@charset "UTF-8";

/* =======================  BASIC RESET  ======================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, section { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
html, body {line-height:1.4; font-family:'Noto Sans KR', sans-serif; font-size:14px; color:#222; letter-spacing:-0.5px; overflow-x:hidden;}
ol, ul {list-style:none; }
a { color:inherit; text-decoration:none; cursor: pointer;}
img { max-width:100%; vertical-align:middle; border:0;}
.tag {position: relative; display: inline-block;}
.tag::after {content: "이미지컷"; position: absolute; bottom: 8px; right: 10px; font-size: 11px;color: #fff; pointer-events: none;}
.tag1 {position: relative; display: inline-block;}
.tag1::after {content: "20A"; position: absolute; bottom: 8px; left: 10px; font-size: 11px;color: #fff; pointer-events: none;}
.tag2 {position: relative; display: inline-block;}
.tag2::after {content: "53D"; position: absolute; bottom: 8px; left: 10px; font-size: 11px;color: #fff; pointer-events: none;}
table { width:100%; border-collapse:collapse; border-spacing:0;}
button { padding:0; border:0; background:none; cursor:pointer; font-family:inherit;}
input, textarea, select {font-family:inherit; font-size:inherit; color:inherit;}
*:focus { outline: none;}
*{ box-sizing:border-box; }
.mobile_only { display:none; }
@media(max-width:768px){
    body { word-break: keep-all; }
    .mobile_only { display:block; }
}
/* html.mainpage { scrollbar-width: none;}
html.mainpage::-webkit-scrollbar { display: none;}
html.subpage { scrollbar-width: none;}
html.subpage::-webkit-scrollbar { display: none;} */
html{ scrollbar-width: none;}
html::-webkit-scrollbar { display: none;}
body { visibility: hidden;}

/************************************************************************* header *********************************************************************************/
header {
	position:fixed;
	top:0;
	left: 0;
	width:100%;
	box-sizing: border-box;
	font-family: 'Noto Sans KR';
	z-index: 1000;
    height: 95px;
    border-bottom:1px solid rgba(255,255,255,0.2);
}
header.active {background: #fff; border-bottom:1px solid #ddd; transition-duration: 0.5s; transition-timing-function: ease; -webkit-transition-duration:0.5s; -webkit-transition-timing-function:ease;}
header.deactive { transition-duration: 0.5s; transition-timing-function: ease; -webkit-transition-duration:0.5s; -webkit-transition-timing-function:ease;}
header h1 { position:absolute; left: 5%; top:26px; z-index: 99999;}
header h1 a.white {display:inline-block; width:155px; height:48px;  left:0; background:url(/assets/img/logo_w.png) no-repeat; text-indent:-9999px; }
header h1 a.color {display:inline-block; width:155px; height:48px;  left:0; background:url(/assets/img/logo_b.png) no-repeat; text-indent:-9999px; }
header h1 a.color {display: none;}
#header.menu-open h1 a.white { display:none !important; }
#header.menu-open h1 a.color { display:inline-block !important; }

/* navi */
.navi {position: relative;  width:100%; height: 94px; left: 0; right: 0; margin: 0 auto;  top: 0px;  z-index:2000; }
.gnb {position:absolute; left: 50%; transform: translate(-50%); z-index:2;overflow:hidden;height:94px;letter-spacing:0; font-family:'Noto Sans KR', 'Montserrat', 'Nanum Gothic', 'Malgun Gothic', sans-serif;}
.gnb>ul>li {position:relative;float:left;width: 145px; text-align:center; }
.gnb .depth1 {position:relative; display:block; color:#fff; font-size:16px; font-weight: 400; letter-spacing:0px; line-height: 94px; z-index:5000; }
.gnb>ul>li>a:hover { color:#761717; }
.gnb>ul>li:nth-child(5) .depth1 { letter-spacing: -1px; }
.gnb>ul>li:nth-child(6) .depth1 { letter-spacing: -1px; }
.gnb>ul>li>ul {display:block; min-height:100px; padding-top:26px; padding-bottom:20px; opacity:0;transform:translateY(20px);}

.gnb>ul>li>ul>li {float:none; height:32px; width:auto; }
.gnb>ul>li>ul>li>a {font-size:15px; color:#555; font-weight:5v 00; letter-spacing:-0.7px; }
.gnb>ul>li:nth-child(5) ul>li>a { letter-spacing: -1px; }
.gnb>ul>li:nth-child(6) ul>li>a { letter-spacing: -1px; }
.gnb>ul>li>ul>li>a:hover {color:#761717;}
.gnb .line {position:absolute; display:block; bottom: 0; height:3px; width:0%; background:#761717; left:55px; z-index:-99;}
.navi-bg {position:absolute; display:block;width:100%; height:0px; left: 0; top: 94px; z-index:1; overflow: hidden; }
.navi-bg .white-bg {width:100%;height: 240px; background:#fff; border-bottom:1px solid #ddd; }

header .r_tel {position: absolute;top: 37px; right: 9%; display: flex; align-items: center; }
header .r_tel .p_ic { display: flex; align-items: center; margin-right: 5px; }
header .r_tel .ico-phone { stroke: #fff; width: 22px; height: 22px; display: block;  transform: translateY(2px);}
header .r_tel .p_no,header .r_tel .ico-phone { transition: color 0.3s ease, stroke 0.3s ease;}
header .r_tel .p_no { font-size: 26px; color: #fff; font-weight: 600; line-height: 1;}
header.active .r_tel .p_no { color:#191919; }
header.active .r_tel .ico-phone { stroke:#191919; }
.navi.wh .r_tel .p_no { color:#191919; }
.navi.wh .r_tel .ico-phone { stroke:#191919; }

.ham { z-index: 99999; position: fixed; right: 5%; top: 26px; width: 50px; height: 50px; border-radius: 0; cursor: pointer; opacity: 1; transition: 0.3s; background-color: none; }
.ham span { display: block; background: #070707; margin: auto; width: 25px; height: 2px; border-radius: 0px; transition: 0.25s; }
.ham .bar1 { margin-top: 15px; margin-bottom: 7px; }
.ham .bar2 { width: 14px; transform: translateX(6px); }
.ham .bar3 { margin-top: 7px; }
.ham h6 { width: 100%; font-size: 12px; font-weight: 400; text-align: center; line-height: 100%; margin-top: 14px; transform: translateX(1px); }
.ham.active { border-right: none; }
.ham.active .bar1 { transform: rotate(45deg); margin-top: 24px; }
.ham.active .bar2 { opacity: 0; }
.ham.active .bar3 { transform: rotate(-45deg); margin-top: -11px; }
.ham.active:hover .bar1 { transform: rotate(45deg); margin-top: 24px; }
.ham.active:hover .bar3 { transform: rotate(-45deg); margin-top: -11px; }
/* .ham:hover .bar1,
.ham:hover .bar2,
.ham:hover .bar3 {
    transform: none;
    opacity: 1;
} */
.ham span { background-color: #fff; }
.ham.active span { background-color: #191919; }
.ham.active2 span { background-color: #191919; }
.ham.active3 span{ background: #191919;  }
.ham.active2 { top: 25px; }

/* all-menu pc */
.site_map {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: -100%;
    transition: background 0.8s 0.1s ease-in, left 1.0s 0s, opacity 0.5s 0s ease;
    opacity: 0;
    font-family: 'Noto Sans KR', sans-serif;
    background: #fff;
}
.site_map.active {left: 0;opacity: 1;}
body.site_map { overflow: hidden!important; position: fixed!important;  touch-action:none!important;}
.site_map .box { width: 100%; height: 100%; background-color: #EFEFEF;  }
.site_map .box .site_top { width: 100%; position: absolute; top:24px; left:5%;}
.site_map .box .site_middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    display: grid;
    grid-template-columns: repeat(6, auto);
    column-gap: 60px;
    padding-top: 50px;
    padding-left: 30px;
    border-top: 1px solid #d4d4d4;
    z-index: 20;
    width: auto;
}
.site_map .box .site_middle > ul { list-style: none; width: 150px;}
.site_map .box .site_middle > ul > li.map1 > a { font-size: 24px; font-weight: 600; color: #222; margin-bottom: 20px; display: block;}
.site_map .box .site_middle > ul > li:not(.map1) > a { font-size: 16px; color: #555;  margin: 8px 0;  display: block; margin-left: 10px;}
.site_map .box .site_middle a:hover { color: #761717 !important;}
.site_map .box .site_right {
    display: none !important ; 
    position: relative;
    width: 100%;
    height: 100% ;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 1.0s 0s;
    background: #EFEFEF;
    padding-top: 70px;
}

.site_map .box .site_right > ul {
    width: 100%;
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
    z-index: 9;
}

.site_map .box .site_right > ul > li {
    margin: 0; 
    padding: 18px 0;
    border-bottom: 1px solid #cfcfcf; 
}

.site_map .box .site_right > ul > li:first-child {
    border-top: 1px solid #cfcfcf;
}
.site_map .box .site_right>ul>li>a.on {
    color: #a17939 !important;
    font-weight: 600;
}

.site_map .box .site_right .map1 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    color: #222;
    position: relative;
    transition: 1s;
    overflow: hidden;
    z-index: 15;
}

.site_map .box .site_right .map2 {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    position: relative;
    transition: 1s;
    overflow: hidden;
    z-index: 15;
}

.site_map .box .site_right .map2 li { padding: 10px 0; border-bottom: 1px solid #eee;}
.site_map .box .site_right .map2 li:last-child { border-bottom: none;}
.site_map .box .site_right .map2 li:hover { color: #761717; font-weight: 500;}

/* header : active & hover */
.navi.wh {  position: absolute;  width: 100%; height: 94px;  left: 0;  right: 0; margin: auto; top: 0px;  z-index: 2000;  background-color: #fff;  border-bottom: 1px solid #ddd;}
.navi.wh h1.logo a.white,header.active h1.logo a.white { display: none;}
.navi.wh h1.logo a.color,header.active h1.logo a.color{ display: inline-block;}
.navi.wh .gnb .depth1,header.active .gnb .depth1  {  color: #191919;}
.navi.wh .gnb .depth1:hover {  color: #761717;}
.navi.wh .ham span,header.active .ham span {   background-color: #191919; }
.navi.wh .btn-language,header.active .btn-language {   border:1px solid #191919;    color:#191919; }

header.dark h1 a.white { display:none; }
header.dark h1 a.color { display:inline-block; }
header.dark .gnb .depth1 { color:#191919; }
header.dark .r_tel .p_no { color:#191919; }
header.dark .r_tel .ico-phone { stroke:#191919; }
header.dark .ham span { background-color:#191919; }

@media screen and (max-width:1599px) {
    header .gnb {display: none;}
    header .r_tel {right: 10%;  } 
}

@media screen and (max-width:1279px) {
    .site_map .box .site_middle {
        display: none!important;
    }
    header .r_tel {right: 11%;  } 

    .site_map .box .site_right {
        display: block!important;
    }

    .site_map .box {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:767px){
    header {height:70px;}
    header h1 { position:absolute; left: 0px; top:11px; }
    header h1 a.white {transform: scale(0.7, 0.7) }
    header h1 a.color {transform: scale(0.7, 0.7) }
    header .r_tel {display: none;}
    .ham { right: 16px; top: 12px; } 

} 

.motion {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.delay1 {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.delay2 {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.delay3 {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.depth1-line-show {
    width: 70% !important;
    left: 15% !important;
}

.navi-bg.open {
    height: 380px;
}

.gnb.open {
    height: 380px;
}

.gnb ul li ul.open {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.navi-bg2.open {
    height: 340px;
}

.gnb2.open {
    height: 340px;
}

.gnb2 ul li ul.open {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

body.menu-open {
    overflow: hidden;
    height: 100vh;
}

.site_map.active,
.site_right.active {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#header.menu-open h1 a {
    background: url(/assets/img/logo_b.png) no-repeat;
}

#header.menu-open h1 a {width:155px; height:48px; text-indent:-9999px;  display:block;}

.ft {width: 100%; position: relative; background:#111; padding:60px 15px; color:#fff;  line-height:1.8; margin: 0 auto; }
.bottom_logo { max-width:1600px; width:100%; position: relative; margin:0 auto; margin-bottom: 20px;}
.bottom_logo img { width: 120px; opacity: 0.9;}
.ft_inner { max-width:1600px; width:100%; margin:0 auto; display:flex; justify-content:space-between; position: relative;}
.ft_left { flex:1.7;} 
.ft_right { flex:1;}
.ft_right { text-align:right; font-weight:400; font-size: clamp(12px, 1vw, 14px)}
.ft_left { font-weight:300; font-size:12px; color:#b6b5b5;}
.ft_left p:nth-child(1){ font-weight:300; font-size: clamp(12px, 1vw, 13px); color:#fff; }
.ft_left p:nth-child(2) { font-weight:300; font-size: clamp(12px, 1vw, 13px); color:#fff; margin-bottom: 20px ;}
.ft_left p:nth-child(3) { font-weight:300; font-size:clamp(11px, 1vw, 12px); color:#b6b5b5; margin-top: 10px ;}
.ft_left p:last-child { font-weight:300; font-size:clamp(11px, 1vw, 12px); color:#b6b5b5; margin-top: 10px ;}
@media (max-width:768px){
    .ft_inner {flex-direction:column; gap:25px;}
    .ft_right {text-align:left;}
    .ft_right {order:1;}
    .ft_left {order:2;}
    .section.section-footer {height: auto !important; min-height: auto !important; padding-bottom: 0; }
}
#fp-nav { display: none!important;}

