﻿/* COMMON */
.tit_wrap {display: flex; justify-content: space-between; align-items: center; position: relative;}
.heading {display: inline-block; max-width: calc(100% - 2.5rem); font-size: 1rem; color: #000; font-weight: 600; white-space: nowrap; overflow: hidden;}
.btn_more {display: flex; justify-content: center; align-items: center; width: 1.75rem; height: 1.75rem; border-radius: 50%; background: #f0f0f0; font-size: 1.2rem; color: #000; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
/* COMMON : active */ 
.btn_more:hover {background: #00a0b0; color: #fff !important;}

/* 메인비주얼 */ 
.MVisual0020 {width: 100%; position: relative;}
.MVisual0020 .slider{ height:100%; border-radius:0 0 0 5rem; overflow:hidden; isolation: isolate;}
.MVisual0020 .slider div{height:100%;}
.MVisual0020 .slider .slick-track{z-index:0;}
.MVisual0020 .item{overflow:hidden; line-height:0;}
.MVisual0020 .item img {position: relative; width: auto; height: 100%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0020 .control {position: absolute; left: 6rem; bottom: 2rem; z-index: 1;}
.MVisual0020 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(0,0,0, 0.4); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0020 .control > a.play{display:none;}
/* 메인비주얼 : active */ 
.MVisual0020 .control > a:hover,
.MVisual0020 .control > a:focus{ background:rgb(0,0,0, 0.9);}

/* 캘린더 */
.pop_schedule0020 .sche_wrap {margin-top: 1rem; display: flex;}
.pop_schedule0020 .sche_wrap .month {width: 6rem; padding-top: 1rem; text-align: center; margin-right: 1rem; position: relative; z-index: 1;}
.pop_schedule0020 .sche_wrap .month:before {content: ""; width: 100%; height: 6rem; border-radius: 1rem; background: #00a0b0; position: absolute; left: 0; top: 0; z-index: -1;}
.pop_schedule0020 .sche_wrap .month span {display: block; font-size: 0.9rem; color: #fff; font-weight: 600;}
.pop_schedule0020 .sche_wrap .month span em {display: block; margin-top: 0.5rem; padding-top: 4.5rem; font-size: 1rem; color: #000; font-weight: 600; position: relative;}
.pop_schedule0020 .sche_wrap .month span em:before { content: ""; display: block; width: 2.5rem; height: 2.3rem; background: url('/images/schl/template/T0020/main/0020_sche.png') center/contain no-repeat; position: absolute; left: calc(50% - 1.25rem); top: 0;}
.pop_schedule0020 .sche_wrap .month span em:after { content: ""; width:2rem; height:2rem; border-radius:50%; background:#e3f1f4; position:absolute; left:calc(50% - 1rem); z-index:-1; bottom:-0.3rem; }
.pop_schedule0020 .sche_wrap .month a {width: 2.1rem; height: 2.1rem; position: absolute; top: 6.9rem; z-index: 1;}
.pop_schedule0020 .sche_wrap .month a:before {content: ""; display: block; width: 0.75rem; height: 0.1rem; background: #000; position: absolute; left: 50%; margin-left: -0.375rem; top: 50%; margin-top: -0.05rem; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.pop_schedule0020 .sche_wrap .month a:after {content: ""; display: block; width: 0.5rem; height: 0.5rem; border-bottom: 0.1rem solid #000; position: absolute; top: 50%; margin-top: -0.25rem; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.pop_schedule0020 .sche_wrap .month a.prev {left: 50%; margin-left: -2.7rem;}
.pop_schedule0020 .sche_wrap .month a.prev:after {border-left: 0.1rem solid #000; transform: rotate(45deg); left: 50%; margin-left: -0.375rem;}
.pop_schedule0020 .sche_wrap .month a.next {right: 50%; margin-right: -2.7rem;}
.pop_schedule0020 .sche_wrap .month a.next:after {border-right: 0.1rem solid #000; transform: rotate(-45deg); right: 50%; margin-right: -0.375rem;}
.pop_schedule0020 .sche_wrap .lst {width: calc(100% - 7.5rem); }
.pop_schedule0020 .sche_wrap .lst ul {height: 11rem; overflow-y: auto; font-size: 0; }
.pop_schedule0020 .sche_wrap .lst ul li + li {margin-top: 0.75rem;}
.pop_schedule0020 .sche_wrap .lst ul li a { display: block; padding-left: 4.4rem; white-space: nowrap; color:#363636; overflow: hidden; text-overflow: ellipsis; position: relative; font-size: 0.8rem; line-height: 1.6rem;}
.pop_schedule0020 .sche_wrap .lst ul li a span {display: inline-block; line-height:1.5rem; color: #00a0b0; border: 1px dashed #00a0b0; border-radius:1rem; padding:0 0.7rem; font-weight: 600; position: absolute; left: 0; top: 0;}
.pop_schedule0020 .btn_more { background:#e3f1f4;}
/* 캘린더 : no_data */
.pop_schedule0020 .sche_wrap .lst ul li.no_data { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-size: 0.8rem;}
/* 캘린더 : active */
.pop_schedule0020 .sche_wrap .month a:hover:before,
.pop_schedule0020 .sche_wrap .month a:focus:before {background: #00a0b0;}
.pop_schedule0020 .sche_wrap .month a:hover:after,
.pop_schedule0020 .sche_wrap .month a:focus:after {border-color: #00a0b0;}
.pop_schedule0020 .sche_wrap .lst ul li a:hover,
.pop_schedule0020 .sche_wrap .lst ul li a:focus {text-decoration: underline;}
.pop_schedule0020 .btn_more:hover,
.pop_schedule0020 .btn_more:focus {background: #00a0b0;}

/* 식단 */ 
.meal_menu0020 .inner {margin-top: 1rem; height: 11.25rem; border-radius: 1.5rem; border: 2px solid #e49d91; padding: 1.5rem; padding-right: 5rem; position: relative; z-index: 1; overflow: hidden;}
.meal_menu0020 .inner ul {height: 6.55rem; overflow-y: auto;}
.meal_menu0020 .inner ul li.no_data { line-height: 6.55rem; }
.meal_menu0020 .inner ul li + li {margin-top: 1.5rem;} 
.meal_menu0020 .inner ul li dl .kcal strong { background:#ff6e5b; color:#fff; display:inline-block; vertical-align:middle; line-height:2.15rem; padding:0 1rem; border-radius:1.5rem;}
.meal_menu0020 .inner ul li dl .kcal span { border: 2px solid #ff6e5b; background:#fff; box-sizing:border-box; color:#222; display:inline-block; font-weight:500; vertical-align:middle; line-height:calc(2.15rem - 4px); padding:0 1.8rem; border-radius:1.5rem;}
.meal_menu0020 .inner ul li dl .kcal span em {color:#ff6e5b;}
.meal_menu0020 .inner ul li dl .meal_list {margin-top: 1rem; word-break: keep-all; padding-right:2rem;}
.meal_menu0020 .inner img { max-width: 6.55rem; max-height: 8rem; position: absolute; right: 1rem; bottom: 1.75rem; color:#363636; font-weight:400; }
.meal_menu0020 .tit_wrap .btn_more { background:#ffeae9;}
/* 식단 : active */
.meal_menu0020 .tit_wrap .btn_more:hover,
.meal_menu0020 .tit_wrap .btn_more:focus {background: #ff6e5b;}

/* 팝업존 */
.pop0020 {position: relative;}
.pop0020 .heading { max-width:calc(100% - 9.5rem);}
.pop0020 .control {display: flex; align-items: center; position: absolute; right: 0; top: 0;}
.pop0020 .control .page {display: flex;}
.pop0020 .control .page strong {display: block; color: #59a0e4; font-weight: 700;}
.pop0020 .control .page span {display: block; margin-left: 2rem; font-size: 0.8rem; color: #000; position: relative;}
.pop0020 .control .page span:before {content: ""; display: block; width: 0.7rem; height: 0.1rem; background: #000; position: absolute; left: -1.35rem; top: 50%; margin-top: -0.05rem;}
.pop0020 .control .btn_box {margin-left: 1rem; display: flex; align-items: center;}
.pop0020 .control .btn_box .slick-arrow {display: block; width: 1rem; height: 1rem; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s; position: relative;}
.pop0020 .control .btn_box .slick-arrow:before {content: ""; display: block; width: 100%; height: 0.1rem; background: #000; position: absolute; left: 0; top: 50%; margin-top: -0.05rem;}
.pop0020 .control .btn_box .slick-arrow:after {content: ""; display: block; width: 0.5rem; height: 0.5rem; border-bottom: 2px solid #000; position: absolute; top: 50%; margin-top: -0.25rem;}
.pop0020 .control .btn_box .prev:after {border-left: 2px solid #000; transform: rotate(45deg); -webkit-transform: rotate(45deg); left: 0.05rem;}
.pop0020 .control .btn_box .next:after {border-right: 2px solid #000; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); right: 0.05rem;}
.pop0020 .control .btn_box .stop,
.pop0020 .control .btn_box .play {display: flex; justify-content: center; align-items: center; width: 1.6rem; height: 1.6rem; border-radius: 50%; background: #e0e0e0; font-size: 1.2rem; margin: 0 0.7rem; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.pop0020 .control .btn_box .play {display: none;}
.pop0020 .pop_img {height: 11.25rem; background: rgba(0,0,0,0.1); margin-top: 1rem; border-radius: 1.1rem; overflow: hidden;}
.pop0020 .pop_img .item a {display: block; height: 11.25rem; background: #fafafa; font-size: 0; line-height: 0; overflow: hidden; position: relative;}
.pop0020 .pop_img .item a img {max-width: 100%; width: auto; height: 100%; position: relative; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
/* 팝업존 : active */
.pop0020 .control .btn_box .slick-arrow:hover,
.pop0020 .control .btn_box .slick-arrow:focus {width: 1.5rem;}
.pop0020 .control .btn_box .stop:hover,
.pop0020 .control .btn_box .stop:focus,
.pop0020 .control .btn_box .play:hover,
.pop0020 .control .btn_box .play:focus {background: #59a0e4; color: #fff;}

/* 바로가기1 */
.M_link0020 ul {display: table; table-layout: fixed; width: calc(100% + 1.8rem); margin: 0 -0.9rem;}
.M_link0020 ul li {display: table-cell; padding: 0 0.9rem;}
.M_link0020 ul li a { display: flex; align-items: center; padding: 0.5rem 0; border-radius: 1rem 1rem 0 1rem; background: #fff; box-shadow: 0 0 5px rgba(225,110,91,0.6); transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s; flex-direction: column;}
.M_link0020 ul li a p {width: 4.5rem; text-align: center;}
.M_link0020 ul li a span { height: 2rem; font-size: 0.9rem; line-height: 1.1; padding:0 0.4rem; color: #222; font-weight: 500; overflow: hidden; text-align: center; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
/* 바로가기1 : active */
.M_link0020 ul li a:hover,
.M_link0020 ul li a:focus{ background: #ff6e5b; box-shadow:none;}
.M_link0020 ul li a:hover span,
.M_link0020 ul li a:focus span { color:#fff;} 

/* 게시판 */ 
.notice0020 .titTab {display: block;max-width: calc(100% - 3.5rem);position:relative;}
.notice0020 .titTab:before {content:'';border-top:1px dashed #c3c3c3;display:block;position:absolute;top:50%;left: 0;z-index:-1;right: 0;}
.notice0020 .titTab ul {width: 100%;max-width: 100%;margin-left:-1rem;font-size: 0;display: flex;}
.notice0020 .titTab ul:after {content:''; display:block; clear:both;}
.notice0020 .titTab ul li {max-width: calc((100% - 1.8rem) / 3);white-space: nowrap;position: relative;float:left;background:#fff;} 
.notice0020 .titTab ul li + li:before {content: ""; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: #c2c8cf; position: absolute; left: -0.2rem; top: 50%; margin-top: -0.15rem; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0020 .titTab ul li a {display: block; width: 100%; padding: 0 1rem; border-radius: 0.7rem; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0020 .titTab ul li a span {display: block; width: 100%;  font-size: 1rem; font-weight: 500; overflow: hidden; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0020 .tabWrap {margin: 0.5rem 0 0;}
.notice0020 .tabWrap .list_box {display: none;}
.notice0020 .tabWrap .list_box ul {display: flex;}
.notice0020 .tabWrap .list_box ul li {width: calc((100% - 4.05rem) / 4);}
.notice0020 .tabWrap .list_box ul li + li {margin-left: 1.35rem;}
.notice0020 .tabWrap .list_box ul li a { display: block; border: 2px solid transparent; border-radius: 1.25rem; background:#f9f9f9; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s; padding:1.75rem 1rem;}
.notice0020 .tabWrap .list_box ul li a dl dt {font-size: 0.9rem; color:#363636; font-weight: 500; line-height: 1.4rem; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
.notice0020 .tabWrap .list_box ul li a dl dd {margin-top: 0.75rem;}
.notice0020 .tabWrap .list_box ul li a dl dd p { max-height: 2.3rem; color: #555; overflow-y: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.notice0020 .tabWrap .list_box ul li a dl dd span {display: flex; justify-content: flex-end; align-items: center; margin-top: 1.25rem; font-size: .7rem; color: #888; text-align: right;}
.notice0020 .tabWrap .list_box ul li a dl dd span i {margin-right: 0.3rem;}
.notice0020 .tabWrap .list_box .btn_more {position: absolute; right: 50%; margin-right: -30rem; top: -0.2rem;}
.notice0020 .tabWrap .list_box .btn_more:before {position: absolute; left: -1rem; top: 0rem; content:''; display:block; width:1rem; height:100%; background:#fff;}
/* 게시판 : no_data */
.notice0020 .tabWrap .list_box ul li.no_data {display: flex; justify-content: center; align-items: center; width: 100%; height: 6.65rem;}
/* 게시판 : new */
.notice0020 .tabWrap .list_box ul li a.new dl dt {padding-left: 1.6rem; position: relative;}
.notice0020 .tabWrap .list_box ul li a.new dl dt:before {content: "N"; display: flex; justify-content: center; align-items: center; width: 1.4rem; height: 1.4rem; border-radius: 50%; background: #61b8bf; color: #fff; font-size:0.8rem; font-weight: 600; position: absolute; left: 0; top: 50%; margin-top: -0.7rem;}
/* 게시판 : active */ 
.notice0020 .titTab ul li:hover a,
.notice0020 .titTab ul li:focus a{ color:#00a0b0;}
.notice0020 .titTab ul li.current {padding-right: 1rem;}
.notice0020 .titTab ul li.current a {color:#00a0b0;}
.notice0020 .titTab ul li.current a:after {content:'\e938';font-family:'xeicon';font-size:1rem;position:absolute;right: 0.7rem;top:calc(50% - 0.5rem);color:#00a0b0;}
.notice0020 .titTab ul li:hover a span,
.notice0020 .titTab ul li:focus a span,
.notice0020 .titTab ul li.current a span { font-weight: 600;}
.notice0020 .tabWrap .list_box.on {display: block;}
.notice0020 .tabWrap .list_box ul li a:hover,
.notice0020 .tabWrap .list_box ul li a:focus { border-color:#00a0b0; box-shadow: 0 0 8px rgba(89,159,175,0.6); background:#fff;}
.notice0020 .tabWrap .list_box ul li a:hover dl dt,
.notice0020 .tabWrap .list_box ul li a:focus dl dt { color:#3b879a;}

/* 갤러리 */ 
.gallery0020 .tit_wrap {display: block; }
.gallery0020 .tit_wrap .heading {max-width: 40%; display:inline-block; vertical-align:middle;}
.gallery0020 .tit_wrap p { max-width: 50%; color: #000; font-size:0.9rem; display:inline-block; vertical-align:middle; margin-left:0.5rem; white-space: nowrap; overflow: hidden;}
.gallery0020 .tit_wrap .btn_more {float: right; margin-top: -0.2rem; background: #fff; box-shadow: 0 0 0.25rem rgba(0,0,0,0.38); transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s;}
.gallery0020 .tit_wrap img {position: absolute; left: 50%; margin-left: -43.2rem; bottom: 0;}
.gallery0020 .list_box { width: 100%; position: relative; z-index: 1; margin-top:1.8rem;}
.gallery0020 .list_box ul {display: flex;}
.gallery0020 .list_box ul li {width: 13.35rem; }
.gallery0020 .list_box ul li + li {margin-left: 2.2rem;}
.gallery0020 .list_box ul li a {display: block; text-align: center;}
.gallery0020 .list_box ul li a .img {height: 10.85rem; border-radius: 1.5rem; background: rgba(0,0,0,0.2); font-size: 0; line-height: 0; overflow: hidden; position: relative; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.gallery0020 .list_box ul li a .img img {width: auto; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.gallery0020 .list_box ul li a .txt {display: inline-block; margin-top: 0.6rem; max-width: 100%; padding: 0 0.25rem; text-align: center; position: relative;}
.gallery0020 .list_box ul li a .txt:before {content: ""; display: block; width: 0; height: 0.85rem; border-radius: 8.5rem; background: rgba(97,184,191,0.2); position: absolute; left: 0; bottom: 0; z-index: -1; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.gallery0020 .list_box ul li a .txt span {display: inline-block; max-width: 100%; font-size: 0.9rem; color: #414141; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow:ellipsis; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
/* 갤러리 : no_data */
.gallery0020 .list_box ul li.no_data {display: flex; justify-content: center; align-items: center; width: 100%; height: 12.95rem; border-radius: 1.5rem; background: #fafafa;}
/* 갤러리 : active */
.gallery0020 .list_box a:hover .img img,
.gallery0020 .list_box a:focus .img img {transform: translate(-50%, -50%) scale(1.1); -webkit-transform: translate(-50%, -50%) scale(1.1);}
.gallery0020 .list_box ul li:hover a .txt:before,
.gallery0020 .list_box ul li:focus a .txt:before {width: 100%;}
.gallery0020 .list_box ul li:hover a .txt span,
.gallery0020 .list_box ul li:focus a .txt span {color: #000;}
.gallery0020 .tit_wrap .btn_more:hover,
.gallery0020 .tit_wrap .btn_more:focus { background:#00a0b0;}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4;}
.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;}
/* 배너존 : active */
.banner_zone .btn a:hover,
.banner_zone .btn a:focus{background:#f1f1f1;}

@media (max-width: 1400px) {
    
    /* 메인비주얼 */
    .MVisual0020 .item img {width: 125%; height: auto; transform:none; -webkit-transform:none; -ms-transform:none; left:auto;} 
    
    /* 게시판 */
    .notice0020 .tabWrap .list_box .btn_more {right: 0; margin-right: 0;}

    /* 갤러리*/
    .gallery0020 .list_box ul li {width: 22.25%; }
    .gallery0020 .list_box ul li + li {margin-left: calc(11% / 3);}
     
}

@media (max-width: 1240px) {
    
    /* 캘린더 */ 
    .pop_schedule0020 .sche_wrap .lst {width: calc(100% - 6.5rem);}
    .pop_schedule0020 .sche_wrap .lst ul li a {padding-left: 3.25rem;}
    .pop_schedule0020 .sche_wrap .lst ul li a span { padding: 0 0.35rem; }
    
    /* 식단 */
    .meal_menu0020 .inner {padding: 1.5rem 0.7rem;}
    .meal_menu0020 .inner ul {height: 100%;}
    .meal_menu0020 .inner img {display: none;}

    /* 바로가기1 */
    .M_link0020 ul { width: calc(100% + 0.8rem); margin: 0 -0.4rem;}
    .M_link0020 ul li { padding: 0 0.4rem;}
      
}

@media (max-width: 1024px) {
    /* 메인비주얼 */
    .MVisual0020 .control { left: auto; bottom: 1rem; right:1rem; }
     
    /* 식단 */ 
    .meal_menu0020 .inner ul li.no_data {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;} 

    /* 게시판 */
    .notice0020 .tabWrap .list_box ul li {width: calc((100% - 2.5rem) / 3);}
    .notice0020 .tabWrap .list_box ul li:nth-child(n+4) { display:none;}
    .notice0020 .tabWrap .list_box ul li + li {margin-left: 1.2rem;}

    /* 갤러리 */
    .gallery0020 .list_box { margin-top:1.2rem;}

}

@media (max-width: 960px) {
  
    /* 캘린더 */
    .pop_schedule0020 .sche_wrap .lst {padding-top: 0;}
    .pop_schedule0020 .sche_wrap .lst ul li { width: 50%; float:left; }
    .pop_schedule0020 .sche_wrap .lst ul li:nth-child(2) {margin-top: 0;}
     
    /* 갤러리 */
    .gallery0020 .list_box ul li {width: 30%; }
    .gallery0020 .list_box ul li + li {margin-left: 5%;}
    .gallery0020 .list_box ul li:nth-child(n+4) {display: none;}
}

@media (max-width: 840px) {

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {
    /* 메인비주얼 */
    .MVisual0020 .slider{ border-radius:0 0 0 2rem; }
    
    /* 식단 */
    .meal_menu0020 .inner {padding: 1.5rem 1.1rem;}
    .meal_menu0020 .inner img {display: none;}
    
    /* 바로가기1 */
    .M_link0020 ul {display: flex; flex-wrap: wrap;}
    .M_link0020 ul li {margin-top: 0.7rem; display: block; width: calc(100% / 3);}
    .M_link0020 ul li:nth-child(1),
    .M_link0020 ul li:nth-child(2),
    .M_link0020 ul li:nth-child(3) {margin-top: 0;}
    .M_link0020 ul li a {padding: 0.5rem 1rem;}

    /* 갤러리 */
    .gallery0020 .tit_wrap .heading {max-width: calc(100% - 2.5rem); }
    .gallery0020 .tit_wrap p {display:none;} 
    .gallery0020 .list_box { margin-top:0.8rem;}

}

@media (max-width: 640px) {
    
    /* 캘린더 */
    .pop_schedule0020 .sche_wrap .month span {font-size: 1rem;}
    .pop_schedule0020 .sche_wrap .month span em {margin-top: 0.6rem; font-size: 1.2rem;}
    .pop_schedule0020 .sche_wrap .month a { top:7.4rem;}
    
    /* 식단 */
    .meal_menu0020 .inner { padding-right: 7rem; margin-top: 0.5rem; height: 9.7rem;}
    .meal_menu0020 .inner img {display: block;}

    /* 게시판 */
    .notice0020 .titTab ul { margin-left: 0;}
    .notice0020 .titTab ul li + li:before { left: 0rem; }
    .notice0020 .titTab ul li a { padding: 0 0.5rem; }
    .notice0020 .titTab ul li.current a:after {right: 0.3rem;}
    .notice0020 .tabWrap .list_box ul li {width: calc((100% - 1rem) / 2);}
    .notice0020 .tabWrap .list_box ul li:nth-child(n+3) { display:none;}
    .notice0020 .tabWrap .list_box ul li + li {margin-left: 1rem;}
    .notice0020 .tabWrap .list_box ul li a {padding:1rem;}
 
    /* 갤러리 */
    .gallery0020 .list_box ul li {width: 48.5%; }
    .gallery0020 .list_box ul li + li {margin-left: 3%;}
    .gallery0020 .list_box ul li:nth-child(n+3) {display: none;}
    
}

@media (max-width: 560px) {

    /* 캘린더 */
    .pop_schedule0020 .sche_wrap .lst ul li { width: 100%; }
    .pop_schedule0020 .sche_wrap .lst ul li:nth-child(2) {margin-top: 0.75rem;}
    
    /* 메인비주얼 */
    .MVisual0020 .control {bottom: 0.5rem;}
    .MVisual0020 .control > a {width: 1.65rem; height: 1.65rem; line-height: 1.65rem;}
    
    /* 바로가기1 */
    .M_link0020 ul li a {padding: 0.5rem;}
    
    /* 게시판 */
    .notice0020 .titTab ul {padding: 0; }
    
}

@media (max-width: 480px) {
    
    /* 팝업존 */
    .pop0020 .pop_img .item a {height: auto;}
    .pop0020 .pop_img .item a img {width: 100%; height: auto;}
    .M_link0020 ul li a span { height: 1.8rem; font-size: 0.8rem; line-height: 0.9rem; padding: 0;}
      
    /* 게시판 */
    .notice0020 .titTab:before { display:none;}
    .notice0020 .titTab ul{display: block;}
    .notice0020 .titTab ul li { max-width: 100%; } 
    .notice0020 .titTab ul li + li:before{display: none;}
 
   /* 갤러리 */
    .gallery0020 .list_box ul li {width: 100%; }
    .gallery0020 .list_box ul li + li {margin-left: 0;}
    .gallery0020 .list_box ul li:nth-child(n+2) {display: none;}
}

@media (max-width: 380px) {
     /* 캘린더 */
    .pop_schedule0020 .sche_wrap .month {width: 5rem; padding-top: 1rem; text-align: center; margin-right: 0.5rem; position: relative; z-index: 1;}
    .pop_schedule0020 .sche_wrap .lst {width: calc(100% - 5rem);}
    
    /* 식단 */
    .meal_menu0020 .inner {padding-right: 1.1rem;}
    .meal_menu0020 .inner img {display: none;}
     
     /* 게시판 */
    .notice0020 .tabWrap .list_box ul { flex-direction: column;}
    .notice0020 .tabWrap .list_box ul li {width: 100%;} 
    .notice0020 .tabWrap .list_box ul li + li {margin-left:0; margin-top:0.5rem;}
}