<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }
#container *{ scrollbar-arrow-color: #ddd; scrollbar-Track-Color: #ddd; scrollbar-base-color: #aaa; scrollbar-Face-Color: #aaa; scrollbar-3dLight-Color: #aaa; scrollbar-DarkShadow-Color: #aaa; scrollbar-Highlight-Color: #aaa; scrollbar-Shadow-Color: #aaa;}
#container ::-webkit-scrollbar { width: 5px; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

.MC_wrap1 {position: relative;}
.MC_wrap1::before { content: ""; display: block; width: 10.9rem; height: 9.6rem; background: url('/images/template/T0024/main/0024_wrap_img.png') no-repeat center / contain; position: absolute; top: 3.9rem; left: 50%; margin-left: -43rem; z-index: 999;}
.MC_wrap2 {position: relative; padding-bottom:3.05rem;}
.MC_wrap2::before { content: ""; display: block; width: 300%; height: 100%; background: #edebff; position: absolute; top: 0; left:-3.55rem; border-radius: 1.5rem 0 0 0;}

.MC_cont {position:relative; width:36%; float:left; margin-top:2rem; }

.MC_box1 { position:relative; width:calc(100% + 3.75rem); height:22rem; margin-left:-3.75rem; z-index: 1; } /* 비주얼 */
.MC_box1::before { content: ""; display: block; width: 200%; height: 100%; background: #fbe6ee; position: absolute; left: 5rem; top:0; } /* 비주얼 */
.MC_box2 { position:relative; width:100%; height:9rem;} /* 식단 */
.MC_box3 { position:relative; width:100%; height:16rem;} /* 바로가기 */
.MC_box4 { position:relative; width:61%; height:25rem; float:right; margin-top:2rem;} /* 공지사항 */
.MC_box5 { position:relative; width:100%; height:16rem; margin:3rem 0 2.45rem; } /* 포토갤러리 */ 
.MC_box6 { position:relative; width:35%; height:16.2rem; float:left; } /* 팝업존 */
.MC_box7 { position:relative; width:62%; height:16.2rem; float:right; } /* 캘린더 */


@media (max-width:1240px){    
    .MC_box1 { width: 100%; height:auto; margin-left: 0;}
    .MC_box1::before { left: 10rem; } /* 비주얼 */
}

@media (max-width:1024px){ 
    .MC_cont {width:48%;}
    .MC_box4 {width:48%;} /* 공지사항 */

} 
@media (max-width:960px){ 
    .MC_cont {width:100%; }
    .MC_box2 { position:relative; width:35%; height:12rem; float:left; } /* 식단 */
    .MC_box3 { position:relative; width:62%; height:12rem; float:right; margin:0.5rem 0;} /* 바로가기 */
    .MC_box4 {width:100%; height:auto;} /* 공지사항 */

}  
@media (max-width:768px){  
    .MC_wrap2::before {top: 2.6rem; height: calc(100% - 2.6rem);}

    .MC_cont {margin-top:1.5rem;}
    
    .MC_box1 { margin-left: -1rem;}
    .MC_box2 {width:100%; height: 8rem; float:none;} /* 식단 */
    .MC_box3 {width:100%; height:auto; float:none;} /* 바로가기 */
    .MC_box4 {margin-top:0.5rem;} /* 공지사항 */
    .MC_box5 {height:auto; margin:0.5rem 0;} /* 포토갤러리 */
    .MC_box6 {width:calc(100% + 2rem); height:auto; float:none; margin-left:-1rem; margin-top: 1.5rem;} /* 팝업존 */
    .MC_box7 {width:100%; height:auto; float:none; margin-top: 1.5rem;} /* 캘린더 */
}

@media (max-width:480px){ 
    .MC_wrap2 {padding-bottom: 2rem;} 
}</pre></body></html>