@charset "utf-8";


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

/*header*/
.header-wrap { position:fixed; z-index:9999; width:100%;}

.header-inner { position: relative;text-align: right; z-index: 1001; transition: all 0.3s ease-in-out; border-radius: 0 0 90px 0;}
.header-wrap.js-fixed .header-inner,
.header-wrap.js-open-d .header-inner { border-bottom-color:rgba(234, 234, 234, 1);background-color:rgba(255, 255, 255, 1); }


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

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

/*GNB*/
.gnb { position:relative; z-index:1000; padding-right: 270px;transition: all 0.3s ease-in-out;}
.gnb:after { display:block; position:absolute; top:121px;left:0; width:100%; height:0; background-color:#fff;content:'';transition: all 0.3s ease-in-out;}
/* .header-wrap.js-fixed .gnb:after {top: 121px; } */
/* .header-wrap.js-fixed .gnb.js-open-d:after {height:120px;} */

.gnb-wrap { width:100%; margin: 0 auto;font-size:0;}
.gnb-1dep{display:inline-block; position:relative; height:120px; border-radius: 0 0 100px 0;  transition: all 0.3s ease-in-out;}
.header-wrap.js-fixed .gnb-1dep {height: 120px;}

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

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

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

.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 { z-index: 99999;border-bottom: 1px solid #fff;}
.header-wrap.js-open-d .gnb-1dep.js-open-d > a span { position: relative; border-bottom: 3px solid #105caa;line-height: 116px; color: #105caa;}
.header-wrap.js-open-d .gnb-1dep.js-open-d > a span::after { position: absolute; top: 35px; right: -12px; width: 9px; height: 9px; background: url(../images/layout/gnb_hover.png) center no-repeat; background-size: contain;content: ''; transition: all 0.3s ease-in-out;}

.gnb-2dep > li > a {border-top: 1px solid #e7e7e7;}
.gnb-2dep { overflow:hidden; position:absolute;  top:100px; left:0; z-index:1000;max-height:0; white-space: nowrap; transition: all 0.3s ease-in-out;}

.header-wrap.js-fixed .gnb-2dep {top:60px;}

.gnb-1dep:nth-child(3) ~ .gnb-1dep .gnb-2dep { right:0;left: auto;}
.gnb-1dep:nth-child(3) ~ .gnb-1dep .gnb-2dep { right: 0;left: auto;}

.gnb-2dep > li {display:inline-block; line-height:75px;}
.gnb-2dep > li > a {display:inline-block; padding:0 15px; color:#666; transition: all 0.3s ease-in-out;}
.gnb-2dep > li > a:hover { font-weight: 500; color:#222;}
.gnb-2dep > li > a span {display:inline-block; font-size:16px;line-height:1.3; transition: all 0.2s ease-in-out;}
.gnb-2dep > li > a:hover span {transform: translateY(-6px);}

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

.gnb-1dep.js-open-d .gnb-2dep{top:120px; left: -6px;max-height:75px; padding: 0 30px; border-radius: 0 0 50px 50px; background-color: #fff; transition: all 0.3s ease-in-out;}
.header-wrap.js-fixed .gnb-1dep.js-open-d .gnb-2dep { top:120px;height: 75px;}

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

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


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

}

@media only screen and (max-width: 1440px) {
	
	.gnb {padding-right: 180px;}
	.gnb-1dep > a {padding:0 18px;}
	.gnb-1dep > a span {font-size:16px; letter-spacing: 0.04em;}
	.gnb-2dep > li > a span {font-size: 15px;}
}

@media only screen and (max-width: 1240px) {
	
	.gnb-1dep > a {padding:0 14px;}
	.gnb-1dep > a span { font-size:14px;letter-spacing: 0em; letter-spacing: -0.05em;}
	.gnb-2dep > li > a span {font-size: 14px;}
}
@media only screen and (max-width: 1024px) {

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

	.header-logo { z-index:998; width:82px; height:38px;}
	.header-logo a {background-size: 82px auto;}

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



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

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

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

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

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

	.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: '';  transform: rotate(-45deg);  transition: all 0.3s ease-in-out;}
	.gnb-1dep.js-open-m > a.is-2depth-m:after {top:22px; transform: rotate(-225deg);transition: all 0.3s ease-in-out;}
	

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

	.gnb-2dep > li { display: block; padding:0; margin:0;border-bottom:1px solid #ddd;}
	.gnb-2dep > li > a {display:block; padding:12px 30px; line-height: 1.4; text-align:left; color:#666;}
	.gnb-2dep > li > a span { font-size:14px;line-height:1.3; }
	.gnb-2dep > li > a:hover,
	.gnb-2dep > li > a:focus { color:#222;}
	
	.gnb-2dep > li > a:hover span { color: #222;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; position:relative; padding:8px 0 8px 45px; color:#888;}
	.gnb-3dep a:hover { padding:8px 0 8px 45px;color:#222;}
	.gnb-3dep a:before,
	.gnb-3dep a:hover:before { top:15px;left:38px;}
	.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; padding:0 60px 0 0; background-color:#105caa;font-size:0;}


	.gnb-mbtn-close {display:block; overflow:hidden; position: absolute; top: 0; right: 0; bottom: 0; z-index: 3000; width: 60px; min-height: 26px; margin: auto 0px; background:#3a3a3a; text-indent: -999em; -webkit-transition: none; transition: none; cursor: pointer; }
	.gnb-mbtn-close:before, .gnb-mbtn-close:after, .gnb-mbtn-close > span:before, .gnb-mbtn-close > span:after { opacity: 1; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 25px; height: 0; margin: auto; border-top: 2px solid #fff; content: ''; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .3s; transition: .3s; }
	.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; top:50%; right:60px; z-index:1001; font-size:0; transform:translateY(-50%);}
.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; z-index:3; min-width:85px; padding:0 15px 0 20px; background-color:transparent; line-height:34px; text-align:left; 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::before { position:absolute; top: 7px; left:-31px; width: 21px; height: 21px; background: url(../images/layout/language_w.png) no-repeat center; background-size: contain;content:'';  transition: all 0.3s ease-in-out;}
.language .language-link span:after { position: absolute; top: 50%; right: 0; width: 0px; height: 0px; border-width: 8px 5px 8px 5px; border-style: solid; border-color: #fff transparent transparent;content: ''; transform: translateY(-25%) rotate(0deg); transition: all 0.3s ease-in-out;}
.header-wrap.js-open-d .language .language-link span::before,
.header-wrap.js-fixed .language .language-link span::before {background-image: url(../images/layout/language_b.png);}
.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 span:after,
.language .language-link.js-active span:after{transform:translateY(-75%) rotate(180deg) ;}
.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 { display:none; overflow:hidden;position:absolute; top:40px; left: -10px; z-index:2; width:100%; min-width: 85px; text-align: left;}
.language-list {  overflow:hidden;border:1px solid rgba(34, 34, 34, 1);background-color:#fff; /* box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, .3);*/}
.language-list li a {display:block; padding:12px 10px 12px 30px;  background-color:transparent; font-size:12px; color:#666;transition: all 0.3s ease-in-out; }
.language-list li a:hover {color:#105caa;}
.language .language-list > li:hover {background-color:#105caa;}
.language .language-list > li:hover a {color:#fff;}
.language-list li:first-child a {background: #0044a1; font-weight: 700; color: #fff;}


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

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

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

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

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



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

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




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


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


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

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


.newAllmenu-close span:before,
.newAllmenu-close span:after { display:block; position:absolute; top:50%; left:50%; width:48px; height:2px; background-color:#222;content:'';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 { background-color:#fff;transform:translateX(-50%) rotate(-45deg);}
.newAllmenu-close:hover span:after,
.newAllmenu-close:focus span:after { background-color:#fff;transform:translateX(-50%) rotate(45deg);}
.newAllmenu-close:hover,
.newAllmenu-close:focus {background-color:#105caa;}

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


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


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

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

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



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

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

.newAllmenu-1dep:after { display:block; position:absolute; top:0; width:1px; height:100%; background-color:#e6e6e6;content:'';}
.newAllmenu-1dep:nth-child(1):after {left:16.66%;}
.newAllmenu-1dep:nth-child(2):after {left:33.32%;}
.newAllmenu-1dep:nth-child(3):after {left:49.98%;}
.newAllmenu-1dep:nth-child(4):after {left:66.64%;}
.newAllmenu-1dep:nth-child(5):after {left:83.3%;}
.newAllmenu-1dep:nth-child(6):after {left:99.96%;}



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

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

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

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



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

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

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



.newAllmenu-3dep { transform: translateX(-150%);transition: all 0.5s ease-in-out; transition-delay: 0s;}
.newAllmenu.js-active .newAllmenu-3dep {transform: translateX(0);}
.newAllmenu-3dep > li > a {display:block; position:relative; padding: 3.5% 12% 3.5% 12.5%; font-size:14px; line-height:1.3; color:#b1b1b1; transition: all 0.3s ease-in-out;}
.newAllmenu-3dep > li > a:hover,
.newAllmenu-3dep > li > a:focus {color:#105caa;}
.newAllmenu-3dep > li:last-child {margin-bottom: 5%;}

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

.newAllmenu-3dep > li > a::before { margin-right: 0.15em;content:'-'; color: #b1b1b1; transition: all 0.3s ease-in-out;}
.newAllmenu-3dep > li:hover > a::before {color: #fff;}
.newAllmenu-2dep:hover .newAllmenu-3dep > 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 { top:5px;right: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; z-index:2;  padding:100px 0; background:#101315;}
.footer .inner {display: flex; flex-wrap: wrap; align-items: flex-start;}
.footer-logo-wrap {width: 30%;}
.footer-bottom {width: 25%;}
.footer__menu {width: 40%; margin-left: 5%;}

.footer-logo {width:155px; height:67px; margin-left: 80px; }
.footer-logo a {display:block; overflow:hidden; width:100%; height:100%; background:url('../images/common/footer_logo.png') 0 0 no-repeat; background-size:cover; text-indent:-9999px; text-align:left;}

.footer-item {margin-bottom: 55px;}
.footer-item:first-child {margin-top: 15px;}
.footer-item:last-child {margin-bottom: 0;}
.footer-item p { font-weight: 600;font-size: 15px; line-height: 1.3; color: #fff;}
.footer-item p:last-child {margin-top: 5px; font-weight: 400; font-size: 16px;}
.footer-item:nth-child(2) p:last-child, .footer-item:nth-child(3) p:last-child {letter-spacing: 0.05em;} 

.footer__menu {margin-left: auto;}
.footer__menu-wrap {margin-top: 40px;}
.footer__menu-item {display: inline-block;}
.footer__menu-item:first-child { position: relative;margin-right: 50px;}
.footer__menu-item:first-child a span::after { display: block; position: absolute; top: 50%; right: -25px; width: 1.5px; height: 14px; background: #666; content: ""; transform:translateY(-50%);}
.footer__menu-item a span { font-weight: 600;font-size: 15px; line-height: 1.3; color: #666;}

.footer-copy {margin-top: 170px; font-weight: 400; font-size: 15px; line-height: 1.3; letter-spacing: 0.15em; color: #929292;}
.footer-copy em { font-weight: 600; vertical-align: baseline;color: #3d9ed7;}


@media only screen and (max-width: 1280px) {
	.footer-logo-wrap {width: 25%;}
	.footer-logo {margin-left: 40px;}
	.footer-bottom {width: 30%;}
	.footer-copy {font-size: 14px;}
}
@media only screen and (max-width: 1024px) {
	.footer .inner {flex-wrap: wrap;}
	.footer-logo-wrap {width: 100%; text-align: center;}
	.footer-logo { display: inline-block;margin-left: 0;}
	.footer-bottom {width: 50%;}
	.footer__menu {width: 50%;}
}

@media only screen and (max-width: 768px) {
	.footer-item p:last-child {font-size: 14px;}
	.footer__menu-wrap {margin-top: 36px;}
	.footer-copy {font-size: 12px;}
}

@media only screen and (max-width: 640px) {
	.footer-bottom,
	.footer__menu {width: 100%; text-align: center;}
	.footer-item {margin-bottom: 15px;}
	.footer-copy {margin-top: 36px;}
}

@media only screen and (max-width: 480px) {
	.footer__menu-item {display: block;}
	.footer__menu-item:first-child {margin: 0 0 15px;}
	.footer__menu-item:first-child a span::after {display: none;}
}



/* footer-top */
.footer-top-btn {position: absolute; top: 100px; right: 100px; height: 80px;}
.footer-top{display:block; position: absolute; top: 0; right: 0; z-index:1; width:80px; height:100%; font-size:0; transition: all 0.3s ease-in-out; }
.footer-top:before{ position:absolute; top:31%; left:50%; width:15px; height:15px; border-top:2px solid #fff; border-left:2px solid #fff; box-sizing:border-box;content:''; transform:translate(-50%, 0%) rotate(45deg);}
.footer-top:after{ position:absolute; top:calc(50% + 0px); left:calc(50% + 0px); width:2px; height:36px; background:#fff;content:''; transform:translate(-50%, -50%) rotate(0deg);}

.footer-top.on{position:absolute; top:0;}
.footer-top:hover {  border-radius: 9999px;background-color:#105caa;}

@media only screen and (max-width:1280px){
	.footer-top-btn {position: absolute; top: 30px; right: 50px; height: 80px;}
	.footer-top{ top:50%;width:60px; height:60px; border:0px solid #3d3d3d; transform: translateY(-50%);}
	.footer-top:before{ top:30%;left:50%; width:14px; height:14px;}
	.footer-top:after{width:2px; height:24px;}
}

@media only screen and (max-width:1024px){
	.footer-top{width:40px; height:40px;}
	.footer-top:before{ top:26%;left:50%; width:12px; height:12px;}
	.footer-top:after{width:2px; height:20px;}
}

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


#container {padding:0px 0 0 0;}


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


/* sub_visual */
.sub_visual{ overflow: hidden; position:relative; padding: 218px 0 208px 0; font-size:0; text-align:center;}
.sub_visual-inner {display:inline-block; width:100%; max-width:1440px; padding:0 20px; text-align: center;}

.body-sub .side-util {position: absolute; top: 45%; right: 100px; transform: translateY(-50%);}
.body-sub .side-util .util-item {position: relative;}
.body-sub .side-util .util-item::before {display: block; content: ""; width: 250px; height: 250px; background: url('../images/main/ico_side-util_bg.png') no-repeat center/contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); animation: is-any 100s linear infinite; pointer-events: none; border-radius: 50%;}
.body-sub .side-util a {font-size: 0; display: block; width: 90px; height: 90px; border-radius: 50%; background: #fff url('../images/main/ico_side-util.png') no-repeat center; position: relative; z-index: 1; transition: all 0.3s ease-in-out;}
.body-sub .side-util a:hover {background-color: #1bb8eb;}
@keyframes is-any {
	100% {transform: translate(-50%, -50%) rotate(360deg);}
}

.sub_title{display:inline-block;}
.sub_title h2{ padding:0; font-weight:800;font-size: 30px;line-height:1.3; letter-spacing: -0.025;color:#fff;}
.sub_title p { margin:10px 0 0 0; font-weight: 600; font-size: 16px; line-height:1.3; letter-spacing:0.1em;color:#fff;}
.sub_title p span {font-weight: 400; vertical-align: baseline;}

@media only screen and (max-width:1440px){
	.sub_visual{padding:15% 0 12% 0;}

	.body-sub .side-util {right: 90px;}
	.body-sub .side-util .util-item::before {width: 215px; height: 215px; animation-duration: 90s;}
	.body-sub .side-util a {width: 80px; height: 80px;}

	.sub_title h2{font-size:24px;}
}
@media only screen and (max-width:1240px){
	.sub_visual {padding:150px 0;}

	.body-sub .side-util {right: 80px; top: 42%;}
	.body-sub .side-util .util-item::before {width: 195px; height: 195px; animation-duration: 80s;}
	.body-sub .side-util a {width: 70px; height: 70px; background-size: 48px;}
}
@media only screen and (max-width:1024px){
	.sub_title h2{font-size:20px;}
	.sub_title p{ margin: 5px 0 0 0;font-size:14px;}
	.body-sub .side-util {right: 70px;}
}
@media only screen and (max-width:768px){
	.inquiry-btn .img_back {width: 150px; height: 150px;}
	.body-sub .side-util {right: 50px;}
	.body-sub .side-util .util-item::before {width: 155px; height: 155px; animation-duration: 70s;}
	.body-sub .side-util a {width: 60px; height: 60px; background-size: 40px;}
}
@media only screen and (max-width:640px){
	.sub_visual {padding:130px 0;}
	.body-sub .side-util {right: 20px; top: 48%;}
	.body-sub .side-util .util-item::before {width: 120px; height: 120px; background-size: 165px; animation-duration: 60s;}
	.body-sub .side-util a {width: 50px; height: 50px; background-size: 36px;}
}
@media only screen and (max-width:480px){
	.body-sub .side-util {top: 55%;}
	.sub_title h2{font-size:18px;}
	.sub_title p{font-size:12px;}
}

.sub_visual-bg {position:absolute; top:0%; left:0%; z-index:-1; width:100%; height:100%; background:url('../images/contents/visual_bg01.jpg') 60% center no-repeat;background-size:cover; 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: 20;}
.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:relative; bottom: 55px; left:0; max-width: 1500px; padding: 0 50px; margin: 0 auto;border-radius: 80px 0 80px 0;background-color: #fff; text-align:left;}
.lnb::after { position: absolute; right: -60px; bottom: 1px;z-index: -1; width: 313px; height: 95px; background: url(../images/layout/lnb_after.png) no-repeat center; background-size: contain; content: '';}


.lnb-wrap{display: flex; justify-content: space-between; align-items: center; max-width:1400px; padding:0 0 0 0; margin:0 auto; border-bottom: 1px solid #f4f4f4; }
.lnb-list{display: inline-block; position:relative; margin-right: 20px; font-size:0; text-align: right;}

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

.lnb-item {min-width: 126px; height:80px; box-sizing: border-box;}
.lnb-link::after { position: absolute; top: 32px; left: 0; width: 1px; height: 16px; background: url(../images/layout/border-line.png) no-repeat center; background-size: contain;content: '';}
.lnb-item:first-child .lnb-link::after {content: none;}




.lnb-link { display:block;position:relative; height:100%;padding:0 30px; box-sizing:border-box; line-height:80px; color:#222; transition:all 0.3s ease-in-out;}
.lnb-link span {display:block;  overflow:hidden; font-weight: 500; font-size:17px; line-height: 78px; text-align: center; color: #898989; white-space:nowrap; text-overflow:ellipsis; }
.lnb-link:hover span, .lnb-item.is-active .lnb-link span { border-bottom: 3px solid #105caa; font-weight: 700;color: #105caa;}
.lnb-link:hover{color:#222; }
.lnb-link.js-active {background-color:rgba(255, 255, 255, 1);}
.lnb-link.js-active:after { opacity: 1;transform: rotate(180deg);}
.lnb-name {display: inline-block; margin-left: 50px;}
.lnb-name h5 { font-weight: 600;font-size: 30px; letter-spacing: -0.025em; color: #222;}

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


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

@media only screen and (max-width: 1440px) {
	.lnb-name {margin-left: 25px;}
	.lnb-name h5 {font-size: 24px;}
}

@media only screen and (max-width: 1240px) {
	.lnb {border-radius: 60px 0 60px 0;}
	.lnb-link span {font-size: 16px;}
}

@media only screen and (max-width: 1024px) {
	.lnb {padding: 0 26px;}
	.lnb-wrap{ flex-wrap: wrap;max-width:1400px; padding: 15px 0 0; margin:0 auto;}
	
	.lnb-list { width: 100%;margin: 0;}
	.lnb-item {min-width:auto; height:50px;}
	

	.lnb-link { padding: 0 20px;line-height:50px;}
	.lnb-link span {font-size:14px; line-height: 50px;}
	.lnb-link:after {top: 16px;}

	.lnb__menu-list{top:50px;}
	.lnb__menu-list a { padding:10px 40px 10px 15px;font-size:14px;}
	.lnb__menu-list a:hover::after { opacity: 1;right:15px;}
}
@media only screen and (max-width: 768px) {
	.lnb-link { padding: 0 15px;line-height:50px;}
}
@media only screen and (max-width: 640px) {
	.lnb-name h5 {font-size: 18px;}
	.lnb-link {padding: 0 10px;}
	.lnb-link span {font-size: 12px; letter-spacing: -0.05em;}
}

@media only screen and (max-width: 480px) {
	.lnb {bottom: 40px;}
	.lnb::after {bottom: 0; width: 200px; height: 60px;}
	.lnb-wrap {padding: 15px 0; border-bottom: 0;}
	.lnb-name {width: 100%;}
	.lnb-name::after {display: block; position: absolute; top: 50%; right: 20px; width: 10px; height: 6px; background: url('../images/common/ico_arrow01.png') no-repeat center / contain; content: ""; transform: translateY(-50%); transition: all 0.3s ease-in-out;}
	.lnb-name.on::after {transform:  translateY(-50%) rotate(-180deg);}

	.lnb-list { overflow: hidden; position: absolute; top: 100%; left: 0;max-height: 0; background: #fff; transform: translateY(1px); transition: all 0.3s ease-in-out;}
	.lnb-list.on {max-height: 550px;}
	.lnb-list > li {display: block;}
	.lnb-link { padding: 0;border-bottom: 1px solid #e2e2e2;}
	.lnb-link span {line-height: 47px;}
	.lnb-item.is-active .lnb-link,
	.lnb-item:hover .lnb-link {border-bottom: 0;}
	.lnb-link: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:#105caa; 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 { position: relative;text-align:center; } 
.sub__stitle span { display: inline-block; padding:0 5%; margin:0 20px;background:#fff; font-weight:500; font-size:30px; line-height:1.3; color:#222;}
.sub__stitle h3:before,
.sub__stitle h3:after { display:block; position:absolute; top:50%; z-index:-1; width: 50%; height:1px;  background:#ef413d;content:'';}
.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;}
}