.level .inner {
	gap: 50px;
}
.level_box table .head {
	padding: 30px 20px;
	text-align: center;
	gap: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.level_box table .head .icon {
	font-size: 20px;
	font-weight: 700;
}
.level_box table .head .icon img {
	display: block;
	margin: 0 auto 5px;
}
.level_box table .head .box {
	color: var(--white);
	gap: 2px;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
}
.level_box table .head .box p {
	font-weight: 700;
}
.level_box table .head .box h4 {
	font-size: 20px;
}
.level_box table tbody th {
	text-align: center;
	background: #FAFAFA;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	border-bottom: 2px dashed var(--border-tertiary);
}
.level_box table tbody tr:first-child th {
	border-radius: 10px 10px 0 0;
}
.level_box table tbody tr:last-child th {
	border-radius: 0 0 10px 10px;
	border-bottom: 0;
}
.level_box table tbody th strong {
	display: block;
}
.level_box table tbody td {
	height: 104px;
	border-bottom: 2px dashed var(--border-tertiary);
	background-position: 50px 50%;
	background-repeat: no-repeat;
	padding-left: 90px;
	box-sizing: border-box;
}
.level_box table tbody tr:last-child td {
	border-bottom: 0;
}
.level_box table tbody td:nth-child(2) {
	background-image: url("../images/level1_check.svg");
}
.level_box table tbody td:nth-child(3) {
	background-image: url("../images/level2_check.svg");
}
.level_box table tbody td:nth-child(4) {
	background-image: url("../images/level3_check.svg");
}
.level_box table tbody td:nth-child(5) {
	background-image: url("../images/level4_check.svg");
}
.level_box table tbody td.none {
	text-align: center;
}
.level_box table tbody td.none div {
	background: none!important;
}
.level_box .level1 .head .icon {
	color: #A5A5A5;
}
.level_box .level1 .head .box {
	background: #A5A5A5;
}
.level_box .level2 .head .icon {
	color: #F1C643;
}
.level_box .level2 .head .box {
	background: #F1C643;
}
.level_box .level3 .head .icon {
	color: #FEA9C0;
}
.level_box .level3 .head .box {
	background: #FEA9C0;
}
.level_box .level4 .head .icon {
	color: var(--key-color);
}
.level_box .level4 .head .box {
	background: var(--key-color);
	cursor: pointer;
}


.m_level_box {
	display: none;
	gap: 20px;
}
.m_level_box .item {
    width: 100%;
    box-sizing: border-box;
}
.m_level_box .item .head {
	text-align: center;
	gap: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.m_level_box .item .head .icon {
	font-size: 16px;
	font-weight: 700;
	gap: 3px;
	justify-content: center;
}
.m_level_box .item .head .icon img {
	width: 24px;
}
.m_level_box .item .head .box {
	width: max-content;
	color: var(--white);
	gap: 10px;
	border-radius: 10px;
	padding: 10px;
	justify-content: center;
	margin: 10px auto 0;
	box-sizing: border-box;
}
.m_level_box .item .head .box p {
	font-size: 14px;
	font-weight: 700;
}
.m_level_box .item .head .box h4 {
	font-size: 16px;
}
.m_level_box .level1 .head .icon {
	color: #A5A5A5;
}
.m_level_box .level1 .head .box {
	background: #A5A5A5;
}
.m_level_box .level2 .head .icon {
	color: #F1C643;
}
.m_level_box .level2 .head .box {
	background: #F1C643;
}
.m_level_box .level3 .head .icon {
	color: #FEA9C0;
}
.m_level_box .level3 .head .box {
	background: #FEA9C0;
}
.m_level_box .level4 .head .icon {
	color: var(--key-color);
}
.m_level_box .level4 .head .box {
	background: var(--key-color);
	cursor: pointer;
}
.m_level_box .item .list {
	border-top: 2px dotted #E0E0E0;
}
.m_level_box .item .list > div {
	width: 50%;
	border-bottom: 2px dotted #E0E0E0;
	font-size: 14px;
}
.m_level_box .item .list > div .th {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 125px;
	height: 100%;
    word-break: keep-all;
    background: #fafafa;
    padding: 16px 15px;
	text-align: center;
    box-sizing: border-box;
}
.m_level_box .item .list > div .th strong {
	display: block;
}
.m_level_box .item .list > div .td {
    flex: 1;
    width: 100%;
    padding: 2px 0 2px 15px;
    box-sizing: border-box;
}
.m_level_box .swiper-button-prev,
.m_level_box .swiper-button-next {
	top: 20px;
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
.m_level_box .swiper-button-prev {
	background: url("../images/slide-prev.svg")no-repeat 50% 50% / 100%;
}
.m_level_box .swiper-button-next {
	background: url("../images/slide-next.svg")no-repeat 50% 50% / 100%;
}
.m_level_box .swiper-button-prev:after,
.m_level_box .swiper-button-next:after {
	display: none;
}




.btn_area {
	justify-content: center;
}
.btn_area a {
	width: 240px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
}

.desc {
	color: var(--text-secondary);
}
.desc h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}
.desc ul li {
	line-height: 1.3;
}



@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
	#header {
		display: none;
	}
	#fixHeader {
		opacity: 1;
		z-index: 13;
		background: transparent;
		box-shadow: none;
	}
	#fixHeader.fixed {
		background: var(--white);
    	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	}
	.sub_tit {
		display: none;
	}

	.level .inner {
		gap: 35px;
	}

	.level_box {
		display: none;
	}


	.m_level_box {
		display: block;
	}

	.btn_area a {
		width: 158px;
		height: 36px;
		line-height: 37px;
		font-size: 16px;
	}
	.desc h4 {
		font-size: 16px;
	}
	.desc ul li {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.m_level_box .item .list > div {
		width: 100%;
	}
	.m_level_box .item .list > div .th {
		width: 50%;
	}
	.m_level_box .item .list > div .td {
		flex: none;
		width: 50%;
		text-align: center;
	}

	.desc h4 {
		font-size: 14px;
	}
	.desc ul li {
		font-size: 12px;
	}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}