.tablet-evt--container {
	margin-bottom: 1.5em;
}
.tablet-evt--container .tablet-evt--header {
	background: #5642e1;
	color: #fff;
	font-weight: 900;
	text-align: center;
	position: relative;
}

.tablet-evt--container .tablet-evt--header .title {
	margin: 0;
	line-height: 1;
	font-size: 22px;
	font-weight: 900;
	padding: .85em 0;
}
@keyframes newIconAni {
	0% {
		background: #ed5dce;
	}
	100% {
		background: #5ded5d;
	}
}
.tablet-evt--container .tablet-evt--header .new-icon {
	background: #ed5dce;
	position: absolute;
	left: 0;
	top: 0;
	width: 10%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 22px;
	line-height: 1;
	animation: newIconAni .7s infinite alternate;
}
.tablet-evt--container .tablet-evt--header .new-icon span {
	font-size: 12px;
	display: block;
	font-weight: 400;
}
.tablet-evt--container .tablet-evt--contents {
	border-right: 3px solid #5642e1;
	border-left: 3px solid #5642e1;
	border-bottom: 3px solid #5642e1;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 1em;
	display: grid;
	grid-template-columns: 4fr 2fr;
}
.tablet-evt--container .tablet-evt--contents .evt-img-list {
	display: grid;
	grid-template-columns: 2fr 3fr;
	gap: 15px;
	align-items: center;
	margin-bottom: 2em;
}
.tablet-evt--container .tablet-evt--contents .evt-img-list .tablet-mockup {
	max-width: 210px;
}
.tablet-evt--container .tablet-evt--contents .evt-img-list .tablet-box-table {
	display: grid;
	grid-template-columns: repeat(4, 80px);
	grid-template-rows: repeat(2, 60px);
	gap: 5px;
}
.tablet-evt--container .tablet-evt--contents .evt-img-list .tablet-box-table .box {
	border: 1px solid #393939;
	color: #393939;
	font-weight: 700;
	border-radius: 10px;
	overflow: hidden;
	height: 60px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	text-align: center;
}
.tablet-evt--container .tablet-evt--contents .evt-txt-list {
	padding-left: 10px;
}
.tablet-evt--container .tablet-evt--contents .evt-txt-list li {
	margin-bottom: 5px;
	font-size: 12px;
}
.tablet-evt--container .tablet-evt--contents .evt-txt-list li .label {
	background: #575757;
	color: #fff;
	margin-left: 5px;
	font-size: 10px;
	padding: 1px 3px;
}
.tablet-evt--container .tablet-evt--contents .evt-price-container {
	text-align: right;
}
.tablet-evt--container .tablet-evt--contents .evt-price-container .evt-price-txt {
	margin-bottom: 1.7em;
}
.tablet-evt--container .tablet-evt--contents .evt-price-container .evt-price-txt .txt1 {
	background: #393939;
	color: #fff;
	display: inline-block;
	padding: 3px 13px;
	margin-bottom: .5em;
}
.tablet-evt--container .tablet-evt--contents .evt-price-container .evt-price-txt .txt2 {
	color: #2e2e2e;
	font-size: 18px;
	font-weight: 400;
	/* margin-bottom: 1em; */
}
.tablet-evt--container .tablet-evt--contents .evt-price-container .evt-price-txt .txt3 {
	color: #5442e0;
	font-size: 18px;
	font-weight: 700;
}

.tablet-evt--container .tablet-evt--contents .ext-price-box {
	margin-bottom: 1.5em;
}
.tablet-evt--container .tablet-evt--contents .ext-price-box .origin-price {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	color: #7e7e7e;
	font-size: 20px;
}
.tablet-evt--container .tablet-evt--contents .ext-price-box .origin-price strong {
	font-size: 110%;
}
.tablet-evt--container .tablet-evt--contents .ext-price-box .evt-price {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	color: #ff3eab;
	font-size: 26px;
	font-weight: 900;
}
.tablet-evt--container .tablet-evt--contents .ext-price-box .evt-price .discount-percent {
	background: #ff3eab;
	color: #fff;
	border-radius: 50px;
	font-size: 50%;
	line-height: 1;
	padding: 0.2em 0.5em;
	vertical-align: middle;
}
.tablet-evt--container .tablet-evt--contents .ext-price-box .origin-price:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #212121;
}
.tablet-evt--container .tablet-evt--contents .ext-price-box .total-price {
	color: #7e7e7e;
}
.tablet-evt--container .tablet-evt--contents .evt-price-check .radio_wrap {
	margin-bottom: 1.5em;
}
.tablet-evt--container .tablet-evt--contents .evt-price-check .btn_event_submit {
	display: inline-block;
	background: #5442e0;
	padding: 10px 80px;
	border-radius: 25px;
	color: #fff;
	font-weight: 700;
	border: none;
}

/* .evt-price-check .radio-orange .choice span.checked,
.evt-price-check .radio-orange .choice.active span,
.evt-price-check .radio-orange .choice:active span {
	border-color: #5442e0;
	background-color: #5442e0;
} */


.tablet-evt--container .tablet-evt--contents .evt-price-container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.evt-month-check {
	width: 120px;
	margin-bottom: 1em;
}
.evt-month-check .radio_wrap,
.evt-price-check .radio_wrap {
	display: flex;
	align-items: center;
	border-radius: 50px;
	overflow: hidden;
}
.evt-month-check .radio_wrap input,
.evt-price-check .radio_wrap input {
	width: 0px;
	height: 0px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.evt-month-check .radio_wrap label,
.evt-price-check .radio_wrap label {
	flex-grow: 1;
	height: 50px;
	width: 100%;
	margin: 0;
	position: relative;
}
.evt-month-check .radio_wrap label .txt,
.evt-price-check .radio_wrap label .txt {
	background: #eee;
	color: #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.evt-month-check .radio_wrap label input:checked ~ .txt {
	background: #ff3eab;
	color: #fff;
}
.evt-price-check .radio_wrap label input:checked ~ .txt {
	background: #5442e0;
	color: #fff;
}


.tablet-evt--container.evt-style2 .tablet-evt--contents .evt-img-list {
	display: block;
}
.tablet-evt--container.evt-style2 .tablet-evt--contents .evt-img-list .tablet-mockup {
	margin: 0 auto;
	margin-bottom: 2em;
	max-width: 310px;
}
.tablet-evt--container.evt-style2 .evt-price-check {
	width: 100%;
}
.tablet-evt--container.evt-style2 .evt-month-check {
	width: 150px;
}
.tablet-evt--container.evt-style2 .evt-month-check .radio_wrap,
.tablet-evt--container.evt-style2 .evt-price-check .radio_wrap {
	border-radius: 25px;
}
.tablet-evt--container.evt-style2 .evt-month-check .radio_wrap label,
.tablet-evt--container.evt-style2 .evt-price-check .radio_wrap label {
	height: 40px;
}
.tablet-evt--container.evt-style2 .tablet-evt--contents .btn_event_submit {
	display: inline-block;
	background: #ff3eab;
	padding: 10px 80px;
	border-radius: 25px;
	color: #fff;
	font-weight: 700;
	border: none;
	width: 100%;
	padding: 10px;
}
.tablet-evt--container.evt-style2 .tablet-evt--contents .evt-price-check .radio_wrap {
	margin-bottom: 1em;
}
.tablet-evt--container.evt-style2 .evt-price-container .evt-check-title {
	font-weight: 900;
	color: #5642E1;
	margin-bottom: .2em;
}
.tablet-evt--container.evt-style2 .evt-week-check .radio_wrap label input:checked ~ .txt {
	background: #0C71AA;
}
.input-hidden-box {
	display: none;
	opacity: 0;
	width: 1px;
	height: 1px;
}

.tablet-evt--container .tablet-evt--contents .ext-price-box .real-price {
	color: #ff3eab;
	padding: 0 10px;
}

.tablet-evt--container .tablet-evt--contents .ext-price-box.ext-price-box--real .real-price {
	font-size: 12px;
	font-weight: 400;
}
.tablet-evt--container .tablet-evt--contents .ext-price-box.ext-price-box--real .real-price span {
	font-size: 26px;
	font-weight: 900;
}
.tablet-evt--container .tablet-evt--contents .ext-price-box.ext-price-box--real .evt-price {
	font-size: 12px;
	font-weight: 400;
}

/* 반응형대응 */
@media (max-width: 767px) {
	.tablet-evt--container .tablet-evt--header .title {
		font-size: 16px;
		text-align: left;
		padding-left: 60px;
	}
	.tablet-evt--container .tablet-evt--header .new-icon {
		font-size: 14px;
		width: 50px;
	}
	.tablet-evt--container .tablet-evt--contents {
		grid-template-columns: 2fr;
	}
	.tablet-evt--container .tablet-evt--contents .evt-img-list {
		grid-template-columns: 2fr;
		justify-items: center;
	}
	.tablet-evt--container .tablet-evt--contents .evt-img-list .tablet-box-table {
		grid-template-columns: repeat(3, 80px);
	}
	.tablet-evt--container .tablet-evt--contents .evt-price-container {
		text-align: center;
		align-items: center;
	}
	.tablet-evt--container .tablet-evt--contents .evt-txt-list {
		margin-bottom: 2em;
		text-align: center;
	}

}