.contents {
	position: relative;
}

.warn_wrap {
	max-width: 1380px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.warn_wrap figure {
	max-width: 860px;
	margin-bottom: 4px;
	min-width: 100px;
}
.warn_wrap .title {
	font-size: 32px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.warn_wrap .title {
		font-size: 20px;
		line-height: 140%;
	}
}
.warn_wrap .title {
	margin-bottom: 4px;
}
.warn_wrap .desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.warn_wrap .desc {
		font-size: 16px;
	}
}
.warn_wrap .desc {
	color: #666666;
}

.button {
	margin-top: 40px;
	display: flex;
	gap: 16px;
}

.btn {
	min-width: 180px;
	height: 62px;
	border-radius: 12px;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.btn {
		font-size: 18px;
	}
}

.btn-outline {
	background: #f4f5f5;
	color: #222222;
}

.btn-primary {
	background: #222222;
	color: #ffffff;
}

@media (max-width: 768px) {
	figure {
		max-width: 335px;
	}
	.button {
		margin-top: 32px;
		gap: 8px;
	}
	.btn {
		min-width: 160px;
		height: 59px;
	}
	.btn-outline {
		background: #f4f5f5;
		color: #222222;
	}
	.btn-primary {
		background: #222222;
		color: #ffffff;
	}
}
.site_title {
	font-size: 40px;
	font-weight: 600;
	line-height: 140%;
}
@media (max-width: 768px) {
	.site_title {
		font-size: 24px;
	}
}
.site_title {
	margin-bottom: 40px;
}

.map_wrap {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
	gap: 60px;
}
.map_wrap:last-child {
	padding-top: 40px;
	padding-bottom: 0;
	border-bottom: none;
}

.card_wrap {
	position: relative;
	max-width: 360px;
	overflow: hidden;
	border-radius: 40px;
}

.card__img {
	width: 100%;
	height: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
}
.overlay__title {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.overlay__title {
		font-size: 20px;
		line-height: 140%;
	}
}
.overlay__btn {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-end;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
}

.grid_table {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	gap: 32px;
}

.grid_header {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.grid_header {
		font-size: 16px;
	}
}
.grid_header {
	color: #888888;
	margin-bottom: 4px;
}
.grid_header.f-header a {
	color: #222222;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 2px;
}

.grid_items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.grid_item {
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.grid_item {
		font-size: 16px;
	}
}

.mo_only {
	display: none;
}

@media (max-width: 768px) {
	.map_wrap {
		display: block;
	}
	.sitemap_inner {
		margin-top: 40px;
		margin-bottom: 60px;
	}
	.site_title {
		margin-bottom: 20px;
	}
	.mo_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	.card_wrap {
		max-width: 335px;
		border-radius: 24px;
		margin-bottom: 20px;
	}
	.overlay {
		padding: 20px;
	}
	.grid_table {
		padding: 0 8px;
		gap: 20px;
	}
	.grid_header {
		margin-bottom: 8px;
	}
	.grid_items {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid_item {
		margin-bottom: 12px;
	}
	.grid_category:last-child .grid_item {
		margin-bottom: 0;
	}
}
.head_area {
	margin-bottom: 80px;
}

.tilte_area {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 40px;
}
.tilte_area .title {
	font-size: 40px;
	font-weight: 600;
	line-height: 140%;
}
@media (max-width: 768px) {
	.tilte_area .title {
		font-size: 24px;
	}
}
.tilte_area .btn_area {
	display: flex;
	align-items: center;
	width: 305px;
	gap: 8px;
}
.tilte_area .btn_area .filter__dropdown {
	width: 197px;
}
.tilte_area .btn_area [class^=button_base] {
	min-width: 100px;
	padding: 0;
}

.info_area {
	background-color: #f4f5f5;
	padding: 32px 40px;
	text-align: center;
	border-radius: 40px;
}

.info_title {
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.info_title {
		font-size: 20px;
		line-height: 140%;
	}
}
.info_title {
	color: #3b5ea7;
	margin-bottom: 12px;
}

.info_desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.info_desc {
		font-size: 16px;
	}
}
.info_desc {
	color: #666666;
}

.label_area {
	margin-bottom: 80px;
}
.label_area .title {
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.label_area .title {
		font-size: 18px;
	}
}
.label_area .title {
	margin-bottom: 12px;
}

.label_list .list_item {
	margin-bottom: 40px;
}
.label_list .title_flex {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
	gap: 8px;
}
.label_list .title {
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.label_list .title {
		font-size: 18px;
	}
}
.label_list .title .blue {
	color: #3b5ea7;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.label_list .title .blue {
		font-size: 18px;
	}
}
.label_list .ico_wrap {
	width: auto;
	display: flex;
	align-items: center;
	gap: 2px;
}
.label_list .label_text {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.label_list .label_text {
		font-size: 14px;
		line-height: 140%;
	}
}
.label_list .label_text {
	color: #666666;
}
.label_list .label_desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}
@media (max-width: 768px) {
	.label_list .label_desc {
		font-size: 14px;
	}
}
.label_list .label_desc {
	color: #888888;
}

.num_list {
	counter-reset: number 0;
	margin-bottom: 4px;
}
.num_list li {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.num_list li {
		font-size: 14px;
		line-height: 140%;
	}
}
.num_list li {
	color: #666666;
}

.num {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.num {
		font-size: 14px;
		line-height: 140%;
	}
}
.num {
	color: #666666;
	padding-left: 24px;
	counter-increment: number 1;
	position: relative;
}
.num::before {
	content: counter(number) ".";
	position: absolute;
	top: 0;
	left: 7px;
}

.dot li,
.kor li {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.dot li,
	.kor li {
		font-size: 14px;
		line-height: 140%;
	}
}
.dot li,
.kor li {
	color: #888888;
}
.dot.lg li,
.kor.lg li {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.dot.lg li,
	.kor.lg li {
		font-size: 14px;
		line-height: 140%;
	}
}
.dot.lg li,
.kor.lg li {
	color: #666666;
}

.chip.-lg {
	width: 65px;
	justify-content: center;
	padding: 0;
}

thead {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
thead.border_none {
	border-top: 0;
}

th {
	background-color: #f4f5f5;
	padding: 16px;
	border-right: 1px solid #e6e6e6;
	color: #666666;
	vertical-align: middle;
	box-sizing: border-box;
}
th:last-child {
	border-right: 0;
}

tr {
	border-bottom: 1px solid #e6e6e6;
}

td {
	padding: 24px 0;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	vertical-align: middle;
}
td:last-child {
	border-right: 0;
}
td.td_ico i {
	width: 60px;
	height: 60px;
}
td .td_inner {
	padding-left: 28px;
	display: flex;
	align-items: center;
	gap: 20px;
}
td div p {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	td div p {
		font-size: 14px;
		line-height: 140%;
	}
}
td div p:last-child {
	margin-bottom: 0;
}
td ul {
	text-align: left;
	padding-left: 48px;
}
td .td_chip {
	padding-left: 48px;
}
td .td_chip p {
	display: flex;
	align-items: center;
	gap: 8px;
}

.m_block tr:first-child th,
.m_block tr:first-child td {
	border-top: 1px solid #e6e6e6;
}

@media (max-width: 768px) {
	.tilte_area {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.tilte_area .btn_area {
		margin-top: 20px;
		width: 100%;
		justify-content: space-between;
	}
	.tilte_area .btn_area .filter__dropdown {
		width: 100%;
		min-width: 227px;
	}
	.tilte_area .btn_area .button_base {
		height: 59px;
		min-width: 100px;
	}
	.info_area {
		padding: 32px;
	}
	.head_area,
	.label_area {
		margin-bottom: 60px;
	}
	.label_area .title {
		margin-bottom: 8px;
	}
	.label_list .title_flex {
		align-items: flex-start;
		justify-content: space-between;
	}
	.label_list .ico_wrap {
		align-items: baseline;
	}
	.label_list .list_item {
		margin-bottom: 32px;
	}
	.table {
		width: 100%;
		overflow-x: auto;
	}
	.table table {
		min-width: 720px;
		border-collapse: collapse;
	}
	.m_block table,
	.m_block tbody,
	.m_block td,
	.m_block tr,
	.m_block th {
		display: block;
		width: 100%;
	}
	.m_block th {
		border-right: 0;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	}
	.m_block td {
		border-right: 0;
	}
	.m_block td.td_ico i {
		width: 52px;
		height: 52px;
	}
	.m_block tr {
		border-bottom: 0;
	}
	.m_block tr:last-child {
		border-bottom: 1px solid #e6e6e6;
	}
	.m_block .td_inner {
		padding-left: 12px;
		gap: 16px;
	}
	.chip.-lg {
		width: 52px;
	}
}
.mb-12 {
	margin-bottom: 12px;
}