.guide section.guide-first {
	min-height: calc(100dvh - 300px);
	display: flex;
	align-items: center;
}

.guide section.guide-first .inner {
	padding: 0;
}

.guide section {
	margin-bottom: 0;
}

.guide section .inner {
	width: 1280px;
	padding: 160px 0;
}

.guide-first .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.guide-first__text-box h2 {
	font-size: 55px;
	font-weight: 400;
	color: var(--grayScale-15);
}

.guide-first__text-box h2 span {
	font-weight: 800;
	color: var(--grayScale-15);
}

.guide-first__text-box p {
	margin-top: 20px;
	color: var(--grayScale-10);
	font-size: 18px;
	line-height: 1.5;
}

.guide-first__img-box {
	width: 600px;
	height: 600px;
}

.guide-first__img-box img {
	animation: float 3s infinite cubic-bezier(0.4, 0.05, 0.2, 1);
}

.object-shadow {
	background: radial-gradient(
		circle,
		rgba(0, 0, 0, 0.2) 20%,
		rgba(0, 0, 0, 0) 90%
	);
	width: 500px;
	margin: 0 auto;
	height: 50px;
	border-radius: 50px;
	filter: blur(15px);
	animation: shadow 3s infinite cubic-bezier(0.4, 0.05, 0.2, 1);
}

.guide-second {
	background: #f4f9fc;
}

.guide-second__text-box p {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--grayScale-15);
}

.guide-second__text-box p span {
	color: var(--ci-blue);
}

.guide-second__cont-wrap {
	display: flex;
	gap: 20px;
	width: 100%;
	margin-top: 120px;
}

.guide-second__cont-box {
	background: var(--grayScale-01);
	flex: 0 1 auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.05);
}

.guide-second__cont-box img {
	width: 50px;
}

.guide-second__cont-box p {
	font-size: 22px;
	line-height: 1.5;
}

.guide-slide-wrap .swiper-slide {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.third-slide__text-box h2 {
	font-size: 48px;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
	color: var(--grayScale-15);
}

.third-slide__text-box h2 span {
	color: var(--ci-blue);
}

.third-slide__img-box {
	margin-top: 24px;
	text-align: center;
}

.guide-slide-wrap .swiper-horizontal > .swiper-pagination-bullets,
.guide-slide-wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	width: auto;
	margin: 0 auto 20px auto;
}

.guide-slide-wrap .swiper-pagination-bullet {
	height: 10px !important;
	width: 10px !important;
	border-radius: 5px;
	background: var(--grayScale-05);
	opacity: 1;
}

.guide-slide-wrap .swiper-pagination-bullet-active {
	background: #079af5 !important;
	width: 40px !important;
}

.guide-fourth {
	background: var(--grayScale-03);
}

.guide-fourth__text-box p {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--grayScale-15);
}

.guide-fourth__text-box p span {
	color: var(--ci-blue);
}

.guide-fourth__cont-wrap {
	display: flex;
	align-items: flex-start;
	gap: 48px;
	width: 100%;
	margin-top: 120px;
}

.guide-fourth__step-box {
	background: var(--grayScale-01);
	flex: 0 1 auto;
	width: 100%;
	text-align: right;
	border-radius: 16px;
	padding: 40px 20px 0;
}

.guide-fourth__step-box:nth-child(2n) {
	margin-top: 60px;
}

.guide-fourth__step-box h3 {
	color: var(--grayScale-15);
	font-size: 12px;
	font-weight: 700;
	width: 100%;
	text-align: left;
}

.guide-fourth__step-box p {
	color: var(--grayScale-15);
	font-size: 20px;
	margin-top: 12px;
	width: 100%;
	text-align: left;
}

.guide-fourth__step-box img {
	width: 150px;
	margin-top: 20px;
}

.guide-fifth {
	background: #ebf1ff;
}

.guide-fifth .inner {
	text-align: center;
}

.guide-card__img-box {
	margin: 40px 0;
}

.guide-card__text-box h2 {
	font-size: 55px;
	color: var(--grayScale-15);
}

.guide-card__text-box h2 span {
	color: var(--ci-blue);
}

.guide-fifth a {
	color: var(--grayScale-01);
	display: inline-block;
	padding: 0 24px;
	height: 54px;
	line-height: 54px;
	border-radius: 27px;
	background: var(--grayScale-15);
	font-size: 20px;
	font-weight: 600;
}

header.guide-qna__tit-box {
	position: relative;
	text-align: center;
	top: auto;
	left: auto;
	z-index: 1;
	padding-bottom: 40px;
	border-bottom: 2px solid var(--grayScale-15);
}

.guide-qna__tit {
	font-size: 40px;
	color: var(--grayScale-15);
}

.guide-qna__cont-wrap .guide-qna__cont-row:first-of-type {
	cursor: pointer;
}

.guide-qna__cont-row {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--grayScale-05);
}

.guide-qna__cont-row div {
	flex: 0 1 auto;
	padding: 32px 0;
	font-size: 24px;
	font-weight: 800;
}

.guide-qna__cont-row .guide-qna__mark,
.guide-qna__cont-row .guide-qna__arrow {
	width: 120px;
	flex: 0 0 auto;
	text-align: center;
}

.guide-qna__cont-row .guide-qna__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-out;
}

.guide-qna__cont-row .guide-qna__question,
.guide-qna__cont-row .guide-qna__answer {
	text-align: left;
	flex: 0 1 auto;
	width: 100%;
}

.guide-qna__cont-row .guide-qna__answer {
	font-size: 20px;
	font-weight: 400;
}

.guide-qna__cont-row:nth-child(2n) {
	border-bottom: none;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.guide-qna__cont-row {
	border-bottom: 1px solid var(--grayScale-05);
}

.guide-qna__cont-wrap:focus-within .guide-qna__cont-row:nth-child(2n) {
	max-height: 425px;
	border-bottom: 1px solid var(--grayScale-05);
}

.guide-qna__cont-wrap:focus-within .guide-qna__arrow {
	transform: rotate(180deg);
}

@keyframes float {
	0% {
		transform: translateY(25px);
	}
	50% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(25px);
	}
}

@keyframes shadow {
	0% {
		transform: scale3d(1, 1, 1);
		opacity: 1;
	}
	50% {
		transform: scale3d(0.8, 0.8, 1);
		opacity: 0.5;
	}
	100% {
		transform: scale3d(1, 1, 1);
		opacity: 1;
	}
}
