﻿
/* 메인비주얼 */
.MVisual0037 { position: relative; height: 100%; overflow:hidden;}
.MVisual0037 .item{overflow:hidden; line-height:0;}
.MVisual0037 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0037 .control{position:absolute; left:50%; margin-left:-30rem; bottom:6rem; z-index:1;}
.MVisual0037 .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; }
.MVisual0037 .control > a.play{display:none;}
.MVisual0037 .control > a:hover,
.MVisual0037 .control > a:focus{ background:rgba(3, 3, 39, 0.6);}

/* 팝업존 */
.pop0037 { position:relative; width:100%; height:100%;}
.pop0037 .tit_wrap{ position:absolute; left:0; top:50%; width:6.5rem; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.pop0037 h2 {color:#222; font-weight:700; font-size:1.1rem; margin-bottom: 1rem; margin-right: 7rem;}
.pop0037 .nss_pg{position: absolute; right: 0; top: 0;}
.pop0037 .nss_pg p {display: inline-block;}
.pop0037 .nss_pg p strong {position: relative; padding-right:0.5rem; font-weight: 600;}
.pop0037 .nss_pg p strong::before{width: 0.2rem; height: 0.2rem; border-radius: 50%; background: #8fa8b6; position: absolute; right: 0rem; top: calc(50% - 0.1rem); content: '';}
.pop0037 .nss_pg a {display: inline-block; vertical-align: middle; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; border-radius: 50%; color: #333; font-size: 1.2rem;}
.pop0037 .nss_pg a.stop, .pop0037 .nss_pg a.play{background: #e1f7fb; font-size: 0.8rem;}
.pop0037 .nss_pg .play {display: none;}
.pop0037 .pop_img { position:relative; height:11.25rem; overflow: hidden; border-radius: 0 2rem 2rem 2rem; background:#eee; }
.pop0037 .pop_img div,
.pop0037 .pop_img .item {height:100%;}
.pop0037 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0037 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}


/* 게시판 */
.notice0037 { position:relative; height:100%; color: #333; }
.notice0037 .titTab ul{font-size:0;}
.notice0037 .titTab li {position: relative; display:inline-block; max-width:calc(32% - 0.25rem); font-weight:400; font-size:1.1rem; font-weight: 600; vertical-align: top; background: #fff; padding-right: 1rem;}
.notice0037 .titTab li + li{padding-left: 1rem;}
.notice0037 .titTab li + li::before{width: 2px; height: 0.7rem; background: #d5d5d5; border-radius: 0.15rem; transform: rotate(40deg); -webkit-transform: rotate(40deg); position: absolute; left: 0; top: 0.4rem; content: '';}
.notice0037 .titTab li a { display:block; position:relative; color:#898a8a; padding-bottom: 0.5rem;  transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0037 .titTab li a:before{width: 0.45rem; height: 0.45rem; border-radius: 50%; background: #0e99b2; position: absolute; top: -0.5rem; right: -0.5rem; opacity: 0; content: '';}
.notice0037 .titTab li a span{ display:block; overflow:hidden; white-space:nowrap;}
.notice0037 .list_box { display:none; width:100%;}
.notice0037 .list_box ul { width:calc(100% + 1rem); max-height:14rem; margin-left:-.5rem; overflow:hidden; }
.notice0037 .list_box li:nth-of-type(n+5) {display: none;}
.notice0037 .list_box li {width:calc(50% - 1rem); margin:.5rem; float:left; }
.notice0037 .list_box li.no_data {width: 100%; text-align:center; line-height: 11rem;}
.notice0037 .list_box li a { position:relative; display:block; padding:1.2rem 1.5rem; font-weight: 400; color:#000; background: #fff; border-radius:1.5rem 0 1.5rem 1.5rem; text-align:left; border: 2px dotted #b5dfe7;}
.notice0037 .list_box li p{ font-size:0.85rem; font-weight: 600; line-height:1; margin:0 0 .25rem; text-overflow: ellipsis; white-space: nowrap; overflow:hidden; margin-bottom: 0.5rem; }
.notice0037 .list_box li span { position: relative; font-size: 0.75rem; color:#666; }
.notice0037 .list_box li a.new::before{position: absolute; top: -2px; right: -2px; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; background: #0e99b2; color:#fff; content: "N"; font-size: 0.55rem; font-family: 'Sora'; font-weight: 600; }
.notice0037 .btn_more { position:absolute; right:0; top:-0.2rem; font-size: 1.2rem; color: #222; transition: transform 0.3s; -webkit-transition: transform 0.3s;}
/* 게시판 : active */
.notice0037 .titTab li a:hover,
.notice0037 .titTab li a:focus,
.notice0037 .titTab li a.current { color:#0e99b2; font-weight: 700;}
.notice0037 .btn_more:hover,
.notice0037 .btn_more:focus,
.notice0037 .titTab li a.current:before {opacity: 1;}
.notice0037 .list_box.on { display: block; }
.notice0037 .list_box li a:hover h3{color: #0d5db3; font-weight: 700;}
.notice0037 .btn_more:hover, 
.notice0037 .btn_more:focus {transform: translateX(0.2rem); -webkit-transform: translateX(0.2rem);}


/* 식단 */
.meal_menu0037 { position:relative; padding: 1rem 2rem; height:100%; background: url('/images/schl/template/T0037/main/0037_pttrn_square.png') repeat; border-radius: 0 1.5rem 1.5rem 1.5rem;}
.meal_menu0037 .tit_wrap{position:relative; overflow: hidden; z-index: 1;}
.meal_menu0037 h2 {float: left; display: inline-block; max-width: 60%; font-size:1.1rem; color:#222; font-weight:700; white-space: nowrap; overflow: hidden;}
.meal_menu0037 .btn_more {float: left; margin-left: 2rem; font-size: 1.2rem; color: #222; transform: translateX(0); -webkit-transform: translateX(0); transition: transform 0.3s; -webkit-transition: transform 0.3s; }
.meal_menu0037 .inner { margin-top: 0.75rem;}
.meal_menu0037 .inner ul { margin-right: 9rem; height: 2.5rem; overflow-y:auto;}
.meal_menu0037 .inner li + li { margin-top:1rem; }
.meal_menu0037 .inner .no_data { text-align:center; }
.meal_menu0037 .inner dl {overflow: hidden;}
.meal_menu0037 .inner dt {float: left; display: inline-block; width: 8rem; height: 1.9rem; line-height: 1.9rem; text-align:center; font-weight: 600; padding: 0 0.75rem; color: #3b342e; background: #fff; border-radius: 1rem; font-size:.9rem;}
.meal_menu0037 .inner dd {float: left; display: inline-block; margin-left: 2rem; width: calc(100% - 10rem); font-size:0.8rem; font-weight: 500; color: #000; word-break:keep-all; }
.meal_menu0037 .meal_bg_menu0037 {position: absolute; right: 1.5rem; bottom: -.8rem; width: 8.9rem; height: 6.5rem;}
.meal_menu0037 .meal_bg_menu0037 img {max-width: 100%; max-height: 100%;}
/** 식단 : active **/
.meal_menu0037 .btn_more:hover,
.meal_menu0037 .btn_more:focus {transform: translateX(-0.2rem); -webkit-transform: translateX(-0.2rem); }

/* 바로가기1 */
.M_link0037 { height:100%; }
.M_link0037 ul{display:table; table-layout:fixed; width: 100%; }
.M_link0037 li { position:relative; display:table-cell; vertical-align:top; z-index:1; }
.M_link0037 li a { display:block; position:relative; width:100%; word-break: keep-all; text-align:center; }
.M_link0037 li a p { position:relative; display:flex; margin: auto; width: 5rem; height: 5rem; justify-content: center; align-items: center; background: #fff; border: 1px solid #cdcdcd; border-radius: 50%; }
.M_link0037 li a img { width: 2.9rem; height: 2.9rem; }
.M_link0037 li a span { display: block; font-size:0.85rem; line-height:1.2; height:2rem; padding:0 5px; margin-top: 0.85rem; overflow:hidden; font-weight: 600; color:#222; word-break: break-all;}
/** 바로가기1 : active **/
.M_link0037 li a:hover p:before,
.M_link0037 li a:focus p:before {position: absolute; top: -6px; left: -6px; width: calc(100% + 12px); height: calc(100% + 12px); border:3px solid #ebebff; border-radius: 50%; content: "";}
.M_link0037 li a:hover p,
.M_link0037 li a:focus p {border: 2px solid #4544be;}
.M_link0037 li a:hover span,
.M_link0037 li a:focus span {color: #4544be;}
.M_link0037 li a:hover img,
.M_link0037 li a:focus img{ transform: translateY(-5px); -webkit-transform: translateY(-5px); }
.M_link0037 li a,
.M_link0037 li a p,
.M_link0037 li a span,
.M_link0037 li a img { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 캘린더 */
.pop_schedule0037 { position:relative; padding: 1.5rem 2rem; height:100%; background: #6664d2; border-radius: 1.5rem 0 1.5rem 1.5rem;}
.pop_schedule0037 h2{max-width: 80%; color:#fff; font-weight:600; font-size:1.1rem; margin-bottom: 0.5rem; white-space: nowrap; overflow: hidden;}
.pop_schedule0037 .month {position:relative; margin: 1.5rem 0 1.5rem 1rem; padding-left: 1.5rem; height: 2.25rem; line-height: 2.25rem; text-align: center; font-size: 1rem; font-weight: 600; background: #fff; border-radius: 0.75rem 0 0.75rem 0.75rem;}
.pop_schedule0037 .month:after {position: absolute; top: -0.775rem; left: -1.75rem; width: 3.8rem; height: 3.8rem; background: #fff url('/images/schl/template/T0037/main/0037_bg_sche.png') no-repeat center center; border-radius: 50%; content: "";}
.pop_schedule0037 .month a {display: inline-block; }
.pop_schedule0037 .month span { display: inline-block; margin: 0 1.25rem; font-weight: 600; color:#222;}
.pop_schedule0037 .month span em { color:#6562d1; }
.pop_schedule0037 .lst ul {padding-right:0.5rem; height: 6rem; color: #fff; overflow-y:auto;}
.pop_schedule0037 .lst .no_data {width: 100%; padding-left:0; padding-top:1.5rem; text-align:center; }
.pop_schedule0037 .lst li{position: relative;}
.pop_schedule0037 .lst li a { position:relative; display:block; padding-left:4rem; height:1.5rem; line-height:1.5rem; font-size:0.75rem; font-weight: 400; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.pop_schedule0037 .lst li a span{ position:absolute; left:0; top:0; font-weight: 600; width: 4rem; color: #d8e4fd; font-size:0.8rem;}
.pop_schedule0037 .lst li a span::before{position: absolute; right: 1rem; top: 30%; width: 3px; height: 40%; background: #fff; transform: rotate(15deg); -webkit-transform: rotate(15deg); border-radius: 3px; content: '';}
.pop_schedule0037 .btn_more {position:absolute; top: 1.5rem; right: 1.5rem; font-size: 1.2rem; color: #fff; transition: transform 0.3s; -webkit-transition: transform 0.3s;}
/** 캘린더 : active **/
.pop_schedule0037 .lst li a:hover,
.pop_schedule0037 .lst li a:focus { text-decoration:underline; }
.pop_schedule0037 .btn_more:hover,
.pop_schedule0037 .btn_more:focus { transform: rotate(180deg); -webkit-transform: rotate(180deg);}

/* 갤러리 */
.gallery0037 { position:relative; height: 100%;}
.gallery0037 .tit_wrap {margin-bottom: 1.5rem; overflow: hidden;}
.gallery0037 .tit_wrap h2 {float: left; display: inline-block; max-width: 45%; font-size:1.1rem; color:#222; font-weight:700; white-space: nowrap; overflow: hidden;}
.gallery0037 .tit_wrap span {float: left; display: inline-block; margin-top: 0.25rem; margin-left: 1rem; font-size: 0.85rem; color:#555; white-space: nowrap;}
.gallery0037 .list_box {margin: 0 -1rem;}
.gallery0037 .list_box::after{display: block; content: ''; clear: both;}
.gallery0037 .list_box .item {width: 25%; float: left; padding: 0 1rem;}
/* .gallery0037 .list_box .item:nth-child(4) ~ .item{display:none;} */
.gallery0037 .list_box .item.no_data{padding:3rem 0; font-size:.9rem; text-align:center; width: 100%; }
.gallery0037 .list_box .item a { position:relative; display:block;}
.gallery0037 .list_box a .img{ height:10rem; overflow:hidden; border-radius:1.5rem; background:#e1e1e1; box-shadow: 6px 6px 25px rgba(90,178,194,0.2);}
.gallery0037 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; height:auto; }
.gallery0037 .list_box a .txt{ position: absolute; bottom: 0; left: 0; display:inline-block; padding: 0 1.5rem; width: 80%; height: 2.5rem; line-height: 2.5rem; white-space:nowrap; text-overflow:ellipsis; color: #333; font-weight:600; font-size:0.9rem; background: #fff; border-radius: 0 1.5rem 0 1.5rem; overflow:hidden;}
.gallery0037 .btn_more {transition: 0.3s; -webkit-transition: 0.3s;}
.gallery0037 .nss_pg{position: absolute; right: 0; top: 0;}
.gallery0037 .nss_pg p {display: inline-block; font-size:0.9rem;}
.gallery0037 .nss_pg p strong {position: relative; padding-right:0.5rem; font-weight: 700;}
.gallery0037 .nss_pg p strong::before{width: 0.2rem; height: 0.2rem; border-radius: 50%; background: #0db199; position: absolute; right: 0rem; top: calc(50% - 0.1rem); content: '';}
.gallery0037 .nss_pg a {display: inline-block; vertical-align: middle; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; border-radius: 50%; color: #333; font-size: 1.2rem;}
.gallery0037 .nss_pg a.stop, 
.gallery0037 .nss_pg a.play{background: #e1f7fb; font-size: 0.8rem;}
.gallery0037 .nss_pg .play {display: none;}
.gallery0037 .slick-list {padding-bottom: 1.5rem;}

/** 갤러리 : active **/
.gallery0037 .btn_more:hover,
.gallery0037 .btn_more:focus { transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.gallery0037 .list_box a:hover .txt,
.gallery0037 .list_box a:hover .txt{text-decoration: underline; }

/* 배너존 */
.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.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: 1400px) {
	/* 메인비주얼 */
	.MVisual0037 .control{bottom: 2rem;}
}

@media (max-width: 1240px) {
	/* 메인비주얼 */
	.MVisual0037 .item img{width:150%; height:auto; left:-25%; transform: none; -webkit-transform: none; -ms-transform: none;}
	.MVisual0037 .control{left:1rem; margin-left:0;}

	/* 팝업존 */
	.pop0037 .pop_img .item img {width:auto; height:100%;}

	/* 오늘의식단 */
	.meal_menu0037 .inner ul {margin-right: 0;}
	.meal_menu0037 .meal_bg_menu0037 {top: -2rem; right: 1rem; bottom: auto; width: 7rem;}

	/* 바로가기1 */
	.M_link0037 li a p {width: 4rem; height: 4rem;}
	.M_link0037 li a img {width: 2.7rem; height: 2.7rem;}
}

@media (max-width: 1024px) {
}

@media (min-width: 768px) and (max-width: 860px) {
	/* 게시판 */
	.notice0037 .list_box ul {width: 100%; margin-left: 0;}
	.notice0037 .list_box li {margin:.5rem 0; width: 100%;}
	.notice0037 .list_box li:nth-of-type(n+3) {display: none;}
}

@media (max-width: 860px) {
	/* 타이틀요소 */
	.pop0037 h2,
	.meal_menu0037 h2,
	.pop_schedule0037 h2 {font-size: 1rem;}

	/* 비주얼 */
	.MVisual0037 .item img{width: 150%; left: -25%;}
	.MVisual0037 .control > a{width:1.6rem; height:1.6rem; line-height:1.6rem;}

	/* 공지사항 */
	.notice0037 .titTab li{font-size: 1rem;}

	/* 식단 */
	.meal_menu0037 .btn_more {margin-top: -0.15rem; margin-left: 0.5rem;}

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {
	/* 팝업존 */
    .pop0037 .pop_img{ height:auto; text-align:center; }
    .pop0037 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

	/* 게시판 */
	.notice0037 .list_box li.no_data {line-height: 5rem;}
}

@media (max-width: 640px) {	
	/* 오늘의식단 */
	.meal_menu0037 {padding: 1.5rem;}
	.meal_menu0037 .inner ul {padding-right: 1rem; height: 5rem;}
	.meal_menu0037 .inner dt {width: 100%;}
	.meal_menu0037 .inner dd {margin-top: 0.75rem; margin-left: 0; width: 100%;}

	/* 바로가기1 */
	.M_link0037 ul {display: block; overflow: hidden;}
	.M_link0037 li {float: left; width: 33.33%;}
	.M_link0037 li:nth-of-type(-n+3) {margin-bottom: 1rem;}
	.M_link0037 li:nth-of-type(4) {clear: both;}

	/* 캘린더 */
	.pop_schedule0037 {padding: 1.5rem;}
}

@media (max-width: 560px) {	
	/* 갤러리 */
	.gallery0037 .tit_wrap span {display: none;}
}

@media (max-width: 460px) {
	/* 게시판 */
	.notice0037 .list_box ul {width: 100%; margin-left: 0;}
	.notice0037 .list_box li {margin:.5rem 0; width: 100%;}
	.notice0037 .list_box li:nth-of-type(n+3) {display: none;}

	/* 오늘의식단 */
	.meal_menu0037 .tit_wrap{padding: 0.5rem 1rem; background: rgba(74, 73, 202, 0.75); border-radius: 1.5rem;}
	.meal_menu0037 h2,
	.meal_menu0037 .btn_more {color: #fff;}
	.meal_menu0037 .btn_more {float: right;}
}

@media (max-width: 380px) {
	/* 메인비주얼 */
	.MVisual0037 .control {bottom: 1rem;}

	/* 공지사항 */
	.notice0037 .titTab li {max-width:calc(100% - 2.5rem);}

	/* 바로가기1 */
	.M_link0037 li a p {width: 3.5rem; height: 3.5rem;}
	.M_link0037 li a img {width: 2.5rem; height: 2.5rem;}

	/* 캘린더 */
	.pop_schedule0037 .month span {margin: 0 0.5rem;}
}