@charset "UTF-8";
/****************************** index main 화면 관련 css ******************************/
body {
    cursor: default;
    letter-spacing: -0.5px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    font-size: 80%;
}

div .back-img {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    backgorund-size: 100% 100%;
}
.header .back-img.bImg-1 {
    background-image: url("../img/bgImg1.jpg");
}
.header .back-img.bImg-2 {
    background-image: url("../img/bgImg2.jpg");
}

.header .text_main{
    text-shadow: 1px 1px 2px white, -1px -1px 2px white;
    letter-spacing: -1px;
}

.logo{
    max-width: 90%;
    height: auto;
}
.sub_logo{
    width: auto;
    height: 27px;
    border: 1px solid #eaeaea;
    margin: 5px 5px 0 0;
    opacity: 0.9;
}
.sub_logo:last-child{
    margin-right: 0;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -50%, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-delay: 400ms;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ls-0 {letter-spacing: 0;}
.t-70 {font-size: 70%;}
.t-75 {font-size: 75%;}
.t-80 {font-size: 80%;}
.t-85 {font-size: 85%;}
.t-90 {font-size: 90%;}

.cb-news{}
.cb-news::after, .about-table::after{
    content:'';
    display:block;
    clear:both;
}
.cb-news > div:nth-child(2n+1), .about-table > div:nth-child(2n+1){
    color: #898989;
    max-width: fit-content;
    float: left;
}
.cb-news > div:nth-child(2n){
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cb-contact .contact-tel{
    text-decoration:none;
    color:#0d6efd;
}

.link{ cursor: pointer; }
.link:hover, .link:focus { text-decoration: underline; }

#footer{z-index: 100;}
footer {}
footer div.info-wrap{
    padding: 0px;
    margin: 0px;
    color: #bebebe;
}
footer .info-wrap > div{padding:0;}
footer .info-wrap > div span:nth-child(2n+1)::after{
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    background: #6c6c6c;
    margin: 0 10px;
}
footer .info-wrap div span:last-child::after{
    display: block;
    content: '';
    width: 0;
    height: 0;
}
@media (max-width: 576px) {
    footer .info-wrap > div span{
        display: block;
        content: '';
        width: auto;
    }
    footer .info-wrap > div span:nth-child(2n+1)::after{display:none;}
}

/****************************** subTab 관련 css ******************************/

.sub-title {
    height:50px;
    border-bottom:1px solid #ddd;
    text-align:center;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 100%;
    color: #555;
    font-weight: bold;
}
.sub-tab{height:40px; border-bottom:1px solid #ddd; text-align:center;}
.sub-tab > ul:after{content:""; display:block; clear:both;}
.sub-tab li a{display:inline-block; width: 100%; height:40px; text-align:center; line-height:40px; font-size:90%; color:#737373; font-weight:400; border-left:1px solid #ddd; font-weight: bold; text-decoration-line:none;}
.sub-tab li.active a{ color:#337ab7; border-bottom:3px solid #337ab7;}
.sub-tab.fixed{z-index:555;position:fixed;top:60px;left:0;width:100%;background:#fff;}
.sub-tab.fixed ul{margin:0 auto;width:auto;}
.sub-tab.fixed a{ border-bottom:0;border-top:0;}
.sub-tab > ul li {position: relative; display: inline-block; float: left; width: 220px; height: 40px;}

.title-divider { text-align: left; margin:0.5em 0 1em; background: #ffffff url(/images/basic_resp/img/bg_divider.png) left center repeat-x; padding: 0; }
.title-divider span { background: #ffffff; padding-right: 0.5em; font-weight: 500; }
.title-divider small { display: block; color: rgba(51, 51, 51, 0.6); }

/* 서브상단 페이지네비 */
.whois-sub-page-guide { background-color:#fafafa; overflow: hidden; }
.whois-sub-page-guide .whois-sub-page-guide-navi { padding:14px 0 14px 0; font-size:12px; text-align:right; color:#888888; }
.whois-sub-page-guide .whois-sub-page-guide-navi b { color:#333; }

@media only screen and (min-width:1201px) {
    .sub-tab > ul{margin:0 auto; display: inline-block;}
    .sub-tab li:last-child a{border-right:1px solid #ddd;}
}
@media only screen and (max-width:1200px) {
    .sub-tab.fixed {top: 65px;}
    .sub-tab li:first-child a{border-left:0;}

    .sub-tab .subCol-1 li{width:100%;}
    .sub-tab .subCol-2 li{width:50%;}
    .sub-tab .subCol-3 li{width:33.33%;}
    .sub-tab .subCol-4 li{width:25%;}
    .sub-tab .subCol-5 li{width:20%;}
    .sub-tab .subCol-6 li{width:16.66%;}
}
@media only screen and (max-width:980px) {
    h2.title-divider { font-size: 2rem; }
}
@media only screen and (max-width:768px) {
    /*.sub-tab{height:50px;}*/
    .sub-tab li a{height:40px; line-height:40px; font-size:14px; }

    .whois-sub-page-guide .whois-sub-page-guide-navi { width:100%; padding:14px 0 14px 0; float:right; }
}
@media only screen and (max-width:480px) {
    .sub-tab {}
    .sub-tab ul {background:#fff;}
    .sub-tab li a{line-height:40px; /*adding-top:5px;*/  font-size:14px; }
    .sub-tab .subCol-2 li, .sub-tab .subCol-3 li, .sub-tab .subCol-4 li, .sub-tab .subCol-5 li, .sub-tab .subCol-6 li {height:40px; width:50%; background:#fff; border-bottom:1px solid #ddd;}
    .sub-tab .subCol-1 li {width:100%;}
    .sub-tab .subCol-5 li:last-child, .sub-tab .subCol-3 li:last-child, .sub-tab .subCol-6 li:last-child {border-right:1px solid #ddd; width:50.3%;}
    .sub-tab.sm_5 {margin-bottom:20%;}
    .sub-tab.sm_3 {margin-bottom:15%;}
}

.fixed-subTab{z-index:555;position:fixed;left:0;width:100%;background:#fff;}
.fixed-subTab ul{margin:0 auto;width:auto;}
.fixed-subTab a{ border-bottom:0;border-top:0;}


/****************************** history.html - timeline ******************************/
.timeline {
    width: 100%;
    /*max-width: 800px;*/
    background: #fff;
    padding: 100px 50px;
    position: relative;
    box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
    letter-spacing: 0;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: calc(33% + 15px);
    bottom: 0px;
    width: 4px;
    background: #ddd;
}
.timeline:after {
    content: "";
    display: table;
    clear: both;
}

.entry {
    clear: both;
    text-align: left;
    position: relative;
}
.entry .title {
    margin-bottom: 0.5em;
    float: left;
    width: 33%;
    padding-right: 30px;
    text-align: right;
    position: relative;
}
.entry .title:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 4px solid #2a80fd;
    background-color: #fff;
    border-radius: 100%;
    top: 15%;
    right: -8px;
    z-index: 99;
}
.entry .title h3 {
    margin: 0;
    font-size: 120%;
}
.entry .title p {
    margin: 0;
    font-size: 100%;
}
.entry .body {
    margin: 0 0 3em;
    float: right;
    width: 66%;
    padding-left: 30px;
}
.entry .body p {
    line-height: 1.4em;
    font-size: 100%;
}
.entry .body em {
    color: #727272;
    font-size: 100%;
    margin: 0 5px;
    font-style: normal;
}

@media (max-width: 768px) {
    .timeline {padding: 50px 20px;}
    .timeline:before {left: 33%;}
    .entry .title h3 {font-size: 110%;}
    .entry .title:before {right: -3px;}
    .entry .title p, .entry .body p {font-size:90%;}
    .entry .body {
        margin: 0 0 2em;
        padding-left: 10px;
    }
    .entry .body em {font-size:85%}
}

.entry .body p:first-child {
    margin-top: 0;
    font-weight: 400;
}
.entry .body ul {
    color: #aaa;
    padding-left: 0;
    list-style-type: none;
}
.entry .body ul li:before {
    content: "–";
    margin-right: 0.5em;
}

/****************************** partners.html ******************************/
.partner-list{
    margin-top: 3rem;
}
.partner-list a, .partner-list img{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
.partner-list a{
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.partner-list img{
    vertical-align: top;
    margin-right:3px;
    margin-bottom:5px;
    height: 100%;
    object-fit: cover;
}

/****************************** projectList.html ******************************/
.projectlist-wrapper {
    margin: 0 auto;
    padding: 0 16.66% 30px;
    width: 100%;
}

.projectline {
    position: relative;
    max-width: 980px;
    min-width: 320px;
    margin: 0 auto;
}

.timeline__nav {
    position: fixed;
    z-index: 99;
    top: 0;
    transition: top 0.3s ease-out;
}
.timeline__nav ul {
    list-style: none;
    list-style-position: inside;
    margin: 15px 0;
    padding-left:0;
}
.timeline__nav ul li {
    margin: 15px 0;
    padding-left: 0;
    list-style-type: none;
    color: #bfc1c3;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.timeline__nav ul li.active {
    font-weight: bold;
    color: #2a7ffd !important;
    border-bottom: 1px dotted transparent;
    transform: scale(1.2);
}
.timeline__nav ul li:hover {
    color: #000;
}
.timeline__section .projectlist-wrapper p {
    font-size:95%;
}
.timeline__section .projectlist-wrapper em {
    color: #727272;
    font-size: 100%;
    margin: 0 5px;
    font-style: normal;
}

.projectlist-last{
    height:50px;
}

@media (max-width: 768px) {
    .projectlist-wrapper{
        padding-top: 50px;
    }
    .timeline__section .projectlist-wrapper p {
        font-size: 85%;
    }
    .timeline__section .projectlist-wrapper em {
        display: block;
    }
    .projectlist-last{
        height:80px;
    }
}

/****************************** contack.html ******************************/
.contact-subway{
    padding-left: 24px;
    display: block;
}
.contact-subway.s-2{background: url("../img/contact-s2.png") left no-repeat;}
.contact-subway.s-9{background: url("../img/contact-s9.png") left no-repeat;}