@charset "UTF-8";

/* 메인 비주얼 */
.main_visual {}


/* 하단 이니셜 */
.copyright_sig {width:100%; padding:5px; font-size:12px; color:#777; text-align:right; box-sizing:border-box;}

/* tab menu */
/*.plus_tab_menu {overflow:hidden; width:100%; height:120px; margin-top:-3px;}
.plus_tab_menu ul {width:100%; margin:0 auto;}
.plus_tab_menu ul:after {content:''; display:block; clear:both;}
.plus_tab_menu li {position:relative; float:left; width:50%;}
.plus_tab_menu li.t1 {background:url("../images/tab_01.png") no-repeat center top; background-size:cover;width:60%;}
.plus_tab_menu li.t2 {background:url("../images/tab_02.png") no-repeat center top; background-size:cover;width:40%;}
.plus_tab_menu li span {display:block; height:56px; cursor:pointer; text-indent:-9999px;}
.plus_tab_menu li.t1.on {background-image:url("../images/tab_01_on.png"); background-size:cover;width:60%;}
.plus_tab_menu li.t2.on {background-image:url("../images/tab_02_on.png"); background-size:cover;width:40%;}

.plus_tab_menu.fixed {position:fixed; top:99px; left:0;}
.plus_tab_menu.fixed + .plus_tab_cont {margin-top:56px;} /* 픽스 탭 영역 */

/*.plus_tab_cont .inner_cont {display:none;  background-color:#fff;}
.plus_tab_cont .inner_cont.on {display:block;}
.plus_tab_cont .inner_cont .tit {padding:10px 0;}*/

/*tab menu*/
.tab_wrap{ position:relative; width:100%; height:103px; background-color:#04219f; z-index:10}
.tab_wrap.fixed{ position:fixed; left:0; top:67px;}
.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; width:100%; height:50px; text-indent:-9999px;}



.tab_wrap .tab_area .tab1{background-image:url(https://www.naeiltour.co.kr/event/2022/20220901_whalesea/images/mo_tab_01.jpg); width:32.20%; margin:1px; margin-right:3px;}
.tab_wrap .tab_area .tab2{background-image:url(https://www.naeiltour.co.kr/event/2022/20220901_whalesea/images/mo_tab_02.jpg); width:32.20%; margin:1px; margin-right:3px;}
.tab_wrap .tab_area .tab3{background-image:url(https://www.naeiltour.co.kr/event/2022/20220901_whalesea/images/mo_tab_03.jpg); width:32.20%; margin:1px;}
.tab_wrap .tab_area .tab4{background-image:url(https://www.naeiltour.co.kr/event/2022/20220901_whalesea/images/mo_tab_04.jpg); width:32.20%; margin:1px; margin-right:3px;}
.tab_wrap .tab_area .tab5{background-image:url(https://www.naeiltour.co.kr/event/2022/20220901_whalesea/images/mo_tab_05.jpg); width:32.20%; margin:1px; margin-right:3px;}
.tab_wrap .tab_area .tab6{background-image:url(https://www.naeiltour.co.kr/event/2022/20220901_whalesea/images/mo_tab_06.jpg); width:32.20%; margin:1px;}
.tab_wrap .tab_area .tab1.on{background-image:url(https://www.naeiltour.co.kr/event/2022/20220901_whalesea/images/mo_tab_01_on.jpg);}
.tab_wrap .tab_area .tab2.on{background-image:url(https://www.naeiltour.co.kr/event/2022/20220901_whalesea/images/mo_tab_02_on.jpg);}
.tab_wrap .tab_area .tab3.on{background-image:url(https://www.naeiltour.co.kr/event/2022/20220901_whalesea/images/mo_tab_03_on.jpg);}
.tab_wrap .tab_area .tab4.on{background-image:url(https://www.naeiltour.co.kr/event/2022/20220901_whalesea/images/mo_tab_04_on.jpg);}
.tab_wrap .tab_area .tab5.on{background-image:url(https://www.naeiltour.co.kr/event/2022/20220901_whalesea/images/mo_tab_05_on.jpg);}
.tab_wrap .tab_area .tab6.on{background-image:url(https://www.naeiltour.co.kr/event/2022/20220901_whalesea/images/mo_tab_06_on.jpg);}
.tab_wrap .tab_area:after { content:''; display:block; clear:both}

/* section */
.tab_wrap.fixed + .section_wrap{ margin-top:162px;}
.section{ text-align:center; position:relative}
.section_wrap .section{ display:none}
.section_wrap .section.on{ display:block}

.content{ position:relative; width:100%; text-align:center; margin:0 auto}



/*컨텐츠*/
.cont01{background:#04219f;}
.cont03{background:#4c4ce0;}
.cont04{background:#ffd203;}
.cont05{background:#05bcde;}