@charset "utf-8";
/*-----------------------------------------------------------
Author : Juyeon Jang
Create date : 2022. 11. 24
-----------------------------------------------------------*/

#container{position:relative; overflow:hidden; margin:0 auto; }
#container:after{content:""; display:block; clear:both; }

.main_content{position:relative; z-index:2; }
.main_content:after{content:""; display:block; clear:both; }

.MC_wrap1{ position:relative; padding: 200px 0 0 960px; }
.MC_wrap1:before{ content:""; position:absolute; right:-172px; top:147px; width:130px; height:160px; background:url('/images/org/web/hcedu/main/img_visual.png') no-repeat center/cover; z-index: 1;}
.MC_wrap2{ position:relative; overflow:hidden;}


.MC_box1{ position:absolute; right:510px; top:0; width:1150px; height:430px; }/* 메인비주얼 */
.MC_box2{ position:relative; width:100%; height:230px; }/* 팝업존 */
.MC_box3{ position:relative; width:100%; height:200px; margin:20px 0; }/* 공지사항 */
.MC_box4{ position:relative; width:100%; height:auto; margin-bottom:40px; }/* 바로가기 */
.MC_box5{ position:relative; width:100%; height:auto; margin-bottom:30px; }/* 바로가기3 */
.MC_box6{ position:relative; width:100%; height:auto; margin-bottom:25px; }/* 포토뉴스 */
.MC_box7{ position:relative; width:53%; height:325px; margin-bottom:35px; float:left; }/* 바로가기2 */
.MC_box8{ position:relative; width:43%; height:325px; margin-bottom:35px; float:right; }/* 사용자서비스 */

/* responsive */
@media (max-width:1680px){

}

@media (max-width:1440px){

	.MC_wrap1{ padding: 200px 20px 0 66%; }

	.MC_box1{ right:37%; }/* 메인비주얼 */
	.MC_box7{ width:58%; }/* 바로가기2 */
	.MC_box8{ width:40%; }/* 사용자서비스 */
}

@media (max-width:1240px){

	#container{ padding-top:120px;} /* 20251204 수정 */

	.MC_wrap1{ position:relative; padding:0 20px; overflow: hidden; }

	.MC_box1{ position:relative; right:auto; top:auto; width:100%; height:auto; margin:20px 0 30px; }/* 메인비주얼 */
	.MC_box2{ width:49%; height:210px; float:right; margin-top:0; }/* 팝업존 */
	.MC_box7{ width:100%; height:300px; float:none; margin-bottom:40px; }/* 바로가기2 */
	.MC_box8{ width:100%; height:auto; float:none; }/* 사용자서비스 */

}

@media (max-width:960px){
	.MC_wrap2:before{  width:10%;}

	.MC_box2{ width:100%; height:auto; float:none; }/* 팝업존 */

}

@media (max-width:768px){
	.MC_wrap2{ background-image:none;}
	.MC_wrap2:before{ display:none;}

	.MC_box1{ margin:20px 0;}
	.MC_box3{ height:auto; margin:30px 0; }/* 공지사항 */
	.MC_box4{ margin-bottom:30px; }/* 바로가기 */
	.MC_box5{ margin-bottom:30px; }/* 바로가기3 */
	.MC_box6{ margin-bottom:20px;}/* 포토뉴스 */
	.MC_box7{ height:260px; margin-bottom:30px; }/* 바로가기2 */
	.MC_box8{ margin:30px 0; }/* 사용자서비스 */

}

@media (max-width:580px){

	#container{ padding-top:60px;}
	
	.main_content {margin-top: 25px;} /* 20251204 추가 */
	#wrap.no_langs .main_content {margin-top: 0;} /* 20251204 추가 */

}
