@charset "utf-8";

/*高風旅遊*/
/*-------------------------------------------------------------------------*/
/*固定大圖隨著滑鼠往上移動*/
/*.pageIndex #header { position: static;}
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 

*/

@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Dela+Gothic+One&family=Noto+Sans+TC:wght@100..900&display=swap');

:root{
    --f150: 150px;
    --f70: 70px;
    --f60: 60px;
    --f50: 50px;
    --f40: 40px;
    --f36: 36px;
    --f30: 30px;
    --f24: 24px;
    --f20: 20px;
    --f18: 18px;
    --f16: 16px;
    --f14: 14px;
    --f12: 12px;
    --coB: #6AC2BF;
    --coB01: #30B8E9;
    --coO: #E89F36;
    --p100: 100px;
    --p3: 3%;
    --p5: 5%;
    --fA: "Audiowide", sans-serif;
    --fDG: "Dela Gothic One", sans-serif;
}

@media (max-width:1440px) {
    :root{
        --f150: 10vw;
        --f70: 60px;
        --f60: 50px;
        --f50: 40px;
        --f40: 36px;
    }
}

@media (max-width:1024px) {
    :root{
        --f70: 50px;
        --f60: 55px;
        --f50: 36px;
        --f40: 30px;
        --f36: 30px;
        --f30: 27px;
        --f24: 22px;
        --p100: calc(3vw + 50px);
    }
}

@media (max-width:768px) {
    :root{
        --f70: 45px;
        --f60: 40px;
        --f40: 25px;
        --f36: 25px;
        --f30: 22px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --p3: 5%;
    }
}

@media (max-width:600px) {
    :root{
        --f70: 40px;
        --f60: 40px;
        --f40: 22px;
        --f36: 22px;
        --f30: 20px;
        --f20: 16px;
        --f18: 16px;
        --f16: 15px;
    }
}

.box_container {width:100%; max-width:2000px; font-size:var(--f16); letter-spacing: 1px; color:#545454; border:0; text-decoration:none; overflow:hidden; background:#F6F6F6; margin: auto;}
.box_container img{width:auto; max-width:100%;}
.box_container * {box-sizing: border-box; max-width:100%;  padding:0; margin:0; line-height:180%;}
.box_container a{text-decoration:none;}
.box_container ul{list-style:none;}
.box_container i, .box_container em, .box_container dfn, .box_container var{font-style: normal;line-height: 0px;}
.box_container u{text-decoration:none;}

/*Animations*/
[data-animate-in] { opacity: 0; transition: transform 0.8s ease, opacity 0.8s ease;}
[data-animate-in="up"] { transform: translate3d(0, 20%, 0);}/*由下往上*/
[data-animate-in="left"] { transform: translate3d(-30%, 0, 0);}/*由左往右*/
[data-animate-in="right"] { transform: translate3d(30%, 0, 0);}/*由右往左*/
[data-animate-in="down"] { transform: translate3d(0, -20%, 0);}/*由上往下*/
[data-animate-in="fadeIn"] { transform: translate3d(0, 0, 0);}/*淡入*/
[data-animate-in="scaleIn"] {transform: scale(.3);}/*放大淡入*/
[data-animate-in].in-view { opacity: 1; transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); transition: transform 1.2s ease, opacity 1s ease;}
.fade-in { opacity: 0; transition: opacity 1s ease; }

.content_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-slide img {
    height: auto;
    padding: 0;
}

.main_header_area .container {
    max-width: 1640px;
    padding: 0 20px;
}

/*-------------------------------------------------------------------------*/
/*header logo*/
.pageIndex .main_header_area, .main_header_area{
    padding: 0;
}
.nav-header{
    width: 20%;
}
.nav-brand {
    width: 100%;
    max-width: 325px;
    line-height: 0;
}
.nav-brand img {
    width: auto;
    max-width: 100%;
}


.nav-header {
    top: 50%;
    transform: translateY(-50%);
}

/*-------------------------------------------------------------------------*/
/*header右側按鈕*/
.tp_links{display: none !important;}
.tp_links a:before {
    width: 30px;
    height: 30px;
    margin: -10px 0px;
}

.tp_links a.me_tp_line:before {
    background-image: url(https://pic03.eapple.com.tw/wandongtravel/tp_line.png) !important;
}

.tp_links a.me_tp_call:before {
    background-image: url(https://pic03.eapple.com.tw/wandongtravel/tp_call.png) !important;
}

.tp_links a.me_tp_mail:before {
    background-image: url(https://pic03.eapple.com.tw/wandongtravel/tp_email.png) !important;
}

/*-------------------------------------------------------------------------*/

.pageIndex .main_header_area,
.main_header_area {
    padding: 30px 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.65+100 */
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.65) 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: white;
}

.main_header_area {
    background-color: #fff;
}


.nav-menu>li>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #000 #000 transparent;
}

.nav-dropdown>li>li>a {
    width: 100%;
}

.nav-menu {
    margin: 0px 0 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-menu>li>.nav-dropdown {
    border: none;
}

.nav-menu>li>a {
    color: #525252;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: 5px solid #936F3000;
    transition: all 0.5s;
    padding: 10px 19px;
}

.nav-menu>li:hover>a {
    color: #6AC3BD;
    border-bottom: 5px solid #6AC3BD;
}

.nav-dropdown {
    min-width: 121px;
    background: rgba(255, 255, 255, 0.75);
    border: none;
}

.nav-dropdown>li>a {
    transition: all 0.5s;
    color: #525252;
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    background-color: #936F3000;
    border: none;
}

.nav-dropdown>li>a:hover {
    color: #ffffff;
    background-color: var(--coB);
}

.nav-dropdown>li>a:focus {
    color: #ffffff;
    background-color: #936F30;
}

.tp_links a {
    border-bottom: none !important;
}

.footer {
    background: #f2f2f2;
}

.footer_menu {
    border-top: 1px solid #f2f2f2 !important;
}

.footer,
#bottom_menu {
    border-top: 1px solid #f2f2f2 !important;
}

.footer_logo img {
    width: 100%;
}

.footer_info li:nth-child(1) {
    width: 40%;
}

.footer_info li:nth-child(2) {
    width: 40%;
}

.footer_info li p.add:before {
    content: "北部：";
}

.footer_info li p.add2:before {
    content: "中部：";
}

/* *********************************** */

/*每頁底色+背景*/
#content {
    border-top: none !important;
    background-image: url(#);
    background-color: #F6F6F6;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.banner {
    height: 400px;
    background-position: center;
    background-color: #efefef;
    box-shadow: none;
    background-repeat: no-repeat;
}

.banner h5 {
    display: none;
}

.banA {
    background-image: url(#);
}

.banB {
    background-image: url(https://pic03.eapple.com.tw/wandongtravel/banB.jpg);
}

.banC {
    background-image: url(https://pic03.eapple.com.tw/wandongtravel/banC.jpg);
}

.banD {
    background-image: url(#);
}

.banE {
    background-image: url(https://pic03.eapple.com.tw/wandongtravel/banE.jpg);
}

.banF {
    background-image: url(#);
}

/* *********************************** */

/*聯絡表單*/
.list_before li.btn .animated-arrow {
    display: none;
}

.noborder {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}

.contact_form li {
    border-bottom: 0px solid #ffffff;
}

.contact_content .information_left {
    display: none;
}

.contact_content .information_right {
    width: 100%;
}

/* .animated-arrow {
    background: linear-gradient(to right, #00a29d, #00d8a7);
    border-radius: 15px;
} */

/* index */

li.xi_ex_a {}

li.xi_ex_a h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    margin: 0;
}

li.xi_ex_a h4 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 150px;
}

li.xi_ex_a h4 a+a {
    margin-left: 10px;
}

li.xi_ex_a h4 a img {
    transition: 0.5s;
}

li.xi_ex_a h4 a img:nth-of-type(2) {
    position: absolute;
    opacity: 0;
}

li.xi_ex_a h4 a:hover img:nth-of-type(1) {
    transition: 0.5s;
    opacity: 0;
}

li.xi_ex_a h4 a:hover img:nth-of-type(2) {
    transition: 0.5s;
    opacity: 1;
}

/* 20240118 */

.bannerindex {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    position: relative;
    height: auto;
}

.swiper-banner {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: -50%;
    margin-left: 50%;
    position: static;
    margin: 0;
    height: auto;
}

@media (max-width:1250px) {
    .nav-menu {
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    
}

@media screen and (max-width: 1024px) {
    #content_main {
        margin-top: 0;
    }
    .pageIndex .main_header_area,
    .main_header_area {padding: 20px 0;}
}

@media (max-width:768px) {
    .bannerindex {
        padding-bottom: 0;
    }

    .pageIndex .main_header_area,
    .main_header_area {
        padding: 10px 15px;
    }

    .nav-header {
        display: flex;
        justify-content: center;
        align-items: center;
        transform: unset;
        padding: 0;
        width: 80%;
        max-width: 250px;
        margin: 10px auto auto;
    }

    li.tp_links {
        display: none;
    }

    .nav-menu>li>a,
    .navigation-portrait .nav-menu>li {
        border: none;
    }

    .nav-menu>li>ul {
        margin-top: 10px;
    }

    .nav-menu>li>ul>li {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .navigation-portrait .nav-dropdown>li>a {
        width: calc(100% - 10px);
        text-align: left;
    }

    .nav-menu>li>a {
        border-bottom: 1px #000 solid;
        position: relative;
    }

    .nav-menu>li>a::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #936F3000;
        position: absolute;
        top: -1px;
        left: 0;
    }

    .nav-menu>li:hover>a {
        border: none;
        border-bottom: 1px #936F30 solid;
        background-color: #936F30;
        color: white;
    }

    .nav-menu>li:hover>a::before {
        transition: 0.5s;
        background-color: #936F30;
    }

    .navigation-portrait .nav-menu>li:last-child {
        border: none;
    }

    li.xi_ex_a h4 {
        padding: 10px;
    }

    .nav-menu>li:hover>a .submenu-indicator-chevron {
        border-color: transparent #ffffff #ffffff transparent;
    }

    .navigation-portrait .nav-toggle {
        top: 50%;
        right: -20px;
        transform: translateY(-70%);
        margin: 0;
        padding: 0;
        color: #000;
    }

    .nav-toggle:before {
        background-color: #000;
        box-shadow: 0 .5em 0 0 #000, 0 1em 0 0 #000;
    }

    .nav-toggle:after,
    .nav-menus-wrapper-close-button {
        color: #000;
    }

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
        background-color: #fff;
    }

    .nav-menu>li.focus>a {
        background-color: #936F30;
        color: white;
        border-bottom: 1px #936F30 solid;
        ;
    }

    .nav-menu>li.focus .nav-menu>li>a .submenu-indicator-chevron {
        border: transparent #fff #fff transparent;
    }

    .nav-menu>li.focus>a::before {
        background-color: #936F30;
    }

    .nav-menu>li.focus>a .submenu-indicator-chevron,
    .nav-menu>.focus>a .submenu-indicator-chevron {
        border-color: transparent #fff #fff transparent
    }

    .navigation-portrait .nav-dropdown>li>a:before {
        background-color: #00000060;
    }

    .navigation-portrait .nav-dropdown>li>a:hover:before {
        background-color: #936F30;
    }
}

@media screen and (max-width: 480px) {
    .pageIndex .main_header_area,
    .main_header_area {
        padding: 5px 10px;
    }
    .nav-header{max-width: 230px; margin: 0 auto 0 0; padding: 10px 0;}
    .nav-brand img {
        /* padding: 13px 43px 0px 0px; */
    }

    .nav-toggle {
        right: -20px;
    }
}