@charset "utf-8";



/* basic css */
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, font, 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, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {margin: 0; padding: 0; border: 0;}
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {display: block;}
html, body { height:auto;}
body {font-size: 18px; font-family: NotoSansCJKkr-Light, dotum, sans-serif;  color:#4c4c4c; line-height:1.6; letter-spacing:-1px; -webkit-text-size-adjust:none; }
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
a:link { color: inherit; text-decoration: none; }
a:visited { color: inherit; text-decoration: none; }
a:hover { color: inherit; text-decoration: none; }
a:active { color: inherit; text-decoration: none; }
a:focus { color: inherit; text-decoration: none; }
select, input, textarea {font-size: 100%;vertical-align: middle ; font-family: NotoSansCJKkr-Light, dotum, sans-serif;}
input {margin: 0;padding: 0;}
ol, ul {list-style: none;}
label {cursor: pointer;}
legend, caption {width: 0;height: 0; visibility: hidden; font-size: 0;line-height: 0;}
button {cursor: pointer;}
button:focus {outline: 1px dotted;}
img {vertical-align: top;}
table {}

.hidden {position: absolute;width: 0;height: 0;visibility: hidden;font-size: 0;line-height: 0; top:-9999px}



input[type="text"] {box-sizing:border-box; -webkit-appearance:none;}
input:-ms-input-placeholder {color:#808080}
input::-webkit-input-placeholder {color:#808080}
input::-moz-placeholder {color:#808080}
input::-moz-placeholder {color:#808080}
textarea {}

.point {color:#916b4a}
html, body {height:auto; -ms-overflow-style: none;}

::-webkit-scrollbar {

display:none;

}

@font-face {
  font-family: 'Athena';
  src: local('Athena'),
  	   url('../font/Athena-Regular.eot') format('embedded-opentype'),
       url('../font/Athena-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'gotham';
  src: local('gotham'),
  	   url('../../font/GOTHAM-BOLD.eot') format('embedded-opentype'),
       url('../../font/GOTHAM-BOLD.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'gotham';
  src: local('gotham'),
  	   url('../../font/GOTHAM-THIN.eot') format('embedded-opentype'),
       url('../../font/GOTHAM-THIN.ttf') format('truetype');
  font-weight: 300;
}

/* layout*/


header {position: fixed; width:100%; z-index:99999; top: 0; }

.navi { position: absolute;  width: 100%; height: 120px; right: 0px; top: 0px; z-index: 98; border: none; background: #fff; transition: border 0.3s, background 0.3s, height 0.3s; background-color: #fff; border-bottom: 1px solid #ddd;
/*background: #fff; box-shadow: 0 0 14px rgba(0,0,0,0.15); transition: background 0.5s, box-shadow 0.5s;*/
}


body.main .navi { border-bottom: none; }

.navi.active { height: 80px; }

#logo { width: 97px; height: 62px; transform: translateY(0px); position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; z-index: 98; }
#logo a { display:inline-block; width: 100%; height: 100%;  left:0px; background: url(../img/common/logo.png) center no-repeat; text-indent:-9999px; background-size: cover; }

.navi.active #logo { width: 39px; height: 42px; }
.navi.active #logo a { background: url(../img/common/logo2.png) center no-repeat; }


.gnb { width: 100%; position:absolute; top: 120px; left: 0; right: 0; margin: auto; z-index:98;  height: 48px; letter-spacing:0; font-family:'Noto Sans KR', sans-serif; z-index: 99; transition: 0.1s; }
#gnb-bg { width: 100%; height: 48px; position: absolute; top: 0px; left: 0; right: 0; margin: auto; background-color: #061a2c; }
.gnb>ul { width: 1410px; position: absolute; left: 50%; margin-left: -694px; }
.gnb>ul>li { position:relative; float:left; text-align:center; margin: 0 0px; width: 176px; }
.gnb>ul>li:nth-child(1) { background-color: #fff; }
.gnb>ul>li:nth-child(1) a {  color: #061a2c; }

.gnb>ul>li:nth-child(7) { background-color: #c39f90; text-align: left; }
.gnb>ul>li:nth-child(7) a { padding-left: 20px; padding-right: 70px; }
.gnb>ul>li:nth-child(7) a span { width: 15px; height: 5px; position: absolute; right: 18px; top: 0; bottom: 0; margin: auto; }
.gnb>ul>li:nth-child(7) a span:after { content:''; position: absolute; width: 15px; height: 1px; background-color: #fff; right: 0; bottom: 0; }
.gnb>ul>li:nth-child(7) a span:before { content:''; position: absolute; width: 7px; height: 1px; background-color: #fff; right: -1px; bottom: 2px; transform: rotate(40deg); }

.gnb>ul>li:last-child { background-color: #01a5a7; text-align: left; }
.gnb>ul>li:last-child a { padding-left: 20px; padding-right: 70px; }
.gnb>ul>li:last-child span { width: 15px; height: 5px; position: absolute; right: 18px; top: 0; bottom: 0; margin: auto; }
.gnb>ul>li:last-child span:after { content:''; position: absolute; width: 15px; height: 1px; background-color: #fff; right: 0; bottom: 0; }
.gnb>ul>li:last-child span:before { content:''; position: absolute; width: 7px; height: 1px; background-color: #fff; right: -1px; bottom: 2px; transform: rotate(40deg); }

.gnb .depth1 { position:relative; display:block; color: #fff; font-size: 16px; font-weight: 400; letter-spacing:-1px; line-height: 48px; margin: 0px; padding: 0px 0px; }
.gnb>ul>li:hover { background-color: #fff; }
.gnb>ul>li:hover>a { color: #061a2c; }
.gnb>ul>li:nth-child(7):hover { background-color: #c39f90; }
.gnb>ul>li:nth-child(7):hover>a { color: #fff; }
.gnb>ul>li:nth-child(8):hover { background-color: #01a5a7; }
.gnb>ul>li:nth-child(8):hover>a { color: #fff; }

.gnb>ul>li>ul { display: block; margin-top: 16px; opacity: 0; transform: translateY(20px); }
.gnb>ul>li>ul>li { float: none; height: 30px; width: auto; }
.gnb>ul>li>ul>li>a { font-size: 13px; color: #262626; font-weight: 500; letter-spacing: -0.7px; }
.gnb>ul>li>ul>li>a:hover { color: #0eab4a; }
.gnb .line { position: absolute; display: block; bottom: 30px; height: 2px; width: 0%; background: #0eab4a; left: 0; right: 0; margin: auto; z-index:-99; transition: 0.35s; }
.navi-bg { position: absolute; display: block; width: 120%; height: 0px; left: -10%; right: 0; margin: auto; top: 120px; z-index:1; overflow: hidden; transition: 0.35s; border-bottom: 1px solid #dedede; }
.navi-bg .white-bg { width:100%; height: 210px; background:#fff; border-bottom:1px solid #dedede;  }

.navi.active .gnb { top: 80px; }
.navi.active .navi-bg { top: 80px; }

.language { position: absolute; top: 0; bottom: 0; margin: auto; width: auto; height: 120px; right: 50px; letter-spacing:0; z-index: 90; font-family:'Noto Sans KR', sans-serif; overflow: hidden; }
.language>ul>li { float: left; position: relative; }
.language>ul>li:nth-child(1) { width: 196px; height: 21px; margin-top: 49.5px; padding-right: 0; }
.language>ul>li:nth-child(1) img { position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 100%; }
/*.language>ul>li:nth-child(1):after { content:''; width: 1px; height: 20px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #777871; }
.language>ul>li:nth-child(2) { width: 123px; height: 28px; margin-top: 36px; margin-left: 20px; }
.language>ul>li:nth-child(2) img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }*/

/**/

.ham { z-index: 9999999; position: fixed; left: 0; top: 0; width: 120px; height: 120px; border-radius: 0; cursor: pointer; opacity: 1; transition: 0.3s; border-right: 1px solid #d6d6d6;}
.ham span { display: block; background: #192642; margin: auto; width: 20px; height: 1px; border-radius: 0px; transition: 0.3s; }
.ham .bar1 { margin-top: 52px; margin-bottom: 6px; }
.ham .bar2 { }
.ham .bar3 { margin-top: 6px; }
.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 span { background-color: #fff; }
.ham.active .bar1 { transform: rotate(45deg); margin-top: 60px; }
.ham.active .bar2 { opacity: 0; }
.ham.active .bar3 { transform: rotate(-45deg); margin-top: -8px; }

.ham.active:hover .bar1 { transform: rotate(45deg); margin-top: 60px; }
.ham.active:hover .bar3 { transform: rotate(-45deg); margin-top: -8px; }

.ham:hover .bar1 { transform: rotate(90deg); margin-top: 60px; }
.ham:hover .bar2 { opacity: 0; }
.ham:hover .bar3 { transform: rotate(0); margin-top: -8px; }


.ham.active2 { height: 80px; }
.ham.active2 .bar1 { margin-top: 32px; }
.ham.active2 .bar2 { }
.ham.active2 .bar3 { margin-top: 6px; }

.ham.active2:hover .bar1 { transform: rotate(90deg); margin-top: 39px; }
.ham.active2:hover .bar2 { opacity: 0; }
.ham.active2:hover .bar3 { transform: rotate(0); margin-top: -8px; }

.ham.active2.active .bar1 { transform: rotate(45deg); margin-top: 39px; }
.ham.active2.active .bar3 { transform: rotate(-45deg); margin-top: -8px; }

/**/

.right_scroll_wrap { position: absolute; right: 70px; top: 308px; z-index: 9; width: 12px; height: 180px; margin: auto; overflow: hidden; }
.right_scroll_img { width: 100%; height: 39px; background: url(../img/common/scroll.png) center no-repeat; transition: 0.2s; }
.right_scroll { width: 1px; height: 125px; background-color: #7f7f7f; margin: auto; margin-top: 15px; position: relative; }
.right_scroll span { position: absolute; content:''; width: 10px; height: 10px; background-color: #061a2c; left: -4px; top: 0; border-radius: 100%; }

/*body.main .right_scroll_img { background: url(../img/common/scroll2.png) center no-repeat; }*/
.right_scroll_wrap.active .right_scroll_img { background: url(../img/common/scroll2.png) center no-repeat; }

/*.open { position: absolute; left: 120px; top: 0; height: 120px; padding-left: 30px; padding-top: 38px; font-size: 20px; line-height: 21px; color: #101010; font-weight: 200; box-sizing: border-box; z-index: 9999999;
border-left: 1px solid #d6d6d6; letter-spacing: -0.5px; transition: height 0.3s, padding-top 0.3s; }
.open b { font-weight: 600; }

.navi.active .open { height: 80px; line-height: 78px; padding-top: 0; }
.navi.active .open br { display: none; }*/

/**/

.sitemap-line-btn{ position:fixed; top: 60px; right: 45px; width: 35px; height: 35px; z-index:99999; transition: 0.3s; background: none; }
.sitemap-open-btn.active { top:30px }
.sitemap-line-btn.sitemap-close-btn{position:fixed;}
.sitemap-close-btn.active { right: 18px; z-index: 9999999999;}

.sitemap-line-btn .line{
	display:block; position:relative; z-index:1; width:25px; height:3px; background-color:#222; margin: 4px 0 ; 
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition: 0.3s;
}
.line3 { width: 15px !important; margin-left: 10px !important; }
.sitemap-line-btn.active span{border-radius:5px;}
.sitemap-line-btn.active span:nth-child(1) {
	 -webkit-transform: translateY(7px) rotate(45deg);
	  -ms-transform: translateY(7px) rotate(45deg);
	  -o-transform: translateY(7px) rotate(45deg);
	  transform: translateY(7px) rotate(45deg);
}
.sitemap-line-btn.active span:nth-child(2) {
  opacity: 0;
}
.sitemap-line-btn.active span:nth-child(3) {
	width: 25px !important; margin-left: 0 !important;
	 -webkit-transform: translateY(-7px) rotate(-45deg);
	  -ms-transform: translateY(-7px) rotate(-45deg);
	  -o-transform: translateY(-7px) rotate(-45deg);
	  transform: translateY(-7px) rotate(-45deg);
}


.sitemap-line-btn{ border: 1px solid #060d13; }
.sitemap-line-btn:focus { border: none; outline: none; }
.sitemap-line-btn .line{ background-color: #060d13; }
.sitemap-line-btn.active .line{background-color: #060d13; }



#sitemapContent{	font-family: 'Noto Sans KR', sans-serif; height: 100%;
	position:fixed; top:0; left:0; right:0; bottom:0; z-index:999999999999999999999999999999; opacity:0;filter:Alpha(opacity=0); visibility:hidden; z-index:-1;
	-webkit-transition:all 0.3s  0.5s;-moz-transition:all 0.3s  0.5s;-o-transition:all 0.3s  0.5s;-ms-transition:all 0.3s  0.5s; transition:all 0.3s  0.5s;
}
#sitemapContent.open{
	opacity:1.0;filter:Alpha(opacity=100); visibility:visible; z-index:99999999999999999; background-color:#fff; 
	-webkit-transition:all 0.3s  0s;-moz-transition:all 0.3s 0s;-o-transition:all 0.3s 0s;-ms-transition:all 0.3s 0s;transition:all 0.3s 0s;
}
#sitemapInnerCon{ position:absolute; top:0; left:0; bottom:0; right:160px; border-right:1px solid #ddd; width: calc(100% - 70px); }
#sitemapContent .sitemap-bg-box{position:absolute; top:0px; left:0px; width:100%; height:100%; }
/*#sitemapContent .visual-intro-item{float:left; position:relative; width:14.28%; height:100%;}
#sitemapContent .visual-intro-item:first-child{width:14.28%;}*/
/*#sitemapContent .visual-intro-item{float:left; position:relative; width:16.65%; height:100%;}
#sitemapContent .visual-intro-item:first-child{width:16.65%;}*/
#sitemapContent .visual-intro-item{float:left; position:relative; width:20%; height:100%;}
#sitemapContent .visual-intro-item:first-child{width:20%;}
#sitemapContent .visual-intro-item:before{
	position:absolute;  left:0; width:1px; height:100%; content:""; background-color:#ddd; z-index:1; 
}
#sitemapContent .visual-intro-item:nth-child(odd):before{bottom:0;}
#sitemapContent .visual-intro-item:nth-child(even):before{top:0;}
#sitemapContent.open .visual-intro-item:first-child:before{display:none}
#sitemapContent .visual-intro-item:after{	
	content:""; position:absolute; width:100%; height:100%; right:0; top:0px; background: #333; 
	-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:before{height:100%;}
#sitemapContent.open .visual-intro-item:after {width:0;}
#sitemapContent.open .visual-intro-item {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1); transform-origin:right top; transition-property: transform;
}
#sitemapContent.close{opacity:0;filter:Alpha(opacity=0); visibility:hidden;}
#sitemapContent.close .visual-intro-item:before{height:0;}
#sitemapContent.close .visual-intro-item:after {width:100%;}

.sitemap-wrapper{height:100%; }
.sitemap-wrapper > ul{overflow:hidden; position:relative; z-index:1; height:100%;}
/* 16.65% 16.67% */
/*.sitemap-wrapper > ul > li{overflow:hidden; float:left; width:14.28%;height:100%;}
.sitemap-wrapper > ul > li:first-child{ width:14.28%}*/
/*.sitemap-wrapper > ul > li{overflow:hidden; float:left; width:16.65%;height:100%;}
.sitemap-wrapper > ul > li:first-child{ width:16.65%}*/
.sitemap-wrapper > ul > li{overflow:hidden; float:left; width:20%;height:100%;}
.sitemap-wrapper > ul > li:first-child{ width:20%}
.sitemap-wrapper > ul > li > h2{	overflow:hidden; color:#191919; font-size:18px; letter-spacing:-1.0px; font-weight:600; }
.sitemap-wrapper > ul > li:hover > h2{color:#060d13;}
.sitemap-wrapper > ul > li .sitemap-2dep {}
.sitemap-wrapper > ul > li .sitemap-2dep a{
	overflow:hidden; position:relative; display:block;  padding:20px 15%; color:#777; font-size:15px; letter-spacing:-0.15px; font-weight:400; line-height:1.2em;
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s
}
.sitemap-wrapper > ul > li .sitemap-2dep a:after{
	position:absolute; top:0; left:0; width:0; content:""; height:100%; background:#060d13;
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s
}
.sitemap-wrapper > ul > li .sitemap-2dep a span{position:relative; z-index:1;}
.sitemap-wrapper > ul > li .sitemap-2dep a .gnb-icon{display:none;}
.sitemap-wrapper > ul > li .sitemap-2dep a:hover{color:#fff; }
.sitemap-wrapper > ul > li .sitemap-2dep a:hover:after{width:100%; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s}
/* 사이트맵 active */
.sitemap-wrapper > ul > li > h2 > span { margin:77px 15% 40px; }
.sitemap-wrapper > ul > li > h2 > span,
.sitemap-wrapper > ul > li .sitemap-2dep a span{
	display:block; opacity:0;filter:Alpha(opacity=50);
	-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; 
}
.sitemap-wrapper.menu-open > ul > li > h2 > span,
.sitemap-wrapper.menu-open > ul > li .sitemap-2dep a 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); 
}


 