﻿/* 공통 */
.btn_more {position: absolute; top: -1rem; right: 0.6rem; display: inline-block; width: 2.25rem; height: 2.25rem; line-height: 2.25rem; text-align: center; font-size: 1.2rem; color: #fff; border-radius: 1rem 1rem 1rem 0; box-shadow: 2px 2px 2px rgba(38,43,46,0.5); -webkit-transition: all .15s; -ms-transition: all .15s; transition: all .15s;}
.btn_more:hover,
.btn_more:focus {border-radius: 0.9rem;}
.tit_wrap {position: relative; height: 2.5rem;}
.tit_wrap h2 {display: inline-block; line-height: 2.5rem; font-size: 0.9rem; font-weight: 600; color: #111; white-space: nowrap; overflow: hidden;}

/* 메인비주얼 */
.MVisual0050 {position: relative; height: 100%; border-radius: 1.5rem; background: #eee; box-shadow: 3px 3px 4px rgba(0,0,0,0.2); overflow: hidden;}
.MVisual0050 .slider,
.MVisual0050 .slider div {height: 100%;}
.MVisual0050 .item {line-height: 0; overflow: hidden;}
.MVisual0050 .item img {position: relative; left: 50%; width: auto; height: 100%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0050 .control {position: absolute; left: 1.5rem; bottom: 1.5rem; z-index: 1;}
.MVisual0050 .control > a {display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; color: #fff; background: rgb(17, 50, 30, 0.5); border-radius: 50%; -webkit-transition: all .15s; -ms-transition: all .15s; transition: all .15s;}
.MVisual0050 .control > a.play {display: none;}
.MVisual0050 .control > a:hover,
.MVisual0050 .control > a:focus {background: rgba(3, 3, 39, 0.6);}

/* 캘린더 */
.pop_schedule0050 {height: 100%; background: #fff; border-radius: 1.25rem 1.25rem 0 1.25rem; box-shadow: 3px 3px 4px rgba(0,0,0,0.2); overflow: hidden;}
.pop_schedule0050 .tit_wrap {padding: 0 1.5rem; background: #7cd2ff;}
.pop_schedule0050 .tit_wrap h2 {max-width: calc(100% - 3rem); }
.pop_schedule0050 .sche_wrap {position: relative; padding: 0.75rem 1.5rem; width: 100%; height: calc(100% - 2.5rem); text-align: center;}
.pop_schedule0050 .month {position: relative; margin-bottom: 0.5rem; height: 1.7rem; line-height: 1.7rem; font-size: 1rem; color: #111; white-space: nowrap;}
.pop_schedule0050 .month a {display: inline-block; width: 1.7rem; height: 1.7rem; vertical-align: middle; background: #eaf8ff; border-radius: 50%;}
.pop_schedule0050 .month span {display: inline-block; margin: 0 1rem; vertical-align: middle;}
.pop_schedule0050 .month span em {font-size: 1.3rem; font-weight: 600;}
.pop_schedule0050 .sche_table {margin-bottom: 0.75rem; background: #eaf8ff; border-radius: 1rem 1rem 0 1rem; overflow: hidden;}
.pop_schedule0050 .sche_table table {text-align: center;}
.pop_schedule0050 .sche_table table thead th {padding: 0.5rem 0; font-size: 0.8rem; font-weight: 600; color: #fff; background: #0097e5;}
.pop_schedule0050 .sche_table table thead .sat {color: #ffde9e;}
.pop_schedule0050 .sche_table table thead .sun {color: #ffcdd2;}
.pop_schedule0050 .sche_table table tbody .sat {color: #006594;}
.pop_schedule0050 .sche_table table tbody .sun {color: #b22926;}
.pop_schedule0050 .sche_table table tr th:first-child,
.pop_schedule0050 .sche_table table tr td:first-child {padding-left: 0.5rem;}
.pop_schedule0050 .sche_table table tr th:last-child,
.pop_schedule0050 .sche_table table tr td:last-child {padding-right: 0.5rem;}
.pop_schedule0050 .sche_table table tbody td {padding: 0.15rem 0; font-size: 0.7rem; color: #333;}
.pop_schedule0050 .sche_table table tbody td a {position: relative; display: inline-block; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; font-weight: 600; border-radius: 50%;}
.pop_schedule0050 .sche_table table tbody td .today { color: #fff; background: #0097e5; font-weight:700;}
.pop_schedule0050 .sche_table table tbody td .event { background: #7cd2ff; color: #333; font-weight: 700;}
.pop_schedule0050 .lst {height: 3rem; text-align: left; overflow-y: auto;}
.pop_schedule0050 .lst li {position: relative; padding-left: 0.5rem;}
.pop_schedule0050 .lst li:before {position: absolute; top: 50%; left: 0; width: 4px; height: 4px; background: #0097e5; border-radius: 50%; content: "";}
.pop_schedule0050 .lst li > a {position: relative; display: block; padding-left: 2.75rem; height: 1.5rem; line-height: 1.5rem; font-weight:600; color: #333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.pop_schedule0050 .lst li > a span {position: absolute; top: 0; left: 0; display: block; font-weight: 600; color: #0097e5;}
.pop_schedule0050 .lst li.no_data {text-align: center; line-height: 4.5rem;}
.pop_schedule0050 .btn_more {background: #0097e5;}

/* 게시판 */
.notice0050 {position: relative; height: 100%;}
.notice0050 .inner {padding: 1.25rem; height: 100%; background: #fff; border-radius: 1.25rem 1.25rem 1.25rem 0; box-shadow: 3px 3px 4px rgba(0,0,0,0.2); overflow: hidden;}
.notice0050 .titTab {height: 2rem;}
.notice0050 .titTab ul {font-size: 0;}
.notice0050 .titTab li {position: relative; display: inline-block; margin-bottom: 0.75rem; padding-right: 1.5rem; max-width: 33%;}
.notice0050 .titTab li:after {position: absolute; top: 0; right: 0; width: 1.5rem; height: 100%; line-height: 1.25rem; text-align: center; font-family: "xeicon"; font-size: 1rem; color: #b9b9b9; content:"\e949";}
.notice0050 .titTab li:last-child {padding-right: 0;}
.notice0050 .titTab li:last-child:after {display: none;}
.notice0050 .titTab li a {position: relative; display: block; line-height: 1.25rem; font-size: 0.85rem; font-weight: 600; color: #444;}
.notice0050 .titTab li a span {display: block; white-space: nowrap; overflow: hidden;}
.notice0050 .titTab li a span:before {position: absolute; bottom: -0.25rem; left: -0.25rem; width: 0; height: 0.6rem; background: rgba(11,90,220,0.15); border-radius: 0.3rem; content: "";}
.notice0050 .tabWrap {height: calc(100% - 2rem);}
.notice0050 .list_box {display: none; width: 100%; height: 100%;}
.notice0050 .list_box ul {height: 100%; overflow: hidden;}
.notice0050 .list_box li:nth-of-type(n+5) {display: none;}
.notice0050 .list_box li a {position: relative; display: block; padding-left: 0.75rem; height: 1.5rem; line-height: 1.5rem; font-size: 0.75rem; font-weight: 600; color: #222;}
.notice0050 .list_box li a:before {position: absolute; left: 0; top: 50%; margin-top: -2px; width: 5px; height: 5px; background: #0b5adc; border-radius: 50%; content:"";}
.notice0050 .list_box li a p {display: inline-block; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.notice0050 .list_box li a.new p {position: relative; padding-right: 1.75rem;}
.notice0050 .list_box li a.new p::after {position: absolute; top: 0; right: 0; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; background: #0b5adc; border-radius: 50%; font-size: 0.55rem; font-family: 'Sora'; font-weight: 600; color:#fff; content: "N"; }
.notice0050 .list_box li a span {display: none;}
.notice0050 .list_box li.no_data {text-align: center; line-height: 6rem;}
.notice0050 .btn_more {background: #2162cd; box-shadow: 2px 2px 2px rgba(11,90,220,0.3);}
/* 게시판 : active */
.notice0050 .list_box.on {display: block;}
.notice0050 .list_box li a:hover p,
.notice0050 .list_box li a:focus p {text-decoration: underline;}
.notice0050 .titTab li a.current {color: #0b5adc; font-weight: 700;}
.notice0050 .titTab li a.current span:before {width: calc(100% + 0.5rem);}
.notice0050 .titTab li a,
.notice0050 .titTab li a span:before,
.notice0050 .list_box li a {-webkit-transition: all .15s; -ms-transition: all .15s; transition: all .15s;}

/* 식단 */
.meal_menu0050 {padding: 1.25rem; height: 100%; background: #fff url("/images/schl/template/T0050/main/0050_img_meal.png") no-repeat right center; border-radius: 0 1.25rem 1.25rem 1.25rem; box-shadow: 3px 3px 4px rgba(0,0,0,0.2); overflow: hidden;}
.meal_menu0050 h2 {position: relative; display: inline-block; padding: 0 0.25rem; margin-bottom: 0.5rem; max-width: calc(100% - 3rem); height: 1.5rem; line-height: 1.25rem; font-size: 0.9rem; font-weight: 600; color: #001111; overflow: hidden; white-space: nowrap;}
.meal_menu0050 h2:before {position: absolute; bottom: 0.15rem; left: 0; width: 100%; height: 0.6rem; background: rgba(0,151,229,0.15); border-radius: 0.3rem; content: "";}
.meal_menu0050 .inner {height: calc(100% - 2.25rem);}
.meal_menu0050 .inner ul {height: 6rem; overflow-y: auto;}
.meal_menu0050 .inner li + li {margin-top: 0.5rem;}
.meal_menu0050 .inner dl {position: relative; min-height: 5.5rem; text-align: center; color: #222;}
.meal_menu0050 .inner dt {display: inline-block; padding: 0.25rem 0.5rem; font-size: 0.85rem; font-weight: 600; border: 2px dashed #0097e5; border-radius: 0.5rem;}
.meal_menu0050 .inner dt strong {font-size: 1rem; color: #0097e5;}
.meal_menu0050 .inner dd {padding: 0.5rem 1rem; text-align: left; word-break: keep-all; font-weight: 600;}
.meal_menu0050 .inner .no_data {text-align: center; line-height: 6rem;}
.meal_menu0050 .btn_more {background: #00c296;}

/* 바로가기1 */
.M_link0050 {height: 100%; overflow: hidden;}
.M_link0050 ul {margin-left: -0.5rem; width: calc(100% + 1rem);}
.M_link0050 ul::after {clear: both; display: block; content: '';}
.M_link0050 ul li {float: left; padding: 0 0.5rem; width: 20%;}
.M_link0050 ul li a {display: flex; padding: 0 1rem; height: 3.5rem; justify-content: center; align-items: center; background: #fff; border-radius: 0.75rem; border: 2px dashed;}
.M_link0050 ul li:nth-of-type(1) a {border-color: #ff8983;}
.M_link0050 ul li:nth-of-type(2) a {border-color: #0097e5;}
.M_link0050 ul li:nth-of-type(3) a {border-color: #ff9000;}
.M_link0050 ul li:nth-of-type(4) a {border-color: #f9a2c1;}
.M_link0050 ul li:nth-of-type(5) a {border-color: #f7ba00;}
.M_link0050 ul li a p {margin-right: 1rem; width: 2.25rem; height: 2.25rem; line-height: 2.25rem; text-align: center;}
.M_link0050 ul li a p img {max-width: 100%; max-height: 100%; vertical-align: middle;}
.M_link0050 ul li a span {font-size: 0.9rem; font-weight: 600; color: #111; word-break: break-all; overflow: hidden;}
/** 바로가기1 : active **/
.M_link0050 li a:hover span,
.M_link0050 li a:focus span {font-weight: 600; color: #2162cd;}
.M_link0050 li a:hover img,
.M_link0050 li a:focus img {transform: translateY(-5px); -webkit-transform: translateY(-5px);}
.M_link0050 li a,
.M_link0050 li a p,
.M_link0050 li a span,
.M_link0050 li a img {-webkit-transition: all .15s; -ms-transition: all .15s; transition: all .15s;}

/* 팝업존 */
.pop0050 {position: relative; width: 100%; height: 100%; border-radius: 1.25rem 1.25rem 0 1.25rem; box-shadow: 3px 3px 4px rgba(0,0,0,0.2); overflow: hidden;}
.pop0050 .tit_wrap {padding: 0 1rem; height: 2.75rem; background: #0097e5;}
.pop0050 .tit_wrap h2 {max-width: calc(100% - 9rem); line-height: 2.75rem; font-size: 1rem; color: #fff;}
.pop0050 .nss_pg {position: absolute; right: 1rem; top: 0.5rem;}
.pop0050 .nss_pg p {position: relative; display: inline-block; margin-right: 0.5rem; vertical-align: middle; font-size: 0.8rem; color: #fff;}
.pop0050 .nss_pg p strong {position: relative; display: inline-block; margin-right: 0.5rem; font-size: 1rem; font-weight: 600; color: #fff556;}
.pop0050 .nss_pg p strong::before {position: absolute; top: 0.7rem; right: -0.35rem; width: 4px; height: 4px; background: #fff; border-radius: 50%; content: '';}
.pop0050 .nss_pg p span {display: inline-block;}
.pop0050 .nss_pg a {display: inline-block; width: 1.75rem; height: 1.75rem; line-height: 1.75rem; text-align: center; vertical-align: middle; font-size: 1.2rem; color: #222; background: #fff; border-radius: 50%;}
.pop0050 .nss_pg .play {display: none;}
.pop0050 .nss_pg .prev,
.pop0050 .nss_pg .next {color: #0097e5;}
.pop0050 .pop_img { position:relative; height:11.25rem; overflow: hidden; background: #eee; }
.pop0050 .pop_img div,
.pop0050 .pop_img .item {height:100%;}
.pop0050 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0050 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 갤러리 */
.gallery0050 {height: 100%; background: #fff; border-radius: 1.25rem 1.25rem 1.25rem 0; box-shadow: 3px 3px 4px rgba(0,0,0,0.2); overflow: hidden;}
.gallery0050 .tit_wrap {padding: 0 2rem; height: 2.75rem; background: #00c598;}
.gallery0050 .tit_wrap h2 {max-width: calc(100% - 3rem); line-height: 2.75rem; font-size: 1rem; color: #fff;}
.gallery0050 .list_box {margin: 0 -1rem; padding: 1.25rem;}
.gallery0050 .list_box::after {clear: both; display: block; content: '';}
.gallery0050 .list_box li {float: left; padding: 0 1rem; width: 33.33%;}
.gallery0050 .list_box li:nth-of-type(n+4) {display: none;}
.gallery0050 .list_box li.no_data{width:100%; text-align:center; padding:3rem 0; font-size:.9rem;}
.gallery0050 .list_box a {position: relative; display: block;}
.gallery0050 .list_box a .img {position: relative; display: inline-block; width: 100%; height: 7.1rem; background: #eee; border-radius: 1rem; box-shadow: 2px 2px 4px #909090; overflow: hidden;}
.gallery0050 .list_box a .img img {position: relative; top: 50%; left: 50%; width: 100%; height: auto; transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -webkit-transition: all .15s; -ms-transition: all .15s; transition: all .15s;}
.gallery0050 .list_box a .txt {margin-top: 0.75rem; padding: 0 1rem; height: 1rem; line-height: 1rem; text-align: center; font-size: 0.8rem; font-weight: 600; color: #000; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.gallery0050 .list_box a .date {margin-top: 0.25rem; height: 0.75rem; line-height: 0.75rem; font-size: 0.75rem; color: #111; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.gallery0050 .btn_more {background: #fdaf06;}
/** 갤러리 : active **/
.gallery0050 .list_box a:hover .img,
.gallery0050 .list_box a:focus .img {border-color: #245c98;}
.gallery0050 .list_box a:hover .img img,
.gallery0050 .list_box a:focus .img img {transform: translate(-50%, -50%) scale(1.1); -webkit-transform: translate(-50%, -50%) scale(1.1);}
.gallery0050 .list_box a:hover .txt,
.gallery0050 .list_box a:focus .txt {text-decoration: underline;}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #ccc; background: #fff; border-bottom: 1px solid #ccc;}
.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;}
/* 배너존 : active */
.banner_zone .btn a:hover,
.banner_zone .btn a:focus {background:#f1f1f1;}

@media (max-width: 1400px) {
}

@media (max-width: 1240px) {
	/* 메인비주얼 */
	.MVisual0050 .control {left: 1rem; bottom: 1rem;}

	/* 팝업존 */
	.pop0050 .pop_img .item img {width:auto; height:100%;}
}

@media (max-width: 1024px) {
	/* 바로가기1 */
	.M_link0050 ul li {margin-bottom: 0.5rem; width: 50%;}

	/* 갤러리 */
	.gallery0050 .list_box a .img {height: auto;}
	.gallery0050 .list_box a .img img {position: relative; top: auto; left: auto; transform: none; -webkit-transform: none;}
	.gallery0050 .list_box a:hover .img img,
	.gallery0050 .list_box a:focus .img img {transform: none; -webkit-transform: none;}
}

@media (max-width: 860px) {
}

@media (max-width: 768px) {
	/* 타이틀요소 */
	.pop0050 h2,
	.meal_menu0050 h2,
	.pop_schedule0050 h2 {font-size: 0.9rem;}

	/* 비주얼 */
	.MVisual0050 .control > a {width:1.6rem; height:1.6rem; line-height:1.6rem;}

	/* 팝업존 */
    .pop0050 .pop_img{ height:auto; text-align:center; }
    .pop0050 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

	/* 갤러리 */
	.gallery0050 .list_box li {width: 50%;}
	.gallery0050 .list_box li:nth-of-type(3) {display: none;}

	/* 배너존 */
	.banner_zone h2 {display:none;}
	.banner_zone .bnWrap {width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 640px) {	
}

@media (max-width: 480px) {
	/* 비주얼 */
	.MVisual0050 .item img {left: auto; width: 100%; height: auto; transform: none; -webkit-transform: none; -ms-transform: none;}

	/* 바로가기1 */
	.M_link0050 ul {margin-left: 0; width: 100%;}
	.M_link0050 ul li {padding: 0; width: 100%;}

	/* 갤러리 */
	.gallery0050 .list_box li {width: 100%;}
	.gallery0050 .list_box li + li {margin-top: 1rem;}
}

@media (max-width: 380px) {
	/* 게시판 */
	.notice0050 .titTab {height: auto;}
	.notice0050 .titTab li {max-width: 80%;}
}
