@charset "utf-8";


/*모바일때 다시 작업할것들*/
#header .ham {
    display: none;
}


.wrap {
    background: #fff;
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
#header {
    position: fixed;
    max-width: 1920px;
    width: 100%;
    top: 0;
    left: 50%;
    z-index: 100;
    transition: background 0.3s;
    transform: translateX(-50%);
}
#header:hover {
    background: rgba(0,0,0,0.7);
}
#header.fixed {
    background: rgba(0,0,0,0.7);
}
.wrap.bg #header {
    background: rgba(0,0,0,0.7);
}
#header .header_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 59px;
}
#header h1 {
    width: 150px;
    font-size: 0;
}
#header h1 a {
    display: inline-block;
    vertical-align: middle;
    line-height: 31px;
}
#header .gnb {
    display: flex;
    
}
#header .gnb li {
    margin-right: 75px;
}
#header .home {
    display: none;
}
#header .gnb li:last-child {
    margin-right: 0;
}

#header .gnb li a {
    color: #fff;
    font-family: 'montserrat';
}
#footer {
    padding: 50px 0;
    background: #6D7076;
}
#footer .logo {
    width: 150px;
    height: 40px;
}
#footer .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#footer .container li {
    color: #ccc;
}
#footer .container li.copy {
    margin-top: 10px;
}
.contents {
    margin-bottom: 50px;
}




.popup {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    width: auto;
    height:400px;
    max-width: 700px;
    min-height: 300px;
    max-height: 90vh;
    transform: translate(-50%, -70%);
    z-index: 200;
}
.popup .tit_wrap {
    position: relative;
    width: 100%;
    height: 70px;
    background: #3B7EFF;
}
.popup .tit_wrap .popup_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    font-size: 0;
    background: url(/img/common/popup_close.png) no-repeat center center;
    background-size: 22px auto;
}
.popup .popup_slide {
    position: relative;
    overflow: hidden;
}
.popup .popup_slide li img {
    width: 100%;
    height: 100%;
}
.popup .popup_slide .slick-track {
    width: 100% !important;
}
.popup .swiper-button-next, .popup  .swiper-button-prev {
    top: 70%;
}
.popup .popup_btn div {
    width: 50px;
    height: 50px;
}
.popup .popup_btn div:after {
    content: none;
}
.popup .popup_btn .swiper-button-next {
    background: url(/img/common/btn_next.png) no-repeat center center;
    background-size: 100%;
}
.popup .popup_btn .swiper-button-prev {
    background: url(/img/common/btn_prev.png) no-repeat center center;
    background-size: 100%;
}
.overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 98;
}
.overlay.view {
    display: block;
}



.top_section {
    position: relative;
    height: 25vw;
    background: url(/img/company/company_bg.jpg) no-repeat bottom center;
    background-size: 100% 160%;
}
.top_section.us {
    background: url(/img/contact/contact_bg.jpg) no-repeat bottom center;
}
.top_section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6)
}
.top_section p {
    text-align: center;
}
.top_section .tit{
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'montserrat';
}
.top_section .info {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.top_section .tit_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 50px;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.top_section .tit_wrap br {
    display: block !important;
}


.contents .container > .cont_wrap {
    display: none;
}
.contents .container > .cont_wrap.active {
    display: block;
} 
.contents .cont_wrap .section {
    margin-top: 40px;
}
.contents .cont_wrap .section p {
    color: #333;
    font-size: 26px;
    margin-bottom: 15px;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}
.contents .cont_wrap .section .category_tit {
    font-size: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.contents .cont_wrap .section dl {
    width: 100%;
}
.contents .cont_wrap .section dd {
    width: 100%;
    font-size: 0;
}
.contents .cont_wrap .section .thumb {
    display: inline-block;
    width: calc(100%/3 - 20px);
    height: 240px;
    margin-right: 30px;
    vertical-align: top;
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.contents .cont_wrap .section .thumb.type01 {
    font-size: 0;
    border: 0 none;
    height: auto;
}
.contents .cont_wrap .section .thumb.type01 .category_tit {
    font-size: 16px;
    margin: 0 0 10px;
}
.contents .cont_wrap .section .thumb.type01 > a {
    display: inline-block;
    border: 1px solid #ddd;
    width: 100%;
    height: 240px;
    vertical-align: top;
    overflow: hidden;
    border-radius: 10px;
}
.contents .cont_wrap .section .thumb:last-child {
    margin-right: 0;
}
.contents .cont_wrap .section .thumb:nth-child(3n) {
    margin-right: 0;
}

















































































