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

.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 img {
	display: block;
}

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

.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_wrap.type_closing {
	align-items: flex-start;
	justify-content: flex-end;
}

.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;
}