@charset "utf-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap {
	font-family: "Pretendard",  sans-serif;
}
.event_wrap button {
	cursor: pointer;
}
.event_wrap .e_container.bg_01 {
	background: #101012 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260304_trendplus/bnO_cont01_bg.jpg") no-repeat 50% 0;
	padding: 123px 0 115px;
}
.event_wrap .e_container.bg_02 {
	background-color: #F5F5FB;
	padding: 100px 0;
}
.event_wrap .e_container.bg_03 {
	padding: 120px 0 130px;
}
.event_wrap .e_container.bg_04 {
	background: #191919 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260304_trendplus/bnO_cont04_bg.jpg") no-repeat 50% 0;
	padding: 122px 0 120px;
}
.event_wrap .e_container.bg_05 {
	background-color: #3D3E4E;
	padding: 70px 0 20px;
}
.event_wrap .w670 {
	width: 670px;
	margin: 0 auto;
}
/* 공통 제목 */
.event_wrap .title_box {
	text-align: center;
	margin-bottom: 40px;
}
.event_wrap .title_box h4 {
	font-size: 48px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -0.01em;
}
.event_wrap .title_box .trend_title {
	margin-right: 30px;
}
.event_wrap .title_box .trend_title span {
	top: -12px;
	right: -31px;
}
.event_wrap .title_box p {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.03em;
	color: #191919;
	margin-top: 10px;
}
.event_wrap .bg_04 .title_box h4,
.event_wrap .bg_04 .title_box p {
	color: #fff;
}
/* 공통 제목 2 */
.event_wrap .trend_title {
	display: inline-block;
	position: relative;
}
.event_wrap .trend_title span {
	position: absolute;
	top: -18px;
	right: -45px;
}
/* bg_01 */
.event_wrap .main_box {
	text-align: center;
}
.event_wrap .main_box .top_text {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.35;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.8);
}
.event_wrap .main_box h3 {
	font-size: 72px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1;
	color: #fff;
	margin-right: 30px;
}
.event_wrap .main_box h3 span {
	font-size: 78px;
	letter-spacing: -0.01em;
	font-weight: 600;
}
.event_wrap .main_box .main_obj {
	width: 359px;
	margin: 15px auto 5px;
}
.event_wrap .main_box .sub_text {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.48;
	color: #fff;
}
.event_wrap .main_box .sub_text b {
	font-weight: 700;
	color: #ACFFB5;
}
/* bg_02 */
.event_wrap .highlighted {
	width: 512px;
	margin: 14px auto 40px;
	text-align: center;
	background-color: rgba(107, 109, 255, 0.14);
	padding: 26px 44px;
	position: relative;
}
.event_wrap .highlighted::before,
.event_wrap .highlighted::after {
	content:'';
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260304_trendplus/bnO_cont02_line.png") no-repeat center / contain;
	width: 16px;
	height: 140px;
	position: absolute;
}
.event_wrap .highlighted::before {
	bottom: 0;
	left: -10px;
	transform: rotate(180deg);
}
.event_wrap .highlighted::after {
	top: 0;
	right: -10px;
}
.event_wrap .highlighted p {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.44;
	color: #0D0D0D;
}
.event_wrap .desc {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.5;
	text-align: center;
	color: #0D0D0D;
}
/* bg_03 */
.event_wrap .guide_wrap {
	width: 670px;
	margin: 0 auto 40px;
}
.event_wrap .guide_wrap .flex_box {
	display: flex;
	gap: 16px 16px;
}
.event_wrap .guide_wrap .flex_box .flex_item {
	width: calc(100% / 2);
	margin-bottom: 16px;
}
.event_wrap .guide_wrap .guide_item01,
.event_wrap .guide_wrap .guide_item03 {
	margin-bottom: 16px;
}
.event_wrap .guide_wrap .guide_item01,
.event_wrap .guide_wrap .guide_item04 {
	height: 340px;
}
.event_wrap .guide_wrap .guide_item02,
.event_wrap .guide_wrap .guide_item03 {
	height: 520px;
}
.event_wrap .guide_wrap .guide_item05 {
	height: 280px;
}
.event_wrap .guide_wrap .item_inner {
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	padding: 50px 0 0 40px;
	background-repeat: no-repeat;
}
.event_wrap .guide_wrap .guide_item01 .item_inner {
	background-color: #6B6DFF;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260304_trendplus/bnO_icon01.png");
	background-size: 99px 94px;
	background-position: bottom 40px right 36px;
	color: #fff;
}
.event_wrap .guide_wrap .guide_item02 .item_inner {
	background-color: #55DB9C;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260304_trendplus/bnO_icon02.png");
	background-size: 105px 99px;
	background-position: bottom 45px right 32px;
}
.event_wrap .guide_wrap .guide_item03 .item_inner {
	background-color: #FFF27C;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260304_trendplus/bnO_icon03.png");
	background-size: 114px 109px;
	background-position: bottom 38px right 33px;
}
.event_wrap .guide_wrap .guide_item04 .item_inner {
	background-color: #6B6DFF;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260304_trendplus/bnO_icon04.png");
	background-size: 100px 84px;
	background-position: bottom 58px right 38px;
	color: #fff;
}
.event_wrap .guide_wrap .guide_item05 .item_inner {
	background-color: #FFF27C;
	background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260304_trendplus/bnO_icon05.png");
	background-size: 119px 111px;
	background-position: bottom 56px right 55px;
}
.event_wrap .guide_wrap .guide_title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	color: #191919;
}
.event_wrap .guide_wrap .guide_desc {
	display: block;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.38;
	letter-spacing: -0.02em;
	margin-top: 10px;
	color: #191919;
}
.event_wrap .guide_wrap .guide_item01 .guide_title,
.event_wrap .guide_wrap .guide_item04 .guide_title,
.event_wrap .guide_wrap .guide_item01 .guide_desc,
.event_wrap .guide_wrap .guide_item04 .guide_desc {
	color: #fff;
}
.event_wrap .sub_cont_wrap {
	padding-top: 80px;
}
.event_wrap .tab_slide {
	width: 670px;
	margin: 0 auto 36px;
}
.event_wrap .tab_slide .swiper-slide {
	width: auto;
}
.event_wrap .tab_slide button {
	width: 100%;
	height: 76px;
	line-height: 76px;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.025em;
	border-radius: 12px;
	overflow: hidden;
	padding: 0 24px;
	background-color: #E0E0EE;
	color: #000;
	text-align: center;
}
.event_wrap .tab_slide button.on {
	background: linear-gradient(135deg, rgba(69, 195, 190, 1) 0%, rgba(39, 149, 255, 1) 48%, rgba(83, 90, 236, 1) 100%);
	font-weight: 700;
	color: #fff;
}
.event_wrap .trend_wrap {
	width: 670px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	padding: 60px 40px 0 40px;
	background-color: #F5F5FB;
	
	position: absolute;
	top: 9999px;
	left: 9999px;
	opacity: 0;
	visibility: hidden;
}
.event_wrap .trend_wrap.on {
	position: static;
	opacity: 1;
	visibility: visible;
}
.event_wrap .trend_wrap .sub_title_box {
	text-align: center;
	margin-bottom: 50px;
}
.event_wrap .trend_wrap .sub_title_box h5 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	color: #191919;
}
.event_wrap .trend_wrap .sub_title_box p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.38;
	letter-spacing: -0.02em;
	color: #191919;
	margin-top: 12px;
}
.event_wrap .trend_wrap .img_box {
	min-width: 391px;
	width: 399px;
	margin: 0 auto;
}
.event_wrap .trend_wrap .img_box img {
	width: 100%;
	transform: translateY(15px);
}
/* bg_04 */
.event_wrap .coupon img {
	width: 100%;
}
.event_wrap .btn_box {
	width: 670px;
	margin: 60px auto 0;
}
.event_wrap .btn_box .e_btn {
	display: block;
	width: 100%;
	height: 88px;
	line-height: 88px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.025em;
	text-align: center;
	border-radius: 12px;
	overflow: hidden;
	background-color: #FFF27C;
	color: #191919;
}
/* bg_05 */
.event_wrap .e_notice p {
	font-size: 26px;
}
.event_wrap .e_notice p,
.event_wrap .e_notice ul li {
	font-family: "Pretendard",  sans-serif;
	color: #fff;
}
.event_wrap .e_notice ul li {
	font-size: 24px;
}
.event_wrap .e_notice ul li::before {
	background-color: #fff;
}