@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

.main_container {
	background-color: rgb(245,245,245) !important;
}

body {
    font-family: 'Noto Sans KR' !important;
}

.wrap {position:relative; min-width:320px; overflow:hidden; font-family: 'Noto Sans KR';}

.header-wrap {width:100%; padding:0 50px; position:fixed; border-bottom-width:3px; border-bottom-style:solid; border-bottom-color:rgba(239, 65, 61, 0); box-sizing:border-box; z-index:9999;transition: all .3s ease-in-out; background-color:rgba(0, 0, 0, 0.3); }
.header-inner { position:relative;  height:100px; text-align:center; }

@media only screen and (max-width: 1440px) {
	.header-wrap { padding:0 20px;}
}

.header-wrap:after {content:''; display:block; height:0px; background-color:rgba(245, 245, 245, 1); width:100%; z-index:999; position:absolute; top:101px; left:0; transition: all .3s ease-in-out; }
.header-wrap.js-hover:after {height:380px; transition: all .3s ease-in-out; box-shadow: 0px 8px 5px 5px rgba(0, 0, 0, .1);}

.header-logo {position:absolute; left:0;top:50%; transform:translateY(-50%); width:260px; height:48px;}
.header-logo a {display:block; width:100%; height: 100%; background:url('../../img/logo3.png') 0 0 no-repeat; background-size: cover; overflow: hidden; text-indent: -9999px; text-align: left; transition: all .3s ease-in-out;}

.gnb {display: inline-block; width: 60%; transition: all .3s ease-in-out;}
.gnb-wrap {font-size: 0; width: 100%;}

.gnb-1dep{display:inline-block; vertical-align:middle; height:100px; position:relative;  transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; width:25%; max-width:200px;}

.gnb-1dep.js-open-d {height: 110px;}

.gnb-1dep > a {display:block; text-decoration: none; line-height:100px; padding:0 10px; font-size:18px; font-weight:400; color:rgba(255, 255, 255, 1); text-transform: uppercase;position:relative;  box-sizing: border-box; transition: all .3s ease-in-out;}

.gnb-1dep.js-open-d > a{color:#fa5514 !important;}

.gnb-1dep:before {content: ''; position: absolute; left: 50%; bottom: 30px; margin:0; width:10px; transform: translateX(-50%);  height: 6px; background:url('../images/common/gnb_dot.png') 50% 50% no-repeat; transition: all .3s ease-in-out; opacity: 0;}
.gnb-1dep.js-open-d:before {bottom:20px; opacity:1; transition: all .3s ease-in-out; }


.gnb-2dep {height:0; overflow:hidden; position:absolute; width:100%; top:101px; left:0; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; z-index:1000;}

.gnb__img {text-align:left; overflow:hidden;
	display:block;
	height:0;
	width:100%;
	z-index:1000;
	position:absolute; 
	top:101px;
	left:0;
	transition: all .3s ease-in-out;
	background:transparent; 
}

.gnb.js-open-d .gnb__img {
	height:380px;
	transition: all .3s ease-in-out;
}
.gnb__img-inner {width:21.4%; height:100%; font-size:1rem; display:inline-block;  background:url('../../img/Company/MenuLogo.png') 0% 0% no-repeat ;}
.gnb__img-text {text-align:left; font-family: 'Rajdhani', 'Noto Sans KR', sans-serif; padding-top:20px; height:0;transition: all .3s ease-in-out; overflow:hidden; line-height:0.9;}
.gnb__img-text p {font-size:38px; font-weight:400; color:#787f84;}
.gnb__img-text p strong {font-weight:700; color:#fa5514;}
.gnb.js-open-d .gnb__img-text {height:100%;transition: all .3s ease-in-out;}



@media only screen and (max-width: 1280px) {
	.gnb__img-text p {font-size:32px;}
	
}
@media only screen and (max-width: 1100px) {
	.gnb__img-text p {font-size:28px;}
	.gnb__img-inner {background-size:80%;}
}
/*  //GNB 이미지 */

.gnb-2dep > li {margin-top:10px;}
.gnb-2dep > li > a {display:block; padding:2.5% 15% 2.5% 15%; font-size:15px; color:#222; text-align:center; font-weight:400; line-height:1.3; text-align:left}
.gnb-2dep > li > a:hover {color:#222;}
.gnb-2dep > li:first-child {margin-top:20px;}
.gnb-2dep > li:last-child {margin-bottom:5px;}

.header-wrap.js-hover .gnb-2dep{height:380px; background-color:transparent; border-top:0px solid #fa5514; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; }

.gnb-1dep.js-open-d .gnb-2dep{ height:380px; background-color:rgba(255, 255, 255, 1); border-top:0px solid #fa5514; transition: all .3s ease-in-out; }

.gnb-1dep.js-open-d .gnb-2dep > li > a {color:#222;}
.gnb-1dep.js-open-d .gnb-2dep > li > a:hover {color:#fa5514;}



/*3depth*/
.gnb-3dep {font-size:14px; text-align:left; padding:0 0 0 15%;}
.gnb-3dep a {display:block; padding:6px 0px 6px 8px; position:relative; color:#666; line-height:1.3; position:relative;}
.gnb-3dep a:hover {color:#fa5514;}
.gnb-3dep a:before {content:''; display:inline-block; position:absolute; width:4px; height:4px; border-radius: 5px; background:#a7a9ac; top:14px; left:0;}

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

.gnb_img {display:block; width:100%; height:100%; background:url('../images/common/gnb_img.png') 0 0 no-repeat;  overflow:hidden; text-indent:-9999px; text-align:left; transition: all .3s ease-in-out; background-size:cover;}


.header-wrap.js-fixed,
.header-wrap.js-open-d {background-color:rgba(255, 255, 255, 1); border-bottom-color:#fa5514; border-bottom-width: 3px; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; }






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

.header-wrap.js-fixed .header-inner:before,
.header-wrap.js-open-d .header-inner:before,
.header-wrap.js-fixed .header-inner:after,
.header-wrap.js-open-d .header-inner:after{opacity:1; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;}


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

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

.language-wrap {font-size:0; }
.language-wrap > li {display:inline-block;}
.language-wrap > li + li {margin-left:5px;}
.language-wrap > li > a{display:inline-block; background-image:url('../../img/ico_lang01.png'); background-repeat: no-repeat; height:30px; line-height:30px;  width:30px; transition: all .3s ease-in-out; }
.language-wrap > li > a.active,
.language-wrap > li > a:hover {background-image:url('../../img/ico_lang01_on.png'); transition: all .3s ease-in-out;}

.language-wrap > li:nth-child(2) > a{background-image:url('../../img/ico_lang02.png');}
.language-wrap > li:nth-child(2) > a.active,
.language-wrap > li:nth-child(2) > a:hover {background-image:url('../../img/ico_lang02_on.png');}

.language-wrap > li:nth-child(3) > a{background-image:url('../../img/ico_lang03.png');}
.language-wrap > li:nth-child(3) > a.active,
.language-wrap > li:nth-child(3) > a:hover {background-image:url('../../img/ico_lang03_on.png');}

.language-wrap > li:nth-child(4) > a{background-image:url('../../img/ico_lang03.png');}
.language-wrap > li:nth-child(4) > a.active,
.language-wrap > li:nth-child(4) > a:hover {background-image:url('../../img/ico_lang03_on.png');}

.language-wrap > li:nth-child(4) > a{background-image:url('../../img/ico_lang04.png');}
.language-wrap > li:nth-child(4) > a.active,
.language-wrap > li:nth-child(4) > a:hover {background-image:url('../../img/ico_lang04_on.png');}

.gnb-mbtn {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;}


.header-wrap.js-fixed .header-logo,
.header-wrap.js-open-d .header-logo {transition: all .3s ease-in-out;}
.header-wrap.js-fixed .header-logo a,
.header-wrap.js-open-d .header-logo a {transition: all .3s ease-in-out; background-size:cover; background-position:0 -45.25px; }

@media only screen and (max-width: 1440px) {
	.gnb-2dep > li > a {
		padding: 2.5% 10% 2.5% 10%;
		font-size: 12px;
	}
}

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

	.top_util .language-wrap {display:none;}

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


	.header-logo {background-size:cover; width:180px; height:30px; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; }
	.header-logo a,
	.header-wrap.js-fixed .header-logo a,
	.header-wrap.js-open-d .header-logo a {background-position:0 -36px; }
	
	.header-wrap.js-fixed .gnb:before,
	.header-wrap.js-fixed .gnb:after {display:none;}

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

	.gnb-wrap {margin:0;}
	.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.js-open-m .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; 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:0; overflow:hidden; position:static; width:auto; margin:0; background-color:#f5f5f5;border-top:0px solid #ddd; transition: all .1s ease-in-out; -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; }
	.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:15px; color:#666 !important; text-align:left;}
	.gnb-2dep > li > a:hover {color:#222 !important;}
	.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 #ddd;}
	.gnb-3dep a {display:block; padding:8px 0 8px 38px; position:relative; color:#888;}
	.gnb-3dep a:hover {color:#222;}
	.gnb-3dep a:before {left:30px; top:15px;}

	.gnb-1dep.js-open-m > a:before {display:none;}
	.gnb-1dep.js-open-m .gnb-2dep{max-height:1000px; background-color:#f5f5f5; border-top:1px solid #ddd; transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; }



	/*util*/
	.gnb-mbtn {display:block; position: absolute; z-index: 1; top: 0; right:-20px; bottom: 0; width: 60px; min-height: 26px; 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: 25px; 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: 16px; }
	.gnb-mbtn:not(.zxcv):after { bottom: 16px; }

	.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:#fa5514;}
	.gnb-inner-util > .language-wrap {position:absolute; top:50%; transform: translateY(-50%); left:20px;}
	

	.gnb-inner-util > .language-wrap a.active { color:#fff; }

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

ul {
    padding-left: 0 !important;
	margin-bottom: 0 !important;
}

.bi {
	color: white;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

/*배너*/
.banner_new {padding: 0 0 160px 0;}
.banner_new .ban_wrap:before {content: ''; width: 0px; height: 100%; display: inline-block; vertical-align: middle;}
.banner_new .ban_wrap { padding: 10% 0 8% 0; background: url('../../img/Product/SRBMachineBanner.png') center center no-repeat; background-size: cover; position: relative;}
.banner_new .ban_wrap > h3 {font-size: 38px;}
.banner_new .ban_wrap > p {font-size: 16px;}

@media only screen and (max-width: 1600px) {
	.banner_new .ban_wrap {padding: 12% 0 10% 0;}
	.banner_new .ban_wrap > h3 {width: auto; margin: 0 5%;}
}

@media only screen and (max-width: 768px) {
	.banner_new .ban_wrap {padding: 18% 0 15% 0;}
	.banner_new .ban_wrap > h3 {font-size: 36px; background-size: 40px auto;}
	.banner_new .ban_wrap > p {font-size: 15px;}
}

@media only screen and (max-width: 480px) {
	.banner_new .ban_wrap {padding: 28% 0 18% 0;}
	.banner_new .ban_wrap > h3 {font-size: 32px; background-size: 38px auto;}
	.banner_new .ban_wrap > p {font-size: 13px; margin: 5px 0 0 0;}

}

.footer {position:relative; background:#f1f1f1; z-index:2; border-top:1px solid #808285;}
.footer__menu { position:relative; background-color:#fff; border-bottom:1px solid #ccc;}
.footer__menu-wrap{text-align:center; font-size:0; margin-bottom: 0 !important;}

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

.footer__menu-item > a span {display:inline-block; font-size:16px; transition: .3s ease-in-out all;}
.footer__menu-item > a:hover {color:#fa5514;}

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


.footer-bottom.inner {position:relative; padding:30px 0 30px 220px;}


.footer-logo {width:calc(546px / 2.75); height:calc(210px / 2.75); position:absolute; top:50%; transform:translateY(-50%); left:0;}
.footer-logo a {display:block; width:100%; height:100%; background:url('../../img/logo2.png') 0 0 no-repeat; background-size:contain; overflow:hidden; text-indent:-9999px; text-align:left;}
address {display:inline-block; text-align:left; margin-bottom: 0 !important;}
address .footer-item {color:#666; margin-top:0px; margin-bottom: 0 !important; }
address .footer-item:first-child {margin:0 0 0 0;}
address .footer-item span {display:inline-block; margin:0 20px 0 0; font-size:16px;}
address .footer-item a {color:#666;}
address .footer-item a:hover {color:#222;}
.footer-bottom em {color:#222; font-weight:400; vertical-align:baseline; margin-right:4px;}
.footer-bottom a { vertical-align:baseline;}

.footer-copy {margin-top:15px; color:#999; font-size:13px; text-transform:uppercase;}

.footer__btn {display:block; font-size:0; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.footer__btn-item {display:inline-block; font-size:14px; line-height:30px; min-width:160px; text-align:center; color:#fff;}

.footer__btn-item a {display:block;padding:0 15px; color:#fff; background-color:#808285;border-radius:15px;}
.footer__btn-item a:hover {color:#fff; background-color:#fa5514;}

@media only screen and (max-width: 768px) {
	.footer__menu-wrap {text-align:center;}
	.footer__menu-item > a {padding:0 18px; line-height:40px;}
	.footer__menu-item > a:before {height:8px;}
	.footer__menu-item > a span {font-size:14px;}
	.footer__menu-wrap > li:first-child > a{padding-left:18px;}
	


	.footer__btn {position: static; transform:translateY(0); padding:10px 0; text-align:center;}

	.footer-bottom.inner {padding:20px 0 30px 0;}

	.footer-logo {width:calc(546px / 3); height:calc(210px / 3); margin:0 auto; position:static; transform:translateY(0%);}

	address {display:block; text-align:center; margin-top:20px !important;}
	address .footer-item span {margin:0 10px;}
	.footer-copy {font-size:12px;}
}

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

	.footer__menu-item > a {padding:0 5px; line-height:34px;}
	.footer__menu-item > a:before {height:6px;}
	.footer__menu-item > a span {font-size:12px;}
	.footer__menu-wrap > li:first-child > a{padding-left:5px;}

	.footer__btn-item {font-size:12px; line-height:24px; min-width:140px;}

	address {margin-top:14px !important;}
	address .footer-item span {margin:0 5px; font-size:12px; letter-spacing:-0.05em;}
	.footer-copy {font-size:11px;}	
}



#container {padding:0 0 160px 0;}
@media only screen and (max-width: 1024px) {
	#container {padding:0 0 80px 0;}
}
.main-container {padding:0 !important; z-index: 11;}

.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; border-top:1px solid rgba(255, 255, 255, 0.5);background:rgba(0, 0, 0, 0.3); text-align:left;}
.lnb-wrap{max-width:1440px; margin:0 auto; padding:0 20px;}
.lnb-list{font-size:0;background:transparent;}
.lnb-list > li{display:inline-block; vertical-align:top; position:relative;}
.lnb-list > li.lnb-home{border-right:0;}
.lnb-item {min-width:220px; max-width:30%; height:50px; font-size:16px;}
.lnb-home {width:50px; height:50px;}
.lnb-home a{display:block;font-size:0;line-height:0;width:100%;height:100%; background:#fa5514;}

.lnb-link {position:relative; display:block; line-height:50px; height:100%;padding:0 50px 0 20px; box-sizing:border-box; border-right:1px solid rgba(255, 255, 255, 0.5); color:#fff; text-decoration: none;}
.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('../../img/lnb_open.png') center center no-repeat; transition: all .3s ease-in-out; transform: rotate(-90deg);}

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

.lnb__menu-list{position:absolute;left:-1px;top:50px;display:block; z-index:2;  width:100%; border-left:1px solid #ccc;box-sizing:content-box; overflow:hidden; max-height:0; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;}
.lnb__menu-list.js-active {max-height:1000px; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;}

.lnb__menu-list li { border:1px solid #ccc;  border-left:0; border-top:0; background-color:#fff; text-decoration: none;}
.lnb__menu-list a {display:block; font-size:16px; line-height:1.3; color:#777; background:#fff; padding:8px 20px 10px 20px; white-space: normal; word-break: break-all; text-decoration: none;}
.lnb__menu-list a > span {display:inline-block;}
.lnb__menu-list a:hover {color:#fff; background:#fa5514;}

@media only screen and (max-width: 1280px) {
	.lnb-item + .lnb-item + .lnb-item + .lnb-item{display:none;}
}
@media only screen and (max-width: 768px) {
	.lnb-wrap{padding:0;}
	.lnb-item {min-width:auto; width:45%; max-width:45%; height:45px; font-size:14px;}
	.lnb-item + .lnb-item +.lnb-item{display:none;}
	.lnb-home {width:45px; height:45px;}
	

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

	.lnb__menu-list{top:46px;}
	.lnb__menu-list a {font-size:14px; padding:10px 15px;}
}

@media only screen and (max-width: 480px) {
	.lnb-item {width:45%; max-width:45%; height:40px;}

	.lnb-home {width:10%; height:40px;}

	.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:14px; padding:8px 10px;}
}


/* sub_visual */
.sub_visual{padding:10% 0 8% 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:before {content:''; width:0px; height:100%;display:inline-block; vertical-align:middle;}
.sub_title{max-width:1400px;margin:0 auto;text-align:center; display:inline-block; vertical-align:middle; }
.sub_title h2{color:#fff;font-size:56px; padding:0; font-weight:400;}
.sub_title p{color:#fff;font-size:14px; line-height:1.3;margin:13px 0 0 0; font-weight:100; text-transform: uppercase;}
.sub_title .h2-inner {font-size:16px; font-weight:100; text-transform: uppercase; display:block; margin-bottom:10px; color:#ededed; font-family: 'Rajdhani', 'Noto Sans KR', sans-serif; }
.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:1600px){
	.sub_visual {padding:12% 0 10% 0;}
    .sub_title{width:auto;margin:0 5%;}
}

@media only screen and (max-width:768px){
    .sub_visual {padding:18% 0 15% 0;}
    .sub_title h2{font-size:36px;background-size:40px auto;}
    .sub_title p{font-size:15px;}
}
@media only screen and (max-width:480px){
	.sub_visual {padding:28% 0 18% 0;}
    .sub_title h2{font-size:32px;background-size:38px auto;}
    .sub_title p{font-size:13px;margin:5px 0 0 0;}
}

.info > h3 {
	font-size: 38px;
}




/* footer-top */

.footer-top{display:block; width:50px; height:50px; background:#3d4245; font-size:0; position: fixed; right: 20px; bottom: 20px; z-index:1;border-radius:25px 25px;}

.footer-top:before{
	content:""; position:absolute; left:50%; top:50%; width:15px; height:15px; box-sizing:border-box; border-left:2px solid #ccc; border-top:2px solid #ccc; transform:translate(-50%, -50%) rotate(45deg);
}
.footer-top:after{content:""; position:absolute; left:50%; top:calc(50% + 1px); width:2px; height:19px; transform:translate(-50%, -50%); background:#ccc;}


.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: 480px){
    .footer-top{ right:10px;}
	
}



/*Sub Title*/

.contents__title {padding: 80px 0 60px 0; }
.contents__title h3{text-align:center;font-size:42px;font-weight:400;color:#222; position:relative;  }
.contents__title h3 span{display:inline-block;padding:0 30px 0 0; background:url('../images/common/title_dot.png') 100% 0 no-repeat;}


@media only screen and (max-width:768px){
	.contents__title {padding: 50px 0 50px 0;}
    .contents__title h3{ font-size: 36px;}
	.contents__title h3 span{padding:0 18px 0 0; background-size:10px 18px;}

}
@media only screen and (max-width:480px){
	.contents__title {padding: 40px 0 40px 0;}
    .contents__title h3{ font-size: 28px;}
	.contents__title h3 span{padding:0 12px 0 0; background-size:7px 13px;}

}

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

.sub_tit {
	padding-left: 25%;
	padding-right: 25%;
}

@media only screen and (max-width: 1024px) {
	.sub_tit {
		padding-left: 12.5%;
		padding-right: 12.5%;
	}
}

@media only screen and (max-width: 768px) {
	.sub_tit {
		padding-left: 10%;
		padding-right: 10%;
	}
}