@charset "utf-8";


/* ===================================
	layout
 =================================== */
body.js-fixed {position:fixed; width:100%;}
.wrap {position:relative; min-width:320px; overflow:hidden;}

/*header*/
.header-wrap {width:100%; position:fixed; z-index:9999; transition: all 0.3s ease-in-out; background-color:#231815; border-bottom-color:rgba(234, 234, 234, 0); border-bottom-width:1px; border-bottom-style:solid; transition: all 0.3s ease-in-out;}
.sub .header-wrap {background-color:#fff; }


.header-inner { text-align:center; }


.header-logo {position:absolute; left:50px;top:50%; transform:translateY(-50%); width:144px; height:50px; transition: all 0.3s ease-in-out; z-index:1001;}
.header-logo a {display:block; width:100%; height:100%; overflow:hidden; text-indent:-9999px; text-align:left;  transition: all 0.3s ease-in-out;}
.header-logo a { background:url('../images/common/top_logo.png') 0 0 no-repeat; background-size: contain; }
.sub .header-logo a { background:url('../images/common/top_logo2.png') 0 0 no-repeat; background-size: contain; }


/*GNB*/
.gnb {transition: all 0.3s ease-in-out; position:relative; z-index:1000;}
.gnb:after {content:''; display:block; background-color:rgba(35,24,21,0.3); position:absolute;left:0; top:91px; height:0; width:100%;transition: all 0.3s ease-in-out;}
.sub .gnb:after {background-color:#fff;}
.gnb.js-open-d:after {height:60px;}
/* .header-wrap.js-fixed .gnb:after {top:96px;} */
/* .header-wrap.js-fixed .gnb.js-open-d:after {height:60px;} */

.gnb-wrap {font-size:0; width:100%; display:inline-block; max-width:1400px;}
.gnb-1dep{display:inline-block; height:90px; position:relative;  transition: all 0.3s ease-in-out; }
/* .header-wrap.js-fixed .gnb-1dep {height:95px;} */

.gnb-1dep > a {display:block; line-height:90px; padding:0 40px; font-weight:300;  text-transform: uppercase; position:relative; transition: all 0.3s ease-in-out;}
/* .header-wrap.js-fixed .gnb-1dep > a {line-height:95px;} */

.gnb-1dep > a:after {content: ''; position: absolute; left: 50%; bottom: 0; width: 0%; height: 6px; transform: translate(-50%, 0); background: #e7b541; transition: all 0.5s ease-in-out; font-size: 0; opacity: 0; z-index: 1001;}
.gnb-1dep.js-open-d > a:after {opacity: 1; bottom: -1px; width: 100%; height: 6px;}

.gnb-1dep > a span{color:#fff; display:inline-block; line-height:1.3; transition: all 0.3s ease-in-out; font-size:18px; letter-spacing: 0.1em; vertical-align: middle;}
.gnb-1dep > a span em{ font-weight: 500;}


.header-wrap.js-fixed .gnb-1dep > a span,
.header-wrap.js-open-d .gnb-1dep > a span {color:#fff;}
.header-wrap.js-open-d .gnb-1dep.js-open-d > a span {color:#e7b541}
.sub .header-wrap.js-fixed .gnb-1dep > a span,
.sub .header-wrap.js-open-d .gnb-1dep > a span {color:#444;}


.gnb-2dep {max-height:0; overflow:hidden; position:absolute;  top:100px; left:0; transition: all 0.3s ease-in-out; z-index:1000; white-space: nowrap;}
/* .header-wrap.js-fixed .gnb-2dep {top:60px;} */

.gnb-1dep:nth-child(4) .gnb-2dep,
.gnb-1dep:nth-child(5) .gnb-2dep {left:50%; transform:translateX(-50%);}
.gnb-1dep:last-child .gnb-2dep {left:auto; right:0;}

.gnb-2dep > li {display:inline-block; line-height:60px;}
.gnb-2dep > li > a {display:inline-block; padding:0 20px; color:#d2bead; transition: all 0.3s ease-in-out;}
.gnb-2dep > li > a.on,
.gnb-2dep > li > a:hover { color:#fff;}
.gnb-2dep > li > a span {display:inline-block;line-height:1.3; font-size:16px; transition: all 0.2s ease-in-out; vertical-align: middle;}
/* .gnb-2dep > li > a:hover span {transform: translateY(-6px);} */

/* .header-wrap.js-fixed .gnb-2dep > li {line-height:60px;} */

.gnb-1dep.js-open-d .gnb-2dep{max-height:60px; transition: all 0.3s ease-in-out;top:90px; }
/* .header-wrap.js-fixed .gnb-1dep.js-open-d .gnb-2dep {max-height:60px; top:95px;} */



.gnb-inner-util {display:none;}

.gnb-dimmed{position:fixed; top:0px; left:0; z-index:999; width:100%; height:100%; background-color:rgba(0, 0, 0, .5);display:none; }
.gnb-dimmed.js-open-d {display:block; top:121px;}
/* .header-wrap.js-fixed .gnb-dimmed.js-open-d {top:81px;} */



/* sub */
.sub .gnb:after {background-color:#8c6f4f;}


@media only screen and (max-width: 1700px) {
	.gnb-1dep > a {padding:0 20px;}
	.gnb-1dep > a span { letter-spacing: 0.06em;}
}
@media only screen and (max-width: 1440px) {
	.header-logo {left:20px;}
	.gnb-1dep > a {padding:0 15px;}

	.gnb-1dep > a span { letter-spacing: 0.06em;}
}
@media only screen and (max-width: 1300px) {
	.gnb-1dep > a {padding:0 10px;}
}

@media only screen and (max-width: 1280px) {
	.gnb-1dep > a span {font-size:16px; letter-spacing: 0.04em;}
}

@media only screen and (max-width: 1200px) {
	.gnb-1dep > a {padding:0 20px;}
	.gnb-1dep > a span {letter-spacing: 0em;}
	
}
@media only screen and (max-width: 1100px) {
	.gnb-1dep > a span {font-size:15px; letter-spacing: -0.05em;}
}
@media only screen and (max-width: 1024px) {
	.sub .gnb:after {display: none;}

	.header-wrap {min-width:320px; z-index:9999;border-bottom-color:rgba(234, 234, 234, 0.2);}
	.header-inner {height:60px; text-align:left;}


	.header-logo { width: 120px; height: 40px; z-index:998;}
	/* .header-logo a {background-size: 82px auto; } */


	
	/*GNB*/
	.gnb {width:320px; height:100%;  height:100vh;background:#fff; display:block; position:fixed; z-index:1002; top:0px; right:-100%;transition: all 0.3s ease-in-out; overflow-y:auto; -webkit-overflow-scrolling:touch;}

	.gnb-wrap {margin:0; width:100%;}
	.gnb.js-open-m {right:0;transform:translateZ(0);}

	.gnb-1dep{display:block; height:auto; position:relative; border-bottom: 1px solid #ddd; width:100%; max-width:100%; }
	.header-wrap.js-fixed .gnb-1dep {height:auto;}
	.gnb-1dep:before {display: none;}
	.gnb-1dep > a {display:block; line-height:50px; padding:0 20px; color:#000; text-transform: none; margin:0;}
	.header-wrap.js-fixed .gnb-1dep > a {line-height:50px;}
	.gnb-1dep > a span {color:#222; font-size:16px; letter-spacing: 0;}

	.gnb-1dep > a:hover span,
	.gnb-1dep.js-open-m > a span{color:#000;}

	.gnb-1dep > a:after {position: absolute; top: 20px; left:auto; right: 16px; width: 10px; height: 10px; border-width: 0 0 1px 1px; border-style: solid; border-color: #000; content: '';  transition: all 0.3s ease-in-out;  transform: rotate(-135deg); opacity: 1; background:transparent;}
	.gnb-1dep.js-open-m > a:after {top:20px;transition: all 0.3s ease-in-out; transform: rotate(-135deg);}

	.gnb-1dep > a.is-2depth-m:after {position: absolute; top: 16px; right: 16px; width: 10px; height: 10px; border-width: 0 0 1px 1px; border-style: solid; border-color: #000; content: '';  transition: all 0.3s ease-in-out;  transform: rotate(-45deg);}
	.gnb-1dep.js-open-m > a.is-2depth-m:after {top:22px;transition: all 0.3s ease-in-out; transform: rotate(-225deg);}
	

	.gnb-2dep,
	.gnb-1dep:nth-child(4) .gnb-2dep,
	.gnb-1dep:nth-child(5) .gnb-2dep {display:none;height:auto; max-height:1500px; position:static; width:auto; padding:0; margin:0; background-color:#efefef;border-top:0px solid #ddd;  transform:translateX(0); border-radius: 0; box-shadow:none; transition: none;}
	.gnb-1dep:last-child .gnb-2dep {margin-left:0;}

	.gnb-2dep > li {border-bottom:1px solid #ddd; padding:0; margin:0; display: block;}
	.gnb-2dep > li > a {display:block; padding:12px 30px; color:#666; text-align:left; line-height:1;}
	.gnb-2dep > li > a span {line-height:1.3;font-size:14px; }
	.gnb-2dep > li > a:hover,
	.gnb-2dep > li > a:focus { color:#222;}
	
	.gnb-2dep > li > a:hover span {transform: translate(0);}
	
	.gnb-2dep > li:first-child {margin-top:0px;}
	.gnb-2dep > li:last-child {margin-bottom:0px; border:0;}
	
	
	/*3depth*/
	.gnb-3dep { padding:0; border-top:1px dashed #ccc;}
	.gnb-3dep a {display:block; padding:8px 0 8px 45px; position:relative; color:#888;}
	.gnb-3dep a:hover {color:#222; padding:8px 0 8px 45px;}
	.gnb-3dep a:before,
	.gnb-3dep a:hover:before {left:38px; top:15px;}
	.gnb-3dep > li:last-child {margin-bottom: 0px;}

	.gnb-1dep.js-open-m > a:before {display:none;}
	.gnb-1dep.js-open-m .gnb-2dep{max-height:none;border-top:1px solid #ddd;}


	/*util*/




	.gnb-inner-util {display:block; position:relative; height:60px; background-color:#231815; padding:0 60px 0 0;font-size:0;}

	
	.gnb-mbtn-close {display:block; position: absolute; z-index: 3000; top: 0; right: 0; bottom: 0; width: 60px; min-height: 26px; margin: auto 0px; text-indent: -999em; -webkit-transition: none; transition: none; cursor: pointer; background:#3a3a3a; overflow:hidden; }
	.gnb-mbtn-close:before, .gnb-mbtn-close:after, .gnb-mbtn-close > span:before, .gnb-mbtn-close > span:after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 25px; height: 0; border-top: 2px solid #fff; margin: auto; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .3s; transition: .3s; content: ''; opacity: 1; }
	.gnb-mbtn-close:not(.zxcv):before { top: 16px; }
	.gnb-mbtn-close:not(.zxcv):after { bottom: 16px; }

	.js-open-m .gnb-mbtn-close {top:0px; right:0; min-height: 26px; }
	.js-open-m .gnb-mbtn-close:before, .js-open-m .gnb-mbtn-close:after, .js-open-m .gnb-mbtn-close > span:before, .js-open-m .gnb-mbtn-close > span:after {border-top: 2px solid #fff;  }
	.js-open-m .gnb-mbtn-close:before { width: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
	.js-open-m .gnb-mbtn-close:after { width: 0; -webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%); }
	.js-open-m .gnb-mbtn-close > span:before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
	.js-open-m .gnb-mbtn-close > span:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

	
	.gnb-dimmed.js-open-m {display:block; top:0;}
}


/*Util*/
.top__util {position:absolute; right:60px; top:50%; transform:translateY(-50%); font-size:0; z-index:1001;}
.top__util-item {display:inline-block; width:auto; text-align: center; vertical-align:middle;}
.top__util-item + .top__util-item {margin-left:20px;}



.language {position:relative;}
.language .language-link {display:block; min-width:85px; background-color:transparent; z-index:3; text-align:left; padding:0 15px 0 20px; border:1px solid rgba(255, 255, 255, 1); line-height:34px; color:#fff; transition: all 0.1s ease-in-out;}
.header-wrap.js-fixed .language .language-link,
.header-wrap.js-open-d .language .language-link {border-color:rgba(34, 34, 34, 1); color:#222; }

.language .language-link span {display:block; position: relative; font-size:12px;}
.language .language-link span:after {content:'';  transition: all 0.3s ease-in-out; width:0px; height:0px; position:absolute; top:50%; right:0; transform: translateY(-25%) rotate(0deg); border-width:8px 5px 8px 5px; border-color:#fff transparent transparent; border-style: solid;}
.header-wrap.js-fixed .language .language-link span:after,
.header-wrap.js-open-d .language .language-link span:after {border-color:#222 transparent transparent transparent;}

.header-wrap.js-fixed .language .language-link.js-active,
.language .language-link.js-active {background-color:#fff; border:1px solid rgba(34, 34, 34, 1); transition: all 0.1s ease-in-out; color:#222;}

.header-wrap.js-fixed .language .language-link.js-active span:after,
.language .language-link.js-active span:after{transform:translateY(-75%) rotate(180deg) ; border-color:#231815 transparent transparent transparent; }

.language .language-link:hover,
.header-wrap.js-fixed .language .language-link:hover {background-color:#231815; color:#fff; border-color:#231815;}
.language .language-link:hover span:after,
.header-wrap.js-fixed .language .language-link:hover span:after,
.header-wrap.js-open-d .language .language-link:hover span:after {border-color:#fff transparent transparent transparent;}



.language-wrap{ position:relative;}



.language-list li {display:inline-block; }
.language-list li a {display:block; padding:8px 20px; font-size:15px; color:#978a87;  background-color:transparent;transition: all 0.3s ease-in-out; position: relative; }
.language-list li a::before {content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 7px; background: #43322d; }
.language-list li:first-child a::before {display: none; }
.language-list li.on a,
.language-list li a:hover {color: #7a542c !important;}

.sub .language-list li a { color: #817774; }



@media only screen and (max-width: 1200px) {
	.top__util-item + .top__util-item {margin-left:10px;}
	.language-list li a { padding:6px 15px; font-size:14px; }

}

@media only screen and (max-width: 1024px) {
	.top__util-item.language{display:none;}

	.gnb-inner-util .language-wrap {position:absolute; top:50%; left:0px; width:auto; display:block; transform: translateY(-50%); }

	.gnb-inner-util .language-list {background-color:transparent; border:0px;}

	.gnb-inner-util .language-list li {display: inline-block; margin-left:10px;}
	
	.gnb-inner-util .language-list li a {padding:10px 20px; font-size:12px; color:#fff; line-height:1.3; position:relative; border:1px solid rgba(255, 255, 255, 0.4);}
	.gnb-inner-util .language-list li a:hover {color:#7a542c; background-color: #fff;}

	
}





.allmenu .allmenu-link {display:block; position:relative; width:36px; height:36px; overflow:hidden; font-size:0; line-height:1; text-indent:-88888px;}
.allmenu .allmenu-link span {display:block; width:26px; height:2px; background-color:#fff; transition:all 0.3s ease-in-out; position:absolute; top:50%; left:5px; transform:translateY(-50%);}

.allmenu .allmenu-link span:nth-of-type(1) {margin-top:-8px;}
.allmenu .allmenu-link span:nth-of-type(3) {margin-top:8px;}


.allmenu .allmenu-link:hover span{width:14px;}
.allmenu .allmenu-link:hover span:nth-of-type(1){width:26px;}
.allmenu .allmenu-link:hover span:nth-of-type(3){width:26px;}

.header-wrap.js-fixed .allmenu .allmenu-link span,
.header-wrap.js-open-d .allmenu .allmenu-link span {background-color:#fff;}

/* .sub .header-wrap.js-fixed .allmenu .allmenu-link span,
.sub .header-wrap.js-open-d .allmenu .allmenu-link span {background-color:#7a542c;} */

/* .sub .header-wrap .allmenu .allmenu-link span, */
.sub .header-wrap .allmenu .allmenu-link span {background-color:#7a542c;}






@media only screen and (max-width: 1440px) {
	.top__util { right:20px;}
}


@media only screen and (max-width: 1024px) {
	.top__util-item + .top__util-item {margin-left:20px;}
}





/* 전체메뉴 */
.newAllmenu { z-index:1005; position:relative; display: none;}

.newAllmenu-close {display:block; position: fixed; right: 20px; top: 20px; width: 60px; height: 60px; z-index:1002; padding:0; font-size:0; background-color:transparent; transition: all 0.3s ease-in-out;overflow:hidden; text-indent:-8888888px;}


.newAllmenu-close span:before,
.newAllmenu-close span:after {content:''; display:block; width:48px; height:2px; background-color:#222; position:absolute; top:50%; left:50%;transition: all 0.3s ease-in-out;}

.newAllmenu-close span:before {transform:translate(-50%, -50%) rotate(45deg);}
.newAllmenu-close span:after {transform:translate(-50%, -50%) rotate(-45deg);}

.newAllmenu-close:hover span:before,
.newAllmenu-close:focus span:before {transform:translateX(-50%) rotate(-45deg); background-color:#fff;}
.newAllmenu-close:hover span:after,
.newAllmenu-close:focus span:after {transform:translateX(-50%) rotate(45deg); background-color:#fff;}
.newAllmenu-close:hover,
.newAllmenu-close:focus {background-color:#231815;}


.newAllmenu-wrap {position: fixed;  width:100%; height:100%; top:0; left:0;  z-index: 1001; overflow-y:auto;overflow-x:hidden;}



.newAllmenu-inner {display:block; max-width:1600px; padding:0 20px; position:relative; margin:0 auto;}


.newAllmenu-nav {font-size:0; letter-spacing:-0.05em; position:relative; width:100%; border-left:1px solid #e6e6e6;}
.newAllmenu-nav::before,
.newAllmenu-nav::after {content:''; display:block; position:absolute; width:200%; height:100%; top:0; background-color:#fff; z-index: -1;}
.newAllmenu-nav::before {left:-200%;}
.newAllmenu-nav::after {right:-200%;}

.newAllmenu-1dep {display:inline-block; vertical-align:top; width:20%; min-height:100vh; padding:4% 0% 2%; transition: all 0.5s ease-in-out; background-repeat: no-repeat;   background-position:50% 50%; background-size:cover ;  overflow: hidden; }

.newAllmenu-1dep:last-child {width:20%;}



.newAllmenu-1dep::before {content:''; display:block; width:0; height:100%; background-color:#fff; position:absolute; top:0; transition: all 0.5s ease-in-out; transition-delay: 0s; z-index:-1;}
.newAllmenu-1dep:nth-child(1)::before {left:0%;}
.newAllmenu-1dep:nth-child(2)::before {left:20%;}
.newAllmenu-1dep:nth-child(3)::before {left:40%;}
.newAllmenu-1dep:nth-child(4)::before {left:60%;}
.newAllmenu-1dep:nth-child(5)::before {left:80%;}

.newAllmenu.js-active .newAllmenu-1dep::before{width:25%;}

.newAllmenu-1dep:after {content:''; display:block; width:1px; height:100%; background-color:#e6e6e6; position:absolute; top:0;}
.newAllmenu-1dep:nth-child(1):after {left:20%;}
.newAllmenu-1dep:nth-child(2):after {left:40%;}
.newAllmenu-1dep:nth-child(3):after {left:60%;}
.newAllmenu-1dep:nth-child(4):after {left:80%;}
.newAllmenu-1dep:nth-child(5):after {left:100%;}



.newAllmenu-1dep > a {display:block; font-size:23px; font-weight:500; text-align:left; color:#222; text-transform: uppercase; padding:10% 10%; transition: all 0.5s ease-in-out; transition-delay: 0s; transform: translateX(-150%);}

.newAllmenu-1dep > a > span{display:block; color:#222; line-height:1.3;}

.newAllmenu.js-active .newAllmenu-1dep > a{transform: translateX(0);}

.newAllmenu-1dep:hover,
.newAllmenu-1dep:focus {background-color:#231815;}
.newAllmenu-1dep:hover > a,
.newAllmenu-1dep:hover > a span,
.newAllmenu-1dep:hover > a > em {color:#fff;}



.newAllmenu-2dep {padding-top:5%; transition: all 0.5s ease-in-out; transition-delay: 0s; transform: translateX(-150%);}
.newAllmenu.js-active .newAllmenu-2dep {transform: translateX(0);}
.newAllmenu-2dep > li > a {display:block; padding:6% 10% 6% 10%; color:#666; font-size:16px; line-height:1.3; transition: all 0.3s ease-in-out; position:relative;}
.newAllmenu-2dep > li > a:hover,
.newAllmenu-2dep > li > a:focus {color:#231815;}



.newAllmenu-1dep:hover .newAllmenu-2dep > li > a {color:#fff;}
.newAllmenu-1dep:hover .newAllmenu-2dep > li > a:hover,
.newAllmenu-1dep:hover .newAllmenu-2dep > li > a:focus {color:#231815;}

.newAllmenu-2dep > li > a::before {content:''; display: block; width:0; height:100%; background-color:#fff;transition: all 0.3s ease-in-out; position:absolute; top:0; left:0; z-index:-1;}
.newAllmenu-1dep:hover .newAllmenu-2dep > li > a:hover::before {width:100%;}



@media only screen and (max-width: 1600px) {
	
}

@media only screen and (max-width: 1400px) {
	.newAllmenu-close {width:50px; height:50px;}
	.newAllmenu-1dep > a {font-size:20px;}
	.newAllmenu-2dep > li > a {font-size:15px;}
}
@media only screen and (max-width: 1200px) {

	.newAllmenu-close {right:5px; top:5px; width:40px; height:40px;}
	.newAllmenu-close span:before,
	.newAllmenu-close span:after {width:32px; height:2px;}
	.newAllmenu-1dep > a {font-size:17px;}
	
	
}
@media only screen and (max-width: 1024px) {
	.newAllmenu{display:none !important;}
}

.newAllmenu-dimmed {position:fixed; top:0px; left:0; z-index:999; width:100%; height:100%; background-color:rgba(34, 35, 34, 0.9);}


/* footer */

.footer {position:relative; background:#231815; z-index:2;  padding:50px 0 40px; font-size: 15px; color: #fff; font-weight: 300;}

.footer-address { padding-bottom: 40px !important; border-bottom: 1px solid #40302c; display: flex; flex-direction: row;    justify-content: space-between; align-items: flex-end;}

.footer-bottom.inner {position:relative; text-align:left; padding-top: 40px;}
.footer-bottom.inner .footer-contact + .footer-contact {margin-left: 30px;}

address {display:inline-block; text-align:left;  line-height:1.3;}
address .footer-item { margin-top:6px;}
address .footer-item:first-child {margin:0 0 30px 0;}
address .footer-item span.title {display:block;}
address .footer-item span em {vertical-align:baseline; margin-left: 30px;}


.footer-copy {color:#807b7a; font-size:14px; line-height:1.3;font-weight: 300; }

@media only screen and (max-width: 1440px){

}

@media only screen and (max-width: 1300px){
	.footer-address {flex-direction: column; align-items: flex-start;}
	.footer-copy { margin-top: 20px;}

}

@media only screen and (max-width: 1024px){
}

@media only screen and (max-width: 768px){
	.footer-contact {display: block;}
	.footer-bottom.inner .footer-contact + .footer-contact {margin-left: 0; margin-top: 20px;}
	address .footer-item span em {display: block; margin-left: 0;}

}

@media only screen and (max-width: 480px){

}

/* footer-top */
.footer-top{display:block; width:36px; height:38px; font-size:0; position: absolute; right: -19px; top: 0; z-index:1; transition: all 0.3s ease-in-out; background: url(../images/common/footer_top.png) center no-repeat; background-size: contain; }

.footer-top.on{position:absolute; top:0;}

@media only screen and (max-width: 1440px){
	.footer-top{right: 0; }

}

@media only screen and (max-width: 1024px){
	.footer-top {bottom: -60px; top: auto; width: 30px;}

}

@media only screen and (max-width: 768px){

}

@media only screen and (max-width: 480px){

}






/* .sub #container {padding:90px 0 0 0;} */
.sub_container {padding:90px 0 0 0;}
.contents {padding:140px  0 140px 0;}

@media only screen and (max-width: 1024px) {
	#container {padding:0px 0 0 0;}
	.contents {padding:100px  0 100px 0;}
}

@media only screen and (max-width: 768px) {
	
}


.main-container {padding:0 0 0 0 !important; }

.inner {position:relative; max-width:1400px;  margin:0 auto;}

@media all and (max-width:1440px){
	.inner {position:relative; margin:0 20px; padding:0px;}
}















/* sub_visual */
.sub_visual{padding:210px 0 120px 0; position:relative; font-size:0; text-align:center; overflow: hidden;}

.sub_visual-inner {display:inline-block; text-align: left; width:100%; max-width:1440px; padding:0 20px;}


.sub_title{ display:inline-block;}
.sub_title h2{color:#fff;font-size:70px; padding:0; font-weight:500;line-height:1.3;}
.sub_title h2 em {display: inline-block; vertical-align: baseline; color:#231815;}
.sub_title p{color:#fff; font-size:18px; line-height:1.3;margin:10px 0 0 0; letter-spacing:0.05em;}



@media only screen and (max-width:1920px){
	
}

@media only screen and (max-width:1440px){
	.sub_visual{padding:12% 0 10% 0;}
	.sub_title h2{font-size:64px;}
}

@media only screen and (max-width:1024px){
	.sub_visual {padding:12% 0 10% 0;}
	.sub_title h2{font-size:56px;}
	.sub_title p{font-size:16px; margin:8px 0 0 0;}
}

@media only screen and (max-width:768px){
	.sub_visual {padding:120px 0 90px 0;}
	.sub_title h2{font-size:48px;}
}

@media only screen and (max-width:480px){
	.sub_title h2{font-size:32px;}
	.sub_title p{font-size:14px; margin:5px 0 0 0;}
}

.sub_visual-bg {position:absolute; top:0%; left:0%; width:100%; height:100%; background:url('../images/contents/visual_bg01.jpg') center center no-repeat;background-size:cover; z-index:-1; transform:scale(1.3); transition:all 10s ease-in-out;}
.sub_visual-bg.is-active {transform:scale(1) rotate(0.002deg);}
.visual__contents{position:relative; z-index: 3;}
.visual__contents-inner  {position:relative;}
.visual__contents.nth-1 .sub_visual .sub_visual-bg{background-image:url('../images/contents/visual_bg01.jpg');}
.visual__contents.nth-2 .sub_visual .sub_visual-bg{background-image:url('../images/contents/visual_bg02.jpg');}
.visual__contents.nth-3 .sub_visual .sub_visual-bg{background-image:url('../images/contents/visual_bg03.jpg');}
.visual__contents.nth-4 .sub_visual .sub_visual-bg{background-image:url('../images/contents/visual_bg04.jpg');}
.visual__contents.nth-5 .sub_visual .sub_visual-bg{background-image:url('../images/contents/visual_bg05.jpg');}
.visual__contents.nth-6 .sub_visual .sub_visual-bg{background-image:url('../images/contents/visual_bg06.jpg');}


.visual__contents.nth-3 .sub_title h2,
.visual__contents.nth-5 .sub_title h2 {text-transform: uppercase;}



/* lnb */
.lnb{position:relative; width:100%; bottom:0; left:0; text-align:left; z-index:3; border-bottom:1px solid #ededed; background-color: #fff;;}

.lnb-wrap{max-width:1400px; margin:0 auto; padding:0 0 0 0;}
.lnb-list{font-size:0;background:#fff; position:relative; }

.lnb-list > li{display:inline-block; vertical-align:top; position:relative;}

.lnb-item {min-width:300px; max-width:30%; height:60px; box-sizing: border-box;}
.lnb-home {width:74px; height:60px;}
.lnb-home a{display:block;font-size:0;line-height:0;width:100%;height:100%; background:transparent url('../images/common/lnb_home_ico.png') center center no-repeat; transition:all 0.3s ease-in-out; position: relative;}
.lnb-home a:hover {background-color:#fff;}

.lnb-home a::before {content:''; display: block; display:block; width:74px; height:164px; background-color:transparent; background-size: contain; background-position: 0 100%; background-repeat: no-repeat; background-image:url('../images/common/lnb_home_txt01.png'); position: absolute; bottom:0; left:0;}



.visual__contents.nth-1 .lnb-home a::before{background-image:url('../images/common/lnb_home_txt01.png');}
.visual__contents.nth-2 .lnb-home a::before{background-image:url('../images/common/lnb_home_txt02.png');}
.visual__contents.nth-3 .lnb-home a::before{background-image:url('../images/common/lnb_home_txt03.png');}
.visual__contents.nth-4 .lnb-home a::before{background-image:url('../images/common/lnb_home_txt04.png');}
.visual__contents.nth-5 .lnb-home a::before{background-image:url('../images/common/lnb_home_txt05.png');}
.visual__contents.nth-6 .lnb-home a::before{background-image:url('../images/common/lnb_home_txt06.png');}



.lnb-link {position:relative; display:block; line-height:60px; height:100%;padding:0 60px 0 20px; box-sizing:border-box; border-right:1px solid rgba(237, 237, 237, 1); color:#222; transition:all 0.3s ease-in-out;}
.lnb-link span {display:block;  overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:16px; }
.lnb-link:after {content:''; display:block; position:absolute; right:0; top:0; height:100%; width:50px; background:url('../images/common/lnb_open.png') center center no-repeat; transition: all .3s ease-in-out; opacity: 0.5;}

.lnb-link:hover{color:#222;background:#fff;}
.lnb-link.js-active {background-color:rgba(255, 255, 255, 1);}
.lnb-link.js-active:after {transform: rotate(180deg); opacity: 1;}

.lnb__menu-list{position:absolute;left:-1px;top:60px; display:none; z-index:2;  width:100%; border-left:1px solid #ededed;box-sizing:content-box;}


.lnb__menu-list li { border:1px solid #ededed;  border-left:0; border-top:0;}
.lnb__menu-list li:first-child{border-top:1px solid #ededed;}
.lnb__menu-list a {display:block; font-size:16px; line-height:1.3; color:#666; background:#fff; padding:18px 50px 18px 20px; white-space: normal; word-break: break-all; transition:all 0.3s ease-in-out; position:relative;}
.lnb__menu-list a::after {content:''; display:block; width:26px; height:12px; position:absolute; right:30px; top:50%; transform: translateY(-50%); background:url('../images/common/lnb_arrow01.png') 0 0 no-repeat; background-size:contain; opacity: 0; transition: all 0.3s ease-in-out;}
.lnb__menu-list a > span {display:inline-block;}
.lnb__menu-list a:hover {color:#fff; background:#231815; padding-left:25px;}
.lnb__menu-list a:hover::after {right:20px; opacity: 1;}



@media only screen and (max-width: 1600px) {
	.lnb-item + .lnb-item + .lnb-item + .lnb-item{display:none;}
}

@media only screen and (max-width: 1280px) {
	.lnb-item + .lnb-item + .lnb-item {display:none;}
	
}
@media only screen and (max-width: 1024px) {
	.lnb-wrap{max-width:1400px; margin:0 auto; padding:0 0 0 0;}
	
	.lnb-item {min-width:auto; width:calc(50% - 30px); max-width:calc(50% - 30px); height:50px;}
	.lnb-home {width:60px; height:50px;}
	.lnb-home a { background-size:18px auto;}
	.lnb-home a::before {width:60px; height:134px;}
	

	.lnb-link {line-height:50px; padding:0 50px 0 15px;}
	.lnb-link span {font-size:14px;}
	.lnb-link:after {width:50px;}

	.lnb__menu-list{top:50px;}
	.lnb__menu-list a {font-size:14px; padding:10px 40px 10px 15px;}
	.lnb__menu-list a:hover::after {right:15px; opacity: 1;}
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 480px) {
	.lnb-wrap {max-width:100%; margin:0;}
	.lnb-item {width:calc(50% - 20px); max-width:calc(50% - 20px); height:40px;}
	.lnb-home {width:40px; height:40px;}
	.lnb-home a { background-size:14px auto;}
	.lnb-home a::before {width:40px; height:90px;}
	

	.lnb-link {line-height:40px; padding:0 40px 0 10px;}
	.lnb-link:after {width:40px;}

	.lnb__menu-list{top:40px;}
	.lnb__menu-list a {font-size:13px; padding:8px 10px;}
	.lnb__menu-list a:hover {padding-left:10px;}
	.lnb__menu-list a::after {display: none;}
}








/*Sub Title*/

.contents__title {padding: 50px 0 0 0; position:relative; z-index:2;}
.contents__title h3{text-align:center;font-size:45px;color:#222; position:relative; font-weight:500; padding-bottom:36px;}
.contents__title h3::after {content:''; display: block; width:10px; height:10px; background-color:#231815; position:absolute; bottom:0; left:50%; transform: translateX(-50%);}
.contents__title h3 span{display:inline-block; line-height:1.3;}



@media only screen and (max-width:1024px){
	.contents__title {padding: 40px 0 0 0;}
	.contents__title h3{ font-size: 36px; padding-bottom:26px;}
	.contents__title h3::after {width:8px; height:8px;}
}
@media only screen and (max-width:768px){
	.contents__title {padding: 35px 0 0 0;}
	.contents__title h3{ font-size: 32px; padding-bottom:16px; }
	.contents__title h3::after {width:6px; height:6px;}

	

}
@media only screen and (max-width:480px){
	.contents__title {padding: 30px 0 0 0;}
	.contents__title h3{ font-size: 28px; padding-bottom:10px;}

}

/*Sub Small Title*/
.sub__stitle {overflow:hidden;}
.sub__stitle h3 {text-align:center; position: relative; } 
.sub__stitle span {background:#fff; padding:0 5%; display: inline-block; font-size:30px; font-weight:500; color:#222; margin:0 20px; line-height:1.3;}
.sub__stitle h3:before,
.sub__stitle h3:after {content:''; display:block; width: 50%; height:1px;  background:#ef413d; position:absolute; top:50%; z-index:-1;}
.sub__stitle h3:before {left:0;}
.sub__stitle h3:after {right:0;}



@media only screen and (max-width:768px){
	.sub__stitle span {font-size:24px;}

}
@media only screen and (max-width:480px){
	.sub__stitle span {font-size:20px;}
}



/* 영문폰트 */
.en {font-family: "myriad-pro"; vertical-align: baseline;}