/* --Start banner--------------- */
.section-index-banner {
    margin-top: 61px;
    position: relative;
    background: #202020;

}

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

    }
}

.section-index-banner .carousel-item {
    position: relative;
    /* height: 100vh; */
    /* background: #202020; */
}

.section-index-banner .carousel-indicators {
    bottom: 10px;
    justify-content: flex-start;
    margin: 0;
    left: auto;
    right: auto;
    z-index: 11;
}

.section-index-banner .carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.section-index-banner .carousel-control-next,
.section-index-banner .carousel-control-prev {
    top: 118px;
    width: 10%;
    z-index: 9;
    display: none;
}

@media (min-width: 1200px) {

    .section-index-banner .carousel-control-next,
    .section-index-banner .carousel-control-prev {
        display: block;
    }
}

.section-index-banner .banner-item {
    position: relative;
}

/*.section-index-banner .banner-item::after {
    content: '';
    position: absolute;
    background: #0000009d;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
}*/

.section-index-banner .banner-item .desktop-img {
    display: none;
}

.section-index-banner .banner-item .phone-img {
    display: block;
}

@media (min-width: 768px) {
    .section-index-banner .banner-item::after {
        display: none;
    }

    .section-index-banner .banner-item .desktop-img {
        display: block;
    }

    .section-index-banner .banner-item .phone-img {
        display: none;
    }
}



.section-index-banner .btn-more {
    background-color: #e70012;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    font-family: 'Noto Sans CJK TC';
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    padding: 10px 30px;
}

.section-index-banner .btn-more:hover {
    background-color: #e70012be;

}


.section-index-banner .item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 15px;
    width: 90%;
}


.section-index-banner .item h2 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    font-family: 'DFLiHei';
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.795);
    letter-spacing: 2px;
    line-height: 1.5;
    position: relative;
}


.section-index-banner .item h3 {
    font-family: 'Lorin';
    margin-top: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: left;
}

.section-index-banner .item .icon-content-item {
    display: flex;
    margin-top: 60px;
}

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

    .section-index-banner .item h3 {
        font-size: 16px;
        margin-top: 30px;
        line-height: 1.5;
        text-align: justify;
    }

}

@media (min-width: 992px) {
    .section-index-banner .item {
        top: 50%;
        width: 80%;
    }

    .section-index-banner {}

    .section-index-banner .item h2 {
        font-size: 30px;
    }

    .section-index-banner .item h3 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .section-index-banner .item h2 {
        font-size: 50px;
    }

    .section-index-banner .item {
        width: 55%;
        left: auto;
    }
}

/* --End banner--------------- */
/* --Start 服務--------------- */
.section-index-serve {
    position: relative;
    padding: 50px 0 50px;
}


.section-index-serve .number-item .item {
    text-align: center;
}


.section-index-serve .number-item h2 span {
    color: #fff;
    font-weight: bolder;
    font-family: 'ChalkboardSE';

}

.section-index-serve .number-item {
    position: relative;
}

.section-index-serve .number-item .item {
    text-align: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 50px 0;
    border-radius: 30px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.section-index-serve .number-item .item .num-content {
    position: relative;
}

.section-index-serve .number-item .item .plus-item {
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    font-weight: bolder;
    display: inline-block;
    color: #00B0EC;
    font-weight: bolder;
    font-family: 'ChalkboardSE';
}

.section-index-serve .number-item .item .plus-item.ch {
    font-size: 12px;
    color: #231815;
}

.section-index-serve .number-item .item span {
    font-size: 22px;
    font-weight: bolder;
    font-family: 'ChalkboardSE';
    position: relative;
    letter-spacing: 3px;
    color: #00B0EC;
}

.section-index-serve .number-item .item h2 {
    font-size: 14px;
    color: #231815;
    position: relative;
    display: inline-block;
}

.section-index-serve .number-item .item h2::after {
    content: '';
    background-image: url('../img/index/icon.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}





@media (min-width: 576px) {
        .section-index-serve .number-item .item span {
        font-size: 26px;
    }

    .section-index-serve .number-item .item h2 {
        font-size: 17px;
    }

}

@media (min-width: 992px) {
    .section-index-serve .number-item .item h2::after {
        display: block;
    }
    .section-index-serve .number-item .item span {
        font-size: 30px;
    }

    .section-index-serve .number-item .item .plus-item {
        font-size: 25px;
    }

    .section-index-serve .number-item .item .plus-item.ch {
        font-size: 18px;
    }

}

@media (min-width: 1200px) {
    .section-index-serve {
        padding: 50px 0 50px;

    }

    .section-index-serve .number-item+.number-item::after {
        height: 150px;
        display: block;
    }

    .section-index-serve .number-item .item span {
        font-size: 40px;
    }

    .section-index-serve .number-item .item .plus-item {
        font-size: 28px;
    }

    .section-index-serve .number-item .item .plus-item.ch {
        font-size: 20px;
    }
}

@media (min-width: 1400px) {

    .section-index-serve .number-item .item span {
        font-size: 45px;
    }

}

/* --End 服務--------------- */
/* --Start about--------------- */
.section-index-about {
    padding: 100px 0 0;
    background: #fff;
    margin-bottom: -150px;
}

.section-index-about .title-item {
    position: relative;
    text-align: center;
}



.section-index-about .title-item h2 {
    font-size: 24px;
    color: #0068B7;
    text-align: center;
    position: relative;
    z-index: 9;
    display: inline-block;
    letter-spacing: 2px;
}



.section-index-about .title-item h2:after {
    width: 100px;
    height: 100px;
    left: -75px;
    top: -50px;
    content: '';
    position: absolute;
    background-image: url('../img/index/iocn2.webp');
    background-size: 100% 100%;
}



.section-index-about p {
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    color: #231815;
    margin-top: 20px;
    margin-bottom: 0;

}


.section-index-about a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-family: 'ChalkboardSE';
    background: #0068B7;
    padding: 15px 30px;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}

.section-index-about a i {
    margin-left: 10px;
}

.section-index-about a:hover {
    background: #0068b7d8;

}

@media (min-width: 1200px) {

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

@media (min-width: 1200px) {

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

    .section-index-about .title-item h2:after {
        width: 150px;
        height: 150px;
        left: -95px;
        top: -70px;
    }

    .section-index-about p {
        font-size: 20px;
    }
}

/* --End about--------------- */
/* --Start 能力--------------- */
.section-index-technology {
    padding: 250px 0 50px;
    background: #EEEEEF;
}

.section-index-technology .title-item {
    position: relative;
}

.section-index-technology a {
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-family: 'ChalkboardSE';
    /* background: #0068B7; */
    border: 1px solid #0068B7;
    padding: 15px 30px;
    border-radius: 50px;
    color: #0068B7;
    transition: all 0.2s ease-in-out;
}

.section-index-technology a i {
    margin-left: 10px;
}

.section-index-technology a:hover {
    background: #0068b7d8;
    color: #fff;

}

.section-index-technology .title-item h2 {
    font-size: 20px;
    color: #0068B7;
    position: relative;
    display: inline-block;
}


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

.section-index-technology .item {}

.section-index-technology .item .pic-item {
    width: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

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

.section-index-technology .item .text-item {
    padding: 20px 0;
}

.section-index-technology .item .text-item h3 {
    font-size: 20px;
    color: #00B0EC;
}

.section-index-technology .item .text-item p {}

@media (min-width: 1200px) {

    .section-index-technology {
        padding: 250px 0 100px;
    }

    .section-index-technology .title-item h2 {
        font-size: 30px;
    }

    .section-index-technology a {
        position: absolute;
        transform: translateY(-50%);
        right: 0;
        top: 50%;
    }

    .section-index-technology .item .text-item h3 {
        font-size: 24px;
    }

    .section-index-technology .item .pic-item {
        width: 70px;
        padding-bottom: 70px;
    }
}

/* --End 能力--------------- */
/* --Start 認證--------------- */
.section-index-certification {
    padding: 100px 0;
    background: #fff;
}


.section-index-certification .title-item {}

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



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

.section-index-certification .item {
    height: 100%;
}

.section-index-certification .item .pic-item {
    position: relative;
    width: 70%;
    padding-bottom: 70%;
    overflow: hidden;
}

.section-index-certification .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-index-certification .item .text-item {
    padding: 0px 30px;
    width: 100%;
}

.section-index-certification .item .text-item h3 {
    font-size: 16px;
    color: #231815;
    position: relative;
    display: inline-block;
}

@media (min-width: 1200px) {

    .section-index-certification .title-item h2 {
        font-size: 30px;
    }

    .section-index-certification .item .text-item h3 {
        font-size: 18px;
    }
}

.section-index-certification .item .text-item h3::after {
    content: '';
    background-image: url('../img/index/icon.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

/* --End 認證--------------- */
/* --Start ESG--------------- */
.section-index-esg {
    padding: 100px 0;
    background: #e6f7fd;
}

.section-index-esg a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-family: 'ChalkboardSE';
    background: #0068B7;
    padding: 15px 30px;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}

.section-index-esg a i {
    margin-left: 10px;
}

.section-index-esg a:hover {
    background: #0068b7d8;

}

.section-index-esg .title-item {
    position: relative;
}

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



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

.section-index-esg .item {
    height: 100%;
    padding: 0px 0px;
    background: #fff;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    position: relative;
}

.section-index-esg .item:after {
    background: #0068B7;
    content: '';
    width: 70%;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 2px;
}

.section-index-esg .item.e:after {
    background: #52AF04;
}

.section-index-esg .item.g:after {
    background: #717071;
}

.section-index-esg .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.section-index-esg .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-index-esg .item .text-item {
    width: 100%;
    padding: 10px 5px;
    background: #fff;
}


.section-index-esg .item .text-item h3 {
    padding-left: 10px;
    font-size: 24px;
    font-family: 'ChalkboardSE';
    color: #0068B7;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media (min-width: 1200px) {

    .section-index-esg .title-item h2 {
        font-size: 30px;
    }

    .section-index-esg .item .text-item h3 {
        padding-left: 30px;
        font-size: 35px;
    }
}

.section-index-esg .item.e .text-item h3 {
    color: #52AF04;
}

.section-index-esg .item.g .text-item h3 {
    color: #717071;
}

.section-index-esg .item .text-item h3 span {
    font-family: 'Noto Sans';
    font-size: 20px;
    color: #231815;
    display: block;
    margin-top: 5px;
}

.section-index-esg .item .text-item ul {
    margin-left: 0;
    padding-left: 30px;
}

.section-index-esg .item .text-item ul li {
    list-style: none;
    position: relative;
}

.section-index-esg .item .text-item ul li+li {
    margin-top: 10px;
}

.section-index-esg .item .text-item ul li::before {
    content: '';
    background-image: url('../img/index/icon.webp');
    background-size: 100% 100%;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: -25px;
}

.section-index-esg .item.e .text-item ul li::before {
    background-image: url('../img/index/icon-e.webp');

}

.section-index-esg .item.g .text-item ul li::before {
    background-image: url('../img/index/icon-g.webp');

}

/* --End ESG--------------- */