@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .e_container:not(.bg_01, .bg_07) {
	padding: 120px 0;
}
.event_wrap .e_container.bg_01 {
	background: #33cdff url("https://contents.kyobobook.co.kr/pmtn/2026/book/260619_study/bnD12_cont01_bg.jpg") 50% 0;
	padding: 70px 0;
}
.event_wrap .e_container.bg_02 {

}
.event_wrap .e_container.bg_03 {
	background-color: #9afe68;
}
.event_wrap .e_container.bg_05 {
	background-color: #86e1ff;
}
.event_wrap .e_container.bg_06 {
	background-color: #33cdff;
}
.event_wrap .e_container.bg_07 {
	background-color: #0037b2;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap {
	font-family: 'SUIT', sans-serif;
}
.event_wrap img {
	width: 100%;
}
.event_wrap button {
	cursor: pointer;
}
.event_wrap .w660 {
	width: 660px;
	margin: 0 auto;
}
.event_wrap .w1080 {
	width: 1080px;
	margin: 0 auto;
}
.event_wrap .title_box {
	margin: 0 auto 50px;
}
.event_wrap .eMap .link_btn {
	position: absolute;
}
.event_wrap .e_notice p,
.event_wrap .e_notice ul li {
	font-family: 'SUIT', sans-serif;
	font-size: 22px;
}
.event_wrap .link_member {
	display: inline-block;
	width: 68px;
	height: 22px;
	line-height: 22px;
	font-size: 15px;
	font-weight: 500;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 6px;
}
/* ==========================
	영역별 스타일
============================= */
/* bg_01 */
.event_wrap .main_box {
	width: 708px;
	margin: 0 auto;
}
/* bg_02 */
.event_wrap .total_text {
	position: absolute;
	top: 480px;
	left: 50%;
	width: 700px;
	height: auto;
	transform: translateX(-50%);
	font-family: 'SUITE';
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: #111;
}
.event_wrap .total_text .font_blue {
	color: #0147f7;
}
.event_wrap .stamp_calendar {
	position: absolute;
	top: 590px;
	left: 50%;
	width: 700px;
	height: 1107px;
	transform: translateX(-50%);
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260619_study/bnD12_calendar.png") no-repeat center / contain;
	display: flex;
	flex-wrap: wrap;
	padding: 160px 22px 60px;
}
.event_wrap .stamp_calendar .challenge_day {
	width: 131px;
	height: 148px;
}
.event_wrap .stamp_calendar .challenge_day.active {
	position: relative;
}
.event_wrap .stamp_calendar .challenge_day button {
	display: block;
	width: 100%;
	height: 100%;
}
.event_wrap .stamp_calendar .challenge_day.active button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 112px;
	height: 112px;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260619_study/bnD12_stamp.png") no-repeat center / contain;
}
.event_wrap .eMap .study_btn {
	bottom: 8.4%;
	left: 23%;
	width: 54%;
	height: 4.5%;
}
/* bg_03 */
.event_wrap .bg_03 .title_box {
	width: 590px;
}
.event_wrap .eMap .link_01 {
	top: 33%;
	left: 14%;
	width: 72%;
	height: 6%;
}
.event_wrap .eMap .link_02 {
	top: 61.8%;
	left: 14%;
	width: 72%;
	height: 6%;
}
.event_wrap .eMap .link_03 {
	bottom: 3.5%;
	left: 14%;
	width: 72%;
	height: 6%;
}
.event_wrap .bg_03 .e_notice {
	width: 650px;
}
.event_wrap .bg_03 .e_notice.e_notice02 {
	padding: 40px 0 0 0;
	width: 570px;
}
.event_wrap .bg_03 .e_notice p {
	text-align: left;
	line-height: 1.5;
	padding: 0 0 10px 25px;
}
.event_wrap .bg_03 .e_notice p span {
	letter-spacing: -0.05em;
}
.event_wrap .bg_03 .e_notice .link_member {
	color: #000;
	border-color: rgba(0, 0, 0, 0.7);
	background-color: #d6ffc0;
}
.event_wrap .bg_03 .e_notice ul {
	padding: 0 25px;
}
.event_wrap .bg_03 .e_notice ul li {
	color: rgba(0, 0, 0, 0.6);
}
.event_wrap .bg_03 .e_notice ul li::before {
	background-color: rgba(0, 0, 0, 0.6);
}
/* bg_04 */
.event_wrap .bg_04 .title_box {
	width: 554px;
}
.event_wrap .book_slide {
	width: 884px;
	margin: 0 auto;
}
.event_wrap .book_slide.book_slide01 {
	margin-bottom: 100px;
}
.event_wrap .book_slide .swiper-slide {
	width: 308px;
}
.event_wrap .book_slide .swiper-slide:not(.swiper-slide-active) .slide_inner {
	transform: scale(0.82);
}
.event_wrap .book_slide .swiper-slide.swiper-slide-prev .slide_inner {
	transform: translateX(-5px) scale(0.82);
}
.event_wrap .book_slide .swiper-slide.swiper-slide-next .slide_inner {
	transform: translateX(5px) scale(0.82);
}
.event_wrap .book_slide .thumb {
	border-radius: 10px;
	overflow: hidden;
}
.event_wrap .book_slide.book_slide01 .thumb img {
	aspect-ratio: 308 / 429;
}
.event_wrap .book_slide .info {
	text-align: center;
	margin-top: 30px;
	word-break: keep-all;
}
.event_wrap .book_slide .swiper-slide:not(.swiper-slide-active) .info {
	opacity: 0;
}
.event_wrap .book_slide .info .book_title {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 20px;
}
.event_wrap .book_slide .info .book_desc {
	font-size: 26px;
	line-height: 1.4;
}
.event_wrap .book_slide .swiper-pagination {
	position: static;
	font-size: 0;
	margin-top: 40px;
}
.event_wrap .book_slide .swiper-pagination-bullet {
	opacity: 1;
	width: 10px;
	height: 10px;
	background-color: #b6b6b6;
	margin: 0 6px;
}
.event_wrap .book_slide .swiper-pagination-bullet-active {
	background-color: #0147f7;
}
/* bg_05 */
.event_wrap .bg_05 .title_box {
	width: 354px;
}
.event_wrap .bg_05 .e_notice {
	width: 720px;
	padding: 40px 0 110px;
}
.event_wrap .bg_05 .e_notice p,
.event_wrap .bg_05 .e_notice ul li {
	color: #44759a;
}
.event_wrap .bg_05 .e_notice ul li::before {
	background-color: #44759a;
}
/* bg_06 */
.event_wrap .bg_06 .title_box {
	width: 538px;
}
.event_wrap .mission_list {
	margin-bottom: 60px;
}
.event_wrap .mission_list .list_item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	display: flex;
	height: 180px;
	margin-bottom: 30px;
}
.event_wrap .mission_list .list_item:last-child {
	margin-bottom: 0;
}
.event_wrap .mission_list .list_item.off {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260619_study/bnD12_mission_bg_off.png");
}
.event_wrap .mission_list .list_item.on {
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260619_study/bnD12_mission_bg_on.png");
}
.event_wrap .mission_list .list_item .nth_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 100%;
}
.event_wrap .mission_list .list_item .nth_box .nth_text {
	font-size: 28px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: #fff;
}
.event_wrap .mission_list .list_item .mission_box {
	display: flex;
	align-items: center;
	padding-left: 36px;
}
.event_wrap .mission_list .list_item .mission_box .mission_on {
	display: none;
}
.event_wrap .mission_list .list_item.on .mission_box .mission_on {
	display: block;
}
.event_wrap .mission_list .list_item.on .mission_box .mission_off {
	display: none;
}
.event_wrap .mission_list .mission_box .mission_title {
	font-size: 28px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.01em;
}
.event_wrap .mission_list .mission_box .mission_cont {
	font-size: 23px;
	line-height: 1.3;
	letter-spacing: -0.05em;
	margin-top: 12px;
}
.event_wrap .mission_list .mission_box .mission_off .mission_title {
	color: #0147f7;
}
.event_wrap .example_list .list_item {
	display: none;
}
.event_wrap .example_list .list_item.on {
	display: block;
}
.event_wrap .btn_box {
	width: 580px;
	margin: 50px auto 0;
}
/* bg_07 */
.event_wrap .toggle_btn_box {
	border-bottom: 1px solid #4d73c9;
}
.event_wrap .toggle_btn_box .toggle_btn {
	display: block;
	width: 660px;
	height: 60px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.07em;
	color: #809bd9;
	cursor: unset;
}
.event_wrap .toggle_btn_box .toggle_btn span::before,
.event_wrap .toggle_btn_box .toggle_btn span::after {
	content: '';
	display: inline-block;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260619_study/bnD12_icon_toggle.jpg") no-repeat center / contain;
	width: 20px;
	height: 15px;
	vertical-align: middle;
	/* transition: all 0.3s; */
}
.event_wrap .toggle_btn_box .toggle_btn span::before {
	margin-right: 15px;
}
.event_wrap .toggle_btn_box .toggle_btn span::after {
	margin-left: 15px;
}
/* .event_wrap .toggle_btn_box .toggle_btn.on span::before,
.event_wrap .toggle_btn_box .toggle_btn.on span::after {
	transform: rotate(180deg);
} */
.event_wrap .toggle_box {
	padding: 60px 0 120px;
}
.event_wrap .bg_07 .e_notice {
	width: 615px;
	padding: 0;
}
.event_wrap .bg_07 .e_notice p {
	text-align: left;
	line-height: 1.4;
	padding: 0 0 0 30px;
}
.event_wrap .bg_07 .e_notice p strong {
	font-weight: 800;
}
.event_wrap .bg_07 .e_notice ul {
	padding: 10px 30px 30px 30px;
}
.event_wrap .bg_07 .e_notice p,
.event_wrap .bg_07 .e_notice ul li {
	color: #809bd9;
	letter-spacing: -0.07em;
}
.event_wrap .bg_07 .e_notice .link_member {
	text-indent: 0;
	border-radius: 1px;
	border-color: #b3c3e8;
	color: #b3c3e8;
	margin-left: 5px;
	background-color: #4573de;
}
.event_wrap .bg_07 .e_notice ul li::before {
	background-color: #809bd9;
}
/* 팝업 */
.dialog_wrap.study_history_popup img {
	width: 100%;
}