/* ========== override ========== */
#jbk-frame-main {
	margin-bottom: 1.75em;
}


/* ========== general ========== */
.flat {
	margin-top: 0 !important;
}


/* ========== list ========== */
.ca-list-01 > li > ul {
	margin-left: 24px;
}

.ca-list-01 .ca-list-02 {
	margin-left: 1.5em;
}

.ca-list-01 .ca-list-02 > span {
	width: 1em;
}

.ca-list-01 > li li {
	padding-left: 0;
	position: static;
}

.ca-list-01 > li li:before {
	display: none;
}

/* ========== modal ========== */
.disable_scroll {
	overflow: hidden !important;
}

.hidden_content {
	display: none !important;
}

.modal {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.modal::before {
	opacity: .5;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-color: #000;
	z-index: 9;
}

.modal__content_wrapper {
	overflow: hidden;
	margin: 0 auto;
	border-radius: 14px;
	max-width: 860px;
	width: 90%;
	max-height: 500px;
	height: 90vh;
	z-index: 10;
	position: absolute;
}

.modal__content {
	overflow: auto;
	margin: 0;
	padding: 54px 54px 54px 54px;
    max-width: 860px;
	max-height: 500px;
	height: 90vh;
    background-color: #fff;
	top: 50%;
}

@media only screen and (max-width: 640px) {
	.modal__content_wrapper {
		max-height: 560px;
	}
	.modal__content {
		padding: 30px 10px;
		max-height: 560px;
	}
}

.modal__content div p {
	font-size: 20px;
}

@media only screen and (max-width: 640px) {
	.modal__content div p {
		font-size: 17px;
	}
}

.modal__close_btn_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2.375em;
}

.modal__close_btn {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 24px;
	border: 1px solid #535252;
	padding: 4px 40px 4px 55px;
	position: relative;
	background-color: #fff;
	color: #535252;
}

/* .modal__close_btn.disabled {
	background-color: #fff;
	pointer-events: none;
	color: #535252;
	border: 1px solid #747b81;
} */

.modal__close_btn::before,
.modal__close_btn::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 1px;
	left: 35px;
	top: 50%;
	background-color: #fff;
	position: absolute;
}

.modal__close_btn.disabled::before,
.modal__close_btn.disabled::after {
	background-color: #747b81;
}

.modal__close_btn::before {
	transform: rotate(45deg);
}

.modal__close_btn::after {
	transform: rotate(-45deg);
}

h3 span.supplement {
	border: 2px #535252 solid;
	padding: 3px 5px;
}


@media only screen and (max-width: 640px) {
	h3 span.supplement {
		padding: 2px 3px;
	}
}

/* ========== checkbox ========== */
/* .modal__checkbox_wrapper {
	display: inline;
}

.modal__checkbox_wrapper_inside {
	margin-top: 30px;
	justify-content: center;
	font-size: larger;
}
.modal__checkbox_wrapper_inside label {
	font-weight: lighter;
}

@media only screen and (max-width: 640px) {
	.modal__checkbox_wrapper {
		margin-top: 20px;
	}
}

input[type=checkbox] {
	transform: scale(2);
	margin: 0 6px 0 0;
}

@media only screen and (max-width: 640px) {
	input[type=checkbox] {
		transform: scale(1.7);
		margin: -10px 3px 0 0;
	}
} */

/* ========== modal end ========== */

