﻿/* btn_more */
.btn_more { position: absolute; top: 0; right: 0; width: auto; font-size: 1.3rem; font-weight: 600; color: #000;}
.btn_more span {vertical-align: middle; font-size: 0.9rem; margin-right: 0.25rem;}
.btn_more i {font-weight: 600; color: #333; vertical-align: middle;}
.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); }

/* 메인비주얼 */
.MVisual0012 { position: relative; height: 100%; overflow:hidden;}
.MVisual0012 .item{overflow:hidden; line-height:0; border-radius: 1.5rem; text-align: center;}
.MVisual0012 .item img{position:relative; max-width:100%; max-height:100%;}
.MVisual0012 .control{position:absolute; left:1rem; bottom:1rem; z-index:1;}
.MVisual0012 .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; }
.MVisual0012 .control > a.play{display:none;}
.MVisual0012 .control > a:hover,
.MVisual0012 .control > a:focus{ background:rgb(17, 50, 30, 0.9);}

/* 캘린더 */
.pop_schedule0012 { position:relative; margin-top: 3.1rem; width: 100%; }
.pop_schedule0012 h2 { position:relative; max-width:calc(100% - 5rem); font-weight:700; font-size:1.1rem; margin-bottom: 1.5rem; }
.pop_schedule0012 .sche_wrap { position:relative; height: auto; width: 100%;}
.pop_schedule0012 .sche_list { position: absolute; line-height: 2.85rem; top: -35px; text-align: center; width: 97%; left: 1.5rem; background-color: #ff9114; border-radius: 2rem 2rem 0 2rem;}
.pop_schedule0012 .sche_list:before {position: absolute; bottom: -0.7rem; right: 0.31rem; width: 1.5rem; height: 1.5rem; background: #e76700; transform: rotate(45deg); -webkit-transform: rotate(45deg); content: ""; z-index: -1;}

.pop_schedule0012 .sche_list > a { position: absolute; top: .7rem;right:0; font-size: 1.25rem; width: 1.75rem; height: 1.75rem; border-radius:50%;  background:#e76700; }
.pop_schedule0012 .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_schedule0012 .sche_list > a.prev {left:-0.5rem;}
.pop_schedule0012 .sche_list > a.next {right: 3rem;}
.pop_schedule0012 .sche_list span { display:inline-block; color:#2f2573; font-size:.9rem; font-weight:600; vertical-align:middle; position: relative;left: -1.5rem;}
.pop_schedule0012 .sche_list span em { display: inline-block; color: #000; text-align: center; border-radius: 50%; font-weight:800; font-size: 1.25rem; }
.pop_schedule0012 .sche_cont { background-color: #f9f3ea; border-radius: 1rem;padding: 1rem 1rem 0.9rem;}
.pop_schedule0012 .sche_cont .sche_table { position: relative;width: 100%; height: 100%; padding: 0 1rem 1rem; z-index: 0;}
.pop_schedule0012 .sche_cont .sche_table table { font-family:"SCDream"; text-align:center; }
.pop_schedule0012 .sche_cont .sche_table table thead {padding: 1rem 0;}
.pop_schedule0012 .sche_cont .sche_table table thead th { padding: .8rem 0.5rem .6rem; color:#000; font-size:.9rem; font-weight:500; }
.pop_schedule0012 .sche_cont .sche_table table tbody {position: relative; z-index: 1;}
.pop_schedule0012 .sche_cont .sche_table::before {content: ""; display: block; position: absolute; width: 97%; height: 77.5%; background: #fff; border-radius: 1rem; top: 57%; left: 50%; z-index: 0; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);}
.pop_schedule0012 .sche_cont .sche_table table tbody td {position:relative; z-index:10; padding:0.13rem 0.2rem; color:#000; font-size:.75rem; font-weight: 400; text-align:center; }
.pop_schedule0012 .sche_cont .sche_table table tbody td a,
.pop_schedule0012 .sche_cont .sche_table table tbody td span { position:relative; display: block; width:1.4rem; height:1.4rem; line-height: 1.4rem; border-radius:50%; margin: auto; }
.pop_schedule0012 .sche_cont .sche_table table tbody td .event { background: #f9f3ea; }
.pop_schedule0012 .sche_cont .sche_table table tbody td .today { background: #ff9114 !important; }
.pop_schedule0012 .sche_cont .lst { width: 100%; height: 3.7rem; overflow: auto; }
.pop_schedule0012 .sche_cont .lst li {margin-bottom: 3px;}
.pop_schedule0012 .sche_cont .lst li a {font-weight: 400;display: block; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #040404;}
.pop_schedule0012 .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: #ff9114; font-size: 0.7rem; font-weight: 600;}
.pop_schedule0012 .sche_cont .lst li.sche_list_type2 a span{ width:2.8rem; }
.pop_schedule0012 .btn_more {background: #fff; width: 1.75rem; height: 1.75rem; border-radius:50%; text-align: center; top:-20px; right: 0; line-height: 1.75rem; position: absolute; color: #000; font-size: 1rem;}
.pop_schedule0012 .btn_more i {vertical-align: inherit;}
/* 캘린더 no_data */
.pop_schedule0012 .sche_cont .lst li.no_data {text-align:center; margin-top: 1.3rem;}
/* 캘린더 :active */
.pop_schedule0012 .lst li a:hover,
.pop_schedule0012 .lst li a:focus { text-decoration: underline; }
.pop_schedule0012 .sche_list a:hover::before,
.pop_schedule0012 .sche_list a:focus::before { background: #7fb4e5; }
.pop_schedule0012 .sche_list > a:hover {background: #b14f00;}
.pop_schedule0012 a,
.pop_schedule0012 a span,
.pop_schedule0012 .sche_list a::before{ -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.pop_schedule0012 .btn_more:hover {background: #555;}

/* 바로가기1 */
.M_link0012 { position:relative; height: 100%; margin-top: 2.5rem;}
.M_link0012 ul { width: 100%; display: table;table-layout: fixed;}
.M_link0012 li {  display: table-cell;  transition:all 0.3s;transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0);}
.M_link0012 li:last-child {margin-right: 0;}
.M_link0012 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_link0012 li:nth-child(3n+1) a:before{ display: none; }
.M_link0012 li a { display:block; position:relative; word-break: keep-all; text-align:center;}

.M_link0012 li a .img { width: 5.5rem; height: 5.5rem; line-height: 8.2rem; margin: auto; text-align: center; border: 2px dotted transparent; border-radius: 50%; margin-bottom: 1rem; z-index: 1; background: #e8f8e3;}
.M_link0012 li a img { width:73px; height:73px; }
.M_link0012 li a span {   display: block; font-size:0.9rem; line-height:1rem; height: 2rem; padding: 0 1rem; overflow:hidden; font-weight: 500; color: #000;  max-height: 2rem; word-break: break-all;}
/** 바로가기1 : active **/
.M_link0012 li ~ li a:hover:before,
.M_link0012 li ~ li a:focus:before{ display: none; }
.M_link0012 li a:hover .img,
.M_link0012 li a:focus .img{ border-color: #4db02c; background: #e8f8e3;}
.M_link0012 li a,
.M_link0012 li a span,
.M_link0012 li a .img{ -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 게시판 */
.notice0012 { position:relative; height:100%; }
.notice0012 .titTab { position: relative; height: auto; overflow: hidden;}
.notice0012 .titTab ul li{ position:relative; float: left; max-width: calc(100% / 3); font-size:1.1rem; font-weight: 400; vertical-align:top; background: #fff; padding-bottom:.5rem; }
.notice0012 .titTab ul li + li { padding-left: 0.1rem; }
.notice0012 .titTab ul li a { position:relative; display:block; padding: 0.3rem 1.2rem; border-radius: 30px; background:#eeeeee; color: #464040; line-height:1.9rem; z-index:1;  margin-left:.4rem; }
.notice0012 .titTab ul li:first-child a { margin-left:0; }
.notice0012 .titTab ul li a span { display:block; overflow: hidden; white-space:nowrap;}
.notice0012 .tabWrap {margin:0 -1rem;}
.notice0012 .list_box { display:none; width:100%; height:calc(100% - 3.5rem);}
.notice0012 .list_box ul { height: 13.6rem;  overflow: hidden; padding: .5rem 1rem 0 1rem;}
.notice0012 .list_box li { float: left; width: 32%; margin-bottom: 2rem;}
.notice0012 .list_box li:nth-child(4n) { margin-left:0}
.notice0012 .list_box li ~ li { margin-left:2%;}
.notice0012 .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; }
.notice0012 .list_box li a::before { position: absolute; top: 0.25rem; left: 0.25rem; width:100%; height: 100%; background: url('/images/template/T0012/main/notice_over_bg.png') repeat 0 0; content: ""; border-radius: 1.5rem;z-index: -1; opacity:0;}
.notice0012 .list_box li a::after { content:"\e907"; position:absolute; right:2rem; bottom:.8rem; width:2rem; height:2rem; line-height:2rem; margin-top:-1rem; font-family: 'xeicon'; color: #000; border-radius:50%; font-size:1.2rem; background: #e9edf0; text-align:center; transform:translateX(50%); -webkit-transform: translateX(50%); -ms-transform: translateX(50%); opacity:0; z-index: 8;}
.notice0012 .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: 500; height: 2.6rem;}
.notice0012 .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; }
.notice0012 .list_box li a span {  font-size: 0.75rem; color: #7e7e7e; font-weight: 500; line-height: 1rem;} 
.notice0012 .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;}
.notice0012 .list_box li a span i{ margin-right: 0.4rem; font-size: .7rem;}
.notice0012 .btn_more {position:absolute; top:0; right:0}
.notice0012 .btn_more::after{content:""; display:block; width:30px; height:30px; position:relative; background:#ff9114; border-radius:30px ; top: -39px; left: 51px; z-index: -1;}
.notice0012 .btn_more i{ color: #000; }
/* 게시판 :데이터 없음 */
.notice0012 .list_box dl.no_data dt { line-height:4.5; }
.notice0012 .list_box dl.no_data .date p { padding-top:0; }
.notice0012 .list_box li.no_data { text-align:center; width:100%; line-height:8.5rem; padding: 1.3rem; box-shadow: 0 0 9px 3px #efefef; border-radius: 1.5rem; background:#fff }
/* 게시판 :action */
.notice0012 .titTab ul li a:hover,
.notice0012 .titTab ul li a:focus,
.notice0012 .titTab ul li a.current {color: #000; font-weight: 600; background: #ff9114; }
.notice0012 .titTab ul li a.current {border-radius: 30px 30px 30px 0; z-index:1; }
.notice0012 .titTab ul li a.current:before {position: absolute; bottom: -1rem; left: 0; width: 0; height: 0; border-bottom: .5rem solid transparent; border-top: .5rem solid #be6500; border-left: .5rem solid transparent; border-right: .5rem solid transparent; content: ""; }
.notice0012 .titTab ul li a.current:after {position: absolute; bottom: -.5rem; left: .5rem; width: 1rem; height: .5rem; background:#fff; content: "";}
.notice0012 .list_box.on { display:block; }
.notice0012 .list_box li a:hover::after,
.notice0012 .list_box li a:hover::before {opacity:1}
.notice0012 .list_box li a:hover .txt,
.notice0012 .list_box li a:focus .txt { text-decoration: underline; }
.notice0012 a, 
.notice0012 dt { -webkit-transition:all .15s; transition:all .15s; }

/* 팝업존 */
.pop0012 { position:relative; width: 100%; height:100%;  overflow: hidden;  }
.pop0012 .tit_wrap { margin-bottom: 1.5rem; width: calc(100% - 10.5rem); overflow: hidden; white-space: nowrap;}
.pop0012 h2 { color: #000; font-weight: 600; font-size:1.1rem; line-height:1.9rem; }
.pop0012 .nss_pg{ position:absolute; top: 0rem; right: 0; line-height: 1; }
.pop0012 .nss_pg p { display:inline-block; vertical-align: middle; color:#222; font-size:.8rem; margin-right:0.7rem; position: relative;}
.pop0012 .nss_pg p strong { color: #4db02c; font-size: 1.1rem; font-weight:600; vertical-align: middle; }
.pop0012 .nss_pg p span{ vertical-align: middle; font-weight: 600; font-size: 0.9rem;}
.pop0012 .nss_pg p strong + span:before{content:""; display:inline-block; width:0.6rem; height:0.1rem;  margin:0 8px; background:#ccc; vertical-align: middle; }
.pop0012 .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;}
.pop0012 .nss_pg a i {font-weight: 600; font-size: 0.75rem; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}
.pop0012 .nss_pg .play {display: none;}
.pop0012 .nss_pg .play,
.pop0012 .nss_pg .stop { font-size: 1rem; }
.pop0012 .pop_img { position:relative; height:11.25rem; text-align:center; border-radius: 1.5rem; background: #ececec; overflow: hidden; }
.pop0012 .pop_img .slick-list{width:100%; max-width:17.5rem; margin:0 auto; }
.pop0012 .pop_img div,
.pop0012 .pop_img .item { height:100%; overflow:hidden; }
.pop0012 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0012 .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 */
.pop0012 .nss_pg a:hover,
.pop0012 .nss_pg a:focus { background: #ff9114; }
.pop0012 .nss_pg a { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 식단 */
.meal_menu0012 { position:relative; height: 16.5rem; border-radius: 2rem 2rem 2rem 0;  }
.meal_menu0012 .tit_wrap{position:relative; margin-bottom: 1.2rem;overflow: hidden;white-space: nowrap; width: calc(100% - 3rem);}
.meal_menu0012 h2 { position:relative; display:inline-block;  color: #000; font-weight:600; font-size:1.1rem; line-height:1.5rem; padding-right:1rem; }
.meal_menu0012 .inner { position:relative; z-index:1;}
.meal_menu0012 .inner ul { overflow-y:auto; height: 6.3rem;  }
.meal_menu0012 .inner li:not(.no_data) { padding-right:.5rem; }
.meal_menu0012 .inner li + li { margin-top: 1.6rem; }
.meal_menu0012 .inner .no_data { padding-top:2.5rem; text-align:center; }
.meal_menu0012 .inner dl { position:relative; min-height: 4rem; color: #000; }
.meal_menu0012 .inner dt { position:absolute; top:-1rem; left:0; font-weight: 600; font-size: .8rem; display: inline-block; border-radius: 1rem 1rem 1rem 0; padding: 1rem 0.5rem; width: 4rem;height: 4rem; text-align: center; background: #ff9114; float: left; line-height: 1.2;}
.meal_menu0012 .inner dt span { display: block;}
.meal_menu0012 .inner dd { font-size: 0.8rem; word-break:keep-all; font-weight: 400; line-height: 1.3; padding: 1rem 1rem .9rem 5rem; width: 100%; border:2px dotted #ff9114; border-radius: 1rem; margin-top:1rem; }
.meal_menu0012 > img{ bottom: 0; width: 301px; height: 113px; position: absolute;right: 50%;transform: translateX(50%); -webkit-transform: translateX(50%); -ms-transform: translateX(50%);}
.meal_menu0012 .btn_more { top: -5px; right: 0; text-align:center; background: #fff; width: 2.25rem; height: 2.25rem; line-height: 2.25rem; position: absolute; border-radius: 50%; }
.meal_menu0012 .btn_more i {vertical-align: inherit;}

/* 갤러리 */
.gallery0012 { position:relative; height: 100%; }
.gallery0012 h2 { position: relative; color: #1e2c39; font-weight:600; font-size:1.1rem; margin-bottom: 1.5rem; white-space: nowrap; overflow: hidden; margin-right: 7rem;}
.gallery0012 .list_box {margin: -0.5rem}
.gallery0012 .list_box ul { height: 15.5rem; overflow:hidden; padding:0.5rem;}
.gallery0012 .list_box li {float: left; width: 48.5%; margin-bottom:2rem }
.gallery0012 .list_box li:nth-child(2n+1) {margin-left: 0%; }
.gallery0012 .list_box li ~ li { margin-left: 3%; }
.gallery0012 .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;}
.gallery0012 .list_box a { position:relative; display:block; font-size:.9rem; color:#000; }
.gallery0012 .list_box a .img{ height: 13.4rem; overflow:hidden; background:rgba(0,0,0,0.1); border-radius: 2rem;   }
.gallery0012 .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 }
.gallery0012 .list_box a strong{ position: absolute; bottom: -1rem; right: 0; font-weight:500; 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;}
.gallery0012 .btn_more { top: -5px; position:absolute; right:0;}
.gallery0012 .btn_more::after {content:""; display:block; width:30px; height:30px; position:relative; background:#4db02c; border-radius:30px ; top: -39px; left: 51px; z-index: -1;}
.gallery0012 .btn_more i{ color: #000; }
/** 갤러리 : active **/
.gallery0012 .list_box a:hover strong,
.gallery0012 .list_box a:focus strong { color:#1e908a }
.gallery0012 .list_box a:hover .img img,
.gallery0012 .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);}
.gallery0012 .list_box a:hover .img::before,
.gallery0012 .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/template/T0012/main/0012_thumb_bg.png') no-repeat center / cover; content: ""; z-index: 1; }
.gallery0012 .list_box a .img,
.gallery0012 .list_box a .img::before{-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.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: 1230px) {
	/* 캘린더 */
    .pop_schedule0012 .sche_list { left: 1rem; }
	.pop_schedule0012 .btn_more {right: 1.5%;}
}

@media (max-width:1024px){
	.MVisual0012 .item img {border-radius:1.5rem;}
    
    /*캘린더*/
    .pop_schedule0012 .sche_list { width:99%; }
	.pop_schedule0012 .sche_cont .sche_table::before {width: 93%;height: 75%;}
	.pop_schedule0012 .sche_cont { padding: 1.5rem 1rem 0.6rem;}
	.pop_schedule0012 .sche_cont .lst li {width:50%; float:left;}
	.pop_schedule0012 .btn_more {right: .5%;}
    .pop_schedule0012 .sche_list { line-height: 3rem; top: -30px;} 
	.pop_schedule0012 .sche_list > a {top: 0.8rem; }
    .pop_schedule0012 .sche_cont { padding: 0.9rem 1rem 0.6rem;}
	.pop_schedule0012 .sche_cont .sche_table::before {width: 93%;}
	.pop_schedule0012 .sche_cont .sche_table table thead th { padding:1rem 0.5rem .6rem; }
	.pop_schedule0012 .btn_more {top: -16px;}

	/*바로가기*/
	.M_link0012 li { display: block; margin-top: 1rem;}
	
	/*식단*/
    .meal_menu0012 .meal_box {margin-top:1rem;}
	.meal_menu0012 .meal_box > img{ width: 85%; }
}

@media (max-width: 950px) {
	/* 캘린더 */
	.pop_schedule0012 .sche_cont .sche_table::before {width: 92%;}

    /* 게시판 */
    .notice0012 .titTab ul { width: calc(100% - 4rem);}
    .notice0012 .titTab ul::after {clear: both; display: block; content: "";}
	.notice0012 .list_box li { width: 48.5%; }
	.notice0012 .list_box li:nth-of-type(n+3) { display:none; }
	.notice0012 .list_box li:nth-child(3n) { margin-right:3%; display:none; }
	.notice0012 .list_box li:nth-child(2n) { margin-right:0; }
    
    /* 식단 */
    .meal_menu0012 { height: 9.5rem; }
    .meal_menu0012 .tit_wrap{ width: calc(100% - 20rem); }
	.meal_menu0012 .inner ul { width: calc(100% - 20rem);  height:5.3rem; }
	.meal_menu0012 img { right: 2rem; display: inline-block; transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0);} 
	.meal_menu0012 .inner dd {padding: 1rem 1rem 0.9rem 4.5rem;}

    /* 갤러리 */
    .gallery0012 .list_box a .img img { width: 100%; height: auto; }
    .gallery0012 .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_schedule0012 .sche_cont .sche_table::before { width: 89%; }

	/*바로가기*/
	.M_link0012 li a span { font-size:0.9rem; }
	
	/* 게시판 */ 
	.notice0012 .titTab ul li{ font-size:1rem;  }
	.notice0012 .titTab ul li a { padding: 0.1rem 0.5rem; }

	/*갤러리*/
	.gallery0012 h2 { font-size:1rem;}
	.gallery0012 .list_box a strong{ font-size: .8rem; }

	/*식단*/
	.meal_menu0012 h2 { font-size:1rem; }
	.meal_menu0012 .inner ul { width: calc(100% - 19rem); }

	/*팝업존*/
	.pop0012 h2 { font-size:1rem;}
}

@media (max-width: 750px) {
	/* 게시판 */ 
	.notice0012 .titTab ul li{  max-width: 10rem;  }
	.notice0012 .btn_more::after{ top: -38px; left: 44px;}
	.notice0012 .list_box ul { height:auto; }
	.notice0012 .list_box li { margin-bottom:1rem; }
	.notice0012 .list_box li a { padding: 1.5rem 1.2rem; }
	.notice0012 .list_box li a .txt{ margin: 0.5rem 0; }
	
	/*식단*/
	.meal_menu0012 img { width: 12rem; height:auto;} 
	.meal_menu0012 .btn_more { width: 2rem; height: 2rem;line-height: 2rem; border-radius: 2rem; }
	.meal_menu0012 .btn_more i { font-size :1.3rem;}
	
	/* 갤러리 */
	.gallery0012 .btn_more::after { top: -38px; left: 44px;}

	/* 팝업존 */
	.pop0012 .tit_wrap { margin-bottom:.7rem; }
    .pop0012 .pop_img{ height:auto; }
    .pop0012 .pop_img .item img { top:auto; max-height:15rem; transform: none; -ms-transform: none; -webkit-transform: none;}
}

@media (max-width: 720px) {
	.meal_menu0012 .inner ul { height:6.3rem; }
}

@media (max-width:630px){
	/*캘린더*/
	.pop_schedule0012 .sche_cont .lst li { width:100%; }
	
    /* 식단 */
    .meal_menu0012 { height: 13.5rem; }
    .meal_menu0012 .tit_wrap{ width: calc(100% - 5rem); }
	.meal_menu0012 .inner ul { width: 100%; height:5.3rem; }
	.meal_menu0012 img { right: 50%; transform: translateX(50%); -webkit-transform: translateX(50%); -ms-transform: translateX(50%);} 

}
@media (max-width:600px){

    /* 갤러리 */
    .gallery0012 .list_box ul { height: 27rem; }
    .gallery0012 .list_box li {float: none; width: 100%; margin-bottom:2rem;}
    .gallery0012 .list_box li ~ li { margin-left: 0; }
    
}

@media (max-width:550px){
   
    /*바로가기*/
    .M_link0012 { margin-top:1.5rem; }
	.M_link0012 li { display: table-cell; }
	
}
@media (max-width:500px){
	/*바로가기*/
	.M_link0012 li a span { font-size:0.85rem; }

    /* 캘린더 */
    .pop_schedule0012 .sche_list { left: 13px; } 
	.pop_schedule0012 .btn_more { right: 4%;}

	/*식단*/
	.meal_menu0012 .inner li + li { margin-top: 1.6rem; }

	/*게시판*/
	.notice0012 .list_box ul { height: 11rem;  }
	.notice0012 .list_box li a .tit{ font-size: 0.85rem; -webkit-line-clamp: 1; height: 1.2rem;}
	.notice0012 .list_box li a .txt{ font-size: 0.75rem; }
	.notice0012 .list_box li a span {  font-size: 0.7rem;} 
	
}
@media (max-width:450px){
    /* 게시판 */ 
	.notice0012 .list_box ul { height: 19.5rem; }
    .notice0012 .list_box li { width: 100%; margin-bottom: 1rem; }
	.notice0012 .list_box li:nth-child(2) { margin-bottom: 0; }
	.notice0012 .list_box li ~ li{ margin-left: 0; }
	.notice0012 .list_box li a {  padding: 1.2rem 1rem; }
    .notice0012 .list_box li a::after { right:2rem; bottom: 0.5rem;} 

	/*갤러리*/
	.gallery0012 .list_box ul { height: 26rem; }
	.gallery0012 .list_box li { margin-bottom:1.5rem;}
	.gallery0012 .list_box li:last-child { margin-bottom:0;}
	
}

@media (max-width:380px){
	/* 캘린더 */
	.pop_schedule0012 .sche_cont .sche_table { padding: 0 0 1rem;}
    .pop_schedule0012 .sche_cont .sche_table::before {width: 100%;}

}
