@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

body {
    color: #2d2a28;
    font-family: ‘cwTeXYen’, sans-serif;
    font-size: 100%;
    letter-spacing: 1px;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    position: relative;
}

h1 {
    margin: 0;
}

ul.service_box_list, ul.sub_menu, ul.menu_bfont-size: 14px; line-height: 26px; margin-bottom: 4px; margin-right: 14px;ox, ul.fixed_btn_box, ul.footer_menu, ul.company_info,
ul.news_content, ul.two_day_tabs, ul.two_day_btn_box, ul.travel_tabs, ul.rule_tabs,
ul.index_two_day_trip, ul.footer_right, ul.login_modal_link, ul.register_member_btn {
    list-style-type: none;
}

a.trip_more_btn:hover, a.one_day_booking_btn:hover, a.one_day_search_btn:hover {
    animation: icon_scale .6s cubic-bezier(.445,.05,.55,.95) 0s;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
}

/* --Header--------------------------------- */
.header_box {
    padding: 22px 0;
    width: 100%;
}

.header_detail {
    margin: 0 auto;
    width: 1250px;
}

.header_right {
    float: right;
    width: 64.84%;
}

img.logo {
    float: left;
    height: auto;
    opacity: 1;
    transition: .4s opacity ease-in-out;
}

ul.sub_menu {
    float: right;
    margin-bottom: 16px;
}

    ul.sub_menu > li {
        float: left;
        margin-left: 20px;
        position: relative;
    }

        ul.sub_menu > li.member_info {
            color: #02a2f7;
            font-weight: 600;
        }

            ul.sub_menu > li.member_info a {
                color: #02a2f7;
                padding-right: 4px;
            }

        ul.sub_menu > li:after {
            background-color: rgba(72,72,72,0.3);
            content: '';
            display: block;
            height: 14px;
            position: absolute;
            right: -9px;
            top: 2px;
            width: 1px;
        }

        ul.sub_menu > li:nth-last-child(1):after, ul.sub_menu > li:nth-last-child(2):after {
            background-color: none;
            display: none;
        }

        ul.sub_menu > li a {
            color: #2d2a28;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
        }

ul.menu_box {
    float: right;
}

    ul.menu_box li {
        float: left;
        margin-right: 42px;
    }

        ul.menu_box li a {
            color: #2d2a28;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
        }

        ul.menu_box li img {
            display: block;
            height: auto;
            margin: 0 auto 10px auto;
        }

        ul.menu_box li:last-child {
            margin-right: 0;
        }

.search {
    position: relative;
}

    .search .search_submit {
        background: url(../images/search_icon.png) no-repeat;
        border: 0;
        cursor: pointer;
        height: 18px;
        outline: none;
        position: absolute;
        right: 12px;
        text-indent: -9999px;
        top: -1px;
        width: 18px;
    }

    .search input[type=text] {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 16px;
        color: #ccc;
        float: right;
        height: 34px;
        line-height: 32px;
        margin-top: -8px;
        outline: none;
        padding-left: 12px;
        right: 0;
        width: 182px;
    }

        .search input[type=text]:active, .search input[type=text]:focus {
            border: 2px solid #F8B62B;
        }

        .search input[type=text]::placeholder {
            font-size: 14px;
        }

ul.one_day_search_box li input::placeholder {
    font-size: 16px;
}

.search input[type=text]::-ms-input-placeholder {
    font-size: 14px;
}

ul.one_day_search_box li input::-ms-input-placeholder {
    font-size: 16px;
}

.search input[type=text]::placeholder, ul.one_day_search_box li input::placeholder {
    color: #999;
    letter-spacing: 0;
}

.search input[type=text]::-ms-input-placeholder, ul.one_day_search_box li input::-ms-input-placeholder {
    color: #999;
    letter-spacing: 0;
}

/* --Index Banner & Content--------------------------------- */
.index_wrapper {
    background: url(../images/texture_pattern.png) repeat;
    padding: 20px 0 90px 0;
}

.service_box, .index_news, .two_day_service {
    margin: 0 auto;
    max-width: 1250px;
    width: 100%;
}

    .service_box h2, .index_news h2, .two_day_service h2 {
        color: #2d2a28;
        font-size: 26px;
        padding-left: 20px;
        position: relative;
    }

        .service_box h2:before {
            background: #3cab1e;
        }

        .index_news h2:before {
            background: #f8b12c;
        }

    .index_news > p.news_more_read {
        opacity: 1;
        transition: .4s opacity ease-in-out;
    }

        .index_news > p.news_more_read:hover {
            opacity: .7;
        }

        .index_news > p.news_more_read a {
            color: #2d2a28;
            float: right;
            font-size: 14px;
            font-weight: 600;
            margin-top: -49.5px;
            padding-right: 15px;
            position: relative;
            text-decoration: none;
        }

            .index_news > p.news_more_read a:after {
                content: "";
                background: url(../images/news_more_read_icon.png) no-repeat;
                display: block;
                height: 15px;
                position: absolute;
                right: 0;
                top: -1px;
                width: 8px;
            }

.news_slider {
    max-width: 1250px;
}

.two_day_service h2:before {
    background: #02a2f7;
}

.service_box h2:before, .index_news h2:before, .two_day_service h2:before,
.multiple_day_video_box h2:before, .multiple_day_travel_list_box h2:before {
    content: "";
    display: block;
    height: 26px;
    left: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 6px;
}

.service_box_list {
    margin-top: 26px;
}

    .service_box_list li {
        background: #fff;
        border: 4px solid #ccc;
        border-radius: 8px;
        float: left;
        margin-right: 30px;
        position: relative;
        width: 290px;
    }

        .service_box_list li:last-child {
            margin-right: 0;
        }

        .service_box_list li.service_padding {
            padding: 18px 0;
        }

        .service_box_list li.service_s_padding {
            padding: 18px 0 0 0;
        }

        .service_box_list li img {
            display: block;
            height: auto;
            margin: 0 auto;
        }

        .service_box_list li p {
            bottom: -46px;
            color: #2d2a28;
            font-size: 18px;
            font-weight: 600;
            left: 50%;
            margin: 0 auto;
            position: absolute;
            text-align: center;
            transform: translate3d(-50%,0,0);
            width: 100%;
        }

.index_news {
    margin-top: 0;
}

    .index_news h2 {
        margin-bottom: 26px;
    }

.two_day_service {
    margin-top: 52px;
}

.two_day_tabs {
    margin: 32px 0 40px 0;
}

    .two_day_tabs li.two_day_btn {
        background: #e6e6e8;
        border-radius: 8px;
        color: #2d2a28;
        cursor: pointer;
        display: block;
        float: left;
        height: 54px;
        margin-right: 35px;
        text-align: center;
        width: 222px;
    }

        .two_day_tabs li.two_day_btn:last-child {
            margin-right: 0;
        }

    .two_day_tabs li.tab_current {
        background: #02a2f7;
        color: #fff;
        position: relative;
    }

        .two_day_tabs li.tab_current:after {
            content: "";
            display: block;
            border-style: solid;
            border-width: 13px 7.5px 0 7.5px;
            border-color: #02a2f7 transparent transparent transparent;
            height: 0;
            margin: 0 auto;
            width: 0;
        }

    .two_day_tabs li:last-child.tab_current:after {
        display: none;
    }

    .two_day_tabs li.two_day_btn a {
        color: #2d2a28;
        font-size: 16px;
        font-weight: 600;
        line-height: 54px;
        text-align: center;
        text-decoration: none;
    }

    .two_day_tabs li.tab_current a {
        color: #fff;
    }

body ul.news_slider {
    margin: 0 auto;
    max-width: 1250px;
    width: 100%;
}

    body ul.news_slider li {
        margin: 0 10px;
        width: 25%;
    }

ul.index_two_day_trip li {
    border: none;
    float: left;
    margin-right: 22px;
    outline: none;
    position: relative;
}

    ul.index_two_day_trip li a {
        color: #2d2a28;
        text-decoration: none;
    }

    ul.index_two_day_trip li:last-child {
        margin-right: 0;
    }

    ul.index_two_day_trip li img {
        height: auto;
        padding-bottom: 6px;
        width: 100%;
    }

ul.index_two_day_trip span.date {
    font-size: 13px;
    padding-bottom: 10px;
}

ul.index_two_day_trip li h4 {
    color: #2d2a28;
    font-size: 22px;
    line-height: 28px;
    padding: 6px 0;
    text-align: justify;
}

    ul.index_two_day_trip li h4 a {
        color: #2d2a28;
        text-decoration: none;
    }

ul.index_two_day_trip li p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 6px;
    text-align: justify;
}

ul.travel_list li {
    float: left;
    margin-right: 22px;
    width: 23.68%;
}

a.trip_more_btn {
    background: #02a2f7;
    border-radius: 62px;
    box-shadow: 7px 7px 20px 0 rgba(0,0,0,.08);
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin: 50px auto 0 auto;
    opacity: 1;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 190px;
}

.mt22 {
    margin-top: 22px;
}

/* --Page Banner--------------------------------- */
.banner_box {
    background: linear-gradient(90deg, rgba(2,162,247,1) 0%, rgba(102,192,248,1) 72%, rgba(169,222,255,1) 100%);
    display: block;
    height: 176px;
    padding: 48px 0;
    position: relative;
    width: 100%;
}

.banner_detail, .multiple_day_banner_box .banner_detail {
    margin: 0 auto;
    max-width: 1250px;
    width: 100%;
}

.banner_text {
    max-width: 234px;
    width: 100%;
}

    .banner_text img.banner_icon, .multiple_day_banner_box .banner_icon {
        float: left;
        height: auto;
        width: 80px;
    }

    .banner_text h1, .multiple_day_banner_box .banner_text h1 {
        color: #fff;
        float: right;
        font-size: 30px;
        font-weight: 600;
        padding: 22.5px 0;
    }

.multiple_day_banner_box {
    background: linear-gradient(90deg, rgba(2,162,247,1) 0%, rgba(102,192,248,1) 72%, rgba(169,222,255,1) 100%);
    background-image: url(../images/multipleday_tripinfo_banner.jpg);
    background-repeat: no-repeat;
    height: 200px;
    padding: 60px 0;
    position: relative;
}

    .multiple_day_banner_box .banner_text {
        max-width: 476px;
        position: absolute;
        width: 100%;
        z-index: 200;
    }

.bread_crumb_container, .container {
    margin: 0 auto;
    max-width: 1250px;
    width: 100%;
}

.bread_crumb {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    width: 100%;
}

    .bread_crumb a {
        color: #2d2a28;
        font-weight: 600;
        opacity: 1;
        text-decoration: none;
        transition: .4s opacity ease-in-out;
    }

        .bread_crumb a:hover {
            opacity: .7;
        }

.fa-home {
    color: #02a2f7;
    margin-right: 6px;
}

.fa.fa-angle-right {
    color: #2d2a28;
    font-weight: 500;
    margin: 0 6px;
}

/* --Brand--------------------------------- */
.brand_sales_text h2 {
    color: #2d2a28;
    font-size: 30px;
    max-width: 626px;
    margin: 0 auto 40px auto;
    position: relative;
    text-align: center;
    width: 100%;
}

    .brand_sales_text h2:before {
        content: "";
        background: url(../images/brand_sun_icon.png) no-repeat;
        height: 77px;
        left: -94px;
        position: absolute;
        top: -19.25px;
        width: 77px;
    }

.brand_sales_text h3 {
    color: #2d2a28;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 60px;
    text-align: center;
}

    .brand_sales_text h3 > span.point {
        color: #02a2f7;
    }

.brand_spirit {
    margin: 0 auto;
    max-width: 916px;
    width: 100%;
}

    .brand_spirit img.logo {
        float: left;
        height: auto;
        max-width: 294px;
    }

    .brand_spirit p {
        float: right;
        font-size: 14px;
        line-height: 24px;
        margin-top: 30px;
        max-width: 540px;
        width: 100%;
    }

.mt60 {
    margin-top: 60px;
}

/* --Single && Multi_ple_day_trip_info--------------------------------- */
.news_detail_box ul.travel_btn_box {
    max-width: 880px;
    margin: 0 0 40px 0;
    width: 100%;
}

    .news_detail_box ul.travel_btn_box li:last-child {
        margin-right: 0;
    }

    .news_detail_box ul.travel_btn_box li.travel_btn {
        background: #02a2f7;
        margin-right: 26px;
        position: relative;
    }

        .news_detail_box ul.travel_btn_box li.travel_btn:after {
            content: "";
            background: url(../images/arrow_icon_blue.png);
            display: block;
            height: 20px;
            position: absolute;
            right: 15px;
            top: 15px;
            width: 20px;
        }

    .news_detail_box ul.travel_btn_box li.travel_btn_current {
        background: #e6e6e8;
        position: relative;
    }

        .news_detail_box ul.travel_btn_box li.travel_btn_current:after {
            content: "";
            background: url(../images/arrow_icon_sliver.png);
            display: block;
            height: 20px;
            position: absolute;
            right: 15px;
            top: 15px;
            width: 20px;
        }

        .news_detail_box ul.travel_btn_box li.travel_btn_current a {
            color: #2d2a28;
        }

.tab_content.travel_current {
    display: inherit;
}

ul.news_content.mt0 {
    margin: 0;
}

ul.news_content li a {
    color: #2d2a28;
    text-decoration: none;
}

    ul.news_content li a.one_day_booking_btn {
        color: #fff;
    }

ul.news_content li p.travel_fee {
    font-size: 14px;
    padding-top: 12px;
}

ul.news_content li p.pt4 {
    padding-top: 4px;
}

span.dollars {
    color: #00B900;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    letter-spacing: 0;
    padding: 0 2px;
}

.news_detail_box ul.one_day_content li {
    border-bottom: 1px solid #ddd;
    margin-right: 0;
    padding: 28px 0 38px 0;
    width: 100%;
}

.bus_time_detail_box ul.bus_time_content li {
    padding: 38px 0;
}

.news_detail_box ul.one_day_content li:first-child {
    padding-top: 0;
}

.bus_time_detail_box ul.bus_time_content li:first-child {
    padding-top: 38px;
}

.news_detail_box ul.one_day_content li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.news_detail_box ul.one_day_content li h4 {
    color: #2d2a28;
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 6px 0;
}

.news_detail_box ul.one_day_content li p.one_day_time {
    color: #2d2a28;
    font-size: 22px;
}

.news_detail_box ul.one_day_content li p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 6px;
}

.news_detail_box ul.one_day_content li img {
    height: auto;
    padding-bottom: 0;
}

    .news_detail_box ul.one_day_content li img.one_day_trip_pic {
        height: auto;
        width: 34%;
    }

.news_content_right {
    float: right;
    width: 62%;
}

    .news_content_right p.one_day_time {
        font-size: 18px;
        font-weight: 600;
    }

    .news_content_right p.one_day_brief {
        color: #ff0000;
        font-size: 15px;
        font-weight: 600;
    }

    .news_content_right ul.place_detail {
        font-size: 15px;
        list-style-type: none;
        padding-bottom: 6px;
    }

        .news_content_right ul.place_detail li,
        .bus_time_detail_box .news_content_right ul.place_detail li {
            border: none;
            font-size: 16px;
            line-height: 26px;
            padding: 0 0 6px 0;
            text-align: justify;
        }

            .news_content_right ul.place_detail li:last-child {
                padding-bottom: 0;
            }

    .news_content_right ul li span.place_s_title {
        color: #02a2f7;
        font-weight: 600;
        text-align: justify;
    }

    .news_content_right p span.time, .news_content_right p span.news_s_title, .news_content_right ul li span.place_s_title {
        padding-right: 4px;
    }

    .news_content_right p > span.dollars {
        color: #00B900;
    }

a.one_day_booking_btn {
    background: #02a2f7;
    border-radius: 62px;
    box-shadow: 7px 7px 20px 0 rgba(0,0,0,.08);
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    margin-top: 16px;
    opacity: 1;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 166px;
}

ul.one_day_search_box {
    list-style-type: none;
    margin: 0 0 35px 0;
}

    ul.one_day_search_box li {
        color: #2d2a28;
        float: left;
        font-size: 16px;
        font-weight: 600;
        height: 42.4px;
        margin-right: 20px;
    }

        ul.one_day_search_box li:last-child {
            margin-right: 0;
        }

        ul.one_day_search_box li input {
            background: #fff;
            border: 3px solid #02a2f7;
            height: 42px;
            margin-left: 8px;
            outline: none;
            padding: 12px 12px;
        }

            ul.one_day_search_box li input:last-child {
                margin-left: 0;
            }

a.one_day_search_btn {
    background: #02a2f7;
    box-shadow: 7px 7px 20px 0 rgb(0 0 0 / 8%);
    color: #fff;
    display: block;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    width: 145px;
}

.multiple_day_calendar_box {
    margin: 8px auto 0 auto;
    max-width: 1250px;
    width: 100%;
}

.travel_info_post {
    float: right;
    max-width: 574px;
    position: relative;
}

    .travel_info_post img {
        height: auto;
        position: relative;
    }

    .travel_info_post h2 {
        color: #fff;
        font-size: 28px;
        left: 20px;
        position: absolute;
        top: 72px;
        z-index: 1000;
    }

    .travel_info_post table {
        font-size: 16px;
        left: 180px;
        position: absolute;
        top: 148px;
        z-index: 1000;
    }

        .travel_info_post table tr th {
            color: #fff;
            padding: 10px 18px 10px 10px;
            text-align: right;
        }

        .travel_info_post table tr td {
            color: #656464;
            padding: 10px 18px 10px 4px;
            font-weight: 600;
        }

            .travel_info_post table tr td span.dollars {
                color: #F4A100;
                font-size: 24px;
                font-weight: 600;
                margin-left: -3px;
            }

.calendar_list {
    float: left;
    margin-top: 58px;
    width: 48%;
}

    .calendar_list ul.month_choose {
        background: #4FBAA0;
        height: 50px;
        line-height: 50px;
        list-style-type: none;
        padding: 0 20px;
    }

        .calendar_list ul.month_choose li {
            color: #fff;
            cursor: pointer;
            float: left;
            font-weight: 600;
            text-align: center;
            width: 160px;
        }

    .calendar_list .month_current {
        display: inherit;
    }

    .calendar_list ul.month_choose li.tab_current {
        background: #66dabe;
        cursor: pointer;
    }

    .calendar_list ul.month_choose li a {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }

    .calendar_list .month_travel_list {
        background: #fff;
        border-bottom: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        font-size: 16px;
        padding: 17px 18px;
    }

        .calendar_list .month_travel_list.selected {
            background: #FFFAC6;
            cursor: pointer;
        }

    .calendar_list .month_f_left {
        float: left;
    }

    .calendar_list .week_day {
        color: #F4A100;
        font-weight: 600;
    }

    .calendar_list .month_travel p.date {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
    }

    .calendar_list .month_travel p.week_day {
        font-size: 16px;
    }

    .calendar_list .week_day_seat {
        padding-left: 10px;
    }

        .calendar_list .week_day_seat p {
            float: left;
            font-size: 16px;
            font-weight: 600;
            margin-right: 10px;
        }

    .calendar_list .week_day_assign {
        float: right;
    }

        .calendar_list .week_day_assign p {
            padding-bottom: 4px;
            text-align: right;
        }

            .calendar_list .week_day_assign p a {
                color: #F4A100;
                font-size: 16px;
                font-weight: 600;
                text-decoration: none;
            }

        .calendar_list .week_day_assign span.dollars {
            font-size: 24px;
            font-weight: 600;
        }

img.bus_time_poster {
    border-bottom: 1px solid #ddd;
    height: auto;
    padding: 28px 0 38px 0;
    width: 100%;
}

/* --Multi_ple_day_trip_info--------------------------------- */
.multiple_day_travel_box {
    background: url(../images/texture_pattern.png) repeat;
    padding: 24px 0 80px 0;
    position: relative;
    width: 100%;
}

.multiple_day_video_box, .multiple_day_travel_list_box {
    margin: 0 auto;
    max-width: 1250px;
    padding-top: 52px;
    width: 100%;
}

    .multiple_day_video_box h2, .multiple_day_travel_list_box h2 {
        font-size: 26px;
        padding: 0 0 20px 20px;
        position: relative;
    }

        .multiple_day_video_box h2:before {
            background: #f8b12c;
        }

        .multiple_day_travel_list_box h2:before {
            background: #0c9ef0;
        }

    .multiple_day_video_box h3 {
        font-size: 26px;
        font-weight: 600;
        padding: 20px 0 16px 0;
    }

        .multiple_day_video_box h3 span.video_mark {
            color: #02a2f7;
            margin-left: 15px;
        }

    .multiple_day_video_box p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 18px;
        text-align: justify;
    }

        .multiple_day_video_box p:last-child {
            padding-bottom: 0;
        }

img.multiple_day_video_photo {
    cursor: pointer;
    height: auto;
    opacity: 1;
}

.multiple_day_travel_list_tabs {
    list-style-type: none;
    margin: 10px auto 20px auto;
    max-width: 906px;
    width: 100%;
}

    .multiple_day_travel_list_tabs li.two_day_btn {
        background: #e6e6e8;
        border-radius: 8px;
        color: #2d2a28;
        cursor: pointer;
        display: block;
        float: left;
        height: 54px;
        margin-right: 35px;
        text-align: center;
        width: 200px;
    }

        .multiple_day_travel_list_tabs li.two_day_btn:last-child {
            margin-right: 0;
        }

    .multiple_day_travel_list_tabs li.tab_current {
        background: #02a2f7;
        color: #fff;
        position: relative;
    }

        .multiple_day_travel_list_tabs li.tab_current:after {
            content: "";
            display: block;
            border-style: solid;
            border-width: 13px 7.5px 0 7.5px;
            border-color: #02a2f7 transparent transparent transparent;
            height: 0;
            margin: 0 auto;
            width: 0;
        }

    .multiple_day_travel_list_tabs li.two_day_btn a {
        color: #2d2a28;
        font-size: 16px;
        font-weight: 600;
        line-height: 54px;
        text-align: center;
        text-decoration: none;
    }

    .multiple_day_travel_list_tabs li.tab_current a {
        color: #fff;
    }

.tabs_fee_text {
    margin-top: 34px;
}

    .tabs_fee_text h3 {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .tabs_fee_text p {
        font-size: 16px;
        line-height: 28px;
    }

        .tabs_fee_text p.tabs_fee_text_notice {
            color: #ffa300;
            font-weight: 600;
        }

.multiple_day_travel_list_box .travel_table {
    border: none;
    display: none;
    margin: 60px auto 0 auto;
    max-width: 1250px;
    width: 100%;
}

    .multiple_day_travel_list_box .travel_table tr th.order_date {
        width: 12.16%;
    }

    .multiple_day_travel_list_box .travel_table tr th.place_food_hotel {
        width: 29.28%;
    }

    .multiple_day_travel_list_box .travel_table tr td {
        background: #f3f3f3;
        font-weight: 600;
    }

        .multiple_day_travel_list_box .travel_table tr td.water_blue {
            background: #c3e3f4;
            text-align: center;
        }

span.tabs_brief_btn {
    border: 2px solid #02a2f7;
    color: #02a2f7;
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 36px;
    margin: -4px 0 20px 0;
    opacity: 1;
    text-align: center;
    width: 140px;
}

    span.tabs_brief_btn.show {
        background: #02a2f7;
        color: #fff;
    }

    span.tabs_brief_btn:hover {
        opacity: .7;
        transition: .4s opacity ease-in-out;
    }

.timeline_travel {
    margin-top: 40px;
}

    .timeline_travel h3 {
        border-bottom: 2px solid #02a2f7;
        color: #02a2f7;
        font-size: 26px;
        padding-bottom: 20px;
        text-align: left;
    }

.timeline_box {
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 28px;
    position: relative;
    width: 100%;
}

.timeline_detail {
    display: inline-block;
    margin: 0 30px 30px 0;
    width: 48.58%;
}

    .timeline_detail:nth-child(2n+2) {
        margin-right: 0;
    }

    .timeline_detail:nth-last-child(1), .timeline_detail:nth-last-child(2) {
        margin-bottom: 0;
    }

.timeline_content {
    background: #def3ff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

    .timeline_content img {
        height: auto;
        width: 100%;
    }

    .timeline_content h4 {
        font-size: 22px;
        padding: 12px 0;
    }

    .timeline_content p {
        font-size: 16px;
        line-height: 26px;
        text-align: justify;
    }

/* --Booking--------------------------------- */
.booking_list_box {
    border: 4px solid #02a2f7;
    border-radius: 10px;
    margin: 40px auto 0 auto;
    max-width: 1250px;
    padding: 20px 20px 10px 20px;
    width: 100%;
}

    .booking_list_box h2 {
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
    }

    .booking_list_box p {
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        line-height: 26px;
        padding: 14px 0;
    }

        .booking_list_box p.no_top_padding {
            padding: 2px 0 14px 0;
        }

        .booking_list_box p span.dollars {
            color: #ff0000;
            font-size: 16px;
            font-weight: 400;
        }

    .booking_list_box ul {
        border-bottom: 1px solid #ddd;
        list-style-type: none;
        padding: 14px 0;
    }

        .booking_list_box ul:last-child {
            border-bottom: none;
        }

    .booking_list_box li {
        font-size: 14px;
        line-height: 26px;
    }

        .booking_list_box li.booking_list_title {
            font-weight: 600;
            font-size: 22px;
            line-height: 28px;
            margin-bottom: 4px;
        }

        .booking_list_box li a.file_download {
            color: #ff0000;
            text-decoration: underline;
            text-underline-offset: 4px;
        }

.booking_ticket {
    border: 2px solid #02a2f7;
    border-radius: 10px;
    float: right;
    max-width: 400px;
    padding: 10px 10px 20px 10px;
    width: 100%;
}

    .booking_ticket .booking_seat {
        background: #F4A100;
        border-radius: 6px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 10px;
        text-align: center;
    }

    .booking_ticket .booking_table_content {
        margin-top: 10px;
        padding: 0px;
    }

    .booking_ticket .booking_list {
        margin-top: 10px;
    }

        .booking_ticket .booking_list .booking_title {
            background: #FFFAC6;
            color: #2d2a28;
            display: block;
            float: left;
            font-size: 14px;
            font-weight: 600;
            line-height: 34px;
            text-align: center;
            width: 36%;
        }

        .booking_ticket .booking_list .booking_field {
            float: right;
            width: 64%;
        }

            .booking_ticket .booking_list .booking_field input, .booking_ticket .booking_list .booking_field select {
                background: #fff;
                border: 2px solid #ddd;
                display: block;
                font-size: 14px;
                height: 33.6px;
                margin: 0 auto;
                outline: none;
                padding: 6px;
                width: 90%;
            }

            .booking_ticket .booking_list .booking_field textarea {
                border: 2px solid #ddd;
                display: block;
                height: 120px;
                margin: 0 auto;
                outline: none;
                padding: 6px;
                resize: none;
                width: 90%;
            }

.tour_bus_seat_map {
    border: 2px solid #02a2f7;
    border-radius: 10px;
    float: left;
    max-width: 760px;
    padding: 10px 10px 0 10px;
    width: 100%;
}

.tour_bus_seat_left, .tour_bus_seat_right {
    width: 100%;
}

.tour_bus_seat_left_box, .tour_bus_seat_right_box {
    width: 47%;
}

.tour_bus_seat_left_box {
    float: left;
}

.tour_bus_seat_right_box {
    float: right;
}

.tour_bus_choose_box {
    list-style-type: none;
    margin: 30px auto;
    max-width: 1250px;
    width: 100%;
}

    .tour_bus_choose_box li {
        background: #e6e6e8;
        border-radius: 6px;
        float: left;
        margin-right: 12px;
        text-align: center;
    }

        .tour_bus_choose_box li a {
            color: #2d2a28;
            display: block;
            font-size: 14px;
            font-weight: 600;
            padding: 14px 18px;
            text-decoration: none;
        }

        .tour_bus_choose_box li.tab_current {
            background: #02a2f7;
        }

            .tour_bus_choose_box li.tab_current a {
                color: #fff;
            }

.tour_bus_seat {
    background: #02a2f7;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 14px;
    padding: 18px;
    text-align: center;
    width: 49%;
}

.tour_bus_seat_map.tour_bus_seat_current {
    display: inherit;
}

.tour_bus_seat.no_seat {
    background: none;
}

.tour_bus_seat.booking_seat {
    background: #F4A100;
}

.tour_bus_seat.disabled_seat {
    pointer-events: none;
    background: #b5acac;
}

.tour_bus_safe_door {
    background: #d3cece;
    border-radius: 6px;
    color: #4b423d;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 13px;
    padding: 18px;
    text-align: center;
    width: 100%;
}

.tour_bus_seat_bottom_box .tour_bus_seat {
    border-radius: 6px;
    margin-bottom: 0;
    padding: 18px;
    text-align: center;
    width: 23%;
}

    .tour_bus_seat_bottom_box .tour_bus_seat:nth-child(3) {
        padding: 18px 11px;
        width: 4.8%;
    }

/* --News--------------------------------- */
.news_detail_box {
    position: relative;
}

    .news_detail_box:before {
        content: "";
        background-color: #fff;
        border-radius: 68px 68px 0 0;
        display: block;
        height: 30px;
        left: 50%;
        position: absolute;
        top: -0.68%;
        transform: translate(-50%, -50%);
        width: 68px;
    }

.news_box h1 {
    color: #2d2a28;
    font-size: 28px;
    font-weight: 600;
    margin: 0 auto;
    max-width: 275px;
    position: relative;
    text-align: center;
    width: 100%;
}

    .news_box h1.news_page_title {
        line-height: 28px;
        max-width: none;
    }

    .news_box h1:before, .news_box h1:after {
        content: "";
        background-image: url(../images/title_decoration.png);
        display: block;
        height: 22px;
        position: absolute;
        top: 8px;
        width: 30px;
    }

.news_info_detail h1 {
    padding-bottom: 36px;
}

    .news_info_detail h1:before, .news_info_detail h1:after {
        background-image: none;
    }

.news_info_detail p {
    font-size: 15px;
    line-height: 29px;
    text-align: justify;
}

.news_box h1:before {
    left: 0;
}

.news_box h1:after {
    right: 0;
}

.news_box h1 span.orange_title {
    color: #ffa300;
}

.news_box img.photo_video {
    cursor: pointer;
    display: block;
    height: auto;
    margin: 0 auto;
    padding-top: 36px;
}

ul.news_content {
    border-bottom: 1px solid #dadada;
    margin-top: 35px;
    padding-bottom: 30px;
}

    ul.news_content:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    ul.news_content li {
        float: left;
        margin-right: 35px;
        position: relative;
        width: 31.3%;
    }

        ul.news_content li:nth-child(3n+3) {
            margin-right: 0;
        }

        ul.news_content li:last-child {
            margin-right: 0;
        }

        ul.news_content li img {
            height: auto;
            max-width: 100%;
            padding-bottom: 4px;
            transition: .4s opacity ease-in-out;
        }

        ul.news_content li span.date {
            font-size: 13px;
            padding-bottom: 10px;
        }

        ul.news_content li h4 {
            color: #2d2a28;
            font-size: 22px;
            line-height: 28px;
            padding: 6px 0;
            text-align: justify;
        }

            ul.news_content li h4 a {
                color: #2d2a28;
                opacity: 1;
                text-decoration: none;
                transition: .4s opacity ease-in-out;
            }

                ul.news_content li h4 a:hover {
                    cursor: pointer;
                    opacity: .7;
                }

        ul.news_content li p {
            font-size: 14px;
            line-height: 24px;
            text-align: justify;
        }

        ul.news_content li img.ticket_icon {
            width: 54px;
        }

        ul.news_content li img.bag_icon {
            width: 40px;
        }

        ul.news_content li img.book_icon {
            width: 58px;
        }

        ul.news_content li img.ticket_icon, ul.news_content li img.bag_icon, ul.news_content li img.book_icon {
            display: block;
            height: auto;
            left: 120px;
            position: absolute;
            top: 360px;
        }

.mt32 {
    margin-top: 32px;
}

.mt70 {
    margin-top: 70px;
}

/* --Download--------------------------------- */
.download_box, .news_box {
    background: url(../images/texture_pattern.png) repeat;
    padding: 24px 0 100px 0;
    position: relative;
    width: 100%;
}

ul.fixed_btn_box {
    bottom: 24px;
    position: fixed;
    right: 20px;
    z-index: 1000;
}

    ul.fixed_btn_box li img {
        cursor: pointer;
        height: auto;
        margin-bottom: 10px;
    }

.news_detail_box, .doc_rule_regular, .rule_box {
    background: #fff;
    border-radius: 22px;
    box-shadow: rgba(0,0,0,.1) 0px 4px 12px;
    letter-spacing: 1px;
    margin-top: 35px;
    padding: 44px;
    width: 100%;
}

    .doc_rule_regular:last-child {
        margin-top: 34px;
    }

    .doc_rule_regular h3, .rule_text h3 {
        color: #2d2a28;
        font-size: 26px;
        font-weight: 600;
    }

.download_box table {
    border: none;
    border-collapse: collapse;
    margin-top: 24px;
    width: 100%;
}

    .download_box table tr {
        color: #2d2a28;
    }

        .download_box table tr:nth-child(odd) {
            background: #e0f4fe;
        }

.green_rule table tr:nth-child(odd) {
    background: #e7f6f4;
}

.download_box table td {
    padding: 16px 32px;
}

    .download_box table td.doc_rule_text {
        color: #2d2a28;
        font-size: 16px;
        font-weight: 600;
        width: 85%;
    }

    .download_box table td.doc_rule_btn {
        width: 15%;
    }

a.blue_btn, a.green_btn {
    border-radius: 28px;
    color: #fff;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 600;
    opacity: 1;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    width: 170px;
}

a.blue_btn {
    background: #02a2f7;
}

a.green_btn {
    background: #3cb9a1;
}

    a.blue_btn:hover, a.green_btn:hover {
        opacity: .7;
        transition: .4s opacity ease-in-out;
    }

img.btn_icon {
    float: right;
    height: auto;
}

/* --Rule--------------------------------- */
ul.travel_tabs, ul.rule_tabs {
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
}

    ul.travel_tabs li.tab-link, ul.rule_tabs li.tab-link {
        background: #02a2f7;
        border-radius: 28px;
        box-shadow: 7px 7px 20px 0 rgba(0,0,0,.08);
        color: #fff;
        cursor: pointer;
        display: block;
        float: left;
        font-size: 16px;
        margin-right: 40px;
        padding: 16px;
        text-align: center;
        width: 190px;
    }

        ul.travel_tabs li.tab-link a, ul.rule_tabs li.tab-link a {
            color: #fff;
            font-weight: 600;
            text-decoration: none;
        }

        ul.travel_tabs li.tab-link:last-child, ul.rule_tabs li.tab-link:last-child {
            margin-right: 0;
        }

    ul.rule_tabs li.rule_current {
        background: #ffa300;
    }

.tab_content, .month_content {
    display: none;
}

    .tab_content.rule_current {
        display: inherit;
    }

.rule_text {
    border-bottom: 2px solid #dadada;
    color: #2d2a28;
    margin-top: 35px;
    padding-bottom: 32px;
}

    .rule_text:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .rule_text h3 {
        font-weight: 600;
        margin-bottom: 20px;
    }

    .rule_text p {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }

        .rule_text p a, .register_member_text p a {
            color: #ffa300;
            font-weight: 600;
            text-decoration: none;
        }

        .rule_text p span.main_point, .register_member_text p span.main_point {
            color: #ffa300;
            font-weight: 600;
        }

    .rule_text dl dt {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }

    .rule_text dl dd {
        font-size: 16px;
        line-height: 28px;
        padding: 0 0 0 16px;
        position: relative;
        text-align: justify;
    }

        .rule_text dl dd:last-child {
            padding-bottom: 0;
        }

    .rule_text table.cancel_table {
        margin: 14px 0;
        width: 46%;
    }

        .rule_text table.cancel_table tr {
            border-collapse: collapse;
        }

            .rule_text table.cancel_table tr.white_border {
                border-bottom: 2px solid #fff;
            }

            .rule_text table.cancel_table tr th {
                background: #02a2f7;
                color: #fff;
                font-size: 15px;
                font-weight: 600;
            }

            .rule_text table.cancel_table tr td {
                background: #f3f3f3;
                font-size: 15px;
            }

            .rule_text table.cancel_table tr th, .rule_text table.cancel_table td {
                padding: 14px 18px;
                text-align: left;
            }

/* --Member--------------------------------- */
.member_table, .order_table {
    margin: 0 auto;
    max-width: 1162px;
    width: 100%;
}

    .member_table tr th.member_title {
        background: #02a2f7;
        color: #fff;
        font-size: 16px;
        width: 14%;
    }

    .member_table tr td.member_text {
        background: #f3f3f3;
        border-bottom: 2px solid #fff;
        font-size: 16px;
        padding: 18px;
        width: 86%;
    }

        .member_table tr td.member_text input[type="text"], .member_table tr td.member_text input[type="email"], .member_table tr td.member_text input[type="number"], .member_table tr td.member_text input[type="date"] {
            background: none;
            border: none;
            outline: none;
            padding: 10px;
            width: 74%;
        }

        .member_table tr td.member_text input::placeholder {
            color: rgba(0,0,0,.6);
        }

    .order_table tr th {
        background: #02a2f7;
        color: #fff;
        font-size: 16px;
        padding: 16px 10px;
        text-align: center;
    }

    .order_table tr td {
        background: #f3f3f3;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        padding: 16px 4px;
        text-align: center;
    }

        .order_table tr td.td_bottom {
            border-bottom: 2px solid #fff;
        }

        .order_table tr td.td_button {
            padding: 18px 20px;
        }

        .order_table tr td.light_blue {
            background: #02a2f7;
            color: #fff;
            text-align: center;
        }

    .order_table tr th.order_date {
        width: 12%;
    }

    .order_table tr th.group_no {
        width: 12%;
    }

    .order_table tr th.car_no {
        width: 10%;
    }

    .order_table tr th.itineary {
        width: 14%;
    }

    .order_table tr th.fee {
        width: 24%;
    }

    .order_table tr th.cancel {
        width: 14%;
    }

a.adjust_btn, a.cancel_btn {
    background: #02a2f7;
    border-radius: 42px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
}

a.adjust_btn {
    margin: 40px auto 0 auto;
    width: 132px;
}

a.upload_pay_btn {
    background: #02a2f7;
    border-radius: 42px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
}

    a.upload_pay_btn.disabled {
        pointer-events: none;
        background: #e6e6e8;
    }

a.upload_pay_finish_btn {
    pointer-events: none;
    background: #f6b72c;
    border-radius: 42px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
}

a.pay_check_btn {
    pointer-events: none;
    background: #87CEFA;
    border-radius: 42px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
}

a.cancel_finish_btn {
    pointer-events: none;
    background: #e6e6e8;
    border-radius: 42px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
}

.member_divide_border {
    background: #dadada;
    height: 1px;
    margin: 40px 0;
}

ul.order_notice {
    list-style-type: none;
    margin-top: 24px;
}

    ul.order_notice li {
        color: #2d2a28;
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }

span.red_order_notice {
    color: #ff0000;
    font-weight: 600;
}

/* --Footer--------------------------------- */
.footer_box {
    background: url(../images/footer.png) no-repeat;
    background-position: 0% 50%;
    background-size: cover;
    font-size: 16px;
    height: 510px;
    position: relative;
    width: 100%;
}

.footer_content {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    position: relative;
    width: 705px;
}

    .footer_content h2 img {
        display: block;
        height: auto;
        left: 50%;
        margin: 0 auto;
        opacity: 1;
        position: absolute;
        padding-top: 30px;
        transform: translate3d(-50%,0,0);
        transition: .4s opacity ease-in-out;
    }

        .footer_content h2 img:hover, ul.footer_menu li a:hover {
            opacity: .7;
        }

ul.footer_menu {
    list-style-type: none;
    position: absolute;
    top: 164px;
}

    ul.footer_menu li {
        float: left;
    }

        ul.footer_menu li a {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            margin-right: 20px;
            text-decoration: none;
            transition: .4s opacity ease-in-out;
        }

ul.company_info {
    list-style-type: none;
    padding-top: 12px;
    position: absolute;
    top: 180px;
}

    ul.company_info li {
        font-size: 16px;
        line-height: 34px;
        margin-left: 34px;
    }

        ul.company_info li a {
            color: #fff;
            font-size: 16px;
            text-decoration: none;
        }

        ul.company_info li img.icon {
            height: auto;
            left: 0;
            margin-top: 3px;
            position: absolute;
        }

ul.register_info {
    left: 50%;
    list-style-type: none;
    margin: 0 auto;
    max-width: 702px;
    position: absolute;
    top: 302px;
    transform: translate3d(-50%,0,0);
    width: 100%;
}

    ul.register_info li {
        float: left;
        font-size: 14px;
        line-height: 20px;
        margin: 0 20px 10px 0;
    }

        ul.register_info li a {
            color: #fff;
            text-decoration: none;
        }

        ul.register_info li:last-child {
            margin-right: 0;
        }

p.footer_copyright {
    font-size: 14px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 364px;
    transform: translate3d(-39%,0,0);
    width: 100%;
}

/* --Slider--------------------------------- */
.index_slider {
    width: 100%;
}

    .index_slider img, .video_slider img {
        background-size: cover;
        height: auto;
        width: 100%;
    }

.video_slider {
    display: block;
    margin: 0 auto;
    max-width: 1250px;
    position: relative;
    width: 100%;
}

/* --Index Modal--------------------------------- */
.mask {
    background: rgba(45,42,40,.72);
    backdrop-filter: blur(3px);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2000;
}

/* --loader--------------------------------- */
.loader_modal {
    display: none;
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: absolute;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4000;
}

    .loader_modal:before {
        width: 50%;
        height: 50%;
        background: #ffffff;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 80px;
        left: 0;
        content: '';
    }

    .loader_modal:after {
        background: #0dc5c1;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 80px;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.login_modal, .forget_psw_modal, .register_member_modal, .add_member_modal, .phone_verification_modal, .upload_pay_modal, .reset_psw_modal {
    background: #fff;
    border-radius: 12px;
    display: none;
    left: 50%;
    margin: 0 auto;
    padding: 54px 40px;
    position: fixed;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    width: 450px;
    z-index: 3000;
}

    .add_member_modal form.register_form {
        height: 358px;
        overflow-y: auto;
        padding-right: 16px;
    }

        .add_member_modal form.register_form input {
            margin: 10px 0 18px 0;
        }

            .add_member_modal form.register_form input.last {
                margin: 12px 0 0 0;
            }

.register_form_field span {
    background: #ff0000;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    padding: 4px;
    text-align: center;
}

img.modal_close_icon {
    cursor: pointer;
    height: 16px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: .4s opacity ease-in-out;
    width: 16px;
}

    img.modal_close_icon:hover {
        opacity: .7;
    }

.forget_psw_modal h3, .register_member_modal h3,
.add_member_modal h3, .phone_verification_modal h3,
.upload_pay_modal h3, .reset_psw_modal h3 {
    border-bottom: 1px solid #d3d3d3;
    color: #02a2f7;
    font-size: 26px;
    padding-bottom: 10px;
}

img.login_modal_close_icon {
    cursor: pointer;
    height: 16px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: .4s opacity ease-in-out;
    width: 16px;
}

    img.login_modal_close_icon:hover {
        opacity: .7;
    }

.login_modal h3 {
    border-bottom: 1px solid #d3d3d3;
    color: #02a2f7;
    font-size: 26px;
    padding-bottom: 10px;
}

.add_member_modal h3 {
    border-bottom: none;
    padding-bottom: 20px;
}

.login_modal input[name="number"], .login_modal input[name="psw"],
.forget_psw_modal input[name="forget_phone"],
.reset_psw_modal input[name="new_psw"], .reset_psw_modal input[name="rekeyin_new_psw"],
.add_member_modal input[name="name"], .add_member_modal input[name="date"],
.add_member_modal input[name="number"], .add_member_modal input[name="phone"],
.add_member_modal input[name="contact_name"], .add_member_modal input[name="contact_phone"],
.add_member_modal input[name="email"], .add_member_modal input[name="password"],
.phone_verification_modal input[name="validate_number"],
.upload_pay_modal input[name="bank_number"] {
    background: #f5f5f5;
    border: none;
    font-size: 16px;
    margin-top: 26px;
    outline: none;
    padding: 14px;
    position: relative;
    width: 100%;
}

.upload_pay_modal input[type="file"] {
    display: none;
}

.choose_photo_file_btn {
    background: #02a2f7;
    border-radius: 58px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    margin-top: 26px;
    text-align: center;
}

::placeholder {
    color: rgba(33,33,33,.65);
    font-weight: 600;
    letter-spacing: 0;
}

:-ms-input-placeholder {
    color: rgba(33,33,33,.65);
    font-weight: 600;
    letter-spacing: 0;
}

::-ms-input-placeholder {
    color: rgba(33,33,33,.65);
    font-weight: 600;
    letter-spacing: 0;
}

a.login_btn, a.add_member_btn, a.submit_verification_btn, a.resend_verification_btn, a.send_reservation_check_btn, a.send_reservation_check_btn, a.forget_psw_btn, a.reset_psw_btn {
    background: #02a2f7;
    border-radius: 58px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    margin-top: 26px;
    max-width: 440px;
    text-align: center;
    text-decoration: none;
}

.sub_menu a.welcome_text, .sub_menu a.login_out_btn {
    color: #f6b72c;
}

.register_member_text {
    height: 265px;
    margin-top: 10px;
    overflow-y: scroll;
    padding-right: 10px;
}

    .register_member_text p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 15px;
        text-align: justify;
    }

        .register_member_text p:last-child {
            padding-bottom: 0;
        }

    .register_member_text span.s_title {
        font-weight: 600;
    }

    .register_member_text::-webkit-scrollbar-track, .register_form::-webkit-scrollbar-track {
        background: #f5f5f5;
        border-radius: 8px;
        height: 56px;
    }

    .register_member_text::-webkit-scrollbar, .register_form::-webkit-scrollbar {
        background: #f5f5f5;
        height: 56px;
        width: 8px;
    }

    .register_member_text::-webkit-scrollbar-thumb, .register_form::-webkit-scrollbar-thumb {
        background: #02a2f7;
        border-radius: 8px;
        height: 56px;
    }

ul.register_member_btn {
    margin: -4px auto 0 auto;
    max-width: 345px;
    width: 100%;
}

    ul.register_member_btn li {
        float: left;
        margin-right: 24px;
        width: 160px;
    }

        ul.register_member_btn li:last-child {
            margin-right: 0;
        }

        ul.register_member_btn li > a.agree_btn, ul.register_member_btn li > a.disagree_btn {
            background: #02a2f7;
            border-radius: 58px;
            color: #fff;
            display: block;
            font-size: 16px;
            font-weight: 600;
            height: 46px;
            line-height: 46px;
            margin-top: 32px;
            max-width: 160px;
            text-align: center;
            text-decoration: none;
        }

ul.login_modal_link {
    margin: 24px auto 0 auto;
    max-width: 174px;
    width: 100%;
}

    ul.login_modal_link li {
        float: left;
    }

        ul.login_modal_link li:first-child {
            border-right: 1px solid #2d2a28;
            padding-right: 18px;
        }

        ul.login_modal_link li:last-child {
            padding-left: 18px;
        }

        ul.login_modal_link li a {
            color: #2d2a28;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
        }

.video_modal {
    background: #fff;
    border: 14px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 #9b9b9b;
    display: none;
    height: 575px;
    margin: 0 auto;
    left: 50%;
    position: fixed;
    top: 70px;
    transform: translate3d(-50%,0,0);
    width: 78%;
    z-index: 3000;
}

.video_close_model {
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 50px;
    opacity: 1;
    position: absolute;
    right: -38px;
    top: -36px;
    transition: opacity .4s ease-out;
    width: 50px
}

    .video_close_model:hover {
        opacity: .82;
    }

    .video_close_model .fa-close {
        color: #02a2f7;
        cursor: pointer;
        left: 12px;
        position: absolute;
        top: 6.5px
    }

.alert.warning {
    background: #ffa300;
}

.alert.success {
    background: #02a2f7;
}

.alert_close_btn {
    cursor: default;
    font-size: 28px;
    position: absolute;
    right: 8px;
    top: 2px;
}

.alert.warning, .alert.success {
    border-radius: 12px;
    color: #fff;
    height: auto;
    left: 50%;
    margin: 0 auto;
    padding: 16px 14px;
    position: fixed;
    top: 0;
    transform: translate3d(-50%,-132%,0);
    width: 450px;
    z-index: 10000;
}

/* --Animation--------------------------------- */
@keyframes icon_scale {
    0% {
        transform: scale(1.0);
    }

    40% {
        transform: scale(1.14);
    }

    80% {
        transform: scale(1.0);
    }
}

/* --iPad Web & Mobile web--------------------------------- */
@media screen and (min-width:1250px) {
    a.mobile_footer_logo img, .mobile_footer_box, img.footer_bus, img.footer_left_cloud1, img.footer_right_cloud1, .go_top_btn,
    img.footer_left_cloud2, img.footer_right_cloud2, img.footer_right_building, .footer_bottom_box img.footer_bottom_painting {
        display: none;
    }
}

@media screen and (max-width:1250px) {
    ul.sub_menu > li:after, ul.news_content li img.ticket_icon, ul.news_content li img.bag_icon,
    ul.news_content li img.book_icon, .desktop_footer_box, .travel_info_post img.travel_info_paper,
    .desktop_go_top_btn {
        display: none !important;
    }

    .header_detail {
        width: 100%;
    }

    img.logo {
        display: block;
        height: auto;
        float: none;
        margin: 0 auto 12px auto;
        max-width: 160px;
    }

    .header_right {
        display: none;
    }

    .header_right_info {
        display: flex;
        flex-direction: column;
    }

    .header_right, ul.sub_menu {
        float: none;
        order: 2;
        padding: 0 18px;
        width: 100%;
    }

    ul.sub_menu {
        margin-bottom: 14px;
    }

        ul.sub_menu > li {
            background: #02a2f7;
            border-radius: 6px;
            display: block;
            font-size: 14px;
            margin-left: 0;
            margin-right: 15px;
            padding: 12px 0;
            text-align: center;
            width: 32.44%;
        }

            ul.sub_menu > li:nth-child(3) {
                margin-right: 0;
            }

            ul.sub_menu > li:Last-child {
                float: right;
                margin-bottom: 0;
            }

            ul.sub_menu > li a {
                color: #fff;
                font-size: 14px;
                letter-spacing: 2px;
            }

    ul.menu_box {
        float: none;
        order: 1;
    }

        ul.menu_box li {
            font-size: 15px;
            margin: 0 0 14px 0;
            text-align: center;
            width: 33.3%;
        }

            ul.menu_box li:first-child {
                padding-top: 0;
            }

            ul.menu_box li a {
                font-size: 14px;
            }

    .header_box {
        background: #fff;
        padding: 14px 0 4px 0;
        position: relative;
        z-index: 4000;
    }

    #mobile_menu {
        display: block;
        float: right;
        height: 22px;
        position: relative;
        right: 20px;
        top: 21.4px;
        transform: rotate(0deg);
        transition: .6s ease-in-out;
        width: 22px;
    }

        #mobile_menu span {
            background: #02a2f7;
            display: block;
            height: 3px;
            left: 0;
            position: absolute;
            transform: rotate(0deg);
            transition: .35s ease-in-out;
            width: 22px;
        }

            #mobile_menu span:nth-child(1) {
                top: 0px;
            }

            #mobile_menu span:nth-child(2) {
                top: 8px;
            }

            #mobile_menu span:nth-child(3) {
                top: 16px;
            }

        #mobile_menu.open span:nth-child(1) {
            top: 9px;
            transform: rotate(135deg);
        }

        #mobile_menu.open span:nth-child(2) {
            opacity: 0;
            width: 0%;
        }

        #mobile_menu.open span:nth-child(3) {
            top: 9px;
            transform: rotate(-135deg);
        }

    .index_wrapper {
        padding: 0 0 90px 0;
    }

    .index_news, .two_day_service {
        padding: 0 18px;
    }

    .two_day_service {
        margin-top: 42px;
    }

        .service_box h2, .index_news h2, .two_day_service h2 {
            font-size: 22px;
        }

    .index_news h2 {
        margin-bottom: 22px;
    }

    .two_day_tabs {
        margin: 22px 0 0 0;
    }

        .two_day_tabs li.two_day_btn {
            height: 46px;
            margin-bottom: 23px;
            width: 43.84%;
        }

            .two_day_tabs li.two_day_btn:nth-child(2), .two_day_tabs li.two_day_btn:nth-child(4) {
                float: right;
            }

            .two_day_tabs li.two_day_btn a {
                font-size: 14px;
                line-height: 46px;
            }

        .two_day_tabs li.tab_current:after {
            bottom: -10px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
        }

        .two_day_tabs li.two_day_btn:nth-child(2n+2) {
            margin-right: 0;
        }

    body ul.news_slider li {
        margin: 0 0 0 11px;
    }

    ul.index_two_day_trip {
        width: 100%;
    }

        ul.index_two_day_trip li {
            margin-bottom: 30px;
            margin-right: 0;
            width: 100%;
        }

            ul.index_two_day_trip li img {
                height: auto;
                width: 100%;
            }

            ul.index_two_day_trip li h4 {
                font-size: 20px;
                line-height: 26px;
                text-align: justify;
            }

        ul.index_two_day_trip span.date {
            font-size: 12px;
        }

        ul.index_two_day_trip li p {
            font-size: 14px;
            text-align: justify;
        }

    .mt32 {
        margin-top: 20px;
    }

    .bread_crumb {
        line-height: 22px;
    }

    .container {
        padding: 0 16px;
    }

    .news_info_detail h1 {
        max-width: none;
        padding-bottom: 22px;
        text-align: left;
    }

    .banner_box {
        height: 170px;
        padding: 45px 0;
    }

    .banner_detail, .multiple_day_banner_box .banner_detail {
        max-width: none;
        padding: 0 16px;
    }

    .banner_text h1, .multiple_day_banner_box .banner_text h1 {
        font-size: 26px;
    }

    .banner_text {
        max-width: 202px;
    }

    .multiple_day_banner_box .banner_text {
        max-width: none;
        position: static;
    }

        .multiple_day_banner_box .banner_text h1 {
            font-size: 22px;
            line-height: 30px;
            margin-top: 12px;
            max-height: 52px;
            overflow: hidden;
            padding: 0;
            text-overflow: ellipsis;
            word-wrap: break-word;
        }

    .news_info_detail p {
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }

    .news_detail_box, .doc_rule_regular, .rule_box {
        border-radius: 10px;
        padding: 32px 16px;
        width: 100%;
    }

        .news_box h1, .doc_rule_regular h3, .rule_text h3 {
            font-size: 22px;
        }

    .news_box h1 {
        max-width: 220px;
        text-align: center;
    }

        .news_box h1:before, .news_box h1:after {
            top: 0;
        }

    .news_detail_box img.news_photo {
        height: auto;
        width: 100%;
    }

    .download_box table td {
        padding: 16px;
    }

        .download_box table td.doc_rule_text {
            font-size: 14px;
            line-height: 20px;
            text-align: justify;
        }

    .download_box table td {
        padding: 14px 10px;
    }

    .download_box, .news_box {
        padding: 24px 0 72px 0;
    }

    a.blue_btn, a.green_btn {
        font-size: 14px;
        padding: 15px 12px 15px;
        width: 130px;
    }

    ul.travel_tabs, ul.rule_tabs {
        max-width: 280px;
    }

        ul.travel_tabs li.tab-link, ul.rule_tabs li.tab-link {
            font-size: 14px;
            margin-right: 20px;
            padding: 15px 12px 15px;
            width: 130px;
        }

            ul.travel_tabs li.tab-link a, ul.rule_tabs li.tab-link a {
                font-size: 14px;
            }

    img.btn_icon {
        height: auto;
        max-width: 15px;
    }

    .rule_text {
        border-bottom: 1px solid #dadada;
        margin-top: 28px;
        padding-bottom: 28px;
    }

        .rule_text h3 {
            font-size: 22px;
            line-height: 28px;
            margin-bottom: 14px;
            text-align: justify;
        }

        .rule_text p {
            font-size: 14px;
            line-height: 24px;
            padding-left: 0;
        }

        .rule_text dl {
            padding-left: 0;
        }

            .rule_text dl dt, .rule_text dl dd {
                font-size: 14px;
                line-height: 24px;
                padding: 0;
                text-align: justify;
            }

    .news_box img.photo_video, ul.news_content li img.trip {
        height: auto;
        width: 100%;
    }

    ul.news_content {
        border-bottom: none;
        margin-top: 30px;
        padding-bottom: 0;
    }

        ul.news_content li {
            float: none;
            margin-bottom: 36px;
            margin-right: 0;
            width: 100%;
        }

    .bus_time_detail_box ul.bus_time_content li {
        margin-bottom: 0;
    }

    ul.news_content li:last-child {
        margin-bottom: 0;
    }

    ul.news_content li img.news_photo, .six_service_list ul.news_content li img.brand {
        height: auto;
        width: 100%;
    }

    ul.news_content li span.date {
        font-size: 12px;
    }

    ul.news_content li h4 {
        font-size: 20px;
        line-height: 26px;
        padding: 4px 0;
        text-align: justify;
    }

    ul.news_content li p, ul.order_notice li {
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }

    .news_box img.photo_video {
        height: auto;
        padding-top: 30px;
    }

    .mt60, .mt70 {
        margin-top: 42px;
    }

    a.adjust_btn, a.cancel_btn, a.upload_pay_btn, a.upload_pay_finish_btn, a.pay_check_btn, a.cancel_finish_btn {
        font-size: 14px;
        height: 46px;
        line-height: 46px;
        width: 146px;
    }

    .sub_menu a.welcome_text, .sub_menu a.login_out_btn {
        color: #fff;
    }

    a.adjust_btn {
        margin: 30px auto;
    }

    a.cancel_btn {
        margin: 0 auto;
    }

    ul.order_notice {
        margin-top: 20px;
    }

    ul.news_content li p.travel_fee {
        font-size: 14px;
    }

    ul.news_content li p.travel_fee {
        padding-top: 6px;
    }

    span.dollars {
        font-size: 26px;
    }

    ul.one_day_search_box li {
        float: none;
        margin: 0 auto 20px auto;
    }

        ul.one_day_search_box li input {
            display: block;
            font-size: 14px;
            margin: 0 auto;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }

            ul.one_day_search_box li input:last-child {
                margin-left: auto;
            }

    a.one_day_search_btn {
        border-radius: 62px;
        font-size: 14px;
        height: 46px;
        line-height: 46px;
        margin: 0 auto;
        width: 146px;
    }

    .news_detail_box ul.one_day_content li img.one_day_trip_pic {
        height: auto;
        margin-bottom: 14px;
        width: 100%;
    }

    .news_content_right {
        float: none;
        width: 100%;
    }

    .news_detail_box ul.one_day_content li h4, .news_detail_box ul.one_day_content li p.one_day_time {
        font-size: 20px;
    }

    .news_detail_box ul.one_day_content li h4 {
        line-height: 27px;
        padding-bottom: 0;
    }

    .news_detail_box ul.one_day_content li p.one_day_time {
        margin-bottom: 6px;
    }

    .news_detail_box ul.one_day_content li p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 0;
        text-align: justify;
    }

    .news_content_right p.one_day_brief {
        margin-bottom: 6px;
    }

    .news_content_right ul.place_detail {
        padding-bottom: 0;
    }

        .news_content_right ul.place_detail li {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 12px;
            padding-bottom: 0;
            text-align: justify;
        }

    .bus_time_detail_box ul.bus_time_content li {
        margin-bottom: 0;
    }

    .news_content_right ul.place_detail {
        font-size: 14px;
    }

    a.one_day_booking_btn {
        font-size: 14px;
        height: 44px;
        line-height: 44px;
        margin: 22px auto 0 auto;
        width: 146px;
    }

    .brand_sales_text h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 auto 16px auto;
        padding-top: 10px;
    }

        .brand_sales_text h2:before {
            background-size: 36px;
            height: 42px;
            left: 0;
            top: -44px;
            width: 36px;
        }

    .brand_sales_text h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 32px;
    }

    .brand_spirit img.logo {
        display: block;
        float: none;
        height: auto;
        margin: 20px auto 0 auto;
        max-width: 200px;
    }

    .brand_spirit p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
        text-align: justify;
    }

    .multiple_day_travel_box {
        padding: 24px 16px 80px 16px;
    }

    .calendar_list {
        float: none;
        margin-top: 0;
        width: 100%;
    }

    .travel_info_post {
        float: none;
        margin-top: 36px;
        max-width: none;
        width: 100%;
    }

        .travel_info_post h2 {
            font-size: 22px;
        }

        .travel_info_post table {
            background: #fff;
            margin-top: 10px;
            width: 100%;
        }

        .travel_info_post h2, .travel_info_post table {
            position: static;
        }

            .travel_info_post table tr th {
                text-align: center;
            }

            .travel_info_post table tr td {
                padding: 10px 16px;
            }

            .travel_info_post h2, .travel_info_post table tr th, .travel_info_post table tr td {
                color: #212121;
            }

            .travel_info_post table tr th, .travel_info_post table tr td {
                border: 1px solid #e3e3e3;
                font-size: 14px;
            }

    .calendar_list ul.month_choose {
        height: 42px;
        line-height: 42px;
    }

        .calendar_list ul.month_choose li {
            width: 110px;
        }

            .calendar_list ul.month_choose li a, .calendar_list .week_day p, .calendar_list .week_day_seat p, .calendar_list .week_day_assign p,
            .calendar_list .week_day_assign p a, .calendar_list .month_travel p.week_day {
                font-size: 14px;
            }

    .calendar_list .month_travel p.day {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .calendar_list .month_travel p.date, .calendar_list .week_day_assign span.dollars {
        font-size: 20px;
    }

    .calendar_list .month_travel_list {
        padding: 8px 16px;
    }

    img.multiple_day_banner {
        height: auto;
        width: 100%;
    }

    .multiple_day_video_box, .multiple_day_travel_list_box {
        margin: 0;
        padding: 0;
    }

    .multiple_day_video_box {
        margin-bottom: 36px;
    }

    .multiple_day_calendar_box {
        margin: 36px auto;
    }

    .calendar_list .month_travel p.day {
        font-size: 14px;
    }

    .multiple_day_video_box h3 {
        font-size: 22px;
        line-height: 32px;
        padding: 24px 0 14px 0;
        text-align: justify;
    }

    .multiple_day_video_box p {
        font-size: 14px;
        line-height: 24px;
    }

    .multiple_day_video_box h2, .multiple_day_travel_list_box h2 {
        font-size: 22px;
        padding: 0 0 20px 16px;
    }

    .tabs_fee_text h3 {
        font-size: 21px;
    }

    .tabs_fee_text p {
        font-size: 14px;
        line-height: 24px;
    }

    .tabs_fee_text:last-child {
        margin-bottom: 34px;
    }

    .service_box h2:before, .index_news h2:before, .two_day_service h2:before, .multiple_day_video_box h2:before,
    .multiple_day_travel_list_box h2:before {
        height: 22px;
        width: 5px;
    }

    .multiple_day_travel_list_tabs {
        margin: 10px auto 0 auto;
    }

        .multiple_day_travel_list_tabs li.two_day_btn {
            border-radius: 6px;
            height: 46px;
            line-height: 46px;
            margin: 0 13px 21px 0;
            width: 48%;
        }

        .multiple_day_travel_list_tabs li.tab_current:after {
            margin: -6px auto 0 auto;
        }

        .multiple_day_travel_list_tabs li.two_day_btn a {
            font-size: 14px;
            line-height: 46px;
        }

        .multiple_day_travel_list_tabs li.two_day_btn:nth-child(2n+2) {
            float: right;
            margin-right: 0;
        }

    span.tabs_brief_btn {
        font-size: 14px;
        height: 28px;
        line-height: 24px;
        margin: -6px 0 20px 0;
        width: 84px;
    }

    .tabs_fee_text:first-child {
        margin-top: 4px;
    }

    .timeline_travel {
        margin-top: 12px;
    }

        .timeline_travel h3 {
            font-size: 22px;
            padding-bottom: 13px;
        }

    .timeline_box {
        padding-top: 20px;
    }

    .timeline_detail {
        margin: 0 0 36px 0;
        width: 100%;
    }

        .timeline_detail:nth-last-child(1), .timeline_detail:nth-last-child(2) {
            margin: 0 0 36px 0;
        }

    .timeline_content {
        border-radius: 6px;
    }

        .timeline_content h4 {
            font-size: 20px;
            line-height: 26px;
            padding: 8px 0;
            text-align: justify;
        }

        .timeline_content p {
            font-size: 14px;
            line-height: 24px;
        }

    a.trip_more_btn {
        font-size: 14px;
        height: 46px;
        line-height: 46px;
        margin: 0 auto;
        width: 146px;
    }

    .multiple_day_travel_list_box .travel_table {
        margin: 60px auto 36px auto;
        max-width: 100%;
        white-space: normal;
    }

    .order_table tr th {
        font-size: 14px;
        line-height: 24px;
        padding: 7px;
    }

    .order_table tr td {
        font-size: 14px;
        line-height: 24px;
    }

    .multiple_day_travel_list_box .travel_table tr th.order_date {
        width: 17%;
    }

    .multiple_day_travel_list_box .travel_table tr th.place_food_hotel {
        width: 29%;
    }

    .booking_list_box {
        margin: 36px auto 0 auto;
        padding: 18px 13px 8px 13px;
    }

        .booking_list_box h2 {
            font-size: 20px;
            line-height: 28px;
        }

        .booking_list_box p, .booking_list_box li {
            font-size: 14px;
            line-height: 24px;
        }

        .booking_list_box ul {
            padding: 14px 0;
        }

        .booking_list_box li.booking_list_title {
            font-size: 20px;
            margin-bottom: 6px;
        }

    .multiple_day_video_box, .multiple_day_travel_list_box {
        margin-top: 36px;
    }

    .tour_bus_seat_map {
        border: 4px solid #02a2f7;
        float: none;
        max-width: none;
    }

    .tour_bus_seat {
        font-size: 14px;
        width: 100%;
    }

    .tour_bus_seat, .tour_bus_safe_door {
        padding: 14px;
    }

    .tour_bus_seat_bottom_box .tour_bus_seat {
        padding: 18px 8px;
        width: 20.24%;
    }

        .tour_bus_seat_bottom_box .tour_bus_seat:nth-child(3) {
            width: 12%;
        }

    .booking_ticket {
        border: 4px solid #02a2f7;
        border-radius: 6px;
        float: none;
        margin: 36px auto;
        max-width: none;
    }

        .booking_ticket .booking_seat {
            border-radius: 6px;
            font-size: 16px;
            padding: 12px 0;
        }

        .booking_ticket .booking_list {
            margin-top: 12px;
        }

            .booking_ticket .booking_list .booking_title {
                line-height: 36px;
            }

                .booking_ticket .booking_list .booking_title label {
                    font-size: 16px;
                }

            .booking_ticket .booking_list .booking_field input, .booking_ticket .booking_list .booking_field select {
                height: 36px;
            }

            .booking_ticket .booking_list .booking_field textarea {
                height: 150px;
            }

    .rule_text table.cancel_table {
        margin: 14px 0;
        width: 100%;
    }

        .rule_text table.cancel_table tr th, .rule_text table.cancel_table tr td {
            font-size: 13px;
            padding: 11px;
        }

        .rule_text table.cancel_table tr td {
            line-height: 23px;
        }

    .tour_bus_choose_box li {
        margin-right: 10px;
        width: 31.5%;
    }

        .tour_bus_choose_box li:last-child {
            margin-right: 0;
        }

        .tour_bus_choose_box li a {
            font-size: 14px;
            padding: 14px;
        }

    .order_table {
        max-width: none;
    }

    .download_box table {
        margin-top: 20px;
    }

    .member_table, .order_table, .travel_table {
        margin-top: 20px;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .order_table {
        display: inline-block;
    }

    .member_table tr th.member_title {
        font-size: 14px;
        line-height: 24px;
        padding: 7px;
        width: 39%;
    }

    .member_table tr td.member_text {
        font-size: 14px;
        padding: 7px;
    }

    .order_table tr td {
        padding: 8px;
        text-align: left;
    }

    .member_table tr td.member_text input[type="text"], .member_table tr td.member_text input[type="email"] {
        width: 100%;
    }

    .footer_box {
        background: #02a2f7;
        background-size: 100%;
    }

    .login_modal, .forget_psw_modal, .register_member_modal, .add_member_modal, .phone_verification_modal,
    .upload_pay_modal, .reset_psw_modal {
        margin: 0 auto;
        padding: 38px 28px 24px 28px;
        width: 300px;
    }

        .add_member_modal form.register_form {
            height: 160px;
            padding-right: 12px;
        }

    .register_member_text::-webkit-scrollbar, .register_form::-webkit-scrollbar {
        width: 6.8px;
    }

    .video_modal {
        border: 6px solid #fff;
        height: 300px;
        width: 83%;
    }

    .video_close_model {
        height: 34px;
        right: -17px;
        top: -17px;
        width: 34px;
    }

        .video_close_model .fa-close {
            font-size: 20px;
            left: 10px;
        }

    .login_modal h3, .forget_psw_modal h3, .register_member_modal h3, .add_member_modal h3, .phone_verification_modal h3,
    .upload_pay_modal h3, .reset_psw_modal h3 {
        font-size: 22px;
    }

    .choose_photo_file_btn, a.login_btn {
        font-size: 14px;
        height: 46px;
        line-height: 46px;
    }

    .register_member_text {
        height: 162px;
    }

    .login_modal input[name="number"], .login_modal input[name="psw"], .forget_psw_modal input[name="forget_phone"],
    .add_member_modal input[name="name"], .add_member_modal input[name="date"], .add_member_modal input[name="number"], .add_member_modal input[name="phone"],
    .add_member_modal input[name="contact_name"], .add_member_modal input[name="contact_phone"], .add_member_modal input[name="email"],
    .add_member_modal input[name="password"], .phone_verification_modal input[name="validate_number"], .upload_pay_modal input[name="bank_number"],
    .reset_psw_modal input[name="new_psw"], .reset_psw_modal input[name="rekeyin_new_psw"] {
        font-size: 14px;
        margin-top: 24px;
        padding: 12px 14px;
    }

    ul.register_member_btn li, ul.register_member_btn li:last-child {
        float: none;
        margin-right: 0;
        margin: 0 auto;
    }

        ul.register_member_btn li > a.agree_btn, ul.register_member_btn li > a.disagree_btn {
            font-size: 14px;
            height: 46px;
            margin-top: 20px;
        }

    ul.login_modal_link {
        max-width: 158px;
    }

        ul.login_modal_link li a {
            font-size: 14px;
        }

    .register_member_text p {
        font-size: 14px;
        line-height: 24px;
    }

    .footer_box {
        height: auto;
        overflow: hidden;
        padding: 28px 0 0 0;
        position: relative;
        width: 100%;
    }

    .footer_content h2 img {
        display: none;
        height: auto;
        margin: auto;
        padding-top: 0;
    }

    .footer_content {
        width: 100%;
    }

    .footer_content_box {
        padding: 16px 12px 24px 12px;
    }

    .footer_content a.mobile_footer_logo, .footer_content a.mobile_footer_logo img {
        display: block;
        height: auto;
        margin: 74px auto 0 auto;
        max-width: 280px;
        z-index: 1000;
    }

    .footer_content a.mobile_footer_logo {
        margin: auto;
    }

    ul.footer_menu {
        left: 0;
        margin: 0 auto;
        max-width: 300px;
        padding-top: 170px;
        position: relative;
        right: 0;
        top: 0;
    }

        ul.footer_menu:before {
            content: "";
            background: #fff;
            display: block;
            height: 1px;
            position: absolute;
            top: auto;
            width: 100%;
        }

        ul.footer_menu:after {
            content: "";
            background: #fff;
            bottom: -36px;
            display: block;
            height: 1px;
            position: absolute;
            width: 100%;
        }

        ul.footer_menu li {
            float: none;
            line-height: 40px;
            text-align: center;
        }

            ul.footer_menu li a {
                margin-right: 0;
            }

            ul.footer_menu li a, ul.company_info li a {
                font-size: 14px;
            }

    ul.company_info, ul.register_info, p.footer_copyright {
        position: static;
    }

    ul.company_info {
        padding: 44px 0 20px 0;
    }

        ul.company_info li {
            font-size: 14px;
            line-height: 28px;
        }

            ul.company_info li img.icon {
                height: auto;
                max-width: 20px;
            }

    ul.register_info {
        transform: none;
        width: 100%;
    }

        ul.register_info li {
            font-size: 14px;
            line-height: 26px;
            margin-bottom: 4px;
            margin-right: 14px;
        }

    p.footer_copyright {
        font-size: 14px;
        line-height: 26px;
        transform: none;
    }

    img.footer_bus, img.footer_left_cloud1, img.footer_right_cloud1,
    img.footer_left_cloud2, img.footer_right_cloud2, img.footer_right_building,
    .footer_content img.footer_bottom_painting {
        height: auto;
        position: absolute;
    }

    img.footer_bus {
        float: left;
        left: 54px;
        top: 134px;
    }

    img.footer_left_cloud1 {
        float: left;
        left: 14px;
    }

    img.footer_right_cloud1 {
        float: right;
        right: 14px;
    }

    img.footer_left_cloud2 {
        float: left;
        left: 14px;
        top: 260px;
    }

    img.footer_right_cloud2 {
        float: right;
        right: 14px;
        top: 190px;
    }

    img.footer_right_building {
        float: right;
        right: 20px;
        top: 330px;
    }

    ul.company_info {
        margin: 0 auto;
        max-width: 334px;
        padding: 50px 0 60px 0;
    }

        ul.company_info li {
            position: relative;
        }

            ul.company_info li img.icon {
                height: auto;
                left: -30px;
            }

    ul.register_info {
        display: block;
        margin: 0 auto;
    }

    .footer_bottom_box {
        background: #0075AF;
        color: #fff;
        padding: 18px 16px;
        position: relative;
    }

    .footer_content img.footer_bottom_painting {
        bottom: 0;
        height: auto;
        left: 0;
        margin: auto;
        right: 0;
        width: 100%;
    }

    .go_top_btn {
        background: #02a2f7;
        bottom: 0;
        border-radius: 0;
        box-shadow: none;
        display: block;
        height: 44px;
        margin: auto;
        position: fixed;
        right: 0;
        transition: all .2s ease-in-out 0s;
        width: 44px;
        z-index: 2000;
    }

        .go_top_btn i.fas.fa-arrow-alt-up {
            bottom: 0;
            color: #fff;
            font-size: 22px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            text-align: center;
            top: 50%;
            transform: translateY(-50%);
        }

        .go_top_btn:hover {
            background: #02a2f7;
            bottom: 0;
        }

        .go_top_btn.lightblue {
            background: #0075AF;
            bottom: 0;
        }

    ul.fixed_btn_box {
        bottom: 46px;
        right: 0;
    }

    .alert.warning, .alert.success {
        padding: 12px 14px;
        top: 100%;
        transform: translate3d(-50%,50%,0);
        width: 300px;
        z-index: 3000;
    }

    .brand_spirit {
        max-width: 542px;
    }
}

@media screen and (max-width:1240px) {
    ul.sub_menu > li {
        margin-right: 14px;
    }
}

@media screen and (max-width:1200px) and (min-width:630px) {
    .multiple_day_banner_box .banner_text h1 {
        width: 84%;
    }

    .two_day_tabs li.two_day_btn {
        width: 47%;
    }

    ul.mobile_index_two_day_trip li {
        float: left;
        margin-right: 40px;
        width: 47%;
    }

        ul.mobile_index_two_day_trip li:nth-child(2n+2) {
            float: right;
            margin-right: 0;
        }

    .news_detail_box ul.one_day_content li {
        border-bottom: 0;
        float: left;
        margin-right: 40px;
        padding: 0 0 38px 0;
        width: 100%;
    }

    .bus_time_detail_box ul.one_day_content li {
        margin-bottom: 0;
        width: 100%;
    }

        .bus_time_detail_box ul.one_day_content li:nth-child(2) {
            padding-top: 38px;
        }

    .news_detail_box ul.one_day_content li:nth-last-child(1),
    .news_detail_box ul.one_day_content li:nth-last-child(2) {
        margin-bottom: 0;
        padding: 0;
    }

    .news_detail_box ul.one_day_content li.mobile_bottom {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        padding: 30px 0;
    }

        .news_detail_box ul.one_day_content li.mobile_bottom:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

    .news_content_right ul.place_detail li {
        margin-right: 0;
        padding: 0;
        width: 100%;
    }

    ul.news_content li {
        float: left;
        margin-right: 40px;
        width: 47%;
    }

        .news_detail_box ul.one_day_content li:nth-child(2n+2), ul.news_content li:nth-child(2n+2) {
            margin-right: 0;
        }

    ul.mobile_news_content li, ul.mobile_news_content li:nth-child(3), ul.mobile_news_content li:nth-child(3n+3) {
        float: left;
    }

    ul.news_content li:nth-child(3n+3) {
        margin-right: 40px;
    }

    ul.register_info {
        left: 0;
        margin: none;
        max-width: none;
    }

    p.footer_copyright {
        text-align: left;
    }
}

@media screen and (max-width:1250px) and (min-width:415px) {
    img.footer_bus {
        float: none;
        height: auto;
        left: 0;
        margin: auto;
        right: 0;
    }
}

@media screen and (max-width:1200px) {
    .bus_time_detail_box ul.bus_time_content li {
        float: none;
    }

        .bus_time_detail_box ul.bus_time_content li:nth-child(2),
        .bus_time_detail_box ul.bus_time_content li.mobile_top,
        .bus_time_detail_box ul.bus_time_content li.mobile_bottom:first-child {
            padding-top: 30px;
        }

    ul.one_day_search_box, ul.one_day_search_box li:last-child {
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width:1188px) {
    ul.sub_menu > li {
        margin-right: 14px;
    }
}

@media screen and (max-width:1130px) {
    ul.sub_menu > li {
        margin-right: 13px;
    }
}

@media screen and (max-width:1072px) {
    ul.sub_menu > li {
        margin-right: 12px;
    }
}

@media screen and (max-width:1012px) {
    ul.sub_menu > li {
        margin-right: 11px;
    }
}

@media screen and (max-width:896px) {
    ul.sub_menu > li {
        margin-right: 9px;
    }
}

@media screen and (max-width:776px) {
    ul.sub_menu > li {
        margin-right: 7px;
    }
}

@media screen and (max-width:730px) {
    ul.news_content li {
        width: 100%;
        s
    }
}

@media screen and (min-width:630px) and (max-width:702px) {
    ul.mobile_index_two_day_trip li {
        width: 100%;
    }
}

@media screen and (max-width:660px) {
    ul.sub_menu > li {
        margin-right: 6px;
    }
}

@media screen and (max-width:630px) {
    .multiple_day_banner_box .banner_text h1 {
        width: 72%;
    }

    .video_modal {
        height: 250px;
    }

    .bus_time_detail_box ul.bus_time_content li:nth-child(2) {
        padding-top: 30px;
    }

    .bus_time_detail_box ul.bus_time_content li {
        padding: 30px 0 22px 0;
    }

    .news_detail_box ul.one_day_content li.mobile_bottom {
        margin-bottom: 0;
        padding: 30px 0;
    }

        .news_detail_box ul.one_day_content li.mobile_bottom:first-child {
            padding: 30px 0;
        }

        .news_detail_box ul.one_day_content li.mobile_bottom:last-child {
            padding: 30px 0 0 0;
        }
}

@media screen and (max-width:540px) {
    ul.sub_menu > li {
        margin-right: 4px;
    }
}

@media screen and (max-width:424px) {
    ul.sub_menu > li {
        margin-right: 3px;
    }
}

@media screen and (max-width:396px) {
    .tour_bus_choose_box li {
        width: 48%;
    }

        .tour_bus_choose_box li:nth-child(2n+2) {
            margin: 0 0 10px 0;
        }
}

@media screen and (max-width:360px) {
    .multiple_day_banner_box .banner_text h1 {
        width: 70%;
    }

    ul.register_info {
        display: block;
        margin: 0 auto;
    }

        ul.register_info li:nth-child(2) {
            margin-right: 0;
        }
}

@media screen and (max-width:356px) {
    .multiple_day_travel_list_tabs li.two_day_btn {
        margin: 0 0 18px 0;
        width: 100%;
    }
}

@media screen and (max-width:346px) {
    ul.company_info {
        max-width: 310px;
    }
}
