/* BASIC css start */
/* 포스터 영역 이미지 */
.poster .p_img {margin-top:30px;}
.poster img {width:100%; max-width:860px;}


.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%;}
}


/* 드롭박스 링크 */
.contents {position: relative; max-width: 860px;}
.contents a {position: absolute; width: 15.3%; height: 25.8%;}
.contents .link01 {left:33.5%; top:6.7%;}
.contents .link02 {left:49.2%; top:6.7%;}
.contents .link03 {left:65.1%; top:6.7%;}
.contents .link04 {left:80.7%; top:6.7%;}
.contents .link05 {left:33.5%; top:34.2%;}
.contents .link06 {left:49.2%; top:34.2%;}
.contents .link07 {left:65.1%; top:34.2%;}
.contents .link08 {left:80.7%; top:34.2%;}
/* BASIC css end */

