
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {	line-height: 1;}
ol, ul {	list-style: none;}


/* menu css */
a {color:inherit;text-decoration:none;}
img {vertical-align: top;}


@font-face {
  font-family: 'Godo';
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff');
}
body * { font-family: 'Godo' !important; line-height: 1.3;}

* {box-sizing:border-box;}
.clearFix:after,.container:after {content:"";display:block;width:0;height:0;overflow: hidden;clear:both;}
.container {width:1300px;margin: 0 auto;position: relative;}
#header {width: 100%;background: #fff;height: 100px;overflow: hidden;position: fixed;z-index: 100000000;top: 0; border-bottom: 1px solid #ddd;}
#header:after {content: "";width: 100%;height: 1px;background: #d9d9d9;position: absolute;top: 99px;  }
#header h1 {float: left;}
#header h1 a {display: block;padding: 20px 0; width: 180px;}
#header h1 a img { width: 100%; }
#gnb {float: left;margin-left: 100px; position: relative; }
#gnb span.absolute { display: block; height: 150px; width:220px; position: absolute; left: -300px; top:120px; z-index:1; background: #f00;}
#gnb .gnbList > li {float: left;}
#gnb .gnbList > li > a {display: block;height: 100px;line-height: 100px;width: 160px; font-size: 20px; font-weight: 600;text-align: center;position: relative; color: #333;}
#gnb .gnbList > li > a:after {content: "";display: block;width: 100%;height: 3px;background: #000; position: absolute;bottom: 0;transform:scaleX(0);transition:all 0.5s ease-out;}
#gnb .gnbList > li:hover > a:after {transform:scaleX(1);background: #0864c0;}
#gnb .gnbList > li .sub {padding: 15px 0; height: 330px; margin-left: 0;}
#gnb .gnbList > li .sub li a {display: block;padding: 5px;font-size: 16px; text-align:center; color: #000; }

#mobileGnb {background: #fff;position: fixed;left: -100%;top: 74px;width: 70%;height: 100%;display: none;}
#mobileGnb .gnbList {height: 90%;overflow-y: scroll;}
#mobileGnb .gnbList > li > a {display:block;height:60px;line-height:60px;font-size: 1rem;font-weight:500; color: #000;padding-left: 30px;position: relative;border-top:1px solid #d9d9d9;}
#mobileGnb .gnbList > li > a.on i {transform:rotate(180deg);}
#mobileGnb .gnbList > li > a i {position: absolute;right: 10px;height: 50px;line-height: 50px;font-size: 30px;
transition:all 0.2s ease-out;}
#mobileGnb .gnbList > li .sub {background: #f8f8f8;display: none;}
#mobileGnb .gnbList > li .sub a {display:block;height: 40px;line-height: 40px;
padding-left: 40px;position: relative;font-size: 0.8rem; color: #aaa;}
#m obileGnb .gnbList > li .sub a:before {display: block;width: 3px;height: 3px;background: #33ccff;position: absolute;left: 30px,top: 50%;margin-top: -1px;}
#header .searchBox i {font-size: 25px;color: #39f;display: inline-block;position: relative;top: 3px;}
#header .searchBox {float: right;position: absolute; top:5px; right: 0;padding: 0 15px;margin-top: 30px;}
#header .searchBox input {border:none;height: 32px;line-height: 32px; position: absolute; right: 0;}
#header .searchBox_ {float: right; /* border: 1px solid #d9d9d9; */ padding: 0 15px;margin-top: 15px; }
#header .searchBox_ a:hover{color: #ccc;}
#header .btnAll { position: absolute; left:0; top:0; height: 100px; width: 100px; display: none;}
#header .btnAll span { display: block; width: 30px; height: 2px; background: #333; position: absolute; left:20px; transition:all 0.5s ease-out;}
#header .btnAll span:nth-child(1) { top: 28px; }
#header .btnAll span:nth-child(2) { top: 38px;  }
#header .btnAll span:nth-child(3) { top: 48px; }
#header.open .btnAll span:nth-child(1) {transform:rotate(45deg);top: 40px;}
#header.open .btnAll span:nth-child(2) {opacity: 0;left: -0px;}
#header.open .btnAll span:nth-child(3) {transform:rotate(-45deg);top: 40px;}
#header .btnTel { display: block; position: absolute; right: 0px; top: 0px; width: 100px; height: 100px; padding:20px; display: none;}
#header .btnTel img {height: 60px;}

/* 반응형 responsive web	/ adaptive web */
@media all  and (max-width:1240px) {
#header { height: 75px !important; }
#header h1 a { padding: 10px 0; max-width:160px; margin: 0 auto;  }
#header h1 a img { width:100%; }
	.container {width:100%;}
	#header {overflow: visible;}
	#header:after {background: none;}
	#gnb {display:none;}
	#mobileGnb {display:block;}
	#header h1 {text-align: center; float:none;}
	#header .btnAll {display: block;}
	#header .btnTel {display: block;}
	#header .searchBox {display: none;}
	#header .searchBox_ {display: none;}
}
