@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
#premium_filler_img_area {
	margin-top: 7em;
}
#premium_filler_img {
	width: 113px;
}
.custom_contents {
	margin-top: 5em;
}
.custom_contents ._title{
	font-family: "BareunDotumPro1";
	font-size: 2.3em;
	color: #373737;
	line-height: 3em;
}
.custom_contents>div {
	font-family: "BareunDotumPro1";
	font-size: 1.6em;
	color: #373737;
	line-height: 2em;
}
.custom_contents .eng_sign {
	font-family: 'NewYork';
	color: #f37040;
	font-size: 1.3em;
	line-height: 30px;
	margin-top: 2.5em;
}
.custom_contents .eng_sign .gv {
	font-family: 'Great Vibes', cursive;
	font-size: 1.6em;
	margin-left: 1em;
}
.custom_contents table {
	width: 100%;
	text-align: center;
	color: #222222;
	margin-top: 0.8em;
	font-size: 1.4em;
}
.custom_contents table tr>* {
	position: relative;
	padding: 1.4em;
	word-break: keep-all;
}
.custom_contents table tr>th {
	background-color: #f5f5f5;
}
.custom_contents table tr>th::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 0.25em solid white;
}
.custom_contents table:not(.underline_table) tr>td::before {
	content: "";
	position: absolute;
	display: block;
	right: -3.6px;
	bottom: -3.6px;
	width: 7px;
	height: 7px;
	background: white;
}
.custom_contents table tr>td:not(._none) {
	border-bottom: 1px solid #e2e2e2;
}
.custom_contents table:not(.underline_table) tr>td:not(._none) {
	border-right: 1px solid #e2e2e2;
}
.custom_contents table tr>*>div {
	text-align: left;
	display: inline-block;
}
.custom_contents table._stars td>span {
	white-space: nowrap;
}
.custom_contents table._stars td>span>on,
.custom_contents table._stars td>span>off {
	display: inline-block;
}
.custom_contents table._stars td>span>off {
	visibility: hidden;
}
.custom_contents table._stars td>span._best {
	position: relative;
	color: #ff3600;
}
.custom_contents table._stars td>span._best::after {
	content: "BEST";
	font-size: 0.5em;
	position: absolute;
	top: -2em;
	right:-0.5em
}

@media (max-width: 914px) {
	#premium_filler_img {
		width: 90px;
	}
	.custom_contents {
		padding: 0.5em;
		margin-top: 3em;
		width: 100vw;
		overflow: auto;
	}
	.custom_contents table {
		width: 97vw;
		font-size: 1em;
	}
	.custom_contents table tr>* {
		padding: 1em;
	}
	.custom_contents table._stars td>span {
		position: absolute;
		transform: scale(0.8) translate(-50%, -50%);
		left: 50%;
		top: 50%;
	}
	.custom_contents table._stars td>span._best {
		position: absolute;
	}
	.custom_contents ._title{
		font-size: 1.6em;
		line-height: 2em;
	}
	.custom_contents>div {
		font-size: 1.2em;
		line-height: 1.8em;
		padding: 0.2em;
	}
	.custom_contents .eng_sign {
		font-size: 1.1em;
		line-height: 20px;
	}
	.custom_contents .eng_sign .gv {
		font-family: 'Great Vibes', cursive;
		font-size: 1.6em;
		margin-left: 1em;
	}
}