*{margin: 0; padding: 0;}

#wrap{
    margin: 0 auto;
    width: 1920px;
    height: 100%;
    position: relative;
}

/* 헤더 */
#header{
    overflow: hidden;
    margin: 0 auto;
}
.header_bg{
    background: url(../img/header_bg.jpg) no-repeat 0 0/cover;
    background-position: center top;
    width: 100%;
    height: 916px;
}

/* gnb */
.gnb{
    z-index: 9999;
    overflow: hidden;
}
.gnb ul{
    position: absolute;
    top: 68px;
    right: 325px;
}
.gnb ul::after{content: ''; display: block; clear: both;}
.gnb ul li{
    float: left;
    }
.gnb ul li a{
    display: block;
    color: #fff;
    text-align: center;
}
#sch{
    background: url(../img/sch_bt.png) no-repeat 0 0/contain;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    margin-right: 14px;
}
#my_p{
    background: url(../img/my_home_bt.png) no-repeat 0 0/contain;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    margin-right: 12px;
}
#login{
    background: url(../img/log_bt.png) no-repeat 0 0/contain;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

/* lnb */
.lnb{
    z-index: 9999;
    width: 100%;
}
.lnb ul{
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: -515px;
}
.lnb ul::after{content: ''; display: block; clear: both;}
.lnb ul li{
    float: left;
    padding: 0px 50px;
}
.lnb ul li a{
    display: block;
    color: rgba(255, 255, 255, 0.726);
    /* color: #003e7a; */
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.lnb ul li a:hover{
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    border-bottom: 1px solid rgba(255, 255, 255, 0.596);
}

/* 로고 */
.logo a{margin-top: -20px;}
.logo a img{
    width: 98.279px;
    height: 53.816px;
    z-index: 9999;
}
.lnb ul li:nth-child(4) a:hover{border-bottom: 0;}

/* 화살표 */
.arrow_left a{
    display: block;
    width: 22px;
    height: 40px;
    position: absolute;
    top: 550px;
    left: 50%;
    margin-left: -485px;
    z-index: 99999;
}
.arrow_right a{
    display: block;
    width: 22px;
    height: 40px;
    position: absolute;
    top: 550px;
    left: 50%;
    margin-left: 560px;
    z-index: 99999;
}


/* 예약 UI */
/* .first_tab_wrap{
    background: url(../img/booking.gif) no-repeat 0 0/contain;
    width: 90%;
    height: 450px;
    position: absolute;
    top: 800px;
    right: -150px;
} */
.content{
    width: 70%;
    background-color: white;
    position: absolute;
    left: 27%;
    padding: 50px;
    border-radius: 0 7px 7px 7px;
    top: 837px;
    box-shadow: 4px 4px 5px rgba(0,0,0,0.5);
    overflow: hidden;
}
.content p{
    font-size: 18px;
    font-weight: bold;
}
.main_tab{
    float: left;
    margin-left: 50px;
    margin-right: 118px;
    margin-top: 10px;
    position: relative;
    height: 120px;
}
#main_tab_width{
    width: 500px;
    height: 25px;
    margin-right: 15px;
}
#main_tab_icon{
    background: url(../img/tab_here.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 25px;
    position: absolute;
    top: 30px;
    left: 5px;
}
.city_sch{
    position: absolute;
    top: 32px;
    right: 25px
}
.city_sch a{
    display: block;
    text-decoration: underline;
}
.start_sche{
    overflow: hidden;
    margin-right: 0px;
}
.start_date{
    float: left;
    height: 25px;
    width: 250px;
}
.start_sche_icon{
    background: url(../img/tab_arrow_down.png);
    width: 15px;
    height: 8px;
    position: absolute;
    top: 35px;
    right: 270px;
}
.start_date_cal{
    background: url(../img/tab_calendar.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
}
.lists_l{
    float: left;
    position: relative;
    top: -35px;
    left: 49px;
}
.lists_l::after{
    content: '';
    width: 1196px;
    height: 3px;
    background-color: #ddd;
    position: absolute;
    top: 60px;
    left: 0;
}
.lists_l ul{overflow: hidden;}
.lists_l ul li:nth-child(1){
    font-size: 18px;
    font-weight: bold;
    margin-right: 25px;
    padding-top: 5px;
}
.lists_l ul li{float: left;}
.lists_l ul li a{
    display: block;
    border: 1px solid lightgray;
    padding: 6px;
    margin-right: 10px;
    border-radius: 30px;
}
.lists_r{
    float: right;
    position: relative;
    top: -40px;
    right: 100px;
}
#main_tab_sch{
    padding: 10px 30px;
    background-color: #488fcf;
    color: #fff;
    cursor: pointer;
    border: none;
}


.second_tab{
    float: left;
    margin-left: 50px;
    margin-right: 118px;
    margin-top: 10px;
    position: relative;
    height: 120px;
}
#second_tab_width{
    width: 500px;
    height: 25px;
    margin-right: 15px;
}
#second_tab_icon{
    background: url(../img/tab_here.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 25px;
    position: absolute;
    top: 30px;
    left: 5px;
}
.city_sch{
    position: absolute;
    top: 32px;
    right: 25px
}
.city_sch a{
    display: block;
    text-decoration: underline;
}
.start_sche{
    overflow: hidden;
    margin-right: 0px;
}
.start_date{
    float: left;
    height: 25px;
    width: 250px;
}
.start_sche_icon{
    background: url(../img/tab_arrow_down.png);
    width: 15px;
    height: 8px;
    position: absolute;
    top: 35px;
    right: 270px;
}
.start_date_cal{
    background: url(../img/tab_calendar.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
}
.lists_l{
    float: left;
    position: relative;
    top: -35px;
    left: 49px;
}
.lists_l::after{
    content: '';
    width: 1196px;
    height: 3px;
    background-color: #ddd;
    position: absolute;
    top: 60px;
    left: 0;
}
.lists_l ul{overflow: hidden;}
.lists_l ul li:nth-child(1){
    font-size: 18px;
    font-weight: bold;
    margin-right: 25px;
    padding-top: 5px;
}
.lists_l ul li{float: left;}
.lists_l ul li a{
    display: block;
    border: 1px solid lightgray;
    padding: 6px;
    margin-right: 10px;
    border-radius: 30px;
}
.lists_r{
    float: right;
    position: relative;
    top: -40px;
    right: 100px;
}
#main_tab_sch{
    padding: 10px 30px;
    background-color: #488fcf;
    color: #fff;
    cursor: pointer;
    border: none;
}


.third_tab{
    float: left;
    margin-left: 50px;
    margin-right: 118px;
    margin-top: 10px;
    position: relative;
    height: 120px;
}
#third_tab_width{
    width: 500px;
    height: 25px;
    margin-right: 15px;
}
#third_tab_icon{
    background: url(../img/tab_here.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 25px;
    position: absolute;
    top: 30px;
    left: 5px;
}
.city_sch{
    position: absolute;
    top: 32px;
    right: 25px
}
.city_sch a{
    display: block;
    text-decoration: underline;
}
.start_sche{
    overflow: hidden;
    margin-right: 0px;
}
.start_date{
    float: left;
    height: 25px;
    width: 250px;
}
.start_sche_icon{
    background: url(../img/tab_arrow_down.png);
    width: 15px;
    height: 8px;
    position: absolute;
    top: 35px;
    right: 270px;
}
.start_date_cal{
    background: url(../img/tab_calendar.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
}
.lists_l{
    float: left;
    position: relative;
    top: -35px;
    left: 49px;
}
.lists_l::after{
    content: '';
    width: 1196px;
    height: 3px;
    background-color: #ddd;
    position: absolute;
    top: 60px;
    left: 0;
}
.lists_l ul{overflow: hidden;}
.lists_l ul li:nth-child(1){
    font-size: 18px;
    font-weight: bold;
    margin-right: 25px;
    padding-top: 5px;
}
.lists_l ul li{float: left;}
.lists_l ul li a{
    display: block;
    border: 1px solid lightgray;
    padding: 6px;
    margin-right: 10px;
    border-radius: 30px;
}
.lists_r{
    float: right;
    position: relative;
    top: -40px;
    right: 100px;
}
#main_tab_sch{
    padding: 10px 30px;
    background-color: #488fcf;
    color: #fff;
    cursor: pointer;
    border: none;
}


#tab_contents nav{
    position: absolute;
    top: 800px;
    left: 27%;
}
#tab_contents nav li{
    list-style: none;
    float: left;
    background-color: #ddd;
    padding: 19px 85px;
    border-radius: 7px 7px 0 0; 
    margin-right: 3px;
    cursor: pointer;
}
#tab_contents nav li img{
    height: 20px;
    background-size: contain;
    opacity: 0;
    transition-property: opacity;
    transition: opacity 1s;
}
#tab_contents nav li:nth-child(1){
    padding: 15px 150px;
    background: url(../img/tab_bg.png) no-repeat;
    background-size: contain;
    transform: translateY(-5px) scaleY(1.2);
    transform-origin: left bottom;
    z-index: 99;
    min-width: 200px;
}
#tab_contents nav li:nth-child(1) img,#tab_contents nav li:nth-child(1) span{
    display: inline-block;
    transform: scaleY(0.8);
    margin-left: 5px;
    margin-right: 5px;
}
#tab_contents nav li:nth-child(2){margin-left: -100px;}
#tab_contents nav span{
    position: relative;
    left: -15px;
    bottom:8px;
    transition: left 1s;
}
/*버튼을 클릭했을 때 클릭한 요소안의 이미지만 보이기*/
#tab_contents nav li.active img{opacity: 1}
#tab_contents nav li.active span{left: 0;}


/* 섹션 */
section{}
.title h2{
    font: bold 90px 'arial';
    color: #000;
}
.title p{
    font: 20px 'nanumgothic';
    color: rgba(0, 0, 0, .4);
    margin-top: 25px;
}

/* 첫번째 섹션 spotlight */
#spotlight{
    position: relative;
    width: 100%;
}
#spotlight > .title{
    position: absolute;
    top: 380px;
    margin-left: 600px;
    text-align: center;
}
#cont_spot ul{
    position: absolute;
    top: 580px;
    left: 50%;
    margin-left: -860px;
    width: 100%;}
#cont_spot ul::after{
    content: ''; display: block; clear: both;
}
#cont_spot ul li{float: left;}
#cont_spot ul li a{display: block;}
#cont_spot ul li:nth-child(1) a{
    background: url(../img/bali_pg.jpg) no-repeat 0 0;
    width: 808px;
    height: 810px;
    margin-right: 43px;
}
#cont_spot ul li:nth-child(2) a{
    background: url(../img/family.jpg) no-repeat 0 0;
    width: 387px;
    height: 383px;
    margin-bottom: 43px;
    margin-right: 43px;
}
#cont_spot ul li:nth-child(3) a{
    background: url(../img/friend.jpg) no-repeat 0 0;
    width: 387px;
    height: 383px;
    margin-bottom: 43px;
}
#cont_spot ul li:nth-child(4) a{
    background: url(../img/couple.jpg) no-repeat 0 0;
    width: 387px;
    height: 383px;
    margin-right: 43px;
}
#cont_spot ul li:nth-child(5) a{
    background: url(../img/group.jpg) no-repeat 0 0;
    width: 383px;
    height: 387px;
}


/* 두번째 섹션 package */
#package{
    position: relative;
    width: 100%;
}
#package > .title{
    position: absolute;
    top: 1500px;
    margin-left: 600px;
    text-align: center;
}
#package > .title::after{
    content: '';
    width: 1320px;
    height: 3px;
    background-color: #ddd;
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -750px;
}
#con_pac ul{
    position: absolute;
    top: 1750px;
    left: 50%;
    margin-left: -860px;
    width: 100%;}
#con_pac ul::after{
    content: ''; display: block; clear: both;
}
#con_pac ul li{float: left;}
#con_pac ul li a{display: block;}
#con_pac ul li:nth-child(1) a{
    background: url(../img/inter_resort.jpg) no-repeat 0 0;
    width: 525px;
    height: 714px;
    margin-right: 50px;
}
#con_pac ul li:nth-child(2) a{
    background: url(../img/anan_resort.jpg) no-repeat 0 0;
    width: 525px;
    height: 714px;
    margin-right: 50px;
}
#con_pac ul li:nth-child(3) a{
    background: url(../img/pan_resort.jpg) no-repeat 0 0;
    width: 525px;
    height: 714px;
}


/* 세번째 섹션 guide */
#guide{
    position: relative;
    background: url(../img/guide_bg.jpg);
    width: 100%;
    height: 969px;
    top: 2580px;
}
#guide > .title{
    position: relative;
    top: 60px;
    margin-left: 100px;
    text-align: center;
}
#white h2{
    font: bold 90px 'arial';
    color: #fff;
}
#white p{
    font: 20px 'nanumgothic';
    color: rgba(255, 255, 255, 0.8);
    margin-top: 25px;
    line-height: 32px;
}
#con_guide ul{
    position: absolute;
    top: 330px;
    left: 50%;
    margin-left: -650px;
    width: 100%;}
#con_guide ul::after{
    content: ''; display: block; clear: both;
}
#con_guide ul li{float: left;}
#con_guide ul li a{display: block;}
#con_guide ul li:nth-child(1) a{
    background: url(../img/knologe.jpg) no-repeat 0 0;
    width: 404px;
    height: 536px;
    margin-right: 50px;
}
#con_guide ul li:nth-child(2) a{
    background: url(../img/kind.jpg) no-repeat 0 0;
    width: 404px;
    height: 536px;
    margin-right: 50px;
}
#con_guide ul li:nth-child(3) a{
    background: url(../img/funny.jpg) no-repeat 0 0;
    width: 404px;
    height: 536px;
}
#con_guide ul li:nth-child(1) a:hover{
    background: url(../img/knologe_hover.jpg) no-repeat 0 0;
    width: 404px;
    height: 536px;
    margin-right: 50px;
}
#con_guide ul li:nth-child(2) a:hover{
    background: url(../img/kind_hover.jpg) no-repeat 0 0;
    width: 404px;
    height: 536px;
    margin-right: 50px;
}
#con_guide ul li:nth-child(3) a:hover{
    background: url(../img/funny_hover.jpg) no-repeat 0 0;
    width: 404px;
    height: 536px;
    margin-right: 50px;
}


/* 네번째 섹션 review */
#review{position: relative;}
#review > .title{
    position: relative;
    top: 2675px;
    margin-left: 100px;
    text-align: center;
}
#review > .title p{line-height: 32px;}
#con_re ul{
    position: absolute;
    top: 2930px;
    left: 50%;
    margin-left: -860px;
    width: 100%;}
#con_re ul::after{
    content: ''; display: block; clear: both;
}
#con_re ul li{float: left;}
#con_re ul li a{display: block;}
#con_re ul li:nth-child(1) a{
    background: url(../img/review_01.jpg) no-repeat 0 0;
    width: 531px;
    height: 689px;
    margin-right: 38px;
    margin-bottom: 47px;
}
#con_re ul li:nth-child(2) a{
    background: url(../img/review_02.jpg) no-repeat 0 0;
    width: 531px;
    height: 689px;
    margin-right: 38px;
    margin-bottom: 47px;
}
#con_re ul li:nth-child(3) a{
    background: url(../img/review_03.jpg) no-repeat 0 0;
    width: 531px;
    height: 689px;
    margin-bottom: 47px;
}
#con_re ul li:nth-child(4) a{
    background: url(../img/review_04.jpg) no-repeat 0 0;
    width: 531px;
    height: 689px;
    margin-right: 38px;
}
#con_re ul li:nth-child(5) a{
    background: url(../img/review_05.jpg) no-repeat 0 0;
    width: 531px;
    height: 690px;
    margin-right: 38px;
}
#con_re ul li:nth-child(6) a{
    background: url(../img/review_06.jpg) no-repeat 0 0;
    width: 531px;
    height: 689px;
}


/* 다섯번째 섹션 post */
#post{ 
    position: relative;
    background: url(../img/post_bg.jpg);
    width: 100%;
    height: 588px;
    top: 4300px;
}
#con_post ul{
    position: relative;
    top: 95px;
    left: 50%;
    margin-left: -370px;
    width: 100%;}
#con_post ul::after{
    content: ''; display: block; clear: both;
}
#con_post ul li{
    float: left;}
#con_post ul li a{
    display: block;
}
#con_post ul li:nth-child(1) a{
    background: url(../img/post_01.gif) no-repeat 0 0;
    width: 570px;
    height: 406px;
    margin-right: 42px;
}
#con_post ul li:nth-child(2) a{
    background: url(../img/post_02.gif) no-repeat 0 0;
    width: 570px;
    height: 406px;
}


/* 여섯번째 섹션 story */
#story{position: relative;}
#story > .title{
    position: absolute;
    top: 4400px;
    margin-left: 5px;
    text-align: center;
    width: 100%;
}
#con_sto ul{
    position: relative;
    top: 4600px;
    left: 50%;
    margin-left: -850px;
    width: 100%;}
#con_sto ul::after{
    content: ''; display: block; clear: both;
}
#con_sto ul li{float: left;}
#con_sto ul li a{
    display: block;
    position: absolute;
    top: 150px;
    margin-left: 250px;}
#con_sto ul li:nth-child(1){
    background: url(../img/video_01.jpg) no-repeat 0 0;
    width: 526px;
    height: 683px;
    margin-right: 51px;
}
#con_sto ul li:nth-child(2){
    background: url(../img/video_02.jpg) no-repeat 0 0;
    width: 526px;
    height: 683px;
    margin-right: 51px;
}
#con_sto ul li:nth-child(3){
    background: url(../img/video_03.jpg) no-repeat 0 0;
    width: 526px;
    height: 683px;
}
#con_sto ul li:nth-child(1) a{
    background: url(../img/video_bt.png) no-repeat 0 0;
    width: 71px;
    height: 81px;
}
#con_sto ul li:nth-child(2) a{
    background: url(../img/video_bt.png) no-repeat 0 0;
    width: 71px;
    height: 81px;
}
#con_sto ul li:nth-child(3) a{
    background: url(../img/video_bt.png) no-repeat 0 0;
    width: 71px;
    height: 81px;
}
#con_sto h4{
    font-size: 20px;
    color: #b0b0b0;
    position: absolute;
    top: 275px;
    left: -200px;}
#con_sto h2.sto_title{
    font-size: 25px;
    color: #000;
    position: absolute;
    top: 320px;
    left: -200px;
}
#con_sto p{
    font-size: 15px;
    color: #ccc8c8;
    position: absolute;
    top: 370px;
    left: -200px;
    width: 434px;
}
#con_sto li:nth-child(1) button{
    background: url(../img/video_ctn.gif)no-repeat 0 0;
    width: 86px;
    height: 31px;
    position: absolute;
    bottom: 20px;
    left: 390px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
#con_sto li:nth-child(2) button{
    background: url(../img/video_ctn.gif)no-repeat 0 0;
    width: 86px;
    height: 31px;
    position: absolute;
    bottom: 20px;
    left: 970px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
#con_sto li:nth-child(3) button{
    background: url(../img/video_ctn.gif)no-repeat 0 0;
    width: 86px;
    height: 31px;
    position: absolute;
    bottom: 20px;
    right: 285px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}


/* 푸터 */
#footer{position: relative;}
#footer_bg{
    background: url(../img/footer_bg.gif) no-repeat 0 0/contain;
    width: 100%;
    height: 750px;
    position: absolute;
    bottom: -5600px;
    left: 0;
}
#footer_bg .text{
    font-size: 18px;
    color: #fff;
}
#footer_bg h3.footer_title{
    font-weight: bold;
    font-size: 30px;}
#footer_bg ul::after{content: ''; display: block; clear: both;}
#footer_bg ul{
    position: relative;
    top: 140px;
    left: 130px;
}
#footer_bg ul >li{
    float: left;
    width: 360px;
    padding-right: 52px;}
#address div img{padding-top: 30px;}
#address div span.text{position: relative; top: -3px;}
#address div #vertical_span{position: relative; left: 6px;}
.useful_link_menu_left>li::after{content: ''; display: block; clear: both;}  
.useful_link_menu_left,.useful_link_menu_right{
    width: 50%;
    float: left;
}
.useful_link_menu_right>li::after{content: ''; display: block; clear: both;}  
.useful_link_menu_left>li>a{display: block;}
#footer_bg ul #footer_last_li{padding-right: 0;}
#footer_bg .text .useful_link_menu::after{content: ''; display: block; clear: both;}
#footer_bg ol.useful_link_menu_left a{
    float: left; 
    width: 90%;
    color: #fff;
    padding-bottom: 15px;
}
#footer_bg ol.useful_link_menu_right{margin-left: 0px;}
#footer_bg ol.useful_link_menu_right a{
    float: right; 
    width: 90%;
    color: #fff;
    padding-bottom: 20px;
}
#footer_bg ul .footer_con{margin-top: 40px;}
.footer_li_opc p{
    color: rgba(255, 255, 255, 0.6);
    padding-top: 15px;
    padding-bottom: 20px;
}
#footer_bg .footer_title ol.useful_link_menu a{display: block;}
#footer_last_li input#sent_box{
    cursor: pointer;
    background-color: #003e7a;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    position: relative;
    top: -1px;
}
#footer_last_li input#email_box{
    background-color: #fff;
    color: #003e7a;
    border: 1px solid #fff;
    padding: 10px;
}
#footer_bar{
    background: url(../img/footer_bar.gif) no-repeat 0 0/contain;
    width: 100%;
    height: 171px;
    position: absolute;
    bottom: -7350px;
    left: 50%;
    margin-left: -850px;
}
#footer_bar span{
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: -595px;
    left: 15px;
}
a.btn_top{
    background: url(../img/top_bt.gif) no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 1320px;
    right: 50px;
    outline: none;
    cursor: pointer;
    z-index: 99999999999 !important;
}