﻿﻿/* btn_more */
.btn_more { position: absolute; top: 0; right: 0; width: auto; font-size: 0.9rem; color: #000; font-weight: 600; height: 1.7rem;}
.btn_more span { vertical-align: middle; font-weight: 600;font-size: 0.9rem; color:#000;}
.btn_more i { width: 1.75rem;height: 1.75rem; line-height: 1.75rem; border-radius: 50%; color: #333; font-size: 1.3rem; text-align: center; vertical-align: middle; font-weight: 600;}
.btn_more,
.btn_more i { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.btn_more:hover i,
.btn_more:focus i { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }

/* 메인비주얼 */
.MVisual0046 { position: relative; height: 100%; overflow:hidden;}
.MVisual0046 .item{overflow:hidden; line-height:0; border-radius: 1.5rem;}
.MVisual0046 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0046 .control{position:absolute; left:1rem; bottom:1rem; z-index:1;}
.MVisual0046 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(17, 50, 30, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0046 .control > a.play{display:none;}
.MVisual0046 .control > a:hover,
.MVisual0046 .control > a:focus{ background:rgb(17, 50, 30, 0.9);}

/* 게시판 */
.notice0046 { position:relative; height:100%; }
.notice0046 .titTab { position: relative; height: auto; overflow: hidden;}
.notice0046 .titTab ul li{ position:relative; float: left; max-width: calc(100% / 3); font-size:1.1rem; font-weight: 500; vertical-align:top; background: #fff; }
.notice0046 .titTab ul li + li { padding-left: 0.1rem; }
.notice0046 .titTab ul li a { position:relative; display:block; overflow:hidden; white-space:nowrap; padding: 0.3rem 1.2rem;color: #464040; line-height:1.5rem; z-index:1; }
.notice0046 .titTab ul li a span { display:block; overflow: hidden;}
.notice0046 .tabWrap {margin:0 -1rem;}
.notice0046 .list_box { display:none; width:100%; height:calc(100% - 3.5rem);}
.notice0046 .list_box ul { height: 13.6rem;  overflow: hidden; padding: 1rem 1rem 0 1rem;}
.notice0046 .list_box li { float: left; width: 32%; margin-bottom: 2rem;}
.notice0046 .list_box li:nth-child(4n) { margin-left:0}
.notice0046 .list_box li ~ li { margin-left:2%;}
.notice0046 .list_box li a { position:relative; display:block; line-height:1.3rem; padding: 1.3rem; box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.06); border-radius: 1.5rem; background:#fff; }
.notice0046 .list_box li a::before { position: absolute; top: 0.3rem; left: 0.3rem; width:100%; height: 100%; background: #ffdb6e; content: ""; border-radius: 1.5rem;z-index: -1; opacity:0;}
.notice0046 .list_box li a::after { content:"\25B6"; position:absolute; right:50%; bottom:-1rem; width:2rem; height:2rem; line-height:1.8rem; margin-top:-1rem; font-family: 'xeicon'; color: #000; border-radius:50%; font-size:1rem; background: #ffdb6e; text-align:center; transform:translateX(50%); -webkit-transform: translateX(50%); -ms-transform: translateX(50%); opacity:0; z-index: 8;}
.notice0046 .list_box li a .tit{ font-size: 0.9rem; color: #1c1c1c; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight: 600; height: 2.6rem;}
.notice0046 .list_box li a .txt{ font-size: 0.8rem; color: #808183; height: 2.4rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 1.1rem 0; }
.notice0046 .list_box li a span {  font-size: 0.75rem; color: #7e7e7e; font-weight: 600; line-height: 1rem;} 
.notice0046 .list_box li.new a span:after { content: 'N'; width: 1rem; height: 1rem; border-radius:50%; background: #ccf0ee; display: inline-block; text-align: center;color: #222; margin-left: 0.5rem;}
.notice0046 .list_box li a span i{ margin-right: 0.4rem; font-size: .7rem;}
.notice0046 .btn_more {position:absolute; top:0; right:0}
.notice0046 .btn_more::after{content:""; display:block; width:30px; height:30px; position:relative; background:#ccf0ee; border-radius:30px ; top: -39px; left: 51px; z-index: -1;}
.notice0046 .btn_more i{ color: #000; }
/* 게시판 :데이터 없음 */
.notice0046 .list_box dl.no_data dt { line-height:4.5; }
.notice0046 .list_box dl.no_data .date p { padding-top:0; }
.notice0046 .list_box li.no_data { text-align:center; width:100%; line-height:3rem; line-height:1.3rem; padding: 1.3rem; box-shadow: 0 0 9px 3px #efefef; border-radius: 1.5rem; background:#fff }
/* 게시판 :action */
.notice0046 .titTab ul li a:hover,
.notice0046 .titTab ul li a:focus,
.notice0046 .titTab ul li a.current {color: #000; font-weight: 700; background: #ffdb6e;border-radius: 30px; }
.notice0046 .list_box.on { display:block; }
.notice0046 .list_box li a:hover::after,
.notice0046 .list_box li a:hover::before {opacity:1}
.notice0046 .list_box li a:hover .txt,
.notice0046 .list_box li a:focus .txt { text-decoration: underline; }
.notice0046 a, 
.notice0046 dt { -webkit-transition:all .15s; transition:all .15s; }

/* 팝업존 */
.pop0046 { position:relative; width: 100%; height:100%;  overflow: hidden;  }
.pop0046 .tit_wrap { margin-bottom: 1rem; width: calc(100% - 10.5rem); overflow: hidden; white-space: nowrap;}
.pop0046 h2 { color: #000; font-weight: 700; font-size:1.1rem; line-height:1.9rem; }
.pop0046 .nss_pg{ position:absolute; top: 0rem; right: 0; line-height: 1; }
.pop0046 .nss_pg p { display:inline-block; vertical-align: middle; color:#222; font-size:.8rem; margin-right:0.7rem; position: relative;}
.pop0046 .nss_pg p strong { color: #6bd1ca; font-size: 1.1rem; font-weight:600; vertical-align: middle; }
.pop0046 .nss_pg p span{ vertical-align: sub; font-weight: 600; font-size: 0.95rem;}
.pop0046 .nss_pg p strong + span:before{content:""; display:inline-block; width:0.6rem; height:0.1rem;  margin:0 8px; background:#ccc; vertical-align: super; }
.pop0046 .nss_pg a {display: inline-block; vertical-align: middle; position:relative; overflow: hidden; width: 1.8rem; height: 1.8rem; line-height:1.9rem; border-radius:50%; text-align:center; color:#213246; font-size:1.4rem; background: #e4e3e3;}
.pop0046 .nss_pg a i {font-weight: 600; font-size: 0.95rem; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}
.pop0046 .nss_pg .play {display: none;}
.pop0046 .nss_pg .play,
.pop0046 .nss_pg .stop { font-size: 1rem; }
.pop0046 .pop_img { position:relative; height:11.25rem; text-align:center; border-radius: 1.5rem; background: #ececec; overflow: hidden; }
.pop0046 .pop_img .slick-list{width:100%; max-width:17.5rem; margin:0 auto; }
.pop0046 .pop_img div,
.pop0046 .pop_img .item { height:100%; overflow:hidden; }
.pop0046 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0046 .pop_img .item img {position:relative; top: 50%; max-width:100%; width:auto; max-height:100%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);}
/* 팝업존 : active */
.pop0046 .nss_pg a:hover,
.pop0046 .nss_pg a:focus { background: #ffbe42; }
.pop0046 .nss_pg a { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 식단 */
.meal_menu0046 { position:relative; height: 16.5rem; border-radius: 2rem 2rem 2rem 0;  }
.meal_menu0046 .tit_wrap{position:relative; margin-bottom: 1.2rem;overflow: hidden;white-space: nowrap; width: calc(100% - 3rem);}
.meal_menu0046 h2 { position:relative; display:inline-block;  color: #000; font-weight:600; font-size:1.1rem; line-height:1.5rem; padding-right:1rem;  font-weight: 700;}
.meal_menu0046 .inner { position:relative; z-index:1;}
.meal_menu0046 .inner ul { overflow-y:auto; height: 4.3rem;  }
.meal_menu0046 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0046 .inner li + li { margin-top: 1.6rem; }
.meal_menu0046 .inner .no_data { padding-top:2.5rem; text-align:center; }
.meal_menu0046 .inner dl { position:relative; min-height: 4rem; color: #000; }
.meal_menu0046 .inner dt { font-weight: 700; font-size: .8rem; background: rgba(255, 255, 255, 0.2); display: inline-block; border-radius: 4.25rem; padding: 1rem 0.5rem; width: 4.25rem;height: 4.25rem; text-align: center; background: #6bd1ca; float: left; line-height: 1.2;}
.meal_menu0046 .inner dt span { display: block;}
.meal_menu0046 .inner dd { font-size: 0.8rem; word-break:keep-all; font-weight: 600; line-height: 1.3; float: left; padding: 0.25rem 0 0 1rem; width: calc(100% - 4.3rem);}
.meal_menu0046 > img{ bottom: 0; width: 258px; height: 180px; position: absolute;right: 50%;transform: translateX(50%); -webkit-transform: translateX(50%); -ms-transform: translateX(50%);}
.meal_menu0046 .btn_more { top: -5px; right: 0; text-align:center; background: #6bd1ca; width: 2.25rem; height: 2.25rem; line-height: 2.25rem; position: absolute; border-radius: 2.25rem }
.meal_menu0046 .btn_more i { font-size:1.5rem}

/* 갤러리 */
.gallery0046 { position:relative; height: 100%; }
.gallery0046 h2 { position: relative; color: #1e2c39; font-weight:700; font-size:1.1rem; margin-bottom: 1.5rem; white-space: nowrap; overflow: hidden; margin-right: 7rem;}
.gallery0046 .list_box {margin: -0.5rem}
.gallery0046 .list_box ul { height: 15.5rem; overflow:hidden; padding:0.5rem;}
.gallery0046 .list_box li {float: left; width: 48.5%; margin-bottom:2rem }
.gallery0046 .list_box li:nth-child(2n+1) {margin-left: 0%; }
.gallery0046 .list_box li ~ li { margin-left: 3%; }
.gallery0046 .list_box li.no_data{ width:100%; height:calc(100% - 2rem); display:flex; align-items:center; justify-content:center; padding:2rem 0; font-size:.9rem; background:rgba(0,0,0,0.05); border-radius:2rem;}
.gallery0046 .list_box a { position:relative; display:block; font-size:.9rem; color:#000; }
.gallery0046 .list_box a .img{ height: 13.4rem; overflow:hidden; background:rgba(0,0,0,0.1); border-radius: 2rem;   }
.gallery0046 .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: all 0.3s }
.gallery0046 .list_box a strong{ position: absolute; bottom: -1rem; right: 0; font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#333; font-size: .9rem; text-align: center;  background: #fff; border-radius: 1rem 0 1rem 1rem; width: 70%; box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1); line-height: 3rem; padding: 0 0.7rem;}
.gallery0046 .btn_more { top: -5px; position:absolute; right:0;}
.gallery0046 .btn_more::after {content:""; display:block; width:30px; height:30px; position:relative; background:#ffdb6e; border-radius:30px ; top: -39px; left: 51px; z-index: -1;}
.gallery0046 .btn_more i{ color: #000; }
/** 갤러리 : active **/
.gallery0046 .list_box a:hover strong,
.gallery0046 .list_box a:focus strong { color:#1e908a }
.gallery0046 .list_box a:hover .img img,
.gallery0046 .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);}
.gallery0046 .list_box a:hover .img::before,
.gallery0046 .list_box a:focus .img::before { position: absolute; width: 2rem; height: 2.4rem; bottom: 1.5rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); background: url('/images/schl/template/T0046/main/0046_thumb_bg.png') no-repeat center / cover; content: ""; z-index: 1; }
.gallery0046 .list_box a .img,
.gallery0046 .list_box a .img::before{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 캘린더 */
.pop_schedule0046 { position:relative; margin-top: 3.5rem; width: 100%; }
.pop_schedule0046 h2 { position:relative; max-width:calc(100% - 5rem); font-weight:700; font-size:1.1rem; margin-bottom: 1.5rem; }
.pop_schedule0046 .sche_wrap { position:relative; height: auto; width: 100%;}
.pop_schedule0046 .sche_list { position: absolute; line-height: 3.5rem; top: -40px; text-align: center; width: 96%; left: 30px; background-color: #ffdb6e; border-radius: 2rem 0 2.5rem 2rem;}

.pop_schedule0046 .sche_list > a { position: absolute; top: 1rem;right:0; font-size: 1.25rem; width: 1.75rem; height: 1.75rem; border-radius:50%;  background:#0b988e; }
.pop_schedule0046 .sche_list > a i {color: #fff; width: 1.75rem; height: 1.75rem; position:absolute; top: 70%; left:50%; transform: translate(-50%,-50%);-webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); font-size: .9rem;}
.pop_schedule0046 .sche_list > a.prev {left:-0.5rem;}
.pop_schedule0046 .sche_list > a.next {right: 3rem;}
.pop_schedule0046 .sche_list span { display:inline-block; color:#2f2573; font-size:.9rem; font-weight:700; vertical-align:middle; position: relative;left: -1.5rem;}
.pop_schedule0046 .sche_list span em { display: inline-block; color: #000; text-align: center; border-radius: 50%; font-weight:800; font-size: 1.25rem; }
.pop_schedule0046 .sche_cont { background-color: #6bd1ca; border-radius: 1rem;padding: 1rem 1rem 0.9rem;}
.pop_schedule0046 .sche_cont .sche_table { position: relative;width: 100%; height: 100%; padding: 0 1rem 1rem; z-index: 0;}
.pop_schedule0046 .sche_cont .sche_table table { font-family:"SCDream"; text-align:center; }
.pop_schedule0046 .sche_cont .sche_table table thead {padding: 1rem 0;}
.pop_schedule0046 .sche_cont .sche_table table thead th { padding: 1rem 0.5rem; color:#000; font-size:.9rem; font-weight:600; }
.pop_schedule0046 .sche_cont .sche_table table tbody {position: relative; z-index: 1;}
.pop_schedule0046 .sche_cont .sche_table::before {content: ""; display: block; position: absolute; width: 97%; height: 73%; background: #fff; border-radius: 1rem; top: 58%; left: 50%; z-index: 0; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);}
.pop_schedule0046 .sche_cont .sche_table table tbody td {position:relative; z-index:10; padding:0.2rem; color:#000; font-size:.75rem; font-weight: 500; text-align:center; }
.pop_schedule0046 .sche_cont .sche_table table tbody td a { position:relative; display: block; width:1.4rem; height:1.4rem; line-height: 1.4rem; border-radius:50%; margin: auto; }
.pop_schedule0046 .sche_cont .sche_table table tbody td a.event { background: #e5e5e5; }
.pop_schedule0046 .sche_cont .sche_table table tbody td a.today { background: #2dcbc0; }
.pop_schedule0046 .sche_cont .lst { width: 100%; height: 3.7rem; overflow: auto; }
.pop_schedule0046 .sche_cont .lst li {margin-bottom: 3px;}
.pop_schedule0046 .sche_cont .lst li a {font-weight: 600;display: block; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #040404;}
.pop_schedule0046 .sche_cont .lst li a span {width: 1.7rem; line-height: 1.7rem; background: #fff; border-radius: 1rem; display: inline-block; margin-right: 0.5rem; text-align: center;color: #000; font-size: 0.7rem; font-weight: 700;}
.pop_schedule0046 .btn_more {background: #8f8f8f; width: 1.75rem; height: 1.75rem; border-radius:50%; text-align: center; top:-20px; right: 0; line-height: 1.75rem; position: absolute;}
.pop_schedule0046 .btn_more i {color: #fff; font-size: 1rem; }
/* 캘린더 no_data */
.pop_schedule0046 .sche_cont .lst li.no_data {text-align:center; margin-top: 1.3rem;}
/* 캘린더 :active */
.pop_schedule0046 .lst li a:hover,
.pop_schedule0046 .lst li a:focus { text-decoration: underline; }
.pop_schedule0046 .sche_list a:hover::before,
.pop_schedule0046 .sche_list a:focus::before { background: #7fb4e5; }
.pop_schedule0046 .sche_list > a:hover {background: #1c645f;}
.pop_schedule0046 .sche_table table tbody td:hover,
.pop_schedule0046 .sche_table table tbody td:focus { text-decoration: underline; }
.pop_schedule0046 a,
.pop_schedule0046 a span,
.pop_schedule0046 .sche_list a::before{ -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.pop_schedule0046 .btn_more:hover {background: #555;}

/* 바로가기1 */
.M_link0046 { position:relative; height: 100%; margin-top: 2rem;}
.M_link0046 ul { width: 100%; display: table;table-layout: fixed;}
.M_link0046 li {  display: table-cell;  transition:all 0.3s;transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0);}
.M_link0046 li:last-child {margin-right: 0;}
.M_link0046 li::after { display:block; content: ""; width: 10px; height: 10px; background: #ffdb6e; border-radius: 10px; position: relative; bottom: -6px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); opacity: 0;}
.M_link0046 li:nth-child(3n+1) a:before{ display: none; }
.M_link0046 li a { display:block; position:relative; word-break: keep-all; text-align:center;}

.M_link0046 li a .img { width: 5.55rem; height: 5.55rem; line-height: 7.5rem; margin: auto; text-align: center; border: 2px solid transparent; border-radius: 1.9rem; margin-bottom: 1rem; z-index: 1; background: #fef8e6;}
.M_link0046 li a img { width:59px; height:59px; }
.M_link0046 li a span {   display: block; font-size:0.9rem; line-height:1rem; height: 2rem; padding: 0 1rem; overflow:hidden; font-weight: 600; color: #000;  max-height: 2rem; word-break: break-all;}
/** 바로가기1 : active **/
.M_link0046 li ~ li a:hover:before,
.M_link0046 li ~ li a:focus:before{ display: none; }
.M_link0046 li:hover::after,
.M_link0046 li:focus::after { opacity:1; }
.M_link0046 li a:hover .img,
.M_link0046 li a:focus .img{ border-color: #ffdb6e; background: #fef8e6;}
.M_link0046 li:hover,
.M_link0046 li:focus{ transform:translateY(-1rem); -webkit-transform:translateY(-1rem); -ms-transform:translateY(-1rem)}
.M_link0046 li a span
.M_link0046 li a,
.M_link0046 li a span,
.M_link0046 li a .img{ -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 배너존 */
.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: 1280px) {
	/* 메인비주얼 */ 
	.MVisual0046 .control { margin-left: 0; left: 1rem; }
    
}

@media (max-width: 1230px) {
	/* 캘린더 */
    .pop_schedule0046 .sche_list {  left: 20px;} 
	.pop_schedule0046 .btn_more {right: 4%;}
}

@media (max-width:1100px){
    
    /*캘린더*/
	.pop_schedule0046 .sche_cont .sche_table::before {width: 93%;height: 75%; top: 58%;}
	.pop_schedule0046 .sche_cont { padding: 1.5rem 1rem 0.6rem;}
	.pop_schedule0046 .sche_cont .lst li {width:50%; float:left;}

	/*바로가기*/
	.M_link0046 li { display: block; margin-top: 1rem;}
	
	/*식단*/
    .meal_menu0046 .meal_box {margin-top:1rem;}
	.meal_menu0046 .meal_box > img{ width: 85%; }
}

@media (max-width:1024px){
	
    /* 캘린더 */
    .pop_schedule0046 .sche_list { line-height: 3rem; top: -30px;} 
	.pop_schedule0046 .sche_list > a {top: 0.8rem; }
    .pop_schedule0046 .sche_cont { padding: 0.9rem 1rem 0.6rem;}
	.pop_schedule0046 .sche_cont .sche_table::before {width: 93%;}
	.pop_schedule0046 .btn_more {top: -16px;right: 3%;}
}

@media (max-width: 950px) {
    /* 메인비주얼 */
	.MVisual0046 .item img { width: 100%; margin-left: 0; height: auto; }
	
	/* 캘린더 */
	.pop_schedule0046 .sche_cont .sche_table::before {width: 92%;}

    /* 게시판 */
    .notice0046 .titTab ul { width: calc(100% - 4rem);}
    .notice0046 .titTab ul::after {clear: both; display: block; content: "";}
	.notice0046 .list_box li { width: 48.5%; }
	.notice0046 .list_box li:last-child { display:none; }
	.notice0046 .list_box li:nth-child(3n) { margin-right:3%; display:none; }
	.notice0046 .list_box li:nth-child(2n) { margin-right:0; }
    
    /* 식단 */
    .meal_menu0046 { height: 9.5rem; }
    .meal_menu0046 .tit_wrap{ width: calc(100% - 20rem); }
	.meal_menu0046 .inner ul { width: calc(100% - 20rem);  }
	.meal_menu0046 img { right: 4rem; display: inline-block; transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0);} 

    /* 갤러리 */
    .gallery0046 .list_box a .img img { width: 100%; height: auto; }
    .gallery0046 .list_box a .img{ height: 11.25rem; }
	
}

@media (max-width: 860px) {
    /* 배너존 */
    .banner_zone h2{ display:none; }
    .banner_zone .bnWrap{ width:calc(100% - 6rem); padding-left:0.75rem; }
}

@media (max-width: 800px) {

	/*캘린더*/
    .pop_schedule0046 .sche_cont .sche_table::before { width: 89%; }

	/*바로가기*/
	.M_link0046 li a span { font-size:0.9rem; }
	
	/* 게시판 */ 
	.notice0046 .titTab ul li{ font-size:1rem;  }
	.notice0046 .titTab ul li a { padding: 0.1rem 0.5rem; }

	/*갤러리*/
	.gallery0046 h2 { font-size:1rem;}
	.gallery0046 .list_box a strong{ font-size: .8rem; }

	/*식단*/
	.meal_menu0046 h2 { font-size:1rem; }
	.meal_menu0046 .inner ul { width: calc(100% - 19rem); }

	/*팝업존*/
	.pop0046 h2 { font-size:1rem;}
}

@media (max-width: 750px) {
	/* 게시판 */ 
	.notice0046 .titTab ul li{  max-width: 10rem;  }
	.notice0046 .btn_more::after{ top: -38px; left: 44px;}
	.notice0046 .list_box li a { padding: 1.5rem 1.2rem; }
	.notice0046 .list_box li a .txt{ margin: 0.5rem 0; }
	
	/*식단*/
	.meal_menu0046 img { width: 12rem; height:auto;} 
	.meal_menu0046 .btn_more { width: 2rem; height: 2rem;line-height: 2rem; border-radius: 2rem; }
	.meal_menu0046 .btn_more i { font-size :1.3rem;}
	
	/* 갤러리 */
	.gallery0046 .btn_more::after { top: -38px; left: 44px;}

	/* 팝업존 */
    .pop0046 .pop_img{ height:auto; }
    .pop0046 .pop_img .item img { top:auto; max-height:15rem; transform: none; -ms-transform: none; -webkit-transform: none;}
}
@media (max-width:630px){
	/*캘린더*/
	.pop_schedule0046 .sche_cont .lst li { width:100%; }
	
    /* 식단 */
    .meal_menu0046 { height: 15.5rem; }
    .meal_menu0046 .tit_wrap{ width: calc(100% - 5rem); }
	.meal_menu0046 .inner ul { width: 100%; }
	.meal_menu0046 img { right: 50%; transform: translateX(50%); -webkit-transform: translateX(50%); -ms-transform: translateX(50%);} 

}
@media (max-width:600px){

    /* 갤러리 */
    .gallery0046 .list_box ul { height: 27rem; }
    .gallery0046 .list_box li {float: none; width: 100%; margin-bottom:2rem;}
    .gallery0046 .list_box li ~ li { margin-left: 0; }
    
}

@media (max-width:550px){
   
    /*바로가기*/
	.M_link0046 li { display: table-cell; }
	
}
@media (max-width:500px){
	/*바로가기*/
	.M_link0046 li a span { font-size:0.85rem; }

    /* 캘린더 */
    .pop_schedule0046 .sche_list { left: 13px; } 
	.pop_schedule0046 .btn_more { right: 4%;}

	/*식단*/
	.meal_menu0046 .inner li + li { margin-top: 1.6rem; }

	/*게시판*/
	.notice0046 .list_box ul { height: 11rem;  }
	.notice0046 .list_box li a .tit{ font-size: 0.85rem; -webkit-line-clamp: 1; height: 1.2rem;}
	.notice0046 .list_box li a .txt{ font-size: 0.75rem; }
	.notice0046 .list_box li a span {  font-size: 0.7rem;} 
	
}
@media (max-width:450px){
    /* 게시판 */ 
	.notice0046 .list_box ul { height: 19.5rem; }
    .notice0046 .list_box li { width: 100%; margin-bottom: 1rem; }
	.notice0046 .list_box li:nth-child(2) { margin-bottom: 0; }
	.notice0046 .list_box li ~ li{ margin-left: 0; }
	.notice0046 .list_box li a {  padding: 1.2rem 1rem; }
    .notice0046 .list_box li a::after { right:2rem; bottom: 0.5rem;} 

	/*갤러리*/
	.gallery0046 .list_box ul { height: 26rem; }
	.gallery0046 .list_box li { margin-bottom:1.5rem;}
	.gallery0046 .list_box li:last-child { margin-bottom:0;}
	
}

@media (max-width:380px){
	/* 캘린더 */
	.pop_schedule0046 .sche_cont .sche_table { padding: 0 0 1rem;}
    .pop_schedule0046 .sche_cont .sche_table::before {width: 100%;}

}

@media (max-width:300px){
	 
	 /* 식단 */
	.meal_menu0046 img { width: 80%; bottom:auto; top:7.5rem;}

}