@charset "utf-8";

/*-------------------------------------------------------------------------*/
/*固定大圖隨著滑鼠往上移動*/
/*.pageIndex #header { position: static;}
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 

*/
body {
    font-family: "Anton SC", "Noto Sans TC", sans-serif;
    font-weight: 400;

    --frm01: "Noto Serif TC", serif;
    --frm02: "Montserrat", sans-serif;

    background-image: url('../img/crd_img027.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

.pageIndex .main_header_area,
.main_header_area {
    /* padding: 45px 0px; */
    background-color: #333333;
}

.main_header_area {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.main_header_area .container {
    max-width: 1540px;
    padding: 13px 20px;
    position: relative;
}

#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;
}

.swiper-slide img {
    height: auto;
}


/*-------------------------------------------------------------------------*/
/*header logo*/
.nav-brand {
    width: 352px;
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-header {
    width: fit-content;
    position: static;
    margin: 0;
    padding: 0;
}

/*-------------------------------------------------------------------------*/
/*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;
}

/* .nav-menu>li>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #111111 #111111 transparent;
} */

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-dropdown>li>li>a {
    width: 100%;
}

.nav-menu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav-menu>li>.nav-dropdown {
    border: none;
}

.nav-menu>li>a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    transition: all 0.5s;
    padding: 0 20px;
}

.nav-dropdown {
    min-width: 121px;
    background: #333333;
    border: none;
}

.nav-dropdown>li {
    border-bottom: 1px rgba(255, 255, 255, 0.6) solid;
}

.nav-dropdown>li:last-child {
    border: none;
}

.nav-dropdown>li>a {
    transition: all 0.5s;
    color: #F2DF30;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans TC", sans-serif;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    border: 1px #434750 solid;
    background: #333333;
    padding: 15px 5px;
    border: none;
}

.nav-dropdown>li:last-child>a {
    border: none;
}

.nav-dropdown>li>a:hover {
    color: #28292B;
    background-color: #DDBE2E;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #28292B;
    background-color: #DDBE2E;
}

.nav-dropdown>li.focus>a {
    color: #28292B;
    background-color: #DDBE2E;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    background-color: #28292B;
    color: #DDBE2E;
}

.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;
}

.banner {
    padding: 160px 5% 170px 0;
    background-image: url('../img/crd_img016.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner h5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #DDBE2E;
    font-size: 92px;
    font-weight: 700;
    font-family: var(--frm02);
    line-height: 120%;
    letter-spacing: 0.02em;
    margin: 0;
    padding-left: 195px;
    position: relative;
}

.banner h5::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36.5px 0 36.5px 33px;
    border-color: transparent transparent transparent #DDBE2E;
    position: absolute;
    left: 0;
}

.banner h5::before {
    content: "服務項目";
    color: white;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.07em;
    display: block;
}

.banA {
    background-image: url(#);
}

.banB {}

.banC {}

.banD {}

.banE {}

.banF {}

/* *********************************** */

/*聯絡表單*/
.list_before li.btn .animated-arrow {
    display: none;
}

.noborder {
    background-color: rgba(238, 238, 238, 0.1);
    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;
} */

/* 文章 */
body.blog_page .banner h5::before,
body.blog_in_page .banner h5::before {
    content: "最新消息";
}

body.blog_page .banner,
body.blog_in_page .banner {
    background-image: url('../img/crd_img049.jpg');
}

body.blog_page .banner h5::before {
    content: "最新消息";
}

body.blog_page .main_part,
body.blog_in_page .main_part {
    max-width: 1520px;
    padding: 130px 20px;
}

body.blog_page .path,
body.blog_in_page .path {
    display: none;
}

body.blog_page .show_content {
    display: flex;
    justify-content: space-between;
}

body.blog_in_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

@media (max-width:1250px) {
    .nav-menu {
        justify-content: flex-end;
        flex-wrap: wrap;
    }
}

@media (max-width:1200px) {
    .nav-brand {
        width: 250px;
        margin-right: 50px;
    }

    .banner h5 {
        padding-left: 15%;
        font-size: 80px;
    }

    body.blog_page .main_part,
    body.blog_in_page .main_part {
        padding: 80px 5%;
    }

    h5.blog_le_t span {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    h5.blog_le_t span {
        padding: 0;
        margin: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1024px) {
    #content_main {
        margin-top: 0;
    }

    h4.blog_category_title {
        font-size: 24px;
    }
}

@media (max-width:800px) {
    .banner h5 {
        font-size: 70px;
    }
}

@media (max-width:768px) {
    .navigation {
        justify-content: center;
    }

    .navigation-portrait {
        height: auto;
    }

    .nav-toggle {
        top: 50%;
        transform: translateY(calc(-50% - 5px));
        right: -8px;
    }

    .nav-toggle:before {
        content: "";
        position: absolute;
        top: 6px;
        right: 3px;
        width: 26px;
        height: 2px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 .5em 0 0 #fff, 0 1em 0 0 #fff;
    }

    .bannerindex {
        padding-bottom: 0;
    }

    .nav-header {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-brand {
        margin: 0;
    }

    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;
    }

    .navigation-portrait .nav-menu>li:last-child {
        border: none;
    }

    .navigation-portrait .nav-menu>li.focus>ul>li>a {
        width: 100%;
        background-color: #333333;
    }

    .navigation-portrait .nav-menu>li.focus>ul>li.focus>a {
        background-color: #DDBE2E;
    }

    .navigation-portrait .nav-menu>li.focus>ul>li>a:hover {
        transition: 0.5s;
        background-color: #DDBE2E;
    }

    .nav-menus-wrapper-close-button {
        color: #fff;
    }

    li.xi_ex_a h4 {
        padding: 10px;
    }

    .nav-menu>li:hover>a .submenu-indicator-chevron {
        border-color: transparent #ffffff #ffffff transparent;
    }

    .navigation-portrait .nav-dropdown .submenu-indicator {
        right: 5px;
    }

    .nav-menu>li>a {
        border-bottom: 1px #434750 solid;
    }

    .navigation-portrait .submenu-indicator.submenu-indicator-up {
        transform: rotate(180deg) translateY(45%);
    }

    .navigation-portrait .nav-dropdown .submenu-indicator {
        top: 50%;
        border-color: #ffffff;
    }

    .nav-menu>li:hover>a .submenu-indicator-chevron,
    .nav-menu>li.focus>a .submenu-indicator-chevron {
        border-color: #DDBE2E;
    }

    ul.nav-dropdown>li>a {
        position: relative;
    }

    ul.nav-dropdown>li.focus>a>.submenu-indicator.submenu-indicator-up {
        transform: rotate(180deg) translateY(-50%);
        top: -50%;
    }

    .navigation-portrait .nav-dropdown>li>ul>li>a {
        width: 100%;
    }

    .nav-menu>li>ul>li>ul>li>a::before {
        left: 9px !important;
    }
}

@media (max-width:600px) {
    .banner {
        padding: 100px 5%;
        position: relative;
    }

    .banner h5 {
        padding: 0;
        align-items: center;
        position: static;
        font-size: 50px;
        text-indent: 0.2em;
        text-align: center;
    }

    .banner h5::before {
        font-size: 18px;
        text-indent: 0.07em;
        text-align: center;
        margin-bottom: 5px;
    }

    .banner h5::after {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        border-width: 33px 36.5px 0 36.5px;
        border-color: #DDBE2E transparent transparent transparent;
    }

    body.blog_page .main_part,
    body.blog_in_page .main_part {
        padding: 50px 5%;
    }

    h4.blog_category_title {
        font-size: 22px;
    }

    .blog_box_edit {
        font-size: 15px;
    }
}

@media (max-width:500px) {
    .blog_back {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px 0;
    }
}

@media (max-width:475px) {
    .nav-brand {
        width: 180px;
    }
}

@media (max-width:400px) {
    .banner {
        padding: 60px 7% 50px 7%;
    }

    .banner h5 {
        font-size: 40px;
    }

    .banner h5::after {
        border-width: 25px 25px 0 25px;
    }
}

/* 詢價 */
body.about_page .main_part {
    max-width: 100%;
    width: 100%;
    background-image: url('../img/crd_img055.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body.about_page .show_content {
    max-width: 1520px;
    width: 100%;
}

body.about_page .banner{
    background-image: url('../img/crd_img054.jpg');
}

body.about_page .banner h5::before{
    content:"線上估價";
}

.ban_online {
    background: url(gf_online_bg01.jpg) no-repeat center top;
    height: 400px;
    margin-bottom: 30px;
}

.main_part {
    max-width: 1400px;
}

.online_box {}

.online_box .box_le {
    display: inline-block;
    vertical-align: top;
    width: 42%;
}

.online_box .box_ri {
    display: inline-block;
    vertical-align: top;
    width: 53%;
    margin-left: 3%;
    padding: 2vw;
    background: #DDBE2E;
    border-radius: 15px;
}

.online_box .box_ri h3 {
    padding: 7px;
}

.box_le {
    font-family: "Noto Sans TC", sans-serif;
}

.box_le blockquote {
    margin-bottom: 50px;
}

.box_le h4 {
    font-size: 35px;
    color: #DDBE2D;
    font-weight: 700;
    font-family: "Noto Sans TC", sans-serif;
    margin-bottom: 20px;
}

.box_le em {
    font-size: 18px;
    color: #DDDDDD;
    font-size: 17px;
    font-style: normal;
    display: block;
    line-height: 140%;
}

.box_le h6 {
    font-size: 17px;
    color: #EDEDED;
    font-weight: 600;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px;
    max-width: 208px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #3A3846;
    text-align: center;
}

.box_le p {
    background: url('../img/crd_img057.png') no-repeat left 5px;
    font-size: 13px;
    color: #DDDDDD;
    line-height: 175%;
    padding: 3px 3px 10px 32px;
    margin-bottom: 10px;
    border-bottom: 1px rgba(221, 221, 221, 0.25) solid;
}

.box_le p span {
    color: #FF0;
    font-weight: 1000;
    background: #d90000;
    padding: 1px 5px;
}

.form_box {
      font-family: "Noto Sans TC", sans-serif;
}

.form_box p {
    font-size: 17px;
    color: #000;
    margin-bottom: 5px;
    padding: 0 3px;
}

.form_box p span {
    color: #FF0000;
    font-size: 16px;
    display: inline;
    padding: 3px;
    line-height: 100%;
    word-break: break-all;
}

.form_box table {
    width: 100%;
}

.form_box td {
    width: 50%;
    padding: 7px;
}

.form_box input[type="text"],
.form_box input[type="date"],
.form_box input[type="time"],
.form_box select {
    border: 1px #333333 solid;
    width: 100%;
    padding: 7px;
    font-size: 17px;
    background-color: #111111;
    color: #999999;
}

.form_box input[type="date"]::-webkit-calendar-picker-indicator,
.form_box input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(100%) sepia(100%) hue-rotate(180deg);
    /* 將圖示顏色反轉並調整色相 */
}

.form_box textarea {
    width: 100%;
    padding: 7px;
    font-size: 17px;
    color: #999999;
    height: 200px;
    background-color: #000;
}

.form_box input.form_send {
       font-size: 17px;
    color: #EDEDED;
    font-weight: 600;
    display: inline-block;
    padding: 9px 20px 11px 20px;
    border-radius: 5px;
    max-width: 208px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #3A3846;
    text-align: center;
    margin-top: 30px;
}

.form_box input.form_send:hover {
    border-color: #ffc107;
}

hr.border_1_solid {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(58, 56, 70,0.25);
    border: none;
    outline: none;
    margin: 20px auto;
}

blockquote i {
    font-size: 14px;
    color: #F0F0F0;
    line-height: 175%;
    padding: 3px 3px 3px 3px;
    margin-left: 25px;
    margin-bottom: 5px;
    background-color: #D90000;
    font-style: normal;
}

.banner {}

@media screen and (max-width: 1024px) {
    .box_le h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 840px) {
    .box_le h4 {
        font-size: 24px;
    }

    .online_box .box_le,
    .online_box .box_ri {
        display: block;
        width: 100%;
        margin: auto;
    }

    .box_le em {
        display: inline;
    }
}

@media screen and (max-width: 500px) {
    .show_content {
        padding: 20px 5px;
    }

    .box_le em {
        font-size: 16px;
    }

    .form_box td {
        width: 100%;
        display: block;
        padding: 0 0 7px 0;
    }
}

/* 系統使用說明 */
#qa_box {}

#qa-list {}

.qa-btn {
    width: 98%;
    padding: 3px 1%;
    height: 40px;
    margin: 20px auto 5px;
    background: #00468C;
    border-radius: 30px;
}

.qa-btn a {
    width: 90px;
    height: 30px;
    display: block;
    float: right;
    margin: 4px 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    background: #00468C;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    border-radius: 30px;
}

.qa-btn a:hover {
    filter: alpha(opacity=85);
    opacity: .85;
}

.qa-btn a.close {
    float: right;
}

.anser {
    display: none;
    padding: 20px 7px;
}

.qa-box:last-child {
    margin-bottom: 20px;
}

.qa-box h5 {
    display: block;
    font-size: 22px;
    letter-spacing: 1px;
    color: #DDDDDD;
    font-weight: 400;
    cursor: pointer;
    padding: 12px 0;
    position: relative;
    border-bottom: 1px #CCCCCC solid;
}

.qa-box h5:hover {}

.qa-box h5:after {
    content: '';
    background: url('../img/crd_img056.png') no-repeat;
    position: absolute;
    top: 20px;
    right: 0;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
}

.qa-box h5.close {
    font-weight: bold;
}

.qa-box h5.close:after {
    content: '';
    background: url('../img/crd_img056.png') no-repeat;
    position: absolute;
    top: 19px;
    right: 0;
    width: 20px;
    height: 20px;
    transform: rotate(0);
}

.box_le p u {
    display: inline-block;
    color: #ffffff;
    background-color: #D90000;
    padding: 3px 5px;
}