﻿/*-----------------------------------------------------------
Author : Gahye, Park
Creative date : 2022. 04. 08
-----------------------------------------------------------*/

/* btn */
.btn_more { position:absolute; top:-.25rem; right:0; width:2.25rem; height:2.25rem; line-height:2.25rem; text-align:center; border-radius:50%; color:#000; background:#ececec; font-size:1.4rem; }
.btn_more i { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* heading*/
.heading { margin-bottom:1.5rem; font-size:1.1rem; font-weight:700; color:#222; }
.heading > span { position:relative; display:block;  max-width:100%; word-break:keep-all;  white-space:nowrap; overflow:hidden;  }

/* 메인비주얼 */
.MVisual0031 { position:relative; overflow:hidden; height:100%; }
.MVisual0031 .slider,
.MVisual0031 .slick-list,
.MVisual0031 .slick-track { height:100%; }
.MVisual0031 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0031 .control { position:absolute; right:0; bottom:1.3rem; z-index:1; }
.MVisual0031 .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; }
.MVisual0031 .control > a.play { display:none; }

/* 게시판 */
.notice0031 { position:relative; height:100%; }
.notice0031 .titTab a,
.notice0031 .titTab span,
.notice0031 .list_box li,
.notice0031 .list_box li a,
.notice0031 .list_box .topList { position:relative; display:block; }
.notice0031 .titTab { margin-right:3rem; }
.notice0031 .titTab ul { margin:0 -.375rem; font-size:0; }
.notice0031 .titTab li { position:relative; display:inline-block; max-width:calc(33.333% - .25rem); padding:0 .375rem; vertical-align:top; }
.notice0031 .titTab a { display:block; font-size:1.1rem; font-weight:400; color:#000; letter-spacing:-.11rem; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.notice0031 .titTab a:before { content:""; position:absolute; top:1rem; right:-.35rem; width:1.1rem; height:1.1rem; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); background:#c7ddf6; border-radius:50%; opacity:0; z-index:-1; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.notice0031 .titTab a span { display:block; overflow:hidden; white-space:nowrap; }
.notice0031 .topList { position:relative; height:9.1rem; margin-top:1.25rem; padding:1.75rem 0 1.75rem 6.5rem; border-width:2px 0; border-style:dotted; border-color:#6c6c6c; overflow:hidden; }
.notice0031 .topList dt { position:relative; height:2.5rem; font-size:.9rem; color:#000; font-weight:600; overflow:hidden; }
.notice0031 .topList dd { margin-top:.75rem; color:#6c6c6c; font-size:.75rem; }
.notice0031 .topList dd > p { height:2.2rem; line-height:1.5; overflow:hidden; }
.notice0031 .topList dd > span { position:absolute; top:50%; left:0; width:5rem; padding-top:5.9rem; -webkit-transform:translateY(-50%); transform:translateY(-50%); color:#8d8d8d; font-size:.7rem; font-weight:600; text-align:center; }
.notice0031 .topList dd > span:before { content:""; position:absolute; top:0; left:50%; width:5rem; height:5rem; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); background:url('/images/schl/template/T0031/main/0031_ico_notice.png') no-repeat center/100% 100%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.notice0031 .list_box { display:none; width:100%; }
.notice0031 .list_box ul { height:12.5rem; margin:-.5rem 0; padding-top:1.5rem; overflow:hidden; }
.notice0031 .list_box li { display:none; padding:.5rem 0; }
.notice0031 .list_box li:nth-of-type(-n + 6) { display:block; }
.notice0031 .list_box li a { position:relative; display:block; padding-left:1rem; line-height:1; }
.notice0031 .list_box li a:before { content:""; position:absolute; top:50%; left:0; width:.25rem; height:.25rem; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); background:#a8caf2; border-radius:50%; }
.notice0031 .list_box li p { width:calc(100% - 4.5rem); overflow:hidden; font-size:.8rem; color:#333; text-overflow:ellipsis; white-space:nowrap; font-weight:600; }
.notice0031 .list_box li span { position:absolute; right:0; top:0; font-size:.75rem; color:#8d8d8d; }
/* 게시판 : 새글 */
.notice0031 .topList dl.new dt:before { content:"N"; display:inline-block; width:1.25rem; height:1.25rem; margin-right:.25rem; line-height:1.25rem; text-align:center; color:#fff; font-weight: 600; font-size:.75rem; background:#f59136; border-radius:50%; }
.notice0031 .list_box li a.new { padding-left:2rem; }
.notice0031 .list_box li a.new:after { content:"N"; position:absolute; top:-.15rem; left:.5rem; width:1.1rem; height:1.1rem; background:#ff9f07; color:#fff; font-size:.6rem; border-radius:50%; text-align:center; line-height:1.1rem; }
/* 게시판 : 데이터 없음 */
.notice0031 .topList dl.no_data { position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.notice0031 .topList dl.no_data dt { height:auto; }
/* 게시판 :active */
.notice0031 .titTab a.current { font-weight:700; }
.notice0031 .titTab a.current:before { top:.25rem; opacity:1; }
.notice0031 .list_box.on { display:block; }

/* 캘린더 */
.pop_schedule0031 { position:relative; height:100%; }
.pop_schedule0031 .sche_wrap { position:relative; }
.pop_schedule0031 .sche_wrap .heading { position:relative; width:calc(100% - 3rem); }
.pop_schedule0031 .sche_wrap .heading:before { content:""; position:absolute; top:50%; left:0;width: calc(100% - 0rem); height:2px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%); transform:translateY(-50%); border-top:2px dotted #6c6c6c;z-index: 1;}
.pop_schedule0031 .sche_wrap .heading > span { padding-right:.5rem; background:#fff; overflow:hidden;display: inline-block;z-index: 1;}
.pop_schedule0031 .month { position:relative; margin:1.5rem 0 1.25rem; text-align:center; }
.pop_schedule0031 .month a { position:absolute; top:50%; left:0; width:1.45rem; height:1.45rem; -webkit-transform:translateY(-50%); transform:translateY(-50%); background:#fecc4f; color:#000; font-size:.8rem; text-align:center; line-height:1.45rem; border-radius:50%; }
.pop_schedule0031 .month a.next { left:auto; right:0; }
.pop_schedule0031 .month a > i {  -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.pop_schedule0031 .month span { display:inline-block; color:#000; font-size:1.05rem; font-weight:700; margin:0 0.5rem; vertical-align:middle; }
.pop_schedule0031 .month span em { position:relative; display:inline-block; margin-left:.25rem; padding:0 .25rem; font-size:1.5rem; z-index:1; }
.pop_schedule0031 .month span em::before { position:absolute; bottom:0; left:50%; width:100%; height:0.9rem; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); border-radius:.5rem; background:#ffeec5; content:""; z-index:-1; }
.pop_schedule0031 .sche_table { position:relative; float:left; width:50%; z-index:1; }
.pop_schedule0031 .sche_table::before { position:absolute; width:100%; height:calc(100% - 3.5rem); border-radius:1.5rem; bottom:0; left:0; background:#fff; content:""; z-index:-1; }
.pop_schedule0031 .sche_table table { width:100%; font-family:"SCDream"; text-align:center; border-radius:0 0 1rem 1rem; overflow:hidden;}
.pop_schedule0031 .sche_table table thead th { padding:.5rem 0; color:#000; font-size:.9rem; font-weight:700; border-bottom: 2px solid #ffa008; }
.pop_schedule0031 .sche_table table thead th.sat { color:#ffcdd2; }
.pop_schedule0031 .sche_table table thead th.sun { color:#c8e9ff; }
.pop_schedule0031 .sche_table table thead th.first { padding-left:1.3rem; }
.pop_schedule0031 .sche_table table thead th.last { padding-right:1.3rem; }
.pop_schedule0031 .sche_table table tbody tr.firstLine td { border-top:2px solid #ff9f07; }
.pop_schedule0031 .sche_table table tbody td { padding:.5rem 0; background:#fff7e2; color:#333; font-size:.8rem; text-align:center; font-weight:600; z-index:1; }
.pop_schedule0031 .sche_table table thead th.sat,
.pop_schedule0031 .sche_table table tbody td .sat { color:#1a6cd2; }
.pop_schedule0031 .sche_table table thead th.sun,
.pop_schedule0031 .sche_table table tbody td .sun { color:#e23d0b; }
.pop_schedule0031 .sche_table table tbody td.first { padding-left:1.3rem; }
.pop_schedule0031 .sche_table table tbody td.last { padding-right:1.3rem; }
.pop_schedule0031 .sche_table table tbody tr:first-of-type td { padding-top:1rem; }
.pop_schedule0031 .sche_table table tbody tr:last-of-type td { padding-bottom:1rem; }
.pop_schedule0031 .sche_table table tbody tr:last-of-type td.first { border-bottom-left-radius:1.5rem; }
.pop_schedule0031 .sche_table table tbody tr:last-of-type td.last { border-bottom-right-radius:1.5rem; }
.pop_schedule0031 .sche_table table tbody td a { position:relative; z-index:1; } 
.pop_schedule0031 .sche_table table tbody td .event:before,
.pop_schedule0031 .sche_table table tbody td .today:before { content:""; position:absolute; top:50%; left:50%; width:1.5rem; height:1.5rem; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); border-radius:50%; background:#fff; z-index:-1; }
.pop_schedule0031 .sche_table table tbody td .event:before { background:#fecc4f; }
.pop_schedule0031 .sche_table table tbody td .today:before { background:#fff; box-shadow:0 0 4px rgba(72, 69, 69, .33); }
.pop_schedule0031 .sche_lst_wrap { float:left; width:50%; padding-right:1.5rem; }
.pop_schedule0031 .sche_lst_wrap .lst { height:8.2rem; overflow-y:auto; }
.pop_schedule0031 .sche_lst_wrap .lst ul { margin:-.175rem 0; overflow-y:auto; height:10.4em; }
.pop_schedule0031 .sche_lst_wrap .lst li { padding:.175rem 0; }
.pop_schedule0031 .sche_lst_wrap .lst li a { position:relative; display:block; padding-left:5.5rem; line-height:1.7rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:.8rem; font-weight:600; color:#000; }
.pop_schedule0031 .sche_lst_wrap .lst li a span { position:absolute; top:50%; left:0; display:block; width:4.5rem; height:1.7rem; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); background:#f2f2f2; font-weight: 600; border-radius:.8rem; line-height:1.7rem; font-size:.85rem; text-align:center; }
.pop_schedule0031 .btn_more { right:calc(50% + 1.5rem); }
.pop_schedule0031 a,
.pop_schedule0031 a span { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
/* 캘린더 : 데이터 없음 */
.pop_schedule0031 .sche_lst_wrap .lst .no_data { padding-left:0; padding-top:3rem; text-align:center; }

/* 팝업존 */
.pop0031 { position:relative; width:100%; height:100%; padding-left:8.2%; }
.pop0031 .heading { max-width:calc(100% - 10rem); margin-bottom:1.5rem; }
.pop0031 .nss_pg { position:absolute; top:0; right:0; line-height:1; }
.pop0031 .nss_pg .page { display:inline-block; vertical-align:middle; color:#222; font-size:.8rem; margin-right:.75rem; }
.pop0031 .nss_pg .page > strong { font-size:1.1rem; color:#ff9f07; font-weight:700; }
.pop0031 .nss_pg .page > span { position:relative; padding-left:1.1rem; font-weight:700; }
.pop0031 .nss_pg .page > span:before { content:""; position:absolute; top:50%; left:.45rem; width:.2rem; height:.2rem; background:#ff9f07; border-radius:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);  }
.pop0031 .nss_pg a { display:inline-block; color:#222; font-size:1.55rem; vertical-align:middle; }
.pop0031 .nss_pg .play,
.pop0031 .nss_pg .stop { margin:0 .35rem; }
.pop0031 .nss_pg .play { display:none; }
.pop0031 .nss_pg a img { display:block; }
.pop0031 .pop_img { position:relative; width:100%; height:11.25rem; border-radius:1rem 1rem 0 0; border:1px solid #dfdfdf; overflow:hidden; background:#f1f1f1; }
.pop0031 .pop_img div,
.pop0031 .pop_img .item {height:100%;}
.pop0031 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0031 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 바로가기1 */
.M_link0031 { position:relative; height:100%; padding:1rem 0 1.9rem; }
.M_link0031 ul { display:table; table-layout:fixed; width:100%; }
.M_link0031 li { position:relative; display:table-cell; vertical-align:top; box-shadow:0; border-radius: 2rem; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.M_link0031 li a { position:relative; display:block; width:100%; padding:.25rem 1rem 1rem; word-break:keep-all; text-align:center; }
.M_link0031 li a:before { content:""; position:absolute; top:50%; left:50%; width:100%; height:100%; opacity:0; border-radius:2rem; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); background:#fff; box-shadow:0 0 21px rgba(255, 137, 41, .54); -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.M_link0031 li + li a:after { content:""; position:absolute; top:50%; left:0; width:.4rem; height:1.25rem; -webkit-transform:translateY(-50%); transform:translateY(-50%); background:url(/images/schl/template/T0031/main/0031_link01_dot.png)no-repeat center/100%; z-index:-1; }
.M_link0031 li a .ico { position:relative; display:block; width:3.15rem; height:3.15rem; line-height:7.1rem; margin:auto; }
.M_link0031 li a .ico img { max-width:100%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.M_link0031 li a span { position:relative; display:block; height:2.1rem; margin-top:2rem; overflow:hidden; line-height:1.2; font-weight:600; color:#121212; font-size:.9rem; word-break:break-all; }
/* 바로가기1:hover */
.M_link0031 li:hover{box-shadow: 0 0 21px rgb(255 137 41 / 54%);}
.M_link0031 li:hover a::after, .M_link0031 li:hover + li a::after{content:none;}

/* 식단 */
.meal_menu0031 { position:relative; height:100%; padding:2rem 0; overflow:hidden; }
.meal_menu0031 .heading { position:relative; display:inline-block; vertical-align:middle; width:13.5rem; margin:0; padding-left:6rem; }
.meal_menu0031 .heading:before{ content:""; position:absolute; top:50%; left:5rem; width:2.5rem; height:2.5rem; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); border-radius:50%; background:#daebff; z-index:-1; }
.meal_menu0031 .heading:after{ content:""; position:absolute; top:50%; right:.75rem; width:.3rem; height:.8rem; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); background:url(/images/schl/template/T0031/main/0031_img_meal_tit_dot.png)no-repeat center/100% 100%; }
.meal_menu0031 .heading > span { width:calc(100% - 2rem); }
.meal_menu0031 .inner { position:relative; display:inline-block; vertical-align:middle; width:calc(100% - 18.5rem); height:1.5rem; overflow:hidden; overflow-y:auto; }
.meal_menu0031 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0031 .inner li + li { margin-top:1.2rem; }
.meal_menu0031 .inner .no_data { text-align:center; }
.meal_menu0031 .inner dl { position:relative; overflow:hidden; }
.meal_menu0031 .inner dt { display:inline-block; vertical-align:top; width:9rem; font-size:1rem; font-weight:600; color:#000; }
.meal_menu0031 .inner dt em { font-weight:700; color:#4d5ddb; margin-left:0.25rem; }
.meal_menu0031 .inner dd { width:calc(100% - 10rem); display:inline-block; vertical-align:top; color:#1d1d1d; font-size:0.85rem; font-weight:600; word-break:keep-all; line-height:1.5; }
.meal_menu0031 > img { position:absolute; top:50%; left:0; max-width:3.75rem; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); }
.meal_menu0031 .btn_more { top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); background:transparent; }

/* 갤러리 */
.gallery0031 { position:relative; }
.gallery0031:before { content:""; position:absolute; top:-2rem; left:-9.75rem; width:62.1rem; height:13.15rem; background:url(/images/schl/template/T0031/main/0031_gallery_bg.png)no-repeat center/100% 100%; }
.gallery0031:after { content:""; display:block; clear:both; }
.gallery0031 .heading { position:relative; width:13.75rem; height:13.75rem; float:left; }
.gallery0031 .heading:before { content:""; position:absolute; top:50%; left:50%; width:100%; height:100%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); border-radius:50%; background:url(/images/schl/template/T0031/main/0031_gallery_tit_pt.png); overflow:hidden; }
.gallery0031 .heading:after { content:""; position:absolute; top:5rem; left:50%; width:10.2rem; height:11.4rem; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); background:url(/images/schl/template/T0031/main/0031_gallery_tit_img.png)no-repeat center/100% 100%; }
.gallery0031 .heading > span { position:absolute; top:3.25rem; left:50%; width:calc(100% - 4rem); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); }
.gallery0031 .list_box { width:calc(100% - 13.75rem); padding-left:3.5rem; float:right; }
.gallery0031 .list_box ul { margin:-1rem 0; }
.gallery0031 .list_box li { display:none; width:33.333%; padding:1rem 0; float:left; }
.gallery0031 .list_box li.no_data{width:100%; background:rgba(0,0,0,0.1); border-radius:1rem; font-size:.9rem; line-height:12.7rem; text-align:center; }
.gallery0031 .list_box li:first-of-type { margin-top:1.75rem; }
.gallery0031 .list_box li:nth-of-type(2) { margin-top:3rem; }
.gallery0031 .list_box li:nth-of-type(-n+3) { display:block; }
.gallery0031 .list_box a { position:relative; display:block; overflow:hidden; }
.gallery0031 .list_box a .img { position:relative; width:12.7rem; height:12.7rem; margin:auto; overflow:hidden; background-color:#eee; border-radius:50%; }
.gallery0031 .list_box a .img img { position:absolute; top:50%; left:50%; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.gallery0031 .list_box a .txt { display:block; width:100%; margin-top:1rem; padding:0 1rem; text-align:center; font-size:.9rem; font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#000; }
.gallery0031 .btn_more { top:-1rem; right:auto; left:5.75rem; background:#5f4221; color:#fff; }
 
/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4; background:#fff; }
.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; }

/* responsive */
@media (max-width:1200px) { 
	/* 식단 */
	.meal_menu0031 .inner { height:2.7rem; }
	.meal_menu0031 .inner dt { display:block; width:100%; }
	.meal_menu0031 .inner dd { display:block; width:100%; margin-top:.25rem; }
	
	/* 갤러리 */
	.gallery0031 .heading { width:12rem; height:12rem; }
	.gallery0031 .heading:after { width:7.2rem; height:8.4rem; }
	.gallery0031 .list_box { width:calc(100% - 12rem); max-width:calc(100% - 12rem); padding-left:1.5rem; }
	.gallery0031 .list_box a .img { width:10rem; height:10rem; }
	.gallery0031 .btn_more { left:5rem; }
}
@media (max-width:1024px) { 
	
	/* 메인비주얼 */
	.MVisual0031 .item img { width:100%; height:auto; }
	
	/* 게시판 */
    .notice0031 .titTab a{font-size:1rem; }
    .notice0031 .topList dt { font-size:.85rem; }
    .notice0031 .topList dd > span { padding-top:4.9rem; }
    .notice0031 .topList dd > span:before { width:4.5rem; height:4.5rem; }
    .notice0031 .list_box li:nth-of-type(6) { display:none; } 
}

@media (min-width:951px) { 
	/* btn_more : over */
	.btn_more:hover i,
	.btn_more:focus i { transform:rotate(180deg); -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); }

	/* 메인비주얼 : over */
	.MVisual0031 .control > a:hover,
	.MVisual0031 .control > a:focus { background:rgb(17, 50, 30, 0.9); }

	/* 게시판 : over */
	.notice0031 a.topList:hover dd > span:before,
	.notice0031 a.topList:focus dd > span:before { top:-.25rem; }
	.notice0031 a.topList:hover dd > p,
	.notice0031 a.topList:focus dd > p,
	.notice0031 .list_box li a:hover p,
	.notice0031 .list_box li a:focus p { text-decoration:underline; }
	
	/* 캘린더 : over */
	.pop_schedule0031 .month .prev:hover > i,
	.pop_schedule0031 .month .prev:focus > i { transform:translateX(-3px); -webkit-transform:translateX(-3px); -ms-transform:translateX(-3px); }
	.pop_schedule0031 .month .next:hover > i,
	.pop_schedule0031 .month .next:focus > i { transform:translateX(3px); -webkit-transform:translateX(3px); -ms-transform:translateX(3px); }
	.pop_schedule0031 .lst li a:hover,
	.pop_schedule0031 .lst li a:focus { text-decoration:underline; }
	
	/* 바로가기1 : over */
	.M_link0031 li.active a:before { opacity:1; }
	.M_link0031 li.active a:after,
	.M_link0031 li.active + li a:after { display:none; }
	.M_link0031 li a:hover .ico img,
	.M_link0031 li a:focus .ico img { -webkit-animation: icoAct 0.3s; -ms-animation: icoAct 0.3s; animation: icoAct 0.3s; }
	@keyframes icoAct {
	 0% {-webkit-transform:translateY(0); transform:translateY(0); }
	 50% { -webkit-transform:translateY(-10%); transform:translateY(-10%); }
	 100% { -webkit-transform:translateY(0); transform:translateY(0); }
	}
	@-webkit-keyframes icoAct {
	 0% {-webkit-transform:translateY(0); transform:translateY(0); }
	 50% { -webkit-transform:translateY(-10%); transform:translateY(-10%); }
	 100% { -webkit-transform:translateY(0); transform:translateY(0); }
	}
	
	/* 갤러리 : over */
	.gallery0031 .list_box a:hover .img img,
	.gallery0031 .list_box a:focus .img img { -webkit-transform:translate(-50%, -50%) scale(1.1); -ms-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }	

	/* 배너존 : over */
	.banner_zone .btn a:hover,
	.banner_zone .btn a:focus { background:#f1f1f1; }
 }
@media (max-width:950px) {
	/* btn */
	.btn_more { width:2rem; height:2rem; line-height:2rem; }
	
	/* heading*/
	.heading { font-size:1rem; }
	
	/* 게시판 */
	.notice0031 .titTab li { max-width:calc(33.333% - .15rem); }
    .notice0031 .titTab a{font-size:.95rem; }
	.notice0031 .topList { height:7.6rem; padding:1rem 0 1rem 5rem; }
	.notice0031 .topList dt { height:2.3rem; font-size:.8rem; }
    .notice0031 .topList dd > span { padding-top:4rem; }
    .notice0031 .topList dd > span:before { width:3.5rem; height:3.5rem; }
	.notice0031 .list_box ul { height:10rem; margin:-.35rem 0; padding-top:1rem; }
	.notice0031 .list_box li { padding:.35rem 0; }
	
	/* 캘린더 */
	.pop_schedule0031 .month span { font-size:1rem; }
	.pop_schedule0031 .month span em { font-size:1.4rem; }
	.pop_schedule0031 .sche_lst_wrap .lst li a span { width:4rem; height:1.5rem; font-size:.8rem;  line-height:1.5rem; }
	.pop_schedule0031 .sche_lst_wrap .lst li a { padding-left:4.5rem; font-size:.75rem; line-height:1.5rem; }
	.pop_schedule0031 .sche_table table tbody td { padding:.45rem 0; }
	.pop_schedule0031 .sche_table table thead th.first,
	.pop_schedule0031 .sche_table table tbody td.first { padding-left:.75rem; }
	.pop_schedule0031 .sche_table table thead th.last,
	.pop_schedule0031 .sche_table table tbody td.last { padding-right:.75rem; }
	
	/* 팝업존 */
	.pop0031 .heading { max-width:calc(100% - 7.5rem); }
	.pop0031 .nss_pg a{ font-size:1rem; }
	.pop0031 .nss_pg a img { width:.5rem; }
    
    /* 바로가기1 */
	.M_link0031 ul { display:block; font-size:0; }
    .M_link0031 li { display:inline-block; width:25%; float:left; }
    .M_link0031 li:nth-of-type(5) a:after { display:none; }
    
    /* 게시판 */
    .gallery0031 .list_box li { width:50%; }
    .gallery0031 .list_box li:nth-of-type(3) { display:none; }
}
 
@media (max-width: 860px) {
    
	/* 배너존 */
	.banner_zone h2 { display:none; }
	.banner_zone .bnWrap { width:calc(100% - 6rem); padding-left:0.75rem; }
}
 

@media (max-width:768px) {
	/* 팝업존 */
	.pop0031 { padding-left:0; } 
    .pop0031 .pop_img{ height:auto; text-align:center; }
    .pop0031 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

	.pop0031 .heading { margin-bottom:1.5rem; }
	
	/* 바로가기1 */
	.M_link0031 { padding:1.5rem 0 1.3rem; }
	.M_link0031 li { width:33.333%; }
	.M_link0031 li a{padding:0.25rem 0.5rem 0.5rem;}
	.M_link0031 li a span{margin-top:1rem; font-size:.85rem;}
    .M_link0031 li:nth-of-type(5) a:after { display:block; }
    .M_link0031 li:nth-of-type(4) a:after,
    .M_link0031 li:nth-of-type(7) a:after { display:none; }
    
    /* 식단 */
    .meal_menu0031 .heading { display:block; width:100%; padding-left:4.5rem; }
    .meal_menu0031 .heading:after { display:none; }
    .meal_menu0031 .heading:before { left:3.5rem; }
    .meal_menu0031 .inner { display:block; width:100%; margin-top:2rem; }
    .meal_menu0031 > img { top:1rem; max-width:3rem; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0); }
	.meal_menu0031 .btn_more { top:1.75rem; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0); }
	
	/* 갤러리 */
	.gallery0031 .heading { float:none; margin:auto; }
	.gallery0031 .list_box { float:none; max-width:100%; width:100%; margin-top:3.5rem; padding:0; }
	.gallery0031 .list_box li:first-of-type,
	.gallery0031 .list_box li:nth-of-type(2) { margin-top:0; }
	.gallery0031 .btn_more { left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); }
}

@media (max-width:560px) { 
    /* 게시판 */
    .notice0031 .titTab li{max-width:100%; margin:.15rem !important; }
}
@media (max-width:480px) { 
	
	/* 게시판 */
	.notice0031 .titTab ul { margin:0 -.1rem; }
	.notice0031 .titTab li { padding:0 .1rem; }
	.notice0031 .titTab a { letter-spacing:-.15rem; }
	
	/* 캘린더 */
	.pop_schedule0031 .sche_lst_wrap { width:100%; float:none; padding-right:0; }
	.pop_schedule0031 .month span { font-size:1.05rem; }
	.pop_schedule0031 .month span em { font-size:1.25rem; }
	.pop_schedule0031 .btn_more { right:0; }
	.pop_schedule0031 .sche_table { width:100%; float:none; }
	
	/* 갤러리 */
	.gallery0031 .list_box li { width:100%; }
 }

@media (max-width:380px) { 
	
	/* 바로가기1 */
	.M_link0031 li a { padding:.25rem .25rem .5rem; }
	.M_link0031 li a .ico { width:3rem; height:3rem; }
 }