/************************************* buy-n-pay *************************************/

/************************************* what *************************************/


.what {
    position: relative;
    background-color: #F2FFAA;
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 1.7;
}

.what .introIllu {
    display: none;
}


.what h1 {
    font-size: 56px;
    font-family: "SweiShearLegCJKtc-Medium", sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}




/************************************* what2 *************************************/


.what2 {
    position: relative;
    background-color: #E6FF59;
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 1.7;
}

.what2 h1 {

    font-family: "SweiShearLegCJKtc-Medium", sans-serif;
    font-weight: 700;
}


.what2 h5 {
/*    font-family: "SweiShearLegCJKtc-Medium", sans-serif;*/
    font-size: 22px;
    line-height: 1.6;
}


.what2 .what2Illu {
    display: none;
}



.what2Ul {
    list-style: none;
    /* 移除原有的列表符號 */
    padding-left: 0;
    /* 移除默認的左邊距 */
}

.what2Ul li {
    font-size: 20px;
    padding-left: 30px;
    /* 為 icon 預留空間 */
    position: relative;
    /* 為絕對定位的 icon 建立參考點 */
    margin-bottom: 15px;
    /* li 之間的間距，可調整 */
}

.what2Ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    /* icon 的寬度，可依實際 icon 調整 */
    height: 20px;
    /* icon 的高度，可依實際 icon 調整 */
    background-image: url("../img/what/what2Icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



/************************************* what3 *************************************/


.what3 {
    position: relative;
    background-color: #F2FFAA;
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 1.7;

}

.what3 h1 {

    font-family: "SweiShearLegCJKtc-Medium", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}



.steps {
    /*    border-left: 2px dashed #ccc;*/
    font-weight: 500;
    font-family: "SweiShearLegCJKtc-Medium", sans-serif;
    line-height: 1.5;

}

/* 手機版基本樣式 (Mobile First) */



.number-container {
    position: relative;
    width: 48px;
    height: 43px;
    margin: 0 auto;
    font-size: 21px;
    font-weight: bold;
}

.number-bg {
    width: 48px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.number-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 2;
}

/* 桌機版樣式 (lg 尺寸以上) */
@media (min-width: 768px) {


    .col-20 {
        flex: 0 0 auto;
        width: 25%;
    }

    .process-row::before {
        content: '';
        position: absolute;
        top: 21px;
       left: 12.5%;    /* 從 10% 調整到 12.5% */
        right: 12.5%;   /* 從 10% 調整到 12.5% */
        border-top: 2px dashed #ccc;
        z-index: 0;
    }
}
