﻿@charset "utf-8";

#container {position:relative; height:100%; *background:#fff url(/images/sch/web/bongmyeong-m/main/m_bg.gif) repeat-x 0 0; }
#container:after {content:""; display:block; clear:both;}
#container div, #container ul li{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }

.main_content {position:relative; z-index:7; width:980px; margin:0 auto; }
.main_content:after {content:""; display:block; clear:both;}


.MC_box1, .MC_box2, .MC_box3, .MC_box4, .MC_box5, .MC_box6, .MC_box7, .MC_box8, .MC_box9{position: relative; float:left;}

.MC_box1{position:relative;  width:100%; height:358px; margin:0 auto; }/* 비주얼 */
.MC_box2{position:relative; width:100%;}/* 바로가기01 */
.MC_box3{position:relative; width:500px; height:210px; }/* 공지사항 */
.MC_box4{position:relative; width:240px; height:210px; }/* 학사일정 */
.MC_box5{position:relative; width:240px; height:210px; }/* 식단 */
.MC_box6{position:relative; width:500px; height:210px; }/* 학교앨범 */
.MC_box7{position:relative; width:260px; height:210px; position: absolute;  top:146px; left:0; }/* 팝업존 */
.MC_box8{position:relative; width:480px; height:210px; }/* 바로가기 */
.MC_box9{position:relative; width:100%; height:100px;}

@media (max-width: 800px) {

	#container { width:100%; padding-top:69px; background:none; }
	.main_content { width:96%; height:100%; float:left; margin:0px 2%;}

	.MC_box1{ height:auto; }/* 비주얼 */
	.MC_box3{ width:100%;}/* 공지사항 */
	.MC_box4{ width:50%; }/* 학사일정 */
	.MC_box5{ width:50%; }/* 식단 */
	.MC_box6{ width:100%; }/* 학교앨범 */
	.MC_box7{top:-210px;}/* 팝업존 */
	.MC_box8{ width:100%;  }/* 바로가기 */
	.MC_box9{width:100%; height:100px;}
	
}
@media (max-width: 670px) {	

	.MC_box2{ margin-top:220px;}/* 바로가기01 */
	.MC_box4{ width:100%; }/* 학사일정 */
	.MC_box5{ width:100%; height:auto;}/* 식단 */
	.MC_box7{ width:100%; top:0px; left:auto;}/* 팝업존 */

}
