.mainSlide .swiper-slide {
    aspect-ratio: 1/0.29166666667;
}

.mainSlide .swiper-slide img {
    height: 100%;
    object-fit: cover;
    object-fit: center;
}

.mainSlide .swiper-slide.is_mobile {
    display: none;
}

.swiper .swiper-pagination-bullet {
    background-color: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.swiper .swiper-pagination-bullet-active {
    background-color: var(--main-color);
    width: 15px;
    border-radius: 50px;
}

.mainSlide .swiper-horizontal>.swiper-pagination-bullets,
.mainSlide .swiper-pagination-bullets.swiper-pagination-horizontal,
.mainSlide .swiper-pagination-custom,
.mainSlide .swiper-pagination-fraction {
    bottom: 7%;
}

.main_content {
    padding: 70px 0;
    position: relative;
}

.main_content::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(/static/app_www/main/img/bg_tree.png) no-repeat center bottom/contain;
    opacity: 0.05;
    position: absolute;
    bottom: 0;
}

.main_content .inner>div:not(:last-child) {
    margin-bottom: 90px;
}

.main_content .inner>div {
    position: relative;
}

.main_title {
    font-size: 32px;
    font-weight: 600;
    color: #222;
}

.main_title.center {
    text-align: center;
}

.main_title color {
    color: var(--main-color);
}

.main_title .under {
    border-bottom: 3px solid var(--main-color);

}

.main_sub_title {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    word-break: keep-all;
}

.main_sub_title.center {
    text-align: center;
}

.main_sub_title strong {
    font-size: 24px;
    font-weight: 700;
}

.section01 .main_sub_title {
    margin-top: 8px;
    color: #5E5E5E;
}

.link_list {
    display: flex;
    gap: 16px;
}

.link_list li {
    width: calc((100% - (16px * 3)) / 4);
}

.link_list .link_item {
    display: block;
    height: 100%;
    background-color: #E3F7DC;
    border-radius: 6px;
    box-shadow: 4px 4px 10px 0px #0000001A;
    padding: 26px 16px;
}

.link_list .link_item .icon {
    display: flex;
    width: 80px;
    aspect-ratio: 1/1;
    padding: 20px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
}

.link_list .link_item .title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--sub-color);
    word-break: keep-all;
    margin-top: 16px;
}

.section03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section03 .desc_wrap {
    width: 65%;
    background: url(/static/app_www/main/img/bg_flower.png) no-repeat left top/contain;
}

.section03 .img_trophy {
    width: 30%;
    display: flex;
}

.section03 .text_wrap {
    padding: 16px 0 16px 16px;
}

.section03 .main_sub_title {
    margin-top: 16px;
}

.section03 .cert_wrap {
    border-radius: 0 30px 30px 0;
    padding: 24px 16px;
    max-width: 651px;
    background: url(/static/app_www/main/img/bg_logo.png) no-repeat bottom right/300px 214px;
    background-color: #222;
}

.section03 .cert_wrap .text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    word-break: keep-all;
}

.section03 .cert_wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 16px;
    padding-right: 16px;
}

.section03 .cert_wrap .img_cert {
    display: flex;
    width: calc((100% - (40px * 3)) / 4);
    max-width: 103px;
    padding: 3px;
    background: linear-gradient(45deg, #D48C3B 0.17%, #F1D0A6 50.1%, #CA8952 100.04%);
}

.title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.title_wrap .wrap_title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
}

.section04 {
    display: flex;
    gap: 16px;
}

.section04>div {
    border: 1px solid var(--sub-color);
    border-radius: 6px;
    padding: 16px;
}

.section04 .part_wrap {
    width: calc((100% - 16px) * 0.66);
}

.section04 .cs_wrap {
    width: calc((100% - 16px) * 0.34);
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
}

.section04 .part_list {
    display: flex;
    gap: 8px;
}

.section04 .part_list li {
    background-color: #F7F7F7;
    border-radius: 6px;
    padding: 16px;
    width: calc((100% - (8px * 2)) / 3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 36px;
}

.section04 .part_list .title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: var(--sub-color);
}

.section04 .part_list .desc {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
}

.section04 .btn_default {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--sub-color);
}

.section04 .btn_default .icon {
    width: 24px;
}

.section04 .desc {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    margin-bottom: 16px;
}

.section04 .info_item:not(:last-child) {
    margin-bottom: 8px;
}

.section04 .info_item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 26px;
    font-weight: 700;
    color: var(--sub-color);
}

.section04 .info_item .icon {
    display: flex;
    width: 24px;
}

.section05 {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.section05 .notice_wrap {
    width: calc((100% - 32px) - 442px);
}

.section05 .more_btn {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
}

.section05 .youtube_wrap {
    width: 442px;
    aspect-ratio: 1/0.56334841629;
}

.section05 .youtube_wrap iframe {
    width: 100%;
    height: 100%;
}

.section05 .notice_item {
    border-bottom: 1px solid #EBEBEB;
    padding: 14px 8px;
    display: flex;
    align-items: center;
}

.section05 .notice_item .title {
    width: calc(100% - 114px);
    /* padding-right: 16px; */
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.section05 .notice_item .dttm {
    width: 114px;
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
    text-align: right;
}

.partnerSlide .swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
}

.partnerSlide .swiper-slide {
    width: 305px;
}

.section06 .section_top {
    padding: 20px 0;
}

.section06 .title {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    text-align: center;
}

.section06 .sub_title {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    text-align: center;
}

.is_mo {
    display: none;
}

.empty_wrap {
    padding: 92px 0;
}

.empty_title {
    font-size: 14px;
}

@media screen and (max-width:1023px) {
    .mainSlide .swiper-slide {
        /* aspect-ratio: 1/1; */
    }

    .mainSlide .swiper-slide.is_mobile.flex {
        display: flex;
    }

    .partnerSlide .swiper-slide {
        width: 200px;
    }

    .main_content {
        padding: 50px 0;
    }

    .main_content .inner>div:not(:last-child) {
        margin-bottom: 50px;
    }

    .main_title {
        font-size: 22px;
    }

    .title_wrap .wrap_title {
        font-size: 16px;
    }

    .main_sub_title {
        font-size: 14px;
    }

    .link_list {
        flex-wrap: wrap;
    }

    .link_list li {
        width: calc((100% - (16px)) / 2);
    }

    .link_list .link_item {
        padding: 20px 16px;
    }

    .link_list .link_item .icon {
        width: 64px;
    }

    .link_list .link_item .title {
        font-size: 16px;
    }

    .section03 {
        flex-direction: column;
    }

    .section03 .desc_wrap {
        width: 100%;
    }

    .section03 .img_trophy {
        width: 70%;
        max-width: 270px;
    }

    .section03 .text_wrap {
        padding: 0 16px 16px;
    }

    .main_sub_title strong {
        font-size: 18px;
    }

    .section03 .cert_wrap .text {
        font-size: 15px;
    }

    .section03 .cert_wrap {
        padding: 20px 16px;
    }

    .section03 .cert_wrap ul {
        gap: 16px;
    }

    .section03 .cert_wrap .img_cert {
        width: calc((100% - (16px * 3)) / 4);
    }

    .section04 {
        flex-direction: column;
    }

    .section04 .part_wrap {
        width: 100%;
    }

    .section04 .cs_wrap {
        width: 100%;
    }

    .section04 .part_list .desc,
    .section04 .desc {
        font-size: 14px;
    }

    .section04 .info_item {
        font-size: 20px;
    }

    .section04 .info_item .icon {
        width: 20px;
    }

    .section05 {
        flex-direction: column;
    }

    .section05 .notice_wrap {
        width: 100%;
    }

    .section05 .more_btn {
        font-size: 14px;
    }

    .section05 .youtube_wrap {
        width: 100%;
    }

    .section06 .title {
        font-size: 18px;
    }

    .section06 .sub_title {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {

    .section03 .cert_wrap {
        background-size: 150px 107px;
    }

    .section04 .part_list {
        flex-direction: column;
    }

    .section04 .part_list li {
        width: 100%;
        gap: 12px;
    }

    .is_mo {
        display: block;
    }
}