@charset "utf-8";

.way-otherbg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 96%;
    z-index: -1;
    width: 100%;
    height: 50vh;
    background-color: #ffffff;
    pointer-events: none;
}

@media screen and (min-width: 951px) {
    .way-otherbg::after {
        top: 97.8%;
    }
}

/*-------------------------------
----------------------section-rule*/
.table-responsive {
    padding-left: 8px;
    margin-top: 10px;
}

.table {
    border: 1px solid #B9B9B9;
}
.table th{
    background-color: #BBE2EF;
    border: 1px solid #B9B9B9;
}
.table td{
    background-color: transparent;
    border: 1px solid #B9B9B9;
}

/* 獎勵方式表格：Figma 38:1686 */
.waytable {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    border: 1px solid #a3a3a3;
    font-family: "Noto Sans CJK TC", "Noto Sans TC", sans-serif;
    color: #333333;
}

.waytable th,
.waytable td {
    border: 1px solid #a3a3a3;
    padding: 10px 12px;
    vertical-align: middle;
    text-align: center;
}

.waytable thead th {
    background-color: #a86e0d;
    color: #ffffff;
    font-weight: 400;
}

.waytable thead th br {
    display: none;
}

.waytable thead .fb {
    display: block;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #ffffff;
}

.waytable thead .small {
    display: block;
    font-size: clamp(0.8125rem, 1.3vw, 1rem);
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
}

.waytable tbody th {
    background-color: #f9edb0;
    color: #333333;
    font-weight: 500;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    letter-spacing: 0.1em;
    white-space: nowrap;
    width: 7.5rem;
}

.waytable tbody .fb {
    font-size: inherit;
    font-weight: 500;
    letter-spacing: inherit;
    color: #333333;
}

.waytable td {
    background-color: transparent;
    font-size: clamp(0.9375rem, 1.5vw, 1.125rem);
    line-height: 1.4;
    color: #333333;
}

.waytable th:last-child,
.waytable td:last-child {
    width: 22%;
}

.wayinfo-list-text:has(> .waytable) {
    overflow-x: auto;
}

.section-rule {
    margin-bottom: var(--sectionpd);
    position: relative;
}

.list-rule {
    margin-bottom: var(--titlepd);
    padding-left: 1rem;
    padding-top: clamp(8px,2vw,16px);
}

.list-rule li {
    margin-bottom: 0.5rem;
    font-size: clamp(18px, 2vw, 20px);
    color: #333333;
    position: relative;
    font-weight: 400;

}

.list-rule.list-dot li {
    padding-left: 30px;
}

.list-rule.list-dot li:before {
    content: "";
    display: inline-block;
    background-image: url(../img/page/dot-way.svg);
    width: 30px;
    height: 30px;
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: left 10px;
    position: absolute;
    left: 0;
}

.boxicon {
    position: absolute;
    z-index: 1;
}

.box-wayT {
    color: #00846A;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: bold;

}

.waylist {
    padding-left: 0 !important;
}

.waylist li {
    padding: 1.5rem;
}

.boxicon img {
    width: 90%;
}

.box-way__des {
    font-size: clamp(18px, 2vw, 20px);
    /* font-weight: bold; */
    margin-top: 0.5rem;
    line-height: normal;
    letter-spacing: 0.2em;
}