@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap .e_container.bg_01 {
	background: #e6e9fd url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_cont01_bg.jpg") no-repeat 50% 0;
}
.event_wrap .e_container.bg_02 {
	background: #e6e9fd url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_cont02_bg.jpg") 50% 0;
	padding: 60px 0 120px;
}
.event_wrap .e_container.bg_03 {
	background-color: #ccd3fb;
	background-repeat: no-repeat;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_cont03_bg_top.jpg"), url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_cont03_bg_btm.jpg");
	background-position: top center, bottom center;
	padding: 120px 0;
}
.event_wrap .e_container.bg_04 {
	background: #e0e4fd url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_cont04_bg.jpg") 50% 0;
	padding: 120px 0;
}
.event_wrap .e_container.bg_05 {
	background: #ccd3fb url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_cont05_bg.jpg") no-repeat 50% 0;
	padding-top: 120px;
}
/* 공통 제목 */
.event_wrap .e_title_wrap {
	font-family: 'SUIT', sans-serif;
	letter-spacing: -1px;
	line-height:1.4;
	text-align: center;
	margin-bottom: 30px;
}
.event_wrap .e_title_wrap h3 {
	margin-bottom:15px;
}
.event_wrap .e_title_wrap p {
	font-size:24px;
}
.event_wrap .e_title_wrap b {
	font-weight: 800;
}
.event_wrap .e_title_wrap .highlight {
	background:#314cf1;
	color:#fff;
	padding:0 2px;
}
/* 공통 버튼 */
.event_wrap .e_btn_wrap {
	width:509px;
	margin:45px auto 0;
}
.event_wrap .e_btn_wrap .e_btn {
	display:block;
	width:100%;
	height:90px;
	line-height:90px;
	font-family: 'SUIT', sans-serif;
	letter-spacing: -1px;
	background: #000;
	color:#fff;
	font-weight:700;
	font-size:28px;
	text-align: center;
	border-radius: 10px;
	overflow:hidden;
}
/* 공통 스타일 */
.event_wrap .blue {
	color:#314cf1;
}
/* bg_02 */
/* 키워드 슬라이드 */
.event_wrap .e_keyword_slide {
	width:670px;
	margin:0 auto 115px;
}
.event_wrap .e_keyword_slide .e_keyword_inner {
	background: #fff;
	border-radius: 10px;
	overflow:hidden;
	padding:10px;
}
.event_wrap .e_keyword_slide .e_keyword {
	width:305px;
	margin: 20px auto 30px;
}
.event_wrap .e_keyword_slide ul li {
	border-radius: 10px;
	overflow:hidden;
	background:url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_link_arrow.png") no-repeat right 20px center;
	background-size: 40px 40px;
	margin-bottom:10px;
}
.event_wrap .e_keyword_slide ul li:last-child {
	margin-bottom:0;
}
.event_wrap .e_keyword_slide ul li:nth-child(odd) {
	background-color:#eaedfe;
}
.event_wrap .e_keyword_slide ul li:nth-child(even) {
	background-color:#d2d8fc;
}
.event_wrap .e_keyword_slide ul li a {
	display:block;
	height:110px;
	font-family: 'SUIT', sans-serif;
	font-size:24px;
	letter-spacing: -1px;
	line-height:1.4;
	font-weight: 700;
	display:flex;
	align-items: center;
	padding:20px;
}
.event_wrap .e_keyword_slide .e_scrollbar {
	width: 400px;
	margin:50px auto 0;
	padding:2px 0;
	position:relative;
}
.event_wrap .e_keyword_slide .swiper-scrollbar {
	height:4px;
	background: #cdcdcd;
	border-radius: 2px;
}
.event_wrap .e_keyword_slide .swiper-scrollbar-drag {
	top: -2px;
	height:8px;
	background: #314cf1;
	border-radius: 4px;
	cursor: grab;
}
/* 랜덤 도서 리스트 */
.event_wrap .e_random_books {
	width: 670px;
	margin:0 auto;
	background:#fff;
	padding: 60px 23px 30px 23px;
	border-radius: 10px;
	overflow:hidden;
}
.event_wrap .e_random_books .e_random_btn {
	display:block;
	width:264px;
	height:54px;
	line-height:54px;
	background: #314cf1;
	color:#fff;
	border-radius: 10px;
	overflow:hidden;
	font-size: 32px;
	font-family: 'SUIT', sans-serif;
	letter-spacing: -1px;
	font-weight: 800;
	margin: 0 auto 23px;
	cursor: pointer;
}
.event_wrap .e_random_books .e_booklist {
	display:flex;
	flex-wrap:wrap;
	gap:15px 15px;
}
.event_wrap .e_random_books .e_booklist li {
	width:calc((100% / 3) - 10px);
}
.event_wrap .e_random_books .e_booklist .e_thumb {
	border-radius: 5px;
	overflow: hidden;
	border:1px solid #d9d9d9;
	width:200px;
	aspect-ratio: 200 / 270;
}
.event_wrap .e_random_books .e_booklist .e_thumb img {
	width:100%;
}
/* bg_03 */
/* 먼저 본 과학책 */
.event_wrap .e_md_slide {
	width:670px;
	margin:0 auto;
	
}
.event_wrap .e_md_slide .e_md_slide_inner {
	position:relative;
	background: #fff;
	border-radius: 10px;
	padding: 70px 45px;
}
.event_wrap .e_md_slide .e_top_text {
	font-family: 'SUIT', sans-serif;
	letter-spacing: -1px;
	line-height:1.4;
	text-align: center;
}
.event_wrap .e_md_slide .e_top_text .e_month {
	font-size: 38px;
	font-weight: 800;
	color:#fff;
	background: #314cf1;
	border-radius: 32px;
	overflow: hidden;
	width:131px;
	height:64px;
	line-height:64px;
	margin:0 auto 20px;
}
.event_wrap .e_md_slide .e_top_text p {
	font-size: 24px;
}
.event_wrap .e_md_slide .e_monthly_books {
	display:flex;
	gap:0 20px;
	margin:40px 0;
}
.event_wrap .e_md_slide .e_monthly_books li {
	width:calc(100% / 3);
}
.event_wrap .e_md_slide .e_monthly_books .e_bookcover {
	aspect-ratio: 180 / 250;
	border-radius: 5px;
	overflow: hidden;
	border:1px solid #d9d9d9;
	cursor: pointer;
}
.event_wrap .e_md_slide .e_monthly_books .e_bookcover.on {
	border:3px solid #314cf1;
}
.event_wrap .e_md_slide .e_monthly_books .e_bookcover.off {
	opacity:0.5;
}
.event_wrap .e_md_slide .e_monthly_books .e_bookcover img {
	width:100%;
}
.event_wrap .e_md_slide .e_copy_wrap {
	text-align: center;
}
.event_wrap .e_md_slide .e_copy_wrap p {
	font-family: 'SUIT', sans-serif;
	font-size:22px;
	line-height:1.5;
	letter-spacing: -1px;
	word-break: keep-all;
}
.event_wrap .e_md_slide .e_copy_wrap .e_copy_default {
	background: rgba(49, 76, 241, 0.1);
	border-radius: 5px;
	overflow: hidden;
	padding:45px;
}
.event_wrap .e_md_slide .e_copy_wrap .e_copy_default p {
	font-size:24px;
}
.event_wrap .e_md_slide .e_copy_wrap .e_copy_box {
	background: #eaeaf4;
	border-radius: 10px;
	padding:45px;
	display:none;
}
.event_wrap .e_md_slide .e_copy_wrap .e_copy_box.on {
	display:block;
}
.event_wrap .e_md_slide .e_copy_wrap .e_copy_box .e_booklink {
	display:block;
	width:480px;
	height:90px;
	margin: 25px auto 0;
	line-height:90px;
	font-family: 'SUIT', sans-serif;
	letter-spacing: -1px;
	background: #000;
	color:#fff;
	font-weight:700;
	font-size:28px;
	text-align: center;
	border-radius: 10px;
	overflow:hidden;
}
.event_wrap .e_md_slide .swiper-button-next, 
.event_wrap .e_md_slide .swiper-button-prev {
	top:20px;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_slide_nav.png");
	background-color: transparent;
	background-size: contain;
	width:18px;
	height:30px;
	opacity:1;
	margin-top:0;
}
.event_wrap .e_md_slide .swiper-button-next {
	right:50px;
}
.event_wrap .e_md_slide .swiper-button-prev {
	left:50px;
	transform:rotate(180deg);
}
.event_wrap .e_md_slide .swiper-pagination {
	position:static;
	margin-top:40px;
	font-size:0;
}
.event_wrap .e_md_slide .swiper-pagination-bullet {
	opacity:1;
	width:12px;
	height:12px;
	background:transparent;
	border:1px solid #314cf1;
	margin:0 7px;
}
.event_wrap .e_md_slide .swiper-pagination-bullet-active {
	background:#314cf1;
}
/* bg_04 */
/* 과학MD의 답장 */
.event_wrap .e_reply_wrap {
	width:670px;
	margin:0 auto;
	background: #fff;
	border-radius: 10px;
	overflow:hidden;
	padding:70px 25px;
}
.event_wrap .e_reply_wrap .e_reply_inner {
	height:848px;
	overflow-y:auto;
	padding:0 15px;
}
.event_wrap .e_reply_wrap .e_reply_inner::-webkit-scrollbar {
	width:4px;
}
.event_wrap .e_reply_wrap .e_reply_inner::-webkit-scrollbar-thumb {
	background:#000;
}
.event_wrap .e_reply_wrap .e_reply_inner::-webkit-scrollbar-track {
	background:#eaeaea;
}
.event_wrap .e_reply_wrap .e_reply_box {
	margin-bottom:25px;
}
.event_wrap .e_reply_wrap .e_reply_box.reply12,
.event_wrap .e_reply_wrap .e_reply_box.reply13,
.event_wrap .e_reply_wrap .e_reply_box.reply14 {
	margin-bottom:10px;
}
.event_wrap .e_reply_wrap .e_left:has(.e_profile),
.event_wrap .e_reply_wrap .e_right {
	display:flex;
	gap:0 25px;
	margin-top:25px;
}
.event_wrap .e_reply_wrap .e_profile {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width:75px;
	height:75px;
}
.event_wrap .e_reply_wrap .e_reply_box .e_right .e_profile.e_profile_md {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_md_profile.png");
}
.event_wrap .e_reply_wrap .e_reply_box.reply01 .e_profile {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_profile_emoji01.png");
}
.event_wrap .e_reply_wrap .e_reply_box.reply02 .e_profile {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_profile_emoji02.png");
}
.event_wrap .e_reply_wrap .e_reply_box.reply03 .e_profile {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_profile_emoji03.png");
}
.event_wrap .e_reply_wrap .e_reply_box.reply04 .e_profile {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_profile_emoji04.png");
}
.event_wrap .e_reply_wrap .e_reply_box.reply05 .e_profile {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_profile_emoji05.png");
}
.event_wrap .e_reply_wrap .e_reply_box.reply06 .e_profile {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_profile_emoji06.png");
}
.event_wrap .e_reply_wrap .e_reply_box.reply07 .e_profile {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_profile_emoji07.png");
}
.event_wrap .e_reply_wrap .e_reply_box.reply08 .e_profile {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_profile_emoji08.png");
}
.event_wrap .e_reply_wrap .e_reply_box.reply09 .e_profile {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_profile_emoji09.png");
}
.event_wrap .e_reply_wrap .e_reply_box.reply10 .e_profile {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_profile_emoji10.png");
}
.event_wrap .e_reply_wrap .e_reply_box.reply11 .e_profile {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_profile_emoji11.png");
}
.event_wrap .e_reply_wrap .e_reply_box.reply12 .e_profile {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_profile_emoji12.png");
}
.event_wrap .e_reply_wrap .e_reply_box.reply13 .e_profile {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_profile_emoji13.png");
}
.event_wrap .e_reply_wrap .e_reply_box.reply14 .e_profile {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_profile_emoji14.png");
}
.event_wrap .e_reply_wrap .e_reply_box.no_profile .e_left {
	padding-left:100px;
}
.event_wrap .e_reply_wrap .e_right {
	justify-content: flex-end;
}
.event_wrap .e_reply_wrap .e_messabe_box {
	font-family: "Pretendard",  sans-serif;
	letter-spacing: -1px;
	line-height: 1.4;
	border-radius: 5px;
	font-size:22px;
	word-break: keep-all;
	padding: 25px 20px 25px 25px;
	max-width:355px;
	width:calc(100% - 75px);
	position:relative;
}
.event_wrap .e_reply_wrap .e_left .e_messabe_box {
	background: #314cf1;
	color:#fff;
}
.event_wrap .e_reply_wrap .e_right .e_messabe_box {
	background: #eaedfe;
	padding: 25px 20px 25px 55px;
}
.event_wrap .e_reply_wrap .e_messabe_box::before {
	content:'';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width:21px;
	height:19px;
	position:absolute;
	top:29px;
}
.event_wrap .e_reply_wrap .e_left .e_messabe_box::before {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_md_tri01.png");
	left:-15px;
}
.event_wrap .e_reply_wrap .e_right .e_messabe_box::before {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251127_science/bnD10_md_tri02.png");
	right:-15px;
}
.event_wrap .e_reply_wrap .e_messabe_box .time {
	color:#99a3f7;
	display:block;
	margin-bottom: 15px;
}
.event_wrap .e_reply_wrap .e_right .e_messabe_box p {
	text-indent: -15px;
}
.event_wrap .e_reply_wrap .e_right .e_messabe_box p::before {
	content:'↳';
	display:inline-block;
	margin-right: 10px;
}
/* bg_05 */
.event_wrap .e_keyring_box {
	display:flex;
	gap: 0 10px;
	width:670px;
	margin: 100px auto;
}
.event_wrap .e_keyring_box .e_img {
	margin-bottom: 30px;
}
.event_wrap .e_notice {
	width:650px;
}
.event_wrap .e_notice p {
	font-size:22px;
}
.event_wrap .e_notice p,
.event_wrap .e_notice ul li {
	color:#647299;
}
.event_wrap .e_notice ul li::before {
	background: #647299;
}