@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: 20px;
}
.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.5em;
	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 tr>td::before {
	content: "";
	position: absolute;
	display: block;
	right: -3.6px;
	bottom: -3.6px;
	width: 7px;
	height: 7px;
	background: white;
}
.custom_contents table tr>*:first-child {
	width: 16%;
	min-width: 100px;
}
.custom_contents table tr>*:not(:first-child) {
	width: 28%;
}
.custom_contents table tr:not(:last-child)>td:not(._none) {
	border-bottom: 1px solid #e2e2e2;
}
.custom_contents table tr>td:not(._none):not(:last-child) {
	border-right: 1px solid #e2e2e2;
}

@media (max-width: 914px) {
	#premium_filler_img {
		width: 90px;
	}
	.custom_contents {
		padding: 0.5em;
		margin-top: 3em;
	}
	.custom_contents table {
		width: 100vw;
		font-size: 1em;
	}
	.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;
	}
}