@charset "utf-8";
/*
(주)파이브센스_FIVESENSES.Corp.
파이브프로_FIVEPro_웹솔루션.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-03-18 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/


.main_v5 * {
    line-height: 1;
}

/* .main_v5 .tap_content_box.container_fix {
    padding: 0;
    padding-right: 60px;
    margin-left: auto;
    margin-right: 0;
    width: 95%;
    overflow: hidden;
} */

.main_v5 .swiper {
    overflow: visible;
}

/* 타이틀 */
.main_v5 .content_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.main_v5 .main_cont_title {
    width: 100%;
}
.main_v5 .main_cont_title h2,
.main_v5 .main_cont_title h2 p {
    display: inline-block;
    width: auto;
    font-size: 64px;
    color: #fff;
    font-weight: 700;
}

.main_v5 .content_top .right-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

/* 스와이퍼 버튼 */
.main_v5 .content_top .swiper-button {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    transition: all .5s;
    transition: all .5s;
    border-radius: 10px;
    transition: .3s;
}
.main_v5 .content_top .swiper-button:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    transition: .3s;
}
.main_v5 .content_top .swiper-button:hover svg path {
    fill: #000;
    transition: .3s;
}
.main_v5 .content_top .swiper-button svg {
    width: auto;
    height: auto;
}
.main_v5 .content_top .swiper-button.swiper-button-prev,
.main_v5 .content_top .swiper-button.swiper-button-next {
    position: static;
}
.main_v5 .content_top .swiper-button::after {
    display: none;
}

/* 컨텐츠 영역 */
.main_v5 .swiper-wrapper {
    height: auto;
}

.main_v5 .swiper-slide {
    height: 100%;
    display: block;
    overflow: hidden;
    transition: background-color .5s ease-in-out;
    text-decoration: none;
}

.main_v5 .swiper-slide .post_content {
    padding: 30px 0 0;
    min-height: 168px;
    font-size: 16px;
}

.main_v5 .post_content .post_subject {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.main_v5 .post_content .post_subject h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.main_v5 .post_content .post_subject h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #afafaf;
}

.main_v5 .img_wrap {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.main_v5 .img_wrap .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
.main_v5 .img_wrap .img_item {
    transition: all .5s ease-in-out;
}
.main_v5 .swiper-slide:hover .img_wrap .img_item {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .main_v5 .content_top {
        display: block;
        margin-bottom: 42px;
    }
    .main_v5 .main_cont_title {
        margin: 0 auto;
        text-align: center;
    }
    .main_v5 .main_cont_title h2,
    .main_v5 .main_cont_title h2 p {
        font-size: 31.5px;
        text-align: center;
    }
    .main_v5 .content_top .right-box {
        display: none;
    }

    .main_v5 .swiper-slide .post_content {
        padding: 23px 0 0;
        min-height: 100px;
    }
    .main_v5 .post_content .post_subject h3 {
        font-size: 20px;
		margin-bottom:17px;
    }
    .main_v5 .post_content .post_subject h4 {
        font-size: 15px;
		line-height:23px;
    }
    .main_v5 .img_wrap .play-btn {
        width: 56px;
        height: 56px;
    }
}