@charset "utf-8";


/*우측 Quick 아이콘*/
.quick {position:fixed; top:50%; right:30px; z-index: 9999; transform: translateY(-50%);}
.quick-wrap .item{width:82px; height:94px; position:relative; cursor: pointer;}
.quick-wrap .item svg {filter: drop-shadow(0px 0px 10px rgb(0, 0, 0, 0.3)); transition:all 0.3s ease-in-out;}
.quick-wrap .item.nth-1 svg {fill:#000;}
.quick-wrap .item.nth-2 svg {fill:#cb8f30;}

.quick-wrap .item .info {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); max-width:100%; font-size:0; text-align: center;}
.quick-wrap .item .info .text::before {content:''; display: block; width:36px; height:36px; margin:0 auto; margin-bottom:4px; background-size:cover; background-repeat: no-repeat; background-position:50% 50%;}
.quick-wrap .item.nth-1 .info .text::before {background-image:url('../images/common/ico_quick01.png');}
.quick-wrap .item.nth-2 .info .text::before {background-image:url('../images/common/ico_quick02.png');}

.quick-wrap .item a:hover svg {fill:#805727; transform:rotate(180deg);}

.quick-wrap .item a:hover .info .text::before {animation: heartBeat  2s infinite;}

@media only screen and (max-width: 1024px){
	.quick { right:10px;}
}

@media only screen and (max-width: 768px){
	.quick-wrap .item{width:60px; height:66px;}
	.quick-wrap .item .info .text { font-size:0;}
	.quick-wrap .item .info .text::before {width:30px; height:30px; }
}

@media only screen and (max-width: 480px){
	.quick {top:auto; bottom:10px; right:10px; transform: translate(0);}
	.quick-wrap .item{width:50px; height:60px;}
	.quick-wrap .item .info .text::before {width:24px; height:24px; }
}




/* ===================================
	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:rgba(255, 255, 255, 0); border-bottom-color:rgba(128, 87, 39, 0.17); border-bottom-width:1px; border-bottom-style:solid; transition: all 0.3s ease-in-out;}

.header-wrap.js-fixed,
.header-wrap.js-open-d {background-color:rgba(255, 255, 255, 1); border-bottom-color:rgba(128, 87, 39, 0.2); }


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


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

.header-logo a:hover,
.header-wrap.js-fixed .header-logo a,
.header-wrap.js-open-d .header-logo a {background-position: 0 0px;}


/*GNB*/
.gnb {transition: all 0.3s ease-in-out; position:relative; z-index:1000;}

.header-wrap.js-fixed .gnb:after {top:81px;}
.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:100px; position:relative;  transition: all 0.3s ease-in-out; }
.header-wrap.js-fixed .gnb-1dep {height:80px;}

.gnb-1dep > a {display:block; line-height:100px; padding:0 30px; font-weight:500;  position:relative; transition: all 0.3s ease-in-out;}
.header-wrap.js-fixed .gnb-1dep > a {line-height:80px;}

.gnb-1dep > a:after {content:''; display:block; height:0; width:0%; position:absolute; bottom:-1px; left:50%; background: #805727; opacity:0; transition: all 0.3s ease-in-out; z-index: -1; transform:translate(-50%, 0%); border-radius: 0; height:4px;}
.gnb-1dep.js-open-d > a:after {width:calc(100% - 60px); opacity: 1; height:4px; border-radius: 0;}

.gnb-1dep > a span{color:#222; display:inline-block; line-height:1.3; transition: all 0.3s ease-in-out; font-size:18px; letter-spacing: 0em; font-weight:700;}


.header-wrap.js-fixed .gnb-1dep > a span,
.header-wrap.js-open-d .gnb-1dep > a span {color:#222;}
.header-wrap.js-open-d .gnb-1dep.js-open-d > a span {color:#805727}



.gnb-2dep {max-height:0; overflow:hidden; position:absolute;  top:100px; left:50%; transition: all 0.3s ease-in-out; z-index:1000; background-color: #fff; min-width:220px; transform:translate(-50%, 0);}



.gnb-2dep > li { text-align:left; margin:5px 0;}
.gnb-2dep > li:first-child {margin-top:15px;}
.gnb-2dep > li:last-child {margin-bottom:15px;}
.gnb-2dep > li > a {display:inline-block; padding:10px 30px; color:#a39b8f; transition: all 0.3s ease-in-out; line-height:1.6;}
.gnb-2dep > li > a:hover { color:#805727;}
.gnb-2dep > li > a span {display:inline; font-weight:500; font-size:16px; transition: all 0.3s ease-in-out; padding:5px 0;border-bottom:1px dashed #fff;}
.gnb-2dep > li > a:hover span {border-bottom:1px dashed #805727; }



.gnb-1dep.js-open-d .gnb-2dep{max-height:1000px; transition: all 0.3s ease-in-out; }
.header-wrap.js-fixed .gnb-1dep .gnb-2dep { top:80px;}




.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:100px;}
.header-wrap.js-fixed .gnb-dimmed.js-open-d {top:81px;}


@media only screen and (max-width: 1600px) {
	.header-logo {left:20px;}
	.gnb-1dep > a {padding:0 25px;}


	.gnb-1dep.js-open-d > a:after {width:calc(100% - 50px);}

	.gnb-2dep > li > a {padding:8px 25px;line-height:1.5;}

}

@media only screen and (max-width: 1440px) {
	.gnb-wrap {margin-left:-100px;}
	.gnb-1dep > a {padding:0 20px;}
	.gnb-1dep > a span { letter-spacing: -0.05em;}

	.gnb-2dep {min-width:200px;}
	.gnb-1dep.js-open-d > a:after {width:calc(100% - 40px);}
	.gnb-2dep > li > a {padding:6px 20px;}

}

@media only screen and (max-width: 1280px) {
	.header-logo { width:150px; height:24px;}
	.header-logo a {background-size: 150px auto;}
	.gnb-wrap {margin-left:-120px;}
	.gnb-1dep > a {padding:0 12px;}
	.gnb-1dep > a span { letter-spacing: -0.05em; font-size:17px;}

	.gnb-2dep {min-width:180px;}
	.gnb-1dep.js-open-d > a:after {width:calc(100% - 24px);}
	.gnb-2dep > li > a {padding:8px 12px;line-height:1.5;}

}

@media only screen and (max-width: 1100px) {
	.gnb-wrap {margin-left:0px;}

}


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

	.header-wrap {min-width:320px; z-index:9999;}
	.header-inner {height:60px; text-align:left;}


	.header-logo { z-index:998;}
	
	


	
	/*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;  border-bottom:0;}
	.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:#805727; 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;}
}

@media only screen and (max-width: 768px) {
	.header-logo { width:126px; height:20px; }
	.header-logo a {background-size: 126px auto;}
}


/*Util*/
.top__util {position:absolute; right:50px; top:50%; transform:translateY(-50%); font-size:0; z-index:1001; height:100%;}
.top__util-item {display:inline-block; width:auto; text-align: center; vertical-align:middle; line-height:100px; transition:all 0.2s ease-in-out;}
.header-wrap.js-fixed .top__util-item {line-height:80px;}
.top__util-item + .top__util-item {margin-left:10px;}


.nine-link {display:inline-block; background:url('../images/common/top_log_nine.png') 0 0 no-repeat; width:148px; height:24px; transition:all 0.3s ease-in-out; text-indent:-999999px; overflow:hidden; font-size:0;}

.gnb-inner-util .nine-link {position: absolute; top:50%; left:20px; transform: translate(0, -50%); display: none; background-image: url('../images/common/top_log_nine01.png');}







.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:#222; 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; width:14px;}
.allmenu .allmenu-link span:nth-of-type(3) {margin-top:8px; width:14px;}


.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:#222;}






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

@media only screen and (max-width: 1100px) {
	.top__util-item .nine-link {display: none;}
}
@media only screen and (max-width: 1024px) {
	.allmenu {position: relative; top:50%; transform: translate(0, -50%);}
	
	.gnb-inner-util .nine-link {display:block;}
}



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


.language {position:relative;}
.language .language-link {display:inline-block; min-width:80px; background-color:transparent; z-index:3; ; transition: all 0.1s ease-in-out; background-repeat: no-repeat; background-position: 50% 50%; background-image:url('../images/common/ico_lang.png'); }


.language .language-link span {display:block; position: relative; font-size:0;}
.language .language-link span:after {content:'';  transition: all 0.3s ease-in-out; width:0px; height:10px; position:absolute; top:0; left:50%; transform: translate(-50%, 0); background-color:#000;}



.header-wrap.js-fixed .language .language-link.js-active,
.language .language-link.js-active { background-image:url('../images/common/ico_lang_on.png');}

.language .language-link:hover span:after,
.header-wrap.js-fixed .language .language-link.js-active span:after,
.language .language-link.js-active span:after{width:100%;}






.language-wrap {position:absolute; width:100%; top:100px; left:0; display:none; overflow:hidden; z-index:2; text-align: left;transition: top 0.3s ease-in-out;}

.header-wrap.js-fixed .language-wrap{top:80px;}

.language-list {background-color:#000; /* box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, .3);*/  overflow:hidden;border:1px solid rgba(34, 34, 34, 1);}

.language-list li {line-height:1.3; text-align:center; font-weight:bold;}
.language-list li:first-child {padding-top:5px;}
.language-list li:last-child {padding-bottom:5px;}
.language-list li a {display:block; padding:6px 10px; font-size:14px; color:#fff;  background-color:transparent; transition: all 0.3s ease-in-out; }
.language-list li.is-active a,
.language-list li a:hover {color:#c5882d;}






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

	.gnb-inner-util.nth-2 {background-color:#805727;}
	.gnb-inner-util .language-wrap {position:absolute; top:50%; left:0px; width:auto; display:block; transform: translateY(-50%); }
	.header-wrap.js-fixed .gnb-inner-util .language-wrap {top: 50%;}

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

	.gnb-inner-util .language-list li {display: inline-block; margin-left:8px;}
	.gnb-inner-util .language-list li:first-child { padding-top: 0px;}
	.gnb-inner-util .language-list li:last-child { padding-bottom: 0px;}
	
	.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.2); background-color: #c4872c;}
	.gnb-inner-util .language-list li.is-active a,
	.gnb-inner-util .language-list li a:hover {background-color:#3a3a3a; border:1px solid #3a3a3a;}

	
}







/* 전체메뉴 */
.newAllmenu { z-index:1005; position:fixed; display: none; width:100%; height:100%; top:0; left:0;}





.newAllmenu-close {display:block; position: absolute; right: 20px; top: 100px; width: 60px; height: 66px; z-index:1002; padding:0; font-size:0;  transition: all 0.3s ease-in-out;overflow:hidden; cursor:pointer; transform:translate(0, -50%);}

.newAllmenu-close svg {transition:all 0.3s ease-in-out; fill:#000;}

.newAllmenu-close span:before,
.newAllmenu-close span:after {content:''; display:block; width:28px; height:2px; background-color:#fff; 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 svg,
.newAllmenu-close:focus svg {transform:rotate(180deg);  fill:#805727;}


.newAllmenu-wrap {position: fixed;  width:100%; height:100%; top:0; left:0;  z-index: 1001; overflow-y:auto;overflow-x:hidden; background:url('../images/common/allmenu_bg01.png') 100% 50% no-repeat; background-size:cover;}

.newAllmenu-tit {position:absolute; z-index:2; top:100px; left:50%;  padding:0 20px; background-color:transparent; width:100%; transform: translate(-50%, -50%); max-width: 1400px;}
.newAllmenu-tit > img {max-width:25%;}

.newAllmenu-inner {display:block; max-width:1400px; position:relative; margin:0 auto; font-size:0;}
.newAllmenu-inner::before {content:''; display:block; width:200%; height:200px; background-color: #fff; position:absolute; top:0; left:-50%; transition: all 0.3s ease-in-out;}

.newAllmenu-nav {padding-top:0px;}


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





.newAllmenu-1dep::before {content:''; display:block; width:0; height:20px; background-color:#805727; position:absolute; top:0; transition: all 0.5s ease-in-out; transition-delay: 0s; z-index:1;}
.newAllmenu-1dep:nth-child(1)::before {left:10%;}
.newAllmenu-1dep:nth-child(2)::before {left:30%;}
.newAllmenu-1dep:nth-child(3)::before {left:50%;}
.newAllmenu-1dep:nth-child(4)::before {left:70%;}
.newAllmenu-1dep:nth-child(5)::before {left:90%;}


/*.newAllmenu.js-active .newAllmenu-1dep::before{width:0%; transform:translate(-50%, 0)}*/




.newAllmenu-1dep > a {display:block; font-size:24px; font-weight:700; text-align:left; padding:5% 10%; transition: all 0.5s ease-in-out; transition-delay: 0s; transform: translateX(-150%); position: relative; margin-top:30%;}
.newAllmenu-1dep > a::before {content:''; display:block; width:1px; height:100%; background-color:rgba(255, 255, 255, 0.2); position:absolute; top:0; left:0;}
.newAllmenu-1dep:first-child > a::before {display: none;}

.newAllmenu-1dep > a > span{display:block; color:#fff; line-height:1.3; letter-spacing: -0.025em;}

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

.newAllmenu-1dep:hover,
.newAllmenu-1dep:focus {background-color:#fff;}

.newAllmenu-1dep:hover::before{width:20%; transform:translate(-50%, 0)}

.newAllmenu-1dep:hover > a,
.newAllmenu-1dep:hover > a span,
.newAllmenu-1dep:hover > a > em {color:#805727;}



.newAllmenu-2dep {padding-top:10%; transition: all 0.5s ease-in-out; transition-delay: 0s; transform: translateX(-150%); position:relative;}
.newAllmenu.js-active .newAllmenu-2dep {transform: translateX(0);}

.newAllmenu-2dep::before {content:''; display:block; width:1px; height:100%; background-color:rgba(255, 255, 255, 0.2); position:absolute; top:0; left:0;}
.newAllmenu-1dep:first-child .newAllmenu-2dep::before {display: none;}

.newAllmenu-2dep > li > a {display:block; padding:3% 10% 3% 10%; color:#fff; font-size:18px; font-weight: 500; line-height:1.3; transition: all 0.3s ease-in-out; position:relative;}




.newAllmenu-1dep:hover .newAllmenu-2dep > li > a {color:#805727;}
.newAllmenu-1dep:hover .newAllmenu-2dep > li > a:hover,
.newAllmenu-1dep:hover .newAllmenu-2dep > li > a:focus {color:#805727;  text-decoration:underline;}





@media only screen and (max-width: 1600px) {
	.newAllmenu-close {top: 80px; }
	.newAllmenu-tit {top:80px;}
	.newAllmenu-inner::before {height:160px;}
	.newAllmenu-1dep { padding:160px 0% 2%;}
	
}

@media only screen and (max-width: 1440px) {
	
	.newAllmenu-1dep > a {font-size:22px;}
	.newAllmenu-2dep > li > a {font-size:15px;}
}
@media only screen and (max-width: 1200px) {
	.newAllmenu-close {top: 60px; }
	.newAllmenu-tit {top:60px;}
	.newAllmenu-inner::before {height:120px;}
	.newAllmenu-1dep { padding:120px 0% 2%;}
	
	.newAllmenu-1dep > a {font-size:18px;}
	
	
}
@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:#201f1f; z-index:2;  padding:100px 0 80px; font-family: 'GmarketSans';}

.footer-wrap {position:relative; font-size: 0;}
.footer-logo::before {content:''; display: block; width:1px; height:100%; background:#302f2f; position:absolute; top:0; left:0;}
.footer-logo::after {content:''; display: block; width:1px; height:100%; background:#302f2f; position:absolute; top:0; left:32%;}
.footer-logo {display:inline-block; width:32%; padding:0 20px; text-align:center;}
.footer-logo a {display:block; width:244px; height:40px; max-width: 100%; overflow:hidden; text-indent:-9999px; background-size: contain; text-align:left; background-repeat: no-repeat; background-position: 50% 50%; margin:0 auto;}
.footer-logo a.nth-1 {background-image: url('../images/common/footer_logo_nine.png');}
.footer-logo a.nth-2 {background-image: url('../images/common/footer_logo.png'); margin-top:20px;}


.footer-info {display:inline-block; width:68%; padding:0 20px 0 80px; vertical-align: top;}


.footer__menu { position:relative; }
.footer__menu-wrap{ font-size:0;  padding:0 0 60px 0;}
.footer__menu-item {display:inline-block;}
.footer__menu-item > a {display:block;  color:#fff; padding:0px 20px; position:relative;}
.footer__menu-item:first-child > a {padding:0 20px 0 0;}

.footer__menu-item > a span {display:inline-block; font-size:18px; font-weight: 400; line-height:1.3; transition: all 0.3s ease-in-out;}
.footer__menu-item > a:hover {color:#fff;}
.footer__menu-item > a:hover span {transform:translateY(-5px);}

.footer-bottom {position:relative; font-size:18px;line-height:1.3;}

address {display:inline-block;}
address .footer-item { color:#969696; margin-top:10px; padding:0; position:relative;}
address .footer-item:first-child {margin:0 0 0 0;}
address .footer-item.nth-3 {margin-top:40px;}
address .footer-item span {display:inline-block; margin:0px 20px 0 0;}
address .footer-item span em {display:inline-block; vertical-align:baseline; color:#acacac;}
address .footer-item.nth-1 span em,
address .footer-item.nth-3 span em {display:block; font-weight:400; color:#ccc; position: absolute; top:0; left:0; margin-top: -30px;}



.footer-copy {margin:26px 0 0 0; color:#565656; }
.footer-copy em {color:#777; vertical-align:baseline;}
.footer-alert {margin:60px 0 0 0; font-size:16px; color:#565656;}


@media only screen and (max-width: 1440px) {
	.footer { padding:80px 0 60px;}

	.footer-logo::after {left:30%;}
	.footer-logo {width:30%;}
	.footer-logo a { background-size:contain;}

	.footer-info {width:70%; padding:0 20px 0 60px;}

	.footer__menu-wrap{ padding:0 0 50px 0;}
	
	.footer-bottom {font-size:16px;}

	address .footer-item { margin-top:5px;}


	.footer-copy {margin:20px 0 0 0;; }
	.footer-alert {margin:50px 0 0 0; font-size:15px;}
}

@media only screen and (max-width: 1024px) {
	.footer {padding:60px 0px 60px;}

	
	.footer-logo::before{display: none;}
	.footer-logo::after {display:none;}
	.footer-logo {display:inline-block; width:100%; padding:0 20px 30px 20px; border-bottom:1px solid #302f2f;}
	.footer-logo a {display:inline-block;  width:196px; height:32px;}
	.footer-logo a.nth-2 {margin:0 0 0 20px;}


	.footer-info {display:inline-block; width:100%; padding:0 ; }
	.footer__menu-wrap{padding:20px 0 40px;text-align: center;}
	.footer__menu-item {display:inline-block; }
	.footer__menu-item > a {padding:0px 20px;}
	.footer__menu-item:first-child > a {padding:0 20px;}

	.footer__menu-item > a span {font-size:16px;}

	.footer-bottom { font-size:16px;}

	.footer-copy {margin:26px 0 0 0; font-size:14px; text-align: center;}
	.footer-alert {margin:50px 0 0 0; font-size:14px;}
}


@media only screen and (max-width: 768px) {
	.footer {padding:60px 0px 60px;}

	.footer-logo {padding:0 0 30px 0;}
	.footer-logo a {width:160px; height:26px;}

	.footer__menu-item > a span {font-size:14px;}

	.footer-bottom { font-size:14px;}

	address .footer-item span {display:block; margin:0px 0 5px;}

	.footer-copy {margin:20px 0 0 0; font-size:14px;}
	.footer-alert {margin:40px 0 0 0; font-size:14px;}

	address .footer-item.nth-1 span em, address .footer-item.nth-3 span em{margin-top: -20px;}
}

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

@media only screen and (max-width: 480px) {
	.footer {padding:50px 0px 60px;}

	.footer-logo {padding:0 0 30px 0;}
	.footer-logo a {display:block;}
	.footer-logo a.nth-2 {margin:0 auto; margin-top:20px;}

	.footer__menu-item { width:100%;}
	.footer__menu-item > a{padding:0 10px;}
	.footer__menu-item:first-child > a {padding:0 10px;}

	.footer-bottom { font-size:13px;}

	.footer-copy {margin:20px 0 0 0; font-size:13px;}
	.footer-alert {margin:40px 0 0 0; font-size:12px;}

}





/* footer-top */
.footer-top{display:block; width:36px; height:66px; font-size:0; position: absolute; right: 50px; top: 70px; z-index:1; transition: all 0.3s ease-in-out; }
.footer-top:before{content:''; position:absolute; left:50%; top:0; width:10px; height:10px; box-sizing:border-box; transform:translate(-50%, 0%); background:url('../images/common/footer_top01.png') 0 0 no-repeat; background-size:cover;}
.footer-top:after{content:''; position:absolute; left:50%; bottom:0; width:36px; height:44px; box-sizing:border-box; transform:translate(-50%, 0%); background:url('../images/common/footer_top02.png') 0 0 no-repeat; background-size:cover;}


.footer-top:hover::after {animation: is-top 1.5s infinite;}

@keyframes is-top {
	0% {opacity: 1;}
	70% {
		-webkit-transform: translate(-50%, -10px);
		transform:  translate(-50%, -10px);
	}
	100% {
		opacity: 0;
	}
}

@media only screen and (max-width:1440px){
	.footer-top{width:36px; height:66px; right: 20px; top: 60px;}
	.footer-top:before{ width:10px; height:10px; }
	.footer-top:after{width:36px; height:44px; }
}

@media only screen and (max-width:1024px){
	.footer-top{width:36px; height:66px; right: 20px; top: 20px;}
	.footer-top:before{ width:10px; height:10px; }
	.footer-top:after{width:36px; height:44px; }
}

@media only screen and (max-width: 768px){
	.footer-top{width:28px; height:50px; right: 20px; top: 30px;}
	.footer-top:before{ width:8px; height:8px; }
	.footer-top:after{width:28px; height:34px; }
		
}

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

}







#container {padding:0px 0 0 0;}
.contents {padding:60px  0 120px 0;}

@media only screen and (max-width: 1024px) {
	#container {padding:0px 0 0 0;}
	.contents {padding:40px  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;  font-family: 'YUniverse', 'GmarketSans'; font-weight: 700;}
.sub_title h2{color:#805727;font-size:50px; padding:0;line-height:1.2; position:relative; display: inline-block;}
.sub_title h2::after {content:''; display:block; width:94px; height:94px; animation: rotate_image2 10s linear infinite; background: url('../images/common/circle01.png') no-repeat; position: absolute; top: 0%; right: 0%; z-index: -1; background-size: contain; }
.sub_title h2 span {color:#000;}

.sub_title p{color:#805727; font-size:16px; line-height:1.3; margin:10px 0 0 0; letter-spacing:-0.025em;}

@keyframes rotate_image2 {
	0% {
		transform: translate(100%, -70%) rotate(0);
	}
	100% {
		transform: translate(100%, -70%) rotate(360deg);
	}
}

@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:48px;}
}

@media only screen and (max-width:1024px){
	.sub_visual {padding:12% 0 10% 0;}
	.sub_title h2{font-size:40px;}
	.sub_title h2::after {width:72px; height:72px;}

	.sub_title h2 img {width:188px; height:auto;}
	.sub_title p{ margin:8px 0 0 0;}
}

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

@media only screen and (max-width:480px){
	.sub_title h2{font-size:32px;}
	.sub_title h2::after {width:56px; height:56px;}

	.sub_title h2 img {width:134px; height:auto;}
	.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') 60% 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-3 .sub_title h2,
.visual__contents.nth-5 .sub_title h2 {text-transform: uppercase;}



/* lnb */
.lnb{position:absolute; width:100%; bottom:0; left:0; text-align:right; z-index:3;}

.lnb-wrap{max-width:1400px; margin:0 auto; padding:0 0 0 0;position:relative; }
.lnb-wrap::after {content:''; display:block; position:absolute; width:100%; height:100%; right:-100%; top:0; background-color:#805727;}

.lnb-title {display:none;}
.lnb-list{font-size:0;background:#fff; position:relative; display:inline-block; min-width:50%;background-color:#805727; text-align:left;}



.lnb-item { height:70px;display:inline-block; position:relative; text-align:center;}
.lnb-home {width:70px; height:70px; z-index:1;display:inline-block; position:relative; text-align:center;}
.lnb-home a{display:block;font-size:0;line-height:0;width:100%;height:100%; background:transparent url('../images/common/lnb_home.png') center center no-repeat; transition:all 0.3s ease-in-out; position: relative; }


.lnb-home a:hover {background-color:#000;}





.lnb-link {position:relative; display:block; line-height:70px; height:100%;padding:0 20px 0 20px; color:#fff; transition:all 0.3s ease-in-out; z-index: 1;font-weight:400;}
.lnb-link span {display:inline-block; line-height:1.3; font-size:16px; }
.lnb-link::after {content:''; display:block; position:absolute; left:0; bottom:0; height:0px; width:100%; background-color: #fff; transition: all .3s ease-in-out; transform: translateX(0%); z-index: -1;}

.lnb-link span::before {content:''; display:block; width:1px; height:12px; background-color:rgba(255, 255, 255, 0.2); position:absolute; top:50%; left:0; transform: translateY(-50%); transition: all 0.3s ease-in-out;}

.lnb-link.is-active,
.lnb-link:hover{color:#222; }
.lnb-link.is-active::after,
.lnb-link:hover::after {height:100%;}


@media only screen and (max-width: 1600px) {
	.lnb-list{padding:0 120px 0 0 ; }
	
}

@media only screen and (max-width: 1280px) {
	
	
}
@media only screen and (max-width: 1024px) {
	.lnb-list{ padding:0 120px 0 0 ; }
	.lnb-item {height:50px;}
	.lnb-home {width:50px; height:50px;}
	.lnb-home a { background-size:18px auto;}
	.lnb-home a::before {width:60px; height:134px;}
	

	.lnb-link {line-height:50px;}
	.lnb-link span {font-size:14px;}
	

	.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) {
	.lnb-wrap {width:calc(100% - 20px)}
	.lnb-wrap::after {display: none;}
	


	.lnb-title {display:block; font-size:0; height:50px; background:#805727;  text-align:center; color:#fff; position: relative; z-index:1001;}
	.lnb-title:before {content:''; display:inline-block; height:100%; vertical-align:middle; width:0px;}
	.lnb-title span {display:inline-block; text-align:left; max-width:calc(100% - 60px);}
	
	.lnb-open {display:inline-block; font-size:18px; color:#fff; width:100%;}
	.lnb-open:hover,
	.lnb-open:active,
	.lnb-open:focus {color:#fff;}
	.lnb-open:after {content:''; display:inline-block; width:28px; height:28px; background:#222 url('../images/common/open_arrow01.png') 50% 50% no-repeat; background-size:cover; vertical-align:middle; margin-left:10px; border:0px solid #fff; border-radius:100%;transition: all .3s ease-in-out;}



	.lnb-list {display:block; width:100%; padding:0; max-height:0px; overflow:hidden; position:absolute; top:50px; left:0; background-color:rgba(255, 255, 255, 1); transition: all .3s ease-in-out;  z-index:1000; box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, .1); border:1px solid #ccc; opacity:0;}
	.lnb-item {display:block; height:auto;}

	.lnb-link::after,
	.lnb-link span::before {display:none;}

	.lnb-link {display:block; width:100%; position:relative; color:#222; border-bottom:1px dashed #ccc;}
	
	.lnb-item:last-child .lnb-link {border:0;}


	.lnb-link.is-active,
	.lnb-link:hover{color:#fff; background-color: #c4872c; }

	

	.lnb-list.js-active {max-height:500px; opacity:1; transition: all 0.3s ease-in-out; }

	.lnb-title.js-active .lnb-open:after {transform:rotate(-180deg); transition: all .3s ease-in-out; background-color: #222;}

	.lnb-home {display: none !important;}
}
@media only screen and (max-width: 640px) {
}

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








/*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 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;}
	
}
@media only screen and (max-width:768px){
	.contents__title {padding: 35px 0 0 0;}
	.contents__title h3{ font-size: 32px; padding-bottom:16px; }
	

	

}
@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;}
}




