/* BASIC css start */
/* ÁßºÐ·ù Ä«Å×°í¸® */
.menuWrap {width:100%; margin-top:96px; position: fixed; z-index:10;}
.menuWrap ul {overflow:hidden; border-bottom:1px solid #fff; background:#ededed;}
.menuWrap ul li {float:left; width:25%; text-align:center; border-left:1px solid #fff; border-bottom:1px solid #fff; box-sizing:border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.menuWrap ul li .current{ background:#000; color: #fff;}
.menuWrap ul li a {color:#202946; font-size:13px; font-weight: bold;  line-height: 36px; display:block;letter-spacing:-0.5px;}

.noticewrap{ width:100%; height:50px; margin:0 auto; background-color: #000; position: relative; top:0;  }
.noticewrap h2{color: #fff; font-size:16px; text-align:center; font-family: 'Noto Sans KR'; font-weight:bold; padding-top:4px;  line-height:20px;}
.noticewrap h2 span{color:red;}
/* BASIC css end */

