/* BASIC css start */
header #downArea .no4 a { color:#0d277d; }
header #downArea .no4 a:after { 
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0d277d;
    transition-duration: 0.2s;
}

/*게시판 공용*/
.h_title { border-top:none !important; border-bottom:none !important; padding:20px 4% !important; text-align:center; background-color:#f5f6f8; }
.h_title span { display:inline-block; padding:0 6px; }
.h_title span a { font-size:12px; font-weight:600; display:inline-block; height:30px; line-height:30px; }
.h_title span a.boardBlue { color:#0d277d; }

/* 본문 */

.container { width:100%; padding:10px; border-top:1px solid #e5e6e7; box-sizing:border-box; }
.container img { width:100%; }



.menu_2nd{width:100%; padding:20px 0;}
.menu_2nd ul{width:100%; overflow:hidden; margin:0 auto;}
.menu_2nd ul li{width:33%; height:40px; float:left; background-color:#efefef;}
.menu_2nd ul li a{display:block; width:100%; height:100%; text-align:center; line-height:40px; background-color:#fff; box-sizing:border-box; font-family:'Malgun Gothic', Helvetica, Arial, sans-serif !important;font-size:12px;}
.menu_2nd ul li a.play{color:#0d277d; border-bottom:2px solid #0d277d;}
/* BASIC css end */

