﻿/* btn_more */
.btn_more {display: block; line-height: 1.5rem; font-size:0.7rem; color: #555; font-weight: 400; padding-right: 0.85rem; position: absolute; right: 0; z-index: 1;}
.btn_more:before {content: ""; display: block; width: 2rem; height: 2rem; border-radius: 50%; background: #ccedfa; position: absolute; right: -0.1rem; top: -0.25rem; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s; z-index: -1;}
.btn_more:after {content: ""; display: block; width: 0.7rem; height: 1px; background: #555; position: absolute; left: -1rem; top: 50%; margin-top: -1.5px; z-index: -1;}
.btn_more span:after { content:""; position:absolute; width:0.25rem; height:0.25rem; top:50%; transform:translateY(-50%); left:-1.5rem; background:#00a6e4; border-radius:50%;}
/* btn active */
.btn_more:hover:before,
.btn_more:focus:before {background: #9bddf8;}

/* no_data */
.no_data {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}

/* 메인비주얼 */
.MVisual0050 { position:relative; overflow:hidden; height:100%; background:#e4e4e4; border-radius: 1.8rem; isolation: isolate; }
.MVisual0050 .slider {height: 100%; position: relative; z-index: 0;}
.MVisual0050 .slick-list,
.MVisual0050 .slick-track{height:100%; }
.MVisual0050 .item { overflow:hidden; line-height:0; }
.MVisual0050 .item img { position:relative; width:100%; height:auto; float:left;}
.MVisual0050 .control { position:absolute; left: 2rem; bottom: 1.5rem; z-index:1; }
.MVisual0050 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(255, 255, 255, 0.6); color:#000; text-align:center; border-radius:50%; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0050 .control > a.play { display:none; }
/* 메인비주얼 : active */
.MVisual0050 .control > a:hover,
.MVisual0050 .control > a:focus {background: #6455a0; color: #fff;}

/* 게시판 */
.notice0050 { position:relative; height:100%; }
.notice0050 .titTab{position:relative}
.notice0050 .titTab:after {content:""; display:block; width:98%; height:2px; position:absolute; bottom:0; right:0}
.notice0050 .titTab ul{overflow:hidden; padding-right: 3.3rem; }
.notice0050 .titTab li{ float:left; max-width:calc(33% - 1rem); font-size:1rem; margin-right:0.5rem; font-weight:600; vertical-align:top; }
.notice0050 .titTab li:last-of-type { margin-right:0; }
.notice0050 .titTab li a { position:relative; display:block; background:#e5e5e5; padding:0.5rem 0.9rem; border-radius: 1.5rem; color:#555; line-height:1.5rem; font-weight: 400; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0050 .titTab li a span { display:block; overflow:hidden; white-space:nowrap; }
.notice0050 .tabWrap{ height:100%; }
.notice0050 .list_box { display:none; height:calc(100% - 2.5rem); margin-top:1rem; }
.notice0050 .list_box ul { width:calc(100% + 1rem); display:flex; flex-wrap:wrap; margin-left:-0.5rem; margin-top:-.5rem;}
.notice0050 .list_box li { width:calc(50% - 1.5rem); height:9.85rem; margin:0.5rem 0.75rem;}
.notice0050 .list_box li:nth-child(n+5){display:none;}
.notice0050 .list_box li a {display: block; width: 100%; height: 100%; border-radius: 1.25rem; background: #fff; padding: 1.75rem 1.25rem 2rem; position: relative; z-index: 1; border: 1px solid #f2f2f2; box-shadow: 3px 3px 7px rgba(0,0,0,0.05); }
.notice0050 .list_box li a:before {content: ""; display: block; width: 100%; height: 100%; border-radius: 1.25rem; border: 2px solid #00a6e4; position: absolute; left: 0; top: 0; z-index: -1; opacity: 0; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0050 .list_box li a > *{display:block; width:100%; overflow:hidden;}
.notice0050 .list_box li a strong{line-height:1.2rem; font-size:0.9rem; font-weight:500; color:#111; white-space:nowrap; text-overflow:ellipsis;}
.notice0050 .list_box li a p{ height:2.4rem; line-height:1.2rem; font-size:0.75rem; font-weight:400; margin: 0.6rem 0 1.8rem; color:#6f6f6f; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.notice0050 .list_box li a span { text-align:left; color:#666; font-size: 0.7rem; background:#f7f7f7; position: absolute; width: auto; bottom: 0; left: 0; padding:0.55rem 1rem; border-radius: 0 1.25rem 1.25rem; z-index: -2;}
.notice0050 .list_box li a span:before{ content:"\ead8"; display:inline-block; font-family:'xeicon'; color:#666; margin-right: 0.25rem;}
.notice0050 .btn_more { right:0.1rem; top:0.4rem; }
/* 게시판 :action */
.notice0050 .titTab li a.current,
.notice0050 .titTab li a:hover,
.notice0050 .titTab li a:focus { background:#00a6e4; color:#fff; font-weight:700;}
.notice0050 .list_box.on { display:block; }
.notice0050 .list_box li a:hover:before,
.notice0050 .list_box li a:hover:after,
.notice0050 .list_box li a:focus:before,
.notice0050 .list_box li a:focus:after {opacity: 1;}
.notice0050 .list_box li a:hover span,
.notice0050 .list_box li a:focus span { background: #00a6e4; color:#fff; }
.notice0050 .list_box li a:hover span:before,
.notice0050 .list_box li a:focus span:before { color:#fff; }

/* 게시판 :new */
.notice0050 .list_box li a.new strong:before{content:"N"; display:inline-block; width:1.2rem; height:1.2rem; line-height:1.2rem; margin-right:5px; color:#fff; font-weight:600; font-size: 0.75rem; text-align: center; background:#00a6e4; border-radius:50%; vertical-align: top; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0050 .list_box li a.new:hover strong:before,
.notice0050 .list_box li a.new:focus strong:before {background: #4668e3;}
/* 게시판 :데이터 없음 */
.notice0050 .list_box li.no_data {width: 100%; height: 22.1rem; border-radius: 1.25rem; }

/* 바로가기1 */
.M_link0050 { position:relative;}
.M_link0050 ul { display:table; width:100%; height:auto; table-layout: fixed; }
.M_link0050 li { display:table-cell; vertical-align: top;}
.M_link0050 li a { display:block; position:relative; text-align:center;}
.M_link0050 li a p { position:relative; display: flex; justify-content: center; align-items: center; width:5rem; height:5rem; line-height:5rem; border-radius: 50%; background: #fff; box-shadow: 3px 3px 7px rgba(0,0,0,0.05); margin: 0 auto;}
.M_link0050 li a p:before {content: ""; position: absolute; left: -0.25rem; top: -0.25rem; width:calc(100% + 0.5rem); height:calc(100% + 0.5rem); border-radius: 50%; background: #69d6ff; opacity: 0; z-index: -1;}
.M_link0050 li a img { display: block; width: 100%; }
.M_link0050 li a span { max-height:2rem; display:block; line-height:1rem; margin-top:1rem; padding:0 0.5rem; font-size: 0.9rem; color: #000; overflow:hidden; }
/* 바로가기1 : active */
.M_link0050 li p,
.M_link0050 li p:before,
.M_link0050 li a span {transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.M_link0050 li a:hover p,
.M_link0050 li a:focus p { background: transparent; box-shadow: none; }
.M_link0050 li a:hover p:before,
.M_link0050 li a:focus p:before {opacity: 1;}
.M_link0050 li a:hover span,
.M_link0050 li a:focus span {color: #242424; font-weight: 600;}

/* 캘린더 */
.pop_schedule0050 { position:relative; height:100%; }
.pop_schedule0050 h2 { position:relative; line-height:1.75rem; margin-right:2.5rem; font-size: 1rem; font-weight: 600; color:#222; overflow:hidden; white-space: nowrap; }
.pop_schedule0050 .sche_wrap { position:relative; display:flex; flex-wrap: wrap; align-items: center; justify-content: center; border-radius:1rem; margin-top:0.7rem; height: 22.35rem; padding:0.65rem; background:#4568e3; }
.pop_schedule0050 .month { position:relative; line-height:2.2rem; text-align:center; font-family:"xeicon"; font-size:1rem; vertical-align: middle;}
.pop_schedule0050 .month a { position:relative; display:inline-block; width:1.5rem; height:1.5rem; vertical-align: middle; color:#fff; font-size: 0.85rem; border-radius: 50%; line-height: 1.5rem; transition: all 0.15s; -webkit-transition: all 0.15s;}
.pop_schedule0050 .month > span { display:inline-block; vertical-align:middle; margin:0 0.25rem; font-size: 0.9rem; color:#fff; font-family: 'SCDream';}
.pop_schedule0050 .month > span em { position:relative; display:inline-block; width:1.8rem; font-weight:600; margin-left:0.5rem; color:#2152fe; z-index: 1;}
.pop_schedule0050 .month > span em:before{ content:""; position:absolute; left:0; top:0.2rem; width:1.85rem; height:1.85rem; border-radius:50%; background:#fff; z-index: -1;}
.pop_schedule0050 .sche_table { position:relative; width:100%; border-radius:1rem; padding: 0.5rem; background:#fff; overflow:hidden; }
.pop_schedule0050 .sche_table table { position:relative; text-align:center; }
.pop_schedule0050 .sche_table table:before{content:""; position:absolute; left:0; top:1.5rem; width:100%; border-top:1px dashed #bbb;}
.pop_schedule0050 .sche_table table .sun{ color:#e43f6d; }
.pop_schedule0050 .sche_table table .sat{ color:#2565bd; }
.pop_schedule0050 .sche_table table tbody { height: 7.8rem; }
.pop_schedule0050 .sche_table thead th { font-size:0.7rem; font-weight:500; padding-bottom:1.1rem; }
.pop_schedule0050 .sche_table tbody td { color:#111; line-height:1.3rem; font-size:0.7rem; font-weight:400; }
.pop_schedule0050 .sche_table tbody td span,
.pop_schedule0050 .sche_table tbody td a{display:inline-block; width:1.3rem; height:1.3rem; border-radius:50%;}
.pop_schedule0050 .sche_table tbody td a.event { background:#ffe7e7 }
.pop_schedule0050 .sche_table tbody td a.today { background:#4568e3; color:#fff }
.pop_schedule0050 .lst { position:relative; width:100%; }
.pop_schedule0050 .lst ul { overflow-y:auto; height: 6rem;}
.pop_schedule0050 .lst li a { position:relative; padding-left: 2.9rem; display:block; line-height:1.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size: 0.75rem; font-weight:400; color:#fff; padding-left: 3.3rem;}
.pop_schedule0050 .lst li a span {position:absolute; left:0; top: 50%; transform: translatey(-50%); font-weight: 500; background: #0028b6; color: #fff; border-radius: 1rem; width: 2.8rem; height: 1.15rem; display: flex;justify-content: center; align-items: center; font-size: 0.7rem; }
.pop_schedule0050 .lst li a span:after{content:""; position:absolute; right:0; top:calc(50% - 0.1rem); width: 0.2rem; height: 0.2rem; background: #333; border-radius:50%; opacity: 0.55;}
.pop_schedule0050 a,
.pop_schedule0050 a span { -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.pop_schedule0050 .btn_more2 { position:absolute; right:0; top:0; width:1.75rem; height:1.75rem; line-height:1.8rem; text-align:center; color:#fff; font-size:1rem; border-radius:50%; background:#cacaca;}
/* 캘린더 active */
.pop_schedule0050 .month a:hover,
.pop_schedule0050 .month a:focus { background:#fff; color: #4568e3; }
.pop_schedule0050 .sche_table tbody td span a:not(.event):focus,
.pop_schedule0050 .sche_table tbody td span a:not(.event):hover { text-decoration:none; cursor:auto; } /* 20230204 <span><a></a></span> 관련 수정 */
.pop_schedule0050 .lst li a:hover,
.pop_schedule0050 .lst li a:focus {text-decoration:underline; }
.pop_schedule0050 .lst li a:hover span:after,
.pop_schedule0050 .lst li a:focus span:after { opacity: 1; }
.pop_schedule0050 .sche_table tbody td a:hover,
.pop_schedule0050 .sche_table tbody td a:focus {text-decoration: underline;}
.pop_schedule0050 .btn_more2:hover,
.pop_schedule0050 .btn_more2:focus { background:#00a6e4; transform: rotate(180deg); -webkit-transform: rotate(180deg); }
/* 캘린더 : no_data */
.pop_schedule0050 .lst li.no_data {color:#fff; width:100%;}

/* 갤러리 */
.gallery0050 { position:relative; }
.gallery0050 h2 { position:relative; line-height:1.75rem; margin-right: 3.5rem; font-size: 1rem; font-weight: 600; color:#000; overflow:hidden; white-space: nowrap; }
.gallery0050 .list_box {height: 11.3rem; margin-top: 0.7rem;}
.gallery0050 .list_box ul {display: flex; justify-content: space-between;}
.gallery0050 .list_box li {width: calc(50% - 0.5rem);}
.gallery0050 .list_box li + li {margin-left: 1rem;}
.gallery0050 .list_box li:nth-child(n + 3) {display: none;}
.gallery0050 .list_box a { position:relative; display:block; }
.gallery0050 .list_box a .img{ position:relative; height: 10.1rem; width:100%; background:#eee; border-radius:1rem; overflow:hidden; z-index: -1;}
.gallery0050 .list_box a:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%;  z-index: 1; opacity: 0; border:2px solid #00a6e4; border-radius: 1rem;}
.gallery0050 .list_box a .img img { position:relative; left:50%; width:auto; height:100%; transform:translateX(-50%); -webkit-transform:translateX(-50%); }
.gallery0050 .list_box a strong {display: block; font-size: 0.85rem; color: #000; font-weight: 500; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: #fff; padding: 0.5rem; border-radius: 0 1.5rem 1.5rem; margin-top: -1rem; }
.gallery0050 .btn_more2 { position:absolute; right:0; top:0; width:1.75rem; height:1.75rem; line-height:1.8rem; text-align:center; color:#fff; font-size:1rem; border-radius:50%; background:#cacaca; transition: all 0.15s; -webkit-transition: all 0.15s; }
/** 갤러리 :active **/
.gallery0050 .list_box li:hover a::before,
.gallery0050 .list_box li:focus a::before { opacity: 1; }
.gallery0050 .list_box a:hover .img:after,
.gallery0050 .list_box a:focus .img:after{ opacity: 1; transform: rotate(90deg); -webkit-transform: rotate(90deg);}
.gallery0050 .list_box a:hover strong,
.gallery0050 .list_box a:focus strong { background: #00a6e4; color:#fff; font-weight: 600;}
.gallery0050 p,
.gallery0050 strong,
.gallery0050 :before,
.gallery0050 :after{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.gallery0050 .btn_more2:hover,
.gallery0050 .btn_more2:focus { transform: rotate(180deg); -webkit-transform: rotate(180deg); background:#00a6e4; }
/** 갤러리 no_data **/
.gallery0050 .list_box li.no_data {width: 100%; height: 11.25rem;}

/* 팝업존 */
.pop0050 { position:relative; width:100%; height:100%; }
.pop0050 h2 { position:relative; line-height:1.75rem; margin-right:8rem; font-size: 1rem; font-weight: 600; color:#000; overflow:hidden; white-space: nowrap; }
.pop0050 .control { position:absolute; right:0; top: -0.15rem; line-height:1.75rem; }
.pop0050 .control p { display: inline-flex; align-items: center; font-size:0.75rem; vertical-align: middle;  }
.pop0050 .control p strong {display: block; font-weight:600; font-size:0.8rem; color:#ffac1d; }
.pop0050 .control p span {display: block; padding-left: 1.05rem; position: relative; font-size: 0.8rem; color:#666;}
.pop0050 .control p span:before {content: ""; display: block; width: 1px; height: 0.6rem; background: #b2b2b2; transform: rotate(45deg); position: absolute; left: 0.55rem; top: 50%; margin-top: -0.25rem;}
.pop0050 .control a { display:inline-block; font-size:1rem; width:1.5rem; height:1.5rem; border-radius:50%;line-height:1.5rem; text-align:center; vertical-align: middle; color:#000; transition: all 0.15s; -webkit-transition: all 0.15s;}
.pop0050 .control .play { background:#e9e9e9; display:none; }
.pop0050 .control .stop { background:#e9e9e9; }
.pop0050 .pop_img { position:relative; height:11.25rem; overflow: hidden;  border-radius:1rem; margin-top:0.7rem; background: rgba(0,0,0,0.1); isolation: isolate;}
.pop0050 .pop_img div,
.pop0050 .pop_img .item {height:100%;}
.pop0050 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0050 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
/* 팝업존 */
.pop0050 .control a:hover,
.pop0050 .control a:focus{color:#ffac1d;}
.pop0050 .control .play:hover,
.pop0050 .control .play:focus,
.pop0050 .control .stop:hover,
.pop0050 .control .stop:focus {background: #ffac1d; color: #fff;}

/* 식단 */
.meal_menu0050 {display: flex; align-items: center; border-radius: 3rem; background: #fff; padding-left: 1.5rem; padding-right: 9rem; position: relative; box-shadow: 2px 2px 10px rgba(15,15,15,0.1); z-index: 1;}
.meal_menu0050 h2 {flex-shrink: 0; max-width: 10rem; font-size: 1rem; color: #fff; font-weight: 600; white-space: nowrap; overflow-x: hidden; margin-right: 1.5rem; background: #ffad00; padding: 0.85rem 1.6rem; border-radius: 2rem;}
.meal_menu0050 .inner {width: 100%; padding: 1.8rem 0;}
.meal_menu0050 .inner ul {height: 2rem; overflow-y: auto;}
.meal_menu0050 .inner ul dl .kcal { display: inline-block; vertical-align: top; padding: 0.4rem 0; border-radius: 2.1rem; color:#111; font-size: 0.9rem; white-space: nowrap; position: relative; width:7.35rem; font-weight: 400;}
.meal_menu0050 .inner ul dl .kcal::after { position: absolute; content: ""; top: 50%; right: 0.7rem; transform: translateY(-50%); width: 0.2rem; height: 0.9rem; background: url(/images/schl/template/T0050/main/0050_meal_deco.png) no-repeat; }
.meal_menu0050 .inner ul dl .kcal strong {display: inline-block; color: #a63a94; font-weight: 700; margin-right: 0.5rem;}
.meal_menu0050 .inner ul dl .kcal em { display: inline-block; font-weight: 600; color:#ff5e5e; }
.meal_menu0050 .inner ul dl .meal_list {color: #111; word-break: keep-all; width:calc(100% - 8.5rem); display: inline-block; vertical-align: top; line-height: 2.7; }
.meal_menu0050 .btn_more {color: #555; right: 1rem;}
.meal_menu0050 .btn_more:before {background: #ffedc6;}
.meal_menu0050 .btn_more:after {background: #555;}
.meal_menu0050 .btn_more span:after { background: #ffad00; }
/* 식단 : active */
.meal_menu0050 .btn_more,
.meal_menu0050 .btn_more:before,
.meal_menu0050 .btn_more:after {transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.meal_menu0050 .btn_more:hover:before,
.meal_menu0050 .btn_more:focus:before {background: #ffc155;}
/* 식단 : no_data */

/* 배너존 */
.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.85rem; font-weight:400; 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) {
    /* 공통 */
    .btn_more span:after { left: -0.4rem; }
    .btn_more:after {display: none; }

	/* 게시판 */
    .notice0050 .titTab ul { padding-right: 3.3rem; }
    .notice0050 .titTab li { font-size: 0.85rem; max-width:31%; margin-right: 0.3rem; text-align: center; }
    .notice0050 .titTab li a { padding:0.4rem 0.5rem; }
    .notice0050 .list_box {margin-top: 1.25rem; margin-right: 0.5rem;}
    .notice0050 .list_box ul { display: block; }
    .notice0050 .list_box li {width: calc(100% - 1rem); margin:0.65rem 0.75rem; height: 10.9rem; }
	.notice0050 .list_box li:nth-child(n+3) {display: none;}
    .notice0050 .list_box li a {padding: 1.8rem 1.1rem 2rem;}
    .notice0050 .list_box li a p { margin: 1.8rem 0 2rem; }
    /* 게시판 : no_data */
    .notice0050 .list_box li.no_data {height: 20.6rem;}

    /* 갤러리 */
    .gallery0050 .list_box li {width: 100%;}
    .gallery0050 .list_box li:nth-child(n+2) {display: none;}

	/* 팝업존 */
	.pop0050 .pop_img .item img {width:auto; height:100%;}

    /* 식단 */
    .meal_menu0050 .inner ul dl .meal_list {font-size: 0.75rem;}
    .meal_menu0050 .btn_more {right: 0.35rem;}
}

@media (max-width:1024px) {

	/* 메인비주얼 */
	.MVisual0050 .item{text-align:center;}
	.MVisual0050 .item img { max-width:100%; width:auto; height:auto; float:none;}

	/* 게시판 */
	.notice0050 .titTab li a { padding: 0.4rem 0.15rem; }
    .notice0050 .list_box { margin-top:1.5rem; }
    .notice0050 .list_box li { margin: 0.8rem 0.75rem; }
    .notice0050 .list_box li a {padding: 1.75rem 1.25rem 2rem;}
    /* 게시판 : no_data */
    .notice0050 .list_box li.no_data {height: 22.1rem;}

    /* 식단 */
    .meal_menu0050 { padding-right: 6rem; }
    .meal_menu0050 h2 { padding:0.85rem 0.7rem; margin-right: 1rem; }

    /* 캘린더 */
    .pop_schedule0050 .sche_wrap {height: auto; padding:1rem 0.75rem;}
    .pop_schedule0050 .sche_table { margin-top:0.5rem; }
    .pop_schedule0050 .lst { margin-top: 1rem; }
    .pop_schedule0050 .lst ul { height: 3.5rem; }
    .pop_schedule0050 .lst li a { line-height: 1.7rem; }

}


@media (max-width:960px) { 

    /* 게시판 */
    .notice0050 .titTab li { font-size: 0.9rem; }
    .notice0050 .titTab li a { padding:0.4rem 1rem; }
    .notice0050 .list_box { margin-top:1.5rem; margin-right: 0; }
    .notice0050 .list_box ul { display: flex; flex-wrap: nowrap; margin-left: 0; }
    .notice0050 .list_box li { width:calc(50% - 1rem); margin:0; }
    .notice0050 .list_box li + li { margin-left: 1rem; }

    /* 갤러리 */
    .gallery0050 .list_box li {width: calc(50% - 0.5rem);}
    .gallery0050 .list_box li:nth-child(n+2) {display: block; }

    /* 캘린더 */
    .pop_schedule0050 .month { display: flex; width:100%; justify-content: center; }
    .pop_schedule0050 .sche_table { margin-top:0.5rem; width:15rem; }
    .pop_schedule0050 .lst { margin-top:0.6rem; width:calc(100% - 15rem); }
    .pop_schedule0050 .lst ul { height: 10.5rem; padding-left: 1rem; }
    .pop_schedule0050 .lst li { width:50%; float: left; }
    
}

@media (max-width:860px) {


    /* 갤러리 */
    .gallery0050 .list_box li {width: 100%;}
    .gallery0050 .list_box li:nth-child(n+2) {display: none;}

    /* 식단 */
    .meal_menu0050 {display: block; padding: 1rem 1rem 2rem 1rem; border-radius: 1rem;}
    .meal_menu0050 h2 { padding:0.4rem 1rem; max-width: 7rem; }
    .meal_menu0050 .inner { padding: 0; margin-top:0.2rem;}
    .meal_menu0050 .inner ul {height: 4.6rem;}
    .meal_menu0050 .btn_more {right: 1rem; top: 1.3rem;}
    .meal_menu0050 > img {right: 1.35rem; bottom: 0.6rem;}

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width:768px) { 
    /* 식단 */
    .meal_menu0050 .inner ul { height: 3.75rem; }

    /* 캘린더 */
    .pop_schedule0050 .lst li { width:100%; }
}

@media (max-width:640px) {

	/* 게시판 */
    .notice0050 .list_box ul { justify-content: center; align-items: center; flex-wrap: wrap; margin-left: -0.5rem; }
	.notice0050 .list_box li:nth-child(n+3) {display: none;}
    .notice0050 .list_box li { width: calc(100% - 1rem); height: auto; }
    .notice0050 .list_box li:nth-child(2) { margin-left:0; margin-top:0.75rem;}
    .notice0050 .list_box li a {padding: 1.75rem 1.5rem 1.25rem;}
    .notice0050 .list_box li a p { margin:1rem 0 2rem; }
    /* 게시판 : no_data */
    .notice0050 .list_box li.no_data {height: 20.6rem;}

	/* 팝업존 */
    .pop0050 .pop_img{ height:auto; }

    /* 갤러리 */
    .gallery0050 .list_box li {width: calc(50% - 0.5rem);}
    .gallery0050 .list_box li:nth-child(n+2) {display: list-item;}

    /* 바로가기 */
    .M_link0050 li { width:33.33%;  float: left; margin:0.5rem 0; }
    .M_link0050 li a span { height: 2.1em; }

    /* 식단 */
    .meal_menu0050 {padding: 1.5rem 1rem;}
    .meal_menu0050 .inner ul {margin-top: 0.5rem; height: auto; max-height: 3rem;}
    .meal_menu0050 .inner ul li dl {display: block; height: auto; padding-top: 0.6rem;}
    .meal_menu0050 .inner ul dl .kcal {display: inline-flex; margin-right: 0; margin-bottom: 1.1rem; padding:0;}
    .meal_menu0050 .inner ul dl .meal_list {padding-left: 0.5rem; font-size: 0.8rem; line-height: 1.5;}
    /* 식단 : no_data */
    .meal_menu0050 .inner ul li.no_data {height: 3rem;}

    /* 캘린더 */
    .pop_schedule0050 .sche_table { width:100%; }
    .pop_schedule0050 .lst { width: 100%; }
    .pop_schedule0050 .lst ul { height: 6.8rem; padding-left: 0; }

}

@media (max-width:480px) {
    /* btn 공통 */
    .btn_more:before { display: none; }
    .btn_more { padding-right: 0; }

	/* 바로가기1 */
	.M_link0050 li a p {width: 4rem; height: 4rem; line-height: 4rem;}
    .M_link0050 li a span { margin-top:0.5rem; }

    /* 갤러리 */
    .gallery0050 .list_box ul { display: block; }
    .gallery0050 .list_box li { width:100%; }
    .gallery0050 .list_box li:nth-child(n+2) { display: none; }
    .gallery0050 .list_box a strong { border-radius: 0 0 1rem 1rem; padding:0.7rem 0.5rem; }

    /* 게시판 */
    .notice0050 .titTab li { max-width: 100%; margin-bottom: 0.2rem; }
    .notice0050 .list_box { margin-top: 1.2rem; }

    /* 캘린더 */
    .pop_schedule0050 .sche_wrap {display: block; padding: 1rem 1.5rem;}
    .pop_schedule0050 .month {position: static;}
    .pop_schedule0050 .sche_table {margin-top: 0.75rem; width: 100%;}
    .pop_schedule0050 .lst {margin-top: 0.5rem; width: 100%; padding: 0 0.5rem;}
    .pop_schedule0050 .lst ul { height: 6.5rem; }
    .pop_schedule0050 .lst li { width:100%; }
}

@media (max-width:380px) {

    /* 메인비주얼 */
    .MVisual0050 .control { left: 1rem; bottom: 1rem; }
    .MVisual0050 .control > a {width: 1.65rem; height: 1.65rem; line-height: 1.65rem;}

    /* 바로가기1 */
    .M_link0050 li {width: 50%;}
    .M_link0050 li a span {font-size: 0.8rem; padding: 0.75rem;}

    /* 갤러리 */
    .gallery0050 .list_box li {width: 100%;}
    .gallery0050 .list_box li:nth-child(n+2) {display: none;}

    /* 식단 */
    .meal_menu0050 .inner ul dl .kcal { width: auto;}
    .meal_menu0050 .inner ul dl .kcal::after { display: none; }
}

@media (max-width:320px) {
    /* 식단 */
    .meal_menu0050 h2 { margin-right: 2rem; }
    .meal_menu0050 .btn_more { top:1.7rem; }

    /* 캘린더 */
    .pop_schedule0050 .sche_wrap { padding:0.75rem; }
}