﻿/*-----------------------------------------------------------
Author : hyerim, Park
Creative date : 2022. 05. 23
-----------------------------------------------------------*/

/* heading */
.heading {display:block; height:1.5rem; font-size:1.1rem; font-weight:700; overflow:hidden;}

/* btnTy */
.btnTy1 {position:absolute; right:0; top:0.3rem; width:0.8rem; height:0.8rem; -webkit-transition:0.25s; transition:0.25s; }
.btnTy1 em {position:absolute; width:0.35rem; height:0.35rem; background:#000; border-radius:2px; -webkit-transition:0.25s; transition:0.25s; }
.btnTy1 em:nth-child(1) { top:0; left:0; }
.btnTy1 em:nth-child(2) { top:0; right:0; }
.btnTy1 em:nth-child(3) { bottom:0; right:0; }
.btnTy1 em:nth-child(4) { bottom:0; left:0; }
.btnTy1:hover,
.btnTy1:focus { -webkit-transform:rotate(45deg); transform:rotate(45deg); }
.btnTy1:hover em,
.btnTy1:focus em {  background:#0090a5; border-radius:50%; }
.btnTy2 {position:absolute; right:1rem; top:1rem; width:2rem; height:2rem; background:#007e91; border-radius:50%; color:#fff; line-height:2rem; text-align:center; font-size:1.3rem; }
.btnTy2 i {position:relative; -webkit-transition:0.2s; transition:0.2s;}
.btnTy2:hover i,
.btnTy2:focus i { -webkit-transform:rotate(90deg); transform:rotate(90deg);}
 
/* 메인비주얼 */
.MVisual0089 { position:relative; height:100%; border-radius:1.75rem; overflow:hidden; }
.MVisual0089 .slider,
.MVisual0089 .slick-list,
.MVisual0089 .slick-track { height:100%; }
.MVisual0089 .item { overflow:hidden; }
.MVisual0089 .item img { position:relative; display:block; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0089 .control { position:absolute; left:1rem; bottom:1rem; z-index:1;   }
.MVisual0089 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgba(0,0,0,.25); color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0089 .control > a.play { display:none; } 
/** 메인비주얼 : active **/
.MVisual0089 .control > a:hover,
.MVisual0089 .control > a:focus {  background:rgba(0,0,0,.7);  }

/* 팝업존 */
.pop0089 { position:relative; width:100%; height:100%; } 
.pop0089 h2 {margin:0 6rem 1rem 0; }
.pop0089 .pop_img { position:relative; width:100%; height:11.2rem; background:#eee; border-radius:1.5rem; z-index:1; overflow:hidden; box-shadow:0 0 15px rgba(0,0,0,0.15); }
.pop0089 .nss_pg {position:absolute; right:0; top:0; }
.pop0089 .nss_pg p {display:inline-block; vertical-align:middle;}
.pop0089 .nss_pg p strong {position:relative; display:inline-block; color:#0090a5; padding-right:0.8rem;}
.pop0089 .nss_pg p strong:before {content:""; position:absolute; top:0.5rem; right:0.3rem; width:0.2rem; height:0.2rem; background:#a0b2b1; border-radius:50%;}
.pop0089 .nss_pg a {display:inline-block; vertical-align:middle; font-size:1.2rem;}
.pop0089 .nss_pg .play { display:none; }
.pop0089 .nss_pg .play,
.pop0089 .nss_pg .stop{font-size:0.9rem;}
.pop0089 .pop_img div,
.pop0089 .pop_img .item {height:100%;}
.pop0089 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0089 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 게시판 */
.notice0089 { position:relative; height:100%; } 
.notice0089 .titTab { margin:0 2rem 1rem 0; font-size:0; overflow:hidden; } 
.notice0089 .titTab li { position:relative; display:inline-block; max-width:33%; vertical-align:top; }
.notice0089 .titTab a {position:relative; display:block; padding-right:3.2rem; } 
.notice0089 .titTab a:before,
.notice0089 .titTab a:after {content:""; position:absolute; background:#00a1b9; border-radius:0.35rem; -webkit-transform:scaleX(0); transform:scaleX(0); -webkit-transform-origin:left; transform-origin:left; -webkit-transition:0.15s; transition:0.15s; }
.notice0089 .titTab a:before {right:1rem; top:0.7rem; width:1.75rem; height:0.15rem;}
.notice0089 .titTab a:after {right:0.5rem; top:0.6rem; width:0.35rem; height:0.35rem; transition-delay:0.15s;}
.notice0089 .titTab a span { display:block; height:1.5rem; font-size:1.1rem; font-weight:400; color:#666; overflow:hidden; } 
.notice0089 .list_box { display:none; } 
.notice0089 .list_box ul {display:flex; height:11.25rem; }
.notice0089 .list_box li {width:32%;}
.notice0089 .list_box li + li {margin-left:2%;}
.notice0089 .list_box li:nth-child(n+4) { display:none; }
.notice0089 .list_box li a { position:relative; display:block; height:100%; padding:1.5rem; border-radius:1.5rem; background:#fff; box-shadow:0 0 10px rgba(0,161,185,0.15); border:2px solid #fff; -webkit-transition:0.2s; transition:0.2s; }  
.notice0089 .list_box li p.tit {font-size:0.9rem; height:2.4rem; line-height:1.2rem; font-weight:600; color:#000; overflow:hidden;}
.notice0089 .list_box li p.txt {font-size:0.8rem; height:2.4rem; line-height:1.2rem; color:#000; overflow:hidden; margin:1rem 0;}
.notice0089 .list_box li span {position:relative; display:block; line-height:1rem; padding-left:1.1rem; color:#8f8f8f; font-size:0.75rem;}
.notice0089 .list_box li a span:before { content:"\ea2c"; position:absolute; left:0; top:0; font-size:0.8rem; font-family:"xeicon"; } 
.notice0089 .list_box li a.new span:before {content:"\e9a8"; color:#00bcd8; font-size:1rem; } 
/** 게시판 : 데이터 없음 **/
.notice0089 .list_box li.no_data { display:flex; width:100%; height:100%; background:#fff; border-radius:1.5rem; box-shadow:0 0 10px rgba(0,161,185,0.15);  justify-content:center; align-items:center; text-align:center; } 
/** 게시판 : active **/
.notice0089 .titTab a:hover span,
.notice0089 .titTab a:focus span,
.notice0089 .titTab a.current span{font-weight:700; color:#00a1b9;} 
.notice0089 .titTab a.current:before,
.notice0089 .titTab a.current:after { -webkit-transform:scaleX(1); transform:scaleX(1);}
.notice0089 .list_box.on { display:block; }
.notice0089 .list_box li a:hover,
.notice0089 .list_box li a:focus { border:2px solid #00bcd8;  box-shadow:0 0 10px rgba(0,161,185,0.5); }

/* 바로가기 */
.M_link0089 { position:relative; height:100%; }
.M_link0089 ul { display:flex; margin:0 -0.5rem;}
.M_link0089 li { position:relative; flex:1; max-width:30%; }
.M_link0089 li + li:before {content:""; position:absolute; left:-0.1rem; top:0; width:0.2rem; height:100%; background:url('/images/schl/template/T0089/main/0089_dot_link.png') no-repeat center; }
.M_link0089 li a { position:relative; display:flex; align-items:center; padding:0 0.5rem; }
.M_link0089 li a .ico { position:relative; display:block; width:3rem; height:3rem; -webkit-transition:0.2s; transition:0.2s; }
.M_link0089 li a .ico img { width:100%; }
.M_link0089 li a span {display:block; width:calc(100% - 3rem); padding:0 0 0 0.5rem; max-height:2.4rem; font-weight:600; line-height:1.2rem; overflow:hidden; }
/** 바로가기 : active **/
.M_link0089 li a:hover .ico,
.M_link0089 li a:focus .ico { -webkit-transform:rotateY(180deg); transform:rotateY(180deg);}
.M_link0089 li a:hover span,
.M_link0089 li a:focus span {color:#00a1b9; font-weight:600;}

/* 식단 */
.meal_menu0089 { position:relative; height:100%; background:#009eb5; border-radius:1.5rem; padding:1.2rem; color:#fff;}   
.meal_menu0089 h2 {margin-right:2rem;}
.meal_menu0089 .inner { position:relative; display:block; margin-right:4rem; padding-right:0.5rem; height:4rem; overflow-y:auto; margin-top:0.5rem; }
.meal_menu0089 .inner li + li { margin-top:1.2rem; }
.meal_menu0089 .inner .no_data { text-align:center; line-height:4rem;} 
.meal_menu0089 .inner dt { position:relative; display:inline-block; font-size:0.9rem; margin-bottom:0.5rem; padding:0 0.4rem; z-index:2; }
.meal_menu0089 .inner dt:before {content:""; position:absolute; left:0; bottom:0; width:100%; height:0.8rem; background:#008ea3; border-radius:0.8rem; z-index:-1; }
.meal_menu0089 .inner dt strong {font-weight:700;}
.meal_menu0089 .img { position:absolute; bottom:1.5rem; right:1rem; font-size:0; }  
/* 식단 : 데이터 없음 */
.meal_menu0089 .inner .no_data { text-align:center; }

/* 캘린더 */
.pop_schedule0089 { position:relative; height:100%; } 
.pop_schedule0089 .sche_wrap { display:flex; width:100%; height:4rem; line-height:4rem; background:#f0f1fc; text-align:center; border-radius:1.5rem; }
.pop_schedule0089 .month { width:7.5rem; font-size:1.1rem; color:#fff; background:url('/images/schl/template/T0089/main/0089_ptrn01.png'); border-radius:1.5rem; text-align:center; } 
.pop_schedule0089 .month em { font-weight:700; }
.pop_schedule0089 .sche_list { position:relative; width:calc(100% - 7.5rem); height:100%; padding:0 2.5rem 0 3rem; vertical-align:middle; }
.pop_schedule0089 .sche_list > a { position:absolute; bottom:0; display:block; font-size:1.2rem; -webkit-transition:0.2s; transition:0.2s; } 
.pop_schedule0089 .sche_list > .prev { left:1rem; } 
.pop_schedule0089 .sche_list > .next { right:1rem; } 
.pop_schedule0089 .sche_list ul { white-space:nowrap; overflow:hidden; overflow-x:auto; height:100%; }
.pop_schedule0089 .sche_list li { display:inline-block; }
.pop_schedule0089 .sche_list li a { display:block; width:1.5rem; height:1.5rem; line-height:1.5rem; margin:.6rem auto 0; font-weight:600; font-size:.75rem; border-radius:50%; }
.pop_schedule0089 .sche_list li a.sun { color:#e33d65; }
.pop_schedule0089 .sche_list li a.sat { color:#004795;}
.pop_schedule0089 .sche_list li a.event { background:#8970eb; color:#fff; }
.pop_schedule0089 .sche_list li a.today { background:#fff; color:#000;}
.pop_schedule0089 .lst { position:relative; z-index:1; } 
.pop_schedule0089 .lst ul { overflow-y:auto; height:5rem; padding-top:0.4rem; }
.pop_schedule0089 .lst li { width:33.333%; float:left; padding:0.25rem 0.5rem 0.25rem 0; }
.pop_schedule0089 .lst li a { position:relative; display:block; padding-left:4rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height:1.75rem; font-weight:600; }
.pop_schedule0089 .lst li a > span { position:absolute; left:0; top:0; width:3.5rem; height:1.75rem; line-height:1.75rem; font-weight:600; border:1px solid #ab96fb; border-radius:1.75rem; color:#8068db; text-align:center; -webkit-transition:0.2s; transition:0.2s; }
.pop_schedule0089 .btnTy2 { right:auto; top:1rem; left:6.5rem; background:#6048be;}
/* 캘린더 : 데이터 없음 */
.pop_schedule0089 .lst .no_data { width:100%; text-align:center; line-height:4rem; background:#eee; border-radius:1rem; }
.pop_schedule0089 .lst li a:hover,
.pop_schedule0089 .lst li a:focus {color:#8068db; font-weight:600;}
.pop_schedule0089 .lst li a:hover span,
.pop_schedule0089 .lst li a:focus span {background:#ab96fb; color:#fff;}
.pop_schedule0089 .sche_list > .prev:hover, 
.pop_schedule0089 .sche_list > .prev:focus {-webkit-transform:translateX(-5px); transform:translateX(-5px); } 
.pop_schedule0089 .sche_list > .next:hover,
.pop_schedule0089 .sche_list > .next:focus {-webkit-transform:translateX(5px); transform:translateX(5px); }

/* 갤러리 */
.gallery0089 { position:relative; height:100%; }  
.gallery0089 h2 { margin:0 2rem 0 33%; }
.gallery0089 .list_box {margin-top:-1.5rem;}
.gallery0089 .list_box ul { display:flex; align-items:baseline; }
.gallery0089 .list_box li { width:21%; margin-left:2%; }
.gallery0089 .list_box li:first-child { width:30%; margin:0 1% 0 0; }
.gallery0089 .list_box li:nth-of-type(n + 5) { display:none; }
.gallery0089 .list_box a { position:relative; display:block; border-radius:1.5rem; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.gallery0089 .list_box a:before {content:""; position:absolute; left:0; bottom:2.5rem; border-left: 0.5rem solid transparent; border-bottom:0.5rem solid #332080; opacity:0; -webkit-transition:0.2s; transition:0.2s;}
.gallery0089 .list_box a .img { position:relative; width:100%; height:10rem; overflow:hidden; background-color:rgba(0,0,0,.1); border-radius:1.5rem; }
.gallery0089 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:auto; height:100%; transition: transform 0.3s; -webkit-transition: transform 0.3s;}  
.gallery0089 .list_box li:first-child a .img { height:12.5rem;}
.gallery0089 .list_box a .txt { position:relative; display:block; width:calc(100% - 1.5rem); line-height:2.5rem; margin:-1.3rem 0 0 0; padding:0 1rem; background:#fff; border-radius:0 2.5rem 2.5rem 2.5rem; font-weight:600; box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 10%); text-overflow:ellipsis; overflow:hidden; white-space:nowrap; -webkit-transition:0.2s; transition:0.2s; }
/* 갤러리 : 데이터 없음 */
.gallery0089 .list_box li.no_data { width:100% !important; line-height:11.5rem; margin:2.5rem 0 0; text-align:center; }
.gallery0089 .list_box li.no_data > p { border-radius:1.5rem; background:rgba(0,0,0,.1); }
.gallery0089 .list_box a:hover:before,
.gallery0089 .list_box a:focus:before {opacity:1; left:-0.5rem; }
.gallery0089 .list_box a:hover .txt,
.gallery0089 .list_box a:focus .txt {background:#8970eb; color:#fff; margin-left:-0.5rem;}

/* 배너존 */
.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;} 
/** 배너존 : active **/
.banner_zone .btn a:hover,
.banner_zone .btn a:focus{background:#f1f1f1;}
  

@media (max-width:1240px) { 
	/* 공지사항 */
	.notice0089 .titTab a{ padding-right:2.5rem;}
	.notice0089 .titTab a:before { width:1rem;}
}
@media (max-width: 1080px) {
	/* heading */
	.heading {font-size:1rem; }
 
	/* 공지사항 */
	.notice0089 .titTab a span{font-size:1rem;}
	.notice0089 .list_box li{ width:49%; }
	.notice0089 .list_box li:nth-child(3) {display:none;}
	
	/* 바로가기 */
	.M_link0089 ul {flex-wrap:wrap;}
	.M_link0089 li {width:33.333%; flex:inherit; max-width:none; }
	.M_link0089 li:nth-child(4):before {display:none;}

	/* 일정 */
	.pop_schedule0089 .lst li {width:50%;} 

	/* 포토갤러리 */
	.gallery0089 h2 { margin-left:38%; }
	.gallery0089 .list_box li {width:30%;}
	.gallery0089 .list_box li:first-child{ width:35%;}
	.gallery0089 .list_box li:nth-child(4) {display:none;}

} 
@media (max-width: 1024px) {
	/* 비주얼 */
	.MVisual0089 .item img { left:auto; width:100%; height:auto; -webkit-transform:none; transform:none;}
}
@media (max-width: 860px) {    
	/* 공지사항 */
	.notice0089 .titTab li{ max-width:100%; }
	.notice0089 .titTab a {padding-right:1rem;}
	.notice0089 .titTab a:before{ display:none;}
	
	/* 팝업존 */
	.pop0089 .pop_img{ height:auto; text-align:center; }
    .pop0089 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}   
@media (max-width:680px) {
	/* btnTy2 */
	.btnTy2 { width:1.5rem; height:1.5rem; line-height:1.5rem; font-size:1rem; }

	/* 포토갤러리 */
	.gallery0089 h2 { margin-left:53%; }
	.gallery0089 .list_box li {width:47%;}
	.gallery0089 .list_box li:first-child{ width:50%;}
	.gallery0089 .list_box li:nth-child(3) {display:none;} 
}
@media (max-width:520px) {  
	/* 비주얼 */
	.MVisual0089 .item img { left:-20%; width:140%; }
	
	/* 공지사항 */
	.notice0089 .list_box ul {height:8rem;}
	.notice0089 .list_box li {width:100%;}
	.notice0089 .list_box li:nth-child(2) {display:none;}
	.notice0089 .list_box li a { padding:1rem; }
	.notice0089 .list_box li p.tit { height:1.2rem;}
	.notice0089 .list_box li p.txt { margin:0.5rem 0; }

	/* 바로가기 */ 
	.M_link0089 li { width:50%; }
	.M_link0089 li:nth-child(odd):before { display:none;}
	.M_link0089 li:nth-child(4):before { display:block;} 

	/* 일정 */
	.pop_schedule0089 .month {position:relative; z-index:2;}
	.pop_schedule0089 .sche_wrap{ display:block; background:none; height:auto; line-height:3rem; }
	.pop_schedule0089 .sche_list { width:100%; background:#f0f1fc; margin-top:-1rem; padding:1rem 3rem 0; border-radius:1.5rem;}
	.pop_schedule0089 .lst li {width:100%;}
	.pop_schedule0089 .btnTy2 {top:0.5rem; z-index:2;}
	.pop_schedule0089 .lst ul { height:7rem;}
	.pop_schedule0089 .lst .no_data {line-height:6rem; }
	  
	/* 포토갤러리 */
	.gallery0089 h2{ margin-left:0;}
	.gallery0089 .list_box { margin-top:1rem;}
	.gallery0089 .list_box ul {flex-wrap:wrap; margin:0 -0.5rem}
	.gallery0089 .list_box li {flex:1; margin:0 0.5rem; }
	.gallery0089 .list_box li:first-child{ flex:1 1 100%; margin:0 0.5rem 1rem;} 
	.gallery0089 .list_box li:first-child a .img { height:10rem; }
} 
@media (max-width:340px) {
	/* 포토갤러리 */
	.gallery0089 .list_box li:nth-child(n+2) {display:none;}
}