/* 메인 비주얼 */
.main_visual#main_visual_mo{
	display:none;
}

.main_visual_type1{
	overflow-x:hidden;
}
.main_visual_type1 .swiper-slide{
	height:58rem;
	position:relative;
	overflow:hidden;
}
.main_visual_type1 .swiper-slide .text_item{
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	transform:translateY(-50%);
	color:#fff;
	z-index:2;
}
.main_visual_type1 .swiper-slide .text_item .mv_t1{
	font-family: "Play";
	font-size:6rem;
	font-weight:600;
}
.main_visual_type1 .swiper-slide .text_item .mv_t2{
	cursor: pointer;
	display: flex;
	align-items: center;
	font-family: 'Pretendard';
	text-transform: uppercase;
	font-size:1.6em;
	margin-top:5rem;
	
}
.main_visual_type1 .swiper-slide .text_item .mv_t2 i{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 1.5rem;
	width: 30px;
	height: 30px;
	font-size:1.8rem;
	border-radius: 50%;
	border: 1px solid #fff;
}
.main_visual_type1 .swiper-slide .visual_img{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition:all 5s;
}

.main_visual_type1 .controller_con{
	position: relative;
}
.main_visual_type1 .controller{
	position:absolute;
	left:15px;
	bottom:0;
	z-index:10;
	color:#aaa;
	display:flex;
	align-items: center;
	padding:2.5rem 4rem;
	background: #fff;
}
.main_visual_type1 .controller .mv_prev,
.main_visual_type1 .controller .mv_next{
	font-size:2.6rem;
	margin:0 3rem;
}
.main_visual_type1 .controller .mv_pagination{
	font-family: "Play";
	color: #aaa;
	font-size:1.6rem;
	font-weight: bold;
}
.main_visual_type1 span.on{
	color: #005fc6;
}
@media(max-width:991.98px){
	.main_visual_type1 .swiper-slide{
		height:40rem;
	}
	.main_visual_type1 .controller {
    display: none;
	}

	.main_visual_type1 .swiper-slide .text_item {
    top: 55%;
	}
	.main_visual_type1 .swiper-slide .text_item .mv_t1 {
    font-size: 5rem;
	}
	.main_visual_type1 .swiper-slide .text_item .mv_t2 {
    margin-top: 1.5rem;	
	}
}



/*---------- sec01 시작 ----------*/
#main_container > .sec01{
	position:relative; 
	z-index:1;
	padding:6rem 15px;
	max-width: 1920px;
	margin: 0 auto;
}
#main_container > .sec01::after{
	content:""; 
	z-index:-1;
	position:absolute;
	top:0; left:50%; right:50%;
	margin-left:-50vw;
	height:100%;
	background:#edf6ff;
}
#main_container > .sec01 .inner{
	position: relative;
	padding-left: 31rem;
	overflow: hidden;
	max-width: 1660px;
	margin-left: auto;
}

/* 텍스트 */
#main_container > .sec01 .text{
	position: absolute;
	top: 0; left: 0;
	padding-top: 6rem;
	height: 31.5rem;
	background:#edf6ff;
}
#main_container > .sec01 .text h3{
	position: relative;
	text-transform: uppercase;
	font-family: 'Pretendard';
	font-size: 4rem;
	font-weight: 800;
}
#main_container > .sec01 .text h3::before{
	content: url(../_img/icon/bullet.png);
	position: absolute;
	top: -5rem; left: 0;
}
#main_container > .sec01 .text h3 p{
	margin-top: 2rem;
	font-size: 1.8rem;
	font-weight: 300;
	color:#333;
}
#main_container > .sec01 .text h3 p strong{
	font-weight: 600;
}


/* 스와이퍼 */
#main_container > .sec01 .mySwiper{
	overflow: hidden;
}

/* 버튼 */
#main_container > .sec01 .sw_buttons{
	position: absolute;
	left: 0; bottom: 5rem;
	margin-top: 5rem;
	max-width: 11rem;
	width: 100%;
}
#main_container > .sec01 .sw_buttons > div{
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	border: 1px solid #000;
}
#main_container .swiper-button-prev, 
#main_container .swiper-button-next {
	background-size: 7px 11px;
	right: auto;
}
#main_container .swiper-button-prev{
	background-image: url(../_img/main/main_sec01_arrow.png);
	left: 0;
}
#main_container .swiper-button-next{
	background-image: url(../_img/main/main_sec01_arrow2.png);
	left: unset;
	right: 0;
}


/* 이미지 */
#main_container > .sec01 .swiper-wrapper .swiper-slide{
	width: 27rem !important;
}
#main_container > .sec01 .item{
	width: 100%;
}
#main_container > .sec01 .item img{
	width: 100%;
	height: 20rem;
}
#main_container > .sec01 .item > div{
	position: relative;
	padding:6rem 1rem;
	padding-bottom: 2.5rem;
	text-align: center;
	font-family: 'Pretendard';
	font-size: 1.8rem;
	font-weight: bold;
	color:#000;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	box-sizing: border-box;
}
#main_container > .sec01 .item > div p{
	position: absolute;
	top: 0; left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8rem;
	height: 8rem;
	background: #ebebeb;
	border-radius: 50%;
}
#main_container > .sec01 .item > div p img{
	max-width: 35px;
	max-height: 30px;
}
@media (max-width:575.98px) {
	#main_container > .sec01 {
    padding: 4rem 15px;
	}
	#main_container > .sec01 .inner{
		padding-top: 9.5rem;
		padding-left: 0;
	}
	#main_container > .sec01 .text {
    position: absolute;
    top: 3rem;
    left: 50%;
    padding-top: 1rem;
    height: auto;
    background: none;
		transform: translateX(-50%);
	}
	#main_container > .sec01 .text h3 p ,
	#main_container > .sec01 .sw_buttons {
    display: none
	}

	#main_container > .sec01 .swiper-wrapper .swiper-slide{
		width: 100%  !important;
	}
	#main_container > .sec01 .item img {
    height: 25rem;
	}
}
/*---------- sec01 끛 ----------*/






/*sec02*/
#main_container > .sec02{
	padding-top: 6rem;
	/* padding-top: 12rem; */
	padding-bottom: 12rem;
}
#main_container > .sec02 h3{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
	font-family: 'Pretendard';
	font-size: 4rem;
	font-weight: 700;
}

#main_container > .sec02 .news{
	max-width: 700px;
	width: 100%;
	border-top: 2px solid #000;
}
#main_container > .sec02 .news dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding: 1.5rem 2.5rem;
}
#main_container > .sec02 .news dt{
	width: 75%;
}
#main_container > .sec02 .news dt a{
	position:relative;
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	text-align: left;
	font-size:1.6rem;
	font-weight: 400;
	color: #666;
	word-wrap: break-word; 
	display: -webkit-box; 
	-webkit-line-clamp: 5; 
	-webkit-box-orient: vertical;
}
#main_container > .sec02 .news .date{
	font-family: 'Poppins';
	font-size: 1.4rem;
	font-weight: 300;
	color: #999;
}


#main_container > .sec02 ul{
	margin-left: auto;
	max-width: 590px;
	width: 100%;
}
#main_container > .sec02 li{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 6rem 7.5rem;
	width: 100%;
	height: 23rem;
}
#main_container > .sec02 li p{
	font-family: 'Pretendard';
	font-size: 1.8rem;
	font-weight: 400;
	color: #fff;
}
#main_container > .sec02 li p strong{
	display: block;
	margin-bottom: 1rem;
	font-size: 3rem;
	font-weight: bold;
}

/* more 버튼 */
#main_container > .sec02 .more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.4rem;
	height: 5.4rem;
	font-size: 1.8rem;
}
#main_container > .sec02 h3 .more{
	color: #000;
	border: 1px solid #000;
}
#main_container > .sec02 ul .more{
	color: #fff;
	border: 1px solid #fff;
}

@media(max-width:991.98px){
	#main_container > .sec02{
		/* padding-top: 8rem; */
		padding-bottom: 8rem;
	}
	#main_container > .sec02 ul{
		margin-top: 4rem;
		max-width: unset;
		width: 100%;
	}
}
@media(max-width:767.98px){
	#main_container > .sec02 h3 {
		margin-bottom: 1.5rem;
    font-size: 3.5rem;
	}
	#main_container > .sec02 .news .more {
    margin-top: 4rem;
	}
	#main_container > .sec02 li {
    padding: 4rem;
    height: 18rem;
	}
	#main_container > .sec02 li p{
    font-size: 1.6rem;
	}
	#main_container > .sec02 li p strong{
    font-size: 2.5rem;
	}
}
@media (max-width:575.98px) {
	#main_container > .sec02 {
    padding-top: 4rem;
}
}





#main_container > .secInfo{
	padding-top: 6rem;
}
#main_container > .secInfo address {
	display: flex;
	flex-wrap: wrap;
	margin: 3rem 0;
	max-width: 70rem;
	line-height: 1.8;
}
#main_container > .secInfo address p{
	margin-right: 4rem;
	font-size: 1.6rem;
	font-weight: 300;
}
#main_container > .secInfo address p strong {
	margin-right: 1rem;
	font-weight: 600;
}
@media (max-width:575.98px) {
	#main_container > .secInfo {
    padding-top: 4rem;
	}
	#main_container > .secInfo address{
		display: block;
		margin: 2rem 0;
	}
}




