﻿/*-----------------------------------------------------------
Author :yejin, Son
Creative date :2022. 05. 23
-----------------------------------------------------------*/

/* 메인 컨테이너 */
#container {position: relative; width:100%; z-index: 2;}

.container:after {display: none;}

.MC_wrap1 {position: relative; z-index: 1;}
.MC_wrap1::after{content: ""; width: 1531px; height: 255px; background: url('/images/schl/template/T0080/main/0080_bg01.png') no-repeat; position: absolute; z-index: -1; bottom: 1.5rem; left: 52%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}

.MC_wrap2 {margin-top: 3rem; position: relative;}
.MC_wrap2 .container {display: flex; flex-wrap: wrap; justify-content: space-between;}
.MC_wrap3 {margin-top: 2.5rem;  position: relative;}
.MC_wrap3 .container {display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; padding: 1.5rem 0 2rem;}
.MC_wrap3 .container::before{content: ""; width: 200%; height: 100%; background: linear-gradient(90deg,  rgb(3, 132, 169), rgb(255, 129, 28)); position: absolute; top: 0; right: -3rem; z-index: -1; opacity: 0.1; border-top-right-radius: 1rem;}

.MC_box1 {width: 100%; height: 24rem;} /* 메인비주얼 */
.MC_box1::after {content: ""; display: block; width: 100%; height: calc(100% + 1.5rem); border-radius: 2.5rem; background: url('/images/schl/template/T0080/main/0080_bg03.jpg'); position: absolute; right: -2rem; bottom: -1.5rem; z-index: -2;}
.MC_box2 {margin-bottom: 2.25rem; min-height: 123px;} /* 바로가기1 */
.MC_box3 {width: calc(100% - 20rem); min-height: 291px;} /* 게시판 */
.MC_box4 {width: 17.5rem; min-height: 291px;} /* 팝업존 */
.MC_box5 {margin-top: 2.5rem; width: 100%; min-height: 197px;} /* 캘린더 */
.MC_box6 { width: calc(100% - 20rem); min-height: 285px;} /* 갤러리 */
.MC_box7 { width: 17.5rem; min-height: 275px} /* 식단 */

@media (max-width: 1240px) {
    .MC_wrap3 .container { padding: 1.5rem 1rem 2rem; }
    .MC_wrap3 .container::before{ width: 100%; left: 0; border-top-right-radius: 0; background: linear-gradient(90deg, rgb(3, 132, 169), rgb(255, 129, 28)); }

    .MC_box1{height: auto;}
}

@media (max-width: 1024px) {
    #container {padding-top: 3.3rem;}

    .MC_wrap2 {margin-top: 2rem;}
    .MC_wrap3 {margin-top: 2rem;}

    .MC_box1::after { bottom: -1rem;}
    .MC_box2 { margin-bottom: 1.5rem; }
    .MC_box5 {margin-top: 2rem;} /* 캘린더 */
    .MC_box7 { width: 18.42rem;} /* 식단 */
}

@media (max-width: 860px){
    #container:after {height: 24.85rem;}

    .MC_wrap1 .container {padding: 0;}
    .MC_wrap3 {margin-top: 1.5rem}
    
    
    .MC_box1::after { right: -1.5rem; bottom: -0.5rem; }
    .MC_box3 {width: 100%;} /* 게시판 */
    .MC_box6 {width: 100%;} /* 갤러리 */
    .MC_box4, /* 팝업존 */
    .MC_box7 {margin-top: 1.5rem; width: 100%;} /* 식단 */
}
