@charset "utf-8";


.box-BT {
    font-weight: 700;
    font-size: clamp(24px,2vw,32px);
    line-height: 42px;
    letter-spacing: 0.1em;

}
.wrapper-main{
    position: relative;
    z-index: 3;
}
.page-title h1 {
    font-weight: 900;
    font-size: clamp(24px,3vw,36px);
    line-height: 42px;
    letter-spacing: 0.1em;
    padding: clamp(5px,2vw,13px) 0;
    border-top: clamp(2px,1vw,5px) solid #CFA7CD;
    border-bottom: clamp(2px,1vw,5px) solid #CFA7CD;
    color: #00696C;
}

.page-head__heading {
    font-family: "Noto Sans CJK TC", sans-serif;
    margin-left: auto;
    margin-right: clamp(8%, 20vw, 20%);
    margin-top: 18%;
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.9375rem;
}

@media (min-width: 951px) {
    .page-head__heading {
        margin-top: 3%;
    }
}

.page-head__heading h1 {
    font-weight: 900;
    color: #EC6C00;
    font-size: clamp(1.75rem, 2.6vw, 3.125rem);
    line-height: clamp(1.75rem, 2.5vw, 3rem);
    letter-spacing: clamp(0.1rem, 0.52vw, 0.625rem);
    white-space: nowrap;
    margin-right: calc(-1 * clamp(0.25rem, 0.52vw, 0.625rem));
}

.page-head__sub {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

.page-head__dash {
    position: relative;
    height: 0;
    width: 1.875rem;
    flex-shrink: 0;
}

.page-head__dash-in {
    position: absolute;
    inset: -0.0625rem -2.7%;
}

.page-head__dash-in img {
    display: block;
    height: 0.125rem;
    width: 1.875rem;
    max-width: none;
}

.page-head__sub p {
    font-weight: 700;
    color: #EC6C00;
    font-size: clamp(0.875rem, 1.04vw, 1.25rem);
    line-height: 1.25rem;
    white-space: nowrap;
}

/* 活動辦法區塊標題：Figma 38:1824「標」 */
.wayinfo-title {
    display: inline-block;
}

.wayinfo-title__text {
    color: var(--primary-color);
    font-family: "Noto Sans CJK TC", sans-serif;
    font-weight: 700;
    font-size: clamp(1.25rem,2vw,1.875rem);
    line-height: normal;
    letter-spacing: 0.1em;
    white-space: nowrap;
    margin-right: -0.25em;
    padding-bottom: 7px;
    background-image: linear-gradient(
        to right,
        var(--title-color-light) 0 16px,
        transparent 16px
    );
    background-size: 30px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.wayinfo-text {
    font-family: "Noto Sans CJK TC", sans-serif;
    font-weight: 500;
    font-size: clamp(1.1rem,2vw,1.125rem);
    letter-spacing: clamp(0em,0.03em,0.03em);
}

/* 活動辦法列表標題：Figma 38:1595，左右 8px 圓點 */
.wayinfo-list-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    font-family: "Noto Sans CJK TC", sans-serif;
    font-weight: 700;
    font-size: clamp(1.25rem, 2vw, 1.875rem);
    line-height: normal;
    letter-spacing: clamp(0em,0.03em,0.03em);
    white-space: nowrap;
    margin-right: -0.25em;
    margin-bottom: 0.9rem;
}

.wayinfo-list-title::before,
.wayinfo-list-title::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    background: url("../img/all/icon-dot-orange.svg") no-repeat center / 8px 8px;
}

.section-wayinfo-list > li {
    width: 100%;
    grid-column: 1 / -1;
}

.wayinfo-list-text {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
    font-size: clamp(1.1rem, 2vw, 1.125rem);
}

/* 活動注意列：Figma 69:2476 */
.wayinfo-list-note {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--title-color-dark);
    font-family: "Noto Sans CJK TC", "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: normal;
    word-break: break-word;
}

.wayinfo-list-note__icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url("../img/page/sign/icon-win.svg") no-repeat center / contain;
    mask: url("../img/page/sign/icon-win.svg") no-repeat center / contain;
}

.wayinfo-list-note p {
    margin: 0;
    min-width: 0;
}

/* 活動辦法列表項目圓點：Figma icon-way-dot */
.wayinfo-list-text.waylist-dot {
    position: relative;
    padding-left: 1.5rem;
}

.wayinfo-list-text.waylist-dot::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.18em;
    width: 18px;
    height: 1.5em;
    background: url("../img/all/icon-way-dot.svg") no-repeat center / contain;
}