html{overflow-y:auto;font-weight:300;text-align:center;color:#666;line-height:1;letter-spacing:normal}
html, body{width:100%;height:100%;-webkit-text-size-adjust:none}
html.bodyLock{overflow:hidden}
body{position:relative;background:#272b36 none repeat scroll 0% 0%;min-width:320px;
/*
	-ms-touch-action: none;
	touch-action: none;
*/
} 
#bodyWrap{position:relative;background:#fff none repeat scroll 0% 0%;width:100%}
#Header{position:fixed;top:0;background:#fff none repeat scroll 0% 0%;width:100%;height:60px;box-shadow:0 1.73px 10px 0 grey;z-index:100}
#Contents{position:relative;max-width:1920px;margin:0 auto}
#Contents .inContents{position:relative;text-align:left;max-width:1220px;min-height:500px;padding:50px 10px;margin:0 auto}
#Footer{position:relative;background:#272b36}


/* top menu */
.topGnbBox{position:relative;width:100%;height:60px;padding:0 100px}

.topGnbBox .topOverLayer{position:absolute;top:0;left:0;background:#000;width:100%;height:100%;display:none;opacity:.5;filter:alpha(opacity=50);z-index:10}

.topGnbBox .topLogo{float:left;height:60px}
.topGnbBox .topLogo img{height:100%}

.topGnbBox .topGnb{float:right;display:block;height:60px}

.topGnbBox .topGnb .topGnbHead,
.topGnbBox .topGnb .topGnbFoot{display:none}
.topGnbBox .topGnb .topGnbHead{background:#1A1C27;height:60px;padding-left:20px}
.topGnbBox .topGnb .topGnbHead img{height:100%}
.topGnbBox .topGnb .topGnbFoot{margin-bottom:30px}

.topGnbBox .topGnb .topGnbSet{}
.topGnbBox .topGnb .topGnbSet:after{content:"";clear:both;display:block}
.topGnbBox .topGnb .topGnbSet li{float:left;position:relative;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s
}
.topGnbBox .topGnb .topGnbSet li a{display:block;font-size:18px;height:60px;line-height:60px;padding:0 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.topGnbBox .topGnb .topGnbSet li a:hover,
.topGnbBox .topGnb .topGnbSet li a:focus{color:#70af43}
.topGnbBox .topGnb .topGnbSet li a:active{color:#f3b81e}
.topGnbBox .topGnb .topGnbSet li a.active{border-bottom:2px solid #e6842c;color:#e6842c}



/* »ó´Ü °Ë»ö */
.topGnbBox .quickGnb{position:absolute;right:0px;top:0;z-index:1000}
.topGnbBox .quickGnb .btnTopGnb{display:none;float:left;position:relative;font-size:30px;width:60px;height:60px;line-height:60px;text-align:center;z-index:10}
.topGnbBox .quickGnb .btnTopGnb span{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	font-size:0;
	width:50%;
	height:4px;
	margin-top:-2px;
	margin-left:-25%;
	-webkit-user-select:none;
	-moz-user-select:-moz-none;
	-ms-user-select:none;
	user-select:none;
	-webkit-transition:all .4s cubic-bezier(.835,0,.19,1);
	-moz-transition:all .4s cubic-bezier(.835,0,.19,1);
	transition:all .4s cubic-bezier(.835,0,.19,1);
	background:#003149;
}
.topGnbBox .quickGnb .btnTopGnb span:after,
.topGnbBox .quickGnb .btnTopGnb span:before{
	content:"";
	display:block;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition:all .4s cubic-bezier(.835,0,.19,1);
	-moz-transition:all .4s cubic-bezier(.835,0,.19,1);
	transition:all .4s cubic-bezier(.835,0,.19,1);
	background:#003149;
}
.topGnbBox .quickGnb .btnTopGnb span:before{
	-webkit-transform: translateY(-220%);
	-moz-transform: translateY(-220%);
	-ms-transform: translateY(-220%);
	transform: translateY(-220%);
}
.topGnbBox .quickGnb .btnTopGnb span:after{
	-webkit-transform: translateY(120%);
	-moz-transform: translateY(120%);
	-ms-transform: translateY(120%);
	transform: translateY(120%);
}

.topGnbBox .quickGnb .btnTopGnb.close span{background:transparent}
.topGnbBox .quickGnb .btnTopGnb.close span:before{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	background:#fff;
}
.topGnbBox .quickGnb .btnTopGnb.close span:after{
	margin-top:-4px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	background:#fff;
}



.subTop{position:relative;background-repeat:no-repeat;background-position:100% 100%;background-size:cover}
.subTopContents{position:relative;height:250px;text-align:left;margin:0 auto}
.subTopContents h1{position:absolute;left:0;top:50%;font-size:60px;color:#fff;font-weight:100;letter-spacing:-1px;text-align:center;text-shadow:1px 1px 5px rgba(0,0,0,.3);width:100%;margin-top:-30px;z-index:2}

.subOverlay{
	position:absolute;
	bottom:0;
	left:0;
	background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, #000000 100%);
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, #000000 100%);
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	width:100%;
	height:100%;
}


.pageTitle{position:relative;text-align:center;max-width:1200px;height:80px;margin:40px auto;padding-bottom:1em}
.pageTitle::after{content:'';background:#ea562b;position:absolute;bottom:0;left:0;right:0;width:100px;height:5px;margin:0 auto}
.pageTitle h2{position:relative;background:transparent url(/images/bg_light_heading.png) repeat-x 0 50%;font-size:48px;font-weight:300}
.pageTitle h2 span{display:inline-block;background-color:#fff;padding:0 20px}


.subMenuWrap{position:relative;width:100%;max-width:1220px;padding:0 10px;margin:-20px auto 0 auto;z-index:6}
.subMenuWrap .menuBox{background:#fff none repeat scroll 0% 0%;width:100%;height:50px;
	-moz-box-shadow:2px 2px 10px -4px #000;
	-ms-box-shadow:2px 2px 10px -4px #000;
	-o-box-shadow:2px 2px 10px -4px #000;
	-webkit-box-shadow:2px 2px 10px -4px #000;
	box-shadow:2px 2px 10px -4px #000;
}
.subMenuWrap .menuBox::after{content:"";display:block;clear:both}
.subMenuWrap .subMenu{float:left;position:relative;text-align:center;height:50px;border-left:1px solid #e4e4e4;overflow:hidden}
.subMenuWrap .subMenu:first-child{border-left:none}
.subMenuWrap .subMenu a{display:block;font-size:16px;line-height:50px;padding:0 10px}
.subMenuWrap .subMenu a:link,
.subMenuWrap .subMenu a:visited{}
.subMenuWrap .subMenu em{display:block;font-size:16px;font-weight:400;text-align:left;line-height:50px;padding:0 10px}
.subMenuWrap .subMenu .fa{display:block;position:absolute;right:0;top:0;font-size:16px;text-align:letf;line-height:50px;padding:0 10px}
.subMenuWrap .subMenu.subCurrent{background-color:#D42F2F;border-left:none}
.subMenuWrap .subMenu.subCurrent + .subMenu{border-left:none}
.subMenuWrap .subMenu.subCurrent a{color:#fff;font-weight:400}




/* ÇÏ´Ü ÄÁÅÙÃ÷ */
.bottomBody{position:relative}

.bottomContact{background:#2f3542 repeat scroll 0% 0%;width:100%;padding:80px 0;z-index:11}

.bottomContact .colsWrap{width:100%;max-width:1220px;margin:0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bottomContact .colsWrap::after{content:"";display:block;clear:both}
.bottomContact .colsWrap .cols{height:auto;padding:0 10px;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}
.bottomContact .colsWrap .cols .colsIn{position:relative;background:#272b36 repeat scroll 0% 0%;color:#fff;;text-align:center;width:100%;height:100%;padding:30px 0 20px 0;
	-moz-box-shadow:0px 20px 20px -20px rgba(0, 0, 0, 0.8);
	-ms-box-shadow:0px 20px 20px -20px rgba(0, 0, 0, 0.8);
	-o-box-shadow:0px 20px 20px -20px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow:0px 20px 20px -20px rgba(0, 0, 0, 0.8);
	box-shadow:0px 20px 20px -20px rgba(0, 0, 0, 0.8);
}
.bottomContact .colsWrap .cols.webhard .colsIn{padding-top:24px}
.bottomContact .colsWrap .colsIn h4{position:relative;font-size:24px;margin-bottom:30px}
.bottomContact .colsWrap .colsIn .data{font-size:18px;height:40px}
.bottomContact .colsWrap .colsIn .data::after{content:"";display:block;clear:both}
.bottomContact .colsWrap .colsIn .data div{float:left;width:50%;height:40px}
.bottomContact .colsWrap .colsIn .data .left{text-align:right;line-height:2;padding-right:5px}
.bottomContact .colsWrap .colsIn .data .right{text-align:left;padding-left:5px}
.bottomContact .colsWrap .colsIn .data em{font-size:30px;font-weight:200;color:#f58220;line-height:1;letter-spacing:-1px}
.bottomContact .colsWrap .colsIn .data em a{color:#f58220}
.bottomContact .colsWrap .colsIn .btnBox{padding:30px 20px 0 20px}
.bottomContact .colsWrap .colsIn .btnBox a{font-size:18px;font-weight:400;width:100%;text-align:center;line-height:40px}

.bottomBody .copyright{position:relative;color:#999;padding:50px 10px;margin:0 auto}
.bottomBody .copyright em{font-weight:500}
.bottomBody .copyright a:link,
.bottomBody .copyright a:visited{color:#999}
.bottomBody .copyright a:hover{color:#d12819}




.btnTopTel{position:fixed;right:15px;bottom:15px;display:none;background-color:#e5b618;font-size:28px;width:45px;height:45px;line-height:45px;text-align:center;border-radius:50%;overflow:hidden;z-index:20}
a.btnTopTel:link,
a.btnTopTel:visited{color:#fff}
.mobile .btnTopTel{display:block}

.sidePagination{
	position:fixed;
	right:20px;
	top: 50%;
	transform: translateY(-50%);
	font-size:1.4em;
	z-index: 10;
}
.sidePagination a{position:relative;display:block;background-color:#9ba6ab;width:12px;height:12px;margin:100% 0;border-radius:50%;overflow:hidden;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.sidePagination a:hover{background-color:#fff;border:1px solid #9ba6ab}

.sidePagination a.active{
	background: #e6842c;
	color: #fff;
}


/* È¸¿ø ·Î±×ÀÎ *//* È¸¿ø ·Î±×ÀÎ */
.loginBody{text-align:left}
.loginBody .formBox{position:relative;text-align:left;margin-bottom:10px}
.loginBody .formBox .notice{margin-bottom:10px}
.loginBody .formBox .item{position:relative;height:40px;line-height:40px;margin-bottom:10px}
.loginBody .formBox .item input{height:40px;line-height:40px}
.loginBody .formBox .basicButton{width:100%;margin-bottom:10px}
.loginBody .formBox .submitLogin{font-size:14px;font-weight:700;text-align:center;line-height:40px}