/*
           d8                            
   d88~\ _d88__ Y88b  / 888-~88e  888-~\ 
  C888    888    Y888/  888  888b 888    
   Y88b   888     Y8/   888  8888 888    
    888D  888      Y    888  888P 888    
  \_88P   "88_/   /     888-_88"  888    
                _/      888              

                   Copyright 2016 stypr.

*/

@font-face {
    font-family: 'Raleway';
    src: local('Raleway'), url('../font/Raleway-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Code Pro';
    src: local('Source Code Pro'), url('../font/SourceCodePro-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Raleway", sans-serif;
}

body,
html {
    background-color:#eee;
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    color: #1abc9c;
    text-decoration: none;
}

a:active,
a:hover {
    color: #777;
}

header {
    background-color: #82bc9c;
    width: 100%;
    height: 145px;
    padding-top: 30pt;
    text-align: center;
    margin-bottom: 10pt;
}


header a:link,
header a:visited {
    color: #000;
    text-decoration: none;
}

header a:active,
header a:hover {
    color: #777;
    text-decoration:underline;
}

header img {
    margin-bottom:-3pt;
    width:16px;
    image-rendering: auto;
}

header * {
    font-family: "Source Code Pro", monospace;
    letter-spacing: -1px;
}

header .name * {
    font-family: "Raleway";
    font-size: 30pt;
}

header .name .last {
    font-size: 30pt;
}

header .name .first {
    font-weight: 600;
}

header .job {
    font-size: 10pt;
}

header .info {
    font-size: 8pt;
    padding-top: 15pt;
    padding-left: 10pt;
    padding-right: 10pt;
}

@media (max-width:500px){
    header img{
        width: 14px;
    }
    header .info a{
        font-size: 7pt;
    }
}

header .neck {
    margin: 0 auto; 
    background: url(./logo.png) no-repeat center center; 
    width:32px; height:32px;
    background-size: cover;
    opacity:0.45;
    margin:5px 5px;
    bottom:0;
    right:0;
    position:fixed;
    image-rendering: auto;
}

.wrapper{
    width:100%;
    background-color:#fff;
}

.container {
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 30px;
}

.container hr {
    width: 10pt;
    border: 1px dotted #eee;
    margin-top: 20pt;
    margin-bottom: 20pt;
}

.container h1 {
    padding-left: 3pt;
    margin-bottom: 0pt;
    font-size: 20pt;
    font-weight: 600;
}

.container table {
    width: 100%;
    padding: 10pt;
}

.container table .title {
    font-weight: 500;
    font-size: 13pt;
}

.container table .duration {
    font-size: 11pt;
    font-weight: 300;
    text-align: right;
    font-style: italic;
}

.container table .description {
    font-size: 10pt;
    font-weight: 300;
}

.container .note {
    font-size: 11pt;
    padding-left: 10pt;
    font-weight: 300;
}

.container .achievement table .year {
    font-weight: 300;
    font-size: 11pt;
    padding-left: 20pt;
    width: 40px;
}


.container .achievement table .description {
    font-weight: 400;
    font-size: 11pt;
}

.container .skills .title {
    font-weight: 600;
    font-size: 11pt;
    width: 100px;
}

footer {
    background-color: #eee;
    text-align: center;
    font-size: 8pt;
    padding-top: 10px;
    padding-bottom:2pt;
    width: 100%;
    min-height: 10pt;
    margin-top: 5pt;
    margin-bottom:5pt;
}

.elapsed {
    font-size: 8pt;
}

.progress-container {
    width:100%;
    height:1em;
    position:relative;
    background-color:#f1f1f1;
    /*margin: 0px 10px; */
}

.progressbar {
    background-color:#757575;
    height:100%;
    position:absolute;
    line-height:inherit;
}

.progress-status {
    padding:0;
    margin:0;
    font-size:9pt;
    display:inline;
}

.right {
    float: right;
}

/* appended by extr */
.stub_title {
    cursor: pointer;
}
.stub_contents {
    display: none;
}


/* .ram { position: fixed; right: 0; bottom:0; background: url(/static/ram.png) center; width:150px; height:150px; background-size: cover; background-repeat: no-repeat; } */
@media(max-width:800px){ body{ margin-left:0;margin-right:0 } /* .ram{ width:80px; height:80px;} */ }


/* Skills Tags */
.tag {
    display: inline-block;
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 2px 8px;
    margin: 2px;
    font-size: 9pt;
    cursor: default;
    transition: background-color 0.3s ease;
  }

.tag:hover {
background-color: #82bc9c41;
}


/* Skills 섹션 전용 스타일 */
.skills-table {
    width: 100%;
    border-collapse: separate;
    /* 세로 간격을 10px로 설정 (필요시 값을 조정) */
    border-spacing: 0 5px;
    vertical-align: middle;
}

.skills-table td.skill-cat {
    width: 120px; /* 좌측 카테고리 폭: 필요에 따라 조정 */
    vertical-align: middle;
}

.skills-table td.skill-tags {
    padding-left: 20px; /* 카테고리와 태그 목록 사이 간격 */
    vertical-align: middle;
}