.main_visual .swiper-slide{
	height:100vh;
	position:relative;
	background-color: #fafafa;
}
.main_visual .swiper-slide > .txt_box{
	position:absolute;
	width:100%;
	text-align:center;
	color:#fff;
	padding-top:90px;
}
.main_visual .swiper-slide > .txt_box1{
	left:0;
	bottom:13%;
}
.main_visual .swiper-slide > .txt_box2{
	display: flex;
	justify-content: space-between;
	top: 50%; left: 50%;
	transform: translate(-50%,-51%);
}
.main_visual .swiper-slide > .txt_box1 h2{
	margin-bottom: 2rem;
	font-size:11rem;
}
.main_visual .swiper-slide > .txt_box1 h2 span{
	color: #fff100;
}
.main_visual .swiper-slide > .txt_box1 > img,
.main_visual .swiper-slide > .txt_box1 .text{
	display: none;
}
.main_visual .swiper-slide > .txt_box2 > div.text{
	width: 65.95%;
}
.main_visual .swiper-slide > .txt_box2 > div.num{
	width: calc(34.05% - 9.5rem);
}
.swiper-button-prev,
.swiper-button-next{
	background-image: none !important;
	width: unset !important;
	opacity: 0;
}
.swiper-button-prev{
	left: 0 !important;
	padding-left: 11rem;
}
.swiper-button-next{
	right: 0 !important;
	padding-right: 11rem;
}
.swiper-button-prev p,
.swiper-button-next p{
	position: relative;
	font-family: 'Playfair Display';
	font-size: 2rem;
	font-weight: 600;
	color: #656565;
}
.swiper-button-prev p::before,
.swiper-button-next p::before{
	content: '';
	position: absolute;
	width: 10rem;
	height: 1px;
	background: #d8d8d8;
	top: 50%;
	transform: translateY(-50%);
}
.swiper-button-prev p::before{
	left: -11rem;
}
.swiper-button-next p::before{
	right: -11rem;
}
@media (max-width:1919.98px) {
	.main_visual .swiper-slide > .txt_box2{
		padding: 0 50px;
		max-width: 1200px;
	}
}
@media (max-width:1199.98px) {
	.swiper-button-prev{
		padding-left: 1.5rem;
	}
	.swiper-button-next{
		padding-right: 1.5rem;
	}
	.swiper-button-prev p::before,
	.swiper-button-next p::before{
		width: 1.5rem;
	}
	.swiper-button-prev p::before{
		left: -1.5rem;
	}
	.swiper-button-next p::before{
		right: -1.5rem;
	}
	.main_visual .swiper-slide > .txt_box2{
		max-width: 1000px;
	}
}
@media (max-width:991.98px) {
	.main_visual .swiper-slide{
		height: auto;
		background: none !important;
	}
	.main_visual .swiper-slide2{
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fafafa !important;
	}
	.main_visual .swiper-slide > .txt_box{
		position: unset;
	}
		.main_visual .swiper-slide > .txt_box1 h2,
	.main_visual .swiper-slide > .txt_box1 p{
		display: none;
	}
	.main_visual .swiper-slide > .txt_box1 > img{
		display: block;
	}
	.main_visual .swiper-slide > .txt_box1 .text{
		position: absolute;
		bottom: 11%; left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		display: block;
		max-width: 600px;
		width: 100%;
	}
	.main_visual .swiper-slide > .txt_box2{
		max-width: 800px;
		padding: 0 20px;
		padding-top: 0;
		transform: translate(0);
	}
}
@media (max-width:767.98px) {
	.main_visual .swiper-slide > .txt_box1 .text{
		max-width: 500px;
	}
	.main_visual .swiper-slide > .txt_box {
    padding-top: 70px;
	}
	.main_visual .swiper-slide > .txt_box2{
		max-width: 600px;
	}
}
@media (max-width:575.98px) {
	.main_visual .swiper-slide > .txt_box1 .text{
		max-width: 350px;
	}
	.main_visual .swiper-slide2 > .txt_box img{
    max-width: 400px;
		margin: 0 auto;
	}
	.swiper-button-prev p::before, .swiper-button-next p::before {
    display: none;
	}
	.swiper-button-next {
    padding-right: 2px;
	}
	.swiper-button-prev {
    padding-left: 2px;
	}
}
@media (max-width:450px) {
	.main_visual .swiper-slide > .txt_box1 .text{
		max-width: 300px;
	}
}
@media (max-width:360px) {
	.main_visual .swiper-slide{
		margin-top: 6rem;
	}
	.main_visual .swiper-slide > .txt_box1 .text{
		max-width: 250px;
	}
	.main_visual .swiper-slide > .txt_box {
    padding-top: 0;
	}
	.main_visual .swiper-slide2 > .txt_box img{
    max-width: 280px !important;
	}
}


/* section 타이틀 */
#main_container section h4.main_title{
	margin-bottom: 5rem;
	font-family: 'Playfair Display';
	font-size: 6rem;
	font-weight: 600;
}
/* section 공통 */
#main_container > section{
	padding:12rem 15px;
}
@media (max-width:1199.98px) {
	#main_container section h4.main_title{
		margin-bottom: 4rem;
		font-size: 5rem;
	}
}
@media (max-width:767.98px) {
	#main_container section h4.main_title{
		margin-bottom: 3rem;
		font-size: 4rem;
	}
	#main_container > section{
		padding:8rem 15px;
	}
}


/*sec01*/
#main_container > .sec01{
	position: relative;
}
#main_container > .sec01::after{
	content:"";
	z-index:-1;
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	height:100%;
	max-height: 60rem;
	background:url(../_img/main/main_sec01_bg.png) no-repeat bottom left / contain;
}
#main_container > .sec01 > div{
	margin: 0 auto;
}
#main_container > .sec01 .text > p{
	color: #333;
}
#main_container > .sec01 .text > p strong{
	display: block;
	margin-bottom: 1rem;
	color: #000;
}
#main_container > .sec01 .text > p strong span{
	color: #f64a2d;
}
#main_container > .sec01 table{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#main_container > .sec01 tr:not(:last-child){
	border-bottom: 1px solid #ddd;
}
#main_container > .sec01 th,
#main_container > .sec01 td{
	padding: 4.5rem 0;
}
#main_container > .sec01 th span{
	display: inline-block;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	font-size: 2.4rem;
	font-weight: 600;
	color: #fff;
	background: #f64a2d;
}
#main_container > .sec01 td.eng4{
	font-size: 3.4rem;
	font-weight: 500;
}
#main_container > .sec01 td.eng4 span.kor1{
	margin-left: 1.5rem;
	font-size: 1.8rem;
}
#main_container > .sec01 td:nth-child(3){
	padding: 4.5rem 2rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	color: #888;
}
#main_container > .sec01 td a{
	display: inline-block;
	min-width: 13rem;
	width: 100%;
	padding: .9rem 0;
	text-align: center;
	font-size: 1.5rem;
	color: #888;
	background: #eee;
	border-radius: 2rem;
	transition: all 0.3s;
}
#main_container > .sec01 td a i{
	margin-left: 5px;
}
#main_container > .sec01 td a:hover{
	color: #fff;
	background: #000;
}
@media (max-width:1199.98px) {
	#main_container > .sec01 td.eng4{
		padding-left: 1rem;
		font-size: 3rem;
	}
	#main_container > .sec01 td.eng4 span.kor1{
		display: block;
		margin-left: 0;
	}
}
@media (max-width:991.98px) {
	#main_container > .sec01::after{
		display: none;
	}
}
@media (max-width:767.98px) {
	#main_container > .sec01 th, #main_container > .sec01 td {
    padding: 3rem 0;
	}
	#main_container > .sec01 th span {
		width: 3.5rem;
		height: 3.5rem;
    font-size: 2.2rem;
	}
	#main_container > .sec01 td.eng4 {
    font-size: 2.2rem;
	}
	#main_container > .sec01 td:nth-child(3) {
    padding: 3rem 1rem;
    font-size: 1.6rem;
	}
	#main_container > .sec01 td a {
    min-width: 10rem;
    font-size: 1.4rem;
	}
	#main_container > .sec01 td a i {
    margin-left: 2px;
	}
}
@media (max-width:575.98px) {
	#main_container > .sec01{
		padding-top: 6rem;
	}
}
@media (max-width: 500px) {
	#main_container > .sec01 .table_con{
		max-width: 500px;
		overflow-x: scroll;
	}
	#main_container > .sec01 table{
		width:500px !important;
	}
}






/*sec02*/
#main_container > .sec02{
	z-index: 1;
	position: relative;
}
#main_container > .sec02::after{
	content:"";
	position:absolute;
	left:50%;
	right:50%;
	margin-left:-50vw;
	margin-right:-50vw;
	height:100%;
	top:0;
	background:#110907;
	z-index:-1;
}
#main_container > .sec02 .main_title{
	color: #fff;
}
#main_container > .sec02 .row > div .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3rem;
}
#main_container > .sec02 .row > div .title p{
	position: relative;
	padding-left: 6.5rem;
	color: #fff;
	font-size: 4.8rem;
	font-weight: 500;
}
#main_container > .sec02 .row > div .title p::before{
	content: '';
	position: absolute;
	top: 50%; left: 0;
	width: 5rem;
	height: .5rem;
	background: url(../_img/main/main_sec02_line.png) no-repeat center center / 5rem .5rem;
}
#main_container > .sec02 .row > div .title a{
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	text-align: center;
	font-size: 3rem;
	border-radius: 50%;
	flex-shrink: 0;
	color: #fff;
	background: #f64a2d;
}
#main_container > .sec02 .row > div .contents{
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 2.5rem;
}
#main_container > .sec02 .row > div:first-child .contents li{
	width: calc(50% - 1.3rem);
}
#main_container > .sec02 .row > div:last-child .contents li{
	width: 100%;
}
#main_container > .sec02 .row > div .contents p.img{
	height: 24rem;
	border: 1px solid #333;
}
#main_container > .sec02 .row > div .contents p.img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#main_container > .sec02 .row > div .contents p.text{
	margin-top: 1rem;
	width: 82%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #ccc;
}
#main_container > .sec02 .row > div:last-child .contents p.img{
	position: relative;
}
#main_container > .sec02 .row > div:last-child .contents p.img::before,
#main_container > .sec02 .row > div:last-child .contents p.img::after{
	content: '';
	position: absolute;
}
#main_container > .sec02 .row > div:last-child .contents p.img::before{
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
#main_container > .sec02 .row > div:last-child .contents p.img::after{
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 2.7rem;
	height: 3.6rem;
	background: url(../_img/main/main_sec02_playBtn.png) no-repeat center center / 2.7rem 3.6rem;
}
@media (max-width:1199.98px) {
	#main_container > .sec02 .row > div .title p {
    padding-left: 6.5rem;
    font-size: 3.5rem;
	}
}
@media (max-width:991.98px) {
	#main_container > .sec02 .row > div .title {
    margin-bottom: 2rem;
	}
}






/*sec03*/
#main_container > .sec03 > div:not(.row){
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10rem;
}
#main_container > .sec03 > div:not(.row) a{
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	background: url(../_img/main/main_sec03_plusIcon.png) no-repeat center center / 4.8rem 4.8rem;
}
#main_container > .sec03 h4.main_title{
	margin-bottom: 0;
}
#main_container > .sec03 .row a{
	position: relative;
	display: block;
	padding: 3.5rem;
	padding-top: 6.5rem;
	border: 1px solid #ddd;
}
#main_container > .sec03 .row a p{
	position: absolute;
	left: 3.5rem;
	top: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 7rem;
	height: 7rem;
	font-size: 1.6rem;
	color: #fff;
	background: #000;
}
#main_container > .sec03 .row a p.notice{
	background: #f64a2d;
}
#main_container > .sec03 .row dt,
#main_container > .sec03 .row dd.desc{
	width:100%;
	word-wrap: break-word; 
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#main_container > .sec03 .row dt{
	height: 7rem;
	font-size: 2.2rem;
	font-weight: bold;
	color: #333;
	-webkit-line-clamp: 2;
	letter-spacing: -1px;
}
#main_container > .sec03 .row dd.desc{
	margin-top: 2.5rem;
	margin-bottom: 4.5rem;
	height: 8.5rem;
	font-size: 1.8rem;
	font-weight: 300;
	color: #888;
	-webkit-line-clamp: 3; 
}
#main_container > .sec03 .row dd.date{
	font-size: 1.8rem;
	color: #555;
}
@media (max-width:991.98px) {
	#main_container > .sec03 > div:not(.row){
		margin-bottom: 8rem;
	}
}
@media (max-width:767.98px) {
	#main_container > .sec03 .row a {
    padding: 3rem;
    padding-top: 5rem;
	}
	#main_container > .sec03 .row dt {
    height: 6rem;
    font-size: 2rem;
	}
	#main_container > .sec03 .row dd.desc {
    margin-top: 2rem;
    margin-bottom: 3rem;
    height: 7rem;
    font-size: 1.6rem;
	}
}

/* sec04 */
#main_container > .sec04{
	z-index: 1;
	position: relative;
}
#main_container > .sec04::after{
	content:"";
	position:absolute;
	left:50%;
	right:50%;
	margin-left:-50vw;
	margin-right:-50vw;
	height:100%;
	top:0;
	background: #f5f5f5;
	z-index:-1;
}
#main_container > .sec04 .sw_con{
	padding-bottom: 5rem;
	overflow-y: scroll;
}
#main_container > .sec04 .text{
	margin-top: 1rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #000;
	letter-spacing: -1.2px;
}
#main_container > .sec04 .swiper-slide p.img{
	max-width: 325px;
}
#main_container > .sec04 .swiper-slide p.img img{
	width: 100%;
}
#main_container > .sec04 .swiper-slide > a:hover p.img{
	z-index: 1;
	position: relative;
	border-bottom-right-radius: 5rem;
	overflow: hidden;
}
#main_container > .sec04 .swiper-slide > a:hover p.img::after{
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border-bottom-right-radius: 5rem;
	border: 1rem solid #f64a2d;
}

/* @media(max-width:991.98px){
 	.main_visual{
		height:auto;
	}
	.main_visual#main_visual_pc{
		display:none;
	}

	.main_visual#main_visual_mo{
		display:block;
		padding-top: 67px;
	}

	.main_visual .swiper-slide {
		
		max-height:280px;
	    position: relative;
	}
} */


/* 모달 */
#gallery_Modal .modal-dialog,
#video_Modal .modal-dialog{
  margin: 0 auto !important;
  top: 50%;
  transform: translateY(-50%) !important;
  max-width: 700px !important;
}
#gallery_Modal .modal-body ,
#video_Modal .modal-body {
  padding: 3rem;
}
#video_Modal .modal-body{
	min-height: 45rem;
}
#video_Modal .modal-body .top{
	margin-bottom: 3rem;
}
#gallery_Modal .title,
#video_Modal .title{
  font-size: 2rem;
}
#gallery_Modal .close ,
#video_Modal .close {
  font-size: 2.5rem;
}
#gallery_Modal .img,
#video_Modal .img{
  width: 100%;
}
#gallery_Modal .img img,
#video_Modal .img iframe{
  width: 100%;
}
#video_Modal .img{
	height: 36rem;
}
#video_Modal .img iframe{
  height: 100%;
}


