@media (hover: hover) and (pointer: fine) {
  .main_event_more_view a:hover {
		color: #000;
	}
	.main_event_more_view a:hover span {
    background-color: #000;
		transform: translateX(3px);
  }
  .main_event_more_view a:hover span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(196deg) brightness(108%) contrast(101%);
  }
	.main_event_tab_btns button:hover {
		background-color: #84b82d;
		color: #fff;
	}
	.gnb_sub li a:hover:before {
		display: block;
	}
	.main_event_card:hover {
		transform: translateY(-10px);
	}
	.main_event_card:hover .mec_desc {
		background-color: #0196da;
	}
	.main_event_card:hover .mec_desc h4,
	.main_event_card:hover .mec_desc span {
		color: #fff;
	}
	/* .main_small_head a:hover {
		transform: translateX(5px);
	} */
	.main_ministry a:first-child:hover > img {
		transform: translateX(110px);
	}
	.main_ministry a:last-child:hover > img {
		transform: translateX(190px);
	}
	.youtube_float:hover {
		transform: translateY(-3px);
	}
	.main_ministry a:hover {
		border-color: #11366d;
		background-color: #fff;
	}
	.main_ministry a:hover button {
		background-color: #11366d;
	}
	.main_ministry a:hover button img {
		filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(46deg) brightness(103%) contrast(101%);
		transform: rotateX(180deg);
	}
}
.common_inner {
	max-width: 1280px;
	width: 100%;
	margin: auto;
}
.main_container {}

/* Çì´õ */
.mo_hamburger {
	display: none;
}
header {
	/* position: static; */
	/* top: 0;
	left: 0; */
	/* width: 100%; */
	/* z-index: 1000; */
	background-color: #fff;
}
.header_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 10px 0; */
	gap: 50px;
	/* position: relative; */
}
.header_top:after {
	/* content: ''; */
	position: absolute;
	width: 100%;
	height: 73px;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.header_top.active:after {
	opacity: 1;
	visibility: visible;
}
.login_btn_main {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	background-color: #555;
	padding: 7px 15px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 92px;
}
.header_logo img {
	/* display: none; */
}
/* .header_logo img.active {
	display: block;
} */
.header_bottom {
	/* position: relative; */
	/* z-index: 1; */
	/* padding: 10px 0; */
	width: 100%;
}
.header_bottom.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #84b82d;
	animation: gnbAni 0.7s;
}
.header_bottom.fixed:after {
	top: 48px;
	background-color: rgba(255, 255, 255, 100%);
}
.gnb.fixed {
	max-width: 1280px;
	margin: auto;
}
.header_bottom:after {
	content: '';
	display: block;
	background-color: rgba(255, 255, 255, 90%);
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 0;
	/* height: 274px; */
	z-index: 5;
	transition: height 0.3s ease-in-out;
}
.header_bottom.active:after {
	height: 254px;
}
@keyframes gnbAni {
	0% {
		top: -120px;
	}
	100% {
		top: 0;
	}
}
.gnb_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 70px;
	left: 0;
	z-index: 3;
	transition: 0.3s ease;
	opacity: 0;
	visibility: hidden;
}
.gnb_overlay.active {
	opacity: 0.7;
	visibility: visible;
}
.gnb_overlay.active.hidden {
	opacity: 0;
	visibility: hidden;
}
.gnb_overlay.fixed {
	/* top: 287px; */
}
/* .gnb_overlay.fixed */
.gnb {
	display: flex;
	/* width: 100%; */
}
.gnb_menu_group {
	flex: 1;
	position: relative;
}
.gnb_menu_group > a {
	font-weight: 500;
	color: #555;
	display: block;
	padding: 20px 0;
	margin-bottom: 5px;
	text-align: center;
	transition: 0.3s;
	position: relative;
	font-size: 18px;
}
.gnb_menu_group > a:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #555;
	display: none;
}
.header_bottom.active .gnb_menu_group > a {
	color: #b3b3b3;
}
.header_bottom.active.fixed .gnb_menu_group > a {
	color: #fff;
}
.header_bottom.active .gnb_menu_group.on > a {
	color: #000;
}
.header_bottom.active .gnb_menu_group.on > a:after {
	display: block;
}
.gnb_sub {
	position: absolute;
	left: 0;
	width: 100%;
	border-right: 1px solid #ccc;
	height: 0;
	/* height: 270px; */
	/* padding-top: 15px; */
	/* margin-top: 10px; */
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	z-index: 13;
}
.gnb_menu_group.on > .gnb_sub li a {
	color: #fff;
}
.gnb_menu_group:first-child .gnb_sub {
	border-left: 1px solid #ccc;
}
.header_bottom.active .gnb_sub {
	height: 254px;
	opacity: 1;
	visibility: visible;
	transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out 0.3s;
}
.gnb_menu_group.on > .gnb_sub {
	background-color: #666;
	/* transition: 0.3s; */
}
.gnb_sub li {}
.gnb_sub li a {
	color: #555;
	font-size: 14px;
	font-weight: 500;
	display: block;
	text-align: center;
	padding: 8px 10px;
	transition: 0.3s;
	position: relative;
}
.gnb_sub li a:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 20px;
	background-color: #fff;
	left: 0;
	top: 7px;
	display: none;
}
/* .gnb_sub li a:hover:before {
	display: block;
} */
.gotop_btn {
	position: fixed;
	bottom: -60px;
	right: 30px;
	border-radius: 50%;
	background-color: #0196da;
	width: 54px;
	height: 54px;
	line-height: 70px;
	text-align: center;
	transition: 0.5s ease;
	z-index: 11;
}
.gotop_btn.active {
	bottom: 50px;
}
.youtube_float {
	position: fixed;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	right: 30px;
	bottom: 110px;
	background-color: #ebebeb;
	text-align: center;
	line-height: 66px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 50%);
	transition: 0.3s ease;
	z-index: 11;
}
.mo_menu {
	display: none;
}

/* ¸ÞÀÎ ¹è³Ê */
.swiper-pagination-main-banner-01 {
	color: #fff !important;
	font-size: 12px !important;
	bottom: 25px !important;
}
.swiper-pagination-main-banner-01 .swiper-pagination-current {
	font-weight: 600;
}
.swiper-pagination-main-banner-02 {
	top: auto !important;
	bottom: 50px !important;
	width: 180px !important;
	height: 3px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	background-color: rgba(255, 255, 255, 50%) !important;
}
.swiper-pagination-main-banner-02 .swiper-pagination-progressbar-fill {
	background-color: #fff !important;
}
.swiper-button-prev-main-banner {
	left: 85px !important;
}
.swiper-button-next-main-banner {
	right: 85px !important;
}
.swiper-button-prev-main-banner:before {
	content: url(/img/main/main_banner_prev.png);
}
.swiper-button-next-main-banner:before {
	content: url(/img/main/main_banner_next.png);
}
.swiper-button-prev-main-banner.swiper-button-disabled {
	opacity: 1 !important;
}
.main_banner_item {
	position: relative;
}
.main_banner_item > img {
	display: block;
}
.main_banner_item_desc {
	position: absolute;
	top: 300px;
	left: 350px;
}
.main_banner_item_desc h1 {
	font-size: 36px;
	color: #fff;
}
.main_banner_item_desc h1 strong {
	font-weight: 600;
	font-size: 52px;
}

.swiper-main-banner.swiper-fade .swiper-wrapper {
  transform: none !important;
}

/* ÁÖ¿äÇà»ç */
.main_event_swiper_container {
	position: relative;
}
.swiper-main-event-card {
	padding-top: 10px !important;
}
.swiper-button-prev-main-event-card {
	left: -30px !important;
}
.swiper-button-next-main-event-card {
	right: -30px !important;
}
.swiper-button-prev-main-event-card:before {
	content: url(/img/main/main_event_prev.png) !important;
}
.swiper-button-next-main-event-card:before {
	content: url(/img/main/main_event_next.png) !important;
}
.main_event {
	max-width: 1280px;
	margin: 50px auto;
	width: 100%;
}
.main_event h2 {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
.main_event_tab_btns {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 20px 0;
}
.main_event_tab_btns button {
	color: #898989;
	font-size: 20px;
	border-radius: 30px;
	padding: 4px 20px;
	transition: 0.2s ease;
}
.main_event_tab_btns button.on {
	background-color: #84b82d;
	color: #fff;
}
/* .main_event_tab_btns button:hover {
	background-color: #84b82d;
	color: #fff;
} */
.main_event_more_view {
	text-align: right;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-end;
}
.main_event_more_view.mb_none {
	margin-bottom: 0;
}
.main_event_more_view a {
	font-size: 13px;
	font-weight: 500;
	color: #898989;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	transition: 0.3s ease;
}
.main_event_more_view a img {
	transition: 0.3s ease;
}
.main_event_more_view a span {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #ebebeb;
	transition: 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* .main_event_more_view a:hover img {
	transform: translateX(5px);
} */
.main_event_card_wrap {
	/* display: flex;
	justify-content: center;
	gap: 30px; */
}
.main_event_card {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #d7d7d7;
	transition: 0.3s ease;
}
/* .main_event_card:hover {
	transform: translateY(-10px);
} */
.mec_img {
	max-height: 350px;
	overflow: hidden;
}
.mec_img img {
	max-width: 100%;
	display: block;
}
.mec_desc {
	padding: 15px 20px;
	transition: 0.3s ease;
}
.mec_desc h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.3s ease;
}
.mec_desc span {
	font-size: 14px;
	font-weight: 500;
	color: #898989;
	transition: 0.3s ease;
}
/* .main_event_card:hover .mec_desc {
	background-color: #0196da;
}
.main_event_card:hover .mec_desc h4,
.main_event_card:hover .mec_desc span {
	color: #fff;
} */

/* ¸ÞÀÎ °øÁö»çÇ× ´º½º·¹ÅÍ */
.main_notice_section {
	display: flex;
	gap: 30px;
}
.main_small_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 10px;
}
.main_small_head a {
	transition: 0.3s ease;
	font-size: 13px;
}
/* .main_small_head a:hover {
	transform: translateX(5px);
} */
.main_notice {
	width: 66%;
}
.main_notice_box {
	background-color: #f6f6f6;
	border-radius: 20px;
	padding: 10px 30px;
}
.main_notice_box ul {}
.main_notice_box ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d7d7d7;
	padding: 20px 0;
}
.main_notice_box ul li a {
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 85%;
	transition: 0.3s ease;
}
.main_notice_box ul li:hover a {
	box-shadow: inset 0 -10px 0 #94cc3244;
	font-weight: 500;
}
.main_notice_box ul li small {
	font-size: 14px;
	color: #898989;
}
.main_newsletter {
	width: 34%;
}
.main_newsletter_box {
	border-radius: 20px;
	border: 1px solid #d7d7d7;
	/* padding: 20px; */
	max-height: 290px;
	overflow: hidden;
}
.main_newsletter_box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.main_newsletter_box a:after {
	content: 'ÀÚ¼¼È÷º¸±â +';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 70%);
	color: #fff;
	transition: 0.3s ease;
	/* z-index: 1; */
	opacity: 0;
	font-size: 18px;
}
.main_newsletter_box a:hover:after{
	opacity: 1;
}
.main_newsletter_box a img {
	max-width: 100%;
	display: block;
}
.main_news_section {
	display: flex;
	gap: 30px;
	margin: 30px 0;
}
.main_news {
	width: calc(50% - 15px);
}
.main_news_section .main_notice_box {
	background-color: #fff;
	border: 1px solid #d7d7d7;
}

/* ºÎÃ³ ¸µÅ© */
.main_ministry {
	display: flex;
	gap: 30px;
	margin-bottom: 70px;
}
.main_ministry a {
	width: 50%;
	background-color: #f6f6f6;
	border-radius: 20px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px solid transparent;
	transition: 0.3s ease;
}
.main_ministry a > img {
	transition: 0.5s ease;
}
/* .main_ministry a:hover {
	border-color: #11366d;
	background-color: #fff;
} */
/* .main_ministry a:first-child:hover > img {
	transform: translateX(110px);
}
.main_ministry a:last-child:hover > img {
	transform: translateX(190px);
} */
.main_ministry a button {
	border: 1px solid #898989;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	padding-left: 10px;
	transition: 0.3s ease;
}
.main_ministry a button img {
	transition: 0.5s ease;
}
/* .main_ministry a:hover button {
	background-color: #11366d;
}
.main_ministry a:hover button img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(46deg) brightness(103%) contrast(101%);
	transform: rotateX(180deg);
} */

/* ÇªÅÍ */
footer {
	background-color: #333;
}
.footer_con {
	display: flex;
	align-items: center;
	gap: 70px;
	padding: 30px 0;
}
.footer_right_top {
	margin-bottom: 25px;
}
.footer_right_top a {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}
.footer_right_top a:first-of-type {
	text-decoration: underline;
}
.footer_right_top small {
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	margin: 5px;
}
.footer_right p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}
.footer_right address {
	color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 5px;
}

/* ¸ÞÀÎ ÆË¾÷ */
.main_pop {
	position: fixed;
	width: 95%;
	max-width: 580px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2001;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}
.main_pop.close {
	display: none;
}

.main_pop.close_2 {
	display: none;
}

.main_pop_img_wrap {}
.main_pop_img {
	max-height: 70vh;
	overflow-y: auto;
}
.main_pop_img_wrap img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.main_pop_btns {
	display: flex;
	border-top: 1px solid #d7d7d7;
}
.main_pop_btns button {
	width: 50%;
	text-align: center;
	padding: 15px;
}
.main_pop_btns button:first-child {
	border-right: 1px solid #d7d7d7;
	background-color: #fff;
}
.main_pop_btns button:last-child {
	background-color: #ecf5fa;
}
.main_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 70%);
	top: 0;
	left: 0;
	z-index: 2000;
	transition: 0.3s;
}
.main_overlay.close {
	opacity: 0;
	visibility: hidden;
}
.main_overlay.close_2 {
	opacity: 0;
	visibility: hidden;
}
.swiper-button-prev-main-pop {
	color: #fff !important;
	opacity: 1 !important;
}
.swiper-button-next-main-pop {
	color: #fff !important;
	opacity: 1 !important;
}
.swiper-button-prev-main-pop:before {
	/* content: url(/img/main/main_banner_prev.png); */
}
.swiper-button-next-main-pop:before {
	/* content: url(/img/main/main_banner_next.png); */
}