@charset "utf-8";
* {
	box-sizing: border-box;
}
.event_wrap button {
	cursor: pointer;
	transition: all 0.3s;
}
.event_wrap .e_container.bg_01 {
	background: #f3f8ef url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_newsemester/bnD7_cont01_bg.jpg") no-repeat 50% 0;
}
.event_wrap .e_container.bg_02 {
	background: #d7eac7;
	padding:100px 0 110px;
}
.event_wrap .e_container.bg_03 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_newsemester/bnD7_cont03_bg.jpg") 50% 0;
	padding:60px 0 100px;
}
.event_wrap .e_container.bg_04 {
	background: #d8e7a4;
	padding-top:100px;
}
/* 탭 */
.event_wrap .e_tab_wrap {
	background: #31905c;
	height:120px;
}
.event_wrap .e_tab_wrap .e_nav_tab {
	display:flex;
}
.event_wrap .e_tab_wrap .e_nav_tab button {
	background-repeat: no-repeat;
	background-position: center;
	height:120px;
	width:100%;
	position:relative;
}
.event_wrap .e_tab_wrap .e_nav_tab button::before {
	content:'';
	width:1px;
	height:60px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	background: rgba(255, 255, 255, 0.15);
}
.event_wrap .e_tab_wrap .e_nav_tab button:first-child::before {
	content:none;
}
.event_wrap .e_tab_wrap .e_nav_tab button:nth-child(1)  {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_newsemester/bnD7_tab01.png");
}
.event_wrap .e_tab_wrap .e_nav_tab button:nth-child(2) {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_newsemester/bnD7_tab02.png");
}
.event_wrap .e_tab_wrap .e_nav_tab button:nth-child(3) {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_newsemester/bnD7_tab03.png");
}
.event_wrap .e_tab_wrap .e_nav_tab button:nth-child(1).on {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_newsemester/bnD7_tab01_on.png");
}
.event_wrap .e_tab_wrap .e_nav_tab button:nth-child(2).on {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_newsemester/bnD7_tab02_on.png");
}
.event_wrap .e_tab_wrap .e_nav_tab button:nth-child(3).on {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_newsemester/bnD7_tab03_on.png");
}
.event_wrap .e_link_box {
	position:relative;
}
.event_wrap .e_link_box a {
	position:absolute;
	bottom: 6.7%;
	left: 16%;
	width: 68%;
	height: 9%;
}
/* bg_03 */
.event_wrap .e_cont_wrap.e_cont_wrap01 {
	margin-top:40px;
}
.event_wrap .e_cont_wrap {
	background: rgba(255, 255, 255, 0.65);
	border-radius: 20px;
	padding:50px 25px 70px 25px;
	margin-bottom:70px;
}
.event_wrap .e_cont_wrap:last-of-type {
	margin-bottom:0;
}
.event_wrap .e_cont_wrap .e_title_box {
	width:304px;
	margin:0 auto 20px;
}
.event_wrap .e_cont_wrap .e_sub_tab {
	display:flex;
	gap:0 5px;
	margin-bottom:15px;
}
.event_wrap .e_cont_wrap .e_sub_tab li {
	width:calc(100% / 3);
}
.event_wrap .e_cont_wrap .e_sub_tab li button {
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	height:60px;
	background-color:#eef2f5;
	border-radius: 5px;
}
.event_wrap .e_cont_wrap .e_sub_tab li.active button {
	background-color:#ffba34;
}
.event_wrap .e_cont_wrap .e_sub_tab li:nth-child(1) button {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_newsemester/bnD7_sub_tab01.png");
}
.event_wrap .e_cont_wrap .e_sub_tab li:nth-child(2) button {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_newsemester/bnD7_sub_tab02.png");
}
.event_wrap .e_cont_wrap .e_sub_tab li:nth-child(3) button {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_newsemester/bnD7_sub_tab03.png");
}
.event_wrap .e_cont_wrap .e_sub_tab li:nth-child(1).active button {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_newsemester/bnD7_sub_tab01_on.png");
}
.event_wrap .e_cont_wrap .e_sub_tab li:nth-child(2).active button {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_newsemester/bnD7_sub_tab02_on.png");
}
.event_wrap .e_cont_wrap .e_sub_tab li:nth-child(3).active button {
	background-image:url("https://contents.kyobobook.co.kr/pmtn/2025/book/250818_newsemester/bnD7_sub_tab03_on.png");
}
.event_wrap .e_cont_wrap .e_sub_contents {}
.event_wrap .e_cont_wrap .e_sub_books {
	background:#fff;
	border-radius: 5px;
	padding:50px 70px;
	display:none;
}
.event_wrap .e_cont_wrap .e_sub_books.active {
	display:block;
}
.event_wrap .e_cont_wrap .e_sub_books li:not(:last-child) {
	margin-bottom:32px;
}
.event_wrap .e_cont_wrap .e_sub_books li .e_flex {
	display:flex;
	align-items: center;
}
.event_wrap .e_cont_wrap .e_sub_books li .e_flex .e_thumb {
	border:1px solid #bfbfbf;
	border-radius: 4px;;
	overflow:hidden;
	width:177px;
	height:230px;
	position:relative;
}
.event_wrap .e_cont_wrap .e_sub_books li .e_flex .e_thumb img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.event_wrap .e_cont_wrap .e_sub_books li .e_flex .e_title {
	font-size:24px;
	color:#444;
	line-height: 1.3;
	font-weight: 600;
	font-family: "Pretendard",  sans-serif;
	padding-left:30px;
	width:calc(100% - 177px);

}
.event_wrap .e_cont_wrap .e_btn_box {
	width:610px;
	margin:50px auto 0;
}
/* bg_04 */
.event_wrap .flexslider {
	margin-top:40px;
}
.event_wrap .e_container.bg_04 .e_btn_box {
	width:506px;
	margin:40px auto 120px;
}
/* notice */
.event_wrap .e_notice {
	width:545px;
}
.event_wrap .e_notice p {
	font-size:22px;
}
.event_wrap .e_notice ul li {
	line-height: 1.5;
}
.event_wrap .e_notice p,
.event_wrap .e_notice ul li {
	color:#939e70;
}
.event_wrap .e_notice ul li::before {
	background: #939e70;
}