/*
(주)파이브센스_FIVESENSES.Corp.

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

.main_PT3 .container_fix {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding:0;
}
.main_PT3 .main_PT3_banner {
    position: relative;
    width: 100%;
    margin-top: 43px;
    margin-bottom: 20px;
}

/* 타이틀 */
.main_PT3 .main_PT3_textbox h2.widget_froala {
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
    margin: 18px 0 42px;
    position: relative;
    color: #59433b;
}

/* 링크 */
.main_PT3 .main_PT3_banner .btn_moreview {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 54px;
    gap: 10px;
    width: 220px;
    height: 55px;
    border-radius: 5px;
    text-align: center;
}
.main_PT3 .main_PT3_banner .link_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_PT3 .main_PT3_banner .widget_froala.more_box {
    width: auto;
    font-size: 20px;
    font-weight: 600;
}
.main_PT3 .main_PT3_banner .btn_moreview_arrow {
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: #0c0c0c;
}
.main_PT3 .main_PT3_banner .btn_moreview:hover .btn_moreview_arrow {
    background-color: var(--main-point-btn-line-color-hover);
}

/* 이미지 슬라이드 */
.main_PT3 .img_container {
    width: 102.3%;
    overflow: hidden;
}
.main_PT3 .img_box {
    display: flex;
    gap: 30px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: space-between;
}
.main_PT3 .img_box img {
    height: auto;
    object-fit: cover;
    margin:0 auto;
}

@media (max-width: 991px) {
    .main_PT3 .main_PT3_banner {
        margin-top: 23px;
        margin-bottom: 16px;
    }

    /* 타이틀 */
    .main_PT3 .main_PT3_textbox {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .main_PT3 .main_PT3_textbox h2.widget_froala {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 9px 0 50px;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }

    /* 링크 */
    .main_PT3 .main_PT3_banner .link_box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main_PT3 .main_PT3_banner .btn_moreview {
        margin-top: 20px;
    }
    .main_PT3 .main_PT3_banner .widget_froala.more_box {
        font-size: 15px;
    }
    .main_PT3 .main_PT3_banner .btn_moreview_arrow {
        width: 20px;
        height: 20px;
    }
    .main_PT3 .main_PT3_banner .btn_moreview_arrow img {
        margin-left: 0;
        height: 40%;
    }

    /* 이미지 슬라이드 */
    .main_PT3 .img_box {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(5, 1fr);
        gap: 11px 5px;
    }
    .main_PT3 .img_box img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}