* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    
}

section {
    line-height: 1;
    display: block;
}

.box-list .inner-list .item-list .box-item-list .symbols {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: top 1s;
    transition: top 1s;
    width: 100%;
    height: 40px;
}

.box-list .inner-list .item-list .box-item-list .symbols .symbol {
    height: 40px;
    display: grid;
    place-content: center;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 700 !important;
    font-family: LINESeedSansTH;
    font-size: 14px;
    padding: 0 5px;
}

.box-list2 .inner-list2 .item-list2 .box-item-list .symbols2 {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: top 1s;
    transition: top 1s;
    width: 100%;
    height: 40px;
}

.box-list2 .inner-list2 .item-list2 .box-item-list .symbols2 .symbol2 {
    height: 40px;
    display: grid;
    place-content: center;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 700 !important;
    font-family: LINESeedSansTH;
    font-size: 14px;
    padding: 0 5px;
}

.last-section-ex  {
    background-image: url(./assets/last-bg.png);
    background-size: cover;
    background-position: top center;
}

.first-section .intro-bg-container {
    background-image: url(./assets/first-bg-desktop.png);
    background-size: cover;
    background-position: top right -2px;
    background-repeat: no-repeat;
}


.background-section .background-bg-container {
    /* background-image: url(./assets/Layer506.png); */
    background-image: url(./assets/background-bg-desktop2.png);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.spark-section .intro-bg-container {
    background-image: url(./assets/spark-image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width:1024px) {
    .box-list2 .inner-list2 .item-list2 .box-item-list .symbols2 .symbol2 {
        font-size: 12px;
    }
    .box-list .inner-list .item-list .box-item-list .symbols .symbol {
        font-size: 12px;
    }

    .first-section .intro-bg-container {
        background-image: url(./assets/first-bg-desktop.png);
        background-size: contain;
        background-position: top 4rem right;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width:768px) {
    .last-section-ex  {
        background-image: url(./assets/last-bg-m.png);
        background-size: cover;
        background-position: top center;
    }

    
}

@media only screen and (max-width:460px) {
    .background-section .background-bg-container {
        background-image: url(./assets/background-bg-mobile.png);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
    
    .spark-section .intro-bg-container {
        background-image: url(./assets/spark-image-mobile.png);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .first-section .intro-bg-container {
        background-image: url(./assets/first-bg-mobile.jpg);
        background-size: contain;
        background-position: top right;
        background-repeat: no-repeat;
        padding: 0 !important;
    }

    .first-section .intro-bg-container .container {
        height: 100%;
    }

    .first-section .intro-bg-container .container .con-wrapper{
        height: 100%;
    }

    .first-section .intro-bg-container .intro-text-container {
        padding: 0 !important;
        position: absolute !important;
        bottom: 4.5% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .box-list2 {
        padding: 2vw 0 !important;
        top: 16.5vw !important;
        left: 14.5vw !important;
        
    }

    .inner-list2 {
        gap: 1vw !important;
        margin-top: 4vw;
    }

    .first-section {
        height: 1060px;
    }
}

@media only screen and (max-width:400px) {
    .inner-list2 {
        gap: 1vw !important;
        margin-top: 3vw;
    }

    .first-section {
        height: 1020px;
    }

    .first-section .intro-bg-container .intro-text-container {
        bottom: 8% !important;
    }
}
