@charset "utf-8";
/* *******************************************************
 * filename : layout.css
 * description : 전체 레이아웃 CSS
 * date : 2020-11-25
******************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap'); /* Play */ 

/* fallback ★구글 아이콘 안쓰면 삭제★ */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Material-Icons.woff2") format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


/* ****************** LAYOUT ********************** */
body, table, th, td, button, select, input, textarea {
	font-family:'Play', 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
	font-size:13px;
	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:1300px; margin:0px auto;} /* width 홈페이지 컨텐츠 가로값에 맞게 변경 */
.area-box{ max-width:1600px; margin:0px auto; }
.font-noto {font-family:'Noto Sans KR' , Dotum, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.font-nexen {font-family:'NEXEN_TIRE' , Dotum, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 400; }


/* ****************** HEADER ********************** */
#header{
	display:block !important; position:relative; position:absolute; height:110px; top:0; left:0; width:100%; z-index:9999;
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s;
	background-color: #fff; border-bottom: 1px solid #e0e0e0; box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}	/* 배경위에 헤더가있으면 absolute변경 후 headerInnerWrap 배경삭제 */
.fullpage-wrapper #header{
	position:fixed;
}
#headerInnerWrap{
	position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:9999; 
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s
}
#headerInner{
	position:relative; height:100%; margin:0px auto;  padding:0 94px; 
	-webkit-transition:padding 0.3s;
	transition:padding 0.3s
}
#header .logo{position:relative; z-index:100; float:left; padding:0; margin-top:15px; margin-left:0;}		/* padding값 적절히 바꿔주세요 */
#header .logo a{position:relative; display:block; }
#header .logo img{display:block; vertical-align:top;  transition:opacity 0.4s; height:60px;}
#header .logo .black-logo {opacity:1;filter:Alpha(opacity=100); position:absolute;}
#header .logo .white-logo {opacity:0;filter:Alpha(opacity=0);}

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

/* Header :: 언어선택 */
.header-lang {position:relative; float:left; height:32px; z-index:100;  }
.header-lang > ul {}
.header-lang > ul > li {float:left; }
.header-lang > ul > li > a {position:relative; display:block; padding:0 13px; font-size:12px; line-height: 32px; color:#fff; opacity:0.5;filter:Alpha(opacity=50);}
.header-lang > ul > li > a:before {content:""; position:absolute; left:0; top:50%; margin-top:-5.5px; width:1px; height:11px; background-color: #fff; opacity:0.3;filter:Alpha(opacity=50); }
.header-lang > ul > li:first-child > a:before {display:none;}
.header-lang > ul > li.selected > a {opacity:1;filter:Alpha(opacity=100);}

/* Header :: 사이트맵버튼 */
.sitemap-line-btn{float:left; width:32px; height:32px; margin-left:20px; box-sizing:border-box; margin-top:-4px;}
.sitemap-line-btn .line {display:block; width:100%; height:2px; background-color:#fff; border-radius:5px; margin: 8px auto; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
/* active */
.sitemap-open-btn.active{position:relative; z-index:100000;}
.sitemap-open-btn.active .line:nth-child(2), 
.sitemap-open-btn.active .line:nth-child(4){opacity: 0;}
.sitemap-open-btn.active .line:nth-child(1){
	 -webkit-transform: translateY(5px) rotate(45deg);
	  transform: translateY(5px) rotate(45deg);
}
.sitemap-open-btn.active .line:nth-child(3){
	 -webkit-transform: translateY(-5px) rotate(-45deg);
	  transform: translateY(-5px) rotate(-45deg);
}

/* -------- Header :: GNB(PC) -------- */
.gnb-overlay-bg{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9997;}	/* gnb overlay BG */
#gnb{position:absolute; text-align:center; top:0; left:0px; width:100%; z-index:99; transition: all 0.4s;}
#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:table; height:110px; line-height:1.3; padding:0 8px; text-align:center; color:#333; font-size:22px; letter-spacing:-0.55px; margin:auto;
	-webkit-transition:color 0.5s; transition:color 0.5s;
}
#gnb > ul > li > a span {position:relative; display:table-cell; vertical-align:middle; width:120px;}

/* GNB :: 2차 전체메뉴 */
#gnbBg{
	overflow:hidden; position:absolute; left:0; top:110px; width:100%; height:0; background:#f5f5f5; z-index:98;
	-webkit-transition:height 0.3s ease-in-out;
	transition:height 0.3s ease-in-out
}
#gnb.total-menu > ul > li .gnb-2dep{
	position:absolute; 
	top:110px; 
	left:0px; 
	z-index:99;
	width:100%; 
	opacity:0;filter:Alpha(opacity=0);
	height:0;
	-webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
	visibility:hidden;
}
#gnb.total-menu > ul > li > a > span:before {
	content:""; position:absolute; left:0; bottom:-1px; width:0; left:50%; height:3px; background-color:#34539b; 
	-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s; z-index:999;
}
#gnb.total-menu > ul > li:hover > a > span:before {width:100%; left:0;}
#gnb.total-menu > ul > li .gnb-2dep ul{padding:25px 0px;}
#gnb.total-menu > ul > li .gnb-2dep ul li{position:relative;}
#gnb.total-menu > ul > li .gnb-2dep ul li a { display:block;  padding:7px 15px; color:#626262; font-size:18px; letter-spacing:-0.5px; font-weight:400; line-height:1.3; -webkit-transition:color 0.2s;-moz-transition:color 0.2s;-o-transition:color 0.2s;-ms-transition:color 0.2s;transition:color 0.2s}
#gnb.total-menu > ul > li .gnb-2dep ul li a:hover{color:#34539b; font-weight:600;}
#gnb.total-menu > ul > li .gnb-2dep ul li a span {display:inline-block; position:relative;  padding:0 5px;}
#gnb.total-menu > ul > li .gnb-2dep ul li a span:before {content:""; position:absolute; left:50%; bottom:0; width:0; height:11px; background-color: #34539b; opacity:0;filter:Alpha(opacity=0); transition: all 0.4s;}
#gnb.total-menu > ul > li .gnb-2dep ul li a:hover span:before {width:100%; left:0; opacity:0.1;filter:Alpha(opacity=10);}
/* GNB :: 2차메뉴 Over (높이변경) */
#gnb.open #gnbBg{height:300px; border-bottom:1px solid #bababa;}
#gnb.open > ul > li .gnb-2dep{
	height:auto; opacity:1.0;filter:Alpha(opacity=100);
	visibility:visible;
	-webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
}

/* over했을때 */
#gnb > ul > li .gnb-2dep.open ul li{opacity:1.0;filter:Alpha(opacity=100); -webkit-transition:all 0.8s;-moz-transition:all 0.8s;-o-transition:all 0.8s;-ms-transition:all 0.8s;transition:all 0.8s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(1){-webkit-transition-delay: 0.1s; transition-delay:0.1s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(2){-webkit-transition-delay: 0.2s; transition-delay:0.2s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(3){-webkit-transition-delay: 0.3s; transition-delay:0.3s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(4){-webkit-transition-delay: 0.4s; transition-delay:0.4s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(5){-webkit-transition-delay: 0.5s; transition-delay:0.5s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(6){-webkit-transition-delay: 0.6s; transition-delay:0.6s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(7){-webkit-transition-delay: 0.7s; transition-delay:0.7s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(8){-webkit-transition-delay: 0.8s; transition-delay:0.8s;}


#gnb.open {background-color: #fff;}
#gnb.open > ul > li > a {color: #333;}
#gnb.open > ul > li > a :hover, #gnb.open > ul > li.on > a {color: #34539b; font-weight: 600;}

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

@media all and ( max-width: 1024px ){
  .nav-open-btn{display:block !important;}
}

/* -------- Header :: Black.ver -------- */
#header.black .logo .white-logo ,#header.on .logo .white-logo , #header.top-fixed .logo .white-logo {opacity:0;filter:Alpha(opacity=0);}
#header.black .logo .black-logo ,#header.on .logo .black-logo, #header.top-fixed .logo .black-logo {opacity:1;filter:Alpha(opacity=100);}
#header.black .header-lang > ul > li > a ,#header.on .header-lang > ul > li > a  {color: #464646; }
#header.black .sitemap-line-btn .line , #header.on .sitemap-line-btn .line {background-color: #464646;}
#header.black #gnb > ul > li > a ,#header.on #gnb > ul > li > a   {color: #333;}
#header.black #gnb > ul > li.on > a ,#header.on #gnb > ul > li.on > a{color: #34539b;}

/* -------- Header :: Auth Buttons -------- */
.header-auth-btn-login {
  padding: 8px 18px;
  background: transparent;
  border: 1px solid #34539b;
  color: #34539b;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}
.header-auth-btn-register {
  padding: 8px 18px;
  background: #34539b;
  border: 1px solid #34539b;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}
#header.on .header-auth-btn-login,
#header.black .header-auth-btn-login,
#header.top-fixed .header-auth-btn-login {
  border-color: #34539b;
  color: #34539b;
}
#header.on .header-auth-btn-register,
#header.black .header-auth-btn-register,
#header.top-fixed .header-auth-btn-register {
  background: #34539b;
  border-color: #34539b;
  color: #fff;
}
.header-auth-user {
  color: #333;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
}
#header.on .header-auth-user,
#header.black .header-auth-user,
#header.top-fixed .header-auth-user {
  color: #333;
}
.header-auth-btn-logout {
  padding: 5px 12px;
  background: transparent;
  border: 1px solid #666;
  color: #666;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: visible;
  min-width: fit-content;
  flex-shrink: 0;
}
#header.on .header-auth-btn-logout,
#header.black .header-auth-btn-logout,
#header.top-fixed .header-auth-btn-logout {
  border-color: #666;
  color: #fff;
  background: #666;
}


/* ****************** FOOTER ********************** */
/* -------- FOOTER :: 레이아웃 -------- */
#footer{background-color:#2e2e2e;}
#footerInner{position:relative; }
.footer-left-con{float:left; }
.footer-right-con{float:right;}

/* -------- FOOTER :: 상단 -------- */
#footerTop { }
#footerTop .area-box {}
/* Footer :: 사이트맵 */
.footer-sitemap-wrapper {padding:60px 0; border-bottom:1px solid #4d4d4d;}
.footer-sitemap-wrapper > ul {display:flex;}
.footer-sitemap-wrapper > ul > li {width:14.28%; }
.footer-sitemap-wrapper > ul > li h2 {font-size:14.5px; color:#fff; letter-spacing:-0.1px; font-weight:400; }
.footer-sitemap-wrapper .sitemap-2dep {margin-top:20px;}
.footer-sitemap-wrapper .sitemap-2dep > li > a {font-size:14.5px; line-height:1.93; color:#717171; letter-spacing:-0.5px; }
/* 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-menu{float:left; }
.foot-menu li{float:left; position:relative; padding-left:40px; line-height:35px;}
/* .foot-menu li:before{position:absolute; top:50%; left:18px; content:""; width:2px; height:2px; background-color:#636363; border-radius:50%; } */ /* dot 형태 */ 
.foot-menu li:before{position:absolute; top:50%; left:18px; width:1px; height:10px; margin-top:-5px; background-color:#ddd;  content:"";} /* line 형태 */ 
.foot-menu li:first-child{padding-left:0}
.foot-menu li:first-child:before{display:none} 
.foot-menu li a{color:#aaa; font-size:16.5px;}
.foot-menu li a b{color:#333; font-weight:500;}


/* -------- FOOTER :: 하단 -------- */
#footerBottom { padding:20px 0 20px; }
/* Footer :: 푸터로고 */
.foot-logo{display:block; padding-bottom:20px;}
.footer-right-con .foot-logo{text-align:right;}
/* Footer :: 정보 */
.footer-address{margin-bottom:15px; letter-spacing:-0.5px;}
.footer-address .footer-address-txt{color:#a8a8a8; font-size:14.5px; line-height:1.9; margin:0 -5px;}
.footer-address p{display:inline-block; vertical-align:middle; position:relative; margin:0 5px;}
.footer-address a{color:inherit}
/* Footer :: Copyright */
.footer-copyright{font-size:14.5px; letter-spacing:-0.5px; color:#717171}
/* Footer :: 우측버튼 */
#footerBottom .footer-right-con {display:flex; flex-direction:column; align-items:flex-end; margin-top:0; position:absolute; right:0; bottom:20px;}
.family-site-box {position:relative; width:176px; text-align:left; letter-spacing:-0.25px; margin-left:30px;}
.family-site-box .family-site-open-btn{display:block; width:100%; height:50px; line-height:50px; padding:0 20px; text-align:left; font-size:14px; border-bottom:3px solid #a8a8a8;  color:#a8a8a8; box-sizing:border-box; }
.family-site-box .family-site-open-btn:after {position:absolute; right:10px; top:50%; transform:translateY(-50%); font-size:13px; color:#ccc; font-family: 'xeicon'; content:"\e936";}
.family-site-box.open .family-site-open-btn:after{content:"\e930";}
.family-site-list{position:absolute; bottom:100%; left:0px; width:100%;  padding:10px 0; background-color:#fff; border:1px solid #ddd; border-bottom:0;  z-index:11; display:none; box-sizing:border-box;}
.family-site-list a{display:block; padding:10px; color:#333; font-size:12px;}
.family-site-list a:hover{color:#000; text-decoration:underline;}


/* ****************** SUB LAYOUT ********************** */
/*  SUB LAYOUT :: 비주얼 */
#visual{position:relative; overflow:hidden; width:100%; height:515px; }
#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:center; display:table; width:100%; height:100%; color:#fff; padding-top:110px; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 box-sizing: border-box; }
#visual .visual-txt-container{position:relative; width:100%; }
#visual .visual-tit,
#visual .visual-sub-txt,
#visual .location{
	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-size:72px;
	padding-top:30px;
	font-weight:400;
	letter-spacing:-0.5px;
	-webkit-transition-delay:0.5s;
	transition-delay:0.5s;
}
#visual .visual-sub-txt{
	font-size:18px;
	font-weight:300;
	text-transform: uppercase;
	color:rgba(255,255,255,0.6);
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s;
}
#visual .location{
	-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,
#visual.active .location{
	opacity:1.0;filter:Alpha(opacity=100);
    -webkit-transform: translateY(0px); 
     transform: translateY(0px);
}


/*  SUB LAYOUT :: 서브메뉴(스타일1) */
#topMenu01{position:relative; width:100%;height:77px; }
#topMenu01 .side-menu-inner{text-align:center; width:100%; height:77px; border-bottom:1px solid #ddd; background-color: #fff;}
#topMenu01 .side-menu-inner ul{display:inline-block; *display:inline;*zoom:1;}
#topMenu01 .side-menu-inner ul li{float:left;} /* max-width 자유롭게 수정 */
#topMenu01 .side-menu-inner ul li > a {
	display:block; 
	display:table; 
	position:relative;
	width:100%;
	height:77px; 
	line-height:1.2; 
	color:#4f4f4f; 
	font-size:19px; 
	letter-spacing:-0.5px; 
	font-weight:400; 
	padding:0 30px;
	word-break:keep-all;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box; 
}
#topMenu01 .side-menu-inner ul li > a:after {content:""; width:5px; height:5px; background-color: #c0c0c0; position:absolute; left:0; top:50%; margin-top: -2.5px; border-radius:50%;}
#topMenu01 .side-menu-inner ul li:first-child > a:after {display:none;}
#topMenu01 .side-menu-inner ul li > a span  {position:relative; }
#topMenu01 .side-menu-inner ul li > a span:before{
	position:absolute;
	bottom:-1.5px;
	left:50%;
	width:0;
	height:3px;
	background-color:#34539b;
	content:"";
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
#topMenu01 .side-menu-inner ul li > a > span{display:table-cell; vertical-align:middle; padding:0 25px; }
#topMenu01 .side-menu-inner ul li > a:hover, 
#topMenu01 .side-menu-inner ul li.on > a{color:#34539b;}
#topMenu01 .side-menu-inner ul li > a:hover span:before, 
#topMenu01 .side-menu-inner ul li.on > a span:before{width:100%; margin-left:-50%;}


/* 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:100px 0}
#content.wide{padding:100px 0;}


/* ****************** 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; }

/* ****************** 사이트맵 ********************** */
/* -------- 사이트맵 01 -------- */
/* 사이트맵 01 */
.sitemap-wrapper{ background-color:#f5f5f5;}
.sitemap-wrapper > ul{display:flex; flex-wrap:wrap; width:100%; min-height:500px;}
.sitemap-wrapper > ul > li { width:14.28%; vertical-align:top; text-align:center; padding-top:60px; border-left:1px solid #dedede; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 box-sizing: border-box; }
.sitemap-wrapper > ul > li > h2{color:#3c3c3c; padding:30px 0; font-size:24px; letter-spacing:-1.0px; border-bottom:3px solid #d4d4d4; margin:0 13.15%; transition:all 0.4s;}
.sitemap-wrapper > ul > li .icon {display:block; height: 48px; background:center no-repeat; }
.sitemap-wrapper > ul > li.sitemap-1dep0 .icon {background-image:url("/images/layout/sitemap_icon_01.png");}
.sitemap-wrapper > ul > li.sitemap-1dep1 .icon {background-image:url("/images/layout/sitemap_icon_02.png");}
.sitemap-wrapper > ul > li.sitemap-1dep2 .icon {background-image:url("/images/layout/sitemap_icon_03.png");}
.sitemap-wrapper > ul > li.sitemap-1dep3 .icon {background-image:url("/images/layout/sitemap_icon_04.png");}
.sitemap-wrapper > ul > li.sitemap-1dep4 .icon {background-image:url("/images/layout/sitemap_icon_05.png");}
.sitemap-wrapper > ul > li.sitemap-1dep5 .icon {background-image:url("/images/layout/sitemap_icon_06.png");}
.sitemap-wrapper > ul > li.sitemap-1dep6 .icon {background-image:url("/images/layout/sitemap_icon_07.png");}
.sitemap-wrapper > ul > li .sitemap-2dep {padding:35px 5%;}
.sitemap-wrapper > ul > li .sitemap-2dep a{display:block; padding:10px 0; color:#626262; font-size:16px; font-weight:400; line-height:1.2em;}
.sitemap-wrapper > ul > li .sitemap-2dep a span {display:inline-block; position:relative; }
.sitemap-wrapper > ul > li .sitemap-2dep a span:before {content:""; position:absolute; left:50%; bottom: 0; width:0; height:11px; background-color: rgba(52,83,155,0.1); transition:all 0.4s; }
.sitemap-wrapper > ul > li.on > h2 {color: #34539b; border-bottom-color: #34539b;}
.sitemap-wrapper > ul > li .sitemap-2dep a:hover span {color:#34539b; }
.sitemap-wrapper > ul > li .sitemap-2dep a:hover span:before {width:100%; left:0; }

/* ****************** Header Auth Buttons ********************** */
.header-auth {
	position: relative;
	z-index: 100;
}

.header-auth-user {
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.header-auth-btn-login,
.header-auth-btn-register,
.header-auth-btn-logout {
	display: inline-block;
	padding: 8px 16px;
	font-size: 13px;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s;
	border: none;
	cursor: pointer;
	font-family: 'Play', 'Noto Sans KR', sans-serif;
}

.header-auth-btn-login {
	background: #fff;
	color: #333;
	border: 1px solid #ddd;
}

.header-auth-btn-login:hover {
	background: #f8f8f8;
	border-color: #ccc;
}

.header-auth-btn-register {
	background: #34539b;
	color: #fff;
	border: 1px solid #34539b;
}

.header-auth-btn-register:hover {
	background: #2a4280;
	border-color: #2a4280;
}

.header-auth-btn-logout {
	background: #666;
	color: #fff;
	border: 1px solid #666;
}

.header-auth-btn-logout:hover {
	background: #555;
	border-color: #555;
}

/* Header on (스크롤 시 헤더 스타일) */
#header.on .header-auth-user {
	color: #333;
}

#header.on .header-auth-btn-login {
	background: #fff;
	color: #333;
	border-color: #ddd;
}

#header.on .header-auth-btn-register {
	background: #34539b;
	color: #fff;
}

#header.on .header-auth-btn-logout {
	background: #666;
	color: #fff;
}
