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

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

/* 타이틀 컨테이너 */

.main_btgb4 {
    position: relative;
    background: #e2e8f0;
}


/* .main_btgb4::after,
.main_btgb4::before {
    content: '';
    position: absolute;
    top: 0;
    width: 9999px;        
    height: 100%;
    background: #e2e8f0;
    z-index: 2;  
} */

.main_btgb4::after {
    right: 90.6%;
}

.main_btgb4::before {
    left: 90.6%;
}

.main_btgb4 .title_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 43px;
}

/* 타이틀 */

.main_btgb4 .main_cont_title h2 {
    display: inline-block;
    width: auto;
    font-size: 43px;
    font-weight: 700;
    color: #0c0c0c;
}

.main_btgb4 .more_container .more_link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 50px;
    width: 50px;
    border: 1px solid #e6e9ec;
    border-radius: 10px;
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.main_btgb4 .more_container svg {
    width: 14px;
    height: 14px;
    transition: all .3s ease-in-out;
}

.main_btgb4 .more_container svg path {
    stroke-width: 2px;
    stroke: #8d96aa;
    transition: all .3s ease-in-out;
}

.main_btgb4 .more_container .more_link:hover {
    border: 1px solid #1868de;
    background: #1868de;
}

.main_btgb4 .more_container .more_link:hover svg {
    transform: rotate(360deg);
}

.main_btgb4 .more_container .more_link:hover svg path{
    stroke: #fff;
}


/* 게시판 탭 */
.main_btgb4 .board_title_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cdd2d9;
    margin-bottom: 43px;
    overflow: hidden;
}

.main_btgb4 .board_title_container ul {
    display: flex;
}

.main_btgb4 .board_title_container ul li {
    width: auto;
}

.main_btgb4 .board_title_container ul li span {
    font-size: 18px;
    font-weight: 600;
    color: #8c8f94;
    display: inline-block;
    width: auto;
    cursor: pointer;
    padding: 0 7px 14px;
	border-bottom: 2px solid transparent;
}

.main_btgb4 .board_title_container ul li + li {
    margin-left: 26px;
}

.main_btgb4 .board_title_container ul li.active span {
    font-weight: 700;
    color: #0c0c0c;
    border-bottom: 2px solid #0c0c0c;
}

/* 게시판 리스트 */
.main_btgb4 .board_list {
    position: relative;
}


.main_btgb4 .move_link {
    display: block;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: -1px 6px 25px 0px rgba(23, 37, 61, 0);
    overflow: visible;
    transition: box-shadow 0.5s ease-in-out;
}

.main_btgb4 .move_link .post_container {
    padding: 25px 11px 19px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
}

/* 게시판 리스트 스켈레톤 UI */
.main_btgb4 .move_link.skeleton_ani .post_container {
    justify-content: space-around;
}

/* 게시판 라벨 스티커 */
.main_btgb4 .post_container .post_label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 23px;
    margin-bottom: 13px;
    padding: 0 11px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    background: #dae9f6;
    color: #3170d9;
}

/* 게시판 타이틀 */
.main_btgb4 .post_container .post_subject{
    width: 100%;
    min-height: 51px;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #0c0c0c;
}

/* 게시판 날짜 */
.main_btgb4 .post_container .post_date {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #999;
    margin-top: auto;
}

/* 게시판 썸네일 */
.main_btgb4 .thumb_container {
    border-radius: 15px;
    overflow: hidden;
}

.main_btgb4 .thumb_container .thumb {
    transition: all 0.5s ease-in-out;
}

.main_btgb4 .move_link.on {
    box-shadow: -1px 6px 25px 0px rgba(23, 37, 61, 0.35);
}
.main_btgb4 .move_link.on .thumb{
    transform: scale(1.1);
}


/* 스와이퍼 */
.main_btgb4 .board_list .swiper {
    overflow: visible;
}

.main_btgb4 .board_list .swiper-wrapper {
    align-items: stretch;
}

.main_btgb4 .board_list .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
}

.main_btgb4 .board_list .swiper-slide-visible {
    opacity: 1;
}


/* 스와이퍼 화살표 버튼 */
.main_btgb4 .board_list .swiper-button {
    width: 64px;
    height: 64px;
    top: 50%;
    opacity: 0;
    transition: all 0.5s;
}

.main_btgb4 .board_list .swiper-button::after {display: none;}

.main_btgb4 .board_list .swiper-button img{
    width: 100%;
    border-radius: 50%;
    box-shadow: 3px 0 8px rgba(61,61,61,.15);
}

.main_btgb4 .board_list .swiper-button-next{
    right: 0;
    margin: 0;
    transform: translate(50%, -50%);
}

.main_btgb4 .board_list .swiper-button-prev{
    left: 0;
    transform: translate(-50%, -50%);
}

/* 스와이프 마우스 hover 시 노출 */
.main_btgb4 .board_list .swiper-button.swiper-button-disabled {opacity: 0;}
.main_btgb4 .board_list .swiper.on ~ .swiper-button {opacity: 0.35;}
.main_btgb4 .board_list .swiper-button.on {opacity: 1;}

@media (max-width:1480px) {
    .main_btgb4 .title_container {
        margin-bottom: 35px;
    }
    .main_btgb4 .main_cont_title h2 {
        font-size: 38px;
    }

    .main_btgb4 .board_title_container ul li span {
        font-size: 16px;
    }
    
}

@media (max-width:1280px) {
    .main_btgb4 .main_cont_title h2 {
        font-size: 35px;
    }    

    .main_btgb4 .board_title_container {
        margin-bottom: 35px;
    }
}

@media (max-width: 991px) {
    .main_btgb4::after, .main_btgb4::before {
        display: none;
    }

    .main_btgb4 .title_container {
        margin-bottom: 49px;
    }

    /* 타이틀 및 더보기 버튼 */
    .main_btgb4 .main_cont_title h2 {
        font-size: 32px;
    }

    .main_btgb4 .more_container .more_link {
        width: 38px;
        height: 38px;
        border-radius: 6px;
    }

    
    .main_btgb4 .more_container svg path {
        stroke-width: 1px;
    }

    .main_btgb4 .board_title_container {
        margin-bottom: 20px;
    }

    .main_btgb4 .board_title_container ul li + li {
        margin-left: 23px;
    }
    
    .main_btgb4 .board_title_container ul li span {
        padding: 0 6px 13px;
    }
    /* 스와이프 */
    .main_btgb4 .swiper .swiper-wrapper {
        flex-wrap: wrap;
        gap: 18px 10px;
    }

    .main_btgb4 .swiper .swiper-wrapper > a {
        width: calc(50% - 5px);
    }

    .main_btgb4 .move_link .post_container {
        min-height: unset;
        padding: 24px 8px 6px;
    }

    .main_btgb4 .post_container .post_label {
        height: 19px;
        padding: 0 8px;
        border-radius: 50px;
        font-size: 12px;
    }

    .main_btgb4 .post_container .post_subject {
        min-height: 45px;
        margin-bottom: 13px;
        font-size: 15px;
    }

    /* 스와이퍼 화살표 버튼 */
    .main_btgb4 .swiper-button{
        display: none;
    }
}