@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:rgba(255, 255, 255, 1); border-bottom-color:rgba(234, 234, 234, 0); border-bottom-width:1px; border-bottom-style:solid; transition: all 0.3s ease-in-out;}
.header-inner { text-align:center; }




.header-logo {position:absolute; left:50px;top:50%; transform:translateY(-50%); width:160px; height:56px; 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;  overflow:hidden; text-indent:-9999px; text-align:left; background-size:cover; transition: all 0.3s ease-in-out;}


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

.gnb-wrap {font-size:0; width:80%; display:inline-block;}
.gnb-1dep{display:inline-block; vertical-align:middle; height:100px; min-width:180px; max-width:25%;  position:relative;  transition: all 0.3s ease-in-out; }
.gnb-1dep:before {content: ''; position: absolute; left: -3px; top: 50%; width:6px; height:6px; border-radius: 50%; transform: translate(0, -50%); background:#222; transition: all 0.3s ease-in-out; font-size:0; opacity:1;z-index:1001;}
.gnb-1dep:first-child::before {display:none;}

.gnb-1dep > a {display:block; line-height:100px; padding:0 50px; font-size:20px; font-weight:500;  text-transform: uppercase;position:relative;  box-sizing: border-box; transition: all 0.3s ease-in-out;}
.gnb-1dep > a:after {content:''; display:block; height:10px; width:100%; position:absolute; top:0; left:50%; transform:translate(-50%, 0); background: linear-gradient(to right, rgba(106,182,75,1) 0%,rgba(49,177,210,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ab64b', endColorstr='#31b1d2',GradientType=1 ); width:0; opacity:0; transition: all 0.3s ease-in-out;}
.gnb-1dep.js-open-d > a:after {width:100%; opacity: 1;}

.gnb-1dep > a span,
.gnb-1dep > a em {color:rgba(34, 24, 21, 1); display:inline-block; line-height:1.3; transition: all 0.3s ease-in-out; vertical-align: baseline;}
.gnb-1dep.js-open-d > a span {color:rgba(142, 197, 74, 1);}
.gnb-1dep.js-open-d > a em {color:rgba(56, 154, 214, 1);}



.gnb-2dep {max-height:0; overflow:hidden; position:absolute;  top:80px; left:0; transition: all 0.3s ease-in-out; z-index:1000; white-space: nowrap;}
.gnb-1dep:nth-child(3) .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:78px; vertical-align:middle;}
.gnb-2dep > li > a {display:inline-block; padding:0 20px; font-size:18px; color:#666;  line-height:1.3; text-align:left; transition: all 0.3s ease-in-out;}
.gnb-2dep > li > a:hover { color:#222; font-weight:500;}


.gnb-1dep.js-open-d .gnb-2dep{max-height:78px; transition: all 0.3s ease-in-out;top:100px; }

.header-wrap.js-fixed,
.header-wrap.js-open-d {border-bottom-color:rgba(234, 234, 234, 1); }






.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:101px;}



@media only screen and (max-width: 1440px) {
	.header-logo {left:20px;}
}

@media only screen and (max-width: 1200px) {
	.gnb.js-open-d:after {height:60px;}
	.gnb-wrap {margin-left:50px;}
	.gnb-1dep {min-width:170px;}
	.gnb-1dep > a {padding:0 30px; font-size:18px;}

	.gnb-2dep > li {line-height:60px;}
	.gnb-2dep > li > a {font-size:16px;}
}

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

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


	.header-logo { width:100px; height:35px;}

	
	.header-wrap.js-fixed .gnb:before,
	.header-wrap.js-fixed .gnb:after {display:none;}

	
	/*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; font-size:16px; height:auto; position:relative; border-bottom: 1px solid #ddd; width:100%; max-width:100%; }
	.gnb-1dep:before {display:none;}
	.gnb-1dep > a {display:block; line-height:50px; padding:0 20px; color:#000; text-transform: none; margin:0;}

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

	.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(3) .gnb-2dep {display:none;height:auto; max-height:1000px; 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; font-size:15px; color:#666; text-align:left;}
	.gnb-2dep > li > a:hover,
	.gnb-2dep > li > a:focus {font-weight:400; padding:12px 30px; color:#222;}
	.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:#16a4dc; 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:45px; 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:30px;}


.top__util-item.allProduct-open {display: inline-block; position: static; top: auto;right: auto; margin-top: 0;}


.language .language-link {display:block; width: 55px; height: 20px; overflow: hidden; position: relative;}
.language .language-link::after {display: block; content: ""; transition:all 0.3s ease-in-out; width: 20px; height: 40px; background: url('../images/common/ico_lang.png') 0 0 no-repeat; position: absolute; top: 0; left: 0;}
.language .language-link span {transition:all 0.3s ease-in-out; position: absolute; top: 0; right: 0; margin-left: 5px;}
.language .language-link em {display: block; font-size:16px; line-height: 20px; min-height: 20px;}
.language .language-link:hover span {top: -20px; color: #8ec54a;}
.language .language-link:hover::after {top: -20px;}

#gnb .language {display: inline-block; padding: 10px; margin: 10px; height: 40px; border-radius: 10px;}
#gnb .language .language-link em {color: #222;}
#gnb .language .language-link em:last-child {color: #fff;}


.allmenu .allmenu-link {display:block; position:relative; width:26px; overflow:hidden; font-size:0; line-height:1; text-indent:-88888px;  padding:5px 0 5px 8px;}
.allmenu .allmenu-link span {display:block; height:3px; background-color:#222; position:relative;  transition:all 0.3s ease-in-out; width:100%;}
.allmenu .allmenu-link span::before {content:''; display:block; width:3px; height:3px; background-color: #222; border-radius: 3px; position:absolute; left:-8px; top:0; transition:all 0.3s ease-in-out;}
.allmenu .allmenu-link span + span {margin-top:5px;}


.allmenu .allmenu-link:hover span,
.allmenu .allmenu-link:hover span::before{background-color:#8ec54a;}
.allmenu .allmenu-link:hover span {background-color:transparent; width:0;}
.allmenu .allmenu-link:hover span::before {width:26px;}



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

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

	.top__util-item.allProduct-open a {padding-right: 30px;}
	.top__util-item.allProduct-open a::after {width: 25px; height: 25px; top: 5px;}
	.top__util-item.allProduct-open a span {font-size: 0;}
}


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

	.top__util-item.language {display: none;}

	.top__util-item.allProduct-open a span {font-size: 16px;}
}



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

.newAllmenu-close {display:block; position: fixed; right: 2%; top: 30px; width: 60px; height: 60px; z-index:1002; padding:0; font-size:0; background-color:#fff; 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:#16a4dc;}


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


.newAllmenu-tit {text-align:center; position:absolute; top:6%; left:2.6%; max-width:8%;}


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

.newAllmenu-nav {font-size:0; letter-spacing:-0.05em; position:relative; width:100%; border-left:1px solid #e6e6e6;}

.newAllmenu-1dep {display:inline-block; vertical-align:top; width:25%; min-height:100vh; padding:5% 3.2% 2%; transition: all 0.3s ease-in-out; background-repeat: no-repeat;   background-position:50% 50%; background-size:cover ;}
.newAllmenu-1dep:after {content:''; display:block; width:1px; height:100%; background-color:#e6e6e6; position:absolute; top:0;}
.newAllmenu-1dep:nth-child(1):after {left:25%;}
.newAllmenu-1dep:nth-child(2):after {left:50%;}
.newAllmenu-1dep:nth-child(3):after {left:75%;}
.newAllmenu-1dep:nth-child(4):after {left:100%;}



.newAllmenu-1dep > a {display:block; font-size:30px; font-weight:500; text-align:left; color:#222; text-transform: uppercase; padding:0 5% 8%; border-bottom:1px solid #e0e0e0; transition: all 0.3s ease-in-out;}
.newAllmenu-1dep > a:hover{color:#fff;}
.newAllmenu-1dep > a > span{display:block;}
.newAllmenu-1dep > a > em {display:block; font-size:15px; font-weight:400; color:#b5b5b5; margin-top:8px;}

.newAllmenu-1dep:hover,
.newAllmenu-1dep:focus {background-image: url('../images/common/allmenu_bg01.png'); }
.newAllmenu-1dep:hover > a,
.newAllmenu-1dep:hover > a > em {color:#fff;}
.newAllmenu-1dep:hover > a {border-bottom:1px solid rgba(255, 255, 255, 0.3);}


.newAllmenu-2dep {padding-top:5%;}
.newAllmenu-2dep > li {margin:8% 0 0 0;}
.newAllmenu-2dep > li > a {display:block; padding:2% 5% 0% 5%; color:#222; font-size:20px; font-weight:400; line-height:1.3; transition: all 0.3s ease-in-out; }
.newAllmenu-2dep > li > a:hover,
.newAllmenu-2dep > li > a:focus {padding:2% 0% 0% 10%; color:#fff;}

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


.newAllmenu-3dep {border-left:3px solid #16a4dc; margin:5%;}
.newAllmenu-1dep:hover .newAllmenu-3dep {border-left-color:rgba(255, 255, 255, 0.4);}
.newAllmenu-3dep > li {margin:3% 0 0 0;}
.newAllmenu-3dep > li > a {display:block; padding:2% 5% 0 5%; color:#666;  position:relative; font-size:16px; line-height:1.3; transition: all 0.3s ease-in-out;}
.newAllmenu-1dep:hover .newAllmenu-3dep > li > a {color:#fff;}
.newAllmenu-1dep:hover .newAllmenu-3dep > li > a:before {background-color:#fff;}

.newAllmenu-3dep > li > a:hover,
.newAllmenu-3dep > li > a:focus {color:#fff; padding:2% 0% 0 10%;}
.newAllmenu-3dep > li > a:hover:before,
.newAllmenu-3dep > li > a:focus:before {left:11%;}


.newAllmenu-4dep {margin:4%;}
.newAllmenu-4dep > li > a {display:block; padding:3% 5% 0% 9%; color:#666;  position:relative; font-weight:300; font-size:15px; line-height:1.3; transition: all 0.3s ease-in-out;}
.newAllmenu-4dep > li > a:before {content:''; display:block; width:4px; height:4px; background:#222; border-radius: 50%; position:absolute; left:3%; top:14px;transition: all 0.3s ease-in-out;}
.newAllmenu-1dep:hover .newAllmenu-4dep > li > a {color:#fff;}
.newAllmenu-1dep:hover .newAllmenu-4dep > li > a:before {background-color:#fff;}

.newAllmenu-4dep > li > a:hover,
.newAllmenu-4dep > li > a:focus {color:#fff; padding:3% 0% 0% 12%;}
.newAllmenu-4dep > li > a:hover:before,
.newAllmenu-4dep > li > a:focus:before {left:6%;}


@media only screen and (max-width: 1600px) {
	.newAllmenu-inner {max-width:1100px;}
}

@media only screen and (max-width: 1400px) {
	.newAllmenu-nav {margin-left:2%;}
	.newAllmenu-inner {max-width:1000px;}
	.newAllmenu-1dep > a {font-size:24px;}
	.newAllmenu-1dep > a > em {font-size:14px;}

	.newAllmenu-2dep > li > a {font-size:16px;}
	
	.newAllmenu-3dep > li > a {font-size:14px;}
	.newAllmenu-4dep > li > a {font-size:14px;}
	.newAllmenu-4dep > li > a:before {top:12px;}
}
@media only screen and (max-width: 1200px) {
	.newAllmenu-close {right:5px;}
	.newAllmenu-tit {display:none;}
	.newAllmenu-nav {margin-left:0%;}
	.newAllmenu-inner {max-width:980px; margin-left:0;}
}
@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(255, 255, 255, 1);}


/* footer */
.footer {position:relative; background:#fff; z-index:2;  border-top:1px solid #222; padding:50px 0 50px;}

.footer-logo {width:260px; height:40px; z-index: 2; margin: 0 auto;}
.footer-logo a {display:block; width:100%; height:100%; background:url('../images/common/footer_logo.png') 0 0 no-repeat; background-size:cover; overflow:hidden; text-indent:-9999px; text-align:left;}
.footer__menu { position:relative; background-color:#fff;}
.footer__menu-wrap{text-align:center; font-size:0;  margin:38px 0;}

.footer__menu-item {display:inline-block;}
.footer__menu-item > a {display:block;  color:#222; padding:0px 30px; position:relative;}
.footer__menu-item > a:before{content:''; background:#e0e0e0; height:12px; width:1px; display:block; position:absolute; top:50%; left:0; transform:translateY(-50%);}

.footer__menu-item > a span {display:inline-block; font-size:18px;  line-height:1.3; font-weight:500;}
.footer__menu-item > a:hover {color:#006eb3;}

.footer__menu-wrap > li:first-child > a:before {display:none;}

.footer-bottom.inner {position:relative; padding:0; text-align:center;}

address {display:inline-block; text-align:center;  line-height:1.3; max-width:900px;}
address .footer-item {color:#666; margin-top:6px;}
address .footer-item:first-child {margin:0 0 0 0;}
address .footer-item span {display:inline-block; margin:5px 20px 0 0; font-size:16px;}
address .footer-item span em {vertical-align:baseline;}


.footer-copy {margin:26px 0 0 0; color:#666; font-size:15px; line-height:1.3; font-family: 'Montserrat', sans-serif;}
.footer-copy em {color:#666; vertical-align:baseline;}


@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1024px) {
	.footer__menu-wrap{margin:20px 0;}
	.footer__menu-item > a {padding:0 15px;}
	.footer__menu-item > a span {font-size:15px;}
	address .footer-item span { font-size:15px;}
}

@media only screen and (max-width: 768px) {
	.footer-logo { margin-bottom: 20px;}
	.footer__menu-item > a span {font-size:14px;}
	address .footer-item span { font-size:14px;}
	.footer-copy {margin:20px 0 0 0;font-size:13px;}

}

@media only screen and (max-width: 640px) {
	.footer__menu-wrap {border-width: 1px 1px 0 0; border-style: solid; border-color:#d6d6d6;}
	.footer__menu-item {width:33.3%; border-width: 0 0 1px 1px; border-style: solid; border-color:#d6d6d6;}
	.footer__menu-item:nth-child(4),
	.footer__menu-item:last-child{width:50%;}
	.footer__menu-item a {padding:8px 15px;}
	.footer__menu-item a::before{display: none;}
	address .footer-item span { font-size:13px;}
	.footer-copy {margin:15px 0 0 0;}
}

@media only screen and (max-width: 480px) {
	.footer__menu-item {width:50%;}
	.footer__menu-item:last-child{width:100%;}

}



#container {padding:100px 0 0 0;}
.contents {padding:75px  0 200px 0;}

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

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


.main-container {padding:0 0 7.3% 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:160px 0 240px 0; background:url('../images/contents/visual_bg01.jpg') center center no-repeat;background-size:cover; position:relative; font-size:0; text-align:center;  min-height:280px;  overflow:hidden; }


.sub_visual-inner {text-align:center; margin:0 auto; max-width:1400px; padding:0 50px; position:relative;}
.sub_visual-inner:after {content:''; display: block; clear:both;}

.sub_visual-dot {position:relative; width:190px; height:0; float:right; margin-right:12%;}
.sub_visual-dot span {display: block;}
.sub_visual-dot .star {width:24px; height:24px; background:url('../images/common/visual_dot.png') 50% 50% no-repeat; position:absolute; top:-85px; right:20px;opacity:0;}
.sub_visual-dot .line {height:2px; position:relative; transform:rotate(-45deg);}
.sub_visual-dot .line.type1 {width:156px;}
.sub_visual-dot .line.type2 {width:98px;}
.sub_visual-dot .line:after {content:''; display:block; position:absolute; width:0%; height:100%; background:#fff;}
@media only screen and (max-width: 1024px) {
	.sub_visual-dot {margin-right:5%;}
}

@media only screen and (max-width: 768px) {
	.sub_visual-dot {margin:17% 0% 0 0;}
}


.sub_visual-dot .star {
	animation-duration: 5s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	animation-name: sub-anis;
	animation-iteration-count:infinite;
}
.sub_visual-dot .line.type1:after {
	animation-duration: 5s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	animation-name: sub-ani1;
	animation-iteration-count:infinite;
}
.sub_visual-dot .line.type2:after {
	animation-duration: 5s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	animation-name: sub-ani2;
	animation-iteration-count:infinite;
}
@keyframes sub-anis {
	0% { 
		opacity:0;
		top:-45px; right:60px;
		transform:scale(1) rotate(0);
	} 
	50% {
		opacity:1;
		top:-85px; right:20px;
		transform:scale(1) rotate(360deg);
	}
	100% {
		opacity:0;
		top:-95px; right:20px;
		transform:scale(1.5) rotate(720deg);
	}
}
@keyframes sub-ani1 {
	0% { 
		opacity:0;
		bottom:10px; left:-50px;
		width:0%;
	} 
	50% {
		opacity:1;
		width:100%;
		bottom:10px; left:-50px;
	}
	80% {
		opacity:0;
		bottom:10px; left:50px;
		width:80%;
	}
	100% {
		opacity:0;
		bottom:10px; left:50px;
		width:80%;
	}
}
@keyframes sub-ani2 { 
	0% { 
		opacity:0;
		bottom:-20px; left:35px;
		width:0%;
	} 
	50% {
		opacity:1;
		width:100%;
		bottom:-20px; left:35px;
	}
	70% {
		opacity:0;
		bottom:-20px; left:85px;
		width:80%;
	}
	100% {
		opacity:0;
		bottom:-20px; left:85px;
		width:80%;
	}
}






.sub_title{ display:inline-block; letter-spacing:0.05em; color:#fff;}
.sub_title h2{font-size:30px;  font-weight:700;}
.sub__title-text p{font-size:18px; line-height:1.3;margin:10px 0 0 0; font-weight:300;color:#fff;}

.sub_visual.nth-1 {background-image:url('../images/contents/visual_bg01.jpg');}
.sub_visual.nth-2 {background-image:url('../images/contents/visual_bg02.jpg');}
.sub_visual.nth-3 {background-image:url('../images/contents/visual_bg03.jpg');}
.sub_visual.nth-4 {background-image:url('../images/contents/visual_bg04.jpg');}

@media only screen and (max-width:1920px){
	.sub_visual{padding:8% 0 12% 0;}
	.sub_visual-inner {padding:0 20px; }
}

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

@media only screen and (max-width:768px){
	.sub_visual {padding:12% 0 10% 0;}
	.sub_title h2{font-size:24px;}
	.sub__title-text p{font-size:15px;margin:10px 0 0 0; }
}
@media only screen and (max-width:640px){
	.sub_visual {padding:16% 0 16% 0;}
	
}
@media only screen and (max-width:480px){
	
}


.visual__contents{position:relative;}
.visual__contents-inner  {position:relative;}

.lnb{position:absolute; width:100%; max-width:1400px; bottom:0; left:50%; transform:translateX(-50%); z-index:3;}


.lnb-wrap { background:rgba(255, 255, 255, 1); text-align:left; border-bottom:1px solid #ececec; padding-left:70px; position:relative;}

.lnb-home {width:70px; height:70px; position:absolute; top:0; left:0; border-right:1px solid #ececec;}
.lnb-home a{display:block;font-size:0;line-height:0;width:100%;height:100%; background:#fff url('../images/common/lnb_home_ico.png') center center no-repeat; transition:all 0.3s ease-in-out; text-indent:-99999px;}
.lnb-home a:hover {background-color:#16a4dc;}

.lnb-list {font-size:0; display:block; text-align:center; width:calc(100% - 70px); white-space: nowrap;}
.lnb-item {display:inline-block; height:70px; line-height:69px; padding:0 2.85%;white-space: normal;}



.lnb-item a {display:inline-block; position:relative;}
.lnb-item a span{font-size:18px; line-height:1.3; font-weight:500; display:inline-block; color:#666;  }

.lnb-item.is-active a span,
.lnb-item a:hover span {background-color:#fff; color:#222; font-weight:700; }
.lnb-item.is-active a ,
.lnb-item a:hover {border-bottom:3px solid #16a4dc; }

.lnb-title {display:none;}


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

	.lnb-wrap {padding:0;}
	.lnb-home {display:none;}

	.lnb-title {display:block; font-size:0; height:50px;  text-align:center; color:#222; background-color:#fff;}
	.lnb-title:before {content:''; display:inline-block; height:100%; vertical-align:middle; width:0px;}
	.lnb-title span {display:inline-block; text-align:left; width:calc(100% - 60px); }
	
	.lnb-open {display:inline-block; font-size:18px; color:#222; width:100%; padding:0 10px;}
	.lnb-open:hover,
	.lnb-open:active,
	.lnb-open:focus {color:#222;}
	.lnb-open:after {content:''; display:inline-block; width:32px; height:32px; background:url('../images/common/lnb_open.png') 50% 50% no-repeat;  vertical-align:middle; margin-left:10px; border:2px solid #16a4dc; border-radius:32px; box-sizing: border-box;transition: all .3s ease-in-out;}



	.lnb-list {display:block; width:100%; 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 5px 6px 0px rgba(0, 0, 0, .1); border:1px solid #d6d6d6; opacity:0;}
	.lnb-item {display:block; height:auto; line-height:1.3; padding:0;}
	.lnb-item a {display:block; width:100%; position:relative; border-top:1px solid #ccc;}
	.lnb-item a span{display:block; height:auto; font-size:16px; font-weight:400; text-align:left; color:#666; border:0; position:static; padding:10px 20px;}
		
	.lnb-item.is-active a {border-bottom:0;}
	.lnb-item.is-active a span {background-color:#fff; color:#222;font-weight:500;}
	.lnb-item a:hover span {background-color:#2080bf; color:#fff;  height:auto; margin:0; border-right:0;transition: all .2s ease-in-out; font-weight:400;}
	

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

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



/*우측 퀵메뉴*/
.quick {position:fixed;  bottom:auto; top: 50%; right:20px; transform: translateY(-50%); z-index:3;}
.quick-list {font-size:0; }
.quick-item {border-radius:50%; overflow:hidden;width:116px; height:116px; line-height:116px;}
.quick-item + .quick-item {margin-top:10px;}
.quick-item a {display:inline-block; width:100%; height:100%; text-align:center; background-color:#00c0f3; padding:0 10px; font-size: 16px; color:#fff; transition:all 0.3s ease-in-out;}
.quick-item a span {display:inline-block; padding:50px 0 0 0; background-repeat:no-repeat; background-position: 50% 0; line-height:1.3;}
.quick-item.nth-1 a {background-color:#389ad6;}
.quick-item.nth-2 a {background-color:#8ec54a;}
.quick-item.nth-1 a span {background-image:url('../images/common/ico_quick01.png');}
.quick-item.nth-2 a span {background-image:url('../images/common/ico_quick02.png');}

.quick-item.nth-3 {display:inline-block; background-color:#005ea1; text-align:center; padding:0 10px; font-size: 12px; color:#fff;}
.quick-item.nth-3 span {display:inline-block; padding:30px 0 15px; line-height:1.3; font-weight: 300;}
.quick-item.nth-3 span {background:url('../images/common/ico_quick03.png') no-repeat; background-position: 50% 0;}
.quick-item.nth-3 em {display: block; font-weight: 600; font-size: 16px; letter-spacing: -0.05em;}

.quick-item a:hover {background-color:#3c3c3c;}


.footer .quick {display:none;}



@media only screen and (max-width:1440px){
	.quick {transform: translateY(calc(100% + 40px)); }
	.quick-item {width:100px; height:100px; line-height:100px;}

	.quick-item a {padding:0 5px; font-size: 14px; }
	.quick-item a span {padding:40px 0 0 0; background-size:auto 32px;}

	
}

@media only screen and (max-width:1024px){
	.quick {transform: translateY(calc(100% + 15px)); }
}
@media only screen and (max-width:768px){
	.quick {display:none;}
	.footer .quick {display:block;}
	.footer .quick {position:static; transform: translateY(0);}
	.footer .quick-item {width:50%; display:inline-block; line-height:1; border-radius: 0; height:auto;}
	.footer .quick-item + .quick-item {margin-top:0;}
	.footer .quick-item a {padding:8px 10px;}
	.footer .quick-item a span {padding:5px 0 5px 30px; background-position:0 50%; background-size:24px auto;}
}
@media only screen and (max-width:480px){
	
}




/* footer-top */
.footer-top{display:block; width:60px; height:70px; font-size:0; position: fixed; right: 20px; bottom: 20px; z-index:1; }
.footer-top:hover .hex-bg polygon {fill:#16a4dc;}
.footer-top:before{content:''; position:absolute; left:50%; top:30%; width:15px; height:15px; box-sizing:border-box; border-left:2px solid #fff; border-top:2px solid #ccc; transform:translate(-50%, 0%) rotate(45deg);
}
.footer-top:after{content:''; position:absolute; left:calc(50% + 0px); top:calc(50% + 0px); width:2px; height:32px; transform:translate(-50%, -50%) rotate(0deg); background:#fff;}


.footer-top.on{position:absolute; top:0; transform: translateY(-50%);}

@media only screen and (max-width:1024px){
	.footer-top{width:50px; height:60px;}
	.footer-top:before{width:12px; height:12px; top:30%;}
	.footer-top:after{height:24px;}


}

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

@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:40px;color:#222; position:relative; font-weight:700;  border-bottom:1px solid #ececec; padding-bottom:40px;}
.contents__title h3 span{display:inline-block; line-height:1.3; background:#fff url('../images/common/title_dot.png') right top no-repeat; padding:28px 0 0 0; }



@media only screen and (max-width:1024px){
	.contents__title {padding: 40px 0 0 0;}
	.contents__title h3{ font-size: 32px; padding-bottom:35px;}
}
@media only screen and (max-width:768px){
	.contents__title {padding: 35px 0 0 0;}
	.contents__title h3{ font-size: 28px; padding-bottom:30px; }
	.contents__title h3 span{ background-size:20px auto; padding:20px 0 0 0;}

	

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

}

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