@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,500);
@import url(https://cdn.jsdelivr.net/gh/theeluwin/NotoSansKR-Hestia@master/stylesheets/NotoSansKR-Hestia.css);
@import url(http://cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url(https://cdn.jsdelivr.net/xeicon/2/xeicon.min.css);
@import url(css/blank.css);

*{margin:0; padding:0; box-sizing:border-box;letter-spacing:-0.02em;color:inherit;}
img {border:0; vertical-align:top;}
a {border:0; text-decoration:none;}
ul, li {list-style:none;}
body {font-family: 'NotoSansKR','Noto Sans Korean','Noto Sans KR','Nanum Gothic','Roboto', sans-serif; color:#303030;}
div {display:block;}
h1,h2,h3,h4,h5 {font-weight:300;line-height:1.3}
b {letter-spacing:inherit;font-weight:600}
.inner {width:1200px;margin:auto;clear:both}
.inner2 {width:1100px;margin:auto;clear:both}

.c_main {color: #5bb40a !important;}
.c_sub {color: #2ca5a0 !important;}
.c_lightgray {color:#b0b0b0 !important}
.c_gray {color:#808080 !important}
.c_red {color:#c70000 !important}
.c_white {color:#fff !important}
.c_black {color:#333 !important;}


h1 {font-size:50px;}
h1.big {font-size:60px;}
h2 {font-size:40px}
h3 {font-size:30px;}
h4 {font-size:24px;line-height:1.5}
h5 {font-size:20px;line-height:1.6}
p {font-size:18px;font-weight:300;line-height:1.7;color:inherit;word-break:keep-all }
p.small {font-size:16px;}
.roboto {font-family:'Roboto';}
.thin {font-weight:100;}
.bold {font-weight:700;}
.tight {letter-spacing:-0.05em !important;}
.font30 {font-size:30px;}

span {color:inherit}

.float {float:left !important;}
.float_r {float:right !important;}
.left {text-align:left !important}
.right {text-align:right !important}
.center {text-align:center !important}
.clearfix:after {content:"";clear:both;}
.flex {display: flex;}
.col {flex: 1;}



.bd_b {border-bottom:1px #333 solid}
.bd_t {border-top:1px #333 solid}
.bd_r {border-right:1px #d0d0d0 solid}
.bd_l {border-left:1px #d0d0d0 solid}



/* 폭 설정 */
.half {width:50% !important}
.col5 {width:20% !important;}
.col4 {width:25% !important;}
.col3 {width:33.33% !important;}
.w30 {width:30% !important;}
.w40 {width:40% !important;}
.w48 {width:48% !important;}
.w55 {width:55% !important;}
.w60 {width:60% !important;}
.w70 {width:70% !important;}
.w90 {width:90% !important;}
.w100 {width:100% !important;}



/* 공통 */
#wrap {width:100%; min-width:1200px; margin:auto; position:relative; }

/*h1.logo {width:273px;height:89px;background-image:url(images/logo.svg);text-indent:-3333px;}*/
.logo {font-size: 36px;}
span.mark {width:135px;height:132px;display:inline-block;text-indent:-3333px;background-image:url(images/mark.svg);}

#topbanner {width: 100%; min-width:1200px; height: 124px; float: left; background-color: #fff; text-align: center; border-bottom: 4px #b0772d solid;}
#header {width:100%; min-width:1200px; height:124px; float:left; position: absolute; top: 124px; z-index: 1;   background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));  /* Safari 5.1 ~ 6.0, chrome 10.0~25 */
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); /*표준 문법 */}
#header .logo {margin-top:10px;float:left;color: #fff; }

#header #gnb {float:right;}
#header #gnb > ul {line-height:124px;}
#header #gnb > ul > li {float:left;width:160px;}
#header #gnb > ul > li > a {display:block;-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;text-align:center;font-size:20px; color: #fff;}
#header #gnb > ul > li > a.on,#header #gnb > ul > li > a:hover {font-weight:bold; color: #333;}
#header #gnb .subnav { margin:auto;
background:rgba(0,0,0,0.7);
color:#fff;
width:100%;
 clear:both;
 display: none;
 position: absolute;
  z-index:10;
  text-align:left;
  top:124px;
  left:0;
  font-size:16px;
  border-bottom:1px #333 solid;
 }
#header #gnb .subnav dl {float:left;width:160px;padding:10px 0;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;min-height:220px;}
#header #gnb .subnav dl:hover {background-color:rgba(0,0,0,0.1);}
#header #gnb .subnav dd {line-height:40px;}
#header #gnb .subnav a:hover {font-weight:bold; color: #5bb40a;}
#header #gnb .subnav a {display:block;padding:0 15px;}

#header #gnb .subnav .inner {margin-left: 380px;}

/* 공통 하단 */
#footer {width:100%; min-width:1200px;margin:auto;position:relative;background-color:#32382c;float:left;padding:50px 0;}
#footer .inner {position:relative;color:#fff;opacity: 0.6;text-align: center;}
#footer .inner .logo {}
#footer .inner .txt {}
#footer .inner .txt span {font-size:15px;display:inline-block;margin:0 6px;font-weight:200;line-height:1.5;}

#footer a#back-top {display:block; position:absolute;right:0;position:absolute;z-index:1;border-bottom: 1px #fff solid;}
