@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
/* font-weight */
/* 300, 400, 700, 800 */
.nflex_info {}
.n_info_title {
	font-size: 40px;
	font-weight: 600;
	color: #898989;
}
.n_info_title strong {
	font-size: 56px;
	color: #e4007f;
	display: block;
	margin-bottom: 10px;
}
.n_info_title span {
	font-size: 36px;
}
.n_info_title b {
	color: #e4007f;
}
.n_info_top_box {
	background-color: #fef6f6;
	border-radius: 10px;
	padding: 20px;
}
.n_info_top_name {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.n_info_top_name span {
	font-size: 30px;
	color: #e4007f;
	font-weight: 800;
}
.n_info_top_name em {
	font-size: 20px;
	color: #fff;
	background-color: #e4007f;
	border-radius: 30px;
	padding: 8px 25px;
}
.n_info_top_price {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #dba4a6;
}
.n_price_left {}
.n_price_left span {
	font-size: 16px;
	color: #fff;
	font-weight: 800;
	padding: 5px 13px;
	background-color: #dba4a6;
	border-radius: 15px 0 15px 0;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 20%);
}
.n_price_left h5 {
	font-size: 24px;
	font-weight: 600;
	color: #dba4a6;
	margin: 8px 0;
}
.n_price_left h5 b {
	font-size: 30px;
}
.n_price_left em {
	font-size: 16px;
	color: #898989;
}
.n_price_right {}
.n_price_right ul {}
.n_price_right ul li {
	padding-bottom: 10px;
}
.n_price_right ul li:last-child {
	padding-bottom: 0;
}
.n_price_right ul li img {
	margin-right: 10px;
}
.n_price_right ul li span {
	font-size: 16px;
	font-weight: 700;
	color: #47464b;
}
.n_info_top_ul {
	padding: 20px 10px;
}
.n_info_top_ul li {
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
}
.n_info_top_ul li:last-child {
	padding-bottom: 0;
}
.n_info_top_ul li img {}
.n_info_top_ul li p {
	font-size: 16px;
	color: #47464b;
}
.n_info_table_wrap {
	margin: 40px 0;
}
.n_info_table_wrap h6 {
	font-size: 18px;
	color: #4b4b4b;
	margin: 0;
	margin-bottom: 10px;
}
.n_info_table_scroll {}
.n_info_table_wrap table {
	border-collapse: collapse;
	width: 100%;
}
.n_info_table_wrap table tr:not(:first-child) {
	border-bottom: 1px solid #d7d7d7;
}
.n_info_table_wrap table tr th {
	background-color: #eff2f7;
	border-top: 2px solid #4b4b4b;
}
.n_info_table_wrap table tr td {
	text-align: center;
}
.n_info_table_wrap table tr th,
.n_info_table_wrap table tr td {
	padding: 15px;
	font-size: 14px;
	color: #4b4b4b;
}
.m_bill {
	color: #e4007f;
}
.nflex_detail {
	margin-bottom: 30px;
}
.nflex_detail h6 {
	font-size: 18px;
	color: #4b4b4b;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #4b4b4b;
}
.nflex_detail ul {
	padding: 10px;
}
.nflex_detail ul li {
	font-size: 14px;
	color: #4b4b4b;	
	padding-bottom: 10px;
}
.nflex_detail ul li:last-child {
	padding-bottom: 0;
}
.join_nflex_btn {
	display: block;
	margin: auto;
	font-size: 22px;
	font-weight: 800;
	background-color: #e4007f;
	color: #fff;
	border-radius: 30px;
	padding: 15px;
	max-width: 310px;
	width: 100%;
	text-align: center;
}
.join_nflex_btn:hover {
	color: #000;
}
@media (max-width: 768px) {
	.n_info_title {
		font-size: 24px;
		margin: 20px 0;
	}
	.n_info_title strong {
		font-size: 34px;
		margin-bottom: 5px;
	}
	.n_info_title span,
	.n_info_title b {
		font-size: 20px;
	}
	.n_info_top_box {
		padding-bottom: 0;
	}
	.n_info_top_name span {
		font-size: 22px;
	}
	.n_info_top_name em {
		font-size: 13px;
	}
	.n_price_left span {
		font-size: 12px;
	}
	.n_price_left h5 {
		font-size: 20px;
	}
	.n_price_left h5 b {
		font-size: 20px;
	}
	.n_price_left em {
		font-size: 12px;
	}
	.n_info_top_price {
		flex-direction: column;
		gap: 20px;
	}
	.n_price_right ul li img {
		margin-right: 5px;
	}
	.n_price_right ul li span {
		font-size: 14px;
	}
	.n_info_top_ul {
		padding: 20px 0;
	}
	.n_info_top_ul li {
		gap: 5px;
		align-items: center;
	}
	.n_info_top_ul li p {
		font-size: 12px;
	}
	.n_info_table_wrap h6 {
		font-size: 16px;
	}
	.n_info_table_wrap table tr th, 
	.n_info_table_wrap table tr td {
		font-size: 13px;
		padding: 10px;
	}
	.n_info_table_scroll {
		overflow-x: scroll;
	}
	.n_info_table_scroll table {
		min-width: 500px;
	}
	.nflex_detail h6 {
		font-size: 16px;
	}
	.nflex_detail ul li {
		font-size: 12px;
		padding-bottom: 5px;
		line-height: 1.5em;
	}
	.join_nflex_btn {
		font-size: 16px;
		max-width: 100%;
		padding: 12px;
		box-sizing: border-box;
	}
}