﻿h2.heading{font-size: 1rem; color:#222; font-weight: 600; overflow: hidden; white-space: nowrap; margin-right: 2.5rem; margin-bottom: 1rem;}

/* btn_more */
.btn_more{display: block; position: absolute; top: -0.25rem; right: 0; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; border-radius: 50%; background: #ececec; color:#000; font-size: 1.25rem; transition: 0.2s; -webkit-transition: 0.2s;}
.btn_more.ty2{background: #fff;}
/** btnTy active **/
.btn_more:hover,
.btn_more:focus {background:#355590; color:#fff;}

/* 메인비주얼 */
.MVisual0060 { position:relative; height:100%; overflow:hidden; }
.MVisual0060 .slider,
.MVisual0060 .slick-list,
.MVisual0060 .slick-track{height:100%; }
.MVisual0060 .item { overflow:hidden; line-height:0; }
.MVisual0060 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0060 .item img.M_visual_m { display:none; }
.MVisual0060 .control { position:absolute; left:1rem; bottom:1rem; z-index:1; }
.MVisual0060 .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 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0060 .control > a.play { display:none; }
/** 메인비주얼 active **/
.MVisual0060 .control > a:hover,
.MVisual0060 .control > a:focus { background:rgba(0,0,0,0.5); }

/* 바로가기 */
.M_link0060 { position:relative; background:#f8f8f8; }
.M_link0060 ul { display:flex; height:100%; align-items:center; }
.M_link0060 li { position: relative; flex:1; padding:0.25rem 0.4rem 0.75rem; }
.M_link0060 li + li::before{width: 0.4rem; height: 0.4rem; border-radius:50%; background:#e5e5e5; position: absolute; left: -0.2rem; top: 3rem; content: '';}
.M_link0060 li a { display:block; position:relative; width:100%; height:100%; word-break:keep-all; text-align:center; }
.M_link0060 li a .img { position:relative; display: flex; justify-content: center; align-items: center; width:4.25rem; height:4.25rem; margin:0 auto; z-index:1; }
.M_link0060 li a .img:before {content:''; position:absolute; left:0; bottom:0; width:0; height:0; border-radius:50%; background:#c9e4f7; z-index:-1; opacity:0;}
.M_link0060 li a p {height:2rem; font-size:0.9rem; color:#121212; line-height:1rem; margin-top: 0.5rem; overflow:hidden; word-break:break-all;}
/** 바로가기 active **/
.M_link0060 li a:hover .img:before,
.M_link0060 li a:focus .img:before {width:1.75rem; height:1.75rem; opacity:1;}
.M_link0060 li a:hover p,
.M_link0060 li a:focus p {color:#0b94f3; font-weight:500;}
.M_link0060 li a,
.M_link0060 li a .img:before,
.M_link0060 li a p{transition: all 0.2s; -webkit-transition: all 0.2s;}

/* 게시판 */
.notice0060 { position:relative;}
.notice0060 .titTab { font-size:0; margin-right:2.5rem; margin-bottom:1.25rem;}
.notice0060 .titTab li { position:relative; display:inline-block; max-width:33.3%; }
.notice0060 .titTab li a { display:block; height:2.25rem; line-height:2.25rem; padding:0 1rem; background:#ebeef5; font-size: 1rem; color: #222; overflow:hidden; text-overflow:ellipsis; -webkit-transition:0.15s; transition:0.15s; }
.notice0060 .list_box {display:none;height: 12rem;}
.notice0060 .list_box ul {margin:0 -0.8rem;height: 100%;}
.notice0060 .list_box ul:after {content: ""; display: block; clear: both; visibility: hidden;}
.notice0060 .list_box li {width:25%;float:left;padding:0 0.8rem;height: 100%;}
.notice0060 .list_box li:nth-child(n+5) { display:none;}
.notice0060 .list_box li a {position:relative;display:flex;flex-direction:column;justify-content: space-around;border:1px solid #cfcfcf;padding:1.5rem 1rem;align-items:start;-webkit-transition:0.15s;transition:0.15s;height: 100%;}
.notice0060 .list_box li a p { display: -webkit-box; -webkit-box-orient: vertical;  max-height:3rem; word-wrap: break-word; text-overflow: ellipsis; -webkit-line-clamp: 2; overflow:hidden; }
.notice0060 .list_box li a .tit { font-size:0.9rem; line-height:1.6; font-weight: 500; color:#333; }
.notice0060 .list_box li a .txt { margin-top:1.25rem; color:#555; }
.notice0060 .list_box li a .date {display: flex; width:100%; margin-top:1.25rem; justify-content: end; align-items:center; color:#555; font-size:0.75rem; }
.notice0060 .list_box li a .date i {font-size:0.8rem; margin-right:0.25rem;}
.notice0060 .list_box li a.new p.tit:before { content:"N"; display:inline-block; background: #34578f; width:1.3rem; height:1.3rem; line-height:1.3rem; text-align:center; border-radius: 50%; color:#fff; font-size:0.75rem; font-weight:500;  margin-right:0.25rem; vertical-align:middle; }
.notice0060 .btn_more {top: 0.2rem;}
/** 게시판 active **/
.notice0060 .titTab li a.current,
.notice0060 .titTab li a:hover,
.notice0060 .titTab li a:focus { font-weight: 600;}
.notice0060 .titTab li a.current { background:#355590; color: #fff;}
.notice0060 .list_box li a:hover,
.notice0060 .list_box li a:focus { border:1px solid #355590; box-shadow:1px 1px 10px rgba(53,85,144,0.18); }
.notice0060 .list_box li a:hover .date strong,
.notice0060 .list_box li a:focus .date strong { border-color:#544cb8; }
/** 게시판 : 데이터 없음 **/
.notice0060 .list_box li.no_data { width:100%; line-height:11.83rem; text-align:center; }
/** 게시판 :action **/
.notice0060 .list_box.on { display:block; }
.notice0060 a  { -webkit-transition:all 0.15s; transition:all 0.15s; }

/* 행사일정 */
.pop_schedule0060 { position:relative; height:100%; padding:0 1.5rem 1rem;}
.pop_schedule0060:before {content:''; position:absolute; left:0; bottom:0; width:100%; height:calc(100% - 2.75rem); background:url('/images/schl/template/T0060/main/0060_sche_bg.png'); padding:1rem 1.25rem; z-index:-1;}
.pop_schedule0060 h2 {margin-left:-1.5rem;}
.pop_schedule0060 .month { position:relative; display:flex; align-items:center; justify-content:space-between; padding-top:1.15rem; line-height:2.35rem; font-size:0.9rem; margin-bottom:0.5rem; font-weight: 600; }
.pop_schedule0060 .month:before {content:''; width:1.85rem; height:1.7rem; background: url(/images/schl/template/T0060/main/0060_img_sche.png) no-repeat 0 0 / contain;}
.pop_schedule0060 .month a {display:inline-block; width:1.5rem; line-height:1.5rem; border-radius:50%; margin-left:0.25rem; background:#8f8f8f; color:#fff; text-align:center; font-size:0.9rem; -webkit-transition:all 0.2s; transition:all 0.2s;}
.pop_schedule0060 .month a i { -webkit-transition:all 0.2s; transition:all 0.2s; }
.pop_schedule0060 .month .date {  padding:0 0.5rem; flex:1; font-size:0.9rem; font-weight:500; }
.pop_schedule0060 .month .date em { display:inline-block; width:2rem; line-height:2rem; text-align:center; background:#35538f; color:#fff; border-radius:50%; font-weight:600; margin-left:0.4rem; }
.pop_schedule0060 .sche_table { background:#fff; text-align:center; padding:0 0.5rem; }
.pop_schedule0060 .sche_table table { font-size:0.75rem; text-align:center; }
.pop_schedule0060 .sche_table th {font-weight:600; font-size:0.8rem; color:#333; line-height:2.5rem; border-bottom:1px solid #ddd; }
.pop_schedule0060 .sche_table tr:first-child td { padding-top:0.5rem; }
.pop_schedule0060 .sche_table tr:last-child td { padding-bottom:0.5rem; }
.pop_schedule0060 .sche_table .sun { color:#e20b29; }
.pop_schedule0060 .sche_table .sat { color:#355590; }
.pop_schedule0060 .sche_table tbody {height:10.75rem;}
.pop_schedule0060 .sche_table td{width:1.65rem; height: 1.6rem; line-height: 1.6rem;}
.pop_schedule0060 .sche_table td a { position:relative; display:block; width: 1.65rem; height:1.65rem; line-height:1.65rem; border-radius:50%; margin:0 auto;}
.pop_schedule0060 .sche_table td a.event { background:#ffeaf1; }
.pop_schedule0060 .sche_table td a.today { background:#fc3882; color:#fff; }
.pop_schedule0060 .lst { position:relative; margin-top:1rem;}
.pop_schedule0060 .lst ul { height:8.5rem; overflow-y:auto; }
.pop_schedule0060 .lst ul li + li { margin-top:0.4rem; }
.pop_schedule0060 .lst ul li a { position:relative; display:block; line-height:1.75rem; color: #333; padding-left:4.1rem; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pop_schedule0060 .lst ul li a span { position:absolute; left:0; top:0; width:3.5rem;background:#fff; line-height:1.65rem; border:1px dashed #355590; text-align:center; color:#355590; border-radius:1.75rem; transition: all 0.2s; -webkit-transition: all 0.2s; }
.pop_schedule0060 .lst .no_data {line-height:8.5rem; text-align:center;}
/** 행사일정 : active **/
.pop_schedule0060 .month a:hover,
.pop_schedule0060 .month a:focus {background:#35538f;}
.pop_schedule0060 .month a.prev:hover i,
.pop_schedule0060 .month a.prev:focus i {transform:translateX(-0.2rem); -webkit-transform:translateX(-0.2rem);}
.pop_schedule0060 .month a.next:hover i,
.pop_schedule0060 .month a.next:focus i {transform:translateX(0.2rem); -webkit-transform:translateX(0.2rem);}
.pop_schedule0060 .sche_table td a:hover,
.pop_schedule0060 .sche_table td a:focus,
.pop_schedule0060 .lst ul li a:hover,
.pop_schedule0060 .lst ul li a:focus {text-decoration:underline; }
.pop_schedule0060 .lst ul li a:hover span,
.pop_schedule0060 .lst ul li a:focus span { background: #355590; color:#fff; }
.pop_schedule0060 .sche_table td span a:not(.event):focus,
.pop_schedule0060 .sche_table td span a:not(.event):hover { text-decoration:none; cursor:auto; } /* 20230204 <span><a></a></span> 관련 수정 */


/* 팝업존 */
.pop0060 { position:relative; width:100%; height:100%; }
.pop0060 h2{margin-right: 7rem; margin-bottom:0.65rem;}
.pop0060 .tit_wrap { position:relative; width:100%; z-index:1; }
.pop0060 .page { position:absolute; right:5rem; top:0; display:inline-block; vertical-align:bottom; color:#222; line-height:1.6rem; }
.pop0060 .page strong { color:#355590; font-weight: 600;}
.pop0060 .control { position:absolute; top:0; right:0; background:#f4f4f4; border-radius: 1rem; padding:0 0.5rem; }
.pop0060 .control a { position:relative; display:inline-block; width:1rem; height:1.6rem; line-height:1.6rem; vertical-align:middle; text-align:center; font-size:1rem; -webkit-transition:all 0.15s; transition:all 0.15s;}
.pop0060 .control a i,
.pop0060 .control a img { position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.pop0060 .control .stop,
.pop0060 .control .play {font-size:0.9rem; vertical-align:middle;}
.pop0060 .control .stop i,
.pop0060 .control .play i {top:49%;}
.pop0060 .control .play { display:none; }
.pop0060 .pop_img { position:relative; height:11.25rem; overflow: hidden; background: #eee;}
.pop0060 .pop_img div[class*='slick-'],
.pop0060 .pop_img .item {height:100%;}
.pop0060 .pop_img .item a { display: flex; height:100%; line-height:0; align-items:center; justify-content: center; overflow:hidden;}
.pop0060 .pop_img .item img {position:relative; max-width:100%; width:auto; height:auto;}
/** 팝업존 : active **/
.pop0060 .control a:hover,
.pop0060 .control a:focus { color:#0b94f4; }

/* 식단 */
.meal_menu0060 { position:relative; height:100%; color: #333;}
.meal_menu0060 h2{margin-bottom:0.65rem;}
.meal_menu0060 .inner {position:relative; padding-bottom:0.8rem; background:#0b94f4; padding:1.5rem 1.5rem 4.15rem; }
.meal_menu0060 .inner ul { overflow:hidden; overflow-y:auto; height:5.6rem;  }
.meal_menu0060 .inner li + li { margin-top:1.5rem; }
.meal_menu0060 .inner .no_data {line-height:5.6rem; color:#fff; text-align:center;}
.meal_menu0060 .inner dl { position:relative; height:auto; }
.meal_menu0060 .inner dt { position:relative; display:inline-block; background: #fff; border-radius: 1rem; padding:0 1.5rem; text-align: center; color: #222; height:2rem; line-height:2rem; font-weight:500; font-size:0.9rem; margin-bottom:0.5rem; }
.meal_menu0060 .inner dt span{display: inline-block; font-weight:600;}
.meal_menu0060 .inner dt em{position:relative; display: inline-block; color: #0b94f3; padding-left: 1.25rem;}
.meal_menu0060 .inner dt em:before {content:''; position:absolute; left:0.5rem; top:calc(50% - 2px); width:5px; height:5px; border-radius:50%; background:#0b94f3;}
.meal_menu0060 .inner dd {margin-top: 0.4rem; font-size: 0.8rem; color:#fff; line-height: 1.6;  word-break:keep-all; }
.meal_menu0060 img { position:absolute; bottom:-1.75rem; right:0; max-width: 11.4rem; max-height: 5.3rem; }

/* 갤러리 */
.gallery0060 { position:relative; height:100%; }
.gallery0060 h2 {margin-bottom: 1.35rem;}
.gallery0060 .list_box {height:12.5rem;}
.gallery0060 ul { display:flex; flex-wrap:wrap; overflow:hidden; height:100%; }
.gallery0060 ul li { width:47.5%; height:100%; text-align:center; }
.gallery0060 ul li:nth-child(n+3) { display:none; }
.gallery0060 ul li + li { margin-left:5%; }
.gallery0060 ul li a {position:relative; display:block; height:100%;}
.gallery0060 ul li a .img { position:relative; height:100%; overflow:hidden; background:#eee;}
.gallery0060 ul li 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 0.2s; -ms-transition:all 0.2s; transition:all 0.2s; }
.gallery0060 ul li a p { position:absolute; left:0; bottom:0; width:100%; font-size:0.85rem; color:#fff; font-weight:600; line-height:2.5rem; background: rgba(34,34,34,0.75); text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.gallery0060 .list_box li.no_data{ width:100%; height:100%; display:flex; align-items:center; justify-content:center; padding:5rem 0; background:rgba(0,0,0,0.05); }
/** 갤러리 active **/
.gallery0060 .list_box a:hover .img img,
.gallery0060 .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); }
.gallery0060 .list_box a:hover p:before,
.gallery0060 .list_box a:focus p:before { width:100%; }
.gallery0060 ul li a:hover p,
.gallery0060 ul li a:focus p{background: #35538f; color: #fff;}

/* 배너존 */
.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: 1.5rem 0 0 0; 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: 1100px) {
	/* 메인비주얼 */
	.MVisual0060 {left:-1rem; width:calc(100% + 2rem);}
	.MVisual0060 .item img { width:100%; height:auto; }

	/* 팝업존 */
	.pop0060 .pop_img .item img {width:auto; height:100%;}
    
    /* 갤러리 */
	.gallery0060 .list_box {height:auto;}
	.gallery0060 ul { flex-direction:column; }
	.gallery0060 ul li { width:100%; height:12.5rem; text-align:center; }
	.gallery0060 ul li + li { margin-left:0; margin-top:2rem; }
	
	/* 행사일정 */
	.pop_schedule0060 h2 {margin-left:-3rem;}
	.pop_schedule0060 {padding: 0 3rem 1rem;}
}
@media (min-width:769px) and (max-width: 1240px) {
    /* 갤러리 */
	.gallery0060 .list_box li.no_data {padding: 13rem 0;}
}
@media (max-width: 1024px) {
	
	/* 공지사항 */
	.notice0060 .list_box ul {margin:0 -0.75rem;}
	.notice0060 .list_box li { width:33.3%; padding:0 0.75rem; }
	.notice0060 .list_box li:nth-child(n+4) { display:none;}
}

@media (max-width: 860px) {
	/* 행사일정 */
	.pop_schedule0060 h2 {margin-left:-1.5rem;}
	.pop_schedule0060 {padding: 0 1.5rem 1rem;}	
	
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}
@media (max-width:768px) {
	h2.heading{margin-bottom: 0.75rem;}

	/* 공지사항 */
	.notice0060 .titTab {margin-bottom:0.75rem;}
	.notice0060 .list_box ul {margin:0 -0.5rem;}
	.notice0060 .list_box li { width:50%; padding:0 0.5rem; }
	.notice0060 .list_box li:nth-child(n+3) { display:none;}

	/* 바로가기 */
	.M_link0060 ul{flex-wrap: wrap; margin: 0;}
	.M_link0060 li{width: 33.333%; flex: auto; margin-bottom: 0.5rem; padding:0.25rem 0.75rem 0.75rem;}
	.M_link0060 li:nth-of-type(3n+1):before{display:none;}
	.M_link0060 li a p{margin-top: 0.5rem;}

	/* 행사일정 */
	.pop_schedule0060:before {height:calc(100% - 2.15rem);}
	.pop_schedule0060 .month { padding-top:1rem; }

	/* 포토갤러리 */
    .gallery0060 h2 {margin-bottom: 1rem;}
    .gallery0060 ul { flex-direction:inherit; }
	.gallery0060 ul li { width:48%; height:11.25rem; }
	.gallery0060 ul li + li { margin-left:4%; margin-top:0;}
	.gallery0060 ul li:nth-child(n+3) { display:none; }
}
@media (max-width:580px) {
	/* 메인비주얼 */
	.MVisual0060 .control{bottom: 0.5rem;}
	.MVisual0060 .control a{width: 1.65rem; height: 1.65rem; line-height: 1.65rem;}

	/* 공지사항 */
	.notice0060 h2{font-size: 1.1rem;}
	.notice0060 .titTab li a { font-size:0.95rem; }
	.notice0060 .list_box ul{height: auto;}
	.notice0060 .list_box li { width:100%;}
	.notice0060 .list_box li:nth-child(2) { margin-top:0.5rem;}
	.notice0060 .list_box li.no_data { line-height:14.3rem; }
	.notice0060 .list_box li a {padding:1rem; }
	.notice0060 .list_box li a p {max-height: 1.5rem; -webkit-line-clamp:1;}
	.notice0060 .list_box li a .tit {font-size: 0.85rem;}
	.notice0060 .list_box li a .txt {margin-top:0.5rem;}
	.notice0060 .list_box li a .date{margin-top:0.5rem; font-size: 0.7rem;}

    .pop0060 .pop_img{ height:auto; text-align:center; }
    .pop0060 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

	/* 바로가기 */
	.M_link0060 li a .img{width: 4.5rem; height: 4.5rem;}
	.M_link0060 li a p { font-size:0.8rem;}

}
@media (max-width:480px) {
	/* btn_more */
	.btn_more{top:0; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; font-size: 1rem;}

	/* 공지사항 */
	.notice0060 .titTab li {max-width:100%;}
	.notice0060 .btn_more {top:0.4rem;}
	
	/* 포토갤러리 */
	.gallery0060 ul li { width:100%; }
	.gallery0060 ul li + li { margin-left:0; margin-top: 0;}
    .gallery0060 ul li:nth-child(n+2) {display: none;}
}
@media (max-width:380px) {
	/* 바로가기 */
	.M_link0060 li {padding:0.25rem 0.25rem 0.75rem;}
	.M_link0060 li + li::before{top: 1.5rem;}
	.M_link0060 li a .img{width: 3.75rem; height: 3.5rem;}
	.M_link0060 li a .img img{width: 2.25rem; height: auto;}
	.M_link0060 li a p {margin-top:0;}
	
	/* 행사일정 */
	.pop_schedule0060 h2 {margin-left:-1rem;}
	.pop_schedule0060 {padding:0 1rem 1rem;}

    /* 식단 */
    .meal_menu0060 .inner {padding: 1rem 1rem 3rem;}
    .meal_menu0060 img {max-width:8rem; max-height:3.7rem; bottom:-1rem;}
}

@media (max-width:300px) {
	/* 행사일정 */
	.pop_schedule0060 .sche_table {padding:0 0.25rem;}
	.pop_schedule0060 .month:before {display:none;}
}