﻿/*-----------------------------------------------------------
Author :hyerim, Park
Creative date :2022. 03. 22
-----------------------------------------------------------*/

/* common */
h2.title { font-size:1rem; font-weight:600; margin-right:1.5rem; color:#222; overflow:hidden; white-space:nowrap; }
.btnTy { position:absolute; right:0; top:0; font-size:1.6rem; font-weight:400; line-height:1; z-index:2; -webkit-transition:0.3s; transition:0.3s; }
.btnTy:hover,
.btnTy:focus { -webkit-transform:rotate(180deg); transform:rotate(180deg);}
/* 메인비주얼 */
.MVisual0048 { position:relative; overflow:hidden; height:100%; border:5px solid #fff; box-shadow:0 0 5px rgba(0,0,0,0.05); }
.MVisual0048 .item { overflow:hidden; line-height:0; }
.MVisual0048 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0048 .control { position:absolute; left:1rem; bottom:1.3rem; z-index:1; }
.MVisual0048 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(17, 50, 30, 0.5); color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0048 .control > a.play { display:none; }
/** 메인비주얼 : active **/
.MVisual0048 .control > a:hover,
.MVisual0048 .control > a:focus{ background:rgb(60, 85, 102, 0.9);}

/* 게시판 */
.notice0048 {position:relative; overflow:hidden; height:100%;}  
.notice0048 .titTab ul { font-size:0; margin-right:1.5rem; }
.notice0048 .titTab ul li{ position:relative; display:inline-block; max-width:calc(33% - 0.5rem); font-size:1rem; font-weight:600; vertical-align:top; }    
.notice0048 .titTab ul li:not(:last-child) { margin-right:0.5rem;}
.notice0048 .titTab ul li a { display:block; height:2.4rem; border:1px solid #a3a2a8; color:#656b77; text-align:center; line-height:2.4rem; padding:0 1rem; overflow:hidden; text-overflow:ellipsis; font-weight:400;}
.notice0048 .list_box { display:none; }  
.notice0048 .list_box ul li { width:50%; float:left; }
.notice0048 .list_box ul li:nth-child(-n+2) { border-bottom:1px dotted #ccc; }
.notice0048 .list_box ul li:nth-child(n+5) { display:none;}
.notice0048 .list_box ul li a { position:relative; display:block; padding:1rem 0.5rem 1rem 0.9rem; }
.notice0048 .list_box ul li a:after { content:""; position:absolute; left:0; top:1.5rem; width:0.3rem; height:0.3rem; background:#2fc8fd; border-radius:50%; }
.notice0048 .list_box ul li a p { display:block; height:2.8rem; line-height:1.4rem; font-size:0.9rem; margin-bottom:0.5rem; font-weight:600; overflow:hidden; }
.notice0048 .list_box ul li a span{ color: #80807e;}  
.notice0048 .list_box ul li a.new p:before {content:"N"; display:inline-block; width:1.2rem; height:1.2rem; background:#ff63c9; border-radius:50%; color:#fff; font-size:0.7rem; text-align:center; margin-right:0.2rem; line-height:1.2rem; vertical-align:middle; }
.notice0048 .list_box.on { display: block; } 
/** 게시판 :데이터 없음 **/ 
.notice0048 .list_box li.no_data { width:100%; text-align:center; line-height:10rem; font-weight:600; border-bottom:none !important; } 
/** 게시판 : active **/ 
.notice0048 a,
.notice0048 .list_box ul li a:before {  -webkit-transition:0.3s; transition:0.3s;}
.notice0048 .titTab ul li a.current { background:#2fc8fd; border-color:#2fc8fd; color:#fff; font-weight:600; }
.notice0048 .titTab ul li a:not(.current):hover, 
.notice0048 .titTab ul li a:not(.current):focus { color:#2fc8fd; border-color:#2fc8fd; }     
.notice0048 .list_box ul li a:hover:before,
.notice0048 .list_box ul li a:focus:before { background:#ff63c9;}  
.notice0048 .list_box ul li a:hover,
.notice0048 .list_box ul li a:focus { color:#ff63c9;}

/* 팝업존 */
.pop0048 { position:relative; width:100%; height:100%; overflow:hidden; }  
.pop0048:before { content:""; position:absolute; left:1.5rem; bottom:0; width:calc(100% - 1.5rem); height:calc(100% - 2rem); background:linear-gradient(to bottom,#fee1f2, #a0dbff); }
.pop0048 h2.title { margin:0 7rem 2rem 0; padding-left:1.5rem; }
.pop0048 .nss_pg { position:absolute; right:0; top:0;}  
.pop0048 .page { display:inline-block; vertical-align:middle; font-size:0.75rem; font-weight:600; letter-spacing:2px; color:#ffa3e8; margin-right:0.5rem; }
.pop0048 .page strong { position:relative; color:#138ddc; padding-right:1.5rem; font-weight: 700; } 
.pop0048 .page strong:before { content:""; position:absolute; top:50%; right:0.5rem; width:0.6rem; height:1px; background:#000;}
.pop0048 .nss_pg a { display:inline-block; width:0.9rem; height:0.8rem; font-size:0.7rem; vertical-align:middle; background:no-repeat center / cover; -webkit-transition:0.3s; transition:0.3s; } 
.pop0048 .nss_pg .prev { background-image:url('/images/schl/template/T0048/main/0048_prev.png'); }
.pop0048 .nss_pg .next { background-image:url('/images/schl/template/T0048/main/0048_next.png'); }
.pop0048 .nss_pg .stop { background-image:url('/images/schl/template/T0048/main/0048_stop.png'); font-size:1rem; } 
.pop0048 .nss_pg .play { background-image:url('/images/schl/template/T0048/main/0048_play.png'); font-size:1rem; display:none; }
.pop0048 .pop_img { position:relative; width:calc(100% - 1.5rem); height:11.25rem; overflow: hidden; background:rgba(255,255,255,0.5); }
.pop0048 .pop_img div,
.pop0048 .pop_img .item {height:100%;}
.pop0048 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0048 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 식단 */
.meal_menu0048 { position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; border:1px solid #c3e8ff; background:#fff; padding-right:4rem; }   
.meal_menu0048 .title { width:7rem; text-align:center; margin-right:0; }
.meal_menu0048 .img { width:3.75rem; } 
.meal_menu0048 .img img { max-width:100%; max-height:100%; }
.meal_menu0048 .inner { position:relative; width:calc(100% - 12rem); }
.meal_menu0048 .inner ul { overflow:hidden; overflow-y:auto; height:2rem; background:#fff; } 
.meal_menu0048 .inner li + li { margin-top:1rem;}
.meal_menu0048 .inner .no_data { text-align:center; line-height:2rem; font-weight:600; } 
.meal_menu0048 .inner dl { position:relative; display:flex; align-items:start; justify-content:space-between; height:auto; color:#000; } 
.meal_menu0048 .inner dl dt { color:#fff; font-size:0.9rem; width:7.35rem; line-height:2rem; background:#36c7fc; border-radius:1rem; text-align:center; font-weight:600; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.meal_menu0048 .inner dl dd { width:calc(100% - 8.5rem); font-size:0.8rem; line-height:1rem; font-weight:600; color:#4d4d4d; }  
.meal_menu0048 .btn_more { right:1rem; top:1.5rem;}

/* 캘린더 */  
.pop_schedule0048 {height:100%; } 
.pop_schedule0048 h2 {margin-bottom:0.6rem; } 
.pop_schedule0048 .sche_wrap { position:relative; width:13rem; height:100%; padding:2rem 1rem 0; background:#fee1f2; float:left; }
.pop_schedule0048 .month {position:absolute; display:flex; justify-content:space-between; align-items: center; left:50%; top:-1rem; width:80%; max-width:8.75rem; height:2rem; -webkit-transform:translateX(-50%); transform:translateX(-50%); background:linear-gradient(to right, #ffa5da, #24caff); box-shadow:5px 5px 5px rgba(0,0,0,0.1); color:#fff; text-align:center; font-size:0.9rem; font-weight:700; }
.pop_schedule0048 .month a { position:relative; display:block; width:1.4rem; height:0.75rem; background:no-repeat center / cover; } 
.pop_schedule0048 .month a.prev { left:-0.7rem; background-image:url('/images/schl/template/T0048/main/0048_prev2.png');}
.pop_schedule0048 .month a.next { right:-0.7rem; background-image:url('/images/schl/template/T0048/main/0048_next2.png');}
.pop_schedule0048 .sche_table table { font-family:"SCDream"; text-align:center; height:9.1rem; } 
.pop_schedule0048 .sche_table table tbody tr:first-child td { padding-top:0.5rem;}
.pop_schedule0048 .sche_table table tbody td { padding:0.1rem 0.1rem 0; color:#000; font-size:.75rem; line-height: 1.1rem; text-align:center; } 
.pop_schedule0048 .sche_table table tbody td a { position:relative; display: block; width:1rem; height:1rem; border-radius:50%; margin: auto; }
.pop_schedule0048 .sche_table table tbody td a.event { background:#fff; color:#ff63c9;}
.pop_schedule0048 .sche_table table tbody td a.today { background:#4a80e2; color:#fff;}
.pop_schedule0048 .sche_table table .sun { color:#ff5656;}
.pop_schedule0048 .sche_table table .sat { color:#00a0e9;}
.pop_schedule0048 .lst { position:relative; width:calc(100% - 13rem); height:100%; background:url('/images/schl/template/T0048/main/0048_ptrn.png'); float:right; padding:2.5rem 1rem 0.5rem; z-index:1; }
.pop_schedule0048 .lst ul { overflow-y:auto; height:100%; }
.pop_schedule0048 .lst .no_data { padding-top:2.5rem; text-align:center; font-weight:600; }
.pop_schedule0048 .lst li a { position:relative; padding-left:3.4rem; display:block; line-height:1.3rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight:400; color:#000; -webkit-transition:color 0.3s; transition:color 0.3s; }
.pop_schedule0048 .lst li ~ li { margin-top:0.5rem; }
.pop_schedule0048 .lst li a span { position:absolute; left:0; top:0; width:2.75rem; height: 1.3rem; line-height:1.3rem; text-align:center; color:#fff; font-size:0.8rem; font-weight:600; background:#4a80e2; }  
.pop_schedule0048 .btn_more { right:0.5rem; top:0.5rem;} 
.pop_schedule0048 .lst li a:hover,
.pop_schedule0048 .lst li a:focus { color:#4a80e2; }
.pop_schedule0048 .sche_table table tbody td a:hover,
.pop_schedule0048 .sche_table table tbody td a:focus { text-decoration:underline;}

/* 바로가기1 */
.M_link0048 {height:100%; padding:1rem; background:#daf1ff;}   
.M_link0048 ul { display:flex; }
.M_link0048 ul li { flex:1; } 
.M_link0048 ul li a { position:relative; display:flex; height:3.5rem; align-items:center; overflow:hidden; }
.M_link0048 ul li a .img { width:3.5rem; height:3.5rem; border-radius:50%; background:#fff; -webkit-transition:transform 0.3s; transition:transform 0.3s; }
.M_link0048 ul li a .img img { width:100%; }
.M_link0048 ul li a p { width:calc(100% - 3.1rem); padding:0 0.5rem; line-height:1rem; color:#3c3c3c; font-weight:600; -webkit-transition:color 0.3s; transition:color 0.3s; }
/** 바로가기1 : active **/
.M_link0048 ul li a:hover .img,
.M_link0048 ul li a:focus .img{ -webkit-transform:rotateY(180deg); transform:rotateY(180deg); }
.M_link0048 ul li a:hover p,
.M_link0048 ul li a:focus p{ color:#4a80e2; }

/* 갤러리 */
.gallery0048 { position:relative; height:100%; overflow:hidden; } 
.gallery0048 h2 { margin-bottom:1rem; } 
.gallery0048 .list_box ul { overflow:hidden;  }
.gallery0048 .list_box ul li { width:48%; float:left; } 
.gallery0048 .list_box ul li.no_data{ width:100%; height:16.4rem; display:flex; align-items:center; justify-content:center; padding:2rem 0; font-size:.9rem; background:#fff;}
.gallery0048 .list_box ul li:nth-child(n+3) { display:none;}
.gallery0048 .list_box ul li + li { margin-left:4%;}
.gallery0048 .list_box ul li a { display:block; background:#fff; }
.gallery0048 .list_box ul li a .img { position:relative; height:12rem; overflow:hidden; } 
.gallery0048 .list_box ul li a .img img { position:relative; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); width:auto; height:100%; -webkit-transition:transform 0.3s; transition:transform 0.3s; }
.gallery0048 .list_box ul li p { font-size:0.85rem; color:#333; font-weight:600; padding:0.75rem 1rem 0.3rem; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; -webkit-transition:color 0.3s; transition:color 0.3s; }
.gallery0048 .list_box ul li .date { display:block; color:#808080; padding:0 1rem 1rem; } 
/** 갤러리 : active **/
.gallery0048 .list_box ul li a:hover p,
.gallery0048 .list_box ul li a:focus p {color:#4a80e2;}
.gallery0048 .list_box ul li a:hover .img img,
.gallery0048 .list_box ul li a:focus .img img  { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1);}
 

/* 배너존 */
.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;}
 
@media (max-width:1240px) {     
	/* 비주얼 */
	.MVisual0048 .item img { width:100%; height:auto; -webkit-transform:none; transform:none; left:0; }
	.MVisual0048 .control { bottom:0.5rem;}

	/* 팝업존 */
	.pop0048 .pop_img .item img {width:auto; height:100%;}
    
	/* 바로가기 */
	.M_link0048 { padding:1rem 0;}
	.M_link0048:before { width:100%;}
	.M_link0048 ul { display:flex; height:auto; padding:0 1rem; }
	.M_link0048 ul li { flex:1; }
	.M_link0048 ul li + li { margin-top:0;}

	/* 포토갤러리 */
	.gallery0048 .list_box ul li { width:100%; }
	.gallery0048 .list_box ul li:nth-child(2) { display:none; }

}    
@media (max-width:860px) {
	/* 공지사항 */
	.notice0048 .titTab ul li { max-width:100%; margin-bottom:0.3rem; }

	/* 팝업존*/ 
	.pop0048 { padding-left:0;}
	.pop0048:before { width:100%; left:0; }
	.pop0048 h2.title { padding-left: 0; }
    .pop0048 .pop_img{ width: 90%; height:auto; text-align:center; margin: auto; }
    .pop0048 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}
	
	/* 갤러리 */
	.gallery0048 .list_box ul li { width:48%; }
	.gallery0048 .list_box ul li:nth-child(2) { display:block;}

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}  
@media (max-width:768px) {
	/* common */ 
	.btnTy { font-size:1.2rem; }

	/* 공지사항 */
	.notice0048 .btnTy { top:0.6rem; }


	/* 식단 */
	.meal_menu0048 { display:block; padding:1rem 5rem 1rem 1rem }
	.meal_menu0048 .title { text-align:left; margin-bottom:0.5rem;}
	.meal_menu0048 .inner { width:100%; }
	.meal_menu0048 .inner ul { height:6rem; }
	.meal_menu0048 .inner dl { display:block; }
	.meal_menu0048 .inner dl dt { margin-bottom:0.5rem; }
	.meal_menu0048 .inner dl dd { width:100%; line-height:1.6;}
	.meal_menu0048 .img { position:absolute; right:1rem; bottom:1rem; }
	.meal_menu0048 .btn_more { top:1rem; }

}
@media (max-width:580px) {  
	/* 학사일정 */
	.pop_schedule0048 .sche_wrap { width:100%; float:none; padding-bottom:1rem; }
	.pop_schedule0048 .lst { width:100%; float:none; height:7rem; padding:1rem 2.5rem 1rem 1rem; }
	.pop_schedule0048 .btn_more { top:13rem; }

	/* 바로가기 */
	.M_link0048 { padding:1rem 0 0.5rem;}
	.M_link0048 ul { flex-wrap:wrap; padding:0;}
	.M_link0048 ul li { flex:inherit; width:33%; margin-bottom:0.5rem; }
	.M_link0048 ul li a { display:block; height:auto; }
	.M_link0048 ul li a .img { display:block; margin:0 auto 0.5rem; }
	.M_link0048 ul li a p { width:100%; text-align:center; }

	/* 	갤러리 */
	.gallery0048 .list_box ul li a .img { height:9rem; }
	.gallery0048 .list_box ul li.no_data{ height:auto; }

}
@media (max-width:380px) {   
	/* 공지사항 */
	.notice0048 .titTab ul li { font-size:0.95rem;}
	.notice0048 .titTab ul li a { height:2rem; line-height:2rem; padding:0 0.5rem; }
	.notice0048 .list_box ul li { width:100%; }
	.notice0048 .list_box ul li:nth-child(n+3) { display:none; }
	.notice0048 .list_box ul li:nth-child(2) { border-bottom:none; } 

	/* 갤러리 */
	.gallery0048 .list_box ul li { width:100%; }
	.gallery0048 .list_box ul li:nth-child(2) { display:none; }   
}
@media (max-width:320px) { 
	/* 식단 */
	.meal_menu0048 { padding:1rem; }
	.meal_menu0048 .img { display:none; }

}