/* BASIC css start */
/* Æ÷½ºÅÍ ¿µ¿ª ÀÌ¹ÌÁö */
.poster .p_img {margin-top:30px;}


.tab_menu { width:100%; margin:30px auto; }
.menu_list { width:100%; height:30px; border-bottom:1px solid #ededed; }
.menu_list li { float:left; width:120px; height:30px; font-size:15px; color:#000; line-height:30px; text-align:center; }
.menu_list .on { border-bottom:1px solid red; }

/* ¸ð¹ÙÀÏ */
@media (max-width: 767.98px) {
#contentWrap {width:100%;}
#contentWrap img {width:100%;}
.menu_list li {width:25%;}
}
/* BASIC css end */

