/*팝업*/
.popup {
    position: fixed;
    width: 100%; height: 100%;
    max-width: 360px;
    left: 50%;top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999999999;
}

.popup .close{
    background: none;
    border: 0;
    position: absolute;
    right: 25px;top: 25px;
    cursor: pointer;
}

.popup_contents {
    width: 100%;
    position: absolute;
    left: 50%;top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-family: 'Pretendard';
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.hand {
    margin-bottom: 15px;
}

/*쉐도우 효과*/
.shadow{
    position: fixed;
    left: 0;top: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;height: 100vh;
    z-index: 99999999;
}

.swiper-slide:nth-child(1) {
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

.contents {
    position: relative;
}

.top_name {
    color: #fff;
    font-family: 'NotoSerifKR';
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 50px;
}

.recurrence_title {
    width: 100%; height: auto;
}

.recurrence_title img {
    width: 100%; max-width: 110px;
    display: block;
    margin: 0 auto;
}

.recurrence_font {
    position: absolute;
    left: 50%; top: 330px;
    transform: translate(-50%, 0);
}

.recurrence_day {
    width: 100%; height: auto;
    margin-top: 90px;

}

.recurrence_day img {
    width: 100%; max-width: 247px;
    display: block;
}

.logo {
    position: absolute;
    left: 18px; top: 580px;
}

.main_art_name {
    position: absolute;
    right: 18px; top: 580px;
    color: #fff;
    font-family: 'Pretendard';
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
    text-align: right;
}