﻿/*-----------------------------------------------------------
Author :hyerim, Park
Creative date :2022. 05. 10
-----------------------------------------------------------*/

/* btn_more */
.btnTy { position:absolute; display:block; top:-0.2rem; right:1rem; width:1.5rem; height:1.5rem; }
.btnTy:before { content:""; position:absolute; left:50%; top:50%; width:100%; height:100%; background:#ff9000; border-radius:5px; -webkit-transform:translate(-50%, -50%) rotate(45deg); transform:translate(-50%, -50%) rotate(45deg); box-shadow:2px 2px 3px rgba(0,0,0,0.08);}
.btnTy i,
.btnTy:after { position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); font-family:"xeicon"; font-size:1.3rem; color:#fff; -webkit-transition:transform .3s; transition:transform .3s; }
.btnTy:after {content:"\e94a";  }
 
/* 메인비주얼 */
.MVisual0056 { position:relative; height:100%; border-radius:1.5rem; overflow:hidden; }
.MVisual0056 .slider,
.MVisual0056 .slick-list,
.MVisual0056 .slick-track{height:100%; }
.MVisual0056 .item { overflow:hidden; line-height:0; background:#fff4c6; }
.MVisual0056 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0056 .control { position:absolute; left:1rem; bottom:1.3rem; z-index:1; }
.MVisual0056 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgba(0, 0, 0, 0.3); color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0056 .control > a.play { display:none; }

/* 팝업존 */
.pop0056 { position:relative; width:100%; height:100%; background:#ff7e9c; border-radius:1.5rem; }
.pop0056 .tit_wrap { position:relative; width:100%; padding:0 1rem; z-index:1; } 
.pop0056 h2 { margin-right:8.5rem; color:#fff; font-weight:600; font-size:.9rem; line-height:2.3rem; overflow:hidden; word-break:keep-all; }
.pop0056 .nss_pg { position:absolute; top:-0.2rem; right:1rem; }
.pop0056 .nss_pg p { position:relative; top:0.5rem; display:inline-block; vertical-align:bottom; color:#222; margin-right:0.5rem; }
.pop0056 .nss_pg p strong { position:relative; top:-0.1rem; color:#fff; font-size:0.9rem; font-weight:600; padding-right:0.8rem; }
.pop0056 .nss_pg p strong:before { content:""; position:absolute; right:0.3rem; top:0.7rem; width:0.2rem; height:0.2rem; background:#fff; border-radius:50%; }
.pop0056 .nss_pg a { position:relative; display:inline-block; width:1.5rem; height:1.5rem; font-size:1.1rem; text-align:center; vertical-align:middle; margin:0 2px; }
.pop0056 .nss_pg a:before { content:""; position:absolute; left:50%; top:50%; width:100%; height:100%; -webkit-transform:translate(-50%, -50%) rotate(45deg); transform:translate(-50%, -50%) rotate(45deg); background:#ffdde7; border-radius:5px; box-shadow:2px 2px 3px rgba(0,0,0,0.08); }
.pop0056 .nss_pg a i,
.pop0056 .nss_pg a img { position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.pop0056 .nss_pg .play { display:none; }
.pop0056 .pop_img { position:relative; width:100%; height:calc(100% - 2.3rem); background:#ffdde7; border-radius:0 0 1.5rem 1.5rem; overflow:hidden; }
.pop0056 .pop_img div,
.pop0056 .pop_img .item { height:100%; }
.pop0056 .pop_img .item a { position:relative; display:block; height:100%; overflow:hidden;  text-align:center; }
.pop0056 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 캘린더 */
.pop_schedule0056 { position:relative; height:100%; background:#ffcc00; border-radius:1.5rem; }
.pop_schedule0056 h2 { margin-right:3rem; padding:0 1rem; font-size:0.9rem; line-height:2.3rem; font-weight:600; overflow:hidden; white-space:nowrap;}
.pop_schedule0056 .sche_wrap { position:relative; height:calc(100% - 2.3rem); background:#fff; padding:0 0.6rem; border-radius:0 0 1.5rem 1.5rem; }
.pop_schedule0056 .month { position:relative; text-align:center; padding:0.3rem 0;} 
.pop_schedule0056 .month a { position:relative; display:inline-block; vertical-align:middle; width:0.8rem; height:1rem; -webkit-transition:all .2s; -ms-transition:all .2s; transition:all .2s; } 
.pop_schedule0056 .month a.prev { background: url('/images/schl/template/T0056/main/0056_sche_prev.png') no-repeat right center; }
.pop_schedule0056 .month a.next { background: url('/images/schl/template/T0056/main/0056_sche_next.png') no-repeat left center; }
.pop_schedule0056 .month .date { position:relative; font-size:1rem; font-weight:600; vertical-align:middle; padding:0 0.5rem; } 
.pop_schedule0056 .month .date em{font-weight: 700;}
.pop_schedule0056 .sche_table { overflow:hidden; }
.pop_schedule0056 .sche_table table { height:8.5rem; font-family:"SCDream"; text-align:center; }
.pop_schedule0056 .sche_table table .sat { color:#2c8ff4; }
.pop_schedule0056 .sche_table table .sun { color:#da1a42; } 
.pop_schedule0056 .sche_table table thead th { padding:.3rem 0; font-size:.7rem; background-color:#ffe88b; font-weight:600; } 
.pop_schedule0056 .sche_table table thead th:first-child { border-radius:0.5rem 0 0 0.5rem;}
.pop_schedule0056 .sche_table table thead th:last-child { border-radius:0 0.5rem 0.5rem 0;}
.pop_schedule0056 .sche_table table tbody td { padding:.225rem 0; background:#fff; line-height:1; color:#595959; font-size:.7rem; text-align:center; font-family:'Montserrat'; } 
.pop_schedule0056 .sche_table table tbody td .today,
.pop_schedule0056 .sche_table table tbody td .event { position:relative; color:#000; font-weight:500; z-index:2; }
.pop_schedule0056 .sche_table table tbody td .today:before,
.pop_schedule0056 .sche_table table tbody td .event:before { content:""; position:absolute; top:50%; left:50%; width:1.25rem; height:1.25rem; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); border-radius:50%; z-index:-1; }
.pop_schedule0056 .sche_table table tbody td .event:before { background:#ffd8a6; } 
.pop_schedule0056 .sche_table table tbody td .today:before { background:#ffc000; }

/* 바로가기 */
.M_link0056 { position:relative; height:100%; } 
.M_link0056 ul { display:flex; height:100%; flex-wrap:wrap; justify-content:space-between; align-content: space-between;}
.M_link0056 li { width:48%; height:6.5rem; }
.M_link0056 li a { display:block; position:relative; width:100%; height:100%; word-break:keep-all; text-align:center;  border:1px solid #019faa; background:#019faa; padding:0.8rem 0; border-radius:1rem; }
.M_link0056 li a .img { position:relative; display:block; width:3rem; height:3rem; margin:0 auto; overflow:hidden; }
.M_link0056 li a img { position:relative; width:100%; top:-3rem; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.M_link0056 li a p { max-height:2rem; padding:0 .25rem; line-height:1rem; overflow:hidden; font-weight:600; color:#fff; word-break:break-all; margin-top:0.5rem; }
.M_link0056 li a,
.M_link0056 li a p { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 식단 */
.meal_menu0056 { position:relative; height:100%; background:#ffcc00; border-radius:1.5rem; } 
.meal_menu0056 h2 { font-size:0.9rem; font-weight:600; line-height:2.3rem; margin-right:3rem; padding:0 1rem; overflow:hidden; white-space:nowrap; } 
.meal_menu0056 .inner { position:relative; height:calc(100% - 2.3rem); text-align:center; border-radius:0 0 1.5rem 1.5rem; background:#fff; padding:1.5rem 1rem 1rem;}
.meal_menu0056 .inner ul { overflow:hidden; overflow-y:auto; height:4.5rem;}
.meal_menu0056 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0056 .inner li + li { margin-top:1.5rem; }
.meal_menu0056 .inner .no_data {line-height:4.5rem; font-weight:600;}
.meal_menu0056 .inner dl { position:relative; height:auto; }
.meal_menu0056 .inner dt { font-size:1rem; font-weight:600; margin-bottom:1rem; } 
.meal_menu0056 .inner dt strong { color:#ff9000; font-weight: 700;}
.meal_menu0056 .inner dd { margin-top:.25rem; color:#2a2a2a; font-size:.75rem; font-weight:500; word-break:keep-all; }
.meal_menu0056 img { position:absolute; bottom:1rem; right:1rem; }

/* 게시판 */
.notice0056 { position:relative; height:100%; }
.notice0056 .titTab { padding-right:3rem; overflow:hidden; background:#ff7e9c; border-radius:1.5rem 1.5rem 0 0; }  
.notice0056 .titTab ul li{ position:relative; float:left; max-width:calc(100% / 3); padding:0 1rem; vertical-align:top; } 
.notice0056 .titTab ul li + li:before {content:""; position:absolute; left:-2px; top:calc(50% - 7px); width:1px; height:14px; border-left:2px dotted #ffbfce; }
.notice0056 .titTab ul li a { position:relative; display:block; color:#fce2e8; font-size:0.9rem; line-height:2.3rem; font-size:.9rem; letter-spacing:-.1rem; font-weight:600; z-index:1; }
.notice0056 .titTab ul li a span { position:relative; display:block; max-width:100%; overflow:hidden; white-space:nowrap; } 
.notice0056 .titTab ul li a.current { color:#fff;}
.notice0056 .list_box { display:none; }
.notice0056 .list_box ul { position:relative; padding-top:0.5rem; height:9.25rem; } 
.notice0056 .list_box li { display:none; padding:.35rem 0; }
.notice0056 .list_box li:nth-of-type(-n + 5) { display:block; }
.notice0056 .list_box li a { position:relative; display:block; padding:0 4rem 0 0.9rem; font-size:.75rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight:600; color:#444; }
.notice0056 .list_box li a:before { content:""; position:absolute; left:.2rem; top:50%; width:6px; height:6px; background:#ff7200; border-radius:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.notice0056 .list_box li a .date { position:absolute; right:0; top:0; color:#676767; font-size:0.75rem; font-weight:300; font-family:'Montserrat';}
.notice0056 .list_box li a.new { padding-left:1.95rem; }
.notice0056 .list_box li a.new:after { content:"N"; position:absolute; top:50%; left:.75rem; width:1rem; height:1rem; line-height:1rem; background:#ff7200; color:#fff; font-size:.75rem; border-radius:50%; text-align:center; -webkit-transform:translateY(-50%); transform:translateY(-50%); } 
.notice0056 .btnTy:before { background:#ffeded; }
.notice0056 .btnTy i, 
.notice0056 .btnTy:after { color:#ff7e9c; }
/* 게시판 : 데이터 없음 */
.notice0056 .list_box li.no_data { line-height:8.5rem; text-align:center; }
/* 게시판 :action */ 
.notice0056 .list_box.on { display:block; }
.notice0056 a { -webkit-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0056 { position:relative; height:100%; } 
.gallery0056 h2 { position:relative; background:#019faa; margin-bottom:1rem; padding:0 3rem 0 1rem; border-radius:1.5rem 1.5rem 0 0; }  
.gallery0056 h2 span { display:block; line-height:2.3rem; color:#fff; font-weight:600; font-size:.9rem; overflow:hidden; white-space:nowrap;}
.gallery0056 ul { display:flex; flex-wrap:wrap; }
.gallery0056 ul li + li { margin-left:3.5%;}
.gallery0056 ul li { width:31%; text-align:center; }
.gallery0056 ul li.no_data{ width:100%; text-align:center; padding:3rem 0; font-size:.9rem; background:rgba(0,0,0,0.05);}
.gallery0056 ul li .img { position:relative; height:6.5rem; overflow:hidden; border-radius:1rem; }
.gallery0056 ul li .img img { position:absolute; left:50%; top:50%; display:block; max-width:100%; max-height:100%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:0.2s; transition:0.2s; }
.gallery0056 ul li:nth-child(n+4) { display:none; }
.gallery0056 ul li p { margin-top:0.5rem; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; font-weight: 600;}
.gallery0056 .btnTy:before { background:#d4f1f3; }
.gallery0056 .btnTy i, 
.gallery0056 .btnTy:after { color:#019faa; }

/* 배너존 */
.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;}

 
@media (max-width:1200px) { 
} 
@media (max-width: 860px) { 
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}
@media (min-width:789px) { 
	/* btnTy active */ 
	.btnTy:hover:after,
	.btnTy:focus:after { -webkit-transform:translate(-50%, -50%) rotate(90deg); transform:translate(-50%, -50%) rotate(90deg); }
 
	/* 메인비주얼 active */
	.MVisual0056 .control > a:hover,
	.MVisual0056 .control > a:focus { background:rgba(0,0,0,0.5); }
	
	/* 캘린더 active */
	.pop_schedule0056 .month a.prev:hover,
	.pop_schedule0056 .month a.prev:focus {background-position:left center; }
	.pop_schedule0056 .month a.next:hover,
	.pop_schedule0056 .month a.next:focus {background-position:right center; }
	
	/* 바로가기1 active */
	.M_link0056 li a:hover,
	.M_link0056 li a:focus { border:1px dashed #019faa; background:#fff; box-shadow:3px 3px 3px rgba(53,82,84,0.17); }
	.M_link0056 li a:hover img,
	.M_link0056 li a:focus img { top:0;}
	.M_link0056 li a:hover p,
	.M_link0056 li a:focus p { color:#019faa; }
	
	/* 갤러리 active */
	.gallery0056 .list_box a:hover .img > img,
	.gallery0056 .list_box a:focus .img > img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }
	.gallery0056 .list_box a:hover .txt strong,
	.gallery0056 .list_box a:focus .txt strong { text-decoration:underline; } 
	
	/* 게시판 active */  
	.notice0056 .titTab ul li a:hover,
	.notice0056 .titTab ul li a:focus { color:#fff;}
	.notice0056 .list_box li a:hover,
	.notice0056 .list_box li a:focus { color:#f1567a; }
	
	/* 배너존 : active */
	.banner_zone .btn a:hover,
	.banner_zone .btn a:focus{background:#f1f1f1;}
}
@media (max-width:840px) {
	/* 공지사항 */
	.notice0056 .titTab ul li { max-width:100%; }

}
@media (max-width:768px) { 
	/* 메인비주얼 */
	.MVisual0056 .item img{max-width:100%; height:auto; } 
} 
@media (max-width:540px) {
	/* 바로가기 */ 
	.M_link0056 li:nth-child(n+3) { margin-top:0.5rem; }

	/* 식단 */
	.meal_menu0056 .inner { padding:1rem 1rem 3.5rem;}
	.meal_menu0056 img { bottom:0.5rem; width:2.5rem; }

	/* 갤러리 */
	.gallery0056 ul li { width:48%; }
	.gallery0056 ul li + li { margin-left:4%;}
	.gallery0056 ul li:nth-child(3) { display:none; }
	
	/* 팝업존 */
    .pop0056 .pop_img{ height:auto; text-align:center; }
    .pop0056 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

}
@media (max-width:480px) {  
}
@media (max-width:380px) { 
}