﻿@charset "utf-8";


#container {position:relative;background-color:#fff;min-height: 880px;}
#container:after {content:""; display:block; clear:both;}

.main_content {position:relative;z-index:7;  font-family:"NotoR";}
.main_content:after {content:""; display:block; clear:both;}

.MC_wrap{overflow:hidden;width:980px;margin:30px auto;}

.con01{ position:relative; width:29%; float:left;}
.con02{ position:relative;float:right;width:69%;}

.MC_box1{position:relative;width:100%;height:445px;}/* 메인비주얼 */
.MC_box2{width:980px;margin:-30px auto 0;height:90px;}/* 교훈 */
.MC_box3{position:relative;height:220px;}/* 게시판01 */
.MC_box4{position:relative;height:220px;margin-top:20px;}/* 게시판02 */
.MC_box5{position:relative;width:100%;height:275px;}/* 카테고리 */
.MC_box6{position:relative;width:100%;height:375px;background:url(/images/co/cv/template/00133/main/133gallery_bg.png) no-repeat;background-size:cover;}/* 포토갤러리 */
.MC_box7{position:relative;width:100%;height:165px;margin-bottom:20px;} /* 로그인 알림창 */

@media(max-width: 1080px){

	.MC_wrap{width:95%;margin-top:20px;}

	.con01{float:none;width:100%;margin-bottom:20px;}
	.con02{overflow:hidden;float:none;width:100%;}

	.MC_box1{height:auto;}/* 메인비주얼 */
	.MC_box2{width:95%;height:88px;}/* 교훈 */
	.MC_box3{float:left;width:49%;} /* 게시판01 */
	.MC_box4{float:left;width:49%;margin-left:2%;margin-top:0;} /* 게시판02 */
	.MC_box5{height:auto;} /* 카테고리 */
	.MC_box7{height:auto;} /* 로그인알림창 */
}

@media (max-width: 800px) {
	
	#container{-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{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}

}

@media (max-width: 560px) {

	.MC_box2{height:75px;}/* 교훈 */
	.MC_box3,
	.MC_box4{float:none;width:100%;}/* 게시판01, 게시판02 */
	.MC_box4{margin-left:0;margin-top:20px;}/* 게시판02 */
}