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




.header-logo {position:absolute; left:50px;top:50%; transform:translateY(-50%); width:184px; height:36px; transition: all .3s ease-in-out;}

.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 .3s ease-in-out;}

.header-wrap.js-fixed{background-color:rgba(255, 255, 255, 1); border-bottom-color:rgba(234, 234, 234, 1); transition: all .3s ease-in-out; }
.header-wrap.js-fixed .header-logo a {background-position:0 -36px;}


/*GNB*/
.gnb {display:inline-block; width:100%;transition: all .3s ease-in-out;}
.gnb-wrap {font-size:0; width:80%; display:inline-block;}
.gnb-1dep{display:inline-block; vertical-align:middle; height:100px; min-width:200px; max-width:20%;  position:relative;  transition: all .3s ease-in-out; }
.gnb-1dep:nth-child(2) {min-width:240px;}
.gnb-1dep:nth-child(3) {min-width:220px;}
.gnb-1dep > a {display:block; line-height:100px; padding:0 10%; font-size:20px; font-weight:500;  position:relative; transition: all .3s ease-in-out; color:#fff; z-index:1001;}
.gnb-1dep > a span {display:inline-block; line-height:1.3;}

.header-wrap.js-fixed .gnb-1dep > a{color:rgba(0, 0, 0, 1);transition: all .3s ease-in-out;}

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


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


.gnb-2dep {max-height:0; overflow:hidden; position:absolute; width:100%; top:0px; left:50%; transform:translateX(-50%); transition: all 0.3s ease-in-out; z-index:1000; background-color:rgba(0, 192, 243, 1); box-shadow: 7px 0px 35px -2px rgba(0, 0, 0, .2); padding:0 10%;}


.gnb-2dep > li {margin-top:0px;}
.gnb-2dep > li > a {display:block; padding:5% 0 5% 0%; font-size:17px; color:#fff; font-weight:500; line-height:1.3; text-align:left; transition: all 0.3s ease-in-out;}
.gnb-2dep > li > a:hover { padding:5% 0% 5% 5%; color:#fff;}
.gnb-2dep > li:first-child {margin-top:120px;}
.gnb-2dep > li:last-child {margin-bottom:20px;}

.gnb-1dep.js-open-d .gnb-2dep{max-height:1000px; transition: all 0.5s ease-in-out;}



/*3depth*/
.gnb-3dep {font-size:14px; text-align:left; border-top:1px solid rgba(255, 255, 255, 0.3);}
.gnb-3dep a {display:block; padding:3% 5% 3% 5%; position:relative; color:#fff; line-height:1.3; font-weight:300; position:relative; transition: all 0.3s ease-in-out;}
.gnb-3dep a:hover {color:#fff; padding:3% 0% 3% 10%;}
.gnb-3dep a:before {content:''; display:inline-block; position:absolute; width:4px; height:1px; transition: all 0.3s ease-in-out; background:#fff; top:16px; left:0;}
.gnb-3dep a:hover:before {background:#fff; left:5%;}

.gnb-3dep > li:first-child {margin-top:0px;}
.gnb-3dep > li:last-child {margin-bottom:5px;}









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





@media only screen and (max-width: 1440px) {
	.header-logo {left:20px;}
	.gnb-wrap {width:80%; margin-left:10%;}
	.gnb-1dep{min-width:180px; max-width:20%;}
	.gnb-1dep:nth-child(2) {min-width:20%;}
	.gnb-1dep:nth-child(3) {min-width:20%;}
	.gnb-1dep > a {padding:0 10%; font-size:18px;}
}

@media only screen and (max-width: 1280px) {
	.gnb-wrap {width:70%; margin-left:10%;}
	.gnb-1dep{min-width:18%; max-width:20%;}
	.gnb-1dep:nth-child(2) {min-width:21%;}
	.gnb-1dep:nth-child(3) {min-width:22%;}
	.gnb-1dep > a {padding:0 10%; font-size:18px;}
	.gnb-2dep > li > a {padding:5% 0 5% 0%; font-size:16px;}
	.gnb-3dep {font-size:13px;}
}


@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:#eaeaea;}
	.header-inner {height:60px; text-align:left;}


	.header-logo {width:138px; height:27px; }
	.header-logo a {background-size:138px auto; background-position:0 -27px;}
	.header-wrap.js-fixed .header-logo a {background-position:0 -27px;}


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

	.gnb-wrap {margin:0; width:100%;}
	.gnb.js-open-m {right:0;transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;overflow-y:auto;}

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

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

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

	.gnb-2dep {height:auto; max-height:none; display:none; 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;}
	.gnb-2dep > li > a {display:block; padding:12px 30px; font-size:16px; color:#555; text-align:left;font-weight:300;}
	.gnb-2dep > li > a:hover,
	.gnb-2dep > li > a:focus { 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; background-color:#f5f5f5;}
	.gnb-3dep a {display:block; padding:8px 10px 8px 40px; position:relative; color:#888; font-size:14px;}
	.gnb-3dep a:hover {color:#222; padding:8px 10px 8px 40px;}
	.gnb-3dep a:before,
	.gnb-3dep a:hover:before {left:30px; top:18px;background-color:#222;}
	.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;transition: none;}






	/*util*/
	.gnb-mbtn {display:block; position: absolute; z-index: 1; top: 0; right:-5px; bottom: 0; width: 40px; min-height: 30px; margin: auto 0px; text-indent: -999em; -webkit-transition: none; transition: none; cursor: pointer; }
	.gnb-mbtn:before, .gnb-mbtn:after, .gnb-mbtn > span:before, .gnb-mbtn > span:after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 28px; height: 0; border-top: 2px solid #222; margin: auto; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .3s; transition: .3s; content: ''; opacity: 1; }
	.gnb-mbtn:not(.zxcv):before { top: 18px; }
	.gnb-mbtn:not(.zxcv):after { bottom: 18px; }

	.header-wrap.js-fixed .gnb-mbtn:before, 
	.header-wrap.js-fixed .gnb-mbtn:after, 
	.header-wrap.js-fixed .gnb-mbtn > span:before, 
	.header-wrap.js-fixed .gnb-mbtn > span:after {border-color:#222; }



	.gnb-inner-util {display:block; position:relative; height:60px; background-color:#006fb4; 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:20px; top:50%; transform:translateY(-50%); font-size:0;}
.top__util-item {display:inline-block; width:auto; text-align: center; }
.top__util-link {display:block; position:relative;transition: all 0.6s ease-in-out;}


.language .top__util-link {display:block; min-width:100px; font-size:15px; background-color:transparent; background-image:url('../images/common/ico_lang.png'); z-index:3; background-position: 10px 50%; background-repeat:no-repeat; color:#fff; text-align:left; padding:0 10px 0 40px; border-radius: 20px; border:1px solid rgba(255, 255, 255, 1); line-height:34px;}
.header-wrap.js-fixed .language .top__util-link {border-color:rgba(34, 34, 34, 1);  background-image:url('../images/common/ico_lang_on.png'); color:#222; }

.language .top__util-link span {display:inline-block; padding:0 15px 0 0; position: relative; vertical-align:top;   font-weight:600;}
.language .top__util-link span:after {content:'';  transition: all 0.3s ease-in-out; width:5px; height:5px; position:absolute; top:50%; right:0; transform: translateY(-70%) rotate(45deg); border-width:0 2px 2px 0; border-color:rgba(255, 255, 255, 1); border-style: solid;}
.header-wrap.js-fixed .language .top__util-link span:after {border-color:rgba(34, 34, 34, 1);}

.header-wrap.js-fixed .language .top__util-link.js-active,
.language .top__util-link.js-active {background-color:#fff; border-radius:10px 10px 0 0;border:1px solid rgba(34, 34, 34, 1); background-image:url('../images/common/ico_lang_on.png');transition: all 0.1s ease-in-out; color:#222; border-bottom:1px solid #ebebeb;}


.language .top__util-link.js-active span:after{transform:translateY(-20%) rotate(225deg) ;border-color:rgba(34, 34, 34, 1); }

.language {position:relative;font-family: 'Montserrat', sans-serif;}
.language-wrap {position:absolute; width:100%; top:35px; left:0; display:none; overflow:hidden; z-index:2;}



.language-list {background-color:#fff; /* box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, .3);*/ border-radius: 0 0 10px 10px; overflow:hidden; padding-bottom:10px;border:1px solid rgba(34, 34, 34, 0); border-top:0;}
.language-wrap.js-active .language-list{border:1px solid rgba(34, 34, 34, 1); border-top:0;}
.language-list li:first-child {border-top:1px solid #e0d9d4; }
.language-list li a {display:block; padding:8px 10px; font-size:13px; color:#a2968b; background-color:transparent;transition: all 0.3s ease-in-out; }
.language-list li a:hover {color:#006db1; font-weight:700; color:#fff; background-color:#16c1f3;}




@media only screen and (max-width: 1024px) {
	.top__util-item.language{display:none;}
	
	.util-item{display:inline-block; margin:12px 10px; text-align:center;}
	.language-wrap {z-index:1002;}
	.header-wrap.js-fixed .language .top__util-link {border-color:rgba(255, 255, 255, 1);  background-image:url('../images/common/ico_lang.png'); color:#fff; }

	.header-wrap.js-fixed .language .top__util-link span:after {border-color:rgba(255, 255, 255, 1);}
	.header-wrap.js-fixed .language .top__util-link.js-active span:after{transform:translateY(-20%) rotate(225deg) ;border-color:rgba(34, 34, 34, 1); }
	
	
}



/* footer */
.footer {position:relative; background:#1a1a1a; z-index:2; margin-top: 150px; padding:80px 0 80px; text-align:center;}
.footer__menu { position:relative;}
.footer__menu-wrap{text-align:center; font-size:0;  padding:50px 0 24px;}

.footer__menu-item {display:inline-block;}
.footer__menu-item > a {display:block;  color:#878787; padding:0px 20px; position:relative;}
.footer__menu-item > a:before{content:''; background:#4e4e4e; height:3px; width:3px; display:block; position:absolute; top:50%; left:0; transform:translateY(-50%); border-radius:50%;}

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

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

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


.footer-logo {width:98px; height:66px; display: inline-block;}
.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;}

address {display:inline-block; text-align:center;  line-height:1.3;}
address .footer-item {color:#666666; 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:10px 0 0 0; color:#666666; font-size:14px; line-height:1.3;font-family: 'Montserrat', sans-serif;}
.footer-copy em {color:#878787; vertical-align:baseline;}


@media only screen and (max-width: 1280px) {
	.footer {padding:50px 0 50px;}
	.footer__menu-wrap{padding:20px 0;}
}
@media only screen and (max-width: 1024px) {
	.footer {padding:30px 0 30px;}
	.footer-logo {width:69px; height:46px;}
	.footer__menu-item > a {padding:5px 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 {width:49px; height:33px;}
	.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) {
	address .footer-item span { font-size:12px;}
	.footer-copy {margin:15px 0 0 0;font-size:12px;}
}

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

}



#container {padding:0 0 0 0;}
@media only screen and (max-width: 1024px) {
	#container {padding:0 0 0 0;}
}
.main-container {padding: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;}
}




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

.lnb-wrap{max-width:1400px; margin:0 auto; padding:0 82px 0 0;}
.lnb-list{font-size:0;background:#fff; position:relative; }
.lnb-list:before {content:''; display:block;width:428px; height:226px; position:absolute; bottom:0; right:-314px; background:url('../images/common/visual_jh.png') 0 0 no-repeat; background-size:contain; z-index:-1;}
.lnb-list > li{display:inline-block; vertical-align:top; position:relative;}

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

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

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

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


.lnb__menu-list li { border:1px solid #ededed;  border-left:0; border-top:0;}
.lnb__menu-list li:first-child{border-top:1px solid #ededed;}
.lnb__menu-list a {display:block; font-size:16px; line-height:1.3; color:#222; background:#fff; padding:18px 20px 18px 20px; white-space: normal; word-break: break-all; transition:all 0.3s ease-in-out;}
.lnb__menu-list a > span {display:inline-block; border-bottom:1px solid #fff;}
.lnb__menu-list a:hover {color:#000; background:#f8f8f8; font-weight:500;}
.lnb__menu-list a:hover span {border-bottom:1px solid #000;}


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

@media only screen and (max-width: 1280px) {
	.lnb-item + .lnb-item + .lnb-item {display:none;}
	
}
@media only screen and (max-width: 1024px) {
	.lnb-wrap{max-width:1400px; margin:0 auto; padding:0 120px 0 0;}
	.lnb-list{font-size:0;background:#fff; position:relative;  padding:0 10px 0 0;}
	.lnb-list:before {width:360px; height:190px; right:-260px;}
	
	
	.lnb-item {min-width:auto; width:calc(50% - 25px); max-width:calc(50% - 25px); height:50px; font-size:14px;}
	.lnb-home {width:50px; height:50px;}
	.lnb-home a { background-size:20px auto;}
	

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

	.lnb__menu-list{top:51px;}
	.lnb__menu-list a {font-size:14px; padding:10px 15px;}
}
@media only screen and (max-width: 768px) {
	.lnb-wrap{padding:0;}
	.lnb-list{padding:0;}
	.lnb-list:before {display:none;}
}
@media only screen and (max-width: 640px) {
}

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

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

	.lnb__menu-list{top:41px;}
	.lnb__menu-list a {font-size:13px; padding:10px 10px;}
}









/* sub_visual */
.sub_visual{padding:170px 0 170px 0; background:url('../images/contents/visual_bg01.jpg') center center no-repeat;background-size:cover; position:relative; font-size:0; text-align:center; }

.sub_visual-inner {display:inline-block;}


.sub_title{ display:inline-block;}
.sub_title h2{color:#fff;font-size:36px; padding:0; font-weight:700;}
.sub_title p{color:rgba(255, 255, 255, 0.5); font-size:15px; line-height:1.3;margin:10px 0 0 0;font-family: 'Montserrat', sans-serif; font-weight:500; letter-spacing:0.05em;}

.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');}
.sub_visual.nth-5 {background-image:url('../images/contents/visual_bg05.jpg');}

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

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

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

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

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


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


/*우측 퀵메뉴*/
.quick {position:absolute;  bottom:0; right:0; transform: translateY(calc(100% - 1px)); z-index:3;}
.quick-list {font-size:0; min-width:120px;}
.quick-item a {display:block; text-align:center; background-color:#00c0f3; padding:30px 10px; font-size: 16px; color:#fff; transition:all 0.3s ease-in-out;}
.quick-item a span {display:inline-block; padding:46px 0 0 0; background-repeat:no-repeat; background-position: 50% 0;}
.quick-item.nth-1 a {background-color:#00c0f3;}
.quick-item.nth-2 a {background-color:#006eb3;}
.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 a:hover {background-color:#3c3c3c;}


.footer .quick {display:none;}



@media only screen and (max-width:1440px){
	.quick-list {min-width:100px;}
	.quick-item a {padding:20px 5px; font-size: 14px; }
	.quick-item a span {padding:40px 0 0 0;}
}

@media only screen and (max-width:1024px){
	
}
@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;}
	.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;}
	.footer-logo {margin-top:30px;}
}
@media only screen and (max-width:480px){
	
}


/* footer-top */
.footer-top{display:block; width:55px; height:55px; background:#222; font-size:0; position: fixed; right: 20px; bottom: 20px; z-index:1;}
.footer-top:before{content:''; position:absolute; left:50%; top:50%; width:16px; height:16px; box-sizing:border-box; border-left:2px solid #fff; border-top:2px solid #ccc; transform:translate(-50%, -50%) rotate(45deg);
}
.footer-top:after{content:''; position:absolute; left:50%; top:50%; width:2px; height:20px; transform:translate(-50%, -50%); background:#fff;}


.footer-top.on{position:absolute; top:-70px;}

@media only screen and (max-width:1024px){
	.footer-top{width:40px; height:40px;}
	.footer-top:before{width:10px; height:10px;}
	.footer-top:after{height:13px;}

	.footer-top.on{top:-60px;}

}

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

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



/*Sub Title*/

.contents__title {padding: 70px 0 70px 0; position:relative; z-index:2;}
.contents__title h3{text-align:center;font-size:45px;color:#222; position:relative; padding:0 0 30px 0; font-family: 'Montserrat', sans-serif; font-weight: 500;}
.contents__title h3:after {content:''; display:block; width:50px; height:2px; background:#000; background-size:cover; position:absolute; bottom:0; left:50%; transform:translate(-50%, 0%);}
.contents__title h3 span{display:inline-block; line-height:1.3;}



@media only screen and (max-width:1024px){
	.contents__title {padding: 60px 0;}
	.contents__title h3{ font-size: 36px; padding:0 0 25px 0;}
}
@media only screen and (max-width:768px){
	.contents__title {padding: 50px 0 50px 0;}
	.contents__title h3{ font-size: 32px;  padding:0 0 20px 0;}

	

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

}

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