/* --Start banner--------------- */
.section-banner {
    position: relative;
    height: 15vh;
    background: url(../img/about/banner.webp) no-repeat center center/ cover scroll;
    margin-top: 61px;
}

@media (min-width: 1200px) {
    .section-banner {
        margin-top: 84px;
    }
}

.section-banner .item {
    position: absolute;
    bottom: 0;
    left: auto;
    z-index: 2;
    width: 65%;
    display: block;
}

.section-banner .item img {
    width: 300px;
    display: none;
}


.section-banner .item h2 {
    font-family: 'ChalkboardSE';
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .section-banner .item h2 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .section-banner .item h2 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .section-banner {
        height: 35vh;
    }

    .section-banner .item h2 {
        display: block;
    }

    .section-banner .item img {
        display: block;
        width: 300px;
        margin: auto;
    }
}


/* --End banner--------------- */
/* --Start about--------------- */
.section-about {
    padding: 40px 0 40px;
    background: #fff;
    position: relative;
}

@media (min-width: 992px) {
    .section-about {
        padding: 100px 0 100px;
    }
}

.section-about .title-item {
    position: relative;
}



.section-about .title-item h2 {
    font-size: 24px;
    color: #0068B7;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    padding-left: 80px;
}



.section-about .title-item h2:after {
    top: -20px;
    width: 30px;
    height: 17px;
    content: '';
    position: absolute;
    left: 0;
    background-image: url('../img/about/icon-dot.webp');
    background-size: 100% 100%;
}

.section-about .text-p-item {
    position: relative;
    padding: 30px 0;
}

.section-about .text-p-item:after {
    width: 50px;
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #231815;
}

.section-about .text-p-item p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #231815;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 60px;
}

@media (min-width: 1200px) {

    .section-about .title-item h2 {
        font-size: 40px;
    }

    .section-about .title-item h2:after {
        top: -70px;
        width: 50px;
        height: 37px;
    }

    .section-about .text-p-item p {
        padding-left: 160px;
        font-size: 20px;
    }

    .section-about .text-p-item:after {
        width: 150px;
    }
}

.section-about-content {
    padding: 100px 0;
}

.section-about-content .title-item {
    position: relative;
}

.section-about-content .title-item h2 {
    font-size: 24px;
    color: #0068B7;
    position: relative;
    display: inline-block;
}



.section-about-content .title-item h2:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0px;
    background-image: url('../img/icon.webp');
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
}


.section-about-content .item {
    position: relative;
    padding: 40px 30px;
    background: #EEEEEF;
    border-radius: 15px;
    height: 100%;
    display: flex;
    align-items: center;

}

.section-about-content .item::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    background: #00A9EC;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section-about-content .text-p-item p,
.section-about-content p {
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Noto Sans TC';
    line-height: 1.7;
}

@media (min-width: 1200px) {

    .section-about-content .title-item h2 {
        font-size: 30px;
    }

    .section-about-content .text-p-item p,
    .section-about-content p {
        font-size: 18px;
    }
}

.section-about-content p+p {
    margin-top: 10px;
}


.section-about-content .about-icon-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.section-about-content .about-icon-item .pic-item {
    position: relative;
    width: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.section-about-content .about-icon-item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-about-content .about-icon-item h3 {
    color: #00B0EC;
    font-size: 24px;
    padding: 20px 0;
    margin-bottom: 0;
}

.section-about-content .about-icon-item p {
    font-size: 16px;
}

.section-about-content ul {
    padding-left: 0;
}

.section-about-content ul li {
    font-size: 16px;
    padding-left: 25px;
    position: relative;
    list-style: none;
}

.section-about-content ul li::after {
    content: '';
    background-image: url('../img/about/icon.webp');
    background-size: 100% 100%;
    width: 15px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.section-about-content ul li:nth-child(1)::after {
    opacity: 0.1;
}

.section-about-content ul li:nth-child(2)::after {
    opacity: 0.2;
}

.section-about-content ul li:nth-child(3)::after {
    opacity: 0.3;
}

.section-about-content ul li:nth-child(4)::after {
    opacity: 0.4;
}

.section-about-content ul li:nth-child(5)::after {
    opacity: 0.5;
}

.section-about-content ul li:nth-child(6)::after {
    opacity: 0.6;
}

.section-about-content ul li:nth-child(7)::after {
    opacity: 0.7;
}

.section-about-content ul li:nth-child(8)::after {
    opacity: 0.8;
}

.section-about-content ul li:nth-child(9)::after {
    opacity: 0.9;
}

.section-about-content ul li:nth-child(10)::after {
    opacity: 1;
}

.section-about-content ul li+li {
    margin-top: 10px;
    opacity: 1;
}

.section-about-content ul li span {
    font-size: 24px;
    color: #0068B7;
    font-family: 'ChalkboardSE';
    display: inline-block;
    margin-right: 20px;
}

@media (min-width: 1200px) {

    .section-about-content ul li span {
        margin-right: 30px;
        font-size: 30px;
    }

    .section-about-content ul li {
        font-size: 20px;
        padding-left: 35px;
    }
}

/* --End about--------------- */