.main_visual .swiper-slide{
	height:800px;
	position:relative;
}
.main_visual .swiper-slide > div{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-51%);
	padding-top:90px;
	text-align: center;
	color:#fff;
}
.main_visual .swiper-slide .txt_box{
	display: inline-block;
}
.main_visual .swiper-slide .txt_box p{
	margin-top:2rem;
}
.main_visual .swiper-button-next, 
.main_visual .swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6rem;
	height: 6rem;
	margin-top: 0;
	background-image: none;
	background-color: rgba( 0, 0, 0, .5);
}
.main_visual .swiper-button-next i, 
.main_visual .swiper-button-prev i{
	font-size: 2.2rem;
	color: #fff;
}


@media(max-width:991.98px){
	.main_visual .swiper-slide{
		height:350px;
	}
	.main_visual .swiper-slide > div{
		padding-top:50px;
	}
	.main_visual .swiper-button-next, 
	.main_visual .swiper-button-prev{
    top: 45%;
		width: 4rem;
		height: 4rem;
	}
	.main_visual .swiper-button-next i, 
	.main_visual .swiper-button-prev i{
		font-size: 2rem;
	}
}
@media(max-width:767.98px){
	.main_visual .swiper-slide{
		height:300px;
	}
	.main_visual .swiper-button-next, 
	.main_visual .swiper-button-prev{
		display: none;
	}
}
@media(max-width:575.98px){
	.main_visual .swiper-slide{
		height:250px;
	}
	.main_visual .swiper-slide .txt_box p{
		display: none;
	}
}




/* section & 메인 타이틀 */
#main_container > section .top{
	align-items: flex-end;
	justify-content: space-between;
}
#main_container > section .top a{
	display: block;
	font-weight: 500;
}
#main_container > section .top a span,
#main_container > section .top a i{
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
}
#main_container > section .top a span{
	margin-right: 3px;
	text-decoration: underline;
	color: #000;
}
#main_container > section .top a i{
	width: 2.4rem;
	height: 2.4rem;
	text-align: center;
	line-height: 1.2;
	color: #555;
	border: 1px solid #555;
	border-radius: 50%;
}
#main_container > section .main_title{
	position: relative;
	display: inline-block;
	padding-right: 1.2rem;
	margin-bottom: 3rem;
	font-size: 3rem;
	font-weight: 700;
}
#main_container > section .main_title::before{
	content: '';
	position: absolute;
	top: 4px; right: 0;
	width: .8rem;
	height: .8rem;
	background: #c4262e;
	border-radius: 50%;
}
@media (max-width:991.98px) {
	#main_container > section .main_title{
		font-size: 2.8rem;
	}
}
@media (max-width:767.98px) {
	#main_container > section{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	#main_container > section .main_title{
		font-size: 2.5rem;
	}
}



/*sec01*/
#main_container > .sec01 {
	padding-top: 11rem;
	padding-bottom: 12rem;
}
#main_container > .sec01 .list_con{
	flex-wrap: wrap;
	gap: 3rem;
}
#main_container > .sec01 .list{
	cursor: pointer;
	position: relative;
	width: calc(33.3% - 2rem);
	height: 40.4rem;
	border-radius: 2rem;
	overflow: hidden;
}
#main_container > .sec01 .list > div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
}
#main_container > .sec01 .list .off{
	position: relative;
	background: #f9f9f9;
}
#main_container > .sec01 .list .on{
	z-index: 1;
	position: absolute;
	top: 0;
	width: 100%;
	background: #c4262e;
	transform: translateY(100%);
	transition: all .7s ease-in-out;
}
#main_container > .sec01 .txt,
#main_container > .sec01 .list_con a{
	font-weight: 700;
}
#main_container > .sec01 .off .txt{
	margin-top: 3.5rem;
	font-size: 2.2rem;
}
#main_container > .sec01 .on .txt{
	margin-bottom: 4rem;
	font-size: 2.4rem;
	color: #fff;
	max-width: 28rem;
}
#main_container > .sec01 .on a{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 28rem;
	width: 100%;
	height: 6rem;
	font-size: 2rem;
	border-radius: 3rem;
	color: #c4262e;
	background: #fff;
}

@media (min-width:992px) {
	#main_container > .sec01 .list:hover .on{
		transform: translateY(0);
	}
}
@media (max-width:991.98px) {
	#main_container > .sec01 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	#main_container > .sec01 .list{
		width: 100%;
		height: 30rem;
	}
	#main_container > .sec01 .list.clicked .on{
		transform: translateY(0);
	}
	#main_container > .sec01 .off .img img{
		max-width: 180px;
	}
	#main_container > .sec01 .off .txt {
    margin-top: 2.5rem;
    font-size: 2rem;
	}
	#main_container > .sec01 .on .txt {
    margin-bottom: 3rem;
    font-size: 2.2rem;
    max-width: 20rem;
	}
	#main_container > .sec01 .on a {
    max-width: 20rem;
		height: 5rem;
    font-size: 1.8rem;
	}
}
@media (max-width:360px) {
	#main_container > .sec01 .top {
    display: block !important;
	}
	#main_container > section .top a{
		margin-top: 5px;
	}
}






/*sec02*/
#main_container > .sec02{
	padding: 10rem 0;
	position: relative;
	background: #323232;
	overflow: hidden;
}
#main_container > .sec02 .bgTxt{
	max-width: 1920px;
	width: 100%;
	position: absolute;
	bottom: -8.8%; left: 50%;
	transform: translateX(-50%);
	text-align: right;
	font-size: 18rem;
	font-weight: 800;
	color: #323232;
	-webkit-text-stroke: 1px rgba( 255, 255, 255, .2);
}
#main_container > .sec02 .main_title a{
	color: #fff;
}
#main_container > .sec02 .swCon{
	position: relative;
}
#main_container > .sec02 .mySwiper{
	overflow: hidden;
}
#main_container > .sec02 .swiper-slide{
	width: 32.7rem;
	height: 48rem;
	border-radius: 2rem;
	overflow: hidden;
}
#main_container > .sec02 .swiper-wrapper > div:nth-child(even){
	margin-top: 5rem;
}
#main_container > .sec02 .swiper-slide .inner{
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#main_container > .sec02 .swiper-slide .inner p{
	position: absolute;
	bottom: 0;
	padding: 1.5rem 2.5rem;
	width: 82.5%;
	font-size: 1.6rem;
	font-weight: 300;
	color: #fff;
	background: #c4262e;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
}
#main_container > .sec02 .swiper-slide .inner p strong{
	display: block;
	font-size: 2rem;
	font-weight: 600;
}
#main_container > .sec02 .btns > div {
	background-image: none;
	width: 6rem;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 50%;
}
#main_container > .sec02 .btns .swiper-button-prev{
	left: -6%;
}
#main_container > .sec02 .btns .swiper-button-next{
	right: -6%;
}
#main_container > .sec02 .btns > div i{
	font-size: 1.8rem;
	color: #fff;
}
@media (max-width:1583.98px) {
	#main_container > .sec02 .bgTxt {
    bottom: -7.8%;
    font-size: 16rem;
	}
}
@media (max-width:1407.98px) {
	#main_container > .sec02 .bgTxt {
    bottom: -6.8%;
    font-size: 13rem;
	}
}
@media (max-width:1199.98px) {
	#main_container > .sec02 .bgTxt {
    bottom: -5.8%;
    font-size: 12rem;
	}
	#main_container > .sec02 .btns .swiper-button-prev{
		left: -8%;
	}
	#main_container > .sec02 .btns .swiper-button-next{
		right: -8%;
	}
}
@media (min-width:992px) {
	#main_container > .sec02 .btns {
		display: none;
	}
}
@media (max-width:991.98px) {
	#main_container > .sec02 {
    padding: 8rem 0;
	}
	#main_container > .sec02 .bgTxt {
    font-size: 10rem;
	}
	#main_container > .sec02 .btns .swiper-button-prev{
		left: -10%;
	}
	#main_container > .sec02 .btns .swiper-button-next{
		right: -10%;
	}
}
@media (max-width:767.98px) {
	#main_container > .sec02 .bgTxt {
    display: none;
	}
	#main_container > .sec02 .swiper-slide{
		height: 48rem;
	}
	#main_container > .sec02 .swiper-wrapper > div:nth-child(even){
		margin-top: 0;
	}
	#main_container > .sec02 .swiper-slide .inner{
		margin: 0 auto;
		width: 40rem;
		background-size: 100% auto;
		border-radius: 2rem;
		overflow: hidden;
	}
	#main_container > .sec02 .btns > div {
    width: 4rem;
    height: 4rem;
	}
	#main_container > .sec02 .btns .swiper-button-prev{
		left: -10px;
	}
	#main_container > .sec02 .btns .swiper-button-next{
		right: -10px;
	}
}






/*sec03*/
#main_container > .sec03{
	padding-top: 12rem;
	padding-bottom: 13.5rem;
	gap: 2.5rem;
}
#main_container > .sec03 > div{
	width: calc(50% - 1.5rem);
}
#main_container > .sec03 .left{
	padding: 6rem 3rem;
	border: 1px solid #ddd;
	border-radius: 2rem;
}
#main_container > .sec03 .left ul li{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main_container > .sec03 .left ul li + li{
	margin-top: 4rem;
}
#main_container > .sec03 .left ul li .desc{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 85%;
	font-weight: 500;
}
#main_container > .sec03 .left ul li .desc span,
#main_container > .sec03 .left ul li .desc strong{
	display: inline-block;
}
#main_container > .sec03 .left ul li .desc span{
	margin-right: 1.5rem;
	padding: 3px 1rem;
	font-family: 'Poppins';
	font-size: 1.3rem;
	color: #c4262e;
	border-radius: 5px;
	border: 1px solid #c4262e;
}
#main_container > .sec03 .left ul li .desc strong{
	width: calc(100% - 65px);
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 2rem;
}
#main_container > .sec03 .left ul li .date{
	font-size: 1.4rem;
	color:#666;
}
#main_container > .sec03 .right{
	justify-content: space-between;
}
#main_container > .sec03 .right > div{
	width: 48.76%;
	border-radius: 2rem;
}
#main_container > .sec03 .right > div:first-child{
	background: #ededed;
}
#main_container > .sec03 .right > div:last-child{
	background: #ffc06e;
}
#main_container > .sec03 .right > div a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4rem;
	width: 100%;
	height: 100%;
}
#main_container > .sec03 .right > div .txt{
	margin-bottom: 3rem;
	font-size: 1.8rem;
	color: #000;
}
#main_container > .sec03 .right > div .txt strong{
	display: block;
	margin-bottom: 5px;
	font-size: 2.8rem;
	font-weight: 700;
}
#main_container > .sec03 .right > div .img{
	text-align: center;
}
#main_container > .sec03 .right > div .img img{
	max-width: 234px;
	width: 100%;
}

@media (max-width:1359.98px) {
	#main_container > .sec03 .br1{
		display: none;
	}
}
@media (max-width:1213.98px) {
	#main_container > .sec03 .br2{
		display: none;
	}
}
@media (max-width:1199.98px) {
	#main_container > .sec03 .left {
    padding: 4rem 3rem;
	}
	#main_container > .sec03 .left ul li .desc {
    width: 80%;
	}
	#main_container > .sec03 .right > div .txt strong {
    font-size: 2.5rem;
	}
	#main_container > .sec03 .right > div a {
    padding: 3rem;
	}
}
@media (max-width:991.98px) {
	#main_container > .sec03 {
    padding-top: 8rem;
		padding-bottom: 8rem;
    flex-wrap: wrap;
	}
	#main_container > .sec03 > div{
		width: 100%;
	}
}
@media (max-width:767.98px) {
	#main_container > .sec03 .left {
    padding: 3rem;
	}
	#main_container > .sec03 .left ul li + li {
    margin-top: 2.5rem;
	}
	#main_container > .sec03 .left ul li .desc strong {
		width: calc(100% - 45px);
    font-size: 1.8rem;
	}
	#main_container > .sec03 .left ul li .desc span {
    margin-right: 7px;
	}
	#main_container > .sec03 .right > div .txt strong {
    font-size: 2.2rem;
	}
	#main_container > .sec03 .right > div .txt {
    margin-bottom: 2rem;
    font-size: 1.6rem;
	}
	#main_container > .sec03 .right > div .img img {
    max-width: 160px;
	}
}




/* sec04 */
#main_container > .sec04{
	padding-top: 7.5rem;
	padding-bottom: 9rem;
	background: url(../_img/main/sec04_bg1.jpg) no-repeat center center / cover;
}
#main_container > .sec04 h4{
	margin-bottom: 3.5rem;
	text-align: center;
	color: #fff;
	line-height: 1.8;
}
#main_container > .sec04 .link{
	justify-content: center;
}
#main_container > .sec04 a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 1.5rem;
	width: 16rem;
	height: 4.6rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	background: rgba( 0, 0, 0, 0);
	border: 2px solid #fff;
	border-radius: 3rem;
	transition: all 0.5s ease-in-out;
}
#main_container > .sec04 a:hover{
	color: #c4262e;
	background: #fff;
}
@media (max-width:991.98px) {
	#main_container > .sec04{
		padding-top: 5rem;
		padding-bottom: 6rem;
	}
	#main_container > .sec04 h4{
		margin-bottom: 3rem;
		line-height: 1.6;
	}
	#main_container > .sec04 a{
		width: 14rem;
	}
}
@media (max-width:767.98px) {
	#main_container > .sec04 h4{
		margin-bottom: 2rem;
	}
	#main_container > .sec04 a{
		width: 12rem;
		height: 4rem;
		font-size: 1.6rem;
	}
}


