.mainSlide .swiper-slide {
    width: 100%;
    aspect-ratio: 1/0.302;
    max-height: 580px;
    display: flex;
    background-color: #5E5E5E;
}

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

.mainSlide .swiper-pagination {
    --swiper-pagination-bottom: 50px;
}

.mainSlide .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 6px;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-inactive-color: #FFF;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: var(--main-color);
    transition: 0.3s width;
}

.mainSlide .swiper-pagination-bullet-active {
    width: 15px;
    border-radius: 50px;
}

/* ==================== 메인 네비 ==================== */
.main_nav_sect {
    margin-bottom: 120px;
}

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

.main_nav_list>li {
    width: 100%;
    max-width: 124px;
}

.main_nav_list .list_item {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #222;
}

.main_nav_list .list_item .item_icon {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 10.12px 0px 16.87px -5.12px rgba(0, 0, 0, 0.02), 0px 10.12px 16.87px -5.12px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
}

.main_nav_list .list_item .icon_box {
    width: 52px;
    aspect-ratio: 1/1;
    display: flex;
}

/* ============ 중간 섹션 ============ */
.main_sect {
    display: flex;
    justify-content: space-between;
    gap: 24px 16px;
}

.main_sect .notice_wrap {
    width: 100%;
    max-width: 526px;
}

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

.main_sect .notice_wrap .title_area .title {
    font-size: 22px;
    font-weight: 700;
}

.main_sect .notice_wrap .btn_more {
    color: #9E9E9E;
    font-size: 16px;
}

.main_sect .notice_list .notice_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 8px;
    border-bottom: 1px solid #EBEBEB;
    gap: 4px;
}

.main_sect .notice_list .notice_item .title {
    font-size: 16px;
}

.main_sect .notice_list .notice_item .dttm {
    color: #5E5E5E;
    font-size: 14px;
    flex-shrink: 0;
}

.main_sect .cs_wrap {
    width: 100%;
    max-width: 556px;
    aspect-ratio: 1/0.565;
    background: url("/static/app_www/base/img/bg_main_cs.png") center / cover no-repeat;
    border-radius: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
}

.main_sect .cs_wrap .title {
    font-size: 26px;
}

.main_sect .cs_wrap .title a {
    color: #fff;
}

.main_sect .cs_wrap .dttm {
    padding: 12px 28px;
    font-size: 18px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #172546;
    border-radius: 100px;
    margin-top: 20px;
}

/* ==================== 하단 배너 ==================== */
.main_banner {
    padding: 104px 0;
    position: relative;
    color: #fff;
    background-color: #040304;
}

.main_banner::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("/static/app_www/base/img/bg_main_banner.png") left center / 982px 300px no-repeat;
}

.main_banner .banner_title_wrap {
    position: relative;
    z-index: 2;
    text-align: center;
}

.main_banner .banner_title_wrap .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 14px;
}

.main_banner .banner_title_wrap .title .color {
    color: #FFE25F;
}

.main_banner .banner_title_wrap .sub_title {
    font-size: 20px;
}

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

    .mainSlide .swiper-pagination {
        --swiper-pagination-bottom: 30px;
    }

    /* ==================== 메인 네비 ==================== */
    .main_nav_sect {
        margin-bottom: 60px;
    }

    .main_nav_list {
        flex-wrap: wrap;
        gap: 16px 30px;
        justify-content: center;
    }

    .main_nav_list>li {
        max-width: 100px;
        flex-shrink: 0;
    }

    .main_nav_list .list_item .item_icon {
        margin-bottom: 16px;
    }

    .main_nav_list .list_item .icon_box {
        width: 40px;
    }

    /* ============ 중간 섹션 ============ */
    .main_sect {
        flex-wrap: wrap;
    }

    .main_sect .notice_wrap,
    .main_sect .cs_wrap {
        width: 100%;
        max-width: 100%;
    }

    .main_sect .notice_wrap .title_area .title {
        font-size: 18px;
    }

    .main_sect .notice_wrap .btn_more {
        font-size: 14px;
    }

    .main_banner {
        padding: 80px 0;
    }

    .main_banner::after {
        background-position: center;
        background-size: cover;
        opacity: 0.2;
    }

    .main_banner .banner_title_wrap .title {
        font-size: 24px;
    }

    .main_banner .banner_title_wrap .sub_title {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    .main_nav_list {
        gap: 16px;
    }

    .main_sect .cs_wrap .title {
        font-size: 20px;
    }

    .main_sect .cs_wrap .dttm {
        font-size: 16px;
        padding: 8px 20px;
    }

    .main_banner .banner_title_wrap .title {
        font-size: 18px;
    }

    .main_banner .banner_title_wrap .sub_title {
        font-size: 14px;
    }
}