﻿/* btn_more */
.btn_more { position:absolute; display:block; right:0; line-height:1.5rem; font-size:.7rem; font-weight: 400; color:#000;}
.btn_more:before{ content:""; position:absolute; right:0; top:0; width:1.5rem; height:1.5rem; border-radius:50%; background:#00a9a4;}
.btn_more span,
.btn_more i{ position:relative; color:#fff;}
.btn_more:hover:before,
.btn_more:focus:before{background:#126c68;}

/* 메인비주얼 */
.MVisual0079 { position:relative; overflow:hidden; height:100%; background:rgba(0,0,0,0.15);  border-radius:1.25rem;}
.MVisual0079 .slider,
.MVisual0079 .slick-list,
.MVisual0079 .slick-track{height:100%; }
.MVisual0079 .item { overflow:hidden; line-height:0; }
.MVisual0079 .item img { position:relative; width:100%; height:auto; float:left;}
.MVisual0079 .control { position:absolute; left:1rem; bottom:0.75rem; z-index:1; }
.MVisual0079 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(255, 255, 255, 0.6); color:#000; text-align:center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0079 .control > a.play { display:none; }

/* 게시판 */
.notice0079 { position:relative; height:100%; }
.notice0079 .titTab{position:relative}
.notice0079 .titTab:after {content:""; display:block; width:98%; height:2px; position:absolute; bottom:0; right:0}
.notice0079 .titTab ul{overflow:hidden; padding-right:3rem; }
.notice0079 .titTab li{ float:left; max-width:calc(33% - 1rem); font-size:1rem; margin-right:1rem; font-weight:600; vertical-align:top; }
.notice0079 .titTab li:last-of-type { margin-right:0; }
.notice0079 .titTab li a { position:relative; display:block; color:#869b9e; line-height:1.5rem; padding-right:1.5rem; font-weight: 600; }
.notice0079 .titTab li a:before{ content:"\e936"; position:absolute; right:0; top:.25rem; width:1rem; height:1rem; line-height:1.1rem; font-size:15px; text-align:center; font-family:'xeicon'; color:#fff; border-radius:50%; background:#00a9a4; opacity:0;}
.notice0079 .titTab li a span { display:block; overflow:hidden; white-space:nowrap; }
.notice0079 .tabWrap{ height:100%; }
.notice0079 .list_box { display:none; height:calc(100% - 2.5rem); margin-top:1rem; }
.notice0079 .list_box ul { width:calc(100% + 1rem); height:calc(100% + 1rem); display:flex; flex-wrap:wrap; margin-left:-.5rem; margin-top:-.5rem;}
.notice0079 .list_box li { width:calc(50% - 1rem); height:calc(50% - 1rem); margin:.5rem;}
.notice0079 .list_box li:nth-child(n+5){display:none;}
.notice0079 .list_box li a { position:relative; display:flex; width:100%; height:100%; flex-wrap:wrap; border-radius:1.25rem; padding:1.5rem 1.25rem; border:2px solid transparent; box-shadow:0 0 10px rgba(11, 109, 106, 0.2); background:#fff;}
.notice0079 .list_box li a > *{display:block; width:100%; overflow:hidden;}
.notice0079 .list_box li a strong{line-height:1.2rem; font-size:.9rem; font-weight:600; color:#000; white-space:nowrap; text-overflow:ellipsis;}
.notice0079 .list_box li a.new strong:before{content:"N"; display:inline-block; width:1.2rem; height:1.2rem; line-height:1.2rem; margin-right:5px; color:#fff; font-weight:600; font-size: .75rem; text-align: center; background:#126c68; border-radius:50%; vertical-align: top;}
.notice0079 .list_box li a p{ height:2.4rem; line-height:1.2rem; font-size:0.8rem; font-weight:400; margin:1rem 0; color:#333;}
.notice0079 .list_box li a span { text-align:right; color:#666; font-size:0.75rem; }
.notice0079 .list_box li a span:before{ content:"\ead8"; display:inline-block; font-family:'xeicon'; color:#666}
.notice0079 .btn_more { right:0; top:0; }
/* 게시판 :데이터 없음 */
.notice0079 .list_box li.no_data { width:100%; height: calc(100% - 1rem); display:flex; justify-content: center; align-items: center; padding:3rem 0; border-radius:1.25rem; background:rgba(0,0,0,0.05); }
/* 게시판 :action */
.notice0079 .titTab li a.current { color:#00a9a4; font-weight:700;}
.notice0079 .titTab li a.current:before { opacity:1;}
.notice0079 .list_box.on { display:block; }
.notice0079 .list_box li a:hover,
.notice0079 .list_box li a:focus{ border-color:#00a9a4;}
.notice0079 a, 
.notice0079 :before { -webkit-transition:all .15s; transition:all .15s; }

/* 바로가기1 */
.M_link0079 { position:relative;}
.M_link0079 ul { display:table; width:100%; height:auto; table-layout: fixed; }
.M_link0079 li { display:table-cell; vertical-align: top;}
.M_link0079 li a { display:block; position:relative; text-align:center; color:#111; font-size:.8rem; font-weight: 600;}
.M_link0079 li a p { position:relative; width:5rem; height:5rem; line-height:5rem; border-radius:50%; background:#f1f1f1; margin:0 auto;}
.M_link0079 li a p:before{content:""; position:absolute; left:-5px; top:-5px; width:calc(100% + 10px); height:calc(100% + 10px); border-radius:50%; border:1px solid transparent;}
.M_link0079 li a img { width:55px; height:55px; vertical-align: middle;}
.M_link0079 li a span { max-height:2rem; display:block; line-height:1rem; margin-top:1rem; padding:0 0.5rem; overflow:hidden; }
/* 바로가기1 : active */
.M_link0079 li p,
.M_link0079 li :before{ -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.M_link0079 li a:hover,
.M_link0079 li a:focus{ color:#ff930d; font-weight: 700; }
.M_link0079 li a:hover p,
.M_link0079 li a:focus p{ background:#ffe7c9; }
.M_link0079 li a:hover p:before,
.M_link0079 li a:focus p:before{ border-color:#ff930d; }

/* 캘린더 */
.pop_schedule0079 { position:relative; height:100%; }
.pop_schedule0079 h2 { position:relative; line-height:1.75rem; margin-right:2.5rem; font-size:1.05rem; font-weight: 700; color:#000; overflow:hidden; white-space: nowrap; }
.pop_schedule0079 .sche_wrap { position:relative; height:calc(100% - 2.5rem); display:flex; flex-wrap: wrap; align-items: center; justify-content: center; border-radius:1.25rem; margin-top:.5rem; padding:.75rem; background:#ffaf27 url('/images/schl/template/T0079/main/0079_pttrn_dots.png'); }
.pop_schedule0079 .month { position:relative; line-height:2.2rem; text-align:center; font-family:"xeicon"; color:#fff; font-size:1rem; vertical-align: middle;}
.pop_schedule0079 .month a { position:relative; display:inline-block; width:1.5rem; height:2.2rem; vertical-align: middle;}
.pop_schedule0079 .month a.next{ background:url('/images/schl/template/T0079/main/0079_btn_next.png') no-repeat center;}
.pop_schedule0079 .month a.prev{ background:url('/images/schl/template/T0079/main/0079_btn_prev.png') no-repeat center;}
.pop_schedule0079 .month > span { display:inline-block; vertical-align:middle; margin:0 0.25rem;}
.pop_schedule0079 .month > span em { position:relative; display:inline-block; width:1.8rem; font-weight:600; margin-left:.5rem; color:#ffaf27; z-index: 1;}
.pop_schedule0079 .month > span em:before{ content:""; position:absolute; left:0; top:.2rem; width:1.8rem; height:1.8rem; border-radius:.4rem; background:#fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); z-index: -1;}
.pop_schedule0079 .sche_table { position:relative; width:100%; border-radius:.75rem; padding:.75rem .5rem; background:#fff; overflow:hidden; }
.pop_schedule0079 .sche_table table { position:relative; text-align:center; }
.pop_schedule0079 .sche_table table:before{content:""; position:absolute; left:0; top:1.5rem; width:100%; border-top:1px dashed #bbb;}
.pop_schedule0079 .sche_table table .sun{ color:#e43e6c; }
.pop_schedule0079 .sche_table table .sat{ color:#2466bd; }
.pop_schedule0079 .sche_table thead th { font-size:14px; font-weight:600; padding-bottom:1.1rem; }
.pop_schedule0079 .sche_table tbody td { color:#111; line-height:1.3rem; font-size:13px; font-weight:400; }
.pop_schedule0079 .sche_table tbody td a{display:inline-block; width:1.3rem; height:1.3rem; border-radius:50%;}
.pop_schedule0079 .sche_table tbody td a.event { background:#d1f3f4 }
.pop_schedule0079 .sche_table tbody td a.today { background:#16bfba; color:#fff }
.pop_schedule0079 .lst { position:relative; width:100%; padding:0 .5rem; }
.pop_schedule0079 .lst ul { overflow-y:auto; height:7.5em; }
.pop_schedule0079 .lst .no_data { font-size:.85rem; padding:2rem 0; text-align:center; font-weight: 400; color:#fff; }
.pop_schedule0079 .lst li a { position:relative; padding-left:3rem; display:block; line-height:1.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:14px; font-weight:500; color:#fff; }
.pop_schedule0079 .lst li a span { position:absolute; left:0; top:0; font-weight: 600; padding-right:.6rem; }
.pop_schedule0079 .lst li a span:after{content:""; position:absolute; right:0; top:calc(50% - 2px); width:4px; height:4px; background:#fff; border-radius:50%; opacity: .6;}
.pop_schedule0079 a,
.pop_schedule0079 a span { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.pop_schedule0079 .btn_more2 { position:absolute; right:0; top:0; width:1.75rem; height:1.75rem; line-height:1.8rem; text-align:center; color:#fff; font-size:1rem; border-radius:50%; background:#ff930d;}
/* 캘린더 active */
.pop_schedule0079 .month a.prev:hover,
.pop_schedule0079 .month a.prev:focus { background-position:center left; }
.pop_schedule0079 .month a.next:hover,
.pop_schedule0079 .month a.next:focus { background-position:center right; }
.pop_schedule0079 .lst li a:hover,
.pop_schedule0079 .lst li a:focus {text-decoration:underline; }
.pop_schedule0079 .lst li a:hover span:after,
.pop_schedule0079 .lst li a:focus span:after { opacity: 1; }
.pop_schedule0079 .btn_more2:hover,
.pop_schedule0079 .btn_more2:focus { background:#df6b0c; transform: rotate(180deg); -webkit-transform: rotate(180deg); }

/* 식단 */
.meal_menu0079 { position:relative; height:100%; }
.meal_menu0079 h2 { position:relative; line-height:1.75rem; margin-right:2.5rem; font-size:1.05rem; font-weight: 700; color:#000; overflow:hidden; white-space: nowrap; }
.meal_menu0079 .inner { position:relative; border-radius:1.25rem; padding:1rem 1.75rem; margin-top:.5rem; background-color:#00aaa3; background-image: url('/images/schl/template/T0079/main/0079_bg_meal.png'), url('/images/schl/template/T0079/main/0079_img_meal.png'); background-repeat: no-repeat; background-position:right bottom, 90% 80%; }
.meal_menu0079 .inner ul { height:4.75rem; margin-right:9rem; overflow:hidden; overflow-y:auto; }
.meal_menu0079 .inner li:not(.no_data) { line-height:3rem; }
.meal_menu0079 .inner li + li { margin-top:1.5rem; }
.meal_menu0079 .inner .no_data { text-align:center; padding-top:2rem; color:#fff; font-weight: 400; }
.meal_menu0079 .inner dl { position:relative; height:auto; }
.meal_menu0079 .inner dt { position:relative; display:inline-block; line-height:1rem; font-size:.85rem; padding:.5rem 1.5rem; margin-left:1.75rem; background:#fff; border-radius:2rem; font-weight: 400;}
.meal_menu0079 .inner dt:before { content:""; position:absolute; left:-1.75rem; top:-.1rem; width:2.25rem; height:2.25rem; border-radius:50%; background:#126c68 url('/images/schl/template/T0079/main/0079_ico_meal.png') no-repeat center; }
.meal_menu0079 .inner dt strong{ color:#00a9a4; font-weight: 700; margin-right:.25rem;}
.meal_menu0079 .inner dd { color:#fff; font-weight:400; line-height:1.5rem; word-break:keep-all; }
.meal_menu0079 .btn_more { right:0; top:0; }

/* 갤러리 */
.gallery0079 { position:relative; }
.gallery0079 h2 { position:relative; line-height:1.75rem; margin-right:2.5rem; font-size:1.05rem; font-weight: 700; color:#000; overflow:hidden; white-space: nowrap; }
.gallery0079 .list_box{height:11.5rem; overflow:hidden; margin:.5rem 0 0; }
.gallery0079 .list_box li{width:48%; float:left; margin-bottom:0.5rem }
.gallery0079 .list_box li + li{margin-left:4%; }
.gallery0079 .list_box a { position:relative; display:block; }
.gallery0079 .list_box a .img{ position:relative; height:8.25rem; width:100%; background:#eee; border-radius:1.25rem; overflow:hidden; border:2px solid transparent;}
.gallery0079 .list_box a .img:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.3); z-index: 1; opacity: 0;}
.gallery0079 .list_box a .img:after{ content:"\e913"; position:absolute; left:calc(50% - 1.25rem); top:calc(50% - 1.25rem); width:2.5rem; height:2.5rem; line-height:2.4rem; text-align:center; font-size:1.25rem; font-family: 'xeicon'; border-radius:50%; border:2px dotted #fff; color:#fff; z-index: 2; opacity: 0;}
.gallery0079 .list_box a .img img { position:relative; left:50%; width:auto; height:100%; transform:translateX(-50%); -webkit-transform:translateX(-50%); }
.gallery0079 .list_box a strong{display:block; line-height:1.2rem; font-size:.9rem; color:#000; font-weight: 600; text-align:center; margin:.75rem 0 .25rem; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.gallery0079 .list_box a span{display:block; line-height:1rem; font-weight: 400; color:#333; text-align:center; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.gallery0079 .btn_more { right:0; top:0; }
/** 갤러리 :active **/
.gallery0079 .list_box a:hover .img,
.gallery0079 .list_box a:focus .img{border-color:#00a9a4;}
.gallery0079 .list_box a:hover .img:before,
.gallery0079 .list_box a:focus .img:before{ opacity: 1;}
.gallery0079 .list_box a:hover .img:after,
.gallery0079 .list_box a:focus .img:after{ opacity: 1; transform: rotate(90deg); -webkit-transform: rotate(90deg);}
.gallery0079 .list_box a:hover strong,
.gallery0079 .list_box a:focus strong{ color:#00a9a4 }
.gallery0079 p,
.gallery0079 strong,
.gallery0079 :before,
.gallery0079 :after{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
/** 갤러리 no_data **/
.gallery0079 .list_box li.no_data { width:100%; text-align:center; padding:3rem 0; color:#111;}

/* 팝업존 */
.pop0079 { position:relative; width:100%; height:100%; }
.pop0079 h2 { position:relative; line-height:1.75rem; margin-right:7.5rem; font-size:1.05rem; font-weight: 700; color:#000; overflow:hidden; white-space: nowrap; }
.pop0079 .nss_pg { position:absolute; right:0; top:0; line-height:1.75rem; }
.pop0079 .nss_pg p { display:inline-block; font-size:.75rem; vertical-align: middle;  }
.pop0079 .nss_pg p strong { font-weight:700; font-size:0.9rem; color:#00a9a4; }
.pop0079 .nss_pg p span:before{content:"/"; display:inline-block; margin:0 5px;}
.pop0079 .nss_pg a { display:inline-block; font-size:1rem; width:1.5rem; height:1.5rem; border-radius:50%;line-height:1.5rem; text-align:center; vertical-align: middle;}
.pop0079 .nss_pg .play { background:#ddd; display:none; }
.pop0079 .nss_pg .stop { background:#ddd; }
.pop0079 .pop_img { position:relative; height:11.25rem; overflow: hidden;  border-radius:1.25rem; margin-top:0.5rem; background:#f1f1f1;;}
.pop0079 .pop_img div,
.pop0079 .pop_img .item {height:100%;}
.pop0079 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0079 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
.pop0079 .nss_pg a:hover,
.pop0079 .nss_pg a:focus{color:#00a9a4;}

/* 배너존 */
.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:1240px) {

	/* 게시판 */
	.notice0079 .titTab li{ max-width:calc(33% - 0.5rem); margin-right:.5rem;}
	.notice0079 .titTab li a{ padding-right:1.2rem; }
	.notice0079 .list_box li{width:calc(100% - .5rem); }
	.notice0079 .list_box li:nth-child(n+3){display:none;}

	/* 팝업존 */
	.pop0079 .pop_img .item img {width:auto; height:100%;}
}

@media (max-width:1024px) { 

	/* 메인비주얼 */
	.MVisual0079 .item{text-align:center;}
	.MVisual0079 .item img { max-width:100%; width:auto; height:auto; float:none;} 

	/* 게시판 */
	.notice0079 .list_box li a p{height:auto; max-height:2.4rem; margin:.5rem 0;}

	/* 갤러리 */
	.gallery0079 .list_box li{width:49%;}
	.gallery0079 .list_box li + li{margin-left:2%;}
}

@media (max-width:960px) { 

	/* 바로가기1 */
	.M_link0079 ul { display:block; font-size:0; }
	.M_link0079 li { width:25%; display:inline-block; vertical-align: top; margin:.5rem 0;}
	.M_link0079 li a span{margin-top:.5rem;}	
}

@media (max-width:860px) { 

	/* 캘린더 */
	.pop_schedule0079 .sche_table{margin:1rem 0;}

	/* 식단 */
	.meal_menu0079 .inner{ background-position:right bottom, 95% 80%; background-size:auto, auto 4.5rem;}
	.meal_menu0079 .inner ul{margin-right:4.5rem;}
    
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width:640px) { 

	/* 식단 */
	.meal_menu0079 .inner{padding:1rem;}
	.meal_menu0079 .inner ul{height:6rem;}

	/* 팝업존 */
    .pop0079 .pop_img{ height:auto; }
    .pop0079 .pop_img .item img { top:auto; left:auto; max-height:15rem;}
}

@media (max-width:480px) { 

	/* 게시판 */
	.notice0079 .titTab li{max-width:100%;}

	/* 바로가기1 */
	.M_link0079 li { width:calc(100% / 3);}
	.M_link0079 li a p{width:4rem; height:4rem; line-height:4rem;}
	.M_link0079 li a img{width:40px; height:40px;}
	
}

@media (max-width:380px) { 

	/* 식단 */
	.meal_menu0079 .inner{background-image:url('/images/schl/template/T0079/main/0079_bg_meal.png');}
	.meal_menu0079 .inner ul{margin-right:0;}

	/* 갤러리 */
	.gallery0079 .list_box li{width:100%;}
	
}