
	
/*	index*/
	

.main-tit{
	font-size: 60px;
	color: #073260;
	letter-spacing: -2.4px;
}
.section1{
	width: 100%;
	padding-top: 95px;
	padding-bottom: 300px;
	font-family: 'GmarketSansBold';
}
.section1 .row{ 
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}
.section1 h2.main-tit{
	font-size: 120px;
	font-weight: bold;
	letter-spacing: -4.8px;
	color: #073260;
	display: block;
	text-align: right;
}
.section1 h2.main-tit span.jejuin{
	display: initial;
	width: 100%;
	color: #eda84b;
	padding: 0 20px; 
    position: relative;
}
.section1 h2.main-tit span.jejuin::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:-9px;
    left: 0;
    background-color: #07325f;
    z-index: -1;
}
.section1 h2.main-tit span.small{ 
	font-weight: bold !important;
	margin-right: 30px;
	letter-spacing: -4px;
}
.section1 h4 { 
	font-size: 40px;
	font-weight: light;
	color: #07325f;
	margin-right: 30px;
	font-family: 'GmarketSansLight';
}
.section2{ 
	padding-top: 300px;
	padding-bottom: 250px;
	position: relative;
	font-family: 'GmarketSansBold';
}
.section2 .row{ 
	 display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    flex-direction: column;
}
.section2 h2{ color: #fff;}
.section2 h2 span{
	font-size: 25px;
	color: #ffcd6e;
}
.section2 h3.sub-tit{
	position: absolute;
	top: 80px;
	width: 100%;
	font-weight: bold;
	color: #ffcd68;
}
.section2 h3.sub-tit:after{
	content: '';
	width: 58%; 
	height: 1px;
	background: #ffcd6e;
	display: inline-block;
	position: absolute;
	left: 10%;
	top: 15px;
}
.section2 .main-notice {
	 width: 100%;
	height: 650px;
	position: relative; 
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.section2 .main-notice h3 {}
.section2 .main-notice h3 a { 
	display:inline-block; 
	font-size: 24px;
	font-weight: bold;
	color: #ffcd6e;
	padding: 10px 20px;
	text-decoration: none;
}
.section2 .main-notice h3 a.active{
	color: #07325f; 
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	background: #ffcd6e;
	border-radius: 10px;
}
.section2 .main-notice ul {
	position:absolute; 
	top:75px; 
	left:0px; 
	width:100%; 
}
.section2 .main-notice .main-notice-list ul { display:none; }	
.section2 .main-notice .main-notice-list ul.show { display:block; }
.section2 .main-notice ul li  { 
	float: left;
	width: 100%; 
	color:#003463;
	height: 95px;
	border: 2px solid #073260;
	margin-bottom: 10px;
	padding: 25px 30px;
	display: flex;
	box-shadow: 10px 10px 0px #00000029;
    background-color: #fff;
}
.section2 .main-notice ul li:hover{ background-color:#FFE5C3 ;}
.section2 .main-notice ul li span{
	display: inline-block;
	width: 14%;
    min-width: 150px;
	border-radius: 10px; 
	padding: 5px 18px;
	font-weight: bold;
	font-size: 26px;
	color: #14325D;
	margin-right: 1.7%;
	letter-spacing: -2.04px;
}
.section2 .main-notice ul li span.notice{
	background: #FFCD6E;
}
.section2 .main-notice ul li span.bodo{
	background: #B9F292;
}
.section2 .main-notice ul li a { 
	color:#003563; 
	font-size:32px; 
	font-weight: bold;
	display: inline-block; 
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis; 
	text-decoration: none;
	letter-spacing: -1.28px;
	line-height: 40px;
}
.section2 .main-notice ul li:hover a{ border-bottom: 1px solid #073260;}

.section3{ 
	position: relative;
	font-family: 'GmarketSansBold';
	padding-bottom: 230px;
}
.section3 .row{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-direction: column;
}
.section3 .main-tit{ text-align: center;}
.section3 .sub-tit{
	text-align: center;
    font-size: 30px;
    color: #A3D87F;
    letter-spacing: -1.2px;
	margin-bottom: 40px;
}
.section3 .cardNews-wrap{width: 100%;}
.section3 .cardNews-wrap ul {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	margin-bottom: 80px;
}
.section3 .cardNews-wrap ul li{
	width: 31.5%;
	height: 360px;
	box-shadow: 10px 10px 0px #00000029;
}

.section3 .cardNews-wrap ul li span{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    border: 2px solid #073260;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section3 .cardNews-wrap ul li:hover span.img:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '\f067';
    font-weight: 400;
    font-size: 100px;
    color: #073260;
    font-family: "Font Awesome 5 Pro";
    border: 8px solid #073260;
    background-color: rgba(255, 205, 110, .85);
}

.section3 .cardNews-wrap ul li a{ 
	width: 100%;
	height: 100%;
	display: block;
    text-decoration: none;
}
.section3 .cardNews-wrap .more-btn a{ 
	text-decoration: none;
	color: #073260;
	background-image:url(../images/main/more_w.svg) ;
	background-repeat: no-repeat;
	width: 295px;
	height: 145px;
	margin: 0 auto;
	display: block;
	font-size: 30px;
	text-align: center;
    line-height: 145px;
}
.section3 .textwrap{
	transform: none;
	position: absolute;
	top: 0;
	left: 0; 
	display: none;
}
.section4{
	font-family: 'GmarketSansBold';
}
.section4 h3.sub-tit{
	position: absolute;
	top: 80px;
	width: 100%;
	font-weight: bold;
	color: #ffcd68;
}
.section4 h3.sub-tit:after{
	content: '';
	width: 54%; 
	height: 1px;
	background: #ffcd6e;
	display: inline-block;
	position: absolute;
	left: 14%;
	top: 15px;
}
.section4 .main-gallery {
	 width: 100%;
	/* height: 1165px; */
    height: 865px;
	position: relative; 
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.section4 .main-gallery h3 a { 
	display:inline-block; 
	font-size: 24px;
	font-weight: bold;
	color: #073260;
	padding: 10px 20px;
	text-decoration: none;
}
.section4 .main-gallery h3 a.active{
	color: #07325f; 
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	background: #ffcd6e;
	border-radius: 10px;
}
.section4 .main-gallery ul {
	position:absolute; 
	top:75px; 
	left:0px; 
	width:100%; 
    /* height: 1050px; */
}
.section4 .main-gallery .main-gallery-list ul { display:none; }
/* .section4 .main-gallery .main-gallery-list ul.show { 
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
} */
.section4 .main-gallery .main-gallery-list ul.show{   
     display: flex;
    justify-content: space-between;
 }
.section4 .main-gallery .main-gallery-list ul li{ 
	float: left;
	width:  31.5%; 
	border: 2px solid #073260;
	margin-bottom: 25px;
	padding: 5px ;
	box-shadow: 10px 10px 0px #00000029;
	background-color: #fff;
}
.section4 .main-gallery .main-gallery-list ul li:hover{background-color: #FFE5C3;}
.section4 .main-gallery .main-gallery-list ul li a{
	color: #14325D;
	padding: 0 25px; 
	width: 100%;
	display: block;
	text-decoration: none;
}
.section4 .main-gallery .main-gallery-list ul li:hover a{text-decoration: underline; padding-bottom: 2px;}
.section4 .main-gallery .main-gallery-list ul li span.img{
	width: 100%;
	height: 220px;
	margin-bottom: 20px;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.section4 .main-gallery .main-gallery-list ul li span{
	padding: 12px 18px;
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	border-radius: 10px; 
	margin-bottom: 10px;
}
.section4 .main-gallery .main-gallery-list ul li p{
	font-size: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.section4 .main-gallery .main-gallery-list ul li span.gallery{ background:#FFCD6E }
.section4 .main-gallery .main-gallery-list ul li span.video{ background:#B9F292 }
.section4 .main-gallery p.more-btn{ position: absolute; bottom: 70px; left: 50%; transform: translateX(-50%);}
.section4 .main-gallery p.more-btn a{
		text-decoration: none;
		color: #073260;
		background-image:url(../images/main/more_y.svg) ;
		background-repeat: no-repeat;
		width: 295px;
		height: 145px;
		margin: 0 auto;
		line-height: 145px;
		display: block;
		text-align: center;
		font-size: 30px;

}

/*팝업*/
.main-popup .swiper-container {width: 100%;}
.main-popup .swiper-pagination {
	bottom: 5px !important;
}
.main-popup .swiper-pagination span {
	border-radius: 50%;
}
.main-popup .swiper-pagination-bullet-active {background-color: #4E5968;}

.main-popup {
	position:fixed;
	z-index: 999;
}
.main-popup .popup-bottom {
	width: 100%;
	height: 30px;
	padding-top: 0px;
	color: #fff;
	font-size: 14px;
	background-color: #000;
	
}
.main-popup .popup-bottom label {padding-left: 5px; font-size: 14px; color: #fff;}
.main-popup .popup-bottom .popup-close {
	color: #fff;
	font-size: 14px;
}
.main-popup .popup-bottom p:nth-child(1){ text-align: left;}
.main-popup .popup-bottom p:nth-child(2){ text-align: right;}
.popup-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 102;	
}
@media (min-width: 992px) {
    body{
        background-image: url(../images/main/main_bg.png);
        background-repeat: no-repeat;
		background-position: center top;
    }
}
/* 팝업슬라이드 */

.main-popup.default .swiper-container {width: 800px;}
.main-popup.default .swiper-pagination {
	bottom: 35px !important;
}
.main-popup.default .swiper-pagination span {
	border-radius: 50%;
}
.main-popup.default .swiper-pagination-bullet-active {background-color: #4E5968;}

.main-popup.default {
	position:fixed;
	z-index: 999;
}
.main-popup.default .popup-bottom {
	width: 100%;
	height: 30px;
	padding-top: 5px;
	color: #fff;
	font-size: 14px;
	background-color: #000;
}
.main-popup.default .popup-bottom label {
	padding-left: 5px;
	color: #fff;
}
.main-popup.default .popup-bottom .popup-close {
	color: #fff;
	font-size: 14px;
}
.popup-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 102;	
}

@media (max-width: 991px) {
	.main-popup.default .swiper-container { width: 350px; }
}

/* 팝업수정 2025 */
	
	.main-popup .main-popup-list:nth-child(1){ left: 25%}    
	.main-popup .main-popup-list:nth-child(2){ left: 55%}    



/* @media (min-width: 1200px) and (max-width: 1440px) {
	.section1 .container{ max-width: 810px}
	.container{ max-width: 810px;}
}
@media (min-width: 1200px) and (max-width: 1319px) {
}
*/
@media (min-width: 992px) and (max-width: 1199px) {
    body{ background-size: 1450px;}
	
    .main-tit{ font-size: 50px;}
    .section1{ 
        padding-top: 95px;
        padding-bottom: 100px;}
	.section1 h2.main-tit{ font-size: 90px;}
    .section2{ 
        padding-top: 200px;
        padding-bottom: 165px;
    }
    .section2 h3.sub-tit{ top: 70px;}
    .section2 h3.sub-tit:after{ width: 50%; left: 11%; top: 15px;}
    .section2 .main-notice{height: 490px;}
	.section2 .main-notice ul li span{
		font-size: 22px;
		padding: 5px;
        text-align: center;
	}
    .section2 .main-notice ul li a{
        font-size: 28px;
        line-height: 50px;
    }
    .section3{ padding-bottom: 200px;}
	.section3 .cardNews-wrap ul{margin-bottom: 50px;}
    .section3 .cardNews-wrap ul li{ height: 302px;}
    .section3 .cardNews-wrap .more-btn a{ 
        width: 205px;
        height: 105px;
        line-height: 105px;
        background-size: 100%;
		font-size: 25px;
    }
    .section4 h3.sub-tit{ top: 72px;}
    .section4 h3.sub-tit:after{ left: 17%; width: 46%;}
    .section4 .main-gallery .main-gallery-list ul li span{ 
        padding: 5px;
        font-size: 22px;
    }
    .section4 .main-gallery .main-gallery-list ul li p{
        font-size: 24px;
    }
    .section4 .main-gallery{ height: 995px;}
	.section4 .main-gallery .main-gallery-list ul li img{height: 190px;}
	.section4 .main-gallery p.more-btn{ bottom: 50px;}
    .section4 .main-gallery p.more-btn a{
        width: 205px;
        height: 105px;
        line-height: 105px;
        background-size: 100%;
		font-size: 25px;
    }
} 

@media (max-width: 991px) {
	body{
        background-image: url(../images/main/m_main_bg@2x.png);
        background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
    }
	
.main-tit{
	font-size: 30px;
	letter-spacing: -1.2px;
	text-align: center;
}
.section1{
	padding-top: 35px;
	padding-bottom: 0px;
	padding-right: 30px;
}
.section1 h2.main-tit{
	font-size: 40px;
	letter-spacing: -1.6px;
}
.section1 h2.main-tit span.jejuin{
	padding: 0 7px; 
}
.section1 h2.main-tit span.jejuin::after{
    top:-4px;
}
.section1 h2.main-tit span.small{ 
	margin-right: 14px;
	letter-spacing: -1.2px;
}
.section1 h4 { 
	font-size: 18px;
	margin-right: 14px;
}
.section2{ 
	padding-top: 180px;
	padding-bottom:110px;
	padding-left: 15px;
	padding-right: 15px;
}
.section2 h2{ color: #fff;}
.section2 h2 span{
	font-size: 25px;
	color: #ffcd6e;
}
.section2 h3.sub-tit{
	position: inherit;
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px;
}
.section2 h3.sub-tit:after{
	content: none;
}
.section2 .main-notice {
    justify-content:center;
	height: 380px;
}
.section2 .main-notice h3 a { 
	font-size: 16px;
	padding: 5px 16px;
	text-decoration: none;
}
.section2 .main-notice h3 a.active{
	padding: 5px 16px;
}
.section2 .main-notice ul {
	top:55px; 
}
.section2 .main-notice ul li  { 
	height: 72px;
	padding: 15px 10px;
}
.section2 .main-notice ul li span{
	width: 27%;
	min-width: 70px;
	padding: 10px 5px;
	font-size: 14px;
}
.section2 .main-notice ul li a { 
	font-size:16px; 
	overflow:hidden;
	white-space: inherit;
	text-overflow:ellipsis; 
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section3{ 
	padding-bottom: 90px;
	padding-left: 40px;
	padding-right: 40px;
}
.section3 .sub-tit{
    font-size: 14px;
    letter-spacing: -0.56px;
	margin-bottom: 20px;
}
.section3 .cardNews-wrap ul {
	margin-bottom: 30px;
}
.section3 .cardNews-wrap ul li{
	width: 100%;
	height:280px;
	border: 2px solid #073260;
}
.section3 .cardNews-wrap ul li span{
    position: relative;
    display: block;
    width: 100%;
    height: 280px;
    margin-bottom: 10px;
    border: 2px solid #073260;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section3 .cardNews-wrap ul li:hover span.img:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '\f067';
    font-weight: 400;
    font-size: 100px;
    color: #073260;
    font-family: "Font Awesome 5 Pro";
    border: 8px solid #073260;
    background-color: rgba(255, 205, 110, .85);
}
.section3 .cardNews-wrap ul li:nth-child(2),
.section3 .cardNews-wrap ul li:last-child{ display: none;}
.section3 .cardNews-wrap ul li:hover .hover{
	display: none;
}
.section3 .cardNews-wrap .more-btn a{ 
	background-size: 100%;
	width: 155px;
	height: 76px;
	padding-top: 0;
	font-size: 16px;
	line-height: 75px;
}
.section4 { padding-right: 20px; padding-left: 20px;}
.section4 .row{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.section4 h3.sub-tit{
	position: inherit;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.section4 h3.sub-tit:after{
	content: none;
}
.section4 .main-gallery {
	/* height: 635px; */
    height: 435px;
    justify-content: center;
}
.section4 .main-gallery h3 a { 
	font-size: 16px;
	padding: 5px 16px;
}
.section4 .main-gallery h3 a.active{
	padding: 5px 16px;
}
.section4 .main-gallery ul {
	top:60px; 
	/* height: 570px; */
}
.section4 .main-gallery .main-gallery-list ul li{ 
	float: left;
	width: 48%	;
	margin-bottom: 20px;
	padding: 3px ;
}
.section4 .main-gallery .main-gallery-list ul li:nth-child(5),
.section4 .main-gallery .main-gallery-list ul li:nth-child(6){
	display: none;
}
.section4 .main-gallery .main-gallery-list ul li a{
	padding: 0 5px; 
}
.section4 .main-gallery .main-gallery-list ul li:hover{ background-color: #fff;}
.section4 .main-gallery .main-gallery-list ul li:hover a{text-decoration: none; padding-bottom: 0px;}
.section4 .main-gallery .main-gallery-list ul li span.img{
	height: 110px;
	margin-bottom: 10px;
}
.section4 .main-gallery .main-gallery-list ul li span{
	padding: 4px 7px;
	font-size: 14px;
	margin-bottom: 10px;
}
.section4 .main-gallery .main-gallery-list ul li p{
	font-size: 16px;
}
.section4 .main-gallery p.more-btn{ bottom: 20px; }
.section4 .main-gallery p.more-btn a{
		width: 155px;
		height: 75px;
		line-height: 75px;
		font-size: 16px;
		background-size: 100%	;
}


/* 팝업 */
	.main-popup .swiper-container { width: 350px; }

}