/* SLIDE */
.main_visual {
	overflow: hidden;
	padding: 10px 0 40px;
	margin-bottom: 0 !important;
}

.main_visual .img_wrap {
	position: relative;
	margin: 0 5px;
}

.main_visual .img_wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	transition: 0.5s linear background-color;
}

.main_visual .img_wrap.slick-current:before {
	background-color: transparent;
}

.main_visual .slick-dots {
	position: relative;
	bottom: unset;
	overflow: hidden;
	width: fit-content;
	background-color: #fff;
	margin: 20px auto 0;
}

.main_visual .slick-dots li {
	width: fit-content;
	height: fit-content;
	margin: 0 0 0 7px;
	float: left;
}

.main_visual .slick-dots li:first-child {
	margin-left: 0;
}

.main_visual .slick-dots li button {
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background-color: #d9d9d9;
	transition: 0.5s linear background-color;
}

.main_visual .slick-dots li button:before {
	display: none;
}

.main_visual .slick-dots li.slick-active button {
	background-color: var(--brand-color);
}

/* SECTION 공통 */
.text-dot {
	position: relative;
}

.text-dot:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	z-index: 1;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: rgb(17, 238, 146);
	margin: 0 auto;
}

.text-underline {
	text-decoration-line: underline;
}

.section1 ul {
	overflow-x: auto;
	width: 100%;
	max-width: fit-content;
	margin: 45px auto 60px;
	padding: 25px;
	gap: 0 30px;
	display: flex;
}

.section1 ul::-webkit-scrollbar {
	display: none;
}

.section1 ul li {
	width: 290px;
	padding: 35px;
	border-radius: 15px;
	flex-shrink: 0;
	flex-flow: column;
	display: flex;
}

.section1 ul li * {
	font-size: 20px;
	font-weight: 600;
}

.section1 ul li .title {
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	margin-bottom: 15px;
}

.section1 ul li .thumb {
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.section1 ul li .txt {
	font-size: 25px;
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
	text-align: center;
}

.section2 img {
	display: block;
}

.section2 .mobile {
	display: none;
}

.section3 .shadow_box_wrap {
	width: 100%;
	margin-top: 50px;
	padding: 25px 0;
	align-items: center;
	display: flex;
}

.section3 .shadow_box_wrap::-webkit-scrollbar {
	display: none;
}

.section3 .shadow_box_wrap>li {
	width: 100%;
	padding: 35px 35px 60px;
	border-radius: 15px;
}

.section3 .shadow_box_wrap>li.arrow {
	width: fit-content;
	padding: 0 10px;
	flex-shrink: 0;
}

.section3 .shadow_box_wrap>li .step {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	align-items: center;
	display: flex;
}

.section3 .shadow_box_wrap>li .step span {
	margin-left: 15px;
	font-size: 25px;
}

.section3 .shadow_box_wrap>li ul li {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	padding-left: 15px;
}

.section3 .shadow_box_wrap>li ul li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #000;
	margin: auto 0;
}

.section3 .shadow_box_wrap>li ul li:not(:first-child) {
	margin-top: 5px;
}

.section4 {
	text-align: center;
}

.section4 img {
	margin-bottom: 50px;
}

.section5 .box_wrap {
	justify-content: center;
}

.section6 .text-common {
	text-align: center;
}

.section6 .swiper {
	margin-top: 80px;
}

.section6 .btn_wrap {
	gap: 0 10px;
	justify-content: right;
	display: flex;
}

.section6 .btn_wrap .swiper-btn {
	cursor: pointer;
}

.section6 .btn_wrap .swiper-button-disabled {
	opacity: 0.4;
	cursor: no-drop;
}

.section6 .box_wrap {
	margin-top: 30px;
	gap: 0;
}

.section6 .box_wrap .box {
	height: initial;
	flex-flow: column;
	display: flex;
}

.section6 .box_wrap .box .thumb {
	overflow: hidden;
	aspect-ratio: auto 16 / 9;
	flex-shrink: 0;
}

.section6 .box_wrap .box .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section6 .box_wrap .box .title {
	height: 100%;
}

.section6 .link_btn {
	flex-shrink: 0;
}

.section7 {
	position: relative;
	background-color: #f9f9f9;
	padding-top: 100px;
}

.section7 .medal {
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
}

.section7 .txt {
	margin: 20px 0 15px;
}

.section7 .review_wrap .review {
	overflow: hidden;
	padding: 25px 50px;
}

.section7 .review_wrap .shadow_box {
	width: 275px;
	height: auto;
	padding: 25px 25px 15px;
	border-radius: 15px;
	background-color: #fff;
	flex-flow: column;
	display: flex;
}

.section7 .review_wrap .shadow_box .title {
	overflow: hidden;
	height: 48px;
	line-height: 24px;
	font-size: 20px;
	font-weight: 600;
	text-overflow: ellipsis;
	word-break: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	flex-shrink: 0;
	display: -webkit-box;
}

.section7 .review_wrap .shadow_box .content {
	height: 100%;
	line-height: 20px;
	font-size: 15px;
	margin: 15px 0;
}

.section7 .review_wrap .shadow_box .name {
	font-size: 15px;
	margin-bottom: 5px;
	flex-shrink: 0;
}

.section7 .review_wrap .shadow_box .score {
	font-size: 20px;
	font-weight: 600;
	flex-shrink: 0;
	align-items: center;
	display: flex;
}

.section7 .review_wrap .shadow_box .score img {
	margin-right: 10px;
}

.section7 .review_wrap .btn_wrap {
	width: fit-content;
	margin: 25px auto 70px;
	gap: 0 10px;
	display: flex;
}

.section7 .review_wrap .btn_wrap .swiper-button-disabled {
	opacity: 0.4;
}

.section8 {
	overflow: hidden;
	position: relative;
	height: 400px;
	background: linear-gradient(var(--brand-color), #f84949);
}

.section8 .pc {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12%;
	z-index: 1;
	margin: auto 0;
}

.section8 .text-common {
	position: relative;
	z-index: 1;
}

.section8 .mobile {
	display: none;
}

.section8 .txt {
	position: relative;
	z-index: 1;
	margin: 30px 0 50px;
}

.section8 .link_btn {
	margin: 0;
}

@media(max-width: 1280px) {
	.main_visual .img_wrap img {
		max-width: 650px;
	}

	.section2 .pc {
		margin-top: -50px;
	}

	.section3 .shadow_box_wrap>li {
		padding: 25px;
	}

	.section3 .shadow_box_wrap>li .step {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.section3 .shadow_box_wrap>li .step span {
		font-size: 23px;
	}

	.section3 .shadow_box_wrap>li ul li {
		font-size: 20px;
	}
}

@media(max-width: 1250px) {
	.section6 .challenge_wrap {
		padding: 0 25px;
	}

	.section6 .box_wrap {
		overflow-x: unset;
		padding: 0;
	}

	.section7 .txt,
	.section8 .txt {
		padding: 0 25px;
	}

	.section3 .shadow_box_wrap,
	.section7 .review_wrap .review {
		padding: 25px;
	}

	.section8 .pc {
		right: 20px;
		width: 480px;
	}

	.section8 .link_btn {
		margin-left: 25px;
	}
}

@media(max-width: 1024px) {
	.section3 .shadow_box_wrap {
		margin-top: 30px;
		flex-flow: column;
	}

	.section3 .shadow_box_wrap>li {
		width: 100%;
		max-width: 355px;
	}

	.section3 .shadow_box_wrap>li.arrow {
		padding: 10px 0;
		transform: rotate(90deg);
	}

	.section8 .pc {
		right: -80px;
		width: 380px;
	}
}

@media(max-width: 825px) {

	.section5 .box_wrap,
	.section6 .box_wrap {
		justify-content: initial;
	}
}

@media(max-width: 768px) {
	.main_visual {
		background-color: #f9f9f9;
		padding-top: 25px;
	}

	.main_visual .img_wrap {
		margin: 0 50px;
	}

	.main_visual .img_wrap img {
		max-width: 100%;
	}

	.text-underline,
	.text-dot {
		color: #ff3b3b;
	}

	.text-dot:before {
		display: none;
	}

	.section1 ul {
		margin: 25px auto 40px;
	}

	.section2 .pc {
		display: none;
	}

	.section2 .mobile {
		margin-top: 30px;
		display: block;
	}

	.section4 {
		margin-top: 30px;
	}

	.section4 img {
		width: 60px;
	}

	.section6 .text-common {
		display: none;
	}

	.section6 .box_wrap {
		margin-top: 10px;
	}

	.section7 {
		padding-top: 65px;
	}

	.section7 .medal {
		width: 60px;
	}

	.section7 .text-common,
	.section7 .txt {
		padding: 0 50px;
	}

	.section7 .review_wrap .shadow_box {
		width: 245px;
		padding: 20px 20px 15px;
	}

	.section7 .review_wrap .btn_wrap {
		margin: 25px auto 50px;
	}

	.section8 {
		height: auto;
	}

	.section8 * {
		color: #fff;
	}

	.section8 .pc {
		display: none;
	}

	.section8 .mobile {
		width: 100%;
		max-width: 370px;
		margin: 25px auto;
		display: block;
	}

	.section8 .text-common,
	.section8 .txt {
		text-align: center;
	}

	.section8 .txt {
		margin-top: 0;
	}

	.section8 .link_btn {
		margin: 0 auto;
	}
}

@media(max-width: 480px) {
	.main_visual {
		padding-top: 15px;
	}

	.main_visual .img_wrap {
		margin: 0 15px;
	}

	.main_visual .slick-dots {
		margin: 15px auto 0;
	}

	.main_visual .slick-dots li {
		margin: 0 0 0 5px;
	}

	.main_visual .slick-dots li button {
		width: 8px;
		height: 8px;
	}

	.section1 ul {
		margin: 10px auto 20px;
	}

	.section1 ul li {
		width: 250px;
		padding: 25px;
	}

	.section1 ul li * {
		font-size: 18px;
	}

	.section1 ul li .title {
		margin-bottom: 10px;
	}

	.section1 ul li .txt {
		font-size: 22px;
		padding-bottom: 10px;
	}

	.section2 .mobile {
		margin-top: 10px;
	}

	.section3 .shadow_box_wrap {
		margin: 10px 0 30px;
	}

	.section3 .shadow_box_wrap>li {
		padding: 20px;
	}

	.section3 .shadow_box_wrap>li .step {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.section3 .shadow_box_wrap>li .step span {
		font-size: 21px;
	}

	.section3 .shadow_box_wrap>li.arrow {
		padding: 5px 0;
	}

	.section3 .shadow_box_wrap>li.arrow img {
		width: 18px;
	}

	.section3 .shadow_box_wrap>li ul li {
		font-size: 18px;
	}

	.section4 {
		margin-top: 0;
	}

	.section4 img {
		width: 50px;
		margin-bottom: 35px;
	}

	.section7 .medal {
		width: 50px;
	}

	.section7 .text-common,
	.section7 .txt {
		padding: 0 40px;
	}

	.section7 .review_wrap .shadow_box {
		width: 210px;
		padding: 15px 15px 10px;
		border-radius: 10px;
	}

	.section7 .review_wrap .shadow_box .title {
		height: 40px;
		line-height: 20px;
		font-size: 17px;
	}

	.section7 .review_wrap .shadow_box .content {
		line-height: 17px;
		font-size: 13px;
		margin: 10px 0 15px;
	}

	.section7 .review_wrap .shadow_box .name {
		font-size: 13px;
	}

	.section7 .review_wrap .shadow_box .score {
		font-size: 17px;
	}

	.section7 .review_wrap .shadow_box .score img {
		position: relative;
		top: -2px;
		width: 15px;
	}

	.section7 .review_wrap .btn_wrap {
		margin: 10px auto 30px;
	}

	.section7 .review_wrap .btn_wrap img {
		width: 28px;
	}
}

@media(max-width: 360px) {
	.section1 ul {
		gap: 0 20px;
	}

	.section1 ul li {
		width: 220px;
		padding: 20px;
		border-radius: 10px;
	}

	.section1 ul li * {
		font-size: 16px;
	}

	.section1 ul li .title {
		padding-bottom: 5px;
	}

	.section1 ul li .txt {
		font-size: 20px;
	}

	.section4 img {
		width: 40px;
		margin-bottom: 25px;
	}

	.section7 .txt,
	.section8 .txt {
		font-size: 14px;
	}
}