/* 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/260324_science/bnX_bg01.png") no-repeat top
		center/1920px 100%;
}
.event_wrap .e_con1 {
	background-color: #254c7c;
	max-width: 1920px;
	margin: auto;
	padding-bottom: 120px;
}
.event_wrap .e_con2 {
	background-color: #b5ffb5;
	max-width: 1920px;
	margin: auto;
	padding-bottom: 120px;
}
.event_wrap .e_con3 {
	background-color: #90c2ff;
	max-width: 1920px;
	margin: auto;
	padding-bottom: 80px;
}
.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 .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_swiperwrap1 {
	margin-top: 20px;
}
.event_wrap .e_swiperwrap1 .e_swiper_cont {
	width: 299px;
}
.event_wrap .e_swiperwrap2 .e_swiper_cont {
	width: 1384px;
}
.event_wrap .e_swiperwrap3 .e_swiper_cont {
	width: 896px;
}
.event_wrap .e_swiperwrap3 .swiper-wrapper {
	align-items: center;
}
.event_wrap .e_swiperwrap3 .e_slide {
	border: 6px solid transparent;
	transition: 0.6s;
	border-radius: 18px;
	box-sizing: border-box;
}
.event_wrap .e_swiperwrap3 .swiper-slide-active {
	border-color: #518aff;
}
.event_wrap .swiper-pagination {
	width: 480px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 4px;
	margin: auto;
	margin-top: 50px;
	position: static;
}

.event_wrap .swiper-pagination .swiper-pagination-progressbar-fill {
	height: 10px;
	background-color: #c7d9ff;
	transition: 0.5s;
	position: relative;
	border-radius: 4px;
}
.event_wrap .swiper-pagination .swiper-pagination-progressbar-fill::after {
	content: "";
	display: block;
	width: 30px;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: #518aff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.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 .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;
}

.event_wrap .linkswrapper {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 750px;
	height: fit-content;
	top: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.event_wrap .link_btn {
	width: 190px;
	height: 44px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 44px;
	text-align: left;
	padding: 0 45px 0 25px;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
}

.event_wrap .link_btn::after {
	content: "";
	background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250415_lan/bnD8_arrow_down.png") no-repeat;
	width: 14px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	transition: 0.25s;
}

.event_wrap .link_btn.on::after {
	transform: rotate(180deg) translateY(50%);
}

.event_wrap .link_list {
	margin-top: 10px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	width: 190px;
	max-height: 0;
	transition: 0.5s;
}

.event_wrap .link_list.on {
	max-height: 140px;
}

.event_wrap .link_list li {
	font-size: 14px;
	line-height: 44px;
	height: 44px;
}

.event_wrap .link_list li a {
	display: block;
	padding: 0 45px 0 25px;
}

.event_wrap .e_reviewbox {
	width: 670px;
	border-radius: 24px;
	background-color: #fff;
	padding: 40px 35px;
	margin: auto;
	box-sizing: border-box;
	font-family: "SUIT";
	line-height: 1.4;
}

.event_wrap .e_r_header {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 26px;
}

.event_wrap .e_r_tit {
	font-size: 40px;
	font-weight: 800;
	color: #254c7c;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
}

.event_wrap .e_reset {
	width: 46px;
	height: 46px;
	cursor: pointer;
}
.event_wrap .e_reset img {
	width: 100%;
}

.event_wrap .e_r_date {
	margin-top: 14px;
	font-size: 26px;
	font-weight: 500;
	color: #767676;
	text-align: center;
}

.event_wrap .e_r_body {
	padding-top: 26px;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.event_wrap .e_r_box {
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 16px;
	padding: 0 50px;
	box-sizing: border-box;
}

.event_wrap .e_r_box:nth-child(1) {
	background-color: #f1d7ff;
}
.event_wrap .e_r_box:nth-child(2) {
	background-color: #bedbff;
}

.event_wrap .e_r_box p {
	font-size: 36px;
	font-weight: 800;
}
.event_wrap details summary img {
	transform: rotate(180deg);
}
.event_wrap details[open] summary img {
	transform: rotate(0deg);
}

.event_wrap details::details-content {
	transition:
		max-height 0.5s ease,
		content-visibility 0.5s ease allow-discrete;
	max-height: 0;
	overflow: hidden;
}
.event_wrap details[open]::details-content {
	max-height: 500px;
}

.event_wrap details {
	font-size: 28px;
	line-height: 1.4;
	font-family: "SUIT";
	font-weight: 700;
	color: #9fc0e8;
	margin-top: 80px;
}
.event_wrap summary {
	list-style: none;
	width: fit-content;
	margin: auto;
	cursor: pointer;
	margin-bottom: 26px;
}
.event_wrap summary h4 {
	display: flex;
	align-items: center;
}
.event_wrap summary img {
	width: 28px;
	margin-left: 4px;
}

.event_wrap .e_r2_box {
	width: 620px;
	margin: auto;
	margin-top: 20px;
	font-family: "SUIT";
	line-height: 1.4;
	letter-spacing: -0.05em;
}

.event_wrap .e_r2_header {
	background-color: #fff;
	border-radius: 24px 24px 0 0;
	padding: 0 46px;
	text-align: center;
}

.event_wrap .e_r2_header1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #b9b9b9;
	padding-top: 30px;

	& h4 {
		font-size: 32px;
		font-weight: 800;
		margin-bottom: 10px;
	}

	& h5 {
		font-size: 28px;
		font-weight: 500;
		color: #767676;
	}
}

.event_wrap .e_r2_header2 {
	padding-top: 20px;
	padding-bottom: 32px;

	& p {
		font-size: 26px;
		font-weight: 800;
	}
}

.event_wrap .e_r2_body {
	padding: 30px;
	height: 400px;
	background-color: #f1f1f5;
	box-sizing: border-box;

	& img {
		width: 160px;
	}

	& h5 {
		font-size: 26px;
		font-weight: 700;
		color: #b9b9b9;
		margin-bottom: 10px;
	}

	& p {
		font-size: 24px;
		font-weight: 500;
		color: #4b4a4a;
	}
}
.event_wrap .e_r3_box {
	width: 670px;
	margin: auto;
	margin-top: 50px;
	font-family: "SUIT";
	line-height: 1.4;
	display: none;

	&.on {
		display: block;
	}
}

.event_wrap .e_r3_header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 760px;
	border-radius: 24px 24px 0 0;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260324_science/bnX_r3_header.png") no-repeat
		center/100% 100%;

	& img {
		width: 399px;
	}
}

.event_wrap .e_r3_body {
	margin-top: -20px;
	border-radius: 24px 24px 0 0;
	padding: 50px 72px 74px;
	background-color: #fff;

	& h4 {
		font-size: 38px;
		font-weight: 800;
	}

	& p:nth-of-type(1) {
		margin-top: 10px;
		font-size: 28px;
		color: #484848;
		font-weight: 500;
	}

	& h5 {
		font-size: 30px;
		font-weight: 700;
		margin-top: 28px;
	}

	& p:nth-of-type(2) {
		margin-top: 0px;
		font-size: 20px;
		color: #484848;
		font-weight: 500;
	}
}

.event_wrap .e_r3_body .e_r3_score_box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 128px;
	background-color: #f7f7f7;
	margin-top: 14px;
	border-radius: 12px;

	& p {
		margin: 0;
		margin-left: 12px;
		font-size: 20px;
		line-height: 1;
		font-family: "SUIT";
		color: #767676;
		font-weight: 500;

		& em {
			font-size: 36px;
			font-weight: 800;
			color: #4dac27;
			vertical-align: sub;
		}
	}
}

.event_wrap .cloverbox {
	position: relative;
	width: 152px;
	aspect-ratio: 152/38;

	& img {
		width: 38px;
	}

	& .clovers {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		white-space: nowrap;
	}
}

.event_wrap .e_r3_direct {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	height: 80px;
	border-radius: 14px;
	background-color: #5c98f2;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}

.event_wrap .e_r3_footer {
	border-radius: 32px;
	background-color: #f5f5fb;
	margin-top: -24px;
	padding: 40px 40px 90px;

	& h4 {
		font-size: 32px;
		font-weight: 800;
		color: #474c98;
		display: flex;
		align-items: center;

		& img {
			width: 64px;
		}

		& sup {
			font-size: 24px;
			font-weight: 500;
			margin-left: 8px;
			margin-bottom: 10px;
		}
	}

	& p {
		font-size: 28px;

		&.lead {
			font-weight: 700;
			margin: 16px 0;
		}
	}

	& .list_tag {
		display: flex;
		gap: 16px;
		font-size: 24px;
		font-weight: 500;
		color: #474c98;
		margin-top: 16px;
	}
}

.event_wrap .e_k_wrap {
	width: 640px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.event_wrap .e_k_wrap .e_swiper_wrap {
	margin: 0;
}
.event_wrap .e_k_wrap .e_swiper_cont {
	width: 300px;
}
.event_wrap .e_k_wrap .e_slide {
	height: 300px;
	border-radius: 24px;
	overflow: hidden;

	& img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
