@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../font/NotoSansKR-Light.woff2) format('woff2'),
    url(../font/NotoSansKR-Light.woff) format('woff'),
    url(../font/NotoSansKr/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansKR-Regular.woff2) format('woff2'),
    url(../font/NotoSansKR-Regular.woff) format('woff'),
    url(../font/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(../font/NotoSansKR-Medium.woff2) format('woff2'),
    url(../font/NotoSansKR-Medium.woff) format('woff'),
    url(../font/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSansKR-Bold.woff2) format('woff2'),
    url(../font/NotoSansKR-Bold.woff) format('woff'),
    url(../font/NotoSansKR-Bold.otf) format('opentype');
}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.no-margin {
  margin: 0 !important;
}

body * {
  font-family: 'Noto Sans KR', sans-serif;

}

body {
  min-width: 1280px;
  height: 100%;
  font-family:'Noto Sans KR', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  color: #333;
  overflow-x:hidden;
}

input {
  font-size: 16px;
}

input::placeholder{
	color:#d1d1d1;
}

pre {
  white-space: pre-line;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, li{
	list-style: none;
}

input[type=text], input[type=password], input[type=email],
input[type=url], input[type=time], input[type=date], input[type=datetime-local],
input[type=tel], input[type=number], input[type=search], textarea {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    min-height: 3rem;
    font-size: 1rem;
	padding: 0 10px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
}

input[type=text]::-ms-clear, input[type=password]::-ms-clear{
	display: none;
} 


textarea{
	padding:10px 5px;
}

input[type=checkbox] { display:none; }
input[type=checkbox] + label { 
	height: 22px; 
	display: inline-block; 
	cursor: pointer; 
	line-height: 22px; 
	padding-left: 27px; 
	background: url('../../images/check_off.png') left/22px no-repeat; 

}

input[type=checkbox]:checked + label { background-image: url('../../images/check_on.png'); }



input[type=radio] { display:none; }
input[type=radio] + label { 
	height:22px;
	display: inline-block; 
	cursor: pointer; 
	line-height: 22px; 
	padding-left: 27px; 
	background: url('../../images/radio_off.png') left/22px no-repeat; 

}

input[type=radio]:checked + label { background-image: url('../../images/radio_on.png'); }

.input{
    display: flex;
    justify-content: center;
}

select {
    background-color: transparent;
    border: none;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    min-height: 3rem;
    font-size: 1rem;
	padding: 0 25px 0 10px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
	background: url('../../images/select_ico.png') no-repeat 90% 50%;
}

select::-ms-expand {display:none}

option{
	color:#333;	
}

.src_area{
	width: 100%;
    display: inline-block;
}

.src_form {
	display: inline-block;
    position: relative;
	width:100%;
}

.src_input{
	padding-right: 35px !important;
}
.src_form .src_ico{
    position: absolute;
    top: 15px;
	right: 15px;
}

.input100{width:100%;}
.input90{width:90%;}
.input80{width:80%;}
.input70{width:70%;}
.input60{width:60%;}
.input50{width:50%;}
.input40{width:40%;}
.input30{width:30%;}
.input20{width:20%;}
.input10{width:10%;}


.left{text-align:left !important;}
.right{text-align:right !important;}
.center{text-align:center !important;}


.float_l{float:left !important;text-align: left;}
.float_r{float:right !important;text-align: right;}


.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt50{margin-top:50px !important;}
.mt80{margin-top:80px !important;}

.logoheader{
	width:100%;
	border-bottom: 1px solid #eee;
}


.logoarea{
	position:relative;
	max-width:1280px;
	margin: 0 auto;
	height:90px;
	line-height:90px;
	text-align:center
}

.logoarea .logo{
    display: inline-block;

}

.logoarea .logo img{
    vertical-align:middle
}

.logoarea .top_quikmenu{
	position:absolute;
	top:0;
	right:0;
	font-size: 13px;
    color: #666;

}

.logoarea .top_quikmenu span{
	position:relative;
	padding-right: 10px;
	margin-right: 10px;
}

.logoarea .top_quikmenu span:before {
	display: block;
	content: '';
	width: 1px;
	height: 9px;
	background-color: #eaeaea;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
}

.logoarea .top_quikmenu span:last-child:before {
	display: none;
}


.quikmenu span{
	margin:0 5px;
}



.navarea{
	width:100%;
	border-bottom: 1px solid #eee;
	box-shadow:  0px 2px 3px #0000002b;
	position:relative;
}

.nav{
	max-width:1280px;
	width: 100%;
	margin: 0 auto;
	height:60px;
}

.nav ul{
	justify-content: space-around;
    display: flex;
}

.nav li{
	width:100%;
}

.nav li.on a{
	position: relative;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #9c0000;
}

.nav li a{
    position: relative;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 17px;
    display: block;
    color: #444;
}


.nav ul li a:after {
    content: "";
    height: 17px;
    width: 1px;
    background-color: #dddddd;
    position: absolute;
    left: 0;
    top: 21px;
	}

.nav ul li:last-child a:before {
	content: "";
	height:17px;
	width: 1px;
	background-color: #dddddd;
	position: absolute;
	right:0;
	top:21px;
}

.subnavarea{
    width: 100%;
    height: 256px;
    background: linear-gradient(45deg, #fff, #f9f9f9);
    position: absolute;
    z-index: 55;
    display: none;
}



.subnav{
	max-width:1280px;
	width:100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.subnav .subnavul{
	position:relative;
	width:100%;

}
.subnavul li{
	text-align:center;
}

.subnavul li:hover{
    background: linear-gradient(90deg, #b30d0d, #6f0101);
    color: #fff;
    transition: 0.2s;
}

.subnavul li a{
	font-size:15px;
	display:inline-block;
	width:100%;
	padding:9px 0;
}



.m_subnavul li{
	text-align:left;
}



.m_subnavul li a{
	font-size:15px;
	display:inline-block;
	width:100%;
	padding:15px 0px 15px 25px;
}

.m_subnavul.active{
	display:block;
}




.btn{
	display:inline-block;
	margin: 5px 3px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #ddd;
}

.btn_lg{
	display:inline-block;
	padding:10px 30px; 
}

.btn_md{
	display:inline-block;
	padding:10px 25px; 
}


.btn_sm{
	display:inline-block;
	padding:5px 15px;
}

.btn_gray{
    background: #666;
    color: #fff;
}

.btn_point{
    background: #b30d0d;
    color: #fff;
}

.btn_point:hover, .btn_gray:hover {
    background: #fff;
    color: #b30d0d;
	transition:0.2s;
}

.sm_span{
	color:#444;
	font-weight:100;
	font-size:13px;
}

.hr{
    border: 0.5px solid #ddd;
    margin: 15px 0px;
}

#f_roll{clear: both;width:100%;border-top:1px solid #dddddd;background: #fff;}
#roll_box {clear:both;width: 1280px;margin: 0 auto;height:115px; line-height:115px; overflow:hidden;}
#rolling_banner {height:115px;float:left;position: relative;width:1280px;}
#banner_wrapper {height:77px;top:18px;left:92px;overflow: hidden;position: absolute;width: 1098px;}
/*#banner_wrapper a img {margin:0px 10px;}*/
/*#banner_prev, #banner_next {display:none;}*/
#banner_prev {left: 0px;position: absolute;top:15px;}
#banner_next {position: absolute;right: 0px;top:15px;}



article{
	position:relative;
}
.quikmenu{
	position:fixed;
	z-index:99;
	top:20%;
	right:0;
	text-align: center;
    background: #fff;
	box-shadow: 1px 1px 5px #333;
}

.quikmenu li{
	border-bottom:1px solid #eee;
	    padding: 5px;
}

.quikmenu .qk_top{
    background: #b30d0d;
    color: #fff;
    font-size: 10px;
}

.quikmenu .gotop{
	background: #444;
    color: #fff;
	font-size: 10px;
	border-bottom:none;
	cursor:pointer;
}


.quikmenu li a{
	width: 100%;
    font-size: 13px;
    color: #666;
}

.jbFixed{
	position: fixed;
	top: 0px;
	background: #fff;
	z-index:98;
}



footer {
	background-color: #333;
	clear: both;
	min-width: 1280px;
	color:#fff;
}

footer.shorthtml-footer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1000px;
}


.footer-wrapper {
  padding-top: 50px;
  padding-bottom: 30px !important;
  width: 1280px;
  margin: 0 auto;
  margin-top: 0 !important;
}

footer .footer-left {
	float: left;
	display: inline-block;
	width: 50%;
}

footer .footer-left ul {
  list-style: none;
  padding: 0;
}

footer .footer-left ul li {
  display: inline-block;
  margin-right: 23px;
}

footer .footer-left ul li>a {
  color: inherit;
  text-decoration: none;
}

footer .footer-left .info {
  width: 942px;
  height: 72px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: -0.45px;
  text-align: left;
  color: #888888;
  margin-top: 10px;
}

footer .footer-left .info>span {
  font-family: Dm Sans;
  font-size: 15px;
  font-weight: normal;
}

footer .footer-left .copyright {
  font-size: 13px;
}

footer .footer-right {
	text-align: right;
	display: inline-block;
	width: 50%;
}

footer .footer-right .tel {
  font-size: 24px;
  color: #ddd;
  margin-top: 7px;
  margin-bottom: 15px;
}

footer .footer-right .info {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: right;
  color: #888888;
}

footer .footer-right .app-group {
  margin-top: 28px;
}

footer .footer-right .app-group a {
  display: inline-block;
  margin-left: 10px;
  font-size:13px;
}




#mobile-gnb{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.mobile{
	display:none;
}

.pc{
	display:block;
}



@media screen and (max-width: 992px) {



	body, .logoarea, .nav, .subnav, #roll_box, #rolling_banner, footer, .footer-wrapper{
		max-width:100%;
		min-width:100%;
		width:100%;
		margin:0;
		overflow-x: hidden;
	} 

	#banner_wrapper{
	width: 100%;
	left: 0px;
	}

	#banner_next,#banner_prev{
		display:none;		
	}

	

	
	.subnav .subnavul{
		width:20%;
	}

	
	.etc-link, .app-group, .copy-wrap{
		font-size: 14px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		letter-spacing: -0.45px;
		text-align: left;
		color: #888888;
		padding: 0 15px;
		margin:15px 0;
		text-align:center;

	}


	.etc-link a, .app-group a{
		margin:0 5px;
		white-space: nowrap;
	}



}


@media (max-width: 800px) {

	
	.mobile{
	display:block;
	}

	.pc{
		display:none;
	}

	.navarea, .logoarea {
		display:none;
	}


	.mobile_navarea{
		display:block;
	}

	.quikmenu{
		display:none;
	}


	footer{
		max-width:300px;
		width:300px;
		margin:0;
		overflow-x: hidden;

	}

	.footer-wrapper{
		padding:20px 0;
	}

	
	#mobile-gnb{
		display: block;
	}

	#mobile-gnb .m_head{
		overflow: hidden;
		padding: 10px 15px;
	}

	#mobile-gnb .change{
		background:#fff;
	}


	.m_head h1 {
		display: block;
		float: left;
		position: static;
		margin: 0;
		
	}
	

	.m_head .mo-gnb-open{
		display: block;
		float: right;
		width: 50px;
		height: 50px;
		background: url(../../images/btn-menu-m-w.png) center center no-repeat;
		background-size: cover;
		text-indent: -9999px;
		border:none;
	}

	.change .mo-gnb-open{
		display: block;
		float: right;
		width: 50px;
		height: 50px;
		background: url(../../images/btn-menu-m-g.png) center center no-repeat;
		background-size: cover;
		text-indent: -9999px;
		border:none;
	}

	
	#mo-gnb{
		display:none;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		max-width: 375px;
		height: 100%;
		overflow: auto;
		background-color: #f5f5f5;
		transition: all .2s ease-in-out;
	}

	#mo-gnb.active{
		display:block;
		
	}
	

	#mo-gnb .m_top{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		background: linear-gradient(45deg, #b30d0d, #6f0101);
		height: 105px;
		padding: 20px 15px 0 25px;
		margin-bottom: -30px;
	}
	#mo-gnb .m_body{
		padding: 0 15px 15px
	}
	#mo-gnb .m_body .mobile-util {
		border: 1px solid #eaeaea;
		border-bottom-color: #cbcbcb;
		height: 60px;
		font-size: 0;
		text-align: center;
		background-color: #fff;
		margin-bottom: 10px;

	}
	#mo-gnb .m_body .mobile-util a {
		display: inline-block;
		font-size: 15px;
		height: 58px;
		line-height: 58px;
		position: relative;
		padding-left: 10px;
		margin-left: 10px;
	}
	#mo-gnb .m_body .mobile-util a + a:before {
		display: block;
		content: '';
		width: 1px;
		height: 9px;
		background-color: #eaeaea;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -4px;
	}

	#mo-gnb .m_body .m_nav {
		border-bottom: 1px solid #cbcbcb;
		margin-bottom: 50px;
	
	}

	#mo-gnb .m_body .m_nav > li {
		background-color: #fff;
		position: relative;
		border: 1px solid #eaeaea;
		border-bottom: none;
		overflow: hidden;
	}

	#mo-gnb .m_body .m_nav > li > button {
		font-size: 15px;
		font-weight: 700;
		height: 55px;
		line-height: 55px;
		padding-left: 20px;
		width: 100%;
		text-align: left;
		border:none;
		background:none;
		position:relative;
	}

	#mo-gnb .m_body .m_nav > li > button:before {
		display: block;
		content: '';
		width: 35px;
		height: 35px;
		background: url(../../images/spr-common-m.png) 0 0 no-repeat;
		background-size: 70px;
		position: absolute;
		top: 9px;
		right: 8px;
	}
	#mo-gnb .m_body .m_nav > li.active > button:before {

		background-position: -35px 0;
	}

	#mo-gnb .m_top .mo-gnb-close {
		display: block;
		float: right;
		width: 39px;
		height: 35px;
		background: url(../../images/btn-close-m.png) 0 0 no-repeat;
		background-size: 100%;
		text-indent: -9999px;
		border:none;
	
	}

}





.content{
    width: 100%;
}

.content_header{
	position:relative;
	display:inline-block;
	width:100%;
	height:255px;
	text-align:center;
	background:#eee;

	
}
.banner_top{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 255px;
    margin: 0 auto;
}

/*배너이미지*/

.banner_top.proceed{background-image: url(../../images/slide01.jpg);background-size:cover;background-position: center 50%;}
.banner_top.product{background-image: url(../../images/slide02.jpg);background-size:cover;background-position: center 50%;}
.banner_top.facility{background-image: url(../../images/slide03.jpg);background-size:cover;background-position: center 50%;}
.banner_top.pdinfo{background-image: url(../../images/slide04.jpg);background-size:cover;background-position: center 50%;}
.banner_top.board{background-image: url(../../images/bann_board.jpg);background-size:cover;background-position: center 50%;}




.banner_top h1{
	position: relative;
    font-size: 33px;
    color: #fff;
    font-weight: 500;
	display:block;
}


.banner_nav{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.banner_nav ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
}

.banner_nav li {
	width: 100%;
	background-color: rgba(179, 13, 13, 0.7);

}

.banner_nav li a {
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: block;
    font-size: 15px;
    color: #fff;
	display: block;
    overflow: hidden;
}

.banner_nav li a.active {
    background-color: #fff;
	color:#9c0000;
	font-weight:700;
}


.sub_navi_container{
	width: 93%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 0 80px 0;

}

.sub_navi span{
	padding-right:6px;
}

.sub_navi a{
    position: relative;
    padding: 0px 5px 0 16px;
}

.sub_navi a::before{
    display: block;
    content: '';
    width: 5px;
    height: 7px;
    background: url(../../images/spr-common.png)0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
}



@media (max-width: 800px) {

	.banner_nav li a {
		font-size:14px;
	}
	.sub_navi_container{
		padding: 60px 0;
	}

	.float_r, float_l{
		width:100%;
	}

	
	.src_form{
	    display: flex;
		justify-content: center;
	}
	.src_form select{
		width:25%;
		margin-right:5px;
	}
	.src_form input{
		width:85%;
	}

	.btn_lg{
		padding:8px 30px; 
	}

	.btn_md{
		padding:8px 15px; 
	}

	.btn_sm{
		padding:3px 8px;
	}

}


/*레이어팝업*/
.pop-layer .pop-container {
  padding: 20px 25px;
}

.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}

.pop-layer .btn-r {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #DDD;
  text-align: center;
}

.pop-layer {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 410px;
	height: auto;
	background-color: #fff;
	border-radius: 5px;
	z-index: 10;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
  display: block;
}

a.btn-layerClose {
    display: inline-block;
    padding: 5px 25px;
	 border:1px solid #9c0000;
    background: linear-gradient(-60deg, #6f0101, #9c0000);
    border-radius: 5px;
    color: #fff;
}

a.btn-layerClose:hover {
  background: #fff;
  border:1px solid #9c0000;
  color: #9c0000;
}



.bottom-fix {
	width: 100%;
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 5000;
}

.to-top-bt {
	display:none;
	float: right;
	margin-right: 14px;
	width: 60px;
    border-radius: 100%;
    box-shadow: 1px 1px 3px #666;
    background: #fff;
}


@media (max-width: 800px) {

	.to-top-bt {
		display:block;

	}
}