@charset "utf-8";
/*-----------------------------------------------------------
Author : Gahye Park
Create date : 2022. 02. 14
-----------------------------------------------------------*/

#container{position:relative; overflow:hidden; margin:0 auto;}
#container:after{content:""; display:block; clear:both; }
#container ::-webkit-scrollbar { width: 2px; height: 3px; }
#container ::-webkit-scrollbar-thumb { background-color: #444; }
#container ::-webkit-scrollbar-track { background-color: #ddd; }

.main_content{position:relative; z-index:2; height:calc(100vh - 239px);}
.main_content:after{content:""; display:block; clear:both; }

.MC_wrap1{display: flex; justify-content: space-between; align-items: center; height: 100%;}

.cont_wrap {display: flex; flex-wrap: wrap; justify-content: space-between; width:calc(100% - 565px); height: 570px;}
.cont_wrap2 {display: flex; width: 100%; margin-top: 40px;}

.MC_box1{ width:540px; height:570px;}/* 메인비주얼 */
.MC_box2{ position:relative; width:calc(100% - 305px); height:310px; align-items:center; }/* 공지사항 */
.MC_box3{ width:280px; height:310px; }/* 행사일정 */
.MC_box4,
.MC_box5,
.MC_box6 { width:calc((100% - 345px) / 3); } /* 갤러리1,갤러리2, 홍보영상 */
.MC_box4,
.MC_box5 {margin-right: 20px;} /* 갤러리1,갤러리2 */
.MC_box6 {margin-right: 25px;} /* 홍보영상 */
.MC_box7{ width:280px; } /* 팝업존 */

/* responsive */
@media (max-width:1540px){
	.main_content{ height:100%; margin-top:37px}

	.MC_wrap1 {align-items: start;}

	.cont_wrap {height: auto; padding-bottom: 290px;}
	.cont_wrap2 {position: absolute; bottom: 40px; left:20px; right:20px; width: auto; margin-top: 0;}

	.MC_box2{ width:100%; height:auto; }/* 공지사항 */
	.MC_box3{ width:100%; height:auto; margin-top:30px; }/* 행사일정 */
	.MC_box4,
	.MC_box5,
	.MC_box6,
	.MC_box7{ width:24%; } /* 갤러리1,갤러리2, 홍보영상, 팝업존 */
}

@media (max-width:1240px){
	#container{ padding-top:120px;} /* 20251204 수정 */

	.main_content {margin-top:25px;}

	.MC_wrap1 {flex-direction: column;}

	.cont_wrap {width:100%; padding-bottom: 0; margin-top:40px;}
	.cont_wrap2 {position: static; bottom: auto; left:auto; right:auto; width: 100%; margin-top: 30px; margin-bottom: 30px;}

	.MC_box1{ width:100%; height:auto;}/* 메인비주얼 */
	.MC_box2{ width:49% }/* 공지사항 */
	.MC_box3{ width:49%; margin-top:0; }/* 행사일정 */
}

@media (max-width:960px){
	.cont_wrap2 {flex-wrap: wrap; justify-content: space-between;}

	.MC_box1{ margin-top:-10px; }/* 메인비주얼 */
	.MC_box2{ width:100%; }/* 공지사항 */
	.MC_box3{ width:100%; margin-top:25px; }/* 행사일정 */
	.MC_box4,
	.MC_box5,
	.MC_box6,
	.MC_box7{ width:48.75%; margin-left: 0; margin-right: 0;} /* 갤러리1,갤러리2, 홍보영상, 팝업존 */
	.MC_box6,
	.MC_box7 {margin-top: 25px;}
}

@media (max-width:768px){
}

@media (max-width:600px){
}

@media (max-width:580px){
	#container{ padding-top:60px;}
	
	.main_content {margin-top: 50px;} /* 20251204 추가 */
	#wrap.no_langs .main_content {margin-top: 25px;} /* 20251204 추가 */
}

@media (max-width:480px){
	.MC_box4,
	.MC_box5,
	.MC_box6,
	.MC_box7{ width:100%;} /* 갤러리1,갤러리2, 홍보영상, 팝업존 */
	.MC_box5 {margin-top:25px;}
}
