.fac-container {
    position: relative;
    display: block;
    width: 100vw;
    /* padding: 210px 0px 100px; */
    padding: 19.44vh 0px 9.25vh;
    background: #fbfbfb;
    font-size: 0px;
}

.fac-container > * {
    font-size: 16px;
}

.fac-side {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.fac-side.left {
    /* width: 637px; */
    width: 33.17vw;
    /* padding-right: 60px; */
    padding-right: 3.12vw;
    text-align: right;
}

.fac-title {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    /* font-size: 82px; */
    font-size: 4.27vw;
    /* font-size: clamp(80px, 4.27vw, 82px); */
    letter-spacing: 0.2px;
    color: #999;
    /* margin: 0px 0px 65px; */
    margin: 0px 0px 6.01vh;
    font-weight: normal;
    /* line-height: 89px; */
    line-height: 8.24vh;
    /* padding-right: 9px; */
    padding-right: 0.46vw;
    /* padding-top: 24px; */
    padding-top: 2.22vh;
}

.fac-title span {
    position: relative;
    display: block;
    /* font-size: 24px; */
    /* font-size: 1.25vw; */
    font-size: clamp(15px, 1.25vw, 24px);
    letter-spacing: 0.2px;
    color: #b0a967;
    /* line-height: 20px; */
    line-height: 1.85vh;
    /* padding-top: 10px; */
    padding-top: 0.92vh;
    /* padding-right: 5px; */
    padding-right: 0.26vw;
}

.fac-desc {
    position: relative;
    display: table;
    text-align: left;
    width: 100%;
    /* padding-left: 139px; */
    padding-left: 7.23vw;
    /* font-size: 16px; */
    /* font-size: 0.83vw; */
    font-size: clamp(13px, 0.83vw, 16px);
    color: #595959;
    /* line-height: 35px; */
    /* line-height: 3.24vh; */
    line-height: clamp(30px, 3.24vh, 35px);
}

.fac-side.right {
    /*width: 637px;*/
    width: calc(100vw - 33.17vw);
    background: #e6e6e6;
    padding: 18px 0px 18px 18px;
    border-radius: 18px 0px 0px 18px;
    -webkit-border-radius: 18px 0px 0px 18px;
    -moz-border-radius: 18px 0px 0px 18px;
    -ms-border-radius: 18px 0px 0px 18px;
    -o-border-radius: 18px 0px 0px 18px;
    overflow: hidden;
}

.fac-right-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

    overflow: hidden;
    white-space: nowrap;
    font-size: 0px;

    border-radius: 18px 0px 0px 18px;
        -webkit-border-radius: 18px 0px 0px 18px;
        -moz-border-radius: 18px 0px 0px 18px;
        -ms-border-radius: 18px 0px 0px 18px;
        -o-border-radius: 18px 0px 0px 18px;
        overflow: hidden;
}

.fac-side-long {
    position: relative;
    display: block;
    font-size: 0px;
}

.fac-side-long>* {
    font-size: 16px;
}

.fac-side-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: 662px; */
    /* width: calc(662px + 22px); */
    width: calc(34.47vw + 1.14vw);
    /* padding-right: 22px; */
    /* padding-right: 1.14vw; */
}

.fac-side-item img {
    position: relative;
    display: block;
    width: calc(100% - 1.14vw)
}

.fac-nav {
    position: absolute;
    display: block;
    /* width: 37px; */
    width: 1.92vw;
    /* height: 109px; */
    aspect-ratio: 37/109;
    /* background: url('../../img/front/left_arrow_icon.svg') no-repeat;
    background-size: contain !important;
    background-position: center !important; */
    top: calc((100% - 10.09vh) / 2);
    cursor: pointer;
}

.fac-nav.left {
    /* left: 56px; */
    left: calc(2.91vw - 1.51vw);
    display: none;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
        -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

.fac-nav.right {
    /* left: 56px; */
    right: calc(2.91vw - 1.51vw);
    transform: rotate(180deg);
    filter: drop-shadow(-2px -2px 4px rgba(0, 0, 0, 0.5));
        -webkit-filter: drop-shadow(-2px -2px 4px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width : 1024px) {
    .fac-container {
        padding: 100px 0px 0px;
        align-content: end;
    }

    .fac-side {
        display: block;
        width: calc(100% - 80px) !important;
        max-width: 980px;
        text-align: center;
    }

    .fac-side.left {
        padding-right: 0px;
        margin: 0px auto;
    }

    .fac-side.right {
        width: 100% !important;
        max-width: unset !important;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .fac-title {
        text-align: center;
        line-height: 45px;
        padding: 0px;
    }

    .fac-desc {
        text-align: center;
        padding: 0px;
        margin: 0px auto 50px;
        max-width: 768px;
    }

    .fac-right-container {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }
}

@media screen and (max-width : 768px) {
    .fac-container {
        padding: 80px 0px 0px;
    }

    .fac-title {
        line-height: 35px;
        margin-bottom: 20px;
    }

    .fac-desc {
        line-height: 24px;
    }

    .fac-nav {
        height: 50px;
        width: auto;
        top: calc((100% - 50px) / 2);
    }

    .fac-nav.right {
        right: calc(2.91vw - 1.51vw + 15px);
    }
}

@media screen and (max-width : 500px) {
    .fac-side {
        width: calc(100% - 40px) !important;
    }

    .fac-title span {
        font-size: 17px;
        padding-top: 10px;
    }

    .fac-title {
        font-size: 37px;
    }

    .fac-side-item {
        width: 250px;
    }

    .fac-desc {
        text-align: left;
    }
}