/* pub3 */

@charset "UTF-8";

a {
	color: inherit;
}

.event_wrap .main_img {
	margin: auto;
	display: block;
	width: 750px;
}
.event_wrap .main_img.wide {
	width: 1200px;
}

.event_wrap .e_top_visual {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/eBook/260316_scholarship/bnH_bg01.jpg") no-repeat top
		center/1920px 100%;
}
.event_wrap .e_con1 {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/eBook/260316_scholarship/bnH_bg02.jpg") no-repeat top
		center/1920px 100%;
	padding: 120px 0 80px;
}
.event_wrap .e_con3 {
	background-color: #f7f7f7;
	max-width: 1920px;
	margin: auto;
	padding-bottom: 80px;
}
.event_wrap .e_con4 {
	background-color: #fff7af;
	max-width: 1920px;
	margin: auto;
}
.event_wrap .e_con5 {
	background-color: #afebff;
	max-width: 1920px;
	margin: auto;
}
.event_wrap .e_con6 {
	background-color: #c8caf3;
	max-width: 1920px;
	margin: auto;
}
.event_wrap .link {
	position: absolute;
	display: block;
}
.event_wrap .e_rel {
	position: relative;
}

.event_wrap .e_fit {
	width: fit-content;
	margin: auto;
}

.event_wrap .e_abs {
	position: absolute;
}

.event_wrap .e_swiper_wrap {
	margin: auto;
	position: relative;
	width: fit-content;
}

.event_wrap .e_swiper_cont {
	width: 670px;
	overflow: hidden;
}
.event_wrap .e_swiperwrap2 .e_swiper_cont {
	width: 610px;
}
.event_wrap .swiper-pagination {
	display: flex;
	width: 100%;
	gap: 10px;
	width: fit-content;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	position: static;
}
.event_wrap .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	aspect-ratio: 1;
	border-radius: 50%;
	opacity: 1;
	transition: 0.3s;
	font-size: 0px;
}
.event_wrap .swiper-pagination .swiper-pagination-bullet {
	background-color: #cccccc;
}
.event_wrap .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ff4d00;
}
.event_wrap .swiper-pagination.swiper-pagination2 .swiper-pagination-bullet-active {
	background-color: #5067f1;
}
.event_wrap .e_swiper_prev,
.event_wrap .e_swiper_next {
	width: 60px;
	aspect-ratio: 1;
	position: absolute;
	top: calc(50% - 20px);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 9;
}

.event_wrap .e_swiper_prev {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/eBook/260316_scholarship/bnH_prev.png") no-repeat
		center/100% 100%;
	left: -60px;
}
.event_wrap .e_swiper_next {
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/eBook/260316_scholarship/bnH_next.png") no-repeat
		center/100% 100%;
	right: -60px;
}

.event_wrap .e_swiper_cont img,
.event_wrap .e_swiper_cont video {
	width: 100%;
	border-radius: 20px;
}
.event_wrap .e_swiperwrap1::before {
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - 40px);
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.event_wrap .e_swiperwrap1 .e_slide {
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 30px;
	border: 2px solid #ccc;
}
.event_wrap .e_swiperwrap2 .e_slide {
	height: 322px;
	background: url("https://contents.kyobobook.co.kr/pmtn/2026/eBook/260316_scholarship/bnH_frame.png") no-repeat
		center/100% 100%;
	padding: 40px;
	box-sizing: border-box;
}

.event_wrap .e_swiper_wrap h4 {
	font-weight: 500;
	font-size: 26px;
	line-height: 1.4;
	color: #747474;
	display: flex;
	align-items: center;
}
.event_wrap .e_swiper_wrap h4 em {
	font-size: 32px;
	color: #111;
	font-weight: 800;
	display: flex;
	align-items: center;
}
.event_wrap .e_swiper_wrap h4 em::after {
	content: "";
	display: block;
	margin: 0 12px;
	width: 2px;
	height: 24px;
	background-color: #898989;
}
.event_wrap .e_swiper_wrap p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	line-height: 1.4;
	margin-top: 12px;
	margin-bottom: 32px;
	height: 102px;
}
.event_wrap .e_swiper_wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: 190px;
	height: 50px;
	border-radius: 60px;
	background-color: #e4e4e4;
	font-size: 26px;
	line-height: 1;
	font-weight: 500;
	color: #595959;
}
.event_wrap .e_swiper_wrap a img {
	width: 20px;
}
.event_wrap .e_notice {
	color: #595959;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: fit-content;
	max-width: 670px;
}
.event_wrap .e_notice ul {
	width: 100%;
	box-sizing: border-box;
}
.event_wrap .e_notice li {
	font-size: 20px;
	line-height: 32px;
	padding-left: 50px;
	text-align: left;
	position: relative;
	text-indent: 0;
	padding-left: 14px;
	display: flex;
	align-items: center;
}
.event_wrap .e_notice h4 {
	width: 100%;
	font-size: 26px;
	box-sizing: border-box;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.event_wrap .e_notice li::before {
	content: "";
	display: block;
	width: 4px;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: #595959;
	position: absolute;
	top: 14px;
	left: 0;
}
.event_wrap .e_notice h3 {
	width: 100%;
	font-size: 26px;
	box-sizing: border-box;
	font-weight: 800;
	margin-top: 68px;
	margin-bottom: 38px;
	text-align: center;
}
.event_wrap .e_notice h5 {
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	padding-left: 44px;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 20px;
}

.event_wrap em {
	font-style: normal;
	font-weight: 700;
}

.event_wrap * {
	font-family: "SUIT";
	letter-spacing: -0.03em;
}

.event_wrap .e_tit {
	font-size: 42px;
	line-height: 1;
	font-weight: 800;
	text-align: center;
}

.event_wrap .e_subtit {
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}

.event_wrap .e_subtit em {
	background-color: #fee37a;
}

.event_wrap .e_link div {
	display: flex;
	margin: auto;
	width: 690px;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	line-height: 1;
	font-weight: 800;
}
.event_wrap .e_link img:nth-of-type(1) {
	width: 28px;
	margin-right: 10px;
}
.event_wrap .e_link img:nth-of-type(2) {
	width: 150px;
	margin-left: auto;
}
