﻿
/* 메인비주얼 */
.MVisual0001 { position: relative; height: 100%; overflow:hidden;}
.MVisual0001 .item{overflow:hidden; line-height:0;}
.MVisual0001 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0001 .control{position:absolute; left:50%; margin-left:-30rem; bottom:2rem; z-index:1;}
.MVisual0001 .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; }
.MVisual0001 .control > a.play{display:none;}
.MVisual0001 .control > a:hover,
.MVisual0001 .control > a:focus{ background:rgb(17, 50, 30, 0.9);}

/* 바로가기1 */
.M_link0001 { position:relative; height:100%; }
.M_link0001 ul{display:table; width:calc(100% + 20px); margin-left:-10px; margin-top:-10px; border-spacing:10px; table-layout:fixed;}
.M_link0001 li { position:relative; display:table-cell; vertical-align:top; z-index:1; }
.M_link0001 li a { display:block; position:relative; width:100%; height:7.25rem; padding-top:1rem; word-break: keep-all; border-radius:2rem; background:#f1f1f1; text-align:center; border:3px solid transparent; }
.M_link0001 li a img { width:65px; height:65px; }
.M_link0001 li a p { font-size:0.8rem; line-height:1rem; height:2rem; padding:0 5px; overflow:hidden; font-weight: 700; color:#333;}
/** 바로가기1 : active **/
.M_link0001 li a:hover,
.M_link0001 li a:focus { background:#fff; border-color:#107235; box-shadow:0 0 15px rgba(0,0,0,0.3); }
.M_link0001 li a:hover p,
.M_link0001 li a:focus p { color:#107235; }
.M_link0001 li a,
.M_link0001 li a p { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 식단 */
.meal_menu0001 { position:relative; height:100%;}
.meal_menu0001:before{content:""; position:absolute; left:0; bottom:0; width:100%; height:1.5rem; background:url('/images/schl/template/T0001/main/0001_pttrn_slide.png'); border-radius:2.5rem;}
.meal_menu0001 .tit_wrap{position:relative;}
.meal_menu0001 .tit_wrap:before { content:""; display:block; position:absolute; top:50%; left:0; width:calc(100% - 2.5rem); height:1px; background:#ccc;}
.meal_menu0001 h2 { position:relative; display:inline-block; max-width:calc(100% - 5rem); color:#222; font-weight:600; font-size:1.1rem; line-height:1.5rem; padding-right:1rem; background:#fff; }
.meal_menu0001 .inner { position:relative; padding:.75rem 0 2rem; z-index:1; font-weight:600;}
.meal_menu0001 .inner ul { overflow-y:auto; height:6.5rem; margin-right: 9rem;}
.meal_menu0001 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0001 .inner li + li { margin-top:1rem; }
.meal_menu0001 .inner .no_data { padding-top:2.5rem; text-align:center; }
.meal_menu0001 .inner dl { position:relative; min-height:6rem;}
.meal_menu0001 .inner dt { position:absolute; top:0; left:0; width:6rem; height:6rem; display:table; border-radius:50%; background:#fcd462; border:10px solid #fef6e0; font-size:.85rem; font-weight:700; color:#222; text-align:center; }
.meal_menu0001 .inner dt span { display:table-cell; vertical-align: middle; }
.meal_menu0001 .inner dt span em{ font-weight:400; display:block;}
.meal_menu0001 .inner dd { color:#555; font-size:0.8rem; word-break:keep-all; padding-left:6.75rem; padding-top:.5rem; }
.meal_menu0001 > img{position:absolute; right:0; bottom:.5rem;}
.meal_menu0001 .btn_more { position:absolute; right:0; top:0; font-size:1.5rem; line-height:1.5rem; color:#999; -webkit-transition:all .3s; -ms-transition:all .15s; transition:all .15s; }
/** 식단 : active **/
.meal_menu0001 .btn_more:hover,
.meal_menu0001 .btn_more:focus { color:#34b364; }

/* 캘린더 */
.pop_schedule0001 { position:relative; height:100%; padding:1.5rem 0 1.5rem 2rem;}
.pop_schedule0001:before{content:""; position:absolute; left:0%; top:0; width:300%; height:100%; border-radius:2.5rem; background:#34b364; z-index:-1;}
.pop_schedule0001 h2{color:#fff; font-weight: 600; font-size:1.1rem;}
.pop_schedule0001 .sche_wrap{background:#fff; border-radius:1.5rem; margin-top:1rem;}
.pop_schedule0001 .month { position:relative; padding:0 3rem; border-radius:1.5rem; line-height:2.85rem; text-align:center; background:url('/images/schl/template/T0001/main/0001_pttrn_square.png'); }
.pop_schedule0001 .month a { position:absolute; top:0; width:3rem; height:3rem; color:#fff; background:#408e5d;}
.pop_schedule0001 .month .prev { left:0; border-top-left-radius:1.45rem; }
.pop_schedule0001 .month .next { right:0; border-top-right-radius:1.45rem;}
.pop_schedule0001 .month span { font-weight: 400; color:#222; }
.pop_schedule0001 .month span em { position:relative; display:inline-block; padding:0 .25rem; margin-left:3px; font-size:1.25rem; font-weight:600; text-align:center; color:#408e5d; }
.pop_schedule0001 .month span em:before{content:""; position:absolute; left:0; top:1.5rem; width:100%; height:.75rem; border-radius:2rem; background:rgba(63, 141, 92, 0.15);}
.pop_schedule0001 .lst { position:relative; z-index:1; padding:1rem 1.5rem;}
.pop_schedule0001 .lst:before { content:""; display:block; position:absolute; right:2rem; bottom:0.75rem; width:4.25rem; height:4.25rem; background:url('/images/schl/template/T0001/main/0001_bg_sche.png') no-repeat center; }
.pop_schedule0001 .lst ul { overflow-y:auto; height:10rem; padding-right:0.5rem;}
.pop_schedule0001 .lst .no_data { padding-left:0; padding-top:2rem; text-align:center; }
.pop_schedule0001 .lst li + li{border-top:1px dashed #ddd;}
.pop_schedule0001 .lst li a { position:relative; padding-left:2rem; display:block; line-height:2.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.8rem; font-weight: 400; color:#222;}
.pop_schedule0001 .lst li a span{ position:absolute; left:0; top:.5rem; width:1.5rem; height:1.5rem; line-height:1.5rem; font-size:.75rem; border-radius:50%; text-align:center; color:#fff; background:#9b9b9b;}
.pop_schedule0001 .btn_more { overflow:hidden; position:absolute; top:1.75rem; right:0; width:25px; height:25px; background:url('/images/schl/template/T0001/main/0001_btn_more01.png') no-repeat center; opacity: 0.7; }
/** 캘린더 : active **/
.pop_schedule0001 .btn_more:hover,
.pop_schedule0001 .btn_more:focus { opacity: 1; }
.pop_schedule0001 .month a:hover,
.pop_schedule0001 .month a:focus{background:#107235;}
.pop_schedule0001 .lst li a:hover,
.pop_schedule0001 .lst li a:focus { text-decoration:underline; }
.pop_schedule0001 .lst li a:hover span,
.pop_schedule0001 .lst li a:focus span{background:#107235;}
.pop_schedule0001 a,
.pop_schedule0001 a span{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0001 { position:relative; height:100%; }
.gallery0001 h2 { overflow:hidden; white-space:nowrap; margin-right:3rem; margin-bottom:1rem; color:#222; font-size:1.1rem; text-align:center; font-weight: 600; }
.gallery0001 .list_box{height:23.5rem; overflow:hidden;}
.gallery0001 .list_box a { position:relative; display:block; margin-bottom:.25rem; color:#fff; }
.gallery0001 .list_box a .img{ height:19rem; overflow:hidden; border-radius:2rem 2rem 0 0; background:#e1e1e1; }
.gallery0001 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:auto; height:100%; }
.gallery0001 .list_box a .cont{background:#34b364; padding:1rem 7rem 1rem 1.5rem; border-radius:0 0 2rem 2rem;}
.gallery0001 .list_box a .cont p{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#fff; font-weight:400; font-size:0.9rem;}
.gallery0001 .list_box a .cont span{font-size:.75rem;}
.gallery0001 .list_box a .more{position:absolute; right:2rem; bottom:1.5rem; width:4.25rem; height:4.25rem; display:table; border-radius:1.5rem 0 1.5rem 1.5rem; background:#fcd462; border:5px solid transparent; color:#222; text-align:center; font-weight: 400; font-size:.7rem; box-shadow: 0 0 10px rgba(0,0,0,0.4);}
.gallery0001 .list_box a .more em{display:table-cell; vertical-align: middle;}
.gallery0001 .list_box a .more em:before{content:"\e913"; font-family: 'xeicon'; display:block; margin-bottom:5px;}
.gallery0001 .list_box a.no_data{width:100%; height:19rem; display:flex; align-items:center; justify-content:center; color:#333; font-size:0.9rem; border-radius:2rem; background:#c7e3d2;}
.gallery0001 .btn_more { overflow:hidden; position:absolute; top:0.15rem; right:0; width:25px; height:25px; background:url('/images/schl/template/T0001/main/0001_btn_more02.png') no-repeat center; opacity: 0.7; }
/** 갤러리 : active **/
.gallery0001 .btn_more:hover,
.gallery0001 .btn_more:focus { opacity: 1; }
.gallery0001 .list_box a:hover .cont p,
.gallery0001 .list_box a:focus .cont p{text-decoration: underline;}
.gallery0001 .list_box a:hover .more,
.gallery0001 .list_box a:focus .more{border-color:#fcd462; color:#222; background:#fff;}
.gallery0001 .more,
.gallery0001 a{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 게시판 */
.notice0001 { position:relative; overflow:hidden; height:100%;  }
.notice0001 .titTab{margin-bottom:.75rem;}
.notice0001 .titTab ul{font-size:0;}
.notice0001 .titTab li { display:inline-block; max-width:calc(32% - 0.25rem); font-weight:400; font-size:1.1rem; font-weight: 600; vertical-align: top;}
.notice0001 .titTab li + li{margin-left:.2rem;}
.notice0001 .titTab li a { display:block; position:relative; color:#666; padding-right:1.15rem; }
.notice0001 .titTab li a:before{content:"\e92b"; position: absolute; right:0; top:.15rem; font-family: 'xeicon'; color:#888; font-weight: 200;}
.notice0001 .titTab li a span{ display:block; overflow:hidden; white-space:nowrap;}
.notice0001 .list_box { display:none; width:100%; height:calc(100% - 2.5rem); border-top:1px solid #555; border-bottom:1px solid #555; }
.notice0001 .list_box ul { overflow:hidden; height:100%; }
.notice0001 .list_box li + li a{ border-top:1px dashed #ddd;}
.notice0001 .list_box li a { position:relative; display:block; line-height:2.5rem; padding:0 4rem 0 .75rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight: 600; color:#333;}
.notice0001 .list_box li a:after{content:""; position:absolute; left:0; top:50%; width:6px; height:6px; background:#fcd462; margin-top:-3px; border-radius: 50%;}
.notice0001 .list_box li a.new:before{content:"N"; display:inline-block; width:1.2rem; height:1.2rem; line-height:1.2rem; margin-right:2px; color:#333; font-weight:600; font-size: .7rem; text-align: center; background:#fcd462; border-radius:50%; }
.notice0001 .list_box li a span { position:absolute; right:0; top:0; color:#666; font-size:0.7rem; }
.notice0001 .list_box li.no_data{text-align:center; line-height:9.5rem;}
.notice0001 .btn_more { position:absolute; right:0; top:0; font-size:1.3rem; line-height:1.5rem; color:#999; }
/* 게시판 : active */
.notice0001 .titTab li a:hover,
.notice0001 .titTab li a:focus,
.notice0001 .titTab li a.current { color:#111; font-weight:700;}
.notice0001 .btn_more:hover,
.notice0001 .btn_more:focus,
.notice0001 .titTab li a.current:before { color:#34b364; }
.notice0001 .list_box.on { display: block; }
.notice0001 .list_box li a:hover,
.notice0001 .list_box li a:focus { text-decoration: underline; }
.notice0001 .list_box li a:hover:after,
.notice0001 .list_box li a:focus:after { background-color:#34b364; }
.notice0001 .titTab li a,
.notice0001 .list_box li a,
.notice0001 .btn_more {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 팝업존 */
.pop0001 { position:relative; width:100%; height:100%; padding-left:7.5rem; }
.pop0001:before { content:"POPUPZONE"; display:block; position:absolute; bottom:1rem; left:0; z-index:0; font-size:1.45rem; font-weight: 100; opacity: 0.5; font-family: 'Titillium Web';}
.pop0001 .tit_wrap{ position:absolute; left:0; top:50%; width:6.5rem; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.pop0001 h2 { color:#222; font-weight:600; font-size:1.1rem; line-height:2rem; }
.pop0001 .nss_pg{position:relative; margin-top:.25rem;}
.pop0001 .nss_pg p { position:absolute; right:0; top:-2.2rem; line-height:2rem; color:#666; font-size:.75rem;}
.pop0001 .nss_pg p strong {color: #34b364; font-weight: 600;}
.pop0001 .nss_pg a {display: inline-block; overflow: hidden; width:1.6rem; height:1.6rem; line-height:1.6rem; border-radius:50%; text-align:center; color:#fff; font-size:1rem; background:#9b9b9b;}
.pop0001 .nss_pg .play {display: none;}
.pop0001 .pop_img { position:relative; height:11.25rem; overflow: hidden; border-radius:1.5rem; background:rgba(0,0,0,0.1);}
.pop0001 .pop_img div,
.pop0001 .pop_img .item {height:100%;}
.pop0001 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0001 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 4rem; font-size: 0.8rem; font-weight: 600; 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) {


	/* 메인비주얼 */
	.MVisual0001 .item img{width:150%; height:auto; left:-25%; transform: none; -webkit-transform: none; -ms-transform: none;}
	.MVisual0001 .control{left:1rem; margin-left:0;}

	/* 게시판 */
	.notice0001 .titTab li { max-width:calc(33% - 0.6rem); }

	/* 팝업존 */
	.pop0001{padding-left:6.25rem;}
	.pop0001 .tit_wrap{width:5.5rem;}
	.pop0001 .pop_img .item img {width:auto; height:100%;}
}

@media (max-width: 1024px) {
	
	/* 식단 */
	.meal_menu0001 > img{width:170px; height:auto;}
	.meal_menu0001 .inner ul{margin-right:7rem;}

	/* 갤러리 */	
	.gallery0001 .list_box{height:26rem;}
	.gallery0001 .list_box a .img{height:21.5rem;}

	/* 팝업존 */
	.pop0001{padding-left:0;}
	.pop0001:before{display:none;}
	.pop0001 .tit_wrap{position:relative; left:auto; top:auto; width:100%; transform: none; -webkit-transform: none; -ms-transform: none; margin-bottom:.5rem;}
	.pop0001 .nss_pg{position:absolute; right:0; top:0; margin:0;}
	.pop0001 .nss_pg p{position:relative; right:auto; top:auto; display: inline-block; line-height:1.6rem; margin-right:.5rem; vertical-align: top;}
	
}

@media (max-width: 860px) {

	/* 타이틀요소 */
	.meal_menu0001 h2,
	.pop_schedule0001 h2,
	.gallery0001 h2,
	.notice0001 .titTab li,
	.pop0001 h2{font-size:1rem;}

	/* 비주얼 */
	.MVisual0001 .control{bottom: 1rem;}
	.MVisual0001 .control > a{width:1.6rem; height:1.6rem; line-height:1.7rem;}

	/* 식단 */
	.meal_menu0001 .inner ul{margin-right:9rem;}

	/* 캘린더 */
	.pop_schedule0001{padding-left:1.5rem;}
	.pop_schedule0001:before{ width:calc(100% + 5rem); }
	.pop_schedule0001 .lst ul{height:7.5rem;}
	.pop_schedule0001 .month span em{font-size:1.05rem;}

	/* 갤러리 */
	.gallery0001 .list_box{height:23.5rem;}
	.gallery0001 .list_box a .img{height:19rem;}
	.gallery0001 .list_box a.no_data{height:auto; padding:2rem 1rem; border-radius:1rem; word-break:keep-all;}

	/* 팝업존 */
    .pop0001 .pop_img{ height:auto; }
    .pop0001 .pop_img .item img { top:auto; left:auto; max-height:15rem;}

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {

	/* 바로가기1 */
	.M_link0001 li a{border-radius:1.25rem;}	
}

@media (max-width: 640px) {	

	/* 캘린더 */
	.pop_schedule0001:before{border-radius:1.5rem;}
	.pop_schedule0001 .sche_wrap{border-radius:1rem;}
	.pop_schedule0001 .month .prev { left:0; border-top-left-radius:0.95rem; }
	.pop_schedule0001 .month .next { right:0; border-top-right-radius:0.95rem;}

	/* 바로가기1 */
	.M_link0001 ul{display:block; width:102%; margin-left:-1%; margin-top:0; overflow:hidden;}
	.M_link0001 li{display:block; float:left; width:48%; margin:.3rem 1%;}

	/* 갤러리 */
	.gallery0001 .list_box{height:19.5rem;}
	.gallery0001 .list_box a .img{height:15rem; border-radius:1rem 1rem 0 0}
	.gallery0001 .list_box a .cont{border-radius:0 0 1rem 1rem; padding-right:5rem;}
	.gallery0001 .list_box a .more{border-radius:1rem 0 1rem 1rem; right:1rem; width:3.5rem; height:3.5rem;}

}

@media (max-width: 560px) {	

	/* 갤러리 */
	.gallery0001 .list_box{height:17.5rem;}
	.gallery0001 .list_box a .img{height:13rem;}

	/* 식단 */
	.meal_menu0001 .inner ul{margin-right:7rem;}
	.meal_menu0001 > img{width:8rem; }

}

@media (max-width: 460px) {

	/* 캘린더 */
	.pop_schedule0001{padding-left:.75rem;}

	/* 게시판 */
	.notice0001 .titTab {padding-right:2rem;}
	.notice0001 .titTab li{ max-width:100%; padding-left:2px; font-size:0.95rem; margin-top:2px;}
	.notice0001 .btn_more{font-size:1.1rem;}

	/* 갤러리 */
	.gallery0001 .list_box{height:14.5rem;}
	.gallery0001 .list_box a .img{height:10rem;}

	/* 식단 */
	.meal_menu0001:before{height:1rem;}
	.meal_menu0001 .inner{padding:.5rem 0 1rem;}
	.meal_menu0001 .inner ul{margin-right:0rem;}
	.meal_menu0001 > img{display:none;}
}
