@charset "UTF-8";

/* 메인 비주얼 */
.main_visual {pointer-events:none;}


/*tab menu*/
.tab_wrap{ position:relative; width:100%; height:16px; z-index:10; }
/*.tab_wrap.fixed{ position:fixed; left:0; top:65px;} */
.tab_wrap .tab_area li{ background-size:cover; background-position:center; float:left; text-align:center;}
.tab_wrap .tab_area li a{ position:relative; display:block; }
.tab_wrap .tab_area li span{ display:inline-block; margin-top:30px; width:100%; height:16px; text-indent:-9999px;}

.tab_wrap .tab_area .tab1{background-image:url(../images/mo_tab01.jpg); width:50%; }
.tab_wrap .tab_area .tab2{background-image:url(../images/mo_tab02.jpg); width:50%; }

.tab_wrap .tab_area .tab1.on{background-image:url(../images/mo_tab01_on.jpg);}
.tab_wrap .tab_area .tab2.on{background-image:url(../images/mo_tab02_on.jpg);}


.tab_wrap .tab_area:after { content:''; display:block; clear:both}
