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

.PT4 .container_fix {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1510px;
}

/* 타이틀 */
.PT4 .text_box {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.PT4 .text_box h2.title {
    font-size: 52px;
    font-weight: bold;
    color: #0c0c0c;
}
.PT4 .text_box h3.subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #5d5d5d;
    margin-top: 50px;
    margin-bottom: 85px;
}

/* 슬라이드 */
.PT4 .swiper-wrap {
    position: relative;
    width: 100%;
    opacity: 1;
}
.PT4 .swiper-wrap .swiper-inner {
    position: relative;
    width: 88%;
    margin: 0 auto;
}
.PT4 .swiper-wrap .swiper {
    width: 100%;
}
.PT4 .swiper-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
}
.PT4 .img_box {
    width: 210px;
    height: 210px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
}
.PT4 .img_box:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}

.PT4 .img_box img {
    object-fit: contain;
}

/* 네비게이션 버튼 스타일 */
.PT4 .swiper-button-prev, .PT4 .swiper-button-next {
    color: #d4d4d4;
    cursor: pointer;
}

@media (max-width: 991px) {
    /* 타이틀 */
    .PT4 .text_box h2.title {
        font-size: 32px;
    }
    .PT4 .text_box h3.subtitle {
        flex-direction: column;
        margin-top: 15px;
        margin-bottom: 45px;
        font-size: 16px;
        line-height: 25px;
    }

    /* 이미지 슬라이드 */
    .PT4 .swiper-wrap {
        position: relative;
        padding-bottom: 35px;
    }
    .PT4 .swiper-wrap .swiper {
        width: 400px;
    }
    .PT4 .swiper-wrap .swiper-horizontal>.swiper-scrollbar, .PT4 .swiper-wrap .swiper-scrollbar.swiper-scrollbar-horizontal {
        height: 1px !important;
    }
    .PT4 .img_box {
        width: 93px;
        height: 93px;
        overflow: hidden;
    }

    .PT4 .img_box img {
        width: 80%;
    }

    /* 스크롤바 스타일 */
    .PT4 .swiper-scrollbar {
        height: 3px;
        background-color: #f1f1f1;
        border-radius: 10px;
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 10;
    }
    .PT4 .swiper-scrollbar .swiper-scrollbar-drag {
        background-color: #d5d5d5;
    }
}
