@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url('/webeip/HT00100/peggy/fonticons/css/style.css');

/* 以下是 animate 的 CSS */
@import url('/webeip/HT00100/becky/css/animate.css');
/* 以下是 animate 的 js */
@import url('/webeip/HT00100/Peggy/js/wow.js');

/* 以下是 slick-1.8.1 的相關 CSS */
@import url('/webeip/HT00100/becky/slick-1.8.1/slick/slick.css');
/* Add the new slick-theme.css if you want the default styling */
@import url('/webeip/HT00100/becky/slick-1.8.1/slick/slick-theme.css');

/* 以下是swiper-4.5.0 css */
@import url(/webeip/HT00100/Peggy/swiper-4.5.0/css/swiper.min.css);

/* 以下是 reset 的 CSS */
@import url('/webeip/HT00100/becky/css/reset.css');

body{ background-color: #f8f8f8; }

.cloud_coupon_dmDetail_main{
    width: 95%;
    margin: 40px auto;
    position: relative;
    z-index: 99;
}
.cloud_coupon_dmDetail_form{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.cloud_coupon_dmDetail_box{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.cloud_coupon_dmDetail_contentL{
    width: 100%;
    position: relative;
}
.cloud_coupon_dmDetail_contentL_box{
    position: relative;
}
.cloud_coupon_dmDetail_contentL_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.cloud_coupon_dmDetail_contentL_bottom > p{
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 1rem;
}
/* 圖片設定 */
    .cloud_coupon_dmDetail_boxImg{
        width: 100%;
        cursor: pointer;
        padding: 5px;
        box-sizing: border-box;
        box-shadow: 0 0 5px rgba(0,0,0,10%);
    }
    .cloud_coupon_dmDetail_boxImg > img{
        width: 100%;
        vertical-align: top;
        display: block;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: optimize-contrast;
        -ms-interpolation-mode: nearest-neighbor;
    }
    .cloud_coupon_dmDetail_boxLineBtn{
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 5px;
        box-sizing: border-box;
        text-align: center;
        color: #fff;
        background-color: rgb(78 205 0 / 80%);
        cursor: pointer;
        transition: all .5s;
        width: 100%;
    }
    .cloud_coupon_dmDetail_boxLineBtn img{
        width: 30px;
        vertical-align: top;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: optimize-contrast;
        -ms-interpolation-mode: nearest-neighbor;
    }
    .cloud_coupon_dmDetail_boxLineBtn:hover{
        background-color: rgb(78 205 0 / 1);
    }
   .cloud_coupon_dmDetail_boxLineBtnRWD{ display: none; width: auto; bottom: 30px;}
    .cloud_coupon_dmDetail_boxImgKpoint{
        position: absolute;
        width: 100px;
        top: 0;
        left: 0;
    }
/* 關鍵字 */
    .cloud_coupon_dmDetail_keyword{
        width: 100%;
        margin: 20px 0;
    }
    .cloud_coupon_dmDetail_keywordRWD{ display: none; }
    .cloud_coupon_dmDetail_keyword ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .cloud_coupon_dmDetail_keyword ul li{ display: inline-block; }
    .cloud_coupon_dmDetail_keyword ul li a{
        display: inline-block;
        padding: 10px 15px;
        background: #fff;
        border: 1px solid #666666;
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 20px;
        box-sizing: border-box;
        color: #666666;
        transition: all .3s;
        font-size: 0.9rem;
    }
    .cloud_coupon_dmDetail_keyword ul li a:hover{
        background: #666666;
        color: #fff;
    }
/* 通路標示 */
    .cloud_coupon_dmDetail_box_filter{
        width: 55px;
        height: 55px;
        font-size: 1rem;
        padding: 5px;
        box-sizing: border-box;
        position: absolute;
        top: -5px;
        right: -5px;
        white-space: unset;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: bold;
        margin: 0;
        z-index: 10000;
        line-height: 20px;
        background-color: #3393FA;
        border: 1px solid #3393FA;
        color: #fff;
    }
/* 內容設定 */
    .cloud_coupon_dmDetail_contentR{
        width: 100%;
        margin-left: 10px;
        margin-top: 10px;
        padding: 50px 20px 60px 20px;
        box-sizing: border-box;
        background-color: #fff;
        position: relative;
        border-radius: 0 10px 0 0;
    }
    .cloud_coupon_dmDetail_contentR > h1{
        width: 100%;
        font-size: 1.5rem;
        border-left: 5px solid #000;
        padding-left: 5px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

    /* K point規則 */
    .cloud_coupon_dmDetail_box_KpRule{
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
        margin-bottom: 20px;
        border-radius: 10px;
        background-color: #efefef;
    }
    .cloud_coupon_dmDetail_box_KpRule > img{
        width: 20px;
        vertical-align: top;
        margin-bottom: 5px;
        box-sizing: border-box;
    }
    /* 活動標籤 */
    .cloud_store_dmDetailBox_tag{
        position: absolute;
        top: -10px;
        left: 10px;
        z-index: 1;
    }
    .cloud_store_dmDetailBox_tag ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .cloud_store_dmDetailBox_tag ul li{
        display: inline-block;
        max-width: 120px;
        padding: 10px;
        box-sizing: border-box;
        font-weight: bold;
        z-index: 1;
        text-align: center;
        position: relative;
        margin-right: 10px;
        color: #fff;
    }

    .cloud_store_dmDetailBox_tag ul li:before{
        position: absolute;
        content: '';
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent #888888 transparent;
        left: -10px;
    }
    .cloud_store_dmDetailBox_tag ul li:first-child{
        background-color: #ff9800;
    }
    .cloud_store_dmDetailBox_tag ul li:nth-child(2){
        background-color: #00bcd4;
    }
/* 出團日期 */
    .cloud_coupon_dmDetail_box_date{
        margin-bottom: 20px;
    }
/* 售價+行程連結 */
    .cloud_coupon_dmDetail_box_other{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
    }
    .cloud_coupon_dmDetail_box_price span{
        font-size: 2rem;
        color: #ff0000;
        font-weight: bold;
    }
    .cloud_coupon_dmDetail_box_other > a{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: #03A9F4;
        color: #fff;
        padding: 5px 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
        border: 1px solid #03a9f4;
        transition: all .3s;
    }
    .cloud_coupon_dmDetail_box_other > a:hover{
        background-color: #ffffff;
        color: #03A9F4;
    }
/* 同業圖片  */
    .cloud_coupon_dmDetail_contentR_upper{
        width: 100%;
        margin: 10px auto;
    }
    .cloud_coupon_dmDetail_contentR_upperImg{
        width: auto;
        max-width: 100%;
        vertical-align: top;
    }
/* 複製連結 */
    .cloud_coupon_dmDetail_copybtn{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: #ef420c;
        color: #fff;
        padding: 5px 5px 5px 10px;
        margin-bottom: 10px;
        border-radius: 10px;
        letter-spacing: 5px;
        box-sizing: border-box;
    }
    .cloud_coupon_dmDetail_copybtn > span{
        display: inline-block;
        box-sizing: border-box;
        
    }
