@charset "UTF-8";

/* 메인 비주얼 */
.main_visual {pointer-events:none;}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/*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}
