@charset "UTF-8";
*, *::before, *::after {
	box-sizing: border-box;
}
.event_wrap .e_container:not(.bg_01) {
	padding: 120px 0;
}
.event_wrap .e_container.bg_01 {
	background-color: #0A153E;
	padding-top: 86px;
}
.event_wrap .e_container.bg_02 {
	background-color: #F1F1F5;
}
.event_wrap .e_container.bg_03 {
	background-color: #88CFC1;
}
.event_wrap .e_container.bg_04 {
	background-color: #F1F1F5;
}
.event_wrap .e_container.bg_05 {
	background-color: #516FBB;
}
/* ==========================
	공통 스타일
============================= */
.event_wrap {
	font-family: "Pretendard",  sans-serif;
}
.event_wrap img {
	width: 100%;
}
.event_wrap .w520 {
	width: 520px;
	margin: 0 auto;
}
.event_wrap .w670 {
	width: 670px;
	margin: 0 auto;
}
.event_wrap .mB60 {
	margin-bottom: 60px;
}
.event_wrap .title_img {
	margin: 0 auto 60px;
}
/* ==========================
	영역별 스타일
============================= */
/* bg_01 */
.event_wrap .bg_01 .eMap .link_01 {
	bottom: 0;
	left: 25%;
	width: 50%;
	height: 55%;
}
/* bg_02 */
.event_wrap .card_slide {
	margin-top: 40px;
}
.event_wrap .card_slide .swiper-slide {
	width: 520px;
	border-radius: 24px;
	overflow: hidden;
}
.event_wrap .card_slide .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.3;
}
.event_wrap .card_slide .swiper-pagination {
	position: static;
	margin-top: 40px;
	font-size: 0;
}
.event_wrap .card_slide .swiper-pagination-bullet {
	opacity: 1;
	width: 8px;
	height: 8px;
	background-color: #D5D5D5;
	margin: 0 4px;
}
.event_wrap .card_slide .swiper-pagination-bullet-active {
	background-color: #292929;
}
/* bg_03 */
.event_wrap .bg_03 .eMap .link_01 {
	bottom: 40px;
	left: 40px;
	width: 590px;
	height: 88px;
}
/* bg_04 */
.event_wrap .flexslider {
	width: 670px;
	height: 450px;
	margin: 0 auto;
	
}
.event_wrap .flexslider .slides {
	width: 670px;
	height: 450px;
	margin: 0 auto;
}
.event_wrap .flexslider .flex-nav-prev a {
	left: 1px;
	top: 185px;
}
.event_wrap .flexslider .flex-nav-next a {
	right: 1px;
	top: 185px;
}
.event_wrap .flexslider .open_popup {
	width: 108px;
	height: 108px;
	background-size: contain;
}
.event_wrap .flexslider .slides li img {
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.event_wrap .e_notice {
	width: 100%;
	padding: 60px 0 0 0;
}
.event_wrap .e_notice ul {
	padding: 0;
}
.event_wrap .e_notice ul li {
	font-family: "Pretendard",  sans-serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -0.03em;
	color: #676779;
}
.event_wrap .e_notice ul li::before {
	background-color: #676779;
}
/* bg_05 */
.event_wrap .bg_05 .eMap a {
	width: 262px;
	height: 392px;
}
.event_wrap .bg_05 .eMap .link_01 {
	top: 18.1%;
	left: 8%;
}
.event_wrap .bg_05 .eMap .link_02 {
	top: 18.1%;
	right: 8%;
}
.event_wrap .bg_05 .eMap .link_03 {
	top: 48.5%;
	left: 8.8%;
}
.event_wrap .bg_05 .eMap .link_04 {
	top: 48.5%;
	right: 8.8%;
}
.event_wrap .bg_05 .eMap .link_05 {
	top: 80.2%;
	left: 8%;
}
.event_wrap .bg_05 .eMap .link_06 {
	top: 80.2%;
	right: 8%;
}