﻿@charset "utf-8";

#container {position:relative; height:100%; background:#fff url(/images/web/dongwon-hs/main/m_bg.gif) repeat-x 0 0; }
#container:after {content:""; display:block; clear:both;}

.main_content {position:relative; z-index:7; width:980px; margin:0 auto; }
.main_content:after {content:""; display:block; clear:both;}


.MC_box1{ position:relative; width:100%; height:300px}/* 메인비주얼 */
.MC_box2 {position:relative; width:100%; height:135px}/* 바로가기 */
.MC_box3 {position:relative; width:645px; height:228px; float:left; margin:0 18px 18px 0;}  /* 공지사항 */
.MC_box4 {position:relative; width:317px; height:228px; float:left;}/* 팝업존 */
.MC_box5 {position:relative; width:318px; height:210px; float:left;}/* 학사일정 */
.MC_box6{ position:relative; width:318px; height:210px; float:left;  margin:0 9px;}/* 학교앨범 */
.MC_box7 {position:relative; width:325px; height:210px; float:left}/* 식단 */
.MC_box8 {position:relative; width:100%; height:78px; margin-top:20px}/* 배너 */



@media (max-width: 800px) {
	
	#container,
	.main_content {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box}
	#container { width:100%; padding-top:69px; background:none; }
	.main_content { width:95%; height:100%; }
		
	.MC_box1 {width:100%; height:auto;}	
	.MC_box2 {width:100%; height:auto}
	.MC_box3 {width:100%;}  
	.MC_box4 {width:49%; margin-right:2%;}
	.MC_box5 {width:49%; height:228px;}
	.MC_box6 {width:100%; margin:18px 0;}
	.MC_box7 {width:100%;}	


}

@media (max-width: 670px) {	

	.MC_box4 {width:100%;}
	.MC_box5 {width:100%; margin-top:18px; }


}

@media (max-width: 480px) {	

		
}

