@charset "utf-8";
/* CSS Document */
@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700,900&display=swap&subset=chinese-traditional"); */

body {
    color: #444444;
    margin: 0;
    border: 0;
    font-size: 16px;
    overflow-x: hidden;
    /* background-color: #c7c7c7; */
    /* font-family: "Microsoft JhengHei", "Noto Sans TC", sans-serif, Arial; */
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif, Arial;
    line-height: 1.4;
}

a {
    color: #009891;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.4;
}

:root {
    /* 基礎設定：將原 H1 (2rem, 1.2rem + 4vw, 4rem) 乘以 0.84 */

    /* H1: 手機 27px -> 桌機 54px */
    --h1-size: clamp(1.68rem, 1.01rem + 3.36vw, 3.36rem);

    /* H2: 手機 20px -> 桌機 40px */
    --h2-size: clamp(1.26rem, 0.76rem + 2.52vw, 2.52rem);

    /* H3: 手機 17px -> 桌機 30px */
    --h3-size: clamp(1.05rem, 0.71rem + 1.68vw, 1.89rem);

    /* H4: 手機 15px -> 桌機 23.5px */
    --h4-size: clamp(0.945rem, 0.73rem + 1.05vw, 1.47rem);

    /* H5: 手機 13px -> 桌機 18.5px */
    --h5-size: clamp(0.84rem, 0.71rem + 0.63vw, 1.155rem);

    /* 建議正文基準 (維持約 16px) */
    --p-size: 1rem;
}

/* 應用於 HTML 標籤 */
h1 {
    font-size: var(--h1-size);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.015em;
}

h2 {
    font-size: var(--h2-size);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

h3 {
    font-size: var(--h3-size);
    font-weight: 700;
    line-height: 1.3;
}

h4 {
    font-size: var(--h4-size);
    font-weight: 600;
    line-height: 1.4;
}

h5 {
    font-size: var(--h5-size);
    font-weight: 600;
    line-height: 1.4;
    color: #666;
}

.bar {
    background: #fff;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

@media (min-width: 960px) {
    .d-sm-block {
        display: block !important;
    }

    .d-sm-none {
        display: none !important;
    }
}

.container {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

#ALL_WRAP {
    font-family: 'Noto Sans SC', sans-serif, var(--fa-style-family, "Font Awesome 6 Free");
    width: 100%;
    margin: 0 auto;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

header .container {
    display: flex;
    max-width: 100%;
    width: 100%;
    padding: 6px 35px;
    justify-content: space-between;
    align-items: center;
    background: white;
}

header.active .container {
    padding: 6px 35px;
}

/*-------主視覺--------*/
#Top_bg {
    background: #C7E6E4;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    background-image: url("../images/Exchange-receive/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.KV-ara {
    position: relative;
    padding: 30px 0px;
}

.kvTitle {
    align-self: center;
    font-size: clamp(60px, 4.5vw, 120px);
    font-weight: 900;
    color: #2f9f8b;
    color: transparent;
    background-image: linear-gradient(-20deg, #0d7b77 0%, #0d7b77 20%, #13b9b1 50%, #0d7b77 80%, #0d7b77 100%);
    background-clip: text;
    width: 100%;
    visibility: hidden;
    position: relative;
}

.btn_inst {
    background: linear-gradient(rgb(255, 148, 148) 0%, rgb(241, 26, 26) 100%);
    position: relative;
    font-size: 32px;
    font-weight: bolder;
    color: #FFF;
    width: 100%;
    max-width: 280px;
    padding: 1.5rem 2.5rem;
    text-align: center;
    border-radius: 44px 44px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    transition: all 0.4s ease-in-out;
    margin: 1.2vw auto;
}

.btn_inst:hover {
    background: linear-gradient(0deg, rgb(255, 81, 81) 0%, rgb(255, 181, 181) 110%);
    transform: translateY(-5px);
}

.btn_inst a {
    color: #FFFFFF;
}

/*-------end主視覺--------*/

#Part-2 {
    background-color: #13B7B0;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

#info-Part-bg {
    background-color: #13B7B0;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    padding: 20px;
}

/*-------優惠活動--------*/
#Part-1,
#Part-3 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/Exchange-receive/Activity-kv.jpg");
}

.lottery {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 3vw;
    flex-direction: column;
}

.Activit-title {
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #13A49D;
    margin-bottom: 20px;
    font-weight: bold !important;
}

.text-ara {
    position: relative;
    margin: 0 auto;
    background-color: white;
    border-radius: 16px;
    padding: 3vw 4vw;
}

.BNT-ara {
    position: relative;
    display: flex;
    width: auto;
    max-width: 75%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.BNT-ara .btn_inst {
    background: linear-gradient(rgb(18, 177, 170) 0%, rgb(16, 147, 140) 100%);
    position: relative;
    font-size: clamp(27px, 2.8vw, 32px);
    font-weight: bolder;
    color: #FFF;
    width: 100%;
    padding: 1.5rem 2.5rem;
    text-align: center;
    border-radius: 44px 44px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    transition: all 0.4s ease-in-out;
    margin: 1.2vw auto;
}

.BNT-ara .btn_inst:nth-child(2) {
    background: linear-gradient(rgb(255, 148, 148) 0%, rgb(255, 26, 26) 100%);
}

.BNT-ara .btn_inst:hover {
    background: linear-gradient(0deg, rgb(18, 177, 170) 0%, rgb(16, 147, 140) 110%);
    transform: translateY(-5px);
}

.BNT-ara .btn_inst:nth-child(2):hover {
    background: linear-gradient(0deg, rgb(255, 81, 81) 0%, rgb(255, 181, 181) 110%);
    transform: translateY(-5px);
}

.content {
    margin: 1rem;
}

.content ul li {
    list-style: none;
    font-size: clamp(20px, 2.8vw, 28px);
    font-weight: bold;
}

.content ul li span {
    font-size: clamp(18px, 2.8vw, 24px);
    font-weight: 400;
}

.content ul li::before {
    content: "★";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/*=======優惠活動表格==========*/
.Activity-wrap {
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #13B7B0;
    width: 100%;
    margin: 20px auto;
}

.Activity-wrap table {
    font-family: 'Oswald', sans-serif;
    border-collapse: separate;
    width: 100%;
    border-spacing: 0;
}

.Activity-wrap table th {
    background-color: #13B7B0;
    color: #ffffff;
    width: 200px;
    height: auto;
    font-size: clamp(20px, 2.8vw, 28px);
}

.Activity-wrap table td {
    background-color: #f3f3f3;
    width: 25vw;
    height: auto;
    padding: 1.5vw;
    text-align: center;
    font-size: clamp(18px, 1.8vw, 24px);
    border-top: 2px solid #13B7B0;
    border-left: 2px solid #13B7B0;
}

.Activity-wrap table td span {
    font-size: 15px;
    font-weight: 400;
}

.Activity-wrap table tr td:first-child {
    border-left: none;
    text-align: center;
}

.Activity-wrap table tr td:last-child {
    text-align: justify;
}

.Activity-wrap table th {
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

.Activity-wrap table tr:nth-of-type(1) th {
    border-top: none;
    font-size: clamp(18px, 22.7px, 24px);
    text-align: center;
}

.Activity-wra tr:first-child th:first-child {
    border-top: none;
    border-left: none;
}

.Activity-wra tr:last-of-type {
    border-bottom: 2px solid #75c6b6;
}

/*-------end優惠活動--------*/

/*-------人氣減碼--------*/
.exchange-title {
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-weight: bold;
    font-style: italic;
}

/*=======表格==========*/
.wrap {
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #FF8888;
    width: 80%;
    margin: 0 auto;
}

table {
    font-family: 'Oswald', sans-serif;
    border-collapse: separate;
    width: 100%;
    border-spacing: 0;
}

th {
    background-color: #FF8888;
    color: #ffffff;
    width: 25vw;
    height: auto;
    padding: 20px 0px;
}

td {
    background-color: #f3f3f3;
    width: 25vw;
    height: auto;
    padding: 12px 0px;
    text-align: center;
    font-size: clamp(18px, 2.8vw, 24px);
    border-top: 2px solid #FF8888;
    border-left: 2px solid #FF8888;
}

tr td:first-child {
    border-left: none;
}

th {
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

tr:nth-of-type(1) th {
    border-top: none;
    font-size: clamp(18px, 2.8vw, 24px);
    text-align: center;
}

tr:first-child th:first-child {
    border-top: none;
    border-left: none;
}

tr:last-of-type {
    border-bottom: 2px solid #75c6b6;
}

.exchange-notes {
    position: relative;
    padding-top: 10px;
}

.exchange-notes span {
    font-size: clamp(18px, 2.8vw, 24px);
    font-weight: 400;
    margin: 0 auto;
    color: white;
}

/*----start輪播圖片-----*/
.Step-title {
    position: relative;
    color: #13a49d;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bolder;
}

/* 基礎設定 */
.Step-ara {
    width: 100%;
    position: relative;
    margin: 20px auto;
    padding: 0 20px;
}

.step-content {
    position: relative;
    margin: 0 10px;
    /* 卡片間距 */
}

.step-content img {
    width: auto;
    display: block;
    border-radius: 12px;
    margin: 0 auto;
    max-width: 100%;
}

/* 步驟標籤文字 */
.step-label {
    position: relative;
    color: #13B7B0;
    padding: 20px 0px;
    font-size: clamp(24px, 2.8vw, 28px);
    font-weight: bold;
}

/* --- 桌機版 (螢幕 > 768px) --- */
@media (min-width: 769px) {
    .step-slider {
        display: flex !important;
        /* 強制並排 */
        justify-content: space-between;
    }

    .step-item {
        width: 33.33%;
        /* 三個步驟平分 */
        outline: none;
    }

    /* 隱藏 Slick 可能產生的箭頭或點點 */
    .slick-arrow,
    .slick-dots {
        display: none !important;
    }
}

/* --- 手機版微調 (螢幕 <= 768px) --- */
@media (max-width: 768px) {
    .step-slider {
        margin: 0 -10px;
        /* 抵銷內部 margin 使邊距一致 */
    }

    /* 讓點點出現在下方 */
    .slick-dots {
        bottom: -40px;
    }
}

/*----end輪播圖片-----*/
.title-smellsize {
    font-size: clamp(20px, 2.4vw, 30px);
}


.Precautions {
    background-color: #f6f6f6;
    padding: 20px 0px;
    position: relative;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.pay-10 {
    color: #3f3f3f;
    line-height: 1.5;
    text-align: justify;
    margin: 0 auto;
    width: 88%;
}

.Note_title {
    margin-left: -20px;
}

.pay-10>p {
    margin: 0px;
    text-align: justify;
}

.pay-10 ul:last-child li {
    list-style-type: decimal;
}

/*rwd*/
@media all and (max-width: 768px) {
    .pay-10 {
        width: 84%;
    }
}

@media all and (max-width: 640px) {
    #TOP-KV-m {
        display: block;
    }

    #Part-1 {
        margin: 0;
    }

    .lottery {
        width: 100%;
        padding: 6vw 2.4vw;
    }

    .content-1 img,
    .content-2 img {
        max-width: 70%;
    }

    .content-2 {
        right: -10vw;
    }

    .BNT-ara {
        flex-direction: column;
        padding: 10px 0px;
    }

    .BNT-ara .btn_inst {
        margin: 1rem auto;
    }

    .testimonial-item {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }

    .testimonial-item .text5 {
        margin: 0;
        width: 320px;
        padding: 0px;
        height: 30vw;
        text-align: center;
    }

    .text-ara {
        padding: 24px 20px 24px 35px;
    }

    .content {
        margin: 0;
    }

    .wrap {
        width: 100%;
    }
}

@media all and (max-width: 480px) {

    .content-1,
    .content-2 {
        display: none;
    }

    .testimonial-item .text5 {
        height: 32vw;
    }
}