/* BASIC css start */
#mainBnr {
    margin-bottom: 96px;
}

.swiper-container {
    overflow: hidden;
    position: relative;
}

.swiper-container .swiper-slide {
    position: relative;
}

.swiper-container .swiper-slide a {
    display: block;
}

.swiper-container .swiper-slide img {
    width: 100%;
}

#mainBnr .swiper-pagination-wrap {
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 2;
    justify-content: center;
}

#mainBnr .swiper-pagination {
    width: 360px;
    display: flex;
    justify-content: space-between;
    /* 페이지네이션을 꽉 채우기 위해 추가 */
    position: relative;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
}

#mainBnr .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.25;
    border-radius: 0;
    margin: 0;
    height: 2px;
    width: auto;
    /* 기본 너비 초기화 */
    flex-grow: 1;
    /* 유연한 너비를 허용 */
}

#mainBnr .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

#mainBnr .txt {
    text-align: center;
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    color: #fff;
}

#mainBnr .txt h1 {
    font-size: 56px;
    font-weight: 500;
    color: #fff;
}

#mainBnr .txt p {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}


#mainBnr .page-numbers {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

#mainBnr .autoplay-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-left: 20px;
}

#mainBnr .autoplay-toggle img {
    display: block;
}

#mainBnr .swiper-button-next::after,
#mainBnr .swiper-button-prev::after {
    display: none;
}

#mainBnr .swiper-button-prev {
    margin-left: 6.5vw;
    background: url(/design/bigdata/images/ic_arrow_prev.svg) no-repeat;
    width: 44px;
    height: 44px;
}

#mainBnr .swiper-button-next {
    margin-right: 6.5vw;
    background: url(/design/bigdata/images/ic_arrow_next.svg) no-repeat;
    width: 44px;
    height: 44px;
}

#mainBnr .swiper-button-prev:hover {
    background: url(/design/bigdata/images/ic_arrow_prev_on.svg) no-repeat;
}

#mainBnr .swiper-button-next:hover {
    background: url(/design/bigdata/images/ic_arrow_next_on.svg) no-repeat;
}

@media screen and (max-width: 1700px) {
    #mainBnr .swiper-button-prev {
        margin-left: 0;
    }

    #mainBnr .swiper-button-next {
        margin-right: 0;
    }
}
.swiper-button-next, .swiper-button-prev, .swiper-pagination-wrap{display:none !important;} 
#mainBnr.active .swiper-button-next, #mainBnr.active .swiper-button-prev, #mainBnr.active .swiper-pagination-wrap{display:flex !important;} 
.title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}


.mainList {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-bottom: 120px;
}

.mainList li img {
    width: 100%;
}

.title a {
    display: flex;
    gap: 6px;
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 14px;
    font-weight: 500;
}

.banner {}

.banner img {
    width: 100%;
}

/* 메인 반응형 */
body #wrap {min-width: auto;}

body .w1440 {
    max-width: 1440px;
    width: auto;
    overflow: hidden;
}
body #header .w1440 {
    overflow: visible; 
}
body #header .headerMid.w1440 {
    overflow: hidden;
}
body #detailpage {
    width: auto;
}
/* BASIC css end */

