.level-test-introduction-root *[class^="fz-"] {
	font-family: 'Pretendard';
}

.level-test-introduction-root .fz-h1 {
	font-size: 32px;
}
.level-test-introduction-root .fz-xlarge {
	font-size: 24px;
}
.level-test-introduction-root .fz-large {
	font-size: 22px;
}
.level-test-introduction-root .fz-normal {
	font-size: 20px;
	line-height: 34px;
}
.level-test-introduction-root .fz-small {
	font-size: 18px;
	line-height: 30px;
}
.level-test-introduction-root .fz-xsmall {
	font-size: 16px;
	line-height: 28px;
}

.level-test-introduction-root .fw-normal {
	font-weight: 400;
}
.level-test-introduction-root .fw-medium {
	font-weight: 500;
}
.level-test-introduction-root .fw-semi-bold {
	font-weight: 600;
}
.level-test-introduction-root .fw-bold {
	font-weight: 700;
}

.level-test-introduction-root .btn {
	display: inline-block;
	padding: 20px 60px;
	border: 0;
	border-radius: 20px;
	color: #fff;
	font-family: 'Pretendard';
	font-size: 24px;
	font-weight: 600;
	background-color: #000;
	transition: .1s opacity;
	box-sizing: border-box;
}
.level-test-introduction-root .btn:hover {
	opacity: 0.8;
}
.level-test-introduction-root .btn.btn-white {
	color: #032262;
	background-color: #fff;
}

.level-test-introduction-root .badges {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.level-test-introduction-root .badges .badge {
	padding: 10px 20px;
	border-radius: 30px;
	color: #fff;
	font-family: 'Pretendard';
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #000;
}

.level-test-introduction-root .section {
	padding: 100px 0;
}
.level-test-introduction-root .section .container {
	width: 1180px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
}
.level-test-introduction-root .section .section-title {
	font-weight: 700;
}
.level-test-introduction-root .section .section-subtitle + .section-title {
	margin-top: 10px;
}
.level-test-introduction-root .section .section-subtitle {
	color: #ff6f00;
	font-weight: 600;
}
.level-test-introduction-root .section .section-desc {
	color: #141414;
}
.level-test-introduction-root .section .section-title + .section-desc {
	margin-top: 20px;
}

.level-test-introduction-root .section.section-banner {
	padding-top: 90px;
}
.level-test-introduction-root .section.section-banner .icon {
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
	background: transparent no-repeat center center / contain;
}
.level-test-introduction-root .section.section-banner .actions {
	margin-top: 50px;
}

.level-test-introduction-root .section.section-specialty {
	background: linear-gradient(180deg, #f1f7ff 0%, #ffffff 100%);
}
.level-test-introduction-root .section.section-specialty .items {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	margin-top: 50px;
}
.level-test-introduction-root .section.section-specialty .items > .item {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 15px;
	width: 190px;
	height: 190px;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
}
.level-test-introduction-root .section.section-specialty .items > .item .item-icon {
	width: 110px;
	height: 110px;
	background: transparent no-repeat center center / contain;
}
.level-test-introduction-root .section.section-specialty .items > .item .item-text {
	font-family: 'Pretendard';
	font-size: 18px;
}
.level-test-introduction-root .section.section-specialty .level-table-title {
	width: 1100px;
	margin: 60px 0 20px;
	text-align: left;
}
.level-test-introduction-root .section.section-specialty .level-table-wrapper {
	position: relative;
	overflow: hidden;
	height: 620px;
}
.level-test-introduction-root .section.section-specialty .level-table-wrapper.active {
	height: auto;
}
.level-test-introduction-root .section.section-specialty .level-table-wrapper .expand-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 620px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 18.83%, #fff 80%);
}
.level-test-introduction-root .section.section-specialty .level-table-wrapper.active .expand-wrapper {
	display: none;
}
.level-test-introduction-root .section.section-specialty .level-table-wrapper .expand-wrapper button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 300px;
	padding: 14px 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 13px;
	font-size: 16px;
	font-family: 'Pretendard';
	background-color: #fff;
	box-sizing: border-box;
	transition: .1s opacity;
}
.level-test-introduction-root .section.section-specialty .level-table-wrapper .expand-wrapper button:hover {
	opacity: 0.8;
}
.level-test-introduction-root .section.section-specialty .level-table {
	width: 1100px;
	border-collapse: collapse;
}
.level-test-introduction-root .section.section-specialty .level-table th,
.level-test-introduction-root .section.section-specialty .level-table td {
	border: 2px solid #fff;
}
.level-test-introduction-root .section.section-specialty .level-table th:first-of-type,
.level-test-introduction-root .section.section-specialty .level-table td:first-of-type {
	border-left: 0;
}
.level-test-introduction-root .section.section-specialty .level-table th:last-of-type,
.level-test-introduction-root .section.section-specialty .level-table td:last-of-type {
	border-right: 0;
}
.level-test-introduction-root .section.section-specialty .level-table th {
	padding: 18px 15px;
	color: #fff;
	font-family: 'Pretendard';
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background-color: #0083d4;
}
.level-test-introduction-root .section.section-specialty .level-table thead tr:first-of-type th:first-of-type {
	width: 100px;
	border-top-left-radius: 20px;
}
.level-test-introduction-root .section.section-specialty .level-table thead tr:first-of-type th:nth-of-type(2) {
	width: 100px;
}
.level-test-introduction-root .section.section-specialty .level-table thead tr:first-of-type th:nth-of-type(3) {
	width: 100px;
}
.level-test-introduction-root .section.section-specialty .level-table thead tr:first-of-type th:last-of-type {
	border-top-right-radius: 20px;
}
.level-test-introduction-root .section.section-specialty .level-table td {
	padding: 15px;
	color: #0b6ca7;
	font-family: 'Pretendard';
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.level-test-introduction-root .section.section-specialty .level-table tbody tr:last-of-type td:first-of-type {
	border-bottom-left-radius: 20px;
}
.level-test-introduction-root .section.section-specialty .level-table tbody tr:last-of-type td:last-of-type {
	border-bottom-right-radius: 20px;
}
.level-test-introduction-root .section.section-specialty .level-table tr.bg-color1 td {
	background-color: #f2f8ff;
}
.level-test-introduction-root .section.section-specialty .level-table tr.bg-color2 td {
	background-color: #eaf4ff;
}
.level-test-introduction-root .section.section-specialty .level-table tr.bg-color3 td {
	background-color: #dfeeff;
}
.level-test-introduction-root .section.section-specialty .level-table tr.bg-color4 td {
	background-color: #d0e6ff;
}
.level-test-introduction-root .section.section-specialty .level-table td ul {
	list-style: disc;
	margin-left: 20px;
	text-align: left;
}
.level-test-introduction-root .section.section-specialty .level-table td ul li {
	color: #000;
	font-family: 'Pretendard';
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	word-break: keep-all;
}

.level-test-introduction-root .section.section-flow {
	background-color: #f9f9fa;
}
.level-test-introduction-root .section.section-flow .items {
	display: flex;
	align-items: stretch;
	gap: 28.5px;
	margin-top: 50px;
}
.level-test-introduction-root .section.section-flow .items > .item {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 210px;
	padding: 15px 25px;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
}
.level-test-introduction-root .section.section-flow .items > .item:nth-of-type(even) {
	justify-content: center;
	width: auto;
	padding: 0;
	background-color: transparent;
	color: #002a8c;
	font-size: 20px;
}
.level-test-introduction-root .section.section-flow .items > .item .item-idx {
	min-width: 50px;
	padding: 5px;
	border-radius: 100px;
	color: #002a8c;
	font-family: 'Pretendard';
	font-size: 16px;
	font-weight: 600;
	background-color: #edf5ff;
	box-sizing: border-box;
}
.level-test-introduction-root .section.section-flow .items > .item .item-icon {
	width: 40px;
	height: 40px;
	margin: 15px 0 10px;
	background: transparent no-repeat center center / contain;
}
.level-test-introduction-root .section.section-flow .items > .item .item-text {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	min-height: 52px;
	font-family: 'Pretendard';
	font-size: 24px;
	font-weight: 600;
}
.level-test-introduction-root .section.section-flow .items > .item .item-text span {
	font-size: 14px;
	font-weight: 500;
}

.level-test-introduction-root .section.section-senior .items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	width: 1000px;
	margin-top: 50px;
}
.level-test-introduction-root .section.section-senior .items > .item {
	padding: 20px;
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(230, 255, 253, 0.7) 0%, rgba(237, 247, 251, 0.7) 100%);
}
.level-test-introduction-root .section.section-senior .items > .item:nth-of-type(2) {
	background: linear-gradient(180deg, rgba(255, 232, 230, 0.7) 0%, rgba(238, 255, 254, 0.7) 100%);
}
.level-test-introduction-root .section.section-senior .items > .item:nth-of-type(3) {
	background: linear-gradient(180deg, rgba(238, 255, 254, 0.7) 21.91%, rgba(255, 232, 230, 0.7) 116.55%);
}
.level-test-introduction-root .section.section-senior .items > .item .item-icon {
	margin-bottom: 10px;
	font-size: 40px;
}
.level-test-introduction-root .section.section-senior .items > .item .item-text {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	color: rgba(0, 0, 0, .8);
	font-family: 'Pretendard';
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

.level-test-introduction-root .section.section-junior {
	background-color: #f4f9ff80;
}
.level-test-introduction-root .section.section-junior .items {
	display: flex;
	gap: 30px;
	margin-top: 30px;
}
.level-test-introduction-root .section.section-junior .items > .items {
	flex: 1 1 0;
	flex-direction: column;
	margin: 0;
}
.level-test-introduction-root .section.section-junior .items > .item {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
.level-test-introduction-root .section.section-junior .items > .items + .items .item {
	flex-direction: row-reverse;
}
.level-test-introduction-root .section.section-junior .items > .item .item-icon {
	width: 100px;
	height: 100px;
	background: transparent no-repeat center center / contain;
}
.level-test-introduction-root .section.section-junior .items > .item:last-of-type .item-icon {
	margin-top: 10px;
}
.level-test-introduction-root .section.section-junior .items > .item .item-text {
	position: relative;
	width: 300px;
	padding: 30px;
	border-radius: 24px;
	color: #141414;
	font-family: 'Pretendard';
	font-size: 20px;
	line-height: 30px;
	background-color: #fff6f0;
}
.level-test-introduction-root .section.section-junior .items > .item:first-of-type .item-text {
	margin-top: 20px;
}
.level-test-introduction-root .section.section-junior .items > .items:first-of-type > .item:first-of-type .item-text,
.level-test-introduction-root .section.section-junior .items > .items:last-of-type > .item:last-of-type .item-text {
	background-color: #deeffc;
}
.level-test-introduction-root .section.section-junior .items > .item .item-text::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -21px;
	width: 34px;
	display: block;
	height: 39px;
	background: transparent no-repeat center / cover;
}
.level-test-introduction-root .section.section-junior .items > .item:last-of-type .item-text::before {
	top: 32px;
	transform: scaleY(-1);
}
.level-test-introduction-root .section.section-junior .items > .items:last-of-type .item .item-text::before {
	left: auto;
	right: -21px;
	transform: scaleX(-1);
}
.level-test-introduction-root .section.section-junior .items > .items:last-of-type .item:last-of-type .item-text::before {
	transform: scale(-1, -1);
}
.level-test-introduction-root .section.section-junior .items > .items:first-of-type .item:first-of-type .item-text::before,
.level-test-introduction-root .section.section-junior .items > .items:last-of-type .item:last-of-type .item-text::before {
	background-image: url('data:image/svg+xml,<svg width="34" height="39" viewBox="0 0 34 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.35454 3.84267C10.5684 13.8836 21.0237 26.6558 21.7445 38.7871H33.5801V18.7871C33.5801 6.30126 14.6267 2.19005 3.07353 0.509135C1.22051 0.239532 0.0884972 2.463 1.35454 3.84267Z" fill="%23deeffc"/></svg>');
}
.level-test-introduction-root .section.section-junior .items > .items:first-of-type .item:last-of-type .item-text::before,
.level-test-introduction-root .section.section-junior .items > .items:last-of-type .item:first-of-type .item-text::before {
	background-image: url('data:image/svg+xml,<svg width="34" height="39" viewBox="0 0 34 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.35454 3.84267C10.5684 13.8836 21.0237 26.6558 21.7445 38.7871H33.5801V18.7871C33.5801 6.30126 14.6267 2.19005 3.07353 0.509135C1.22051 0.239532 0.0884972 2.463 1.35454 3.84267Z" fill="%23fff6f0"/></svg>');
}
.level-test-introduction-root .section.section-junior .items > .item .item-text span {
	font-family: 'Pretendard';
	color: #ff6f00;
	font-weight: 600;
}

.level-test-introduction-root .section.section-report .container {
	align-items: flex-start;
	width: calc(1070px + 40px);
	padding: 0 20px;
	background: transparent no-repeat right -25px bottom -100px / auto 500px;
	box-sizing: border-box;
}
.level-test-introduction-root .section.section-report .items {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 90px;
}
.level-test-introduction-root .section.section-report .item {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 390px;
	padding: 20px 25px;
	border-radius: 10px;
	color: #0588dd;
	font-size: 20px;
	box-shadow: 0 0 20px 0 #0000001a;
	box-sizing: border-box;
}
.level-test-introduction-root .section.section-report .item span {
	color: #0588dd;
	font-family: 'Pretendard';
	font-size: 18px;
	font-weight: 600;
}

.level-test-introduction-root .section.section-guide {
	background-color: #f9f9fa;
}
.level-test-introduction-root .section.section-guide .actions {
	margin-top: 50px;
}
.level-test-introduction-root .section.section-guide .guide-category {
	margin-top: 50px;
}
.level-test-introduction-root .section.section-guide .guide-category .guide-category-groups {
	display: flex;
	align-items: center;
	width: 1200px;
	margin-top: 0;
}
.level-test-introduction-root .section.section-guide .guide-category .guide-category-group {
	flex: 1 1 0;
	flex-shrink: 0;
	min-height: 160px;
	padding: 25px 15px;
}
.level-test-introduction-root .section.section-guide .guide-category .guide-category-group-title {
	font-size: 20px;
}
.level-test-introduction-root .section.section-guide .guide-category .guide-category-group-subtitle {
	font-size: 16px;
}
.level-test-introduction-root .section.section-guide .guide-category .guide-category-group-icon {
	right: 15px;
	bottom: 15px;
	width: 40px;
	height: 40px;
}
.level-test-introduction-root .section.section-guide .guide-category .guide-category-group-arrow {
	top: 35px;
	right: 20px;
}

.level-test-introduction-root .section.section-strength {
	background: linear-gradient(180deg, #f1f7ff 0%, #ffffff 58.17%, #f1f7ff 100%);
}
.level-test-introduction-root .section.section-strength .container {
	width: 1180px;
}
.level-test-introduction-root .section.section-strength .badges {
	margin-top: 20px;
}
.level-test-introduction-root .section.section-strength .section-title {
	margin-top: 15px;
}
/*.level-test-introduction-root .section.section-strength .english-title {
	margin-top: 10px;
	color: rgba(0, 0, 0, .3);
	font-family: 'Pretendard';
	font-size: 28px;
}*/
.level-test-introduction-root .section.section-strength .english-title + .section-desc {
	margin-top: 20px;
}
.level-test-introduction-root .section.section-strength .items + .badges {
	margin-top: 140px;
}
.level-test-introduction-root .section.section-strength .items {
	display: flex;
	flex-direction: column;
	gap: 100px;
	margin-top: 60px;
}
.level-test-introduction-root .section.section-strength .items > .item .item-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.level-test-introduction-root .section.section-strength .items > .item .item-title-idx {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	color: #fff;
	font-family: 'Pretendard';
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(180deg, #6fc8ff 0%, #028be1 100%);
}
.level-test-introduction-root .section.section-strength .items > .item .item-title-text {
	font-family: 'Pretendard';
	font-size: 28px;
	font-weight: 600;
}
.level-test-introduction-root .section.section-strength .items > .item .item-text {
	margin-top: 30px;
	text-align: center;
}
.level-test-introduction-root .section.section-strength .items > .item .tutor-recruitment-flow-card {
	padding: 50px 80px 80px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50px;
	margin-top: 40px;
	background-color: #fafcff;
}
.level-test-introduction-root .section.section-strength .items > .item .tutor-recruitment-flow-card .card-title {
	margin-bottom: 50px;
}
.level-test-introduction-root .section.section-strength .items > .item .tutor-recruitment-flow-card img {
	max-width: 100%;
}
.level-test-introduction-root .section.section-strength .flow-items {
	display: flex;
	justify-content: center;
	gap: 28.5px;
	margin-top: 50px;
}
.level-test-introduction-root .section.section-strength .flow-items > .flow-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
	width: 200px;
	height: 200px;
	padding: 20px;
	border: 3px solid transparent;
	border-radius: 10px;
	background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, #def2ff 0%, #1696e6 99.99%);
	background-origin: border-box; 
  background-clip: padding-box, border-box;
	box-sizing: border-box;
}
.level-test-introduction-root .section.section-strength .flow-items > .flow-item:nth-of-type(even) {
	justify-content: center;
	width: auto;
	padding: 0;
	background: none;
	color: #0e92e4;
	font-size: 20px;
}
.level-test-introduction-root .section.section-strength .flow-items > .flow-item .flow-item-icon {
	width: 110px;
	height: 110px;
	background: transparent no-repeat center center / contain;
}
.level-test-introduction-root .section.section-strength .flow-items > .flow-item .flow-item-text {
	color: rgba(0, 0, 0, .6);
	font-family: 'Pretendard';
	font-size: 18px;
	font-weight: 600;
}
.level-test-introduction-root .section.section-strength .tutors {
	margin-top: 20px;
}
.level-test-introduction-root .section.section-strength .tutors .slick-slide > div {
	padding: 30px 10px;
	box-sizing: border-box;
}
.level-test-introduction-root .section.section-strength .tutors .app-tutors {
	display: block;
}
.level-test-introduction-root .section.section-strength .tutors .app-tutor {
	flex-shrink: 0;
	width: 260px !important;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 20px 0 #0000001a;
}
.level-test-introduction-root .section.section-strength .tutors .load-more {
	display: none !important;
}
.level-test-introduction-root .section.section-strength .quality-items {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-top: 50px;
}
.level-test-introduction-root .section.section-strength .quality-item {
	width: 460px;
	min-height: 380px;
	padding: 50px 40px;
	border-radius: 30px;
	background: transparent no-repeat right 30px bottom 20px / 140px;
	box-sizing: border-box;
}
.level-test-introduction-root .section.section-strength .quality-item:first-of-type {
	background-color: #659ce6;
}
.level-test-introduction-root .section.section-strength .quality-item:last-of-type {
	background-color: #65c4e6;
}
.level-test-introduction-root .section.section-strength .quality-item-title span {
	color: #fff;
	font-family: 'Pretendard';
	font-size: 28px;
	font-weight: 600;
	box-shadow: inset 0 -20px 0 #3070c4;
}
.level-test-introduction-root .section.section-strength .quality-item:last-of-type .quality-item-title span {
	box-shadow: inset 0 -20px 0 #1a9ac8;
}
.level-test-introduction-root .section.section-strength .quality-item-text {
	margin-top: 30px;
}
.level-test-introduction-root .section.section-strength .quality-item-text,
.level-test-introduction-root .section.section-strength .quality-item-text span {
	color: #fff;
	font-family: 'Pretendard';
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
}
.level-test-introduction-root .section.section-strength .quality-item:last-of-type .quality-item-text span {
	background-color: #1a9ac8;
}
.level-test-introduction-root .section.section-strength .quality-item-text span {
	display: inline-block;
	padding: 0 8px;
	border-radius: 30px;
	background-color: #3070c4;
}

.level-test-introduction-root .section.section-review > .container {
	align-items: flex-start;
	flex-direction: row;
	gap: 100px;
}
.level-test-introduction-root .section.section-review > .container > .col {
	width: calc((100% - 100px) / 2);
}
.level-test-introduction-root .section.section-review > .container > .col:first-of-type {
	text-align: left;
}
.level-test-introduction-root .section.section-review .icon {
	width: 200px;
	height: 200px;
	margin-top: 30px;
	background: transparent no-repeat center center / contain;
}
.level-test-introduction-root .section.section-review .reviews {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.level-test-introduction-root .section.section-review .reviews .review {
	padding: 25px 30px;
	border-radius: 30px;
	text-align: left;
	background-color: #ebf1fa4d;
	box-sizing: border-box;
}
.level-test-introduction-root .section.section-review .reviews .review:nth-of-type(2) {
	background-color: #ebedfa4d;
}
.level-test-introduction-root .section.section-review .reviews .review:nth-of-type(3) {
	background-color: #e2e6ff33;
}
.level-test-introduction-root .section.section-review .reviews .review:nth-of-type(4) {
	background-color: #ebf1fa4d;
}
.level-test-introduction-root .section.section-review .reviews .review > .app-info-message {
	padding: 30px 0;
}
.level-test-introduction-root .section.section-review .reviews .review-title,
.level-test-introduction-root .section.section-review .reviews .review-content {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.level-test-introduction-root .section.section-review .reviews .review-title {
	color: #050e48;
	font-family: 'Pretendard';
	font-size: 18px;
	font-weight: 700;
}
.level-test-introduction-root .section.section-review .reviews .review-content {
	margin-top: 10px;
	color: #050e48;
	font-family: 'Pretendard';
	font-size: 16px;
	font-weight: 500;
}
.level-test-introduction-root .section.section-review .reviews .review-content br {
	display: none;
}
.level-test-introduction-root .section.section-review .reviews .review-date {
	margin-top: 10px;
	color: #050e48;
	font-family: 'Pretendard';
	font-size: 15px;
	font-weight: 700;
}
.level-test-introduction-root .section.section-review .reviews-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}
.level-test-introduction-root .section.section-review .reviews-pagination button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border: 0;
	color: rgba(0, 0, 0, .5);
	font-size: 18px;
	background: none;
}
.level-test-introduction-root .section.section-review .reviews-pagination button.active {
	color: #000;
	border-weight: 600;
}

.level-test-introduction-root .section.section-apply {
	background-color: #032262;
}
.level-test-introduction-root .section.section-apply .section-title {
	color: #fff;
}
.level-test-introduction-root .section.section-apply .section-desc {
	color: rgba(255, 255, 255, .8);
}
.level-test-introduction-root .section.section-apply .actions {
	margin-top: 50px;
}
