/* 國旅聯票樣式 */

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

#nav_ota {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

    #nav_ota > div {
        display: block;
        width: 23%;
        border: 1px solid #CCC;
        border-radius: 10px;
        margin-top: 20px;
        min-height: 100px;
        text-align: center;
    }

        #nav_ota > div:hover {
            border: 2px solid #DD5000;
            box-shadow: 0 0 10px rgb(0 0 0 / 10%);
            cursor: pointer;
            font-weight: 500;
        }

        #nav_ota > div > img {
            width: 100px;
            padding: 10px 5px 0px 5px;
        }

        #nav_ota > div > span {
            display: block;
            padding: 0px 5px 10px 5px;
        }

.con > section {
    padding: 15px;
}


    .con > section > h3 {
        font-size: 1.2rem;
        padding: 10px 0 0 0;
        position: relative;
        color: #333;
        font-weight: 400;
        border: 0px !important;
    }

        .con > section > h3::before {
            content: "";
            position: absolute;
            height: 3px;
            width: 45px !important;
            left: 0;
            bottom: -3px;
            background-color: #DD5000;
        }

.subtitle {
    padding: 5px 0px;
    font-weight: 400;
    padding: 10px 0px;
    font-size: 1.1rem;
    color: #666;
    display: block;
}

.ota_content {
    border: 1px solid #CCC;
    display: flex;
    justify-content: flex-start;
    margin: 15px 0px;
}

    .ota_content:hover {
        box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    }

    .ota_content > div {
        display: block;
    }

.ota_image {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 30%;
    background-position: center;
}

.prodName {
    width: calc(70% - 20px);
}

    .prodName > div {
        padding: 8px 0px 8px 20px;
        line-height: 1.8rem;
        width: 100%;
        word-break: normal;
    }

        .prodName > div > a {
            color: #333;
        }

            .prodName > div > a::before {
                content: "▎";
                color: #DD5000;
                font-size: 0.7rem;
                vertical-align: top;
            }

            .prodName > div > a:hover {
                color: #ca4f0f;
            }

span.goLink_name {
    font-size: 0.875rem;
    color: #666;
}

    span.goLink_name::before {
        content: "》";
        color: #DD5000;
        margin-left: 5px;
        margin-right: -3px;
        font-size: 0.5rem;
    }

    span.goLink_name:hover {
        color: #DD5000;
        margin-left:;
        transition-timing-function: linear;
    }

#partner > p {
    border-bottom: 1px solid #ccc;
    font-size: 1.125rem;
    padding-bottom: 5px;
    font-weight: 500;
}

#partner > div {
    width: fit-content;
    margin: 20px 10px;
    float: left;
    display: contents;
}

#partner img {
    height: 65px;
    padding-right: 10px;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Safari */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+ */
}

    #partner img:hover {
        cursor: pointer;
    }

.footer-notice {
    background-color: unset;
    margin-top: 50px;
    border: 1px solid #efeff1;
    padding: 10px;
}

.text-center.mb-0.h5.thsr-h5 {
    background-color: #efeff1;
}

/*促銷活動*/
.promo {
    display: flex;
}

.promo_desc {
    margin: 20px 12px 0px 30px;
    padding: 10px 20px 0px 0px;
    background-color: rgb(254 242 216 / 70%);
    border: 3px solid #fef2d8;
    border-radius: 10px;
    flex-grow: 1;
}

.promo_desc_slogen {
    padding: 4px 10px;
    background-color: #dd5101;
    color: #FFF;
    letter-spacing: 1px;
    width: fit-content;
    font-size: 0.875rem;
    z-index: 5;
    margin-left: -17px;
    box-shadow: 0px 5px 8px -2px #CFCFCF;
    -webkit-box-shadow: 0px 5px 8px -2px #CFCFCF;
    -moz-box-shadow: 0px 5px 8px -2px #CFCFCF;
    -o-box-shadow: 0px 5px 8px -2px #CFCFCF;
}

.promo_desc_title > div > h3 {
    color: #333;
    padding: 10px 10px 5px 10px;
    font-size: 1.2rem;
    font-weight: 500;
}

.promo_desc > ul > li {
    margin-left: 50px;
    line-height: 1.6rem;
    color: #666;
}

.promo_desc_shadow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 10px 0;
    border-color: transparent #ae480d transparent transparent;
    margin-left: -17px;
}

.promo_desc_title {
    margin-top: -45px;
    padding-left: 60px;
}

.promo_desc > ul {
    padding: 10px 10px 10px 50px !important;
    ;
}

/*限時優惠*/
.product-banner .area-slider {
    display: flex;
}

.area-filter {
    background-color: unset !important;
    padding: 0px 15px 5px 15px !important;
}

.promo_desc > ol {
    padding-left: 50px;
}

.promo_keywords {
    margin: -5px 0px;
    width: calc(100% - 100px);
}

    .promo_keywords > span {
        padding: 3px 15px;
        border-radius: 15px;
        background: #767676;
        width: fit-content;
        margin-right: 2px;
        word-break: keep-all;
        color: #FFF;
        font-size: 0.9em;
        line-height: 2rem;
    }

.promo_link {
    display: block;
    position: relative;
    z-index: 10;
    float: right;
    bottom: 1.2em;
    color: #ca4f0f;
}

    .promo_link > a {
        color: #ca4f0f;
        font-size: 0.9rem;
        margin-right: 5px;
        margin-left: 8px;
        border-bottom: 1px solid #ca4f0f;
    }

        .promo_link > a:hover {
            /* text-decoration: underline;*/
        }

.promo_page {
    text-align: center;
}

    .promo_page > span {
        background: #ccc;
        border-radius: 50px;
        width: 12px;
        height: 12px;
        display: inline-block;
        margin: 5px 2px;
    }

.promo > li {
    width: 50%;
}

#promo_page2 {
    display: none
}

@media screen and (max-width:680px) {
    #nav_ota {
        height: auto;
    }

        #nav_ota > div {
            width: 48%;
        }

    .con > section > h3 {
        font-size: 1.25rem !important;
        padding: 10px 0 0 0 !important;
        border: 0px !important;
    }

    .subtitle {
        font-size: 1rem !important;
    }

    .ota_content {
        display: block;
    }

    .ota_image {
        width: 100%;
        height: 250px;
    }

    .prodName {
        width: 100%
    }

        .prodName > div {
            line-height: 1.5rem;
            margin: 5px 15px 5px -5px;
            width: initial;
        }
}

.bannerM {
    display: none;
}

.bannerP {
    max-width: 100%;
}

.footer-notice {
    background-color: unset;
    margin-top: 50px;
    border: 1px solid #efeff1;
    padding: 10px;
}

@media (max-width: 768px) {
    .promo_desc_title > div > p {
        width: calc(100% + 35px);
    }

    .bannerP {
        display: none;
    }

    .bannerM {
        display: block;
        max-width: 100%;
    }

    .promo {
        width: 100%;
    }

    .promo_desc_title > div > p {
        margin-left: -45px;
    }

    .promo_keywords {
        margin-right: 0px;
        padding-bottom: 30px;
    }
}

.slick-prev, .slick-next {
    top: 60%;
    height: 60px;
}

    .slick-prev:before {
        top: 0px;
    }

    .slick-next:before {
        top: 0px;
    }

.double-theme {
    width: 50%;
}
