﻿@charset "utf-8";

/* 메인 컨테이너 */
#container { overflow:hidden; position:relative; z-index:1; width:100%; background:url('/00_common/images/T3003_main/3003_pttrn_main.png') repeat; }

.MC_wrap1 { position:relative; width:100%; height:auto; }
.MC_wrap1 .container { padding:3.5rem 0 2rem 0; }
.MC_wrap2 { position:relative; width:100%; height:auto; background:url('/00_common/images/T3003_main/3003_bg_main.png') no-repeat center top; background-size:cover; }

.MC_box1 { position:relative; width:100%; height:25.2rem; } /* 비주얼 */
.MC_box2 { position:relative; float:left; width:61.5%; height:15.2rem; } /* 게시판 */
.MC_box3 { position:relative; float:right; width:35%; height:15.2rem; } /* 캘린더 */
.MC_box4 { position:relative; float:left; width:33%; height:15.4rem; margin-top:1rem;} /* 식단 */
.MC_box5 { position:relative; float:left; width:25%; height:15.4rem; margin:1rem 0 0 2rem; } /* 바로가기1 */
.MC_box6 { position:relative; float:right; width:35%; height:15.4rem; margin-top:1rem; } /* 팝업존 */
.MC_box7 { position:relative; width:100%; height:25.6rem; padding:7.25rem 0 4.5rem 0; } /* 갤러리 */

@media (max-width: 1200px) {

    /* 비주얼 */
    .MC_box1 { height:auto; }
    
}

@media (max-width: 1024px) {

    .MC_wrap1 .container { padding-top:2.5rem; }

    /* 게시판 */
    .MC_box2 { width:59%; height:14rem; }

    /* 캘린더 */
    .MC_box3 { width:37%; height:14rem; }

    /* 식단 */
    .MC_box4 { width:59%; margin-top:1.5rem; }

    /* 바로가기1 */
    .MC_box5 { float:right; width:37%; margin-left:0; margin-top:1.5rem; }

    /* 팝업존 */
    .MC_box6 { width:100%; height:auto; margin-top:1.5rem; }

    /* 갤러리 */
    .MC_box7 { height:auto; padding-top:1rem; }
    
}

@media (max-width: 854px) {

    /* 게시판 */
    .MC_box2 { width:100%; height:13.5rem; }

    /* 캘린더 */
    .MC_box3 { width:100%; margin-top:1rem; }

    /* 식단 */
    .MC_box4 { width:48.5%; }

    /* 바로가기1 */
    .MC_box5 { width:48.5%; }

}

@media (max-width: 600px) {	

    /* 식단 */
    .MC_box4 { width:100%; }

    /* 바로가기1 */
    .MC_box5 { width:100%; }

}