﻿/* pub3 */

@charset "UTF-8";

a {
	color: inherit;
}

.event_wrap .main_img {
	margin: auto;
	display: block;
	width: 750px;
}
.event_wrap .main_img.wide {
	width: 1200px;
}

.event_wrap .e_top_visual {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260327_test/bnH_bg01.jpg") no-repeat top
		center/1920px 2282px;
}
.event_wrap .e_con1 {
	background-color: #fff;
	max-width: 1920px;
	margin: auto;
	padding: 120px 0;
	display: none;

	&.on {
		display: block;
	}
}
.event_wrap .e_con2 {
	background-color: #e6ffb8;
	max-width: 1920px;
	margin: auto;
	padding: 120px 0 80px;
}
.event_wrap .e_con3 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260327_test/bnH_bg02.png") no-repeat top
		center/1920px 100%;
}
.event_wrap .link {
	position: absolute;
	display: block;
}
.event_wrap .link.link_01 {
	width: 89.5%;
	height: 24%;
	bottom: 21.5%;
	left: 50%;
	transform: translateX(-50%);
}
.event_wrap .link.link_02 {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.event_wrap .e_rel {
	position: relative;
}

.event_wrap .e_fit {
	width: fit-content;
	margin: auto;
}

.event_wrap .e_abs {
	position: absolute;
}

.event_wrap .e_swiper_wrap {
	margin: auto;
	position: relative;
	width: fit-content;
}

.event_wrap .e_swiper_cont {
	width: 670px;
	overflow: hidden;
}
.event_wrap .e_swiper_cont img {
	width: 100%;
}
.event_wrap .e_swiper_prev,
.event_wrap .e_swiper_next {
	width: 49px;
	aspect-ratio: 49/100;
	position: absolute;
	top: calc(50% - 20px);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 9;
}

.event_wrap .e_swiper_prev {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260324_science/bnX_prev.png") no-repeat center/100%
		100%;
	left: -60px;
}
.event_wrap .e_swiper_next {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260324_science/bnX_next.png") no-repeat center/100%
		100%;
	right: -60px;
}
.event_wrap .swiper-pagination {
	display: flex;
	width: 100%;
	gap: 10px;
	width: fit-content;
	margin: auto;
	margin-top: 30px;
	position: static;
}
.event_wrap .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	aspect-ratio: 1;
	border-radius: 50%;
	opacity: 1;
	transition: 0.3s;
	font-size: 0px;
}
.event_wrap .swiper-pagination .swiper-pagination-bullet {
	background-color: #d9d9d9;
}
.event_wrap .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #6db329;
}

.event_wrap .e_notice {
	color: #9fc0e8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: fit-content;
	max-width: 670px;
}
.event_wrap .e_notice ul {
	width: 100%;
	box-sizing: border-box;
}
.event_wrap .e_notice li {
	font-size: 20px;
	line-height: 32px;
	padding-left: 50px;
	text-align: left;
	position: relative;
	text-indent: 0;
	padding-left: 14px;
}
.event_wrap .e_notice h4 {
	width: 100%;
	font-size: 26px;
	box-sizing: border-box;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.event_wrap .e_notice li::before {
	content: "";
	display: block;
	width: 4px;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: #9fc0e8;
	position: absolute;
	top: 14px;
	left: 0;
}
.event_wrap .e_notice h3 {
	width: 100%;
	font-size: 26px;
	box-sizing: border-box;
	font-weight: 800;
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
}
.event_wrap .e_notice h5 {
	width: 100%;
	font-weight: 700;
	padding-left: 44px;
	box-sizing: border-box;
}
.event_wrap .e_notice h5:last-of-type {
	margin-bottom: 20px;
}
.event_wrap .e_notice.col2 {
	color: #223954;
}
.event_wrap .e_notice.col2 li::before {
	background-color: #223954;
}
.event_wrap em {
	font-style: normal;
	font-weight: 700;
}

.event_wrap * {
	font-family: "SUIT";
	letter-spacing: -0.03em;
	box-sizing: border-box;
}

.event_wrap .e_t_area {
	width: 750px;
	margin: auto;
	padding: 0 40px;
	padding-bottom: 60px;
	font-family: "SUIT";
	line-height: 1.4;
	color: #1a1a1a;

	&:nth-child(1) {
		padding-top: 120px;
		background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260327_test/bnH_bg01_m.jpg") no-repeat top
			center/100% 2282px;
	}
}

.event_wrap .e_t_header {
	padding-bottom: 60px;

	& ul {
		display: flex;
		justify-content: space-between;
	}

	& li {
		&.kyosi {
			padding: 4px 12px 2px;
			font-size: 24px;
			font-weight: 500;
			border: 1px solid #000;
			border-radius: 28px;
		}
		&.e_logo {
			width: 137px;
			& img {
				width: 100%;
			}
		}
	}

	& h3 {
		font-size: 32px;
		font-weight: 500;
		margin-top: 24px;
		text-align: center;
	}

	& h2 {
		font-size: 56px;
		font-weight: 800;
		text-align: center;
		margin-bottom: 40px;
	}

	& .e_sq {
		display: flex;
		align-items: center;
		border: 1px solid #000;

		& p:nth-child(1) {
			padding: 0 12px;
			font-size: 24px;
			line-height: 50px;
			font-weight: 700;
			border-right: 1px solid #000;
			height: 100%;
		}

		& div {
			font-size: 24px;
			font-weight: 500;
			line-height: 50px;
			padding: 0 12px;
			position: relative;
		}

		& input {
			border: none;
			outline: none;
			font-size: 24px;
			font-weight: 500;
			line-height: 50px;
			width: 164px;
			text-align: center;

			&::placeholder {
				color: #a9a9a9;
			}

			&:focus + .e_com {
				opacity: 1;
			}
		}

		& .e_com {
			padding: 0 16px;
			font-size: 24px;
			font-weight: 500;
			color: #fff;
			background-color: #6db329;
			border-radius: 30px;
			white-space: nowrap;
			position: absolute;
			top: 56px;
			left: 50%;
			transform: translateX(-50%);
			opacity: 0;
			transition: 0.3s;

			&::before {
				content: "";
				display: block;
				width: 16px;
				height: 12px;
				background-color: #6db329;
				position: absolute;
				top: 0;
				left: 50%;
				transform: translate(-50%, -100%);
				clip-path: polygon(50% 0, 0 100%, 100% 100%);
			}
		}
	}
}

.event_wrap .e_t_start {
	display: none;

	&.on {
		display: block;
	}

	& ul {
		border: 1px solid #ccc;
		padding: 40px 20px;
		display: flex;
		flex-direction: column;
		gap: 8px;
		position: relative;

		&::after {
			content: "";
			display: block;
			width: 192px;
			aspect-ratio: 384/258;
			background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260327_test/bnH_er.png") no-repeat center/100%
				100%;
			position: absolute;
			right: -2%;
			bottom: -23%;
		}
	}

	& li {
		padding-left: 24px;
		font-size: 26px;
		line-height: 1.4;
		position: relative;

		&::before {
			content: "";
			display: block;
			width: 12px;
			aspect-ratio: 1;
			border-radius: 50%;
			border: 1px solid #1a1a1a;
			position: absolute;
			top: 12px;
			left: 0;
			box-sizing: border-box;
		}
	}

	& .e_start_btn {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 88px;
		box-sizing: border-box;
		border: 1px solid #1a1a1a;
		background-color: #eaeaea;
		font-size: 32px;
		font-weight: 800;
		margin-top: 90px;
	}
}

.event_wrap .e_t_test {
	display: none;
	padding-top: 60px;
	border-top: 1px solid #000;

	&.on {
		display: block;
	}
}

.event_wrap .e_t_test_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;

	& h4 {
		width: 64px;
		height: 42px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #767676;
		border-radius: 8px;
		font-size: 24px;
		line-height: 1;
		font-weight: 700;
		color: #767676;
	}

	& p {
		font-size: 24px;
		line-height: 1;
		font-weight: 500;
		color: #767676;

		& em {
			color: #000;
			font-weight: 800;
		}
	}
}

.event_wrap .e_t_test_body {
	display: none;

	&.on {
		display: block;
	}
	& h5 {
		font-size: 32px;
		line-height: 1.4;
		font-weight: 700;
		position: relative;
		padding-left: 35px;
		margin-bottom: 16px;

		& span {
			position: absolute;
			left: 0;
			font-weight: 800;
		}
	}

	& ol {
		counter-reset: test-count;
		padding-left: 35px;

		& li {
			height: 78px;

			&::before {
				position: absolute;
				left: 0;
				top: 0;
				font-weight: 700;
			}
		}

		& input {
			width: 1px;
			height: 1px;
			clip: rect(1px 1px 1px 1px);
			position: absolute;

			&:checked + label {
				border-color: #6db329;

				&::before {
					content: "";
					background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260327_test/bnH_chck.png") no-repeat
						center/100% 100%;
					border-color: #6db329;
				}
			}
		}

		& label {
			width: 100%;
			height: 100%;
			display: flex;
			align-items: center;
			padding: 0 12px;
			font-size: 32px;
			line-height: 1;
			cursor: pointer;
			border: 1px solid transparent;
			border-radius: 8px;
			transition: 0.3s;

			&::before {
				counter-increment: test-count;
				content: counter(test-count);
				font-size: 20px;
				font-weight: 700;
				display: flex;
				justify-content: center;
				align-items: center;
				width: 24px;
				aspect-ratio: 1;
				border: 1px solid #1a1a1a;
				border-radius: 50%;
				margin-right: 10px;
				box-sizing: border-box;
			}
		}
	}
}

.event_wrap .e_t_test_footer {
	margin-top: 40px;

	& .e_next_btn {
		display: none;
		justify-content: center;
		align-items: center;
		gap: 12px;
		height: 88px;
		background-color: #ccc;
		border-radius: 16px;
		font-size: 28px;
		font-weight: 800;
		line-height: 1;
		color: #fff;
		cursor: default;
		transition: 0.5s;

		&.active {
			background-color: #000;
			cursor: pointer;
		}

		&.on {
			display: flex;
		}

		& img {
			width: 12px;
		}
	}

	& .e_submit_btn {
		display: none;
		justify-content: center;
		align-items: center;
		gap: 12px;
		height: 88px;
		background-color: #6db329;
		border-radius: 16px;
		font-size: 28px;
		font-weight: 800;
		line-height: 1;
		color: #fff;
		cursor: pointer;

		&.on {
			display: flex;
		}

		& img {
			width: 12px;
		}
	}

	& .e_progress {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;

		& li {
			width: 24px;
			height: 40px;
			border-radius: 8px;
			background-color: #d5d5d5;

			&.on {
				background-color: #000;
			}
		}
	}
}

.event_wrap .e_t_result {
	display: none;
	padding-top: 60px;
	border-top: 1px solid #000;

	&.on {
		display: block;
	}
}

.event_wrap .e_t_result_box {
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #ccc;
	padding: 60px 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;

	& h4 {
		font-size: 24px;
		font-weight: 700;
		color: #767676;
		width: 94px;
		height: 46px;
		border-radius: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #767676;
		margin-bottom: 24px;
	}

	& h5 {
		width: 100%;
		font-size: 48px;
		line-height: 1.6;
		font-weight: 800;
		text-align: center;
		background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260327_test/bnH_paint.png") no-repeat center/292px
			56px;

		& + p {
			font-size: 28px;
			font-weight: 500;
			margin-bottom: 24px;
		}
	}

	& h6 {
		font-size: 32px;
		font-weight: 800;
	}

	& canvas {
		margin-top: 16px;
	}

	& > p:last-child {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 24px;
		font-weight: 500;
		color: #595959;
		margin-top: 40px;
		height: 92px;
		border: 1px solid #595959;
		background-color: #eaeaea;
		width: 100%;
	}
}

.event_wrap .e_t_result_cat {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #6db329;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	border-radius: 0 20px 0 20px;
	width: 120px;
	height: 90px;
}

.event_wrap .e_t_reward {
	display: none;

	&.on {
		display: block;
	}
}

.event_wrap .e_t_reward_box {
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #ccc;
	padding: 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;

	& h4 {
		font-size: 34px;
		font-weight: 800;
		margin-bottom: 8px;

		& + p {
			font-size: 26px;
			font-weight: 500;
			margin-bottom: 20px;
		}
	}

	& img {
		width: 460px;

		& + p {
			font-family: "Noto Sans KR", sans-serif;
			font-size: 24px;
			font-weight: 400;
			color: #767676;
			margin-top: 20px;
		}
	}

	& + ul {
		display: flex;
		gap: 24px;
		justify-content: space-between;
		margin-top: 24px;

		& li {
			width: 100%;
			height: 80px;
			background-color: #000;
			border-radius: 8px;
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 26px;
			line-height: 1;
			font-weight: 700;
			color: #fff;
			gap: 4px;
			cursor: pointer;

			& img {
				width: 32px;
			}
		}
	}
}

.event_wrap .e_t_add_box {
	display: none;

	&.on {
		display: block;
	}
}

.event_wrap .e_t_add {
	width: 670px;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.4;

	&:nth-child(2) {
		margin-top: 60px;
	}

	& h4 {
		width: 180px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #6db329;
		border-radius: 30px;
		position: relative;
		font-size: 26px;
		font-weight: 500;
		color: #fff;

		&::after {
			content: "";
			display: block;
			width: 16px;
			height: 12px;
			background-color: #6db329;
			position: absolute;
			bottom: 1px;
			left: 50%;
			transform: translate(-50%, 100%);
			clip-path: polygon(50% 100%, 0 0, 100% 0);
		}
	}

	& h3 {
		font-size: 52px;
		font-weight: 800;
		margin-top: 12px;
		text-align: center;
		margin-bottom: 40px;
	}
}

.event_wrap .e_t_bookbox {
	width: 100%;
	border-radius: 20px;
	background-color: #f5f6f9;

	&:nth-of-type(1) {
		margin-bottom: 32px;
	}

	& a {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 40px;
	}

	& img {
		width: 228px;
		border-radius: 4px;
	}

	& h5 {
		font-size: 32px;
		font-weight: 800;
		margin-top: 20px;
		margin-bottom: 8px;
	}

	& h6 {
		font-size: 24px;
		font-weight: 500;
		color: #767676;
		margin-bottom: 10px;
	}

	& p {
		font-size: 24px;
		font-weight: 400;
		color: #1a1a1a;
	}
}

.event_wrap .e_t_rectbox {
	width: 100%;
	border-radius: 20px;
	background-color: #f5f6f9;

	& a {
		display: flex;
		align-items: center;
		padding: 40px;
		gap: 36px;
	}

	& img {
		width: 228px;
		border-radius: 4px;
	}
	& h5 {
		font-size: 32px;
		font-weight: 800;
		margin-bottom: 8px;
	}

	& h6 {
		font-size: 24px;
		font-weight: 500;
		color: #767676;
		margin-bottom: 10px;
	}

	& p {
		font-size: 24px;
		font-weight: 400;
		color: #1a1a1a;
	}
}

.event_wrap .e_t_result_chart {
	width: 500px;
	aspect-ratio: 1;
}

.event_wrap .e_subtit {
	font-family: "SUIT", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #549714;
	text-align: center;
	margin-bottom: 12px;
	line-height: 1;
}
.event_wrap .e_tit {
	font-family: "SUIT", sans-serif;
	font-size: 44px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1;
}

.event_wrap .e_flex_box {
	display: flex;
	align-items: center;
	width: 1200px;
	margin: auto;
	gap: 60px;
	overflow: hidden;
}

.event_wrap .e_slide_box {
	width: 540px;
	min-width: 540px;

	& .e_swiper_cont {
		width: 540px;
		border-radius: 0 16px 0 16px;
	}

	& img {
		width: 100%;
	}
}

.event_wrap .e_txt_box {
	width: calc(100% - 540px);
	font-family: "SUIT", sans-serif;
	line-height: 1.4;

	& p {
		font-size: 28px;
		margin-bottom: 24px;
	}

	& li {
		font-size: 22px;
		color: #4e8033;
		padding-left: 20px;
		position: relative;

		&::before {
			content: "";
			display: block;
			width: 8px;
			aspect-ratio: 1;
			border-radius: 50%;
			background-color: #4e8033;
			position: absolute;
			left: 0;
			top: 12px;
		}
	}
}

.event_wrap .e_mgbox {
	display: flex;
	margin-top: 40px;
	gap: 30px;

	& div {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		background-color: #cfe890;
		aspect-ratio: 1;
	}

	& img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
