@charset "utf-8";
/* 공통 */
.manual_modal_period_wrap {
    display: none;
}

.manual_modal_period_wrap img {
    display: block;
}

.manual_modal_period_wrap button {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.manual_modal_wrap {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--z-index-modal, 100000);
    pointer-events: none;
}

.manual_modal_wrap .screen_out {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.manual_modal_wrap .modal_contents {
    position: relative;
    pointer-events: all;
}

.manual_modal_utils {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
    width: 1508px;
    pointer-events: none;
    z-index: var(--z-index-popup2);
}

.manual_modal_utils * {
    pointer-events: all;
}

/* 클로징 배너 */
.manual_modal_wrap.type_closing {
    align-items: flex-start;
    justify-content: flex-end;
}

.manual_modal_wrap.type_closing {
    transition: 0.5s ease-in-out;
    transform: translate(0, -100%);
}

.manual_modal_wrap.type_closing.is_shown {
    transform: translate(0, 0);
}

.manual_modal_wrap.type_closing .modal_contents {
    box-shadow: -2px 4px 14px 3px #2e2e2e5e;
}

.manual_modal_wrap.type_closing .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.manual_modal_wrap.type_closing .btn_not_today {
    position: absolute;
    bottom: 0;
    left: 6px;
    width: 150px;
    height: 32px;
}

.manual_modal_wrap.type_closing .btn_go {
    position: absolute;
}

.manual_modal_wrap.type_closing .btn_go_1 {
    top: 78px;
    left: 37px;
    width: 355px;
    height: 436px;
}

.manual_modal_wrap.type_closing .btn_go_2,
.manual_modal_wrap.type_closing .btn_go_3 {
    top: 533px;
    width: 168px;
    height: 167px;
}

.manual_modal_wrap.type_closing .btn_go_2 {
    left: 37px;
}

.manual_modal_wrap.type_closing .btn_go_3 {
    right: 28px;
}

.manual_modal_wrap.type_closing .btn_go_4 {
    display: none;
    top: 78px;
    left: 28px;
    width: 355px;
    height: 436px;
}

/* 교수 샘플 배너 */
.manual_modal_wrap.type_sample {
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
}

.manual_modal_wrap.type_sample.is_active {
    display: flex;
}

.manual_modal_wrap.type_sample .modal_contents {
    display: flex;
    align-items: flex-end;
    gap: 28px;
}

.manual_modal_wrap.type_sample .btn_content_close {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 40px;
    height: 40px;
}

.manual_modal_wrap.type_sample .btn_go {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 306px;
    height: 480px;
}