@charset "utf-8";

:root{
	--main-color: #40060b;
	--main-color2: #dd2625;
	--header-height: 116px;
	--header-fixed-height: 70px;
}

::selection {
    background: #fac800;   
    color: #fff;
}
::-moz-selection {
    background: #fac800;    
    color: #fff;
}
body, table, th, td, button, select, input, textarea {
	font-family: 'Do Hyeon', sans-serif;
	font-size:15px;
	color:#666;
	-webkit-text-size-adjust:none;
	word-break:keep-all;
}



body { background-color:#fff; }


#wrap {
	overflow:hidden; 
	width:100%; 
	min-width:320px; 
	position:relative;
}


.area{max-width:1200px; margin:0px auto;} /* width 홈페이지 컨텐츠 가로값에 맞게 변경 */
.area-box{max-width:1510px; margin:0px auto; }
.area-main{max-width: 1280px; margin: 0 auto;}
.font-poppins{font-family: 'Poppins', 'Noto Sans KR',"돋움", Dotum, Arial, sans-serif;}




/* ****************** HEADER ********************** */
#header{
	position:absolute; height:var(--header-height); top:0; left:0; width:100%; z-index:9999; 
	-webkit-transition:all 0.3s; transition:all 0.3s;
}
#headerInnerWrap{
	position:fixed; top:0px; left:0px; width:100%; height:var(--header-height); z-index:9999; 
	-webkit-transition: all 0.3s; transition: all 0.3s;
}
#headerInner{
	position:relative; height:100%; margin:0px auto; padding:0 50px;  
}
#header .logo{position:relative; z-index:100; float:left; padding-top: 39px; -webkit-transition: all 0.3s; transition: all 0.3s;} /* padding값 적절히 바꿔주세요 */
#header .logo a{display:block;}
#header .logo img{display:block; vertical-align:top;}

/* -------- Header :: UTIL BOX -------- */
.header-util-box{position:absolute; top:50%; right:50px; margin-top:-16px; z-index:100; -webkit-transition: all 0.3s; transition: all 0.3s;}

/* Header :: 언어선택 */
.header-lang {position:relative; float:left; width:60px; height:30px; z-index:100;}
.header-lang .lang-open-btn {overflow:hidden; position:relative; display:block; width:100%; text-align:left; height:100%; padding:0 10px; font-size:13px; line-height: 30px; color:#fff; -webkit-transition: all 0.3s; transition: all 0.3s;}
.header-lang .lang-open-btn:focus{outline: none;}
.header-lang .lang-open-btn .arrow{position:absolute; top:50%; margin-top: -7px; right:5px; line-height: 1;}
.header-lang .lang-open-btn .arrow i{font-size:14px;}
.header-lang > ul {display:none; position:absolute; top:30px; left:-2px; padding-bottom: 3px; z-index:10; width:100%; background-color:#fff; border: 1px solid #e8e8e8; -webkit-transition: background-color 0.3s; transition: background-color 0.3s;}
.header-lang > ul > li:first-child{padding-top: 3px;}
.header-lang > ul > li > a{display:block; padding:0 10px; font-size:12px; line-height: 30px; color:#010101;}
.header-lang.open .lang-open-btn .arrow i{transform:rotate(180deg);}

/* @media all and (min-width:801px){
	.header-lang > ul > li > a:hover{background-color: #e8e8e8;}
} */

/* Header :: 검색버튼 */
.header-search-box{position:relative; float:left; margin-left:20px; z-index:101;}
.header-search-box i{font-size:22px; letter-spacing:-0.15px; color:#fff; -webkit-transition: all 0.3s; transition: all 0.3s;}
.header-search-open-btn{width:32px; height:32px; color:#fff;}
.header-search-box button:focus,
.header-search-inner-box input:focus,
.header-search-inner-box button:focus{outline: none;}
/* 검색 오픈창 */
.header-search-open-con{position:fixed; left:0; top:95px; width: 100%; height: 330px; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background-color: #fff; z-index: 1; opacity:0;filter:Alpha(opacity=0); visibility:hidden; z-index: 9998;}
.header-search-open-con .area-main{width: 100%; height: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; flex-direction: column; -webkit-box-sizing: border-box; box-sizing: border-box;}
.header-search-inner{width: 100%; max-width: 1000px; margin: 0 auto; text-align: center;}
.header-search-tit{margin-bottom: 30px; font-size: 45px; font-weight: 700; color: #000;}
.header-search-inner-box{position: relative; height:60px; border-bottom:2px solid #000; padding-right:65px; background-color: #fff;}
.header-search-inner-box .header-search-word{height:60px; width:100%; vertical-align:top; background-color:transparent; border:0; color:#000; font-size:20px; font-weight:400; text-align: left;}
.header-search-inner-box .header-search-word::placeholder{font-weight: 300; color:rgba(0,0,0,0.56);}
.header-search-inner-box .header-search-btn{position:absolute; top:0px; right:0; width:60px; height:60px;}
.header-search-inner-box .header-search-btn i{font-size:40px; line-height:60px; color: #000;}
.header-search-ex{margin-top: 60px; padding-left: 67px; font-size: 17px; line-height: 1.3; letter-spacing: -0.75px; color: rgba(0,0,0,0.56); display: inline-block; position: relative;}
.header-search-ex:before{position: absolute; top: -5px; left: 0; width: 55px; height: 33px; font-size: 20px; line-height: 30px; font-weight: 700; color: #fff; text-align: center; background-color: #fac800; -webkit-border-radius: 33px; border-radius: 33px; display: block; content: 'ex';}

/* 검색 open */
.header-search-open-con.open{visibility:visible; opacity:1.0;filter:Alpha(opacity=100); -webkit-transition: all 0.3s; transition: all 0.3s;}


/* Header :: 사이트맵버튼 */
.sitemap-line-btn{float:left; width:26px; height:32px; margin-left:17px; box-sizing:border-box; padding-top: 2px;}
.sitemap-line-btn .line{display:block; width:26px; height:3px; background-color:#000; margin: 3px auto; -webkit-transition: all 0.3s; transition: all 0.3s;}
.sitemap-line-btn .line:nth-child(1){margin-left: 3px;}
.sitemap-line-btn .line:nth-child(2){margin-left: 2px;} 
.sitemap-line-btn .line:nth-child(3){margin-left: 1px;}
.sitemap-line-btn .line:nth-child(4){margin-left: 0;}


/* -------- Header :: GNB(PC) -------- */
.gnb-overlay-bg{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.3); z-index:9997;}	/* gnb overlay BG */
#gnb{position:absolute; text-align:center; top:0; left:0px; width:100%; z-index:99;}
#gnb > ul{display:inline-block; *display:inline;*zoom:1;}
#gnb > ul > li{position:relative; float:left; word-break:keep-all;}
#gnb > ul > li > a{
	position:relative; z-index:100; display:block; width: 100%; height:var(--header-height); padding: 0 55px; color:#fff; font-size:20px; line-height: 1.3; text-align: center; letter-spacing:-0.063em; font-weight:500; box-sizing: border-box; display: flex; align-items: center; justify-content: center; transition:all 0.3s;
}


#gnb > ul > li.on > a{color: #fac800;}
#gnb > ul > li.on > a:before,
#gnb > ul > li.active > a:before{height: 12px;}
#gnb > ul > li.on > a:after,
#gnb > ul > li.active > a:after{height: 25px;}


#gnb.each-menu > ul > li .gnb-2dep{
	/* display:none; */
	position:absolute; 
	top: var(--header-height); 
	left: 50%; margin-left: -108px; 
	z-index:99;
	width:216px; 
	text-align:left; 
	visibility:hidden;
	opacity:0;filter:Alpha(opacity=0);
	transition:all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
#gnb.each-menu > ul > li .gnb-2dep:before{
	content:""; 
	position:absolute; top: calc(var(--header-height) * -1); left:0px; right:0px; 
	height:0; 
	background-color: #ffc90a; box-shadow: 0 27px 65px -32px rgba(0,0,0,0.21);
	transition:all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
#gnb.each-menu > ul > li .gnb-2dep:after{position: absolute; top: -1px; left: 50%; margin-left: 0; content: ''; width: 0; height: 1px; background-color: #efbb02; transition:all 0.2s cubic-bezier(0.4, 0, 1, 1);}
#gnb.each-menu > ul > li.gnb6 .gnb-2dep:after{display: none;}
#gnb.each-menu > ul > li .gnb-2dep ul{padding: 20px;}
#gnb.each-menu > ul > li .gnb-2dep ul li{padding:8px 0; opacity:0; transition:all 0s 0s;}
#gnb.each-menu > ul > li .gnb-2dep ul li a{position:relative; padding-right: 30px; display:block; font-size:17px; font-weight:400; line-height:1.4; color:#777; text-align: left; transition: color 0.3s;}
#gnb.each-menu > ul > li .gnb-2dep ul li a:before{position: absolute; top: -2px; right: 0; font-size: 20px; color: #000000; display: inline-block; font-family: xeicon; content: "\e918"; opacity: 0; transition: opacity 0.3s;}
#gnb.each-menu > ul > li .gnb-2dep ul li a:hover{color: #fac800; font-weight: 500;}
#gnb.each-menu > ul > li .gnb-2dep ul li a:hover:before{opacity: 1;}
/* over했을때 */
#gnb.each-menu > ul > li .gnb-2dep.open{visibility:visible; opacity:1.0;}
#gnb.each-menu > ul > li .gnb-2dep.open:before{height: calc(100% + var(--header-height));}
#gnb.each-menu > ul > li .gnb-2dep.open:after{width: 176px; margin-left: -88px;}
#gnb > ul > li .gnb-2dep.open ul li{opacity:1.0; transition: all 0.8s ease-in-out;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(1){transition-delay:0.1s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(2){transition-delay:0.2s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(3){transition-delay:0.3s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(4){transition-delay:0.4s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(5){transition-delay:0.5s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(6){transition-delay:0.6s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(7){transition-delay:0.7s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(8){transition-delay:0.8s;}

/* header fixed ver. */
#header.top-fixed .logo {padding-top: 14px;}
#header.top-fixed {height: var(--header-fixed-height);}
#header.top-fixed #headerInnerWrap{height: var(--header-fixed-height); background-color: #fff; border-bottom: 1px solid #e8e8e8; -webkit-transition: all 0.3s; transition: all 0.3s;}
#header.top-fixed.open #headerInnerWrap{border-bottom-color: transparent;}
#header.top-fixed #gnb > ul > li > a{color: #000; height: var(--header-fixed-height);}
#header.top-fixed #gnb > ul > li > a:before{top: -5px;}
#header.top-fixed #gnb > ul > li > a:after{top: -10px;}
#header.top-fixed .header-util-box {margin-top: -16px;}
#header.top-fixed .header-lang .lang-open-btn,
#header.top-fixed .header-search-box i{color: #000;}
#header.top-fixed .header-search-open-con{top: calc(var(--header-fixed-height) + 1px); -webkit-transition: all 0.2s; transition: all 0.2s;}
#header.top-fixed .sitemap-line-btn .line{background-color: #000;}
#header.top-fixed #gnb.each-menu > ul > li .gnb-2dep,
#header.top-fixed #gnbBg:after{top: var(--header-fixed-height);}
#header.top-fixed #gnb > ul > li.on > a{color: #fac800;}

/* header open ver. */
#header.open #headerInnerWrap{background-color: #000;}
#header.open #gnb > ul > li > a,
#header.open .header-lang .lang-open-btn,
#header.open .header-search-box i{color: #000;}
#header.open .sitemap-line-btn .line,
#header.open .nav-open-btn .line{background-color: #000;}

/* -------- Header :: GNB(Mobile) -------- */
.nav-open-btn{display:none;}

#gnbM{display:none}



/* ****************** FOOTER ********************** */
/* -------- FOOTER :: 레이아웃 -------- */
#footer{padding: 65px 0 95px; background-color: rgba(216,216,216,0.15); border: 1px solid rgba(189,189,189,0.2);}
#footerInner{position:relative;}
.footer-left-con{float:left; width: 590px;}
.footer-right-con{float:right; width: 600px;}

/* Footer :: TOP버튼 */
.to-top-btn{
	position:fixed; bottom:-100px; right:15px; display:block; width:46px; height:46px; background-color:#fff; text-align:center; color:#333; z-index:99;
	border:1px solid #eee;
	box-sizing:border-box;
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s
	-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;
}
.to-top-btn.bottom-fixed{bottom:15px; opacity:1.0;filter:Alpha(opacity=100);}
.to-top-btn i{display:inline-block; font-size:16px; line-height:46px; transition:all 0.3s}
.to-top-btn:hover i{transform:translateY(-3px)}

/* Footer :: 푸터로고 */
.foot-logo{display:block; padding-bottom:40px;}

/* Footer :: 푸터메뉴 */
.foot-menu{padding-bottom: 35px;}
.foot-menu li{float:left; position:relative; padding-left:80px; line-height:32px;}
.foot-menu li:before{position:absolute; top:50%; left:39px; width:2px; height:16px; margin-top:-8px; background-color:#e1e1e1;  content:"";} /* line 형태 */ 
.foot-menu li:first-child{padding-left:0}
.foot-menu li:first-child:before{display:none} 
.foot-menu li a{color:#000; font-size:18px; font-weight: 500; letter-spacing: -1px;  -webkit-transition: all 0.3s; transition: all 0.3s;}
.foot-menu li a:hover{opacity:0.3;}

/* Footer :: 정보 */
.footer-address{padding-bottom:30px; letter-spacing:-0.53px;}
.footer-address .footer-address-txt{color: #000; font-size:16px; line-height:1.4; font-weight: 500;}
.footer-address p + p{margin-top: 5px;}
.footer-address a{color:inherit}

/* Footer :: 방침 및 링크이동 */
.foot-link{padding-bottom: 30px;}
.foot-link-ul{margin: -5px;}
.foot-link-li{margin: 5px; width: calc(50% - 10px); float: left;}
.foot-link-li > a{display: flex; flex-wrap: wrap; align-items: center; width: 100%; height: 50px; padding-left: 25px; background-color: #404040; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0;   -webkit-transition: all 0.35s;
    transition: all 0.35s;}
.foot-link-li > a:hover{background-color:#666}
.foot-link-ul .foot-link-li:first-child a,
.foot-link-ul .foot-link-li:last-child a{background-color: #fac800;}
.foot-link-li > a i{display: inline-block; vertical-align: middle; font-size: 18px; color: #fff;}
.foot-link-li > a span{margin-left: 22px; display: inline-block; vertical-align: middle; font-size: 14.5px; line-height: 1.3; letter-spacing: -0.75px; color: #fff; width: calc(100% - 70px);}
.foot-link-ul .foot-link-li:first-child a i, 
.foot-link-ul .foot-link-li:first-child a span,
.foot-link-ul .foot-link-li:last-child a i, 
.foot-link-ul .foot-link-li:last-child a span{color: #fff;}

/* Footer :: 패밀리사이트 */
.family-site-box{position:relative; width:50%; text-align:left; letter-spacing:-0.25px;}
.family-site-box .family-site-open-btn{display:block; width:100%; height:52px; line-height:52px; padding-right: 25px; text-align:left; font-size:13.5px; border-bottom:2px solid #111; color:#525252; box-sizing:border-box; font-weight: 500;}
.family-site-box .family-site-open-btn:after{position:absolute; right:3px; top:50%; transform:translateY(-50%) rotate(90deg); font-size:20px; font-family: 'Poppins'; content:">"; font-weight: 600; color: rgba(0,0,0,0.58);}
.family-site-box.open .family-site-open-btn:after{transform:translateY(-50%) rotate(-90deg); right: 6px;}
.family-site-list{position:absolute; bottom:100%; left:0px; width:100%; padding:10px; background-color:#fff; border:1px solid #111; border-bottom:0;  z-index:11; display:none; box-sizing:border-box;}
.family-site-list a{display:block; padding:10px 0; color:#525252; font-size:12px; background-color: #fff !important;}
.family-site-list a:hover{color:#000; text-decoration:underline;}

/* kr-footer */
.kr-footer .foot-link-ul .foot-link-li.bgc-green a{background-color: #fac800;}
.kr-footer .foot-link-ul .foot-link-li.bgc-gray a{background-color: #404040;}
.kr-footer .family-site-box{width: 100%;}

/* Footer :: Copyright */
.footer-copyright{margin-top: 33px; font-size:12px; font-weight: 500; line-height: 1.3; color: #424242; font-weight: 500;}
.footer-copyright span{color: var(--main-color2);}

/* Footer :: 온라인 문의 */
.footer-online-top{position: relative; padding-right: 230px; margin-top: 45px; padding-bottom: 35px; border-bottom: 1px solid #e2e2e2;}
.footer-online-top:before{position: absolute; bottom: -1px; left: 0; display: block; content: ''; width: 170px; height: 2px; background-color: #fac800;}
.footer-online-top h5{font-size: 25px; font-weight: 600; letter-spacing: -0.65px; letter-spacing: -1.5px; color: #000;}
.footer-online-top h5 span{margin-left: 12px; display: inline-block; font-size: 16px; font-weight: 500; letter-spacing: 0; color: #040404;}

.footer-online-policy{position: absolute; top: 4px; right: 0;}
.footer-online-policy a{width: 150px; height: 24px; line-height: 24px; display: inline-block; vertical-align: middle; background-color: #fac800; -webkit-border-radius: 24px; border-radius: 24px; font-size: 12px; font-weight: 500; letter-spacing: -0.75px; color: #fff; text-align: center;}
.footer-online-policy .checkbox-item{margin-left: 12px; display:inline-block; vertical-align:middle;}
.footer-online-policy .checkbox-item input[type="checkbox"]{display:none;}
.footer-online-policy .checkbox-item label{display:inline-block; position:relative; color:#040404; font-size:13.5px; font-weight: 500; letter-spacing:-0.75px;}
.footer-online-policy .checkbox-item label i{margin-right: 10px; font-size:24px; color:inherit; vertical-align:middle; margin-top:-2px; color:#ddd;}    
.footer-online-policy .checkbox-item input[type="checkbox"]:checked + label i{color:#fac800;}

.footer-online-bottom{padding-top: 40px;}
.footer-online-list{margin: 0 -20px;}
.footer-online-list li{width: calc(50% - 40px); margin: 0 20px; height: 55px; float: left; border-bottom: 1px solid #b2b2b2;}
.footer-online-list li.w-100{margin-top: 55px; height: auto; width: calc(100% - 40px);}
.footer-online-list li.m-dis-none{border-bottom-color: #fff;}


.footer-online-list li input{margin-top: 5px; width: 100%; height: 50px;font-weight: 500; border: 0; -webkit-border-radius: 0; font-size: 13.5px; letter-spacing: -0.75px; color: #000; background-color: transparent;}

.footer-online-list li input::-ms-clear {display: none;}
.footer-online-list li textarea{width: 100%; height: 50px; font-size: 13.5px; line-height: 1.3; letter-spacing: -0.75px; color: #000; border: 0; resize: none; -webkit-appearance: none; -webkit-border-radius: 0; background-color: transparent;}
.footer-online-list li input::placeholder,
.footer-online-list li textarea::placeholder{color: rgba(4,4,4,0.65);}


.footer-online-list li input:focus,
.footer-online-list li textarea:focus{outline: none;}
.footer-online-btn{margin-top: 33px; text-align: right;}
.footer-online-btn button{width: 180px; height: 60px; padding: 0 34px; display: inline-block; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #000; font-size: 15px; letter-spacing: -0.75px; letter-spacing: -1.5px; color: #fff; text-align: left;   -webkit-transition: all 0.35s;
    transition: all 0.35s;}
.footer-online-btn button:hover{background-color:#fac800;}
.footer-online-btn button i{position: absolute; top: 50%; margin-top: -8px; right: 25px; font-size: 14.5px; line-height: 16px; color: var(--main-color2); -webkit-transition: right 0.2s; transition: right 0.2s;}
.footer-online-btn button:hover i{color:#fff}

@media all and (min-width:801px){
	.footer-online-btn button:hover i{right: 20px;}
}

/* ****************** SUB LAYOUT ********************** */
/*  SUB LAYOUT :: 비주얼 */
#visual{position:relative; overflow:hidden; width:100%; height:523px;}
#visual .visual-img-con{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%;
	height:100%;
	background-size:cover !important;
    -webkit-transform: scale(1.1,1.1); 
     transform: scale(1.1,1.1);
	-webkit-transition:transform 5000ms  ease-in-out ;
    transition:transform 5000ms ease-in-out ;	
}
#visual .visual-txt-con{position:relative; z-index:1; text-align:left; display:table; width:100%; height:100%; letter-spacing:-0.7px; color:#fff;}
#visual .visual-txt-container{position:relative; width:100%; padding-top: 90px;}
#visual .visual-tit,
#visual .visual-sub-txt{
	display: inline-block;
	opacity:0;filter:Alpha(opacity=0);
    -webkit-transform: translateY(30px); 
     transform: translateY(30px);
	-webkit-transition:opacity 1.0s, transform 1.0s;
	transition:opacity 1.0s, transform 1.0s;
}
#visual .visual-tit{
	font-weight:600; 
	font-size:55px; 
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s;
}
#visual .visual-sub-txt{
	font-size:18px; 
	font-weight:500; 
	margin-left: 20px;
	-webkit-transition-delay:0.5s;
	transition-delay:0.5s;
}

/* SUB LAYOUT :: 상단효과 active */
#visual.active .visual-img-con{
    -webkit-transform: scale(1.0,1.0) rotate(0.002deg);
     transform: scale(1.0,1.0) rotate(0.002deg);
}
#visual.active .visual-tit,
#visual.active .visual-sub-txt{
	opacity:1.0;filter:Alpha(opacity=100);
    -webkit-transform: translateY(0px); 
     transform: translateY(0px);
}

/*  SUB LAYOUT :: 서브메뉴(스타일4) */
#topMenu04{position:relative; width:100%; height:81px;}
#topMenu04 .side-menu-inner{width:100%; height:80px; border-bottom: 1px solid #e0e0e0; background-color: #f9f9f9;}
#topMenu04 .location-to-home-btn{width: 115px; float:left;} 

#topMenu04 .location-to-home-btn a{margin-left: 40px; margin-top: 25px; display: block; width:32px; height:32px; background-color:#fac800; text-align:center; color: #fff; font-size:12px; font-weight: 600; line-height:32px; -webkit-transform: skew(-15deg); transform: skew(-15deg);}

#topMenu04 .menu-location{position:relative; float:left; width:190px;}
#topMenu04 .menu-location.location2{width: 240px;}
#topMenu04 .menu-location.location2,
#topMenu04 .menu-location.location3,
#topMenu04 .menu-location.location4{margin-left: 25px;}
#topMenu04 .menu-location.location4{width: 245px;}
#topMenu04 .menu-location > .cur-location{position:relative; display:block; width:100%; height:80px; padding:0 40px 0 20px; text-align:left;}
#topMenu04 .menu-location > .cur-location span{display:block; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:80px; color:#000; font-weight:400; font-size:18.5px; letter-spacing:-0.65px;}
#topMenu04 .menu-location.location2 > .cur-location span{font-weight: 500; color: #fac800;}
/* #topMenu04.col-3 .menu-location.location2 > .cur-location span{font-weight: 500; color: #fac800;} */
#topMenu04.col-3.col-4 .menu-location.location2 > .cur-location span{font-weight:400; color:#000;}
#topMenu04.col-3.col-4 .menu-location.location4 > .cur-location span{font-weight: 500; color: #fac800;}
#topMenu04 .menu-location > .cur-location .arrow{position:absolute; top:50%; right:10px; width:20px; height:20px; margin-top:-10px; font-size:20px; color: #595959;}
#topMenu04 .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-10px;}
#topMenu04 .menu-location .location-menu-con{display:none; position:absolute; top:80px; left:-1px; width:calc(100% - 1px); border:1px solid #e0e0e0; border-top:0; background-color:#f9f9f9; z-index:11; padding-bottom:10px;}
#topMenu04 .menu-location .location-menu-con li:first-child{padding-top: 10px;}
#topMenu04 .menu-location .location-menu-con li a{display:block; padding:10px 20px; font-size:15px; word-break:keep-all; line-height:1.5;}
#topMenu04 .menu-location .location-menu-con li.on{position:relative;}
#topMenu04 .menu-location .location-menu-con li.on a{color:#fac800; font-weight:500;}
#topMenu04 .menu-location.location4 .location-menu-con li.on a{color:#666; font-weight:400;}
#topMenu04 .menu-location.location4 .location-menu-con li.selected a{color:#fac800; font-weight:500;}


/* SUB LAYOUT :: 서브메뉴 Fixed (공통) */
@media all and (min-width:1025px){
	.fixed-sub-menu.top-fixed .side-menu-inner{position:fixed; top:0px; left:0px; z-index:9999;}
}

/* SUB LAYOUT :: 모바일메뉴(공통)  */
#topMenuM01,
#topMenuM02{display:none;}

/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content:not(.wide){padding:130px 0;}
#content.wide{padding:130px 0 0 0}
#content .area-box{max-width:1200px;}

/*  SUB LAYOUT :: 상단정보 (공통) */
#contentInfoCon{margin:0 auto 100px; text-align:center;}
#contentInfoCon .content-tit{font-size:51px; font-weight:700; letter-spacing:-0.7px; color:#000;}
#contentInfoCon .content-tit span{font-weight: 700;}
#contentInfoCon .content-sub-tit{margin-top:35px; font-size:22px; line-height: 1.4; letter-spacing:-0.65px; color:#000; font-weight:400; word-break:keep-all;}


/* ****************** MODAL LAYERPOPUP ********************** */
/* modal layer */
.modal-fixed-pop-wrapper{display:none; overflow-y:scroll; overflow-x:hidden;  position:fixed; top:0px; left:0px; width:100%; height:100%; z-index:9999; background:#000; background:rgba(0,0,0,0.8);}
.modal-fixed-pop-inner{position:absolute; display:table; width:100%; height:100%; text-align:center;}
.modal-inner-box{ position:relative; display:table-cell; vertical-align:middle;}
.modal-loading{position:absolute; top:50%; left:50%; margin:-25px 0 0 -25px; z-index:10000;}
.modal-inner-content{text-align:left;}
.loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 8px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg);  }
}
/* modal layer content */
.footer-modal-content{position:relative; width:96%; max-width:1000px; margin:20px auto;}
.footer-modal-content h1{font-size:24px; font-weight:600; letter-spacing:-0.5px; text-align:center; padding:0 50px 20px; color:#fff;}
.modal-close-btn{position:absolute; top:-6px; right:-6px; color:#fff; }
.modal-close-btn i{font-size:38px;}
.modal-close-btn i:hover {color:#fff}
.footer-inner-box{padding:30px; background-color:#fff; }
.footer-inner{padding:20px; height:400px; overflow-y:auto; overflow-x:hidden; border:1px solid #ddd; }


/* ****************** 사이트맵 ********************** */
/* -------- 사이트맵 02 -------- */
/* 사이트맵 02 :: Layout */
#sitemapContent{	
	position:fixed; 
	top:0; left:0; right:0; bottom:0; 
	opacity:0;filter:Alpha(opacity=0); 
	visibility:hidden;   
	z-index:-1;
	-webkit-transition:all 0.3s  0.5s;
	transition:all 0.3s  0.5s;
}
#sitemapInnerCon{position:absolute; top:0; left:0; bottom:0; right:-1px; border-right:1px solid #ddd;}
#sitemapContent:before{position: absolute; top: 0; left: 0; display: block; content: ''; width: 100%; height: 220px; background-color: #f6f6f6;}
#sitemapContent .sitemap-bg-box{position:absolute; top:0px; left:8.3%; right: 8.3%; height:100%;}
#sitemapContent .visual-intro-item{float:left; position:relative; height:100%;}
#sitemapContent .visual-intro-item:before{position: absolute; top: 0; left: 0; content: ''; width: 1px; height: 100%; background-color: #ededed;}
#sitemapContent .sitemap-bg-box .visual-intro-item:first-child:before{display: none;}
#sitemapContent .visual-intro-item:after{	
	content:""; 
	position:absolute; right:0; top:0px; 
	width:100%; height:100%; 
	background: #333; z-index: 1;
	-webkit-transition: width .6s cubic-bezier(0.47, 0, 0.31, 1.04) 0.2s;
	transition: width .6s cubic-bezier(0.47, 0, 0.31, 1.04) 0.2s ;
}
#sitemapContent.open .visual-intro-item {
	-webkit-transform: scaleX(1);
	transform: scaleX(1); 
	transform-origin:right top; 
	transition-property: transform;
}
.sitemap-wrapper-style02 ul li a,
.sitemap-inner-btn{
	display:block; opacity:0;filter:Alpha(opacity=0);
	-webkit-transform:translateX(-5%);
	transform:translateX(-50%);
	transition: transform .8s cubic-bezier(0.47, 0, 0.31, 1.04) 0s, opacity .8s cubic-bezier(0.47, 0, 0.31, 1.04) 0s; 
}
#sitemapContent.open .sitemap-wrapper-style02 ul li a,
#sitemapContent.open .sitemap-inner-btn{
	opacity:1.0;filter:Alpha(opacity=100);
	-webkit-transform:translateX(0);
	transform:translateX(0);
	transition: transform .8s cubic-bezier(0.47, 0, 0.31, 1.04), opacity .8s cubic-bezier(0.47, 0, 0.31, 1.04); 
}

#sitemapContent .sitemap-close-btn{position:absolute; top:0; right:0; width:68px; height:68px; background-color:#000; z-index:999}
#sitemapContent .sitemap-close-btn i{font-size:28px; color:#fff; margin-right:-5px}

/* 사이트맵 02 :: 메뉴리스트 */
.sitemap-wrapper-style02 .sitemap-inner{height:100vh}
.sitemap-wrapper-style02{height:100%; padding: 0 8.3%;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list{overflow:hidden; position:relative; z-index:1; height: 100%; min-height: 100vh;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li{float:left; width:20%; height:100%; padding-top:125px; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li > h2{color:#000; font-size:18px; letter-spacing:-1.0px; font-weight:700; position:relative; padding-left: 50px;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li > h2 .num{position:absolute; top: -72px; left: -15px; font-weight:700; font-size:115px; letter-spacing:-2.5px; color:rgba(0,0,0,0.05); font-style:italic;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li .sitemap-2dep > li > a{overflow:hidden; position:relative; display:block; padding:12px 16%; line-height:1.2; -webkit-transition:all 0.3s; transition:all 0.3s;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li > h2 span{font-weight:700; font-size:29px; letter-spacing:-0.6px; color:#000; text-transform:uppercase; position:relative; display:inline-block;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li .sitemap-2dep{padding-left: 40px; margin-top: 80px;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li .sitemap-2dep > li > a{position: relative; padding-left: 15px;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li .sitemap-2dep > li > a i{display: inline-block; margin-left: 5px; color: #fac800; font-size: 17px;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li .sitemap-2dep > li > a:before{position: absolute; top: 18px; left: 0; content: ''; width: 6px; height: 6px; background-color: #fac800; -webkit-border-radius: 100%; border-radius: 100%; display: block;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li .sitemap-2dep > li > a > span{font-weight:600; font-size:19px; letter-spacing:-1px; color:#000; word-break: keep-all;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li .sitemap-3dep{padding: 10px 0 20px;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li .sitemap-3dep li{}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li .sitemap-3dep li + li{margin-top: 10px;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li .sitemap-3dep li a{padding-left: 10px; position: relative; font-size: 16px; line-height: 1.3; color: #000; font-family: 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;}
.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li .sitemap-3dep li a:before{position: absolute; top: 0; left: 0; display: inline-block; content: '-';}

.sitemap-inner-btn{position: absolute; bottom: 60px; right: 0;}
.sitemap-inner-btn a{position: relative; display: block; max-width: 280px; width: 100%; padding: 14px 40px 10px 23px; border: 1px solid #c7c7c7; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; word-break: break-all; -webkit-transition: all 0.3s; transition: all 0.3s;}
.sitemap-inner-btn a + a{margin-top: 10px;}
.sitemap-inner-btn a span{font-size: 15.5px; font-weight: 500; line-height: 1.3; letter-spacing: -0.75px; color: #545454; display: inline-block; -webkit-transition: all 0.3s; transition: all 0.3s;}
.sitemap-inner-btn a i{position: absolute; top:50%; margin-top: -8px; right: 20px; font-size: 16px; color: #000; -webkit-transition: all 0.3s; transition: all 0.3s;}

/* 사이트맵 open */
#sitemapContent.open{
	opacity:1.0;filter:Alpha(opacity=100); 
	visibility:visible; 
	z-index:99999; 
	background-color:#fff;
	-webkit-transition:all 0.3s  0s; 
	transition:all 0.3s 0s;
}
#sitemapContent.open .visual-intro-item:before{height:100%;}
#sitemapContent.open .visual-intro-item:after {width:0;}
#sitemapContent.open .visual-intro-item {
	-webkit-transform: scaleX(1);
	transform: scaleX(1); 
	transform-origin:right top; 
	transition-property: transform;
}
#sitemapContent.open .sitemap-wrapper-style02 ul li span{
	opacity:1.0;filter:Alpha(opacity=100);
	-webkit-transform:translateX(0);
	transform:translateX(0);
	transition: transform .8s cubic-bezier(0.47, 0, 0.31, 1.04), opacity .8s cubic-bezier(0.47, 0, 0.31, 1.04); 
}
.sitemap-open::-webkit-scrollbar{display:none}
#sitemapContent .mCSB_inside > .mCSB_container{margin-right:0}

@media all and (min-width:801px){
    .sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li .sitemap-2dep a:hover span{color: #fac800;}
	.sitemap-inner-btn a:hover{background-color: #226cbe; border-color: #226cbe;}
	.sitemap-inner-btn a:hover span,
	.sitemap-inner-btn a:hover i{color: #fff;}
}

@media all and (max-width:1720px){
	#sitemapContent .sitemap-bg-box {left: 70px; right: 70px;}
	.sitemap-wrapper-style02{padding: 0 70px;}
	#sitemapContent .mCSB_scrollTools .mCSB_draggerContainer {left: 11px;}
}
@media all and (max-width:1530px){
	.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li > h2{padding-left: 30px;}
	.sitemap-wrapper-style02 .sitemap-inner ul.sitemap-list > li .sitemap-2dep{padding-left: 25px;}
	#sitemapContent .sitemap-bg-box {left: 30px; right: 30px;}
	.sitemap-wrapper-style02{padding: 0 30px;}
}
@media all and (max-width:1366px){
	#sitemapContent .sitemap-bg-box {left: 15px; right: 15px;}
	.sitemap-wrapper-style02{padding: 0 15px;}
}
@media all and (max-width:1220px){
	#sitemapContent{display: none;}
}


/* 글로벌 팝업(메인+서브 공통 사용) */
.global-modal-bg{position: fixed; top: 0; left: 0; width: 100%; height: 100%; visibility: hidden; opacity: 0; background: rgba(0,0,0,0.3); -webkit-transition: all 0.3s; transition: all 0.3s; z-index: 9999;}
.global-modal-bg.active{visibility: visible; opacity: 1;}
.popup-global-con{padding: 70px 6.6%; background-color: #fff; border: 1px solid rgba(0,0,0,.18); -webkit-box-shadow: 35px 35px 49px -17px rgba(0,0,0,0.22); box-shadow: 35px 35px 49px -17px rgba(0,0,0,0.22); display: flex; flex-wrap: wrap; align-items: center;}
.popup-global-con .modal-close-btn {top: 23px; right: 3.8%; color: #000;}
.popup-global-con .modal-close-btn i{font-size:38px;}
.popup-global-con .modal-close-btn i:hover{color: #000;}
.popup-global-info{width: 59%; padding-right: 20px; -webkit-box-sizing: border-box; box-sizing: border-box;}
.popup-global-info .tit{font-size: 33px; line-height: 1.3; font-weight: 700; color: #000;}
.popup-global-info .sub-tit{margin-top: 10px; font-size: 18px; line-height: 1.3; color: #000;}
.popup-global-info .txt{margin: 10px 0 30px; font-size: 23px; line-height: 1.3; letter-spacing: -0.5px; color: #000;}
.popup-global-info dl{position: relative; padding-left: 40px; letter-spacing: -0.5px;}
.popup-global-info dl + dl{margin-top: 5px; padding-left: 35px;}
.popup-global-info dl + dl + dl{padding-left: 40px;}
.popup-global-info dt, .popup-global-info dd{font-size: 17px; line-height: 1.3; color: #232323;}
.popup-global-info dt{position: absolute; top: 0; left: 0;}
.popup-global-info .link-btn{margin-top: 25px; padding: 10px 22px; font-size: 14px; letter-spacing: -0.5px; color: #fff; display: inline-block; background-color: #000; text-align: center;}
.popup-global-img{width: 41%;}
.popup-global-img img{width: 100%; height: auto;}

/* 추가 210430 */
.global-modal-content{display: none; position: fixed; top: 50%; left: 50%; width: 96%; max-width: 1180px; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index: 10000;}
.popup-global-con .close-btn {position: absolute; top: 23px; right: 3.8%; color: #000;}
.popup-global-con .close-btn i{font-size:38px;}
.popup-global-con .close-btn i:hover{color: #000;}


/* 비디오 영역 :: 모달(메인+서브 공통 사용) */
.video-modal-content{position:relative; width:96%; max-width:1000px; margin:20px auto; }
.video-modal-content .modal-close-btn{top:-50px; right:0px;}
.video-modal-content h1 + .modal-close-btn{top:0px;}
.video-modal-content h1{line-height:1.5; padding:0 30px; margin-bottom:15px; font-size:24px; font-weight:400; letter-spacing:-0.5px; text-align:center; color:#fff;}
.video-modal-inner{width:100%;}
.video-modal-inner .video-container{position:relative; width:100%; height:0; padding-top:65%; }
.video-modal-inner .video-container iframe{position:absolute; top:0px; left:0px; right:0px; bottom:0px;}

@media all and ( max-width: 800px ){
	.global-modal-content{width: calc(100% - 30px) !important; left: 0; -webkit-transform: translate(0,-50%); transform: translate(0,-50%);}
	
	/* 비디오 영역 :: 모달 */
	.video-modal-content h1{font-size:18px;}
}