﻿/* heading */
.heading {display:block; height:1.5rem; font-size:1.1rem; font-weight:600; overflow:hidden;}

/* btnTy */
.btnTy1 {position:absolute; right:0; top:-0.2rem; width: 2rem; height: 2rem; background: #fef1cc; color: #000; text-align: center; line-height: 2rem; font-size: 1.2rem; border-radius: 50%; -webkit-transition:0.15s; transition:0.15s; }
.btnTy1:hover,
.btnTy1:focus { -webkit-transform:rotate(90deg); transform:rotate(90deg); }

/* 메인비주얼 */
.MVisual0077 { position:relative; height:100%; overflow:hidden; box-shadow: 0 0 20px rgba(0,0,0,0.2); background: #f4f4f4; }
.MVisual0077 .slider,
.MVisual0077 .slick-list,
.MVisual0077 .slick-track { height:100%; }
.MVisual0077 .item { overflow:hidden; }
.MVisual0077 .item img { position:relative; display:block; width:100%; height:auto; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); }
.MVisual0077 .control { position:absolute; left:1rem; bottom:1rem; }
.MVisual0077 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgba(17,53,93,0.6); color:#fff; text-align:center; border-radius:50%; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0077 .control > a.play { display:none; }
/** 메인비주얼 : active **/
.MVisual0077 .control > a:hover,
.MVisual0077 .control > a:focus {  background:rgba(249, 187, 0, 0.8);  }

/* 팝업존 */
.pop0077 { position:relative; width:100%; height:100%; }
.pop0077 h2 {margin:0 7.2rem 1.5rem 0; color: #000; }
.pop0077 .pop_img { position:relative; width:100%; height:11.2rem; background:#eee; z-index:1; overflow:hidden; }
.pop0077 .control {position:absolute; right:0; top:-0.3rem; }
.pop0077 .control p {display:inline-block; vertical-align:middle; color: #333; margin-right: 0.3rem; font-size: 0.8rem; }
.pop0077 .control p strong {position:relative; display: inline-block; font-weight: 600; color: #000;width: 2rem; height: 2rem; line-height: 2rem; border-radius: 50%; background: #f9bb00; text-align: center; margin-right: 0.5rem;}
.pop0077 .control a {display:inline-block; vertical-align:middle; font-size:1.2rem; transition: all 0.15s; -webkit-transition: 0.15s;}
.pop0077 .control a:hover,
.pop0077 .control a:focus {color:#f9bb00;}
.pop0077 .control .play { display:none; }
.pop0077 .control .play,
.pop0077 .control .stop{font-size:0.9rem;}
.pop0077 .pop_img div,
.pop0077 .pop_img .item {height:100%;}
.pop0077 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0077 .pop_img .item img {position:relative; max-width:100%; width:100%; height:auto;}

/* 게시판 */
.notice0077 { position:relative; height:100%; }
.notice0077 .titTab { margin:0 2rem 1.5rem 0; font-size:0; }
.notice0077 .titTab li { position:relative; display:inline-block; max-width:33%; vertical-align:top;}
.notice0077 .titTab li ~ li:before {content:""; position:absolute; left: -1.9rem; top:0.55rem; width:0.4rem; height:0.4rem; background:#c5c9d6; border-radius: 50%; }
.notice0077 .titTab a {position:relative; display:block; padding-right:3.2rem; transition: all 0.15s; -webkit-transition: all 0.15s;}
.notice0077 .titTab a::after { position: absolute; content: ""; width:1.5rem; height: 1.5rem; bottom:0.3rem; right: 2.45rem; border-radius: 50%; background:#f9bb00; z-index: -1; opacity: 0; }
.notice0077 .titTab a span { display:block; height:1.5rem; font-size:1.1rem; font-weight:400; color:#666; overflow:hidden; }
.notice0077 .list_box { display:none; }
.notice0077 .list_box ul {display:flex; height:11.25rem; }
.notice0077 .list_box li {width:30%;}
.notice0077 .list_box li + li {margin-left:5%;}
.notice0077 .list_box li:nth-child(n+4) { display:none; }
.notice0077 .list_box li a { position:relative; display:block; height:100%; padding:1.5rem 0; background:#fff; border-top:2px solid #f9bb00; border-bottom: 1px solid #c5c9d6; -webkit-transition:0.15s; transition:0.15s; }
.notice0077 .list_box li p.tit {font-size:0.9rem; height:2.4rem; line-height:1.2rem; font-weight:500; color:#111; overflow:hidden; display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis;-webkit-line-clamp: 2;}
.notice0077 .list_box li p.txt {font-size:0.8rem; height:2.4rem; line-height:1.2rem; color:#666; overflow:hidden; margin:1rem 0 1.4rem; display: -webkit-box; -webkit-box-orient: vertical;  text-overflow: ellipsis;-webkit-line-clamp: 2; }
.notice0077 .list_box li span {position:relative; display:block; line-height:1rem; padding-left:1.45rem; color:#8f8f8f; font-size:0.75rem;}
.notice0077 .list_box li a span:before { content:"\ea2c"; position:absolute; left:0; top:1px; font-size:1.2rem; font-family:"xeicon"; color: #8f8f8f; }
.notice0077 .list_box li a.new span:before {content:"\e9a8"; color:#f9bb00; font-size:1.2rem; }
/** 게시판 : 데이터 없음 **/
.notice0077 .list_box li.no_data { display:flex; width:100%; height:100%; background:#fff; justify-content:center; align-items:center; text-align:center; }
/** 게시판 : active **/
.notice0077 .titTab a:hover span,
.notice0077 .titTab a:focus span,
.notice0077 .titTab a.current span{font-weight:600; color:#000;}
.notice0077 .titTab a.current::after,
.notice0077 .titTab a:hover::after,
.notice0077 .titTab a.focus::after { opacity: 1; }
.notice0077 .list_box.on { display:block; }
.notice0077 .list_box li a:hover,
.notice0077 .list_box li a:focus { border-top:2px solid #11355d; border-bottom: 1px solid #11355d; }
.notice0077 .list_box li a:hover p.txt,
.notice0077 .list_box li a:focus p.txt { text-decoration: underline; }

/* 바로가기 */
.M_link0077 { position:relative; height:100%; }
.M_link0077 ul { display:flex; margin:0 -0.5rem;}
.M_link0077 li { position:relative; flex:1; max-width:30%; }
.M_link0077 li + li:before {content:""; position:absolute; left:-0.1rem; top:0; width:0.2rem; height:100%; background:url('/images/schl/template/T0077/main/0077_dot_link.png') no-repeat center; }
.M_link0077 li a { position:relative; display:flex; align-items:center; padding:0 0.5rem; transition: all 0.15s; -webkit-transition: all 0.15s; }
.M_link0077 li a .ico { position:relative; display:block; width:3.5rem; height:3.5rem; border-radius: 0.7rem; background:#fff9e6; -webkit-transition:0.15s; transition:0.15s; }
.M_link0077 li a .ico img { display: block; width:100%; }
.M_link0077 li a span {display:block; width:calc(100% - 3rem); padding:0 0 0 0.5rem; max-height:2.3rem; font-weight:400; line-height:1.2rem; overflow:hidden; color: #000; font-size: 0.8rem; }
/** 바로가기 : active **/
.M_link0077 li a:hover .ico,
.M_link0077 li a:focus .ico { -webkit-transform:rotateY(180deg); transform:rotateY(180deg);}
.M_link0077 li a:hover span,
.M_link0077 li a:focus span { text-decoration: underline; }

/* 식단 */
.meal_menu0077 { position:relative; height:100%; background:#f9bb00; padding:1.2rem; }
.meal_menu0077 h2 {margin-right:2.5rem; color: #001111;}
.meal_menu0077 .inner { position:relative; display:block; margin-right:4rem; padding-right:0.5rem; height:4rem; overflow-y:auto; margin-top:0.9rem; }
.meal_menu0077 .inner li + li { margin-top:1.2rem; }
.meal_menu0077 .inner .no_data { text-align:center; line-height:4rem;}
.meal_menu0077 .inner dt { position:relative; display:inline-block; font-size:0.9rem; margin-bottom:0.5rem; padding:0 0.4rem; color: #001111; z-index:2; }
.meal_menu0077 .inner dt:before {content:""; position:absolute; left:0; bottom:0; width:100%; height:0.8rem; background:#fff; z-index:-1; }
.meal_menu0077 .inner dt strong {font-weight:700;}
.meal_menu0077 .inner dd { font-size: 0.8rem; color: #111; }
.meal_menu0077 .img { position:absolute; bottom:1.25rem; right:1.5rem; font-size:0; }
.meal_menu0077 .img img { max-width: 3rem; max-height: 3.05rem; }
.meal_menu0077 .btn_more { top:1rem; right: 1.5rem; background:#fff; }

/* 식단 : 데이터 없음 */
.meal_menu0077 .inner .no_data { text-align:center; }

/* 캘린더 */
.pop_schedule0077 { position:relative; height:100%; }
.pop_schedule0077 .sche_wrap { display:flex; width:100%; height:4rem; line-height:4rem; text-align:center; }
.pop_schedule0077 .month { width:7.5rem; font-size:1.1rem; color:#000; background: #f9bb00; text-align:center; padding-right: 0.5rem; }
.pop_schedule0077 .month em { font-weight:700; }
.pop_schedule0077 .sche_list { position:relative; width:calc(100% - 7.5rem); height:100%; padding-left: 2rem; vertical-align:middle; }
.pop_schedule0077 .sche_list::after { position: absolute; content: ""; width:calc(100% - 2rem); height: 2px; bottom: 0; left: 2rem; background:#f9bb00;} 
.pop_schedule0077 .sche_list > a { position:absolute; bottom:0; display:block; font-size:1.2rem; color: #222; -webkit-transition:0.15s; transition:0.15s; }
.pop_schedule0077 .sche_list > .prev { left:2rem; }
.pop_schedule0077 .sche_list > .next { right:0; }
.pop_schedule0077 .sche_list ul { position: relative; white-space:nowrap; overflow:hidden; overflow-x:auto; height:4rem; font-size: 0; margin: 0 1.5rem; line-height: 4.5rem;}
.pop_schedule0077 .sche_list li { display:inline-block; }
.pop_schedule0077 .sche_list li span,
.pop_schedule0077 .sche_list li a { display:block; width:1.5rem; height:1.5rem; line-height:1.5rem;font-weight:400; color:#000; font-size:0.8rem; border-radius:50%; margin-right: 0.05rem;}
.pop_schedule0077 .sche_list li .sun { color:#e33d65; }
.pop_schedule0077 .sche_list li .sat { color:#155fbc;}
.pop_schedule0077 .sche_list li .event { background:#f9bb00; color:#000; }
.pop_schedule0077 .sche_list li .today { background:#fff !important; color:#000 !important;}
.pop_schedule0077 .lst { position:relative; z-index:1; }
.pop_schedule0077 .lst ul { overflow-y:auto; height:4.5rem; margin-top:0.75rem; }
.pop_schedule0077 .lst li { width:33.333%; float:left; padding-right:0.5rem; }
.pop_schedule0077 .lst li a { position:relative; display:block; padding-left:4rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height:2.25rem; color: #222; }
.pop_schedule0077 .lst li a > span { position:absolute; left:0; top:calc(50% - 0.875rem); width:3.5rem; height:1.75rem; line-height:1.55rem; font-weight:600; border-radius:1.75rem; background: #fff; color: #111; border:2px solid #f9bb00; font-size: 0.8rem; text-align:center; -webkit-transition:0.15s; transition:0.15s; }
.pop_schedule0077 .btnTy1 { right:auto; top:1rem; left:6.5rem; background: #fff; box-shadow: 0 0 15px rgba(249,187,0,0.3); }
/* 캘린더 : 데이터 없음 */
.pop_schedule0077 .lst .no_data { width:100%; text-align:center; line-height:4.2rem; padding: 0; }
/* 캘린더 active */
.pop_schedule0077 .lst li a:hover,
.pop_schedule0077 .lst li a:focus { text-decoration: underline; }
.pop_schedule0077 .lst li a:hover span,
.pop_schedule0077 .lst li a:focus span {background:#f9bb00;}
.pop_schedule0077 .sche_list > .prev:hover,
.pop_schedule0077 .sche_list > .prev:focus {-webkit-transform:translateX(-5px); transform:translateX(-5px); }
.pop_schedule0077 .sche_list > .next:hover,
.pop_schedule0077 .sche_list > .next:focus {-webkit-transform:translateX(5px); transform:translateX(5px); }
.pop_schedule0077 .sche_list li a:hover,
.pop_schedule0077 .sche_list li a:focus { text-decoration:underline; }

/* 갤러리 */
.gallery0077 { position:relative; height:100%; }
.gallery0077 h2 { margin:0 2.5rem 0 33%; color: #000; }
.gallery0077 .list_box {margin-top:-1.5rem;}
.gallery0077 .list_box ul { display:flex; align-items:flex-end; }
.gallery0077 .list_box li { width:21.08%; margin-left:1.75%; }
.gallery0077 .list_box li:first-child { width:29.1%; margin:0 2.4% 0 0; }
.gallery0077 .list_box li:nth-of-type(n + 5) { display:none; }
.gallery0077 .list_box a { position:relative; display:block; -webkit-transition:all 0.15s; transition:all 0.15s; }
.gallery0077 .list_box a .img { position:relative; width:100%; height:9.25rem; overflow:hidden; background-color:rgba(0,0,0,0.1); text-align: center; display: flex; justify-content: center; align-items: center; }
.gallery0077 .list_box a .img img { position:relative; width:100%; height:auto; transition: all 0.15s; -webkit-transition: all 0.15s;}
.gallery0077 .list_box li:first-child a .img { height:12rem;}
.gallery0077 .list_box li:first-child a .txt { background:#f9bb00; color:#111; height: 3rem; line-height: 3rem; bottom: -1.5rem; box-shadow: 0 0 15px rgba(249,187,0, 0.3);}
.gallery0077 .list_box a .txt { position:absolute; bottom: -1.7rem; left: 0; display:block; width:100%; height:1.75rem; line-height: 2.6rem; margin:-2.5rem 0 0 0; padding:0 1rem; text-align: center; font-size: 0.8rem; color: #000; background: #fff; font-weight:400; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; -webkit-transition:0.15s; transition:0.15s; }
.gallery0077 .list_box a .txt .tit { margin-right: 3rem; overflow: hidden; }
.gallery0077 .list_box a .txt .more { position: absolute; top: 0; right: 0; width:3rem; height: 3rem; background: #d9a300; font-size: 1.2rem; color:#111; }
/* 갤러리 : 데이터 없음 */
.gallery0077 .list_box li.no_data { width:100% !important; line-height:11.5rem; margin:2.5rem 0 0; text-align:center;}
.gallery0077 .btnTy1 em { background: #fff; }
/* 갤러리 active */
.gallery0077 .list_box a:hover .img img,
.gallery0077 .list_box a:focus .img img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.gallery0077 .list_box a:hover .txt,
.gallery0077 .list_box a:focus .txt { text-decoration: underline; }


/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #dbdbdd; 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;}
/** 배너존 : active **/
.banner_zone .btn a:hover,
.banner_zone .btn a:focus{background:#f1f1f1;}

@media (max-width:1360px) { 
	/* 갤러리 */
	.gallery0077 { width:calc(100% - 1.5rem); margin-left: 1.5rem;} 
	
}

@media (max-width:1240px) {
	/* 공지사항 */
	.notice0077 .titTab a{ padding-right:2.5rem;}
	.notice0077 .titTab a:before { width:1rem;}
}

@media (max-width: 1080px) {

	/* 공지사항 */
	.notice0077 .list_box li{ width:45.7%; }
	.notice0077 .list_box li + li { margin-left: 8.4%; }
	.notice0077 .list_box li:nth-child(3) {display:none;}

	/* 팝업존 */
	.pop0077 h2 { margin:0 8rem 1.5rem 0; }

	/* 일정 */
	.pop_schedule0077 .lst li {width:50%;}

	/* 포토갤러리 */
	.gallery0077 h2 { margin-left:38%; }
	.gallery0077 .list_box li {width:30%; margin-left: 1.9%;}
	.gallery0077 .list_box li:first-child{ width:35%;}
	.gallery0077 .list_box li:nth-child(4) {display:none;}

}

@media (max-width: 1024px) {
	/* 비주얼 */
	.MVisual0077 { box-shadow: none; }
	.MVisual0077 .item img { left:auto; width:100%; height:auto; -webkit-transform:none; transform:none;}

	/* 바로가기 */
	.M_link0077 li a { padding:0 0.3rem; }
	.M_link0077 li a .ico { width:2.7rem; height: 2.7rem; }

	/* 일정 */
	.pop_schedule0077 .sche_list { padding-left: 1.5rem; }
	.pop_schedule0077 .sche_list::after { width:calc(100% - 1.5rem); left: 1.5rem; }
	.pop_schedule0077 .sche_list > .prev { left: 1.5rem; }
	.pop_schedule0077 .sche_list li span,
	.pop_schedule0077 .sche_list li a { margin-right: 0.25rem; }

	/* 갤러리 */
	.gallery0077 .list_box li:first-child a .img img { width:100%; height: auto; }
	.gallery0077 .list_box a .img img { width: auto; height: 100%; }

}

@media (max-width: 950px) {
	/* heading */
	.heading {font-size:1rem; }

	/* 공지사항 */
	.notice0077 .titTab a span{font-size:1rem;} 

	/* 바로가기 */
	.M_link0077 ul {flex-wrap:wrap;}
	.M_link0077 li {width:33.333%; flex:inherit; max-width:none; margin: 0.5rem 0;}
	.M_link0077 li:nth-child(4):before {display:none;}
}

@media (max-width: 860px) {
	/* 공지사항 */
	.notice0077 .list_box li { width:48%; }
	.notice0077 .list_box li + li { margin-left: 5%; }

	/* 팝업존 */
	.pop0077 .pop_img{ height:auto; text-align:center; }
    .pop0077 .pop_img .item img { width:auto; height: 100%; }

	/* 식단 */
	.meal_menu0077 { padding:1.5rem; }

	/* 갤러리 */
	.gallery0077 .list_box a .img img { width:100%; height: auto; }

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width:680px) {

	/* 포토갤러리 */
	.gallery0077 h2 { margin-left:53%; }
	.gallery0077 .list_box li {width:47%;}
	.gallery0077 .list_box li:first-child{ width:50%;}
	.gallery0077 .list_box li:nth-child(3) {display:none;}

}

@media (max-width: 560px) {
	/* 메인비주얼 */
	.MVisual0077 .control > a{ width:1.65rem; height:1.65rem; line-height:1.65rem; }

	/* 포토갤러리 */
	.gallery0077 { margin-left: 0; width:100%; }
	.gallery0077 h2{ margin-left:0;}
	.gallery0077 .list_box { margin-top:1rem;}
	.gallery0077 .list_box ul {flex-wrap:wrap; margin:0 -0.5rem}
	.gallery0077 .list_box li {flex:1; margin:0 0.5rem; }
	.gallery0077 .list_box li:first-child a .img img { width:auto; height: 100%; }
	.gallery0077 .list_box li:first-child{ flex:1 1 100%; margin:0 0.5rem 1rem;}
	.gallery0077 .list_box li:nth-child(n+2) {display:none;}
}

@media (max-width: 480px) {
	/* 비주얼 */
	.MVisual0077 .item img { left:-4%; width:140%; }

	/* 공지사항 */
	.notice0077 .titTab { margin:0 2rem 1rem 0;  }
	.notice0077 .titTab a { padding-right: 1rem; }
	.notice0077 .titTab li{ max-width:100%; }
	.notice0077 .titTab li ~ li:before { display: none; }
	.notice0077 .titTab a::after { bottom: 0.6rem; right: 0.35rem; }
	.notice0077 .list_box ul {height:auto; display: block;}
	.notice0077 .list_box li {width:100%;}
	.notice0077 .list_box li + li { margin-top: 0.5rem; margin-left: 0; }
	.notice0077 .list_box li:nth-child(2) a { border-top:none; }
	.notice0077 .list_box li a { padding:1rem 0 1.3rem; }
	.notice0077 .list_box li p.tit { height:auto; -webkit-line-clamp: 1;}
	.notice0077 .list_box li p.txt { margin:0.7rem 0; }
	.notice0077 .list_box li.no_data { height: 17.35rem; }

	/* 팝업존 */
	.pop0077 h2 { margin: 0 8rem 1rem 0;}

	/* 바로가기 */
	.M_link0077 li { width:50%; }
	.M_link0077 li:nth-child(odd):before { display:none;}
	.M_link0077 li:nth-child(4):before { display:block;}

	/* 일정 */
	.pop_schedule0077 .month {position:relative; width:calc(100% - 1rem); text-align: left; padding:0 1.3rem; font-size: 1rem; }
	.pop_schedule0077 .sche_wrap{ display:block; border:none; height:auto; line-height:3rem; }
	.pop_schedule0077 .sche_list { width:100%; padding-left: 0; }
	.pop_schedule0077 .sche_list::after { width:100%; left: 0; }
	.pop_schedule0077 .sche_list > .prev { left:0; }
	.pop_schedule0077 .sche_list > .next { right:0; }
	.pop_schedule0077 .sche_list ul { height: 3rem; line-height: 3.5rem; }
	.pop_schedule0077 .sche_list li span,
	.pop_schedule0077 .sche_list li a { margin-right: 0.75rem; }
	.pop_schedule0077 .lst li {width:100%;}
	.pop_schedule0077 .lst li a { line-height: 2rem; }
	.pop_schedule0077 .lst ul { height:8rem;}
	.pop_schedule0077 .lst .no_data { line-height: 7.2rem; }
	.pop_schedule0077 .btnTy1 { top: 0.5rem; left: auto; right: 0; }

}

@media (max-width:350px) {

	/* 갤러리 */
	.gallery0077 .list_box li:first-child a .img img { width: 100%; height: auto; }

}

@media (max-width:320px) {

	/* 바로가기 */
	.M_link0077 li a { padding: 0 0.1rem; }

	/* 식단 */
	.meal_menu0077 .inner { margin-right:0; }
	.meal_menu0077 .img { display:none; }

}