﻿@charset "utf-8";
/* CSS Document */


#container {position:relative;}
#container:after {content:""; display:block; clear:both;}

.main_content { position:relative; width:980px; margin:0 auto; padding:40px 0 50px 0; }
.main_content:after {content:""; display:block; clear:both;}

.MC_wrap1{position:relative; width:364px; float:left;}
.MC_wrap2{position:relative; width:335px; float:left; margin:0 30px;}
.MC_wrap3{position:relative; width:220px; float:left;}

.MC_box1 {width:100%; height:529px; overflow:hidden; border-radius:10px; }
.MC_box2 {width:100%; height:114px; float:left; overflow:hidden; border-radius:10px; margin-top:20px;}/*급훈*/
.MC_box3 {width:100%; height:170px; float:left;}
.MC_box4 {width:100%; height:170px; float:left; margin:17px 0;}
.MC_box5 {width:100%; height:154px; float:left;}/*포토갤러리*/
.MC_box6 {width:100%; height:114px; float:left; overflow:hidden; border-radius:10px;  margin-top:20px;}/*설문조사*/
.MC_box7 {width:100%; height:140px; float:left; border-radius:10px; }/*로그인*/
.MC_box8 {width:100%; height:255px; float:left; border-radius:10px; margin:15px 0;}/*카테고리*/
.MC_box9 {width:100%; height:236px; float:left; border-radius:10px; }/*우리반시간표*/

@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:70px; }
	.main_content { width:100%; padding:20px 2.5% 20px; }

	#container,
	.main_content,
	.MC_box1, MC_box2, MC_box3, MC_box4, MC_box5, MC_box6, MC_box7, MC_box8, MC_box9 {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;  }
	
	.MC_box1, MC_box2, MC_box3, MC_box4, MC_box5, MC_box6, MC_box7, MC_box8, MC_box9 {-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease}
	
	.MC_wrap1{width:100%;}	
	.MC_wrap2{width:100%; margin:0;}	
	.MC_wrap3{width:100%; }	
	
	.MC_box1{height:500px;} 
	.MC_box7, .MC_box8{display:none;}
	.MC_box9{margin:15px 0;}
	
}