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

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

.main_PT1 .container_fix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.main_PT1 .main_PT1_banner {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

/* 타이틀 */
.main_PT1 .main_PT1_textbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    width: 100%;
}
.main_PT1_textbox h2.widget_froala {
    position: relative;
    margin: 18px 0 0;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.31;
    color: #0c0c0c;
}
.main_PT1 .main_PT1_textbox .widget_froala.text {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    color: #5d5d5d;
}

/* 링크 */
.main_PT1 .main_PT1_banner .link_box {
    position: absolute;
    right: 0;
    bottom: -8px;
}
.main_PT1 .main_PT1_banner a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.main_PT1 .main_PT1_banner .widget_froala.more_box {
    width: auto;
    font-size: 20px;
    font-weight: 600;
}
.main_PT1 .main_PT1_banner .btn_moreview_arrow {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--main-point-btn-line-color-hover);
    cursor: pointer;
}

/* 이미지 슬라이드 */
.main_PT1 .sliderWrap {
    display: flex;
    position: relative;
    width: 200vw;
    margin-top: 156px;
    margin-left: calc(-100vw + 100%);
}
.main_PT1 .sliderWrap .imgSlide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.main_PT1 .sliderWrap .imgSlide > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    flex: 0 0 355px;
    margin-left: 100px;
}

@keyframes flowRolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (max-width:1560px) {
    .main_PT1_textbox h2.widget_froala {
        font-size: 45px;
    }

    .main_PT1 .sliderWrap {
        margin-top: 6%;
    }
}

@media (max-width: 991px) {
    /* 타이틀 */
    .main_PT1 .main_PT1_textbox {
        flex-direction: column;
        align-items: center;
    }
    .main_PT1 .main_PT1_textbox h2.widget_froala {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 0 11px;
        font-size: 31px;
        line-height: 1.25;
        text-align: center;
    }

    .main_PT1 .main_PT1_banner {
        margin-top: 0;
        margin-bottom: 0;
    }

    /* 링크 */
    .main_PT1 .main_PT1_banner a {
        gap: 13px;
    }
    .main_PT1 .main_PT1_textbox .widget_froala.text {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        font-size: 15px;
        line-height: 20px;
    }
    .main_PT1 .main_PT1_banner .link_box {
        display: flex;
        align-items: center;
        justify-content: center;
        position: static;
        width: 100%;
        margin-top: 41px;
    }
    .main_PT1 .main_PT1_banner .widget_froala.more_box {
        font-size: 15px;
    }
    .main_PT1 .main_PT1_banner .btn_moreview_arrow {
        width: 35px;
        height: 35px;
    }
    .main_PT1 .main_PT1_banner .btn_moreview_arrow img {
        width: 13px;
    }

    .main_PT1 .sliderWrap {
        margin-top: 34px;
    }
    .main_PT1 .sliderWrap .imgSlide > li {
        width: 100%;
        min-width: 150px;
        flex: 0 0 150px;
        margin-left: 60px;
    }
    .main_PT1 .sliderWrap .imgSlide > li > img {
        width: 100%;
        height: 100%;
    }
}