﻿/*-----------------------------------------------------------
Author :hyerim, Park
Creative date :2022. 05. 18
-----------------------------------------------------------*/

.btnTy {position:absolute; right:1.5rem; top:1rem;}
.btnTy i { display:block; width:1.8rem; height:1.8rem; text-align:center; line-height:1.8rem; margin-top:0.1rem; background:#42b0fc; border-radius:50%; color:#fff; font-size:1.2rem; -webkit-transition:0.2s; transition:0.2s; }
.btnTy:hover i,
.btnTy:focus i { -webkit-transform:rotate(180deg); transform:rotate(180deg);}

/* 메인비주얼 */
.MVisual0080 { position:relative; height:100%; overflow:hidden; border-radius:1.5rem; }
.MVisual0080 .slider,
.MVisual0080 .slick-list,
.MVisual0080 .slick-track{height:100%; }
.MVisual0080 .item { overflow:hidden; line-height:0; }
.MVisual0080 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0080 .control { position:absolute; left:1rem; bottom:1rem; z-index:1; }
.MVisual0080 .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 .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0080 .control > a.play { display:none; }
/** 메인비주얼 active **/
.MVisual0080 .control > a:hover,
.MVisual0080 .control > a:focus { background:rgba(0,0,0,0.5); }
 
/* 행사일정 */
.pop_schedule0080 { position:relative; height:100%; background:#d3edff; padding:1rem 1.5rem; border-radius:1rem; }     
.pop_schedule0080 h2 {display:block; width:calc(100% - 1rem); height:2rem; border-radius:1rem; line-height:2rem; background:#fff; padding:0 1rem; font-size:0.9rem; text-align:center; font-weight:600; overflow:hidden; text-overflow:ellipsis;}  
.pop_schedule0080 .month { position:relative; display:flex; justify-content:space-between; margin:1rem 0; line-height:1.7rem; }
.pop_schedule0080 .month .date {font-size:0.9rem; font-weight:600; }
.pop_schedule0080 .month .date em { display:inline-block; width:1.7rem; height:1.7rem; background:#fff; border-radius:50%; color:#42b0fc; font-size:1rem; font-weight:600; text-align:center; } 
.pop_schedule0080 .month a i { position:relative; -webkit-transition:0.3s; transition:0.3s;  }
.pop_schedule0080 .lst { height:7rem; overflow-y:auto;}
.pop_schedule0080 .lst li { padding:0.2rem 0; line-height:1.3rem; }
.pop_schedule0080 .lst li a { position:relative; display:block; padding:0 0.5rem 0 4rem; font-weight:600; font-size:0.75rem; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color: #000; -webkit-transition:color 0.15s; transition:color 0.15s; }
.pop_schedule0080 .lst li a span { position:absolute; left:0; top:0; width:3.3rem; line-height:1.2rem; border:1px solid #1fa2fd; border-radius:1.2rem; color:#42b0fc; text-align:center; font-size:0.75rem; font-weight:700; }
.pop_schedule0080 .lst li:nth-child(2n) a span { background:#42b0fc; color:#fff; }
.pop_schedule0080 .lst li.no_data { line-height:5rem; text-align:center; padding:0; font-weight:600; }
/** 행사일정 : active **/
.pop_schedule0080 .lst li a:hover,
.pop_schedule0080 .lst li a:focus { color:#0095ff; }
.pop_schedule0080 .month a.prev:hover i,
.pop_schedule0080 .month a.prev:hover i {color:#0095ff; -webkit-transform:translateX(5px); transform:translateX(5px);}
.pop_schedule0080 .month a.next:hover i,
.pop_schedule0080 .month a.next:hover i {color:#0095ff; -webkit-transform:translateX(-5px); transform:translateX(-5px);}
 
/* 식단 */
.meal_menu0080 { position:relative; height:100%; background:#e6e6f7 url('/images/schl/template/T0080/main/0080_img_meal.png') no-repeat bottom right 1rem; padding:1rem 1.5rem; border-radius:1rem; }     
.meal_menu0080 h2 {display:block; width:calc(100% - 1rem); height:2rem; border-radius:1rem; line-height:2rem; background:#fff; padding:0 1rem; font-size:0.9rem; text-align:center; font-weight:600; overflow:hidden; text-overflow:ellipsis;}  
.meal_menu0080 .inner {position:relative; margin-top:1rem; } 
.meal_menu0080 .inner ul { overflow:hidden; overflow-y:auto; height:4rem;} 
.meal_menu0080 .inner li + li { margin-top:1.2rem; }
.meal_menu0080 .inner .no_data {line-height:3.5rem; font-weight:600; text-align:center;}
.meal_menu0080 .inner dl { position:relative; }
.meal_menu0080 .inner dl dt {position:relative; font-weight:600; color:#6982e5; margin-bottom:0.7rem; }
.meal_menu0080 .inner dl dt em { font-size:0.95rem;}
.meal_menu0080 .inner dl dd { font-size:0.75rem; font-weight:600; color:#000; }   
.meal_menu0080 .btnTy i { background:#6982e5; }  

/* 바로가기 */
.M_link0080 { position:relative; }    
.M_link0080 ul { display:flex; }
.M_link0080 ul li { flex:1; }
.M_link0080 ul li a { display:block; }
.M_link0080 ul li a .img { display:block; width:4.5rem; height:4.5rem; box-shadow:3px 3px 7px rgba(156,156,209,0.35); border-radius:1rem; margin:0 auto 0.7rem; -webkit-transition:0.3s; transition:0.3s; }
.M_link0080 ul li a .img img { width:100%; }
.M_link0080 ul li a p { height:2.4rem; line-height:1.2rem; font-weight:600; font-size:0.9rem; text-align:center; overflow:hidden; color:#000; }
/** 바로가기 : active **/
.M_link0080 ul li a:hover .img,
.M_link0080 ul li a:focus .img { -webkit-transform:translateY(-5px); transform:translateY(-5px); box-shadow:5px 5px 7px rgba(156,156,209,0.5); }
.M_link0080 ul li a:hover p, 
.M_link0080 ul li a:focus p { color:#6982e5; }

/* 게시판 */
.notice0080 { position:relative; padding-top:2rem; }
.notice0080 .titTab { font-size:0; overflow:hidden; padding-bottom:1.5rem; } 
.notice0080 .titTab ul { font-size:0; margin-right:2.5rem; text-align:center; }
.notice0080 .titTab ul li {position: relative; display:inline-block; max-width:30%; margin:0 0.5%;  }  
.notice0080 .titTab ul li a {position:relative; display:block; padding:0 1rem; border:1px solid #4b84fe; background:#fff; border-radius:2.25rem; overflow:hidden; box-shadow:3px 3px 7px rgba(142,142,169,0.33); } 
.notice0080 .titTab ul li a:before { content:""; position:absolute; left:0; top:0; width:0; height:100%; background:#4b84fe; -webkit-transition:width 0.3s; transition:width 0.3s; }
.notice0080 .titTab ul li a span { position:relative; display:block; height:2.25rem; line-height:2.25rem; font-size:0.9rem; color:#4b84fe; font-weight:600; overflow:hidden; text-overflow:ellipsis; } 
.notice0080 .list_box { display:none; justify-content:space-between; background:#fff; padding:1rem 2rem 0.5rem; border-radius:1.5rem 1.5rem 0 0; overflow:hidden; } 
.notice0080 .list_box .topList {position: relative; display:block; width:48%; float:left; } 
.notice0080 .list_box .topList + .topList { float:right; }
.notice0080 .list_box .topList dl { padding:0.5rem 0 1rem 4.5rem; background:url('/images/schl/template/T0080/main/0080_ico_noti.png') no-repeat left 1rem center; font-weight:600; border-bottom:2px dotted #d2cfce; }
.notice0080 .list_box .topList dl.no_data { width:208%; }
.notice0080 .list_box .topList dl dt { position:relative; font-size:0.85rem; color:#111; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.notice0080 .list_box .topList dl.new dt { padding-left:1.5rem;}
.notice0080 .list_box .topList dl.new dt:before { content:"N"; position:absolute; left:0; top:0; width:1.1rem; height:1.1rem; border-radius:50%; font-size:0.7rem; color:#fff; line-height:1.1rem; text-align:center; background:#42b1f9; }
.notice0080 .list_box .topList dl dd { font-size:0.75rem; color:#666; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.notice0080 .list_box ul { width:100%; height:5rem; padding:0.5rem 1rem 0; float:left; }
.notice0080 .list_box ul li { width:48%; float:left; }
.notice0080 .list_box ul li:nth-child(even) { float:right; }
.notice0080 .list_box ul li:not(.no_data) {padding:0.2rem 0;}
.notice0080 .list_box ul li:nth-child(n+7) { display:none; }
.notice0080 .list_box ul li a { position:relative; display:block; padding:0 5rem 0 0.5rem; line-height:1rem; font-weight:400; font-size:0.75rem; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; color:#000;}
.notice0080 .list_box ul li a:before { content:""; position:absolute; left:0; top:0.5rem; width:0.15rem; height:0.15rem; background:#666; }
.notice0080 .list_box ul li a span {position:absolute; right:0; top:0; font-size:0.65rem; }  
.notice0080 .list_box ul li a.new {padding-left:1.8rem;}
.notice0080 .list_box ul li a.new:after {content:"N"; position:absolute; left:0.5rem; top:0; width:1rem; height:1rem; border-radius:50%; font-size:0.6rem; color:#fff; line-height:1rem; text-align:center; background:#42b1f9; vertical-align:middle;}
.notice0080 .btn_more { right:0; top:2rem;}
/** 게시판 active **/  
.notice0080 .list_box .topList:hover dl dt,
.notice0080 .list_box .topList:focus dl dt { color:#4b84fe; } 
.notice0080 .titTab ul li a.current:before,
.notice0080 .titTab ul li a:hover:before,
.notice0080 .titTab ul li a:focus:before { width:100%; }
.notice0080 .titTab ul li a.current span,
.notice0080 .titTab ul li a:hover span,
.notice0080 .titTab ul li a:focus span {color:#fff;}  
.notice0080 .list_box ul li a:hover,
.notice0080 .list_box ul li a:focus { color:#4b84fe; }
/** 게시판 : 데이터 없음 **/ 
.notice0080 .list_box li.no_data { width:100%; line-height:5rem; text-align:center; font-weight:600;}
/** 게시판 :action **/  
.notice0080 .list_box.on { display:block; }
.notice0080 a  { -webkit-transition:all .15s; transition:all .15s; } 

/* 갤러리 */
.gallery0080 { position:relative; height:100%; } 
.gallery0080 h2 { position:relative; display:block; height:1.5rem; margin:0 1.5rem 0.5rem 0; font-weight:600; font-size:0.9rem; overflow:hidden; text-overflow:ellipsis; } 
.gallery0080 ul { position:relative; display:flex; margin:0 -0.5rem; }
.gallery0080 ul li { width:33.333%; padding:0 0.5rem;}
.gallery0080 ul li:nth-child(n+4) { display:none; } 
.gallery0080 ul li a { position:relative; display:block; border-radius:1rem; overflow:hidden; }  
.gallery0080 ul li a:after {content:"\e9c5"; position:absolute; right:1rem; bottom:1.8rem; width:1.8rem; height:1.8rem; background:#4b84fe; border:1px solid #fff; border-radius:50%; font-family:"xeicon"; color:#fff; font-size:1rem; text-align:center; line-height:1.8rem; opacity:0; -webkit-transition:0.2s; transition:0.2s;}
.gallery0080 ul li a:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; border:2px solid #6982e5; border-radius:1rem; opacity:0; z-index:2; -webkit-transition:0.2s; transition:0.2s;}
.gallery0080 ul li a .img { position:relative; height:8.75rem; overflow:hidden; background:#eee; }
.gallery0080 ul li a .img img {position: absolute; top: 50%; left: 50%; width: 100%; height: auto; transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.gallery0080 ul li a p { padding:0 1rem; line-height:2.5rem; font-size:0.75rem; color:#666; font-weight:600; border:1px solid #d2cdc8; border-radius:0 0 1rem 1rem; border-top:none; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; } 
.gallery0080 .list_box li.no_data{ width:100%; height:11.25rem; display:flex; align-items:center; justify-content:center; padding:2rem 0; font-size:.9rem; background:rgba(0,0,0,0.05); border-radius:1.5rem; margin:0 0.5rem; }  
.gallery0080 .btn_more { position:absolute; right:0; top:0; font-size:1.3rem; -webkit-transition:0.2s; transition:0.2s; }
/** 갤러리 active **/
.gallery0080 .list_box a:hover .img img,
.gallery0080 .list_box a:focus .img img {transform: translate(-50%, -50%) scale(1.1); -webkit-transform: translate(-50%, -50%) scale(1.1);}
.gallery0080 ul li a:hover,
.gallery0080 ul li a:focus { box-shadow:3px 3px 7px rgba(156,156,209,0.35);}
.gallery0080 ul li a:hover:before,
.gallery0080 ul li a:focus:before,
.gallery0080 ul li a:hover:after,
.gallery0080 ul li a:focus:after {opacity:1; } 
.gallery0080 .btn_more:hover,
.gallery0080 .btn_more:focus { -webkit-transform:rotate(180deg); transform:rotate(180deg);}

/* 팝업존 */
.pop0080 { position:relative; width:100%; height:100%; }
.pop0080 .tit_wrap { position:relative; width:100%; z-index:1; } 
.pop0080 h2 { position:relative; display:block; height:1.5rem; margin:0 7rem 0.5rem 0; font-weight:600; font-size:0.9rem; overflow:hidden; text-overflow:ellipsis; } 
.pop0080 .nss_pg { position:absolute; top:0; right:0; font-size:0;}   
.pop0080 .page {display:inline-block; font-size:0.8rem; vertical-align:middle; font-weight: 600; margin-right: 1rem;}
.pop0080 .page strong { position:relative; color:#4b84fe; padding-right:1rem;}
.pop0080 .page strong:before { content:""; position:absolute; right:0.5rem; top:0.4rem; width:2px; height:0.3rem; background:#b9b7b7; -webkit-transform:rotate(45deg); transform:rotate(45deg);} 
.pop0080 .nss_pg a { position:relative; display:inline-block; width:1.3rem; height:1.3rem; background:#f5f7fd; border-radius:50%; color:#4b84fe; vertical-align:middle; text-align:center; font-size:1rem; margin-left:0.2rem; -webkit-transition:all .15s; transition:all .15s;}    
.pop0080 .nss_pg .stop { background:#fff; }
.pop0080 .nss_pg .play { display:none; background:#fff; }
.pop0080 .pop_img { position:relative; height:11.25rem; overflow: hidden; border-radius:1rem; background:#eee;}
.pop0080 .pop_img div,
.pop0080 .pop_img .item {height:100%;}
.pop0080 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0080 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
.pop0080 .nss_pg a:hover,
.pop0080 .nss_pg a:focus { background:#4b84fe; color:#fff; }

/* 배너존 */
.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){
	/* 팝업존 */
	.pop0080 .pop_img .item img {width:auto; height:100%;}
}
    
@media (max-width: 1024px) { 
	/* 메인비주얼 */ 
	.MVisual0080 .item img { left:auto; width:100%; height:auto; -webkit-transform:none; transform:none; } 

	/* 행사일정 */
	.pop_schedule0080 .month {margin-bottom:0.5rem; }
	.pop_schedule0080 .lst { height:3.5rem; }
	.pop_schedule0080 .lst li.no_data { line-height:3.5rem; }

	/* 바로가기 */
	.M_link0080 ul li a .img {width:4rem; height:4rem;}

	/* 포토갤러리 */
	.gallery0080 ul li {width:50%; }
	.gallery0080 ul li:nth-child(3) { display:none;} 

}
@media (max-width: 860px) {  
	/* 바로가기 */
	.M_link0080 ul {flex-wrap:wrap;}
	.M_link0080 ul li {flex:inherit; width:25%; margin-bottom:0.3rem; }

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}  
@media (max-width:768px) { 
	/* 포토갤러리 */
	.gallery0080 ul li {width:100%; }
	.gallery0080 ul li:nth-child(2) { display:none;} 

	/* 공지사항 */
	.notice0080 .titTab {padding-bottom:0.5rem; }
	.notice0080 .titTab ul li {max-width:100%; margin-bottom:0.5rem;}
	.notice0080 .list_box {padding:0 1rem 0.5rem;} 
	.notice0080 .list_box .topList { width:100%; } 
	.notice0080 .list_box .topList dl { background:none; padding:1rem 0; }
	.notice0080 .list_box ul {padding:0.5rem 0;}
	.notice0080 .list_box ul li { width:100%; }
	.notice0080 .list_box ul li:nth-child(n+4) { display:none;}
	.notice0080 .list_box .topList dl.no_data { width:100%; text-align:center; } 
} 
@media (max-width:640px) {   
	/* 포토갤러리 */
	.gallery0080 ul li {width:50%; }
	.gallery0080 ul li:nth-child(2) { display:block;} 

	/* 팝업존 */
    .pop0080 .pop_img{ height:auto; }
    .pop0080 .pop_img .item img { top:auto; left:auto; max-height:15rem;}
} 
@media (max-width:380px) {
	/* 바로가기 */ 
	.M_link0080 ul li { width:33.333%; }
	.M_link0080 ul li a .img { width:3.6rem; height:3.6rem;}
   
	/* 포토갤러리 */
	.gallery0080 ul li {width:100%; }
	.gallery0080 ul li:nth-child(2) { display:none;}  
}