﻿/* common style */
h2.heading { color:#363636; font-weight:600; font-size:1rem; margin-bottom: 1.7rem; white-space: nowrap; overflow:hidden;}
.btn_more1 { position: absolute; top: 0; right: 0; font-size: 0.75rem; color: #363636; font-weight: 400;} 
.btn_more1 span { display: inline-block; vertical-align: middle; margin-right: 0.5rem;}
.btn_more1 i { display: inline-block; vertical-align: middle; width: 1.75rem; height: 1.75rem; line-height: 1.75rem; text-align: center; border-radius: 50%; background: #ceecee; color: #33373b; font-size: 1.1rem;}
.btn_more2 { position:absolute; top: 0; right: 0; display: flex; justify-content: center; align-items: center; width: 1.75rem; height: 1.75rem; background: #999; border-radius: 50%; text-align: center; line-height:1.75rem; font-size: 1.1rem; color:#363636; }
.btn_more1 i,
.btn_more2 i{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s;}
.btn_more1:hover i,
.btn_more1:focus i,
.btn_more2:hover i,
.btn_more2:focus i { -webkit-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); }

/* 메인비주얼 */
.MVisual0100 { position: relative; height: 100%; overflow:hidden; border-bottom-left-radius: 5rem; isolation: isolate;}
.MVisual0100 .slider{ position:relative; z-index: 0;}
.MVisual0100 .item{overflow:hidden; line-height:0;}
.MVisual0100 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0100 .control{position:absolute; left:50%; margin-left:-35.5rem; bottom:3rem; z-index:1;}
.MVisual0100 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem;  background:rgb(17, 26, 50, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0100 .control > a.play{display:none;}
/* 메인비주얼 : active */
.MVisual0100 .control > a:hover,
.MVisual0100 .control > a:focus{ background:rgb(17, 26, 50, 0.9);}
 
/* 게시판 */
.notice0100 { position:relative; height:100%; }
.notice0100 .titTab { position: relative; margin-right: 5rem; font-size: 0; }
.notice0100 .titTab li { position:relative; display:inline-block;max-width: 33.333%; padding: 0 1.2rem; left: -1.2rem;}
.notice0100 .titTab a {position: relative; display: block; line-height:2rem; text-align:center; font-size: 1rem; font-weight: 500; color: #767676;}
.notice0100 .titTab a::before {content:"\e937"; font-family:'xeicon'; position: absolute; top: 0.1rem; right: -1.2rem;  }
.notice0100 .titTab a span{display: block; overflow:hidden; white-space:nowrap;}
.notice0100 .topList { display: block; position: absolute;top: 0;left: 0;}
.notice0100 .topList dl { display: block; width: 18.45rem;height: 12.35rem; background: #fff; border-radius:0.75rem 0.75rem 0 0.75rem; border:2px solid #0a9492; padding: 2rem 1.7rem 1.5rem; box-shadow: 0 0 12px rgba(10,148,146, 0.4); }
.notice0100 .topList dt{ position: relative; line-height: 1.4rem; height: 2.8rem; font-size: 0.9rem; color:#272727; font-weight: 500; overflow: hidden; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.notice0100 .topList dl.new dt::before { display:inline-block; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; border-radius: 50%; text-align: center; font-weight: 700; background: #0a9492; color: #fff; content: "N"; font-size: 0.8rem; z-index: 1; margin-right:0.2rem;}
.notice0100 .topList dd { margin-top: 1.1rem; }
.notice0100 .topList dd p{font-size: 0.8rem; color: #0c0c0c; line-height:1.2rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight: 400; }
.notice0100 .topList .date {display: block; margin-top: 1rem; font-size: 0.75rem; color: #767676; z-index: 1; font-weight: 300;}
.notice0100 .topList .date i {margin-right:5px;}
.notice0100 .list_box { display:none; position: relative; width:100%; margin-top: 0.9rem; }
.notice0100 .list_box ul { height:12.35rem; background: #f8f8f8;padding: 0.7rem 1.2rem 0.7rem 20rem; border-radius: 0 0.75rem 0.75rem 0; }
.notice0100 .list_box li {position: relative; border-bottom: 1px dashed #b6bac1;}
.notice0100 .list_box li:nth-child(n+5) {display:none;}
.notice0100 .list_box li:nth-child(4n) {border:none;}
.notice0100 .list_box li a{ position: relative; line-height:2.7rem; display:block; padding-left: 0.6rem; }
.notice0100 .list_box li a::before {position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); left: 0; width: 0.2rem; height: 0.2rem; border-radius: 50%; background: #0a9492; content: ""; }
.notice0100 .list_box li a.new { padding-left: 1.6rem; }
.notice0100 .list_box li a.new::before { position: absolute; transform: translateY(-50%); -webkit-transform: translateY(-50%); left: 0 ; width: 1.15rem; height: 1.15rem; line-height: 1.15rem; border-radius: 50%; text-align: center; font-weight: 600; background: #0a9492; color: #fff; content: "N"; font-size: 0.6rem; z-index: 1; }
.notice0100 .list_box li p{ width:calc(100% - 4.5rem); overflow:hidden; font-size: .8rem; font-weight: 400; color: #272727; text-overflow: ellipsis; white-space: nowrap; }
.notice0100 .list_box li span { position: absolute; top: 0; right: 0; color: #767676; font-size: 0.75rem; font-weight:300; }
.notice0100 .btn_more1 { top: -2.7rem; }
/* 게시판 : 데이터 없음 */ 
.notice0100 div.topList { position: relative; top: auto; left: auto; }
.notice0100 div.topList dl.no_data {width: 100%; text-align: center;}
/* 게시판 : active */ 
.notice0100 .titTab a:hover,
.notice0100 .titTab a:focus,
.notice0100 .titTab a.current {color: #222; font-weight: 600;}
.notice0100 .titTab a:hover::before,
.notice0100 .titTab a:focus::before,
.notice0100 .titTab a.current::before { color:#0a9492; }
.notice0100 .list_box.on { display: block; }
.notice0100 a.topList:hover dt,
.notice0100 a.topList:focus dt {color: #0a9492;}
.notice0100 a.topList:hover dd p,
.notice0100 a.topList:focus dd p,
.notice0100 .list_box li a:hover p,
.notice0100 .list_box li a:focus p { text-decoration: underline; }
.notice0100 a, 
.notice0100 :before,
.notice0100 .titTab a::before{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 팝업존 */
.pop0100 { position:relative; width:100%; height:100%; }
.pop0100::after { content: ''; display: block; width: 100%; height: calc(100% - 4rem); background: url('/images/schl/template/T0100/main/0100_pop_pttrn.png'); border-radius: 0.75rem; position: absolute; bottom: 0; right: -1rem; z-index: -1; }
.pop0100 h2.heading { line-height:2rem; margin-bottom: 1rem; max-width: calc(100% - 7rem);}
.pop0100 .control { position: absolute; top: 0.3rem; right: 0; z-index: 1; }
.pop0100 .control p { display: inline-block; color:#272727; font-weight: 400; font-size:.75rem; vertical-align: middle; font-family: 'Montserrat'; margin-right:0.5rem;}
.pop0100 .control p strong {color: #4956ba; font-weight: 600;}
.pop0100 .control a {display: inline-block; overflow: hidden; text-align:center; color:#272727; font-size:1.1rem; padding: 0 0.1rem; transition: all 0.2s; -webkit-transition: all 0.2s; vertical-align: middle;}
.pop0100 .control .play,
.pop0100 .control .stop { font-size:1rem;}
.pop0100 .control .play {display: none;}
.pop0100 .pop_img { position:relative; height:11.3rem; border-radius:0.75rem; isolation:isolate; overflow: hidden; background:#e1e1e1;}
.pop0100 .pop_img div[class*='slick-'],
.pop0100 .pop_img .item {height:100%;}
.pop0100 .pop_img .item a { display: flex; height:100%; line-height:0; align-items:center; justify-content: center; overflow:hidden;}
.pop0100 .pop_img .item img {position:relative; max-width:100%; width:auto; height:auto;}
/* 팝업존 : active */
.pop0100 .control .play:hover,
.pop0100 .control .play:focus,
.pop0100 .control .stop:hover,
.pop0100 .control .stop:focus { transform: translateY(-2px); -webkit-transform: translateY(-2px);}
.pop0100 .control .prev:hover,
.pop0100 .control .prev:focus { transform: translateX(-2px); -webkit-transform: translateX(-2px);}
.pop0100 .control .next:hover,
.pop0100 .control .next:focus { transform: translateX(2px); -webkit-transform: translateX(2px);}

/* 캘린더 */ 
.pop_schedule0100 { position:relative; height:100%; font-size: 0; }
.pop_schedule0100 .tit_wrap { display: inline-block; width:7.5rem; height:8.5rem; border-radius:0.75rem; position: relative; padding-top:2.5rem; background:#ff8019; text-align:center; color:#fff; overflow:hidden; vertical-align: top; }
.pop_schedule0100 .tit_wrap h2 {position: relative; font-size: 1rem; font-weight: 600; overflow: hidden; white-space: nowrap; z-index: 1; padding:0 0.5rem;}
.pop_schedule0100 .tit_wrap h2 span {display:block; overflow: hidden; white-space: nowrap;}
.pop_schedule0100 .tit_wrap::before { position: absolute; bottom: -3rem; right: -3rem; width: 11.45rem; height: 8.3rem; border-radius: 50%; transform: rotate(-15deg); -webkit-transform: rotate(-15deg); background: #ff932e; content: ""; }
.pop_schedule0100 .tit_wrap .month { position:relative; font-size:0.9rem; font-weight: 500; margin-top:0.3rem; }
.pop_schedule0100 .tit_wrap .month em { display:inline-block; font-size: 1.2rem; font-weight: 700;}
.pop_schedule0100 .inBox { display: inline-block; width: calc(100% - 7.5rem); overflow: hidden; margin-top: 0.85rem; vertical-align: top;}
.pop_schedule0100 .sche_list{position:relative;width: 100%; height: 3.4rem; border-radius: 0 2rem 2rem 0; padding: 0 3.9rem; background: #fff8f0;}
.pop_schedule0100 .sche_list > a { position:absolute;top: 0.5rem; width:2rem; height:2rem; line-height:2rem; font-size:1.1rem; background: #fff; color: #272727; text-align: center; border-radius: 50%; transition:0.15s; -webkit-transition:0.15s; -ms-transition:0.15s;}
.pop_schedule0100 .sche_list > .prev { left: 1.5rem; }
.pop_schedule0100 .sche_list > .next { right: 1.5rem; }
.pop_schedule0100 .sche_list ul{ white-space: nowrap; overflow-x: auto; padding: 0.5rem 0.5rem 0.6rem;}
.pop_schedule0100 .sche_list li{ display:inline-block; margin-right:0.2rem;}
.pop_schedule0100 .sche_list li a{ display:block;width: 2rem;height: 2rem;line-height: 2rem; margin:0 auto;font-weight: 400; border-radius:50%; font-size: 0.85rem; color: #000; text-align: center; }
.pop_schedule0100 .sche_list li a.event{ background: #ffe1c5;}
.pop_schedule0100 .sche_list li a.today{ position: relative; color:#fff !important; font-weight:600; background: #009593; position:relative; z-index: 999;} 
.pop_schedule0100 .lst { position:relative; z-index:1; padding: 0.85rem 1.5rem 0; }
.pop_schedule0100 .lst ul { overflow-y:auto; height: 3rem;}
.pop_schedule0100 .lst li {width:25%; float:left; margin:0.5rem 0; position:relative;}
.pop_schedule0100 .lst li ~ li:after {content: ""; width: 2px; height: 17px; border-left: 2px dotted #9e9e9e; display: block; position: absolute; top: 0.6rem; left: -1.5rem;}
.pop_schedule0100 .lst li:nth-child(4n+1):after {display:none;}
.pop_schedule0100 .lst li a { position:relative; display:block; line-height: 2rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size: 0.75rem; font-weight: 400; padding: 0 1.5rem 0 2.5rem; color: #353535;}
.pop_schedule0100 .sche_list li span{display: block; width: 2rem; height: 2rem; line-height: 2rem; margin: 0 auto; font-weight: 400; border-radius: 50%; font-size: 0.85rem; color: #000;text-align: center;} 
.pop_schedule0100 .lst li a span{ position:absolute; left:0; top:0; width: 2rem; height: 2rem; background: #fffbf7; border:1px dashed #ff8019; text-align: center; color: #222; line-height: 2rem; border-radius: 50%; font-weight: 500;}
.pop_schedule0100 .lst .no_data { text-align:center; width:100%; line-height: 3rem; margin: 0; font-size: 0.8rem; }
.pop_schedule0100 .btn_more2 { background: #c55c2e; color: #fff; left: 3rem; right: auto;top: auto; bottom: -0.7rem;}
/** 캘린더 : active **/
.pop_schedule0100 .sche_list li:hover a,
.pop_schedule0100 .sche_list li:focus a {text-decoration:underline;}
.pop_schedule0100 .lst li a:hover,
.pop_schedule0100 .lst li a:focus { color: #ff8019; }
.pop_schedule0100 .sche_list > .prev:hover,
.pop_schedule0100 .sche_list > .prev:focus {background: #ff8019; color: #fff;}
.pop_schedule0100 .sche_list > .next:hover, 
.pop_schedule0100 .sche_list > .next:focus {background: #ff8019; color: #fff;}

/* 식단 */
.meal_menu0100 { position:relative; width: 100%; height: 100%; background: #ff8019; border-radius:0.75rem; padding: 1.75rem 6rem 1.5rem 1.5rem;}
.meal_menu0100 h2 { color: #fff; margin-bottom: 1rem;}
.meal_menu0100 .inner { position:relative; color:#111;}
.meal_menu0100 .inner ul {height: 6.8rem; overflow-y:auto;}
.meal_menu0100 .inner li + li{margin-top:.75rem;}
.meal_menu0100 .inner li:not(.no_data) { display:table; width:100%; height:4.5rem;}
.meal_menu0100 .inner li.no_data { text-align:center; line-height: 4.5rem; color: #fff; }
.meal_menu0100 .inner dl { position:relative; display:table-cell; vertical-align: middle; font-size:0; line-height:0;}
.meal_menu0100 .inner dl > *{font-size: 0.9rem; line-height:1.4;}
.meal_menu0100 .inner dt {line-height: 2.25rem; text-align: center; font-weight: 500; color: #222; background: #fff; border-radius:1.5rem;}
.meal_menu0100 .inner dt em { font-weight:600;}
.meal_menu0100 .inner dt span { color:#ff8019; font-weight:600;}
.meal_menu0100 .inner dd {color: #fff; font-size:0.8rem; line-height:1.3rem; word-break:keep-all; padding-top: 0.8rem; font-weight: 400;}
.meal_menu0100 > img{position:absolute; right: 1.3rem; bottom: 2rem; max-width:4.55rem; max-height: 2.25rem;}
.meal_menu0100 .btn_more2 { top: 1.4rem; right: 1.5rem; background: #fff; color: #000; }

/* 갤러리 */
.gallery0100 { position:relative; height: 100%;}
.gallery0100 h2 { margin-bottom: 0.9rem; width: calc(100% - 5rem); }
.gallery0100 .list_box ul {display: flex; justify-content: flex-start; }
.gallery0100 .list_box li{width: 30.5%; float:left;}
.gallery0100 .list_box li + li{ margin-left:4.25%;}
.gallery0100 .list_box li:nth-child(n+4) {display: none;}
.gallery0100 .list_box li.no_data{ text-align:center; width:100%; font-size:0.8rem; line-height: 11rem; background: #e1e1e1; border-radius:0.75rem;}
.gallery0100 .list_box a { position:relative; display:block; overflow:hidden;}
.gallery0100 .list_box a .img{height: 8.3rem; overflow:hidden; background:#ccc; border-radius:0.75rem;}
.gallery0100 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%) scale(1); -webkit-transform:translate(-50%, -50%) scale(1); -ms-transform:translate(-50%, -50%) scale(1); width:auto; height:100%; transition:0.15s; -webkit-transition:0.15s; -ms-transition:0.15s;} 
.gallery0100 .list_box a p.txt{ display:block; width: 100%; font-size: 0.8rem; line-height: 2.25rem; border:1px solid #0a9492; border-radius:1.5rem; background: #fff; padding:0 1rem; text-align:center; font-weight:500; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color: #363636; margin-top:0.5rem; transition:0.15s; -webkit-transition:0.15s; -ms-transition:0.15s;}
.gallery0100 .list_box a .cont span{ display:block; color:#666;}
.gallery0100 .btn_more1 { top: -0.2rem; }
/** 갤러리 : active **/
.gallery0100 .list_box a:hover .img img,
.gallery0100 .list_box a:focus .img img {transform:translate(-50%, -50%) scale(1.1); -webkit-transform:translate(-50%, -50%) scale(1.1); -ms-transform:translate(-50%, -50%) scale(1.1);}
.gallery0100 .list_box a:hover p.txt,
.gallery0100 .list_box a:focus p.txt { background:#0a9492; color:#fff;}

/* 바로가기1 */
.M_link0100 { position:relative; height:100%; z-index: 9;}
.M_link0100 ul{width: calc(100% + 2rem); margin-left: -1rem; display: table; table-layout: fixed;position: relative;z-index: 999;}
.M_link0100 li { position:relative; display:table-cell; vertical-align: top;}
.M_link0100 li a {position:relative; display: block; width:100%; text-align: center; color: #272727;}
.M_link0100 li a p{ position: relative; display: flex; justify-content: center; align-items: center; width: 4.75rem; height: 4.75rem; text-align:center; background: #fff; margin: 0 auto; border-radius:50%; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s; border: 1px dashed #ff8019;}
.M_link0100 li a p::before{ content: ''; display: block; width: calc(100% + 2px); height: calc(100% + 2px); border-radius: 50%; position: absolute; top: -1px; left: -1px; border: 2px solid #ff8019; opacity: 0; transition: all 0.15s; -webkit-transition: all 0.15s;}
.M_link0100 li a img { width: 55px; height: 52px; vertical-align: middle;}
.M_link0100 li a span{display:block; line-height:1rem; max-height:2rem; font-size: 0.85rem; margin: 0.6rem 0.5rem 0; overflow:hidden; font-weight: 500;}
/** 바로가기1 : active **/
.M_link0100 li a:focus p,
.M_link0100 li a:hover p { box-shadow: 0 0 12px rgba(255,128,25,0.26); }
.M_link0100 li a:hover p::before,
.M_link0100 li a:focus p::before { opacity: 1;}
.M_link0100 li a:focus span,
.M_link0100 li a:hover span {color:#ff8019; font-weight:600;}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #e5e5e5;}
.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) {
    /*메인비주얼*/
    .MVisual0100 .item img{ width: 145%; height:auto; left: -5%; transform: none;}
    .MVisual0100 .control {left: auto; right:1rem; bottom: 1rem; margin-left: 0;}

    .M_link0100 ul { width: 100%; margin-left: 0; }
}

@media (max-width: 1110px) {
    /* 게시판 */
    .notice0100 .topList dl {width: 12rem; padding: 2rem 1.2rem 1.5rem; }
    .notice0100 .list_box ul {padding: 0.8rem 1.2rem 0.8rem 13.5rem;}
}

@media (max-width: 1024px) {
   

    /* 캘린더 */
    .pop_schedule0100 .lst li {width:33.333333%;}

    /* 갤러리 */
    .gallery0100 .list_box li{width: 48%; }
    .gallery0100 .list_box li:nth-child(3n) {display: none; }
} 


@media (max-width:940px){
    h2.heading { margin-bottom: 0.8rem; }

    .notice0100 .titTab li { padding: 0 0.8rem; left: -0.8rem; }
    .notice0100 .topList dl { width: 15rem; }
    .notice0100 .list_box ul { padding: 0.8rem 1.2rem 0.8rem 16.5rem; }

	/* 팝업존 */
	.pop0100 h2.heading { margin-bottom:0.5rem;} 
	.pop0100::after { bottom: -1rem; height:calc(100% - 2.5rem);}

    
}

@media (max-width: 840px) {
    /* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}

    /* 바로가기1 */
    .M_link0100 li { display: inline-block; width: 25%;}
    .M_link0100 li a span{ margin: 0.6rem 0.25rem 0.6rem; }
}

@media (max-width: 768px) {	
   
    /* 메인비주얼 */
    .MVisual0100 { border-bottom-left-radius: 1.5rem; }

    /* 캘린더 */
    .pop_schedule0100 .lst li {width:50%;}

    /* 갤러리 */
    .gallery0100 .list_box li{width: 100%; }
    .gallery0100 .list_box li:nth-child(2) {display: none; }
    .gallery0100 .list_box li + li{margin-left:0;}

    /* 팝업존 */
    .pop0100 .pop_img{ height:auto; }
    .pop0100 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -webkit-transform: none; -ms-transform: none;}
}

@media (max-width: 640px) {	

    /* common style */ 
    .btn_more1 span { display: none;}

    /* 게시판 */ 
    .notice0100 .titTab { margin-right: 2.5rem; }
    .notice0100 .topList { position: relative; top: auto; left: auto; }
    .notice0100 .topList dl { width: 100%; height: auto; padding: 1rem; }
    .notice0100 .topList dt{ font-size:.9rem; }
    .notice0100 .topList .date {display: block; font-size: 0.75rem; color: #777; z-index: 1; }
    .notice0100 .list_box ul {height:auto; padding: 1rem 1.2rem; border-radius: 0 0 0.75rem 0.75rem;}
    .notice0100 .list_box li a { line-height: 2rem; }
    /* 게시판 : 데이터 없음 */ 
    .notice0100 .list_box li.no_data{ line-height: 5rem; }
    
    /* 캘린더 */
    .pop_schedule0100 .tit_wrap {display: flex; width: 100%; height: 3rem; line-height: 3rem; padding-top: 0; padding-left:1rem;}
    .pop_schedule0100 .tit_wrap h2 { width: calc(100% - 8rem); }
	.pop_schedule0100 .tit_wrap h2 span { text-align:left;}
    .pop_schedule0100 .tit_wrap .month {width: 5rem; margin-top: 0;}
    .pop_schedule0100 .inBox {width: 100%; margin-top: 0;}
    .pop_schedule0100 .lst { padding: 0.5rem 0 0;}
    .pop_schedule0100 .btn_more2 { top: 0.7rem; right: 0.7rem; left: auto; bottom: auto; }

	/* 갤러리 */
	.gallery0100 h2 { width: calc(100% - 2.5rem); }
	.gallery0100 .btn_more1 { top: -0.1rem; }
}

@media (max-width: 560px) {
	/* 메인비주얼 */
	.MVisual0100 .control > a{ width:1.65rem; height:1.65rem; line-height:1.65rem; }
 
    /* 캘린더 */
    .gallery0100 .list_box ul { display: block; }
    .gallery0100 .list_box li + li { margin-top: 0.5rem; }
	 
	 /* 식단 */
	.meal_menu0100 { padding: 1.2rem 6rem 1.5rem 1.5rem;}
 
}

@media (max-width: 480px) {
    /* 바로가기1 */
    .M_link0100 li { width: 33.333333%;}
    .M_link0100 li:nth-child(n+3) {margin-top:0.1rem;}
    .M_link0100 li a p{width: 4rem; height: 4rem; }
    .M_link0100 li a img { width:2.25rem; height:2.1rem;}

    /* 게시판 */
    .notice0100 .titTab {overflow: hidden; }
    .notice0100 .titTab li { max-width:100%;}
    .notice0100 .titTab a.current::before { display: none; }

    /* 캘린더 */ 
    .pop_schedule0100 .sche_list {padding:0 2.75rem;}
    .pop_schedule0100 .sche_list > .prev {left:0.5rem;}
    .pop_schedule0100 .sche_list > .next {right:0.5rem;}
    .pop_schedule0100 .lst ul { height: 7rem; }
    .pop_schedule0100 .lst li { width: 100%; margin: 0; }
    .pop_schedule0100 .lst li + li { margin-top: 0.5rem; }
    .pop_schedule0100 .lst .no_data { line-height: 7rem;}

}

@media (max-width: 320px) {     
	 /* 식단 */
	.meal_menu0100 { padding: 1.2rem 1.2rem 1.2rem 1.2rem;}
	.meal_menu0100 > img { display:none;}

	/* 캘린더 */
	 .pop_schedule0100 .tit_wrap { padding-left:0.3rem;}
    
}