﻿/*-----------------------------------------------------------
Author :hyerim, Park
Creative date :2022. 05. 31
-----------------------------------------------------------*/
 
/* btnTy */
.btnTy { position:absolute; right:0; top:0; width:2.5rem; height:1.75rem; background:url('/images/schl/template/T0104/main/0104_btn_more.png') no-repeat left center; -webkit-transition:0.2s; transition:0.2s; } 
.btnTy:before {content:""; position:absolute; right:0; top:0; width:1.75rem; height:1.75rem; background:#d1d1d1; border-radius:50%; z-index:-1; -webkit-transition:0.2s; transition:0.2s; }
.btnTy:hover,
.btnTy:focus { background-position:0.5rem center; }
.btnTy:hover:before,
.btnTy:focus:before { background:#f56376; }

 
/* 메인비주얼 */
.MVisual0104 {position:relative; height:100%;}
.MVisual0104 .slider {overflow:hidden;}
.MVisual0104 .slider,
.MVisual0104 .slick-list,
.MVisual0104 .slick-track{height:100%; }
.MVisual0104 .item { position:relative; overflow:hidden; line-height:0; }
.MVisual0104 .item img { position:relative; width:auto; height:100%; left:50%; top:0; transform:translate(-50%, 0); -webkit-transform:translate(-50%, 0); -ms-transform:translate(-50%, 0); }
.MVisual0104 .control { position:absolute; right:calc(50% - 600px); bottom:0; z-index:1; }
.MVisual0104 .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; }
.MVisual0104 .control > a.play { display:none; }
/** 메인비주얼 active **/
.MVisual0104 .control > a:hover,
.MVisual0104 .control > a:focus { background:rgba(0,0,0,0.5); }
 
/* 갤러리 */
.gallery0104 { position:relative; display:flex; justify-content:space-between; height:100%; }     
.gallery0104 .titleWrap { width:14rem; height:9.5rem; background:#f56376; padding:2rem; color:#fff; }
.gallery0104 .titleWrap h2 { height:1.5rem; font-size:1.1rem; font-weight:700; margin-bottom:1.25rem; overflow:hidden;}
.gallery0104 .titleWrap p { line-height:1rem; max-height:3rem; overflow:hidden;}
.gallery0104 .list_box { width:calc(100% - 15.5rem); }
.gallery0104 ul { display:flex; flex-wrap:wrap; margin-top:2.5rem;}
.gallery0104 ul li { width:33.333%; padding-left:1.5rem; }
.gallery0104 ul li:nth-child(n+4) { display:none; } 
.gallery0104 ul li a { display:block; -webkit-transition:0.15s; transition:0.15s;}
.gallery0104 ul li a .img { position:relative; height:10.25rem; overflow:hidden; background:rgba(0,0,0,0.1); }
.gallery0104 ul li a .img img { position:relative; left:50%; top:50%; display:block; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:0.2s; transition:0.2s; }
.gallery0104 ul li a p { font-size:0.9rem; font-weight:600; text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; padding:1.5rem 0; }
.gallery0104 .list_box li.no_data{ display:flex; width:100%; height:13rem; align-items:center; justify-content:center; margin-left:1.5rem; padding:2rem 0; font-size:.9rem; font-weight:600; background:rgba(0,0,0,0.05); }   
.gallery0104 .btn_more { position:absolute; left:12.5rem; top:1rem; width:3rem; height:3rem; background:#135887; border-radius:50%; text-align:center; line-height:3rem; color:#fff; font-size:1.7rem; -webkit-transition:0.2s; transition:0.2s; }
/** 갤러리 active **/ 
.gallery0104 ul li a:hover .img > img,
.gallery0104 ul li a:focus .img > img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); } 
.gallery0104 .btn_more:hover,
.gallery0104 .btn_more:focus { -webkit-transform:rotate(90deg); transform:rotate(90deg);}

/* 게시판 */
.notice0104 { position:relative; overflow:hidden; } 
.notice0104 .titTab ul { display:flex; padding-right:3rem; flex-wrap:wrap; margin-left:-1rem; border-bottom:2px solid #e5e5e5; }
.notice0104 .titTab ul li {position:relative; max-width:33%; padding-bottom:1rem; }
.notice0104 .titTab ul li + li:before {content:""; position:absolute; left:-0.15rem; top:0.7rem; width:0.3rem; height:0.3rem; border-radius:50%; background:#ccc; }
.notice0104 .titTab ul li a {position:relative; display:block; color:#000; }
.notice0104 .titTab ul li a span { display:block; height:1.5rem; padding:0 1rem; font-size:1.1rem; overflow:hidden;}
.notice0104 .titTab ul li a:before {content:""; position:absolute; left:50%; bottom:-2rem; width:0.8rem; height:0.8rem; background:#f5596e; border-radius:50%; -webkit-transform:translateX(-50%); transform:translateX(-50%); opacity:0; -webkit-transition:0.2s; transition:0.2s;} 
.notice0104 .list_box {display:none;} 
.notice0104 .list_box ul { height:22.4rem; }
.notice0104 .list_box ul li a { position:relative; display:block; height:5.6rem; border-bottom:1px solid #e5e5e5; padding:1.5rem 0 1.5rem 5rem; }
.notice0104 .list_box ul li a:before {content:""; position:absolute; left:0; bottom:-1px; width:0; height:2px; background:#f5596e; -webkit-transition:0.2s; transition:0.2s; }
.notice0104 .list_box ul li a .date {position:absolute; left:0; top:1.7rem; font-size:0.7rem; line-height:1.2; color:#000;}
.notice0104 .list_box ul li a .date:before {content:""; position:absolute; right:-0.5rem; bottom:0; width:1.5rem; height:1.5rem; background:#f5596e; border-radius:50%; opacity:0.12; z-index:-1; }
.notice0104 .list_box ul li a .date strong {display:block; font-size:1rem; font-weight:800; }
.notice0104 .list_box ul li p {position:relative; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.notice0104 .list_box ul li p.tit { font-size:0.9rem; font-weight:600; color:#222; margin-bottom:0.3rem; }
.notice0104 .list_box ul li p.txt { font-size:0.75rem; color:#666; } 

/** 게시판 :action **/   
.notice0104 .list_box.on { display:block; }
.notice0104 .titTab ul li a.current {color:#f5596e; font-weight:700;}
.notice0104 .titTab ul li a.current:before { opacity:1; bottom:-1.5rem;}
.notice0104 .list_box ul li a:hover:before,
.notice0104 .list_box ul li a:focus:before { width:100%; }
/** 게시판 : new **/  
.notice0104 .list_box li a.new .tit {padding-left:1.6rem;}
.notice0104 .list_box li a.new .tit:before {content:"N"; position:absolute; left:0; top:0; width:1.25rem; height:1.25rem; line-height:1.25rem; background:#f5596e; color:#fff; font-size:0.7rem; border-radius:50%; text-align:center; }
/** 게시판 : 데이터 없음 **/
.notice0104 .list_box li.no_data { display:flex; width:100%; height:100%; align-items:center; justify-content:center; padding:0; text-align:center; font-weight:600; background:#eee; }
.notice0104 .list_box li.no_data:before {display:none;}

/* 팝업존 */
.pop0104 { position:relative; width:100%; padding-right:3.5rem; }  
.pop0104 h2 { font-size:1.1rem; font-weight:700; margin:0 5rem 1rem 0; overflow:hidden; white-space:nowrap; }
.pop0104 .nss_pg { position:absolute; top:0; right:3.5rem; color:#000; }  
.pop0104 .nss_pg .page { display:inline-block; margin-right:0.5rem;}
.pop0104 .nss_pg .page strong {position:relative; padding-right:1.8rem; font-size:1.25rem; color:#f56376; font-weight:900;}
.pop0104 .nss_pg .page strong:before { content:""; position:absolute; right:0.5rem; top:50%; width:0.8rem; height:2px; background:#000; }
.pop0104 .nss_pg .page span { font-size:1rem; font-weight:600; }
.pop0104 .nss_pg a { display:inline-block; font-size:1.25rem; }
.pop0104 .nss_pg a.play {display:none;} 
.pop0104 .control { position:absolute; right:0; bottom:0; }
.pop0104 .control a { display:block; width:3.5rem; height:3.5rem; background:#135887; color:#fff; text-align:center; line-height:3.5rem; font-size:1.5rem; -webkit-transition:background-color 0.2s; transition:background-color 0.2s; }
.pop0104 .control a.prev { background:#f56376; }
.pop0104 .pop_img { position:relative; width:100%; height:11.25rem; background:rgba(0,0,0,0.1); } 
.pop0104 .pop_img div,
.pop0104 .pop_img .item {height:100%; }
.pop0104 .pop_img .item a { display: block; max-width:17.5rem; height:100%; line-height:0; margin:0 auto; text-align:center; overflow:hidden;}
.pop0104 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
/** 팝업존 : active **/ 
.pop0104 .control a:hover,
.pop0104 .control a:focus { background:#0b4064; }
.pop0104 .control a.prev:hover,
.pop0104 .control a.prev:focus { background:#f3314b; }
 
/* 식단 */
.meal_menu0104 { position:relative; height:100%; background:#0a78c1; padding:1.5rem; color:#fff; }
.meal_menu0104 h2 { font-size:1.05rem; font-weight:700; margin-right:2rem; overflow:hidden; white-space:nowrap; }
.meal_menu0104 img { position:absolute; left:0; bottom:0; } 
.meal_menu0104 .inner {position:relative; padding-left:7rem; }
.meal_menu0104 .inner ul { width:100%; height:6rem; overflow-y:auto; }  
.meal_menu0104 .inner .no_data {line-height:6rem; font-weight:600; text-align:center;}
.meal_menu0104 .inner li + li {margin-top:1rem;}
.meal_menu0104 .inner dl {position:relative; height:auto; }
.meal_menu0104 .inner dt { font-weight:600; font-size:0.85rem; border-bottom:2px solid #fff; padding-bottom:0.6rem; margin-bottom:0.6rem;}   
.meal_menu0104 .btn_more {position:absolute; right:1rem; top:1rem; font-size:1.5rem; -webkit-transition:0.2s; transition:0.2s;}
.meal_menu0104 .btn_more:hover,
.meal_menu0104 .btn_more:focus {-webkit-transform:rotate(90deg); transform:rotate(90deg);}

/* 캘린더 */
.pop_schedule0104 { position:relative; height:100%; padding:1.5rem 1rem 3rem 7.5rem; } 
.pop_schedule0104:before { content:""; position:absolute; right:0; top:0; width:200%; height:100%; background:#f1f1f1; z-index:-1; }
.pop_schedule0104 h2 { margin:0 3rem 1rem 0; font-size:1.1rem; font-weight:700; overflow:hidden; white-space:nowrap; } 
.pop_schedule0104 .sche_list {position:absolute; left:0; top:-1.5rem; width:5.5rem; text-align:center; }
.pop_schedule0104 .sche_list .month {position:relative; display:flex; justify-content:center; align-items:center; width:5.5rem; height:5.5rem; color:#fff; line-height:1.2; font-size:0.9rem; vertical-align:middle; background:#0c5685; overflow:hidden; } 
.pop_schedule0104 .sche_list .month:before { content:""; position:absolute; left:-100%; bottom:-100%; width:200%; height:200%; background:#0f6398; border-radius:50%;}
.pop_schedule0104 .sche_list .month span {position:relative; }
.pop_schedule0104 .sche_list .month em {display:block; font-size:1.75rem; font-weight:900;} 
.pop_schedule0104 .sche_list img { margin:1.5rem 0; }
.pop_schedule0104 .sche_list a { display:inline-block; width:2rem; height:2rem; background:#d1d1d1; border-radius:50%; line-height:2rem; font-size:1.2rem; -webkit-transition:0.2s; transition:0.2s; }
.pop_schedule0104 .lst { position:relative; z-index:1; } 
.pop_schedule0104 .lst ul { overflow-y:auto; height:11rem; } 
.pop_schedule0104 .lst li + li { margin-top:1.1rem;}
.pop_schedule0104 .lst li a { position:relative; display:block; padding-left:6rem; font-weight:600; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;-webkit-transition:0.2s; transition:0.2s; } 
.pop_schedule0104 .lst li a:before {content:""; position:absolute; left:4rem; top:50%; width:1.1rem; height:1px; border-top:2px dotted #999; }
.pop_schedule0104 .lst li a > span { position:absolute; left:0; top:0; width:4rem; color:#0c5685; font-size:0.75rem; font-weight:700; }
.pop_schedule0104 .lst li a > span:before { position:relative; display:inline-block; content:"\e914"; font-family:"xeicon"; margin-right:0.5rem; -webkit-transition:0.2s; transition:0.2s; } 
.pop_schedule0104 .btn_more { right:1rem; top:1.5rem; } 
/** 캘린더 : active **/
.pop_schedule0104 .lst li a:hover,
.pop_schedule0104 .lst li a:focus, 
.pop_schedule0104 .lst li a:hover > span,
.pop_schedule0104 .lst li a:focus > span { color:#f56376;  }
.pop_schedule0104 .lst li a:hover > span:before,
.pop_schedule0104 .lst li a:focus > span:before { -webkit-transform:rotate(90deg); transform:rotate(90deg); }
.pop_schedule0104 .sche_list a:hover,
.pop_schedule0104 .sche_list a:focus {background:#f56376; color:#fff; }
/* 캘린더 : 데이터 없음 */
.pop_schedule0104 .lst .no_data {display:flex; width:100%; height:100%; justify-content:center; align-items:center; font-weight:600; }

/* 바로가기 */
.M_link0104 { position:relative; overflow:hidden; }     
.M_link0104 ul { margin:0 -0.9rem;}
.M_link0104 ul li { position:relative; width:33.333%; margin-bottom:1rem; padding:0 0.9rem; float:left; } 
.M_link0104 ul li:nth-child(n+7) {display:none;}
.M_link0104 ul li a {position:relative; display:flex; flex-direction:column; justify-content:center; height:7rem; text-align:center; }
.M_link0104 ul li a:before {content:""; position:absolute; left:0; top:0; width:100%; height:100%; border:2px solid #ccc; -webkit-transition:border-color 0.2s; transition:border-color 0.2s; }
.M_link0104 ul li a .img { display:block; }
.M_link0104 ul li a p { max-height:2rem; line-height:1rem; padding:0 0.5rem; font-size:0.9rem; font-weight:600; margin-top:0.7rem; overflow:hidden; } 
/** 바로가기 : active **/
.M_link0104 ul li a:hover .img,
.M_link0104 ul li a:focus .img { -webkit-animation:linkAni 0.4s; animation:linkAni 0.4s; }
.M_link0104 ul li a:hover:before,
.M_link0104 ul li a:focus:before { border:3px solid #f56376; }

@-webkit-keyframes linkAni {
	0% {-webkit-transform:translateY(0); transform:translateY(0);}
	50% {-webkit-transform:translateY(-5px); transform:translateY(-7px);}
	100% {-webkit-transform:translateY(0); transform:translateY(0);}
}
@keyframes linkAni {
	0% {-webkit-transform:translateY(0); transform:translateY(0);}
	50% {-webkit-transform:translateY(-5px); transform:translateY(-7px);}
	100% {-webkit-transform:translateY(0); transform:translateY(0);}
} 
 
/* 배너존 */
.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) {     
	/* 메인비주얼 */  
	.MVisual0104 .item img { left:-25%; top:auto; width:150%; height:auto; -webkit-transform:none; transform:none; } 
	.MVisual0104 .control { right:1rem; } 

	/* 갤러리 */
	.gallery0104 ul li {width:50%; }
	.gallery0104 ul li:nth-child(3) {display:none;}

	/* 바로가기 */
	.M_link0104 ul {margin:0 -0.5rem;}
	.M_link0104 ul li {padding:0 0.5rem; }
}
@media (max-width: 1024px) {   
	/* 포토갤러리 */
	.gallery0104 .titleWrap h2 {font-size:1rem;}

	/* 공지사항 */
	.notice0104 .titTab ul {padding-bottom:0.3rem;}
	.notice0104 .titTab ul li {max-width:100%; padding-bottom:0.2rem; } 
	.notice0104 .titTab ul li a:before { display:none;}
	.notice0104 .titTab ul li a span { font-size:1rem;}

	/* 팝업 */
	.pop0104 h2 {font-size:1rem; }

	/* 식단 */
	.meal_menu0104 h2 { font-size:1rem;}
	.meal_menu0104 .inner ul { height:9rem;}

	/* 캘린더 */
	.pop_schedule0104 h2 { font-size:1rem; }
	.pop_schedule0104 .lst li a { padding-left:4rem; }
	.pop_schedule0104 .lst li a:before {display:none; }

	/* 바로가기 */
	.M_link0104 ul li a .img img { width:2.2rem; }
	.M_link0104 ul li a p { font-size:0.8rem; }

}
@media (max-width: 860px) {   
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
	
	/* 식단 */
	.meal_menu0104 img {width:7rem; left:auto; right:0; }
	.meal_menu0104 .inner {padding-left:0; padding-bottom:3rem;}
	.meal_menu0104 .inner ul {height:6rem;}
	.meal_menu0104 .inner dt {text-align:center;} 
}
@media (max-width: 768px) { 
	/* 갤러리 */
	.gallery0104 {display:block; margin-top:1rem;}
	.gallery0104 .titleWrap {width:100%; height:auto; padding:1rem;}
	.gallery0104 .titleWrap h2 {margin-bottom:0.5rem; margin-right:2rem;}
	.gallery0104 .titleWrap p br {display:none; }
	.gallery0104 .list_box {width:100%;}
	.gallery0104 ul {margin:1rem -0.5rem 0;}
	.gallery0104 ul li {padding:0 0.5rem; }
	.gallery0104 ul li a p { padding:1rem 0;}
	.gallery0104 .btn_more { width:2rem; height:2rem; line-height:2rem; font-size:1.2rem; left:auto; right:1rem;} 
	.gallery0104 .list_box li.no_data { margin:0 0.5rem;}
	
	/* 팝업존 */
	.pop0104 .pop_img{ height:auto; text-align:center; }
    .pop0104 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}
	 
	
	/* 일정 */
	.pop_schedule0104 { padding:1.5rem 0 1rem 6rem; }
	.pop_schedule0104:before { right:-1rem; width:150%; } 
	.pop_schedule0104 .sche_list .month em { font-size:1.2rem;}
	.pop_schedule0104 .sche_list {width:4.5rem;}
	.pop_schedule0104 .sche_list img {width:2.5rem;}
	.pop_schedule0104 .sche_list .month {width:4.5rem; height:4.5rem; }
	.pop_schedule0104 .lst ul { height:8rem;}
	.pop_schedule0104 .lst li + li { margin-top:0.5rem;} 
	.pop_schedule0104 .btn_more {right:0;}
} 
@media (max-width: 420px) { 
	/* 갤러리 */
	.gallery0104 ul { display:block; }
	.gallery0104 ul li { width:100%;}
	
	/* 행사일정 */
	.pop_schedule0104 {padding:1.5rem 0 1rem;}
	.pop_schedule0104 h2 {margin:0 0 3.5rem 7.5rem;}
	.pop_schedule0104 .sche_list a { width:1.75rem; height:1.75rem; line-height:1.75rem;}
	.pop_schedule0104 .sche_list .month { margin-bottom:0.5rem;}
	.pop_schedule0104 .sche_list img { position:absolute; left:5rem; top:1.3rem; width:1.8rem; }
	.pop_schedule0104 .btn_more { top:3.5rem; }

	/* 팝업 */
	.pop0104 {padding-right:0; }
	.pop0104 h2 {margin-right:9.5rem;}
	.pop0104 .nss_pg { right:5.5rem; }
	.pop0104 .nss_pg .page {margin-right:0.2rem; }
	.pop0104 .nss_pg .page strong {padding-right:1rem; }
	.pop0104 .nss_pg .page strong:before { width:0.4rem; right:0.3rem;}
	.pop0104 .control {bottom:auto; top:0;}
	.pop0104 .control a {width:2.4rem; height:2.4rem; line-height:2.4rem; float:left;}

	/* 바로가기 */
	.M_link0104 ul {margin:0 -0.2rem;}
	.M_link0104 ul li {padding:0 0.2rem; }

}