﻿@charset "utf-8";

#container {position:relative; padding-top:130px; overflow:hidden; background:#fafafa;}
#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:30px 0; background:#dee3ea url('/images/web/coe/main/bg_pt.png') repeat;} /* 상단 틀 */
.MC_wrap {position:relative; width:1200px; margin:0 auto; overflow:hidden;}
.MC_box1 {position:absolute; right:0; top:0; width:720px; height:500px;} /* 메인비주얼 */
.MC_box2 {position:relative; width:450px; height:260px;} /* 공지사항 */
.MC_box3 {position:relative; width:450px; height:210px; margin-top:30px;} /* 바로가기1 */
.MC_box4 {position:relative; width:100%; height:60px; margin-top:30px;} /* 바로가기2 */

.MC_wrap2 {position:relative; padding:30px 0; background:#454545;} /* 하단 틀 */
.MC_box5 {position:relative; width:940px; height:280px; float:left;} /* 우리 학과 소개 */
.MC_box6 {position:relative; width:260px; height:280px; float:right;} /* 문의사항 */

@media (max-width:1019px) {
	
	.MC_box1, .MC_box2, .MC_box3, .MC_box4, .MC_box5, .MC_box6, .MC_box7, .MC_box8,
	.MC_box9, .MC_box10, .MC_box11, .MC_box12, .MC_box13, .MC_box14, .MC_box15 {-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease}
	
	#container, .main_content,
	.MC_wrap1, .MC_wrap2, .MC_box1, .MC_box2, .MC_box3, .MC_box4, .MC_box5, .MC_box6, .MC_box7, .MC_box8, 
	.MC_box9, .MC_box10, .MC_box11, .MC_box12, .MC_box13, .MC_box14, .MC_box15 {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box}
	
	#container {width:100%; padding-top:110px;}
	.main_content { width:100%; height:100%;}
	
	.MC_wrap1 {padding:20px 0;}/* 상단 틀 */
	.MC_wrap {width:96%;}
	.MC_box1 {position:relative; right:auto; top:auto; width:100%; height:auto;} /* 메인비주얼 */
	.MC_box2 {width:49%; height:240px; float:left; margin-top:20px;} /* 공지사항 */
	.MC_box3 {width:49%; height:240px; float:right; margin-top:20px;} /* 바로가기1 */
	.MC_box4 {height:auto; float:left; margin-top:20px;} /* 바로가기2 */

	.MC_wrap2 {padding:20px 0;} /* 하단 틀 */
	.MC_box5 {width:100%; height:auto; float:none;} /* 우리 학과 소개 */
	.MC_box6 {width:100%; height:auto; float:none; margin-top:20px;} /* 문의사항 */
	
}

@media (max-width:860px) {



}

@media (max-width:680px) {

	.MC_box2 {width:100%; float:none;} /* 공지사항 */
	.MC_box3 {width:100%; height:auto; float:none;} /* 바로가기1 */
	.MC_box4 {float:none;} /* 바로가기2 */

	.MC_box5 {width:100%; height:auto; float:none;} /* 우리 학과 소개 */
	.MC_box6 {width:100%; height:auto; float:none; margin-top:20px;} /* 문의사항 */

}


@media (max-width:480px) {	
	


}

