@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .e_container {
	padding: 120px 0;
}
.event_wrap .e_container.bg_01 {
	background: #000 url("https://contents.kyobobook.co.kr/pmtn/2026/hottracks/260601_bluepoet/bnH_cont01_bg.png") no-repeat 50% 0;
	height: 1104px;
}
.event_wrap .e_container.bg_02 {
	background-color: #383F47;
}
.event_wrap .e_container.bg_03 {
	background: #E9B37F url("https://contents.kyobobook.co.kr/pmtn/2026/hottracks/260601_bluepoet/bnH_cont03_bg.png") no-repeat 50% 0;
}
.event_wrap .e_container.bg_04 {
	background: #68B0E4 url("https://contents.kyobobook.co.kr/pmtn/2026/hottracks/260601_bluepoet/bnH_cont04_bg.png") no-repeat bottom center;
	padding-bottom: 66px;
}
.event_wrap .e_container.bg_05 {
	background-color: #C8E8FF;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap {
	font-family: "Pretendard",  sans-serif;
}
.event_wrap img {
	width: 100%;
}
.event_wrap .w670 {
	width: 670px;
	margin: 0 auto;
}
.event_wrap .title_img {
	margin-bottom: 60px;
}
.event_wrap .btn_box {
	width: 670px;
	margin: 0 auto;
}
.event_wrap .btn_box .com_btn {
	display: block;
	width: 100%;
	height: 88px;
	line-height: 88px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.03em;
	text-align: center;
	background-color: #02327B;
	color: #fff;
	border-radius: 16px;
	overflow: hidden;
}
/* ==========================
	영역별 스타일
============================= */
/* bg_01 */
.event_wrap .main_wrap .top_txt {
	width: 397px;
	margin: 0 auto;
}
.event_wrap .main_wrap .top_txt p {
	display: inline-block;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.2;
	color: #D7E6FF;
	white-space: nowrap;
	overflow: hidden;
	border-right: 2px solid rgba(215, 230, 255, 0.8); 
	animation:
		typing 3.2s steps(32) forwards,
		cursorHide 0s 3.2s forwards;
}
.event_wrap .main_wrap .main_title {
	width: 560px;
	margin: 40px auto 74px;
}
.event_wrap .main_wrap .main_text {
	background-color: rgba(214, 231, 255, 0.77);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	padding: 32px 20px;
	border-radius: 20px;
	overflow: hidden;
}
.event_wrap .main_wrap .main_text p {
	font-size: 26px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: #19103A;
	text-align: center;
	opacity: 0;
	animation: textFadeIn 5s ease forwards;
}
.event_wrap .main_wrap .main_text p.mT {
	margin-top: 34px;
}
/* bg_02 */
.event_wrap .prod_box {
	position: relative;
	margin-top: 100px;
}
.event_wrap .prod_box:first-of-type {
	margin-top: 0;
}
.event_wrap .prod_box a {
	position: absolute;
	top: 250px;
	left: 0;
	width: 100%;
	height: calc(100% - 250px);
}
.event_wrap .prod_box .img_gif {
	position: absolute;
	bottom: 92px;
	left: 0;
	width: 750px;
	height: 422px;
	background-color: #9ADDFD;
}
/* bg_03 */
.event_wrap .photo_story_wrap {
	width: 670px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 36px 0;
}
.event_wrap .photo_story_wrap .info_box {
	padding: 0 40px 32px;
}
.event_wrap .photo_story_wrap .info_box .name_box {
	margin-bottom: 24px;
}
.event_wrap .photo_story_wrap .info_box .name_box .name {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.03em;
}
.event_wrap .photo_story_wrap .info_box .name_box .job {
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: #325259;
	padding-left: 12px;
}
.event_wrap .photo_story_wrap p {
	font-size: 26px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	word-break: break-all;
}
.event_wrap .photo_story_wrap .img_slide .swiper-pagination-fraction {
	left: 40px;
	bottom: 24px;
	border-radius: 0;
	background-color: transparent;
	min-width: 60px;
	height: 36px;
	font-family: "Pretendard",  sans-serif;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: #888;

}
.event_wrap .photo_story_wrap .img_slide .swiper-pagination-fraction .swiper-pagination-current,
.event_wrap .photo_story_wrap .img_slide .swiper-pagination-fraction .swiper-pagination-total {
	font-family: "Pretendard",  sans-serif;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: #888;
}
.event_wrap .photo_story_wrap .img_slide .swiper-pagination-fraction .swiper-pagination-total::before {
	content: none;
}
.event_wrap .photo_story_wrap .desc_box {
	padding: 32px 40px;
}
.event_wrap .photo_story_wrap .desc_box p {
	margin-top: 20px;
	color: rgba(0, 0, 0, 0.9);
}
.event_wrap .photo_story_wrap .desc_box p:first-of-type {
	margin-top: 0;
}
.event_wrap .photo_story_wrap .btn_box {
	width: 590px;
}
/* bg_05 */
.event_wrap .comment_slide {
	margin: 100px 0 60px;
}
.event_wrap .comment_slide .swiper-slide {
	width: 320px;
}
.event_wrap .comment_slide .comment_inner {
	position: relative;
}
.event_wrap .comment_slide .comment_inner::after {
	content: '';
	display: block;
	width: 100%;
	height: 40px;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/hottracks/260601_bluepoet/bnH_comment_bg.png") no-repeat bottom center;
	background-size: 320px 40px;
}
.event_wrap .comment_slide .comment_inner .comment_txt {
	display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.025em;
	background-color: #fff;
	padding: 40px 32px 0 32px;
}
.event_wrap .bg_05 .btn_box .com_btn {
	background-color: #053666;
}
.event_wrap .bg_05 .btn_box .com_btn img {
	width: 13px;
	vertical-align: middle;
	margin-left: 16px;
}
.event_wrap .e_notice {
	width: 700px;
	padding: 60px 0 0 0;
}
.event_wrap .e_notice ul li {
	font-family: "Pretendard",  sans-serif;
	font-size: 24px;
	color: #455A70;
}
.event_wrap .e_notice ul li::before {
	background-color: #455A70;
}
/* 댓글 */
.event_wrap #comment_wrap {
	width: 1200px;
	margin: 70px auto 0;
}
/* ==========================
	keyframes
============================= */
@keyframes textFadeIn {
	0% { opacity: 0;}
	100% { opacity: 1; }
}
@keyframes typing {
	0% { width: 0; }
	100% { width: 100%; }
}
@keyframes cursorHide {
	to { border-color: transparent; }
}