@charset "utf-8";

.main_visual {
	position: relative;
	height: 40.3125rem;
}

.main_visual__slider,
.main_visual__slider .slick-list,
.main_visual__slider .slick-track {
	height: 100%;
}

.slider_item:not(:first-of-type) {
	display: none !important;
}
.slick-initialized .slider_item:not(:first-of-type) {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.slider_item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5rem 1.875rem;
	height: 100%;
}

.slider_item__inner {
    max-width: 1360px;
    width: 100%;
}

.slider_item__inner__txtbox {
	color: #fff;
}

.slider_item__inner__txtbox>* {
	position: relative;
	opacity: 0;
}

.slider_item__inner__txtbox h3 {
	line-height: 1.3;
}

.main_visual__btn {
	position: absolute;
	bottom: 6.5625rem;
	left: 50%;
	width: 100%;
	max-width: 1420px;
	padding: 0 1.875rem;
	font-size: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.main_visual__btn button {
	display: inline-block;
	vertical-align: top;
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 0;
}
.main_visual__btn button.main_visual__btn_prev {
	background: url('/images/2021/main/ico_main_visual_prev.png') no-repeat center/0.9375rem;
}
.main_visual__btn button.main_visual__btn_next {
	background: url('/images/2021/main/ico_main_visual_next.png') no-repeat center/0.9375rem;
	margin-left: 0.9375rem;
}
.main_visual__btn button:hover {
	background-color: rgba(255,255,255,.2);
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

@media (max-width: 575px) {
	.slider_item__inner__txtbox h3 {
		font-size: 24px !important;
	}
}

.main_section {
	padding: 6.25rem 0;
    word-break: keep-all;
	font-family: 'Noto Sans KR', sans-serif;
}

.main_section__21_01 {
	background: url('/images/2021/main/bg_main_section01.png') no-repeat bottom center/cover;
}
.main_board_wrap {
	position: relative;
}
.main_board_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}
.notice_wrap {}
.notice_wrap__head {
	position: relative;
}
.notice_wrap__head figure {
	position: relative;
	overflow: hidden;
	font-size: 0;
	height: 0;
    padding-bottom: 66%;
}
.notice_wrap__head figure img {
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	max-height: none;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.notice_wrap__head__txt {
	padding: 1.875rem 1.875rem 3.125rem;
	background-color: #f7f7f7;
}
.notice_wrap__head__txt p {
	line-height: 1.6;
	overflow: hidden; 
	-o-text-overflow: ellipsis; 
	   text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */	
	-webkit-box-orient: vertical; 
	word-wrap:break-word;
	color: #000;
}
.notice_wrap__head:hover .notice_wrap__head__txt p.fw_500 {
	text-decoration: underline;
}
.notice_wrap__head > a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.notice_wrap__body {}
.notice_wrap__body ul {}
.notice_wrap__body ul li {
	padding: 0.9375rem 0;
	border-bottom: 1px solid #e5e5e5;
}
.notice_wrap__body ul li a,
.notice_wrap__body ul li p {
	display: block;
	line-height: 1.1;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.notice_wrap__body ul li a:hover {
	text-decoration: underline;
}

.news_wrap__head {}
.news_wrap__head ul li {
	position: relative;
}
.news_wrap__head ul li + li {
	margin-top: 0.625rem;
}
.news_wrap__head ul li:hover p {
	text-decoration: underline;
}
.news_wrap__head figure {
	position: relative;
	overflow: hidden;
	font-size: 0;
	/* height: 12.5rem; */
	height: 15.3125rem;
}
.news_wrap__head figure + figure {
	margin-top: 0.625rem;
}
.news_wrap__head figure img {
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 100%;
	width: 100%;
	max-width: none;
	min-height: 100%;
	max-height: none;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.news_wrap__head ul li a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.calendar_wrap {
	height: 516px;
}

.main_section__21_01__link {
	position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f4f4f4;
    width: 895px;
}
.main_section__21_01__link > li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    padding: 1.5625rem 1.875rem;
}
.main_section__21_01__link > li:hover {
	background-color: #eaeaea;
}
.main_section__21_01__link > li + li:before {
	content: "";
	position: absolute;
	top: 1.25rem;
	bottom: 1.25rem;
	left: 0;
	width: 1px;
	background-color: #c3c3c3;
}
.main_section__21_01__link > li figure {
	font-size: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.main_section__21_01__link__txt {
	padding-left: 1.25rem;
}
.main_section__21_01__link > li > a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
@media (max-width: 767px) {
	.main_section__21_01__link {
		position: relative;
		right: auto;
		bottom: auto;
		display: block;
		width: auto;
		margin-top: 20px;
	}
	.main_section__21_01__link > li {
		width: auto;
	}
	.main_section__21_01__link > li + li:before {
		top: 0;
		right: 1.25rem;
		bottom: auto;
		left: 1.25rem;
		width: auto;
		height: 1px;
	}
	.main_section__21_01__link > li figure {
		width: 76px;
		text-align: center;
	}
}

.t_c {
	text-align: center;
}

.main_section__21_02 {
	background: url('/images/2021/main/bg_main_section__21_02.jpg') no-repeat center/cover;
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}
.main_section__21_02__inner {}
.main_section__21_02__inner > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.main_section__21_02__inner > ul > li {
	width: 20%;
	text-align: center;
	padding: 0 2rem;
	margin-top: 3.125rem;
}
.main_section__21_02__inner > ul > li figure {
	height: 5.25rem;
	font-size: 0;
}
.main_section__21_02__inner > ul > li .result_tit {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1.5625rem;
}
.main_section__21_02__inner > ul > li .result_tit:after {
	content: "";
	display: block;
	width: 2.75rem;
	height: 1px;
	background-color: #999;
	margin: 1.875rem auto;
}
.main_section__21_02__inner > ul > li .result_val {
	background: -o-linear-gradient( top, rgba(255, 255, 255, 0) 43%, #fff 43%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(43%, rgba(255, 255, 255, 0)), color-stop(43%, #fff));
	background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 43%, #fff 43%);
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: 0% 40%;
}
.main_section__21_02__inner > ul > li .result_val .result_val_num {
	font-size: 2.5rem;
	font-weight: 400;
}
.main_section__21_02__inner > ul > li .result_val span:not(.result_val_num) {
	font-size: 1rem;
	font-weight: 400;
	margin-left: 0.625rem;
}
@media (max-width: 767px) {
	.main_section__21_02__inner > ul > li {
		width: 50%;
	}
}
@media (max-width: 575px) {
	.main_section__21_02__inner > ul > li {
		width: 100%;
	}
}