﻿/*-----------------------------------------------------------
Author : YeJin, Son
Creative date :2022. 04. 13
-----------------------------------------------------------*/

/* btn_more */
.btn_more { position: absolute; top: 0; right: 0; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; border-radius: .5rem; background: #e8e8e8; color: #333; font-size: .9rem; text-align: center; }
.btn_more,
.btn_more i { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.btn_more:hover i,
.btn_more:focus i { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }

/* 메인비주얼 */
.MVisual0040 { position: relative; height: 100%; overflow:hidden;}
.MVisual0040 .item{overflow:hidden; line-height:0;}
.MVisual0040 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0040 .control{position:absolute; left:50%; margin-left:-30rem; bottom:0; z-index:1;}
.MVisual0040 .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; }
.MVisual0040 .control > a.play{display:none;}
.MVisual0040 .control > a:hover,
.MVisual0040 .control > a:focus{ background:rgb(17, 50, 30, 0.9);}

/* 바로가기1 */
.M_link0040 { position:relative; height:100%; }
.M_link0040 ul { width: 100%; display:table; table-layout:fixed; }
.M_link0040 li { position:relative; display: table-cell; vertical-align:top; z-index:1; }
.M_link0040 li a { display:block; position:relative; word-break: keep-all; text-align:center;}
.M_link0040 li a .img { width: 5.25rem; height: 5.25rem; line-height: 7.25rem; margin: auto; text-align: center; border: 4px solid #e9e9e9; border-radius: 50%; margin-bottom: 1.3rem; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.M_link0040 li a img { width:59px; height:59px; }
.M_link0040 li a span { position: relative; display: inline-block; font-size:0.8rem; line-height:1rem; max-height:2rem; padding:0 5px; overflow:hidden; font-weight: 600; color:#333; }
.M_link0040 li a span:before{content:""; position:absolute; left:50%; bottom:0; width:0; height:10px; background:#b1efff; border-radius:5px; z-index: -1;}
/** 바로가기1 : active **/
.M_link0040 li a:hover .img,
.M_link0040 li a:focus .img{ box-shadow: 3px 3px 13px rgba(66, 158, 245, 0.25); border-color:#439df3; }
.M_link0040 li a:hover span,
.M_link0040 li a:focus span { font-weight: 700; }
.M_link0040 li a:hover span:before,
.M_link0040 li a:focus span:before{left:0; width:100%;}
.M_link0040 li a,
.M_link0040 li a span,
.M_link0040 li a span::before { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 게시판 */
.notice0040 { position:relative; height:100%; }
.notice0040 .titTab a,
.notice0040 .titTab span,
.notice0040 .list_box li,
.notice0040 .list_box li a,
.notice0040 .list_box .topList{position:relative; display:block;}
.notice0040 .titTab {position: relative; overflow: hidden;}
.notice0040 .titTab:before { content:""; display:block; position:absolute; top:1rem; left:0; width:calc(100% - 2.5rem); height:1px; background:#ccc; }
.notice0040 .titTab ul { font-size:0; margin-right: 2rem;}
.notice0040 .titTab li { position:relative;display: inline-block;max-width: 33%;vertical-align: top;background: #fff; padding: 0 0.8rem; left: -0.8rem; }
.notice0040 .titTab li + li::before{width: 1px;height: 1.05rem;background: #d4d4d4;position: absolute;left: 0;top: 0.4rem;content: '';}
.notice0040 .titTab a {line-height:2rem; text-align:center; font-size:1rem; font-weight: 600; color:#333; padding: 0 0.2rem; }
.notice0040 .titTab li a::before{position: absolute; bottom: 0.2rem; left: 0; width:0%; height: 15px; border-radius: 2rem; content: ""; opacity: 0; z-index:0;}
.notice0040 .titTab a span{ overflow:hidden; white-space:nowrap;}
.notice0040 .topList { position:relative; min-height:5.5rem; margin:1rem auto; overflow:hidden; border: 2px dashed #d6d6d6; border-radius: 1.5rem; background: #fff; padding: 1.2rem 2.5rem 1.2rem 6.6rem;}
.notice0040 .topList dt{ position: relative; line-height: 1.5rem; font-size:0.95rem; color:#000; font-weight: 600; text-overflow: ellipsis; white-space: nowrap;  overflow:hidden; margin-bottom: .3rem; }
.notice0040 .topList dl.new dt { padding-left: 2rem; }
.notice0040 .topList dl.new dt::before {position: absolute; top: 0; left: 0; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; border-radius: 50%; text-align: center; font-weight: 400; color: #fff; content: "N"; font-size: 0.8rem; }
.notice004001 .topList dl.new dt::before { background: #2d92f2; }
.notice004002 .topList dl.new dt::before { background: #08b19b; }
.notice0040 .topList p{font-size:.8rem; line-height:1.5rem; text-overflow: ellipsis; white-space: nowrap;  overflow:hidden; color:#888;}
.notice0040 .topList .date { position: absolute; width: 5.55rem; height: 100%; top: 0; left: 0; font-size: 0.75rem; color: #010101; text-align: center; line-height: 1.2; z-index: 1; border-radius: 1.5rem; padding: 1.5rem 1.2rem;}
.notice004001 .topList .date { background: #def8ff; }
.notice004002 .topList .date { background: #dcf6f3; }
.notice0040 .topList .date em {display: block; font-size: 1.4rem; font-weight: 700; }
.notice0040 .list_box { display:none; width:100%; }
.notice0040 .list_box ul { height:7rem; overflow:hidden; }
.notice0040 .list_box li { position: relative; }
.notice0040 .list_box li a{ line-height:1.85rem; display:block;}
.notice0040 .list_box li a.new p{ padding-left: 1.5rem; }
.notice0040 .list_box li a.new p::before { position: absolute; top: 6px; left: 0; width: 1.25rem; height: 1.25rem; line-height: 1.25rem; border-radius: 50%;  color: #fff; text-align: center; content: "N"; font-size: 0.7rem; font-weight: 400; }
.notice004001 .list_box li a.new p::before { background: #2d92f2; }
.notice004002 .list_box li a.new p::before { background: #08b19b; }
.notice0040 .list_box li p{ width:calc(100% - 4.5rem); overflow:hidden; font-size:.8rem; color:#000; text-overflow: ellipsis; white-space: nowrap; padding-left: 1rem;}
.notice0040 .list_box li p::before { position: absolute; top: 0.7rem; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #bbb; content: ""; }
.notice0040 .list_box li span { position:absolute; right:0; top:0; font-size:.75rem; color:#666; }
.notice0040 .btn_more { top: 5px; }
/* 게시판 : 데이터 없음 */
.notice0040 .list_box dl.no_data dt{line-height:3.3; margin-bottom: 0; }
.notice0040 .list_box dl.no_data .date p{padding-top:0;}
.notice0040 .list_box li.no_data{text-align:center; line-height:7rem;}
/* 게시판 : active */
.notice0040 .topList:hover:before,
.notice0040 .topList:focus:before{background-color:#f1fae7;}
.notice0040 .titTab a:hover,
.notice0040 .titTab a:focus,
.notice0040 .titTab a.current { font-weight: 700; }
.notice0040 .titTab li a.current:before { opacity: 1; width:100%; }
.notice004001 .titTab li a.current:before { background: #b1efff; }
.notice004002 .titTab li a.current:before { background: #b1ffec; }
.notice0040 .list_box.on { display: block; }
.notice0040 .topList:hover dd p,
.notice0040 .topList:hover dd p { text-decoration: underline; }
.notice004001 .topList:hover dt,
.notice004001 .topList:focus dt,
.notice004001 .list_box li a:hover p,
.notice004001 .list_box li a:focus p { color:#2d92f2; }
.notice004001 .list_box li a:hover p::before,
.notice004001 .list_box li a:focus p::before { background:#2d92f2; }
.notice004001 .btn_more:hover,
.notice004001 .btn_more:focus { background:#2d92f2; color: #fff; }
.notice004002 .topList:hover dt,
.notice004002 .topList:focus dt,
.notice004002 .list_box li a:hover p,
.notice004002 .list_box li a:focus p { color:#08b19b; }
.notice004002 .list_box li a:hover p::before,
.notice004002 .list_box li a:focus p::before { background:#08b19b; }
.notice004002 .btn_more:hover,
.notice004002 .btn_more:focus  { background:#08b19b; color: #fff; }
.notice0040 a, 
.notice0040 :before{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 식단 */
.meal_menu0040 { position:relative; height:100%;}
.meal_menu0040:before{content:""; position:absolute; left:0; bottom:0; width:100%; height:1.5rem; background:url('/images/schl/template/T0040/main/0040_pttrn_slide.png'); border-radius:2.5rem;}
.meal_menu0040 .tit_wrap{position:relative;}
.meal_menu0040 .tit_wrap:before { content:""; display:block; position:absolute; top:.7rem; left:0; width:calc(100% - 2.5rem); height:1px; background:#ccc; }
.meal_menu0040 h2 { position:relative; display:inline-block; max-width:calc(100% - 5rem); color:#222; font-weight:700; font-size:1rem; line-height:1.5rem; padding-right:1rem; background:#fff; }
.meal_menu0040 .inner { position:relative; padding:1.5rem 0.5rem 2rem; z-index:1;}
.meal_menu0040 .inner ul { overflow-y:auto; height:5rem; margin-right: 12rem;}
.meal_menu0040 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0040 .inner li + li { margin-top:1rem; }
.meal_menu0040 .inner .no_data { line-height: 5rem; text-align:center; }
.meal_menu0040 .inner dl { position:relative; min-height:6rem;}
.meal_menu0040 .inner dt { font-weight:700; color:#222; font-size: 1rem; }
.meal_menu0040 .inner dt span { color: #1180ea; }
.meal_menu0040 .inner dd { font-size:0.85rem; word-break:keep-all; padding-top:1.1rem; font-weight: 600; }
.meal_menu0040 > img{position:absolute; right:.5rem; bottom:1rem; width: 234px; height: 142px; }
/* 식단 : active */
.meal_menu0040 .btn_more:hover,
.meal_menu0040 .btn_more:focus { background:#2d92f2; color: #fff; }

/* 팝업존 */
.pop0040 { position:relative; width:100%; height:100%; padding-left:9rem; padding-right: 1.7rem; }
.pop0040::before { position: absolute; width: calc(100% - 10rem); height: 100%; bottom: -1.3rem; right: 0; background: url('/images/schl/template/T0040/main/0040_pttrn_square.png'); border-radius: 1rem; content: ""; z-index: -1; }
.pop0040 .tit_wrap{ position:absolute; left:0; top:0; width:8.65rem; }
.pop0040 h2 { color:#222; font-weight:700; font-size:1rem; line-height:1.5rem; }
.pop0040 .nss_pg{position:relative; margin-top:6.5rem; line-height: 1; }
.pop0040 .nss_pg::before { position: absolute; bottom: 0.65rem; right: 2.5rem; width: 2.3rem; height: 1px; background: #d4d4d4; content: ""; }
.pop0040 .nss_pg p { position:absolute; left:0; top:-2.2rem; line-height:1.75rem; color:#666; font-weight: 600; background: #f1f1f1; border-radius: 2rem; font-size:.8rem; padding: 0 0.8rem;}
.pop0040 .nss_pg p strong {color: #429ef5; }
.pop0040 .nss_pg p strong + span:before{content:""; display:inline-block; width:4px; height:4px; margin:0 8px; background:#222; border-radius: 50%; vertical-align: middle; }
.pop0040 .nss_pg a {display: inline-block; overflow: hidden; width:1.35rem; height:1.35rem; line-height:1.35rem; border-radius:50%; text-align:center; color:#fff; font-size:.9rem; background:#2d92f2;}
.pop0040 .nss_pg .next{margin-left:0.3rem;}
.pop0040 .nss_pg .play,
.pop0040 .nss_pg .stop { margin-left: 3.1rem; }
.pop0040 .nss_pg .play {display: none;}
.pop0040 .pop_img { position:relative; height:11.25rem; overflow: hidden; border-radius:1rem; background: #ececec; box-shadow: 7px 5px 4px rgba(212, 212, 212, 0.3);}
.pop0040 .pop_img div,
.pop0040 .pop_img .item {height:100%;}
.pop0040 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0040 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 팝업존 : active */
.pop0040 .nss_pg a:hover,
.pop0040 .nss_pg a:focus { background: #049893; }
.pop0040 .nss_pg a { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0040 { position:relative; height: 100%; padding-left: 10.9rem; }
.gallery0040 .tit_wrap { position: absolute; top: 1rem; left: 0; width: 10.9rem; padding-left: 1.1rem; }
.gallery0040 .tit_wrap h2 { position: relative; color:#000; font-weight:700; font-size:2rem; margin-bottom: 1rem; padding-bottom: 1rem; white-space: nowrap; overflow: hidden;}
.gallery0040 .tit_wrap h2::before { position: absolute; bottom: 0; left: 0; height: 1px; width: 67px; background: #222; content: ""; }
.gallery0040 .tit_wrap p { font-size: 0.8rem; color: #222; font-weight:700;}
.gallery0040 .list_box ul { width: calc(100% + 4rem); height: 16.5rem; margin: 0 -1rem; overflow: hidden; }
.gallery0040 .list_box li {float: left; width:calc(100% / 3); }
.gallery0040 .list_box li.no_data{ width:98%; height:100%; display:flex; align-items:center; justify-content:center; font-size:.9rem; background:rgba(0,0,0,0.1); border-radius:2rem; float:right;}
.gallery0040 .list_box a { position:relative; display:block; font-size:.9rem; color:#000; }
.gallery0040 .list_box a .img { position: relative; width: 13.95rem; height:13.95rem; border-radius:50%; margin: auto; border-radius: 50%; overflow: hidden; border: 3px solid #fff; }
.gallery0040 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; height:auto;}
.gallery0040 .list_box a strong{ display: block; font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#000; font-size: .9rem; text-align: center; margin: .7rem 0 0.6rem; padding: 0 1.5rem; }
.gallery0040 .btn_more { width: 2.25rem; height: 2.25rem; line-height: 2.25rem; border-radius: 50%; font-size: 1.25rem; color: #429ef5; background: #fff; left: 1rem; top: auto; bottom: 4.6rem; }
/** 갤러리 : active **/
.gallery0040 .list_box a:hover .img,
.gallery0040 .list_box a:focus .img { border-color: #429ef5; }
.gallery0040 .list_box a:hover strong,
.gallery0040 .list_box a:focus strong{color: #429ef5; }
.gallery0040 a, 
.gallery0040 a span,
.gallery0040 .list_box a .img{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 캘린더 */
.pop_schedule0040 { position:relative; height:100%; padding:1.6rem 0 1.6rem 15.15rem; border-radius: 5rem; background: #fff; box-shadow: 6px 6px 7px rgba(163, 163, 163, 0.16); }
.pop_schedule0040::before { position: absolute; bottom: -3.55rem; right: -2.9rem; width: 4.7rem; height: 6.55rem; background: url('/images/schl/template/T0040/main/0040_sche_bg02.png') no-repeat center / cover; content: ""; } 
.pop_schedule0040 .tit_wrap { position: absolute; top: 0; left: 0; width: 14.1rem; height: 100%; line-height: 5rem; background: #049893; text-align: center; border-radius: 5rem; }
.pop_schedule0040 .tit_wrap::before { position: absolute; top: -6.15rem; left: 2.9rem; width: 7.6rem; height: 6.15rem; background: url('/images/schl/template/T0040/main/0040_sche_bg01.png') no-repeat center / cover; content: ""; } 
.pop_schedule0040 h2 { display: inline-block; color:#fff; font-weight: 600; font-size:1rem; margin-right: 1.2rem;}
.pop_schedule0040 .month { position:relative; display: inline-block; line-height:2.85rem; text-align:center; }
.pop_schedule0040 .month a { display: inline-block; color:#fff; }
.pop_schedule0040 .month span { font-weight: 400; font-size: 1rem; color:#fff; }
.pop_schedule0040 .month span em {color:#ffef97; font-weight:700; }
.pop_schedule0040 .lst { position:relative; z-index:1; margin-right: 7.25rem; }
.pop_schedule0040 .lst ul { overflow-y:auto; height:2rem; padding-right:0.5rem;}
.pop_schedule0040 .lst .no_data { width: 100%; line-height: 2rem; text-align:center; }
.pop_schedule0040 .lst li { float: left; width: calc(100% / 4); display: block; }
.pop_schedule0040 .lst li a { position:relative; padding-left:2rem; display:block; line-height:2rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.8rem; font-weight: 600; color:#222;}
.pop_schedule0040 .lst li a span{ position:absolute; left:0; top:.2rem; width:1.6rem; height:1.6rem; line-height:1.6rem; font-size:.8rem; border-radius:50%; text-align:center; color:#fff; background:#049893; border: 1px solid transparent; font-weight:400; }
.pop_schedule0040 .btn_more { width: auto; right: 2.8rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); color: #049893; background: none; font-size: 0.8rem; font-weight: 700; vertical-align: middle; }
.pop_schedule0040 .btn_more i { font-size: 1.1rem; vertical-align: text-top; margin-left: .4rem; }
/** 캘린더 : active **/
.pop_schedule0040 .lst li a:hover,
.pop_schedule0040 .lst li a:focus { text-decoration:underline; }
.pop_schedule0040 .lst li a:hover span,
.pop_schedule0040 .lst li a:focus span{background:#e0f8fe; color: #333; border-color: #049893; font-weight: 600;}
.pop_schedule0040 a,
.pop_schedule0040 a span{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 배너존 */
.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;}

@media (max-width: 1240px) {
	/* 메인비주얼 */
	.MVisual0040 .item img { width: 130%; margin-left: 0; height: auto; }
	.MVisual0040 .control { margin-left: 0; left: 1rem; }

	/* 갤러리 */
	.gallery0040 .list_box ul { width: 100%; margin: 0; }
	
	/* 캘린더 */
	.pop_schedule0040::before { display: none; }

	/* 팝업존 */
	.pop0040 .pop_img .item img {width:auto; height:100%;}
}

@media (max-width: 1110px) {
	/* 식단 */
	.meal_menu0040 .inner ul { margin-right: 10rem; }
	.meal_menu0040 > img { width: 200px; height: auto; }

	/* 팝업존 */
	.pop0040 { padding-left: 5rem; padding-right: 1.3rem; }
	.pop0040 .tit_wrap { width: 4.65rem; }
	.pop0040 .nss_pg::before { display: none; }
	.pop0040 .nss_pg .play, 
	.pop0040 .nss_pg .stop { margin-left: 0; }

	/* 갤러리 */
	.gallery0040 .tit_wrap h2 { font-size: 1.8rem; }
	.gallery0040 .list_box li { width: calc(100% / 2); }

	/* 캘린더 */
	.pop_schedule0040 .lst li { width: calc(100% / 3); }
	
}

@media (max-width: 860px) {
	/* 게시판 */
	.notice0040 .titTab li { padding: 0 0.5rem; left: -0.5rem; }
	.notice0040 .titTab a { font-size: 0.95rem; }

	/* 갤러리 */
	.gallery0040 .list_box ul { height: 14.5rem; }
	.gallery0040 .list_box a .img { width: 12rem; height: 12rem; }
	.gallery0040 .btn_more { bottom: 1.6rem; }

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}

	/* 캘린더 */
	.pop_schedule0040 { padding: 0; background: none; border-radius: 0; box-shadow: none; }
	.pop_schedule0040 .tit_wrap { position: relative; display: inline-block; width: auto; padding: 0 1rem; line-height: 2.5rem; }
	.pop_schedule0040 .tit_wrap::before { left: 4.9rem; }
	.pop_schedule0040 .sche_wrap { margin-top: 1rem; padding:1.6rem; border-radius: 1rem; overflow: hidden; background: #fff; box-shadow: 6px 6px 7px rgba(163, 163, 163, 0.16); }
	.pop_schedule0040 .lst { margin-right: 0; }
	.pop_schedule0040 .btn_more { width: 2.25rem; height: 2.25rem; line-height: 2.25rem; border-radius: 50%; font-size: 1.25rem; color: #049893; background: #fff; top: 5px; right: 0; transform: translateY(0); font-size: 0; border: 1px solid #049893; }
	.pop_schedule0040 .btn_more i { margin-left: 0; vertical-align: middle; }
}

@media (max-width: 768px) {
	/* 바로가기1 */
	.M_link0040 li { display: inline-block; width: calc(100% / 3); vertical-align: top; }
	.M_link0040 li a .img { margin-bottom: .6rem; }
	.M_link0040 li a span { margin-bottom: 1rem; }

	/* 팝업존 */
    .pop0040 .pop_img{ height:auto; text-align:center; }
    .pop0040 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}
}

@media (max-width: 700px) {
	/* 갤러리 */
	.gallery0040 { padding-left: 0; }
	.gallery0040 .tit_wrap { position: relative; top: auto; width: 100%; padding-left: 0; }
	.gallery0040 .tit_wrap h2 { margin-bottom: 1rem; padding-bottom: 0; font-size: 1.2rem; margin-right: 3rem; }
	.gallery0040 .tit_wrap h2::before { display: none; }
	.gallery0040 .tit_wrap p { display: none; }
	.gallery0040 .btn_more { bottom: auto; top: -5px; left: auto; right: 0; border: 1px solid #429ef5; }

	/* 캘린더 */
	.pop_schedule0040 .tit_wrap::before { display: none; }
} 

@media (max-width: 520px) {
	/* 게시판 */
	.notice0040 .topList { padding: 1rem 1rem 1rem 6rem; }
	.notice0040 .topList .date { padding: 1.3rem 1rem; }

	/* 식단 */
	.meal_menu0040 .inner ul { margin-right: 8rem; }
	.meal_menu0040 > img { width: 160px; }

	/* 갤러리 */
	.gallery0040 .tit_wrap h2 { font-size: 1rem; }
	.gallery0040 .list_box li { width: 100%; }

	/* 캘린더 */
	.pop_schedule0040 h2 { font-size: 1rem; }
	.pop_schedule0040 .sche_wrap { padding: 1.2rem; }
	.pop_schedule0040 .lst ul { height: 4rem; }
	.pop_schedule0040 .lst li { width: calc(100% / 2); }
	.pop_schedule0040 .lst .no_data { line-height: 4rem; }
}

@media (max-width: 430px) {
	/* 게시판 */
	.notice0040 .titTab:before { display: none; }
	.notice0040 .titTab li { max-width:100%; }
	
	/* 팝업존 */
	.pop0040 { padding-left: 0; padding-right: 0; }
	.pop0040::before { width: calc(100% - 2rem); height: calc(100% - 4rem); }
	.pop0040 .tit_wrap { position: relative; width: 100%; }
	.pop0040 .nss_pg { margin-top: 0; position: absolute; top: 0; right: 0; }
	.pop0040 .nss_pg p { position: relative; top: auto; display: inline-block; vertical-align: middle; }
	.pop0040 .nss_pg a { vertical-align: middle; }
	.pop0040 .pop_img { margin-top: 1rem; margin-right: 1rem; }

	/* 식단 */
	.meal_menu0040 .inner ul { margin-right: 0; }
	.meal_menu0040 > img { width: 120px; }

	/* 캘린더 */
	.pop_schedule0040 .lst ul { height: 8rem; }
	.pop_schedule0040 .lst li { width: 100%; }
}

@media (max-width: 360px) {
	/* 갤러리 */
	.gallery0040 .btn_more { width: 1.8rem; height: 1.8rem; line-height: 1.8rem; top: 0; }

	/* 캘린더 */
	.pop_schedule0040 .tit_wrap { border-radius: 1rem; text-align: left; width: 100%; }
	.pop_schedule0040 h2 { display: block; }
	.pop_schedule0040 .month { line-height: 1.2; text-align: center;  width: 100%; }
	.pop_schedule0040 .btn_more { width: 1.8rem; height: 1.8rem; line-height: 1.8rem; top: 10px; right: 1rem; }
}