@import url("https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/Pretendard-Black.min.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
* {
	font-family: "Pretendard Variable", Pretendard, -apple-system,
		BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
		"Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	box-sizing: border-box;
	color: #373737;
	caret-color: transparent;
}
html {
	font-size: clamp(5px, calc(0.641vw + 2.95px), 10px);
	font-size: 10px;
}

body {
	margin: 0;
	/* padding-top: 100px; */
	/* padding-top: 10rem; */
	display: flex;
	flex-direction: column;
	align-items: center;
}
p {
	margin: 0;
}
.top-logo {
	position: relative;
	margin-bottom: 39px;
	animation: 0.5s ease 0.5s 1 alternate both running anim2;
	display: block;
}
.top-logo img {
	position: relative;
	width: 400px;
	animation: 0.5s ease 0.5s 1 alternate both running anim1;
}
div.inner {
	max-width: 1150px;
	width: 100%;
	height: 100%;
}
section {
	width: 100%;
}
section.section1 {
	padding-top: 10rem;
	height: 750px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.section1 .inner {
	max-width: 1100px;
}
.blue {
	color: #445ddf;
}
.title {
	position: relative;
	line-height: 1.2;
}
.info {
	position: relative;
}
.info.on {
	animation: 0.6s ease-out 0.6s 1 alternate both running anim2;
}
.title span {
	color: #2e2e2e;
	font-weight: 900;
	font-size: 65px;
	animation: 0.5s ease 0.5s 1 alternate both running anim1;
}
.title span.blue {
	color: #445ddf;
}
.title2 {
	text-align: center;
}
.title2 span {
	color: #fff;
	font-weight: 700;
	font-size: 55px;
	opacity: 0;
}
.title2.on span {
	animation: 0.5s ease 0.1s 1 alternate both running anim1;
}
.text-anim {
	white-space: nowrap;
	line-height: 1.2;
}
.text-anim.on span {
	animation: 0.5s ease 0.1s 1 alternate both running anim1;
}
.title2 span.blue {
	font-weight: 900;
	/* color: #445ddf; */
	/* 1. 배경에 그라데이션 적용 */
	background: linear-gradient(to bottom, #5fa6dc, #5894d7, #3e4cd2);

	/* 2. 배경을 텍스트 모양으로 자르기 */
	-webkit-background-clip: text; /* Safari, Chrome 등 웹킷 브라우저 지원 */
	background-clip: text;

	/* 3. 텍스트 색상을 투명하게 만들어 뒤의 배경(그라데이션)이 보이게 함 */
	color: transparent;
}
.text-anim .sb {
	margin-right: 12px;
}

/* .title span.d1 {
  animation-delay: 0.1s;
}
.title span.d2 {
  animation-delay: 0.15s;
}
.title span.d3 {
  animation-delay: 0.29s;
}
.title span.d4 {
  animation-delay: 0.35s;
} */

.title3 {
	text-align: center;
	white-space: nowrap;
}
.title3 span {
	color: #2e2e2e;
	font-weight: 700;
	font-size: 55px;
	opacity: 0;
}

.title3 .blue-box {
	display: inline-block; /* 크기를 갖도록 설정 */
}
.title3 .blue-box span {
	background: linear-gradient(to bottom, #5fa6dc, #5894d7, #3e4cd2);

	/* 2. 배경을 텍스트 모양으로 자르기 위한 설정 */
	display: inline-block; /* 크기를 갖도록 설정 */
	-webkit-background-clip: text;
	background-clip: text;
	font-weight: 900;
	/* 3. 텍스트 색상을 투명하게 만들어 배경이 비치게 함 */
	color: transparent;
}
.title3.on span {
	animation: 0.5s ease 0.1s 1 alternate both running anim1;
}

.text-anim span:nth-child(1) {
	animation-delay: 0.1s;
}
.text-anim span:nth-child(2) {
	animation-delay: 0.2s;
}
.text-anim span:nth-child(3) {
	animation-delay: 0.3s;
}
.text-anim span:nth-child(4) {
	animation-delay: 0.4s;
}
.text-anim span:nth-child(5) {
	animation-delay: 0.5s;
}
.text-anim span:nth-child(6) {
	animation-delay: 0.6s;
}
.text-anim span:nth-child(7) {
	animation-delay: 0.7s;
}
.text-anim span:nth-child(8) {
	animation-delay: 0.8s;
}
.text-anim span:nth-child(9) {
	animation-delay: 0.9s;
}
.text-anim span:nth-child(10) {
	animation-delay: 1s;
}
.text-anim span:nth-child(11) {
	animation-delay: 1.1s;
}
.text-anim span:nth-child(12) {
	animation-delay: 1.2s;
}
.text-anim span:nth-child(13) {
	animation-delay: 1.3s;
}
.text-anim span:nth-child(14) {
	animation-delay: 1.4s;
}
.text-anim span:nth-child(15) {
	animation-delay: 1.5s;
}
.text-anim span:nth-child(16) {
	animation-delay: 1.6s;
}
.text-anim span:nth-child(17) {
	animation-delay: 1.7s;
}
.text-anim span:nth-child(18) {
	animation-delay: 1.8s;
}
.text-anim span:nth-child(19) {
	animation-delay: 1.9s;
}
.text-anim span:nth-child(20) {
	animation-delay: 2s;
}
.text-anim span:nth-child(21) {
	animation-delay: 2.1s;
}
.text-anim span:nth-child(22) {
	animation-delay: 2.2s;
}
.text-anim span:nth-child(23) {
	animation-delay: 2.3s;
}
.text-anim span:nth-child(24) {
	animation-delay: 2.4s;
}
.text-anim span:nth-child(25) {
	animation-delay: 2.5s;
}
.text-anim span:nth-child(26) {
	animation-delay: 2.6s;
}
.text-anim span:nth-child(27) {
	animation-delay: 2.7s;
}
.text-anim span:nth-child(28) {
	animation-delay: 2.8s;
}
.input-container {
	position: relative;
	margin-top: 66px;
}
.input-container .input-field {
	font-weight: 600;
	width: 395px;
	height: 62px;
	border-radius: 8px;
	position: relative;
	padding-left: 80px;
	font-size: 30px;
	color: #2e2e2e;
	border: 1px solid #afafaf;
	caret-color: #2e2e2e;
}
.input-container .input-label {
	font-weight: 700;
	font-size: 24px;
	position: absolute;
	top: 12px;
	left: 80px;
	pointer-events: none;
	transition: 0.3s;
	color: #2e2e2e;

	/*  */
	top: -12px;
	left: 80px;
	font-size: 16px;
	color: #afafaf;
	background-color: white;
	padding: 0 4px;
}

/* .input-container .input-field:focus + .input-label,
.input-container .input-field:not(:placeholder-shown) + .input-label {
  top: -12px; 
  left: 80px;
  font-size: 16px; 
  color: #afafaf; 
  background-color: 
  padding: 0 4px;
} */
.custom-checkbox-container {
	display: block;
	position: relative;
	padding-left: 50px; /* 커스텀 체크박스가 들어갈 공간 확보 */
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 22px;
}
.custom-checkbox-container.center {
	width: 540px;
	justify-self: center;
	margin-top: 37px;
	margin-bottom: 33px;
}
.custom-checkbox-container.center label {
	position: relative;
}
.custom-checkbox-container.center label::before {
	left: -47px;
	background-color: #f2f2f2;
}
/* 1. 기본 체크박스 숨기기 */
.custom-checkbox-container input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* 2. 커스텀 체크박스 영역 만들기 (label의 가상요소 활용) */
.custom-checkbox-container label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	transform: translateY(-50%);
	height: 37px; /* 이미지 높이 */
	width: 37px; /* 이미지 너비 */
	cursor: pointer;
	/* 체크 안 됐을 때: 빈 사각형 이미지 */
	border: 1px solid #afafaf;
	border-radius: 10px;
	background-color: #fff;
	background-size: contain; /* 이미지가 영역에 맞게 조절됨 */
	background-repeat: no-repeat;
}

/* 3. 체크박스가 체크되었을 때, 커스텀 체크박스 이미지 변경 */
.custom-checkbox-container input[type="checkbox"]:checked + label::before {
	/* 체크 됐을 때: 체크 표시된 사각형 이미지 */
	background-image: url("/static/25/img/09.CheckBT.webp");
	border: none;
	height: 38px; /* 이미지 높이 */
	width: 38px; /* 이미지 너비 */
}
.custom-checkbox-container label {
	font-size: 23px;
	font-weight: 500;
	font-family: "Pretendard Variable", Pretendard, -apple-system,
		BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
		"Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.custom-checkbox-container button {
	background-color: #fff;
	border: 1px solid #afafaf;
	border-radius: 5px;
	font-weight: 500;
	font-size: 18px;
	width: 71px;
	height: 31px;
	color: #7a7a7a;
	cursor: pointer;
	margin-left: 19px;
}
ul.privacy-info {
	height: 0;
	overflow: hidden;
	transition: 0.2s;
	margin: 0;
	margin-left: -53px;
	margin-top: 15px;
}
ul.privacy-info li {
	list-style-position: inside;
	text-indent: -20px;
	color: #828282;
}
ul.privacy-info.show {
	height: 133px;
}

button.top-btn {
	background: linear-gradient(to top, #3635c2, #4766e5);
	width: 397px;
	height: 63px;
	border: none;
	border-radius: 150px;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	font-size: 30px;
}
button.top-btn2 {
	background: linear-gradient(to top, #3635c2, #4766e5);
	width: 397px;
	height: 63px;
	border: none;
	border-radius: 150px;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	font-size: 30px;
	position: fixed;
	bottom: 20px;
	left: 50%;
	opacity: 0;
	transition: 0.3s;
	transform: translateX(-50%) translateY(150%);
	pointer-events: none;
}
.top-btn2.fixed {
	position: fixed;
	bottom: 5px;
	left: 50%;

	opacity: 1;
	transform: translateX(-50%); /* translate(x,y) 순서 주의 */
	pointer-events: auto; /* 다시 클릭 가능하게 설정 */
	z-index: 1000;
}
div.flex {
	display: flex;
}
section.section1 div.flex {
	gap: 11px;
}
section.section1 div.flex .right {
	position: relative;
	width: 540px;
	height: 431px;
	bottom: 30px;
	right: -62px;
}
section.section1 div.flex .right .anim {
	position: absolute;
	-webkit-animation: anim5 ease-in 0.3s;
	-webkit-animation-direction: alternate;
	-webkit-animation-fill-mode: both;
	animation: anim5 ease-in 0.5s;
	animation-direction: alternate;
	animation-fill-mode: both;
}
section.section1 div.flex .right .xx0 {
	width: 46rem;
	bottom: -7.5rem;
	right: -5.9rem;
	animation-delay: 1.8s;
	z-index: -1;
}
section.section1 div.flex .right .xx1 {
	width: 54rem;
	top: 0;
	right: 0;
	animation-delay: 0.8s;
}
section.section1 div.flex .right .xx2 {
	width: 29.6rem;
	left: -39px;
	top: -90px;
	animation-delay: 1.4s;
}
section.section1 div.flex .right .xx3 {
	width: 15.6rem;
	left: 43px;
	bottom: 66px;
	z-index: -1;
	animation-delay: 1s;
}
section.section1 div.flex .right .xx4 {
	width: 5.4rem;
	right: 113px;
	top: 28px;
	animation-delay: 1.2s;
}
section.section1 div.flex .right .xx5 {
	width: 7.7rem;
	right: 24px;
	top: 105px;
	animation-delay: 1.2s;
}
section.section1 div.flex .right .xx6 {
	width: 8.9rem;
	right: 241px;
	top: 82px;
	animation-delay: 1.6s;
}

section.section2 {
	background-color: #2e2e2e;
	width: 100%;
	height: 650px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 92px;
}
.spin-btn-wrapper.on {
	/* animation: 0.3s ease-out 0.3s 1 alternate both running anim2; */
}
button.spin.anim {
	border: none;
	width: 68px;
	height: 57px;
	background: transparent;
	opacity: 0;
}
button.spin.anim.on {
	opacity: 1;
	/* animation: spin ease-in 1s infinite; */
	animation: 0.5s ease 0.5s 1 alternate both running anim1;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
}
button.spin.anim img {
	width: 100%;
	height: 100%;
}
.spin-btn-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
}
.math-list {
	display: flex;
	gap: 50px;
	justify-content: center;
	margin-top: 67px;
}
.math-item {
	width: 300px;
	height: 200px;
	background-color: #353535;
	border-radius: 15px;
	text-align: center;
	padding-top: 27px;
	padding-bottom: 29px;
	position: relative;
	opacity: 0;
}
.math-item.on {
	-webkit-animation: anim2 ease-in 0.3s;
	-webkit-animation-direction: alternate;
	-webkit-animation-fill-mode: both;
	animation: anim2 ease-in 0.5s;
	animation-direction: alternate;
	animation-fill-mode: both;
}
.math-item p {
	margin: 0;
	line-height: 1;
}
.math-item .t1 {
	font-size: 18px;
	color: #7a7a7a;
	font-weight: 900;
	margin-bottom: 3px;
}
.math-item .t2 {
	font-size: 28px;
	color: #fff;
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 45px;
}
.math-item .t3 {
	font-size: 40px;
	color: #fff;
	font-weight: 900;
}
.math-item .t3 span {
	color: #fff;
}
/* .math-list .math-item:nth-child(1){
    animation-delay: 2s;
} */
section.section3 {
	background-color: #f2f2f2;
	width: 100%;
	height: 650px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 79px;
}
section.section3 div.flex {
	gap: 11px;
}
section.section3 div.flex .left {
	width: 599px;
	position: relative;
}
section.section3 div.flex .right {
	position: relative;
	width: 750px;
	height: 570px;
	/* left: -62px; */
}
section.section3 div.flex .right .xt0 {
	position: absolute;
	width: 75rem;
	right: 0;
	opacity: 0;
	animation-delay: 0.4s !important;
}

section.section3 div.flex .right .xt1 {
	position: absolute;
	width: 232px;
	right: 260px;
	top: 55px;
	opacity: 0;
	transform: scale(0);
}
section.section3 div.flex .right img.on {
	opacity: 1;
	-webkit-animation: anim5 ease-in 0.3s;
	-webkit-animation-direction: alternate;
	-webkit-animation-fill-mode: both;
	animation: anim5 ease-in 0.5s;
	animation-direction: alternate;
	animation-fill-mode: both;
}
section.section3 div.flex .right img.on.xt1 {
	opacity: 1;
	-webkit-animation: anim5 0.5s ease-in 1s forwards,
		floating 2s ease-in-out 1.5s infinite;
	animation: anim5 0.5s ease-in 1s forwards,
		floating 2s ease-in-out 1.5s infinite;
}
.mid-board {
	position: relative;
	margin-top: 56px;
}
.mid-board {
	font-weight: 600;
}
.mid-board span.yellow {
	color: #ffff00;
	font-weight: 900;
}
.mid-board1,
.mid-board2 {
	width: 350px;
	height: 45px;
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	padding: 6px 5px;
	padding-left: 5px;
	background-color: #4766e5;
	border-radius: 10px;
}
.mid-board img {
	position: absolute;
	width: 60px;
	height: 60px;
}
.mid-board1 {
	/* background-image: url(/static/25/img/10.MID_BOARD.webp); */
	position: absolute;
	right: 0;
	top: 0px;
	animation-delay: 0.4s !important;
	margin-right: 35px;
}
.mid-board1 img {
	right: -36px;
	top: -31px;
}
.mid-board2 {
	/* background-image: url(/static/25/img/10.MID_BOARD.webp); */
	position: absolute;
	left: 0;
	top: 70px;
	animation-delay: 1s !important;
	margin-left: 45px;
}
.mid-board2 img {
	top: 1px;
	left: -49px;
}

.mid-board1.on {
	animation: 0.5s ease 0.1s 1 alternate both running anim4;
}
.mid-board1.on img {
	animation: 0.5s ease 0.1s 1 alternate both running anim5;
	animation-delay: 0.8s !important;
}
.mid-board2.on {
	animation: 0.5s ease 0.1s 1 alternate both running anim3;
}
.mid-board2.on img {
	animation: 0.5s ease 0.1s 1 alternate both running anim5;
	animation-delay: 1.4s !important;
}
section.section4 {
	background-color: #fff;
	width: 100%;
	height: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 72px;
}
.title4 {
	text-align: center;
}
.title4 span {
	color: #2e2e2e;
	font-weight: 700;
	font-size: 55px;
	opacity: 0;
}

.title4 span.blue {
	background: linear-gradient(to bottom, #5fa6dc, #5894d7, #3e4cd2);

	-webkit-background-clip: text;
	background-clip: text;

	color: transparent;
	font-weight: 900;
}
.how-list {
	display: flex;
	gap: 50px;
	width: 100%;
	justify-content: center;
	margin-top: 67px;
}
.how-list .how-item.anim {
	background-color: #f9f9f9;
	border-radius: 8px;
	width: 300px;
	height: 300px;
	box-shadow: 7px 7px 10px 0 #d8d8d8;
	padding-left: 10px;
	padding-top: 34px;
	position: relative;
	display: flex;
	gap: 7px;
	opacity: 0;
}
.how-list .how-item.anim.on {
	animation: 0.5s ease 0.5s 1 alternate both running anim2;
}
.how-list .how-item.anim img.t3:nth-child(1) {
	width: 200px;
	height: 200px;
}
.how-list .how-item.anim img.t3:nth-child(2) {
	width: 226px;
	height: 226px;
}
.how-list .how-item.anim img.t3:nth-child(3) {
	width: 210px;
	height: 210px;
}
.how-list .how-item.anim p.t1 {
	font-size: 28px;
	font-weight: 900;
	color: #2e2e2e;
	margin-bottom: 21px;
	white-space: nowrap;
}
.how-list .how-item.anim p.t2 {
	font-size: 23px;
	font-weight: 500;
	color: #2e2e2e;
	line-height: 1;
}
.how-list .how-item.anim img.t3 {
	position: relative;
}
.how-list .how-item.anim img.num-img {
	width: 32px;
	height: 32px;
}
section.section5 {
	background-color: #2e2e2e;
	width: 100%;
	height: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 72px;
}
section.section5 .inner {
	justify-items: center;
}
.title5 {
	text-align: center;
}
.title5 span {
	font-weight: 700;
	font-size: 55px;
	color: #ffffff;
}
.title5 span.blue {
	background: linear-gradient(to bottom, #5fa6dc, #5894d7, #3e4cd2);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 900;
}
.review-box {
	position: relative;
	width: 877px;
	height: 343px;
	margin-top: 74px;
}
.review-box img {
	width: 350px;
	height: 168px;
	position: absolute;
	opacity: 0;
}
.review-box img.on {
	-webkit-animation: anim5 ease-in 0.3s;
	-webkit-animation-direction: alternate;
	-webkit-animation-fill-mode: both;
	animation: anim5 ease-in 0.5s;
	animation-direction: alternate;
	animation-fill-mode: both;
	opacity: 1;
}
.review-box img:nth-child(1) {
	z-index: 1;
	left: -20px;
	top: 24px;
	animation-delay: 0.4s;
}
.review-box img:nth-child(2) {
	z-index: 3;
	top: 52px;
	left: 278px;
	animation-delay: 0.6s;
}
.review-box img:nth-child(3) {
	z-index: 5;
	top: 0;
	right: 0;
	animation-delay: 0.8s;
}
.review-box img:nth-child(4) {
	z-index: 6;
	left: 73px;
	top: 174px;
	animation-delay: 1s;
}
.review-box img:nth-child(5) {
	z-index: 2;
	right: 11px;
	top: 173px;
	animation-delay: 1.2s;
}
section.section6 {
	background-color: #ffffff;
	width: 100%;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 72px;
}
section.section6 .flex {
	gap: 90px;
}

section.section6 .flex .left .title6 {
	text-align: center;
}
section.section6 .flex .left .title6 span {
	font-weight: 700;
	font-size: 55px;
	color: #2e2e2e;
}
section.section6 .flex .left .title6 span.blue {
	background: linear-gradient(to bottom, #5fa6dc, #5894d7, #3e4cd2);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 900;
}
section.section6 .flex .right img {
	width: 450px;
	height: 450px;
	position: relative;
	opacity: 0;
}
section.section6 .flex .right img.on {
	animation: 0.5s ease 0.5s 1 alternate both running anim2;
}
section.section7 {
	background-color: #f2f2f2;
	width: 100%;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 36px;
}
section.section7 .flex {
	margin-bottom: 14px;
}
section.section7 .flex .left {
	width: 105px;
	text-align: left;
	align-content: center;
	font-size: 20px;
	font-weight: 400;
}
section.section7 .flex .right {
	flex: 1;
	display: flex;
	gap: 12px;
}
.radio-group {
	display: flex;
	flex-direction: row;
	gap: 12px; /* 버튼 사이의 간격 */
	width: 100%;
}

.custom-radio-button {
	flex: 1;
}
/* 실제 라디오 버튼 숨기기 */
.custom-radio-button input[type="radio"] {
	display: none;
}

/* 라벨을 버튼처럼 스타일링 */
.custom-radio-button label {
	/* 크기 및 레이아웃 설정 */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 298px;
	height: 53px;

	/* 기본 상태 스타일 */
	background-color: #fff;
	color: #2e2e2e;
	border-radius: 10px;

	/* 기타 스타일 */
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;

	/* 부드러운 전환 효과 */
	transition: all 0.3s ease-in-out;
	width: 100%;
}

/* 선택된 상태의 스타일 */
.custom-radio-button input[type="radio"]:checked + label {
	background: linear-gradient(to right, #4766e5, #3635c2);
	color: #fff;
	border-color: transparent; /* 선택 시 테두리 제거 */
	box-shadow: 0 4px 12px rgba(54, 53, 194, 0.3); /* 입체감 효과 */
}
section.section7 .flex .right input[type="text"],
section.section7 .flex .right input[type="number"] {
	background-color: #fff;
	color: #2e2e2e;
	border-radius: 10px;
	border: none;
	width: 100%;
	height: 53px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.radio-group2 {
	display: flex;
	flex-direction: row;
	gap: 42px; /* 버튼 사이의 간격 */
	justify-content: center;
}

/* 실제 라디오 버튼 숨기기 */
.custom-radio-button2 input[type="radio"] {
	display: none;
}

/* 라벨 스타일: 박스와 텍스트를 정렬 */
.custom-radio-button2 label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-size: 18px;
	color: #333;
}

/* 커스텀 라디오 박스 (체크 안 된 상태) */
.custom-radio-button2 label::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 2px solid #adb5bd;
	border-radius: 6px;
	margin-right: 12px; /* 박스와 텍스트 사이 간격 */
	transition: all 0.2s ease;
	box-sizing: border-box; /* 패딩, 테두리를 크기에 포함 */
}

/* 선택된 상태의 스타일 */
.custom-radio-button2 input[type="radio"]:checked + label::before {
	border: none;
	/* 제공된 체크 이미지를 배경으로 사용 */
	background-image: url("/static/25/img/09.CheckBT.webp");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.agreement-box {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	height: 53px;
	align-content: center;
}
.submit-btn-wrapper {
	width: 100%;
	text-align: center;
	padding-bottom: 37px;
}
.submit-btn {
	background: linear-gradient(to top, #3635c2, #4766e5);
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	max-width: 920px;
	width: 100%;
	border-radius: 120px;
	border: none;
	height: 63px;
	cursor: pointer;
}
footer {
	background-color: #2e2e2e;
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-top: 56px;
	padding-bottom: 82px;
}
footer a img {
	width: 280px;
	aspect-ratio: 1334/275;
	margin-bottom: 60px;
}
footer p.t1 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
}
footer p.t2 {
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	margin-top: 27px;
}
