.photo-slide-container {
    position: relative;
}

.photo-slide * {
    outline: none;
}

.photo-slide-img-wrap img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.photo-slide-control {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 270px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans KR';
    font-size: 16px;
    font-weight: 300;
    color: #313131;
}

.photo-slide-control-current {
    display: flex;
    align-items: center;
    height: 30px;
    padding-bottom: 2px;
    margin-left: 20px;
    margin-right: 13px;
}

.photo-slide-control-line {
    display: flex;
    align-items: center;
    height: 30px;
}

.photo-slide-control-total {
    display: flex;
    align-items: center;
    height: 30px;
    padding-bottom: 2px;
    margin-left: 13px;
    margin-right: 18px;
}

.photo-slide-prev-arrow button {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.photo-slide-control-stop {
    font-family: 'Noto Sans KR';
    font-size: 13px;
    color: #313131;
    display: flex;
    align-items: center;
    height: 30px;
    padding-bottom: 4px;
    cursor: pointer;
    user-select: none;
}

.photo-slide-next-arrow button {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.photo-slide-prev-arrow-mobile button {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.photo-slide-next-arrow-mobile button {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.photo-slide-title {
    position: absolute;
    bottom: 166px;
    left: 51%;
    transform: translateX(-51%);
    user-select: none;
}

.photo-slide-title > div:first-child {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    line-height: 0.7;
    margin-bottom: 20px;
}

.photo-slide-title > div:last-child {
    width: 53px;
    border-top: 2px solid #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
}

/* special */
.special-slide-title-container {
    position: absolute;
    top: 36vh;
    right: 184px;
    user-select: none;
}

#special3-special-slide-title-container {
    right: 84px;
}

.special-slide-small-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    line-height: 0.8;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.special-slide-small-title.black {
    color: #313131;
    text-shadow: none;
}

.special-slide-title-line {
    width: 53px;
    border-top: 2px solid #ffffff;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
    margin: 19px 0;
}

.special-slide-title-line.black {
    border-top: 2px solid #313131;
    box-shadow: none;
}

.special-slide-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 54px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    line-height: 0.8;
    cursor: pointer;
    user-select: none;
}

.special-slide-title.black {
    color: #313131;
    text-shadow: none;
}

.special-info-more-container {
    position: absolute;
    top: 0;
    right: -630px;
    width: 630px;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
    transition: all 1s cubic-bezier(.23, 1, .32, 1);
    padding-left: 0;
    padding-top: 36vh;
    opacity: 0;
    user-select: none;
}

.special-info-more-container > div {
    margin-left: 74px;
}

.special-info-more-container.open {
    right: 0;
    opacity: 1;
}

.special-slide-info1 {
    font-family: "Noto Sans KR";
    font-weight: 500;
    font-size: 20px;
    color: #313131;
    margin-top: 40px;
    margin-bottom: 9px;
    line-height: 1;
}

.special-slide-info2 {
    font-family: "Noto Sans KR";
    font-size: 14px;
    color: #313131;
    line-height: 1;
    margin-bottom: 5px;
}

.special-slide-info3 {
    font-family: "Noto Sans KR";
    font-size: 14px;
    color: #313131;
    line-height: 1;
    border-bottom: 1px solid #313131;
    padding-bottom: 2px;
    display: inline-block;
}
/* //special */

/* room */
.room-slide-title {
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(calc(-50% + 0.5px));
    -ms-transform: translateX(-50%);
    font-family: "Noto Sans KR";
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    user-select: none;
}

.room-slide-title span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 22px;
    font-family: "Noto Sans KR";
    font-size: 13px;
    color: #ffffff;
    background: #000;
    border-radius: 10px;
    padding-bottom: 2px;
    margin-left: 8px;
    margin-top: 4px;
    text-shadow: none;
}
/* //room */

/* mobile arrow */
.photo-slide-prev-arrow button svg:last-child, .photo-slide-next-arrow button svg:last-child {
    display: none;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.special-info-mobile {
    display: none;
}

@media (max-width: 1000px) {
    .photo-slide-container {
        padding-left: 0;
    }

    .photo-slide-img-wrap img {
        width: 100%;
        height: 315px;
        object-fit: cover;
    }

    .photo-slide-control-current, .photo-slide-control-line, .photo-slide-control-total, .photo-slide-control-stop {
        display: none;
    }

    .photo-slide-control {
        width: 60px;
        height: 30px;
    }

    .photo-slide-prev-arrow button {
        margin-right: 0;
    }

    .photo-slide-next-arrow button {
        margin-left: 0;
    }

    .photo-slide-prev-arrow button svg:last-child, .photo-slide-next-arrow button svg:last-child {
        display: block;
    }

    .photo-slide-prev-arrow button svg:first-child, .photo-slide-next-arrow button svg:first-child {
        display: none;
    }

    /* main special */
    .special-photo-slide-prev-arrow button {
        border: none;
        background-color: transparent;
        outline: none;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
    }

    .special-photo-slide-next-arrow button {
        border: none;
        background-color: transparent;
        outline: none;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
    }

    .photo-slide-img-wrap.special-photo-slide img {
        width: 100%;
        height: 325px;
        object-fit: cover;
    }

    /* prologue */
    .photo-slide-title {
        display: none;
    }

    /* special */
    .special-slide-title-container, .special-info-more-container {
        display: none;
    }

    #special1-photo-slide .photo-slide-img-wrap img,
    #special2-photo-slide .photo-slide-img-wrap img,
    #special3-photo-slide .photo-slide-img-wrap img,
    #special4-photo-slide .photo-slide-img-wrap img,
    #special5-photo-slide .photo-slide-img-wrap img
    {
        height: 325px;
    }

    .special-info-mobile {
        display: block;
        padding: 22px 20px;
    }

    .special-info-mobile > div:first-child {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 16px;
        color: #313131;
        line-height: 0.7;
    }

    .special-info-mobile > div:nth-child(2) {
        width: 37px;
        border-top: 1px solid #313131;
        margin: 14px 0;
    }

    .special-info-mobile > div:nth-child(3) {
        font-family: Poppins;
        font-weight: 600;
        font-size: 30px;
        color: #313131;
        line-height: 0.7;
        margin-bottom: 19px;
    }

    .special-info-mobile > div:nth-child(4) {
        margin-left: 58px;
        height: 100px;
    }

    .special-info-mobile > div:nth-child(4) > div:first-child {
        font-family: "Noto Sans KR";
        font-weight: 500;
        font-size: 16px;
        color: #313131;
        line-height: 1;
        margin-bottom: 8px;
    }

    .special-info-mobile > div:nth-child(4) > div:nth-child(2) {
        font-family: "Noto Sans KR";
        font-weight: 300;
        font-size: 11px;
        color: #7d7d7d;
    }

    .special-info-mobile > div:nth-child(4) > div:last-child {
        font-family: "Noto Sans KR";
        font-weight: 300;
        font-size: 11px;
        color: #7d7d7d;
        margin-bottom: 9px;
    }
}

@media (max-width: 950px) {
    .photo-slide-container {
        margin-top: 47px;
    }
}