@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

@font-face {
	font-family: 'GangwonEduPowerExtraBold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.popup-content {
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	background-color: #fff;
	line-height: 1.5;
	flex-grow: 0;
	max-height: calc(100% - 60px);
}
.voucher-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.modal .modal-popup {
	max-width: 90%;
	max-height: 90%;
	overflow: hidden;
	overscroll-behavior: none;
	border-radius: 20px;
	transition: 0.4s;
	z-index: 2;
	box-shadow: 60px 60px 90px rgba(0, 0, 0, 0.2);
	position: relative;
}

.modal-on .modal .dimed {
	opacity: 1;
	backdrop-filter: blur(40px);
}

.modal .dimed {
	background-color: rgba(0, 0, 0, 0.6);
}

h1 {
	line-height: 1.4;
}

.modal .modal-popup h1 {
	font-size: 1.75em;
	line-height: 1.3;
}

.modal .modal-popup.cert h1.certificated {
	color: black;
}

.modal .modal-popup .popup-content li:last-of-type {
	gap: 0;
}

.modal .noti {
	margin: 20px 0;
}

.noti.strong {
	z-index: 2;
	overflow: hidden;
	position: relative;
	padding: var(--padding);
	border-radius: 8px;
	text-align: center;
	background-color: transparent;
}

.noti.very.strong p {
	color: #fe5f57;
}

.noti.strong p {
	mix-blend-mode: multiply;
}

.noti.strong p i {
	font-size: 1.2em;
	vertical-align: text-top;
	margin-right: 0.2em;
}

.noti.very.strong p u {
	text-decoration: underline;
}

.noti.very.strong::after {
	background-color: #fe5f57;
	opacity: 0.1;
}

.noti.strong::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
	opacity: 0.05;
}

.popup-content .form {
	margin-top: 30px;
}

.popup-content .form h4,
.popup-content .privacy h4 {
	margin-bottom: 12px;
}

h4 {
	font-size: 1.15em;
}

table td {
	word-break: keep-all;
	color: #6f737a;
}

table th,
table td {
	border-bottom: 1px solid #e1e6e9;
}

.popup-content table .inputs {
	min-height: initial;
}

.popup-content table .inputs input,
.popup-content table .inputs select {
	height: 50px;
}

table th,
table td {
	padding: 20px 0;
}

table tbody th {
	padding-right: 40px;
}

table th,
table td {
	vertical-align: top;
	padding: 20px 0;
	border-bottom: 1px solid #e1e6e9;
	line-height: 1.4;
	border-collapse: collapse;
	word-break: break-all;
}

.inputs.nowrap {
	flex-wrap: nowrap;
	gap: 10px;
	align-items: center;
}

.popup-content .form+div {
	margin-top: 30px;
}

.popup-content .privacy ul.agree {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.popup-content .agree {
	border: 1px solid #e1e6e9;
	border-radius: 6px;
	padding: 20px;
}

.popup-content .privacy ul.agree li {
	display: flex;
	color: #6f737a;
	line-height: 1.2;
	padding: 0;
	border-bottom: 0px;
	flex-direction: row;
}

.popup-content .privacy ul.agree li::before {
	content: '•';
	opacity: 0.5;
}

.popup-content .privacy ul.agree li strong {
	color: #252d3a;
}

.popup-content .privacy ul.agree li ul li::before {
	content: '-';
}

.popup-content .privacy .agreement {
	padding: 20px 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

h5 {
	font-size: 1em;
}

.red {
	color: #fe5f57 !important;
}

.popup-content .privacy .agreement .inputs {
	justify-content: center;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	min-height: 0px;
}

.voucher-info .select-item.vertical {
    gap: 1em;
    margin-top: 0;
}

.select-item.vertical li::before {
    font-size: 1.5em;
}

.select-item > li::before {
    content: '\e92c';
    font-family: 'xeicon';
    color: #b8bbc1;
}

.select-item.vertical li {
    flex-direction: column;
    text-align: center;
    max-width: calc(100% / 2 - 3px);
    border-radius: 6px;
}

.select-item > li {
    cursor: pointer;
    padding: 15px;
    border: 1px solid #e1e6e9;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    transition: 0.2s;
    min-width: 32%;
}

.select-item {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.voucher-info h3 {
	margin-top: 2%;
	margin-bottom: 1%;
}

@media (max-width: 480px) {
    .inputs input{
		font-size: 1em;
	}
}

@media (max-width: 820px) {
	.voucher-info h3 {
        padding-bottom: 10px;
        margin-top: 5%;
    }
    
    .select-item > li {
		min-width: calc(100% / 2 - 20px);
	}
}