@charset "utf-8";

/*高風旅遊*/
/*-------------------------------------------------------------------------*/
/*固定大圖隨著滑鼠往上移動*/
/*.pageIndex #header { position: static;}
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 

*/
.swiper-slide img {
    height: auto;
}


/*-------------------------------------------------------------------------*/
/*header logo*/

/*-------------------------------------------------------------------------*/
/*header右側按鈕*/
.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/xiangshunrental/tp_line.png) !important;
}

.tp_links a.me_tp_call:before {
    background-image: url(https://pic03.eapple.com.tw/xiangshunrental/tp_call.png) !important;
}

.tp_links a.me_tp_mail:before {
    background-image: url(https://pic03.eapple.com.tw/xiangshunrental/tp_email.png) !important;
}

/*-------------------------------------------------------------------------*/

.main_header_area{
    background-color: black;
}


.nav-menu>li>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #ffffff #ffffff 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-dropdown {
    min-width: 121px;
    background: rgba(23, 23, 23, 0.75);
    border: none;
}

.nav-dropdown>li>a {
    transition: all 0.5s;
    color: white;
    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: #936F30;
}

.nav-dropdown>li>a:hover,
.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-color: #ffffff !important;
    background-position: center bottom;
    background-repeat: no-repeat;
}

/* *********************************** */

/*聯絡表單*/
.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;
}

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:hover img:nth-of-type(2) {
    transition: 0.5s;
    opacity: 1;
}

/* 20240118 */
#content_main{
    margin-top: -7px;
}

.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;
    }
}

@media (max-width:768px) {
    .bannerindex{
        padding-bottom: 0;
    }

    .pageIndex .main_header_area,
    .main_header_area {
        padding: 25px 20px 15px 20px;
    }

    .nav-header {
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    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 white 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;
    }

}

@media screen and (max-width: 480px) {
    .nav-brand img {
        width: 150px;
    }
}

@keyframes cricle {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}

.banner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: calc(5vw + 60px) 5%;
    text-align: center;
    background-position: top center;
    background-size: cover;
}
.banner > em{
    display: block;
    max-width: fit-content;
    text-align: center;
    width: 80%;
}
.banner > em img{
    width: 100%;
}
.banner > h5{
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: normal;
    margin: 15px 0 0px;
}
.banner > i{
    display: block;
    max-width: fit-content;
    margin: auto;
}
.banner > i img{
    animation: cricle 15s infinite linear;
}

.work_banner{
    background-image: url(../pi_img/workbanner.jpg);
}
.on_banner{
    background-image: url(../pi_img/onbanner.jpg);
}

.pageIndex .main_header_area,
.main_header_area {
    padding: 20px;
    background: #fff;
}

.navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-brand{ 
    display:block;
    line-height: 0px;
}
.nav-menu>li>a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0.05em;
    border-bottom: 3px solid #0180B100;
    transition: all 0.5s;
    padding: 10px;
}
.nav-menu>li>a:hover{
    border-color: #0180B1;
}
.xi_ex_a h4 a:hover img:nth-of-type(1) {
    transition: 0.5s;
    transform: translateY(-5px);
}


@media screen and (max-width: 1360px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .banner > h5{font-size: 20px;}
}
@media screen and (max-width: 568px) {}
@media screen and (max-width: 420px) {}
@media screen and (max-width: 370px) {}