﻿@charset "utf-8";

#container {position:relative; overflow:hidden; background:#fafafa;}
#container:after {content:""; display:block; clear:both;}

.main_content {position:relative; z-index:1000; width:1400px; margin:0px auto 55px;}
.main_content:after {content:""; display:block; clear:both;}

.MC_wrap {width:100%;} /* 메인비주얼+컨텐츠 */
.MC_wrap1 { position: relative; width:100%;}
.MC_box1 {position:relative; width:100%; height:495px;} /* 메인비주얼 */

.MC_box_wrap {position:relative; width:1400px; height:385px; margin:0 auto; z-index:1000;} /* 학과소개+포토+퀵 wrap */
.MC_box2 {position:relative; width:380px; height:320px; margin:0 50px 0 0; float:left;} /* 학과소개 */
.MC_box5 {position:relative; width:540px; height:320px; margin:0 50px 0 0; float:left;} /* 포토갤러리 */

.MC_box_con {position:relative; width:380px; float:right} /* 퀵메뉴+링크 */
.MC_box3 {position:relative; width:380px; height:230px; margin: 0 0 20px; float:right} /* 퀵메뉴 */
.MC_box4 {position:relative; width:380px; height:70px; float:right} /* 링크 */

.MC_box6 {position:relative; width:380px; height:330px; margin: 40px 0 0; float:left;} /* 팝업 */
.MC_box7 {width:540px; height:330px; margin: 40px 0 0 50px; overflow:hidden; float:left; } /* 공지사항 */
.MC_box8 {width:380px; height:330px; margin: 40px 0 0 50px; overflow:hidden; 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_box_wrap, .MC_box_con,
	.MC_wrap, .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%; margin-top:40px;} /* 190902 수정 */
	.main_content { width:95%; height:100%; margin:0 auto 20px; overflow: hidden;}
	
	.MC_box1 {height:400px;} /* 메인비주얼 */
	
	.MC_box_wrap { width:95%;  height:720px; } /* 학과소개+포토+퀵 wrap */
	.MC_box2 {width:49%; margin:0 2% 0 0;} /* 학과소개 */
	.MC_box5 {width:100%; height:360px; margin:20px 0 0; float:left;} /* 포토갤러리 */
	
	.MC_box_con {width:49%;}/* 퀵메뉴+링크 */
	.MC_box3{width:100%; margin:0px 0 20px 0;} /* 퀵메뉴 */
	.MC_box4{width:100%; margin:0 0 20px 0} /* 링크 */
	
	.MC_box6{width:49%; margin:20px 0 0 0;} /* 팝업 */
	.MC_box7{width:100%; margin:20px 0 0 0;} /* 공지사항 */
	.MC_box8 {width:49%; margin:20px 0 0 0 ;} /* 바로가기 */

	
	
}

@media (max-width:860px) {

}

@media (max-width:680px) {

	

}

@media (max-width:580px) {
	
	.MC_box1 {height:350px;} /* 메인비주얼 */
	
	.MC_box2 {width:100%; margin:0px 0 20px 0;} /* 학과소개 */
	
	.MC_box_con {width:100%;}/* 퀵메뉴+링크 */
	
	.MC_box6{width:100%;} /* 팝업 */
	.MC_box8 {width:100%;}/* 바로가기 */

		
}
@media (max-width:480px) {

}


