﻿/*-----------------------------------------------------------
Author : yejin, Son
Creative date :2022. 05. 17
-----------------------------------------------------------*/

/* btn_more */
.btn_more { position: absolute; top: 0; right: 9px; font-size:1.2rem; color:#333; }
.btn_more::before { position:absolute; left: 50%; top: 50%; display:block; width:1.75rem; height:1.75rem; border-radius:0.6rem; text-align:center; transform: translate(-50%, -50%) rotate(45deg); -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); content: ""; z-index: -1; }  
.btnTy { color: #fff; } 
.btnTy::before { background: #138d79; } 
.btnTy2::before { background: #ffd732; } 
.btnTy3::before { border: 2px solid #97cbc2;} 
.btnTy4::before { border: 2px solid #ffd57a;} 
/** btn_more active **/ 
.btn_more:hover i,
.btn_more:focus i { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }
.btn_more,
.btn_more i { -webkit-transition:0.2s; transition:0.2s; }

/* 메인비주얼 */
.MVisual0074 { position:relative; height:100%; overflow:hidden; border-radius: 0 0 4rem 0;}
.MVisual0074 .slider,
.MVisual0074 .slick-list,
.MVisual0074 .slick-track{height:100%; }
.MVisual0074 .item { overflow:hidden; line-height:0; }
.MVisual0074 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0074 .item img.M_visual_m { display:none; }
.MVisual0074 .control { position:absolute; left:19rem; bottom:2rem; z-index:1; }
.MVisual0074 .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; }
.MVisual0074 .control > a.play { display:none; }
/** 메인비주얼 active **/
.MVisual0074 .control > a:hover,
.MVisual0074 .control > a:focus { background:rgba(0,0,0,0.5); }

/* 바로가기 */
.M_link0074 { position:relative; } 
.M_link0074 ul { width: 100%; height:100%; }
.M_link0074 ul li { width: 50%; float: left; padding-top: 0.5rem; }
.M_link0074 li a { display:block; position:relative; width:100%; height:100%; word-break:keep-all; text-align:center; } 
.M_link0074 li a .img { position:relative; display:block; width:5.2rem; height:5.2rem; line-height: 7rem; background:#fff; border-radius:1.5rem; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); margin:0 auto; -webkit-transition:0.3s; transition:0.3s; border: 2px solid #ece9e9; text-align: center;}
.M_link0074 li a .img img { width: 2.8rem; height: 2.6rem; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }
.M_link0074 li a p {height:2rem; font-size:0.9rem; color: #222; font-weight:600; line-height:1rem; overflow:hidden; -webkit-transition:color 0.3s; transition:color 0.3s; margin-top:1rem; word-break:break-all;} 
/** 바로가기 active **/ 
.M_link0074 li a:hover .img,
.M_link0074 li a:focus .img { border: 3px solid #138d79; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
 
/* 게시판 */
.notice0074 { position:relative; }    
.notice0074 .titTab { margin:0 2rem 1rem 0; font-size:0; } 
.notice0074 .titTab ul li {position: relative; display:inline-block; max-width:33%; padding-right:2.7rem; }
.notice0074 .titTab ul li + li:before { content:""; position:absolute; left:-1.35rem; top:0.3rem; width:1px; height:0.8rem; background:#ccc; }
.notice0074 .titTab ul li a { display:block; height:1.5rem; font-size:1.1rem; color:#777; font-weight:500; overflow:hidden; white-space: nowrap; }
.notice0074 .titTab ul li a span { position: relative; }
.notice0074 .titTab ul li a span::before { position: absolute; width: 0; height: 0.5rem; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); border-radius: 1rem; content: ""; }
.notice0074 .list_box { display:none; width:100%; border-radius: 1.5rem; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); padding: 0.6rem 1.3rem; background: #fff; }
.notice0074 .list_box ul { height:12.5rem; overflow:hidden; }
.notice0074 .list_box li { position: relative; display:none; }
.notice0074 .list_box li:nth-of-type(-n + 6) { display:block; }
.notice0074 .list_box li ~ li { border-top: 1px dotted #999; }
.notice0074 .list_box li.new p { padding-left: 2rem; }
.notice0074 .list_box li.new p::before { position: absolute; top: 0.5rem; left: 0; width: 1.4rem; height: 1.4rem; content: ""; }
.notice007401 .list_box li.new p::before { background: url('/images/schl/template/T0074/main/0074_notice_new01.png') no-repeat center / cover; }
.notice007402 .list_box li.new p::before { background: url('/images/schl/template/T0074/main/0074_notice_new02.png') no-repeat center / cover; }
.notice0074 .list_box li a { position:relative; display:block; line-height:2.5rem; }
.notice0074 .list_box li p { width:calc(100% - 4.5rem); overflow:hidden; font-size:.85rem; color:#222; font-weight: 600; text-overflow:ellipsis; white-space:nowrap; }
.notice0074 .list_box li span { position:absolute; right:0; top:0; font-size:.7rem; color:#777; }
.notice0074 .list_box li span i { margin-right: 0.2rem; }
/** 게시판 : 데이터 없음 **/
.notice0074 .list_box li.no_data { line-height:12.5rem; text-align:center; font-weight:600; }
/** 게시판 :action **/  
.notice0074 .list_box.on { display:block; }
.notice007401 .titTab ul li a:hover,
.notice007401 .titTab ul li a:focus,
.notice007401 .titTab ul li a.current { color: #138d79; font-weight: 700; }
.notice007402 .titTab ul li a:hover,
.notice007402 .titTab ul li a:focus,
.notice007402 .titTab ul li a.current { color: #e3b700; font-weight: 700; }
.notice0074 .titTab ul li a.current span::before { width: 100%; }
.notice007401 .titTab ul li a.current span::before { background: rgba(19, 141, 121, 0.1); }
.notice007402 .titTab ul li a.current span::before { background: rgba(255, 215, 50, 0.1); }
.notice0074 .list_box li a:hover,
.notice0074 .list_box li a:focus { text-decoration: underline;}
.notice0074 a  { -webkit-transition:all .15s; transition:all .15s; } 

/* 식단 */
.meal_menu0074 { position:relative; height:100%; }
.meal_menu0074 h2 { margin-right: 2rem; font-weight:600; font-size:1.1rem; overflow:hidden; white-space: nowrap;} 
.meal_menu0074 .inner {position:relative; height: 11.25rem; border:2px solid #138d79; padding: 2rem 1.4rem; border-radius:1.5rem; margin-top: 1.1rem; box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); } 
.meal_menu0074 .inner ul { overflow:hidden; overflow-y:auto; height: 5.7rem; margin-right: 5.5rem;} 
.meal_menu0074 .inner li + li { margin-top:1.2rem; }
.meal_menu0074 .inner .no_data {line-height:5.7rem; font-weight:600; text-align:center;}
.meal_menu0074 .inner dl { position:relative; }
.meal_menu0074 .inner dl dt { width:100%; background: url('/images/schl/template/T0074/main/0074_ptrn02.png'); text-align:center; font-size:0.9rem; border-radius: 2rem; line-height: 2.25rem; font-weight: 700; }
.meal_menu0074 .inner dl dt strong { display:inline-block; color:#006859; font-size:0.95rem; vertical-align:middle; overflow:hidden; }
.meal_menu0074 .inner dl dt em { display: inline-block; vertical-align: middle; color:#333; font-size: 0.85rem; }
.meal_menu0074 .inner dl dd { margin-top: 0.8rem; font-size: 0.8rem; font-weight: 500; line-height: 1.8; word-break: keep-all; } 
.meal_menu0074 img { position:absolute; bottom:0; right:-1.6rem; width: 8.2rem; height: 10.4rem; }

/* 행사일정 */
.pop_schedule0074 { position:relative; height:100%; }   
.pop_schedule0074 h2 { margin-right: 2rem; font-weight:600; font-size:1.1rem; overflow:hidden; white-space: nowrap;} 
.pop_schedule0074 .sche_wrap { display:flex; height:11.25rem; background:#ffd732; border-radius:1.5rem; align-items:center; padding:1.3rem 1.75rem; margin-top: 1.1rem; box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); }
.pop_schedule0074 .month { width:5.9rem; text-align:center; }
.pop_schedule0074 .month a {display:inline-block; width:2rem; height: 2rem; line-height:2rem; background: #fff; border-radius: 0.5rem; font-size:1.2rem; vertical-align:bottom; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);}
.pop_schedule0074 .month a ~ a { margin-left: 1rem; }
.pop_schedule0074 .month a i { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); } 
.pop_schedule0074 .month .date { border-radius: 1.5rem; width: 5rem; height: 5rem; text-align: center; display:inline-block; vertical-align:bottom; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); margin-bottom: 0.35rem; overflow: hidden;}
.pop_schedule0074 .month .date::before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); width:8rem; height: 8rem; background: url('/images/schl/template/T0074/main/0074_ptrn03.png'); content: ""; }
.pop_schedule0074 .month .date strong { position: absolute; top: 50%; left: 50%; display: block; transform: translate(-50%, -50%) rotate(-45deg); -webkit-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); font-size: 0.8rem; color: #222; font-weight:600; line-height: 1.2; }
.pop_schedule0074 .month .date em { display:block; color:#ffb000; font-size:1.75rem; font-weight:700; }
.pop_schedule0074 .lst { position:relative; width:calc(100% - 5.9rem); padding-left: 1.35rem; }
.pop_schedule0074 .lst ul { height:9rem; overflow-y:auto; } 
.pop_schedule0074 .lst ul li a { position:relative; display:block; line-height:2.25rem; padding-left:2.4rem; font-weight:600; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pop_schedule0074 .lst ul li a span { position:absolute; left:0; top:0; width:2rem; text-align:center; color:#fff; font-size: 0.8rem; font-weight: 500; z-index: 0; }
.pop_schedule0074 .lst ul li a span::before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); background: #b58823; width: 1.75rem; height: 1.75rem; border-radius: 0.6rem; content: ""; z-index: -1; }
.pop_schedule0074 .lst .no_data {line-height:9rem; font-weight:600; text-align:center;}  
.pop_schedule0074 img { position:absolute; bottom:0.5rem; right:0.5rem; }
/** 행사일정 :action **/  
.pop_schedule0074 .month a:hover,
.pop_schedule0074 .month a:focus { background: #ffb000; color: #fff; }
.pop_schedule0074 .lst ul li a:hover,
.pop_schedule0074 .lst ul li a:focus { text-decoration: underline; }
.pop_schedule0074 a  { -webkit-transition:all .15s; transition:all .15s; } 

/* 팝업존 */
.pop0074 { position:relative; }
.pop0074 .tit_wrap { position:relative; width:100%; z-index:1; } 
.pop0074 h2 { margin:0 8rem 1.1rem 0; font-weight:600; font-size:1.1rem; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; }
.pop0074 .nss_pg { position:absolute; top:-6px; right:0; line-height:2rem; font-size:0;}   
.pop0074 .page {display:inline-block; font-size:0.75rem; vertical-align:middle; font-family: 'NotoSans';}
.pop0074 .page strong { font-weight:600; color: #138d79; font-size: 0.9rem; }
.pop0074 .nss_pg a { position:relative; display:inline-block; width:1.75rem; height:1.75rem; vertical-align:middle; text-align:center; font-size:1.2rem; margin-left:0.5rem; -webkit-transition:all .15s; transition:all .15s;}  
.pop0074 .nss_pg a::before { position: absolute; top: 50%; left: 50%; width:1.6rem; height:1.6rem; border-radius:0.5rem; text-align:center; line-height:1.6rem; font-size:1.1rem; transform: translate(-50%, -50%) rotate(45deg); -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); border: 2px solid #94cac1; content: ""; }
.pop0074 .nss_pg a i{ position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.pop0074 .nss_pg .play { display:none; }
.pop0074 .nss_pg .play,
.pop0074 .nss_pg .stop { color: #fff; }
.pop0074 .nss_pg .play::before,
.pop0074 .nss_pg .stop::before { background: #138d79; border: none;}
.pop0074 .pop_img { position:relative; height:11.25rem; overflow: hidden; background:#dbdbdb; margin:0 auto; border-radius:1.5rem; box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); }
.pop0074 .pop_img div,
.pop0074 .pop_img .item {height:100%;}
.pop0074 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0074 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
/** 팝업존 :action **/ 
.pop0074 .nss_pg a:hover,
.pop0074 .nss_pg a:focus { color: #fff; }
.pop0074 .nss_pg a:hover::before,
.pop0074 .nss_pg a:focus::before { background: #94cac1; }
.pop0074 a,
.pop0074 .nss_pg a::before  { -webkit-transition:all .15s; transition:all .15s; } 

 
/* 갤러리 */
.gallery0074 { position:relative; height:100%; }
.gallery0074 h2 { margin-right: 5rem; font-weight:600; font-size:1.1rem; overflow:hidden; white-space: nowrap;} 
.gallery0074 ul { position:relative; display: flex; margin: 1.1rem -0.7rem 0;}
.gallery0074 ul li { width:25%; height:13rem; padding:0 0.7rem;  }
.gallery0074 ul li:nth-child(n+5) { display:none; }
.gallery0074 ul li a { position:relative; display:block; height:100%; }
.gallery0074 ul li a .img { position:relative; height:9.55rem; border-radius: 1.5rem; overflow:hidden; box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); background:rgba(0, 0, 0, 0.2);}
.gallery0074 ul li a .img img { position:absolute; top:50%; left:50%; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.gallery0074 ul li a p { font-weight:600; text-overflow:ellipsis; overflow:hidden; white-space: nowrap; z-index:2; -webkit-transition:0.2s; transition:0.2s; margin: 0.8rem 0 0.5rem; font-size: 0.85rem; } 
.gallery0074 ul li a .date { font-size: 0.75rem; color: #777; }
.gallery0074 .list_box li.no_data{ width:100%; height:13rem; display:flex; align-items:center; justify-content:center; padding:2rem 0; font-size:.9rem; background:rgba(0, 0, 0, 0.2); border-radius:1.5rem; margin:0 0.7rem;}  
.gallery0074 .btnTy4 em { position: absolute; top: 0; right: 2rem; font-size: 0.75rem; color: #222; width: 2.1rem; display: inline-block; line-height: 1.5rem; font-weight: 600;}
/** 갤러리 active **/
.gallery0074 ul li a:hover p,
.gallery0074 ul li a:focus p { text-decoration: underline; }
.gallery0074 .list_box a:hover .img img,
.gallery0074 .list_box 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;} 
/** 배너존 : active **/
.banner_zone .btn a:hover,
.banner_zone .btn a:focus{background:#f1f1f1;}


@media (max-width: 1240px) {   
	/* 메인비주얼 */
	.MVisual0074 .item img { width: 100%; height: auto;}
	.MVisual0074 .control { left: 1rem; bottom: 1rem; }

	/* 바로가기 */
	.M_link0074 ul { display: table; table-layout: fixed; }
	.M_link0074 ul li { display: table-cell; width: auto; float: none; }

	/* 게시판 */
	.notice0074 .titTab ul li { padding-right: 1.5rem;}
	.notice0074 .titTab ul li + li:before { left: -0.75rem;}

	/* 식단 */
	.meal_menu0074 .inner { padding: 1.3rem; }
	.meal_menu0074 .inner ul {margin-right: 4.5rem; }
	.meal_menu0074 img { width: 7rem; height: auto; right: -1.3rem; }

	/* 캘린더 */
	.pop_schedule0074 .sche_wrap { padding: 1.3rem; }
	.pop_schedule0074 .lst { padding-left: 1rem; }

	/* 팝업 */
	.pop0074 .pop_img .item img {width:auto; height:100%;}

}

@media (max-width:1100px){
	/* 갤러리 */
	.gallery0074 ul li { width: 50%; }
	.gallery0074 ul li:nth-child(n+3) { display:none; }
	.gallery0074 ul li:nth-child(n+4) { display:none; }
}

@media (max-width: 860px) {    
	/* 메인비주얼 */
	.MVisual0074 { border-radius: 0 0 2.5rem 0;}

	/* 바로가기 */
	.M_link0074 li a .img { width: 5rem; height: 5rem; line-height: 6.8rem; }

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}  

@media (max-width:700px){
	/* 바로가기 */
	.M_link0074 ul li { display: block; width: calc(100% / 3); float: left; }

	/* 식단 */
	.meal_menu0074 .inner { height: 10.25rem; }
	.meal_menu0074 .inner ul { margin-right: 6.5rem; }
	.meal_menu0074 img { right: 0; }

	/* 캘린더 */
	.pop_schedule0074 .sche_wrap { height: auto; }
	.pop_schedule0074 .lst ul { height: 6.8rem; }
	.pop_schedule0074 .lst ul li { float: left; width: 50%; }
	.pop_schedule0074 .lst .no_data { width: 100%; line-height: 6.8rem; }

	/* 팝업존 */
    .pop0074 .pop_img{ height:auto; }
    .pop0074 .pop_img .item img { top:auto; left:auto; max-height:15rem;}
}

@media (max-width:500px){
	/* 게시판 */
	.notice0074 .titTab ul li { padding-right: 1.5rem; }
	.notice0074 .titTab ul li + li:before { left: -0.75rem; }

	/* 식단 */
	.meal_menu0074 .inner { padding: 1rem; }
	.meal_menu0074 .inner ul { margin-right: 5.5rem; }
	.meal_menu0074 img { width: 6.5rem; }

	/* 캘린더 */
	.pop_schedule0074 .sche_wrap { padding: 1rem;}
	.pop_schedule0074 .lst ul li { width: 100%; }
}

@media (max-width:480px){
	.btn_more { top: -3px; }

	.notice0074 .titTab ul li a { font-size: 1rem; }

	.meal_menu0074 h2 { font-size: 1rem; }
	.meal_menu0074 .inner { margin-top: 0.5rem; }

	.pop_schedule0074 h2 { font-size: 1rem; }
	.pop_schedule0074 .sche_wrap { margin-top: 0.5rem; }

	.pop0074 h2 { margin: 0 8rem 0.5rem 0; font-size: 1rem; }

	.gallery0074 h2 { font-size: 1rem; }
	.gallery0074 ul { margin: 0.5rem -0.7rem 0;}
	
}

@media (max-width:420px){
	/* 게시판 */
	.notice0074 .titTab ul li { max-width: 100%; }

	/* 갤러리 */
	.gallery0074 ul { margin: 0.5rem 0 0 0;}
	.gallery0074 ul li { width: 100%; padding: 0; }
	.gallery0074 ul li:nth-child(n+2) { display:none; }
	.gallery0074 .list_box li.no_data { margin: 0;}
}

@media (max-width:360px){
	/* 바로가기 */
	.M_link0074 li a .img { width: 4.5rem; height: 4.5rem; line-height: 6rem; }
	.M_link0074 li a .img img { width: 2.6rem; height: auto; }

	.pop_schedule0074 .sche_wrap { display: block; }
	.pop_schedule0074 .month { position: relative; width: 100%; }
	.pop_schedule0074 .month a { position: absolute; top: 1.5rem; }
	.pop_schedule0074 .month .prev { left: 0; }
	.pop_schedule0074 .month .next { right: 0; }
	.pop_schedule0074 .month .date { width: 4.5rem; height: 4.5rem;}
	.pop_schedule0074 .lst { width: 100%; padding-left: 0; margin-top: 0.5rem; }
} 

@media (max-width:310px){
	/* 바로가기 */
	.M_link0074 li a .img { width: 3.7rem; height: 3.7rem; line-height: 5rem; border-radius: 1.2rem; }
	.M_link0074 li a .img img { width: 2.4rem; }

	/* 식단 */
	.meal_menu0074 .inner { height: auto; }
	.meal_menu0074 .inner ul { margin-right: 0; height: 7.4rem; }
	.meal_menu0074 img { display: none; }
	.meal_menu0074 .inner .no_data { line-height: 7.4rem;}
}