@charset "utf-8";
/*
2024-04-04 (주)파이브센스_FIVESENSES.Corp.

본 라이브러리(라이브러리 소스코드)는 (주)파이브센스의 자산입니다.
무단으로 외부로 유출 및 일시 반출을 할 경우 손해배상 책임 및 민사/형사적 책임이 있습니다.
*/

.widget-wrap .main_lb9 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 타이틀 컨테이너 */
.main_lb9 > .container_fix {
    padding:0;
}
.main_lb9 .banner_title_container {
    margin-bottom: 23px;
}

/* 타이틀 */
.main_lb9 .main_cont_title {
    margin-bottom: 15px;
}

.main_lb9 .main_cont_title h2 {
    font-size: 64px;
    font-weight: bold;
    color: #0c0c0c;
    display: inline-block;
    width: auto;
}

/* 서브타이틀 */
.main_lb9 .main_cont_subtitle {
    margin-bottom: 33px;
}

.main_lb9 .main_cont_subtitle h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #5d5d5d;
    display: inline-block;
    width: auto;
}

/* 분류 탭 & 스와이프 화살표 & 전체보기 */
.main_lb9 .banner_title_container .btn_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 분류 탭 */
.main_lb9 .banner_title_container ul {
    display: flex;
    align-items: center;
    gap: 39px;
    display:none;
}

.main_lb9 .banner_title_container ul li span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #999999;
    display: inline-block;
    width: auto;
    cursor: pointer;
}

.main_lb9 .banner_title_container ul li.active span {
    color: #0c0c0c;
}

/* 스와이프 화살표 */
.main_lb9 .banner_title_container .right_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left:auto;
    position: absolute;
    right:0;
    top:64px;
}

.main_lb9 .banner_title_container .right_btn .swiper-navigation-prev {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.main_lb9 .banner_title_container .right_btn .swiper-navigation-prev::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #ddd;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.main_lb9 .banner_title_container .right_btn .swiper-navigation-next {
    margin-right: 35px;
    cursor: pointer;
}

/* 스와이퍼에 loop가 true이면 swiper-button-disabled 클래스가 붙지 않음 */
.main_lb9 .swiper-button.swiper-button-disabled img {opacity: 0.35;}
.main_lb9 .swiper-button.on {opacity: 1;}

/* 전체보기 */
.main_lb9 .banner_title_container .right_btn .more_container.on img {
    content: url(img/icon_plus_on.png);
}

/* 게시판 스켈레톤 UI */
.main_lb9 .swiper-slide:has(.skeleton_ani) {
    margin-right: 20px;
}

.main_lb9 .swiper-slide .move_link.skeleton_ani {
    width: 100%;
    justify-content: space-between;
}

.main_lb9 .swiper-slide .move_link.skeleton_ani > div {
    width: 100%;
    margin-bottom: 20px;
}

/* 게시판 */
.main_lb9 .board_list {
    position: relative;
    margin-bottom: 16px;
}

.main_lb9 .board_list .swiper_active_bg {
    width: 500px;
    height: 500px;
    background: #003669;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.main_lb9 .board_list > ul {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}

/* 스와이퍼 */
.main_lb9 .swiper {
    overflow: visible;
    height: 100%;
}

.main_lb9 .swiper-wrapper {
    align-items: stretch;
}

.main_lb9 .swiper-slide {
    min-width: 400px;
    max-width: 400px;
    height: 420px;
    display: flex;
}

.main_lb9 .swiper-slide > a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 3px solid transparent;
    border-radius: 20px;
    box-shadow: 0px 10px 15px rgba(156, 156, 156, 0.08);
    padding: 48px 50px 50px;
    transition: background-color 0.5s ease, border 0.5s ease;
}

.main_lb9 .swiper-slide.on > a {
    border: 3px solid #003669;
}

.main_lb9 .swiper-slide.swiper-slide-active > a {
    border: 3px solid transparent;
    background: transparent;
    box-shadow: none;
}

/* 스와이퍼 스티커 */
.main_lb9 .swiper-slide .slide_category {
    display: inline-block;
    background: #003669;
    border-radius: 2px;
    margin-bottom: 22px;
    padding: 4.5px 17.5px;
    transition: background-color 0.5s ease;
}

.main_lb9 .swiper-slide.swiper-slide-active .slide_category {
    background: #fff;
}

.main_lb9 .swiper-slide .slide_category h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: color 0.5s ease;
}

.main_lb9 .swiper-slide.swiper-slide-active .slide_category h4 {
    color: #003669;
}

/* 스와이퍼 타이틀 */
.main_lb9 .swiper-slide .slide_title {
    width: 100%;
    margin-bottom: 34px;
}

.main_lb9 .swiper-slide .slide_title h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #0c0c0c;
    display: -webkit-box;
    -webkit-line-clamp: 1;  /* 표시할 줄 수 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main_lb9 .swiper-slide.swiper-slide-active .slide_title h2 {
    color: #fff;
}

/* 스와이퍼 내용 */
.main_lb9 .swiper-slide .slide_content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: #5d5d5d;
    display: -webkit-box;
    -webkit-line-clamp: 3;  /* 표시할 줄 수 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.5s ease;
}

.main_lb9 .swiper-slide.swiper-slide-active .slide_content {
    color: #a6b2d2;
}

.main_lb9 .swiper-slide .slide_content img {display: none;}
.main_lb9 .swiper-slide .slide_content *:nth-child(n+3) {display: none;}


@media (max-width: 991px) {
    .widget-wrap .main_lb9 {
        height: auto;
        display: block;
    }
    /* 타이틀 컨테이너 */
    .main_lb9 .banner_title_container {
        margin-bottom: 12px;
    }

    /* 타이틀 */
    .main_lb9 .main_cont_title {
        text-align: center;
        margin-bottom: 15px;
    }

    .main_lb9 .main_cont_title h2 {
        font-size: 31px;
    }

    /* 서브타이틀 */
    .main_lb9 .main_cont_subtitle {
        text-align: center;
        margin-bottom: 36px;
    }

    .main_lb9 .main_cont_subtitle h3 {
        font-size: 16px;
    }

    /* 분류 탭 & 스와이프 화살표 & 전체보기 */
    .main_lb9 .banner_title_container .btn_container {
        justify-content: center;
    }

    /* 분류 탭 */
    .main_lb9 .banner_title_container ul {
        gap: 32px;
    }

    .main_lb9 .banner_title_container ul li span {
        font-size: 18px;
    }

    /* 게시판 스켈레톤 UI */
    .main_lb9 .swiper-slide:has(.skeleton_ani) {
        margin-right: 10px;
    }

    /* 게시판 */
    .main_lb9 .board_list > ul {
        position: static;
        transform: translateY(0);
    }

    /* 스와이퍼 */
    .main_lb9 .swiper-slide {
        min-width: auto;
        max-width: 100%;
        height: auto;
        aspect-ratio: 350/305;
    }

    .main_lb9 .swiper-slide > a {
        border: none;
        padding: 30px 33px;
        /* box-shadow: 0px 10px 10px rgba(156, 156, 156, 0.3); */
    }

    .main_lb9 .swiper-slide.on > a {
        border: none;
    }

    .main_lb9 .swiper-slide.swiper-slide-active > a {
        border: none;
        background: #fff;
        box-shadow: 0px 10px 15px rgba(156, 156, 156, 0.1);
    }

    /* 스와이퍼 스티커 */
    .main_lb9 .swiper-slide .slide_category {
        margin-bottom: 18px;
        padding: 4.5px 14.5px;
        border-radius: 1px;
    }

    .main_lb9 .swiper-slide.swiper-slide-active .slide_category {
        background: #003669;
    }

    .main_lb9 .swiper-slide .slide_category h4 {
        font-size: 14px;
    }

    .main_lb9 .swiper-slide.swiper-slide-active .slide_category h4 {
        color: #fff;
    }

    /* 스와이퍼 타이틀 */
    .main_lb9 .swiper-slide .slide_title {
        margin-bottom: 23px;
    }

    .main_lb9 .swiper-slide .slide_title h2 {
        font-size: 20px;
    }

    .main_lb9 .swiper-slide.swiper-slide-active .slide_title h2 {
        color: #0c0c0c;
    }

    /* 스와이퍼 내용 */
    .main_lb9 .swiper-slide .slide_content {
        font-size: 15px;
        line-height: 1.55;
    }

    .main_lb9 .swiper-slide.swiper-slide-active .slide_content {
        color: #5d5d5d;
    }

    /* 스와이퍼 페이지네이션 */
    .main_lb9 .swiper-pagination-bullets.swiper-pagination-horizontal {
        position: static;
        margin-top: 32px;
    }

    .main_lb9 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 7px;
        background: #ececec;
        opacity: 1;
    }

    .main_lb9 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #ccc;
    }
}