﻿/* COMMON */
.heading {font-size: 1rem; color: #000; font-weight: 600;}
.btn_more_01 {display: inline-block; width: 2rem; height: 2rem; border-radius: 50%; background: #000; position: relative;}
.btn_more_01 .dot {display: inline-block; width: 0.2rem; height: 0.2rem; border-radius: 0.2rem; background: #565656; position: absolute; top: 50%; margin-top: -0.1rem; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.btn_more_01 .dot1 {left: 50%; margin-left: -.45rem;}
.btn_more_01 .dot2 {left: 50%; margin-left: -.1rem;}
.btn_more_01 .dot3 {background: none; right: 50%; margin-right: -.45rem;}
.btn_more_01 .dot3:after {content: ""; width: 0.2rem; height: 0.2rem; border-radius: 0.2rem; background: #565656; position: absolute; right: 0.1rem; bottom: -0.05rem; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform-origin: right bottom; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.btn_more_02 { position: relative;}
.btn_more_02::before { width:1.6rem; height: 1.6rem; background: #000; border-radius: 50%; content: ''; position: absolute; right: 0; top:-0.1rem; z-index: -1; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.btn_more_02 em { color: #333; font-weight: 500; font-size: 0.75rem; display: inline-block; vertical-align: middle; margin-right: 0.75rem; }
.btn_more_02 img { vertical-align: middle; padding-right:0.35rem;}
.no_data {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
/* COMMON : active */
.btn_more_01:hover .dot1,
.btn_more_01:focus .dot1 {width: 0.9rem;}
.btn_more_01:hover .dot3:after,
.btn_more_01:focus .dot3:after {width: 0.65rem;} 

/* 메인비주얼 */ 
.MVisual0028 {height: 100%; border-radius: 0 0 0 3.5rem; isolation: isolate; overflow: hidden;}
.MVisual0028 .slider {position: relative; z-index: 0;}
.MVisual0028 .item {font-size: 0; line-height: 0; overflow: hidden;}
.MVisual0028 .item img {width: auto; height: 100%; position: relative; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0028 .control {position: absolute; left: calc(50% + 17rem); bottom: 1rem; z-index: 1;}
.MVisual0028 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(29, 112, 221, 0.6); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0028 .control > a.play{display:none;}
/* 메인비주얼 : active */ 
.MVisual0028 .control > a:hover,
.MVisual0028 .control > a:focus{ background:rgb(29, 112, 221, 0.9);}

/* 바로가기1 */ 
.M_link0028 ul {width: calc(100% + 1.2rem);margin-left: -0.6rem;display: flex;flex-wrap: wrap;}
.M_link0028 ul li { width: 25%; padding:0 0.6rem;} 
.M_link0028 ul li:nth-child(2n) { margin-top:1rem; }
.M_link0028 ul li:nth-child(n+5) { display: none; }
.M_link0028 ul li a {display: flex; align-items: center; flex-direction: column; background:rgba(255,255,255,0.9); border:2px solid transparent; border-radius:1.5rem; padding:0.8rem 0.5rem 0.5rem; box-shadow:2px 2px 12px rgba(0,0,0,0.2); transition:all 0.15s; -webkit-transition:all 0.15s;}
.M_link0028 ul li a .txt {height: 2rem; padding: 0 0.5rem; color: #333; text-align:center; font-size:0.85rem; overflow-y: hidden; line-height:1.2; transition:all 0.15s; -webkit-transition:all 0.15s;}
/* 바로가기1 : active */
.M_link0028 ul li a:hover,
.M_link0028 ul li a:focus {border-color:#03c561;}
.M_link0028 ul li a:hover .txt,
.M_link0028 ul li a:focus .txt { font-weight:600; color:#000a09;}

/* 식단 */
.meal_menu0028 {display: flex; align-items: center; position: relative; padding-left:5rem; background:#fde7ea; border-radius:5rem;}
.meal_menu0028 .heading {max-width: 7.5rem; flex-shrink: 0; font-weight: 600; white-space: nowrap; overflow: hidden; margin-right: 1.1rem; }
.meal_menu0028 .inner {width: 100%; padding-left: 0.3rem; position: relative;}
.meal_menu0028 .inner ul {max-height: 5rem; overflow-y: auto;}
.meal_menu0028 .inner ul li dl {display: flex; align-items: center; height: 5rem;}
.meal_menu0028 .inner ul li dl .kcal {flex-shrink: 0; font-size: 1rem; font-weight: 500; margin-right: 1.2rem; white-space: nowrap; color:#111;}
.meal_menu0028 .inner ul li dl .kcal strong { width:2.9rem; height:2.9rem; border-radius:50%; background:#ff4040; display:inline-block; line-height:2.9rem; text-align:center; color:#fff; margin-right:0.75rem;}
.meal_menu0028 .inner ul li dl .kcal em {color: #fe718e; font-weight: 600;}
.meal_menu0028 .inner ul li dl .meal_list {width: 100%; word-break: keep-all;} 
.meal_menu0028 img {position: absolute; left: 1.75rem; top: calc(50% - 1.375rem); max-width: 2.8rem; max-height: 2.75rem;}
.meal_menu0028 .btn_more_01 {flex-shrink: 0; margin-right: 1.5rem; background: #fff; }
/* 식단 : no_data */
.meal_menu0028 .inner ul li.no_data {height: 5rem;}

/* 게시판 */
.notice0028 {position: relative;}
.notice0028 .titTab { position: relative; padding-right: 3rem;}
.notice0028 .titTab::after { content: ''; display: block; width: 100%; height: 2px; background: url('/images/schl/template/T0028/main/0028_notice_ptrrn.png'); position: absolute; top: calc(50% - 1px); right: 0; z-index: -3;}
.notice0028 .titTab ul {display: flex; }
.notice0028 .titTab ul li {max-width: calc((100% - 1rem) / 3); position: relative; background: #fff;}
.notice0028 .titTab ul li:last-child { padding-right: 1rem;}
.notice0028 .titTab ul li + li { padding-left: 2rem;}
.notice0028 .titTab ul li + li::before { content: ''; display: block; width: 0.15rem; height: 0.45rem; background: url('/images/schl/template/T0028/main/0028_notice_line.png') no-repeat center / contain; position: absolute; top: calc(50% - 0.225rem); left: 1rem;}
.notice0028 .titTab ul li a {display: block; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0028 .titTab ul li a span {display: block; font-size: 1rem; color: #666666; font-weight:500; text-align: center; white-space: nowrap; overflow: hidden;}
.notice0028 .tabWrap {margin-top: 1rem;}
.notice0028 .tabWrap .list_box {display: none;}
.notice0028 .tabWrap .list_box ul {display: flex;flex-wrap: wrap;justify-content: flex-start;align-content: space-between;height: 11rem;width: calc(100% + 0.9rem);margin-left: -0.45rem;}
.notice0028 .tabWrap .list_box ul li {width: calc(100% / 3); height: 100%; padding: 0 0.45rem;}
.notice0028 .tabWrap .list_box ul li:nth-child(n + 4) {display: none;}
.notice0028 .tabWrap .list_box ul li a {display: flex; flex-direction: column; justify-content: center; height: 100%; border-radius: 1rem; border: 1px solid #e4e4e4; background: #fff; padding: 0 1rem; position:relative;}
.notice0028 .tabWrap .list_box ul li a:after { content:''; display:block; width:calc(100% + 2px); height:calc(100% + 2px); border:2px solid #0464db; position:absolute; top:-1px; left:-1px; border-radius: 1rem; opacity:0; transition:all 0.15s; -webkit-transition:all 0.15s;}
.notice0028 .tabWrap .list_box ul li a strong {font-size: .9rem; color: #222; font-weight:500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.notice0028 .tabWrap .list_box ul li a p{ height:2.5rem; line-height:1.25rem; margin:1.4rem 0 1.25rem; color:#555; font-size:0.75rem; font-weight:400; overflow:hidden; display: -webkit-box;-webkit-box-orient: vertical; max-width: 100%; word-wrap: break-word; text-overflow: ellipsis; -webkit-line-clamp: 2;}
.notice0028 .tabWrap .list_box ul li a span {display: block; color: #888; font-size:0.75rem; font-weight:400;}
.notice0028 .tabWrap .list_box .btn_more_02 {position: absolute; right: 0; top: 0; }
.notice0028 .tabWrap .list_box .btn_more_02::before{ background:#1d70dd;}
.notice0028 .tabWrap .list_box .btn_more_02::after{ background:#fff; display: block; width: calc(100% + 1rem); position: absolute; height: 100%; right: 0; top: 0; content: ''; z-index: -2;}
/* 게시판 : active */
.notice0028 .titTab ul li a.current span,
.notice0028 .titTab ul li a:hover span,
.notice0028 .titTab ul li a:focus span{ color:#0464db; font-weight:600; }
.notice0028 .tabWrap .list_box.on {display: block;}
.notice0028 .tabWrap .list_box ul li a:hover strong,
.notice0028 .tabWrap .list_box ul li a:focus strong { color:#0464db; }
.notice0028 .tabWrap .list_box ul li a:hover:after,
.notice0028 .tabWrap .list_box ul li a:focus:after { opacity:1;}
.notice0028 .tabWrap .list_box .btn_more_02:hover::before,
.notice0028 .tabWrap .list_box .btn_more_02:focus::before{ background:#0e55b1;}
/* 게시판 : new */
.notice0028 .tabWrap .list_box ul li a.new strong {position: relative;}
.notice0028 .tabWrap .list_box ul li a.new strong:before {content: "N"; display: inline-flex; justify-content: center; align-items: center; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: #1d70dd; font-size: 0.75rem; color: #fff; font-weight: 600; margin-right: 0.4rem; position: relative;}
/* 게시판 : no_data */
.notice0028 .tabWrap .list_box ul li.no_data { width: 100%; height: 10rem;}

/* 팝업존 */
.pop0028 {position: relative;}
.pop0028 .heading {max-width: calc(100% - 11rem); white-space: nowrap; overflow: hidden;}
.pop0028 .pop_img {margin-top: 1rem; width: 100%; height: 11.25rem; border-radius: 1rem; background: rgba(0,0,0,0.2); overflow: hidden;}
.pop0028 .pop_img .item a {display: block; height: 11.25rem; border-radius: 0.5rem; background: rgba(0,0,0,0.1); font-size: 0; line-height: 0; overflow: hidden; position: relative;}
.pop0028 .pop_img .item a img {width: auto; height: 100%; position: relative; left: 50%; transform: translateX(-50%);}
.pop0028 .control {display: flex; align-items: center; position: absolute; right: 0; top: -0.25rem;}
.pop0028 .control .page { display: flex; font-size: 0.75rem; font-weight:400; align-items: center;}
.pop0028 .control .page strong {display: block; color: #ff6857; font-weight: 800;font-size:0.9rem;}
.pop0028 .control .page span {display: block; margin-left: 1.8rem; color: #0065df; position: relative;}
.pop0028 .control .page span:before {content: ""; display: block; width: 0.65rem; height: 1px; background: #000; position: absolute; left: -1.25rem; top: 50%; margin-top: -0.5px;}
.pop0028 .control .btn_box {display: flex; margin-left: 0.85rem;}
.pop0028 .control .btn_box a {display: inline-flex; justify-content: center; align-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: #ebebeb; font-size: 1.25rem; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.pop0028 .control .btn_box a + a {margin-left: 0.2rem;}
.pop0028 .control .btn_box a.stop,
.pop0028 .control .btn_box a.play {font-size: 1rem;}
.pop0028 .control .btn_box a.play {display: none;}
/* 팝업존 : active */
.pop0028 .control .btn_box a:hover,
.pop0028 .control .btn_box a:focus {border-color: #ff8b3b; background: #ff8b3b; color: #fff;}

/* 갤러리 */
.gallery0028 {position: relative;}
.gallery0028 .tit_wrap {display: flex; justify-content: space-between; align-items: center;}
.gallery0028 .tit_wrap .heading {max-width: calc(100% - 5rem); white-space: nowrap; overflow: hidden;}
.gallery0028 .tit_wrap .btn_more_01 {background: #ffa800;}
.gallery0028 .list_box {margin-top: 1rem; }
.gallery0028 .list_box ul { display: flex; justify-content: flex-start;}
.gallery0028 .list_box ul li {width: calc(50% - 0.9rem);}
.gallery0028 .list_box ul li + li {margin-left: 1.8rem;}
.gallery0028 .list_box ul li:nth-child(n + 3) {display: none;}
.gallery0028 .list_box ul li a {display: block; width: 100%; position:relative;}
.gallery0028 .list_box ul li a .img {height: 9.6rem; background: rgba(0,0,0,0.1); font-size: 0; line-height: 0; overflow: hidden; position: relative; border-radius: 1.25rem;}
.gallery0028 .list_box ul li a .img img {width: auto; height: 100%; position: relative; left: 50%; top: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.gallery0028 .list_box ul li a .txt {margin-top: 0.75rem; text-align: center; background:#fff; width:100%; position:absolute; bottom:-2rem; left:0; padding:0.7rem 0.5rem; border-radius: 0 1.25rem 1.25rem 1.25rem; box-shadow:2px 2px 5px rgba(0,0,0,0.15);}
.gallery0028 .list_box ul li a .txt span {display: block; font-size: 0.85rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.gallery0028 .list_box ul li a .txt em {display: block; margin-top: 0.25rem; color: #888; font-size:0.75rem; font-weight:400;}
.gallery0028 .btn_more_02::before{ background:#30afa4;}
/* 갤러리 : active */
.gallery0028 .list_box ul li a:hover .img img {transform: translate(-50%, -50%) scale(1.1); -webkit-transform: translate(-50%, -50%) scale(1.1);}
.gallery0028 .list_box ul li a:hover .txt,
.gallery0028 .list_box ul li a:focus .txt{ background:#30afa4; color:#fff; }
.gallery0028 .list_box ul li a:hover .txt em,
.gallery0028 .list_box ul li a:focus .txt em { color:#fff;}
.gallery0028 .btn_more_02:hover::before,
.gallery0028 .btn_more_02:focus::before { background:#1c9187;}
/* 갤러리 : no_data */
.gallery0028 .list_box ul li.no_data { width: 100%; height: 10.15rem;}

/* 캘린더 */
.pop_schedule0028 {position: relative;}
.pop_schedule0028 .tit_wrap {display: flex; justify-content: space-between; align-items: center; width: 50%;}
.pop_schedule0028 .tit_wrap .heading { max-width: calc(100% - 5rem); font-weight: 600; white-space: nowrap; overflow: hidden;}
.pop_schedule0028 .tit_wrap .btn_more_02 {position: relative; z-index: 1;}
.pop_schedule0028 .sche_wrap {margin-top: -1.4rem; overflow: hidden;}
.pop_schedule0028 .sche_wrap {padding-left: 53.3%;}
.pop_schedule0028 .sche_wrap .month {width: 100%; text-align: center; background: #ff8b3b; padding:0.6rem 0; display: flex; justify-content: space-between; align-items: center; border-radius:1rem;}
.pop_schedule0028 .sche_wrap .month a { color:#fff; font-size: 0.8rem; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.pop_schedule0028 .sche_wrap .month a.prev { margin-left:0.5rem; }
.pop_schedule0028 .sche_wrap .month a.next { margin-right:0.5rem;}
.pop_schedule0028 .sche_wrap .month span {display: inline-flex; align-items: center; color: #fff; font-weight:300;}
.pop_schedule0028 .sche_wrap .month span em { font-weight: 800; font-size:1rem;}
.pop_schedule0028 .sche_wrap .sche_list {position:absolute;left:0;bottom: 0;width: 50%;}
.pop_schedule0028 .sche_wrap .sche_list .sche_table {height: 100%; position: relative; border-radius:1.5rem; overflow:hidden; z-index: 1;}
.pop_schedule0028 .sche_wrap .sche_list .sche_table table {border-collapse: collapse;}
.pop_schedule0028 .sche_wrap .sche_list .sche_table th {font-size: 0.75rem; color: #111; font-weight: 700; padding: 0.7rem 0; background:#ff8b3b; color:#fff;} 
.pop_schedule0028 .sche_wrap .sche_list .sche_table th:first-of-type { padding-left:0.7rem; }
.pop_schedule0028 .sche_wrap .sche_list .sche_table th:last-of-type { padding-right:0.7rem; }
.pop_schedule0028 .sche_wrap .sche_list .sche_table td {padding: 0.15rem 0.1rem; text-align: center;}
.pop_schedule0028 .sche_wrap .sche_list .sche_table tbody { height: 9.5rem; background:#Fff;}
.pop_schedule0028 .sche_wrap .sche_list .sche_table td span,
.pop_schedule0028 .sche_wrap .sche_list .sche_table td a {position: relative; font-size: 0.75rem; z-index: 1;}
.pop_schedule0028 .sche_wrap .sche_list .sche_table td a::before{ position: absolute; content: ''; display: block; width: 1.25rem; height: 1.25rem; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1;}
.pop_schedule0028 .sche_wrap .sche_list .sche_table td a .event::before{ position: absolute; content: ''; display: block; width: 1.25rem; height: 1.25rem; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1;}
.pop_schedule0028 .sche_wrap .sche_list .sche_table table tbody tr td:first-of-type { padding-left:0.7rem; }
.pop_schedule0028 .sche_wrap .sche_list .sche_table table tbody tr td:last-of-type { padding-right:0.7rem; }
.pop_schedule0028 .sche_wrap .sche_list .sche_table table tbody tr:first-of-type td { padding-top:0.5rem; } 
.pop_schedule0028 .sche_wrap .sche_list .sche_table table tbody tr:last-of-type td { padding-bottom:1rem; } 
.pop_schedule0028 .sche_wrap .sche_list .sche_table td .sat {color: #3988f5;}
.pop_schedule0028 .sche_wrap .sche_list .sche_table td .sun {color: #ff8994;}
.pop_schedule0028 .sche_wrap .sche_list .sche_table td .event {color: #fff;}
.pop_schedule0028 .sche_wrap .sche_list .sche_table td .event::before {background: #69bbb5;}
.pop_schedule0028 .sche_wrap .sche_list .sche_table td .today {color: #fff;}
.pop_schedule0028 .sche_wrap .sche_list .sche_table td .today::before {background: #fc6901;}
.pop_schedule0028 .sche_wrap .lst {width: 100%;height: 100%;background: url('/images/schl/template/T0028/main/0028_sche_bg.jpg');padding: 1rem 0;}
.pop_schedule0028 .sche_wrap .lst ul {width: 100%; height: 9.7rem; overflow-y: auto;}
.pop_schedule0028 .sche_wrap .lst ul li {padding: 0.3rem 0;}
.pop_schedule0028 .sche_wrap .lst ul li a {display: flex;}
.pop_schedule0028 .sche_wrap .lst ul li a {display: block; font-weight: 400; color: #2d2d2d; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pop_schedule0028 .sche_wrap .lst ul li a span {display: inline-block; width: 1.75rem; height: 1.75rem; border-radius: 50%; text-align: center; line-height: 1.75rem; margin-right: 0.4rem; background: #ff8b3b; color: #fff; font-weight: 600;}
.pop_schedule0028 .tit_wrap .btn_more_02::before { background: #fc6901; color: #fff;}
/* 캘린더 : active */ 
.pop_schedule0028 .tit_wrap .btn_more_02:hover::before,
.pop_schedule0028 .tit_wrap .btn_more_02:focus::before { background: #da5b00; color: #fff;}
.pop_schedule0028 .sche_wrap .month a:hover,
.pop_schedule0028 .sche_wrap .month a:focus { color: #30afa4; }
.pop_schedule0028 .sche_wrap .sche_list .sche_table td .event:hover,
.pop_schedule0028 .sche_wrap .sche_list .sche_table td .event:focus,
.pop_schedule0028 .sche_wrap .sche_list .sche_table td .today:hover,
.pop_schedule0028 .sche_wrap .sche_list .sche_table td .today:focus { text-decoration: underline;} 
.pop_schedule0028 .sche_wrap .lst ul li a:hover,
.pop_schedule0028 .sche_wrap .lst ul li a:focus { text-decoration: underline;} 

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4; background: #fff;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 4rem; font-size: 0.8rem; font-weight: 600; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.3rem; overflow: hidden; border-left:1px solid #ccc;}
.banner_zone .btn a {float: left; width: 1.4rem; height: 1.4rem; line-height:1.4rem; text-align:center; overflow: hidden; border:1px solid #ccc; border-left:0;}
.banner_zone .btn a.play{display:none;}
.banner_zone .bnWrap { width: calc(100% - 10rem); float:left; padding-top: 0.75rem; padding-left:1.5rem; overflow: hidden;}
.banner_zone .bnWrap a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; margin:0 5px; border: 1px solid #c8d1db; overflow: hidden;}
.banner_zone .bnWrap a img {max-width: 100%; max-height: 100%; vertical-align: middle;}

@media (max-width: 1240px){
    
    /* 메인비주얼 */
    .MVisual0028 .item img {left:auto; right:0; transform: none;}
    .MVisual0028 .control { left: auto; right:1rem;}

    /* 갤러리 */
    .gallery0028 .list_box ul li {width: calc(50% - 0.5rem);}
    .gallery0028 .list_box ul li + li {margin-left: 1rem;} 
}

@media (max-width: 1024px){
    
    /* 갤러리 */
    .gallery0028 .list_box ul li {width: calc(50% - 0.5rem);}
    .gallery0028 .list_box ul li + li {margin-left: 1rem;}
    .gallery0028 .list_box ul li:nth-child(2) {display: list-item;}

    /* 게시판 */
    .notice0028 .titTab ul li + li { padding-left: 1rem;}
    .notice0028 .titTab ul li + li::before { left: 0.5rem;}
    .notice0028 .tabWrap {margin-top: 1.3rem;}
    .notice0028 .tabWrap .list_box ul li {width: calc(100% / 2); }
    .notice0028 .tabWrap .list_box ul li:nth-child(n + 3) {display: none;}
}

@media (max-width: 860px){
    /* COMMON */
    .heading {font-size: 0.9rem; }
    .btn_more_02 em { display: none;}
    
    /* 메인비주얼 */
    .MVisual0028 .item img {width: 100%; height: auto;}

    /* 바로가기1 */ 
    .M_link0028 ul { width: calc(100% + 0.8rem); margin-left: -0.4rem; }
    .M_link0028 ul li { padding:0 0.4rem;} 
    .M_link0028 ul li:nth-child(2n) { margin-top:0; } 
    .M_link0028 ul li a { background:#fff; padding:0.3rem 0.2rem 0.5rem; } 
    .M_link0028 ul li a .img img {transform: scale(0.8); -webkit-transform: scale(0.8);}

    
    /* 갤러리 */
    .gallery0028 .list_box {margin-top: 0.8rem;}
    .gallery0028 .list_box ul li {width: calc(50% - 0.5rem);}
    .gallery0028 .list_box ul li + li {margin-left: 1rem;}
    .gallery0028 .list_box ul li:nth-child(2) {display: list-item;}
    
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px){ 
    
    /* 식단 */
    .meal_menu0028 {flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 1rem;border-radius: 1.3rem;}
    .meal_menu0028 .heading {order: 1; max-width: calc(100% - 3rem); margin-right: 0; padding-right: 1.5rem; position: relative;}
    .meal_menu0028 .heading span {display: block; max-width: 100%; white-space: nowrap; overflow: hidden;}
    .meal_menu0028 .inner {order: 3; width: 100%; padding-left: 0;}
    .meal_menu0028 .inner ul {max-height: 6.3rem;}
    .meal_menu0028 .inner ul li {padding-bottom: 1rem;}
    .meal_menu0028 .inner ul li dl {height: auto;display: flex;flex-direction: column;align-items: flex-start;}
    .meal_menu0028 .inner ul li dl .kcal { margin: 0.5rem 0;}
    .meal_menu0028 img { display:none;}
    .meal_menu0028 .btn_more_01 {order: 2; margin-right:0;} 
     
} 
@media (max-width: 560px){
    
    /* 메인비주얼 */
    .MVisual0028 {border-radius: 0 0 0 1rem;} 
    .MVisual0028 .control > a {width: 1.65rem; height: 1.65rem; line-height: 1.65rem;}
  
    
    /* 게시판 */
    .notice0028 .titTab ul {flex-wrap: wrap;}
    .notice0028 .titTab::after {display:none;}
    .notice0028 .titTab ul li {max-width: 100%; margin-right: 0.25rem; margin-bottom: 0.25rem;}
    .notice0028 .titTab ul li + li {margin-left: 0;}
    .notice0028 .titTab ul li + li::before { display:none;}
    .notice0028 .tabWrap {margin-top: 0.75rem;}
    .notice0028 .tabWrap .list_box ul {display: block; height: auto;}
    .notice0028 .tabWrap .list_box ul li {width: 100%; height: auto;} 
    .notice0028 .tabWrap .list_box ul li:nth-child(n+2) {display: none;}
    .notice0028 .tabWrap .list_box ul li a {padding: 1.5rem 1rem;}
    .notice0028 .tabWrap .list_box ul li a p { margin: 1rem 0;}
}

@media (max-width: 480px){
    
    /* 팝업존 */
    .pop0028 .pop_img {height: auto;}
    .pop0028 .pop_img .item a {height: auto;}
    .pop0028 .pop_img .item a img {width: 100%; height: auto;}
    
    /* 갤러리 */
    .gallery0028 .list_box ul li {width: 100%;}
    .gallery0028 .list_box ul li + li {margin-left: 0;}
    .gallery0028 .list_box ul li:nth-child(2) {display: none;}
     
    
    /* 바로가기1 */ 
    .M_link0028 ul li { width: 50%; padding:0 0.6rem;} 
    .M_link0028 ul li:nth-child(n+3) { margin-top:1rem; }
    .M_link0028 ul li a { background:#fff; padding:0rem 0.2rem 0.2rem; } 

    /* 캘린더 */
    .pop_schedule0028 .tit_wrap { width:100%;}
    .pop_schedule0028 .sche_wrap { padding-left:0; margin-top: 0.9rem;}
    .pop_schedule0028 .sche_wrap .month {display:none;}
    .pop_schedule0028 .sche_wrap .lst {display:none;}
    .pop_schedule0028 .sche_wrap .sche_list { position:relative; width:100%;}
 
}

@media (max-width: 380px){
    /* 팝업존 */  
    .pop0028 .heading {max-width: calc(100% - 9.5rem); }
    .pop0028 .control .page span { margin-left: 1rem; }
    .pop0028 .control .page span:before { left: -0.9rem; }
    .pop0028 .control .btn_box { margin-left: 0.5rem;}
}