@charset "utf-8";

.click {
	cursor: pointer;
}

.over:hover {
	background-color: #f6f4dd;
}

select:disabled {
	background-color: rgb(235, 235, 228);
}

.modal-desc {
	list-style: disc;
    padding-left: 24px;
    font-family: Noto Sans Korean;
    font-weight: lighter;
}

/* start: sweetalert */
.swal2-confirm {
	font-size: 14px !important;
	font-weight: normal;
}
.swal2-cancel {
	font-size: 14px !important;
	font-weight: normal;
}
.swal2-popup.swal2-modal.swal2-show .swal2-actions {
    padding: 8px 0px;
    margin-top: 0px;
}
/* end: sweetalert */