﻿/* btn_more */
.btn_more { position: absolute; top: 0; right: 0; width: 2.25rem; height: 2.25rem; line-height: 2.25rem; border-radius: 50%; text-align: center; font-size: 1.2rem; background:#00abea; color:#fff; }
/* btn_more : active */
.btn_more:hover i,
.btn_more:focus i { transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); }
.btn_more i { -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 메인비주얼 */
.MVisual0043 { position: relative; height: 100%; line-height:1; border-radius: 2rem; isolation: isolate; overflow: hidden; background: #f1f1f1; box-shadow: 0 0 15px rgba(4,143,74,0.25); }
.MVisual0043 .slider{position:relative; height:100%; overflow:hidden; z-index:0;}
.MVisual0043 .slider div,
.MVisual0043 .slider a{height:100%;}
.MVisual0043 .item{overflow:hidden; line-height:0;}
.MVisual0043 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
.MVisual0043 .control{position:absolute; right:1.5rem; bottom:1.5rem; z-index:1;}
.MVisual0043 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; color:#333; border:1px solid #ddd; text-align: center; border-radius:50%; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; background:rgba(255,255,255,0.75);}
.MVisual0043 .control > a.play{display:none;}
.MVisual0043 .control > a:hover,
.MVisual0043 .control > a:focus{ background:#0066b3; color:#fff;}

/* 식단 */
.meal_menu0043 { position:relative; height:100%; color:#000; padding-top:1.4rem; }
.meal_menu0043 .tit_wrap { position:absolute; width:100%; padding-right:8.65rem; top:0; left:0; display: block; z-index:2; }
.meal_menu0043 .tit_wrap h2 { position:relative; display: inline-block; font-weight: 600; font-size:1rem; line-height:2.75rem; background: #ffc341; color:#111; padding: 0 1.95rem; text-align: center; border-radius: 1.5rem 1.5rem 1.5rem 0; max-width: 100%; }
.meal_menu0043 .tit_wrap h2 span { display: block; width:100%; overflow:hidden; white-space:nowrap; }
.meal_menu0043 .inner { position:relative; width: 100%; height:100%; display: inline-block; vertical-align: middle; padding: 2.5rem 1.5rem 0; background:#fff; border-radius:0 1.5rem 1.5rem; }
.meal_menu0043 .inner ul { overflow-y:auto; height:6rem; }
.meal_menu0043 .inner li{min-height: 2.7rem; }
.meal_menu0043 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0043 .inner li + li { margin-top:1rem; }
.meal_menu0043 .inner .no_data {line-height: 6rem; text-align:center; }
.meal_menu0043 .inner dl { position:relative; height: auto; }
.meal_menu0043 .inner dt { display:block; color: #333; font-size: 0.9rem; font-weight: 600; }
.meal_menu0043 .inner dt strong{ display: inline-block; width: 3rem; height: 1.5rem; line-height: 1.5rem; text-align: center; background: #048f4a; color: #fff; font-size: 0.9rem; border-radius: 0.75rem; margin-right: 0.5rem; font-weight: 500; }
.meal_menu0043 .inner dt em { font-weight: 700; font-size: 1rem; }
.meal_menu0043 .inner dd { position: relative; color:#555; font-size:0.8rem; font-weight: 400; word-break:keep-all; padding-top: 0.8rem; line-height: 1.3rem; letter-spacing: -0.05rem; }
.meal_menu0043 > img { position:absolute; bottom: -0.8rem; right: 1.75rem; max-width: 6.3rem; max-height: 2.7rem; }
.meal_menu0043 .btn_more { top: 0.3rem; right:1.5rem; color:#111; background: #ffc642; z-index:3; font-size: 1.3rem; }

/* 팝업존 */
.pop0043 { position:relative; width:100%; height:100%; }
.pop0043 h2 { color:#111; font-weight:700; font-size:1rem; line-height:2.8rem; white-space: nowrap; overflow:hidden;}
.pop0043 .tit_wrap{position:relative; padding-right:8rem; }
.pop0043 .control { position:absolute; bottom: -1.2rem; right: 0; z-index:2; width:9.1rem; background:#fff; text-align:center; border-radius:2.5rem 0 2.5rem 2.5rem; }
.pop0043 .control p { display:inline-block; line-height: 2.7rem; vertical-align:middle; color:#333700; font-size:0.8rem; margin-right:0.7rem; }
.pop0043 .control p strong { color:#0068b7; font-weight:600; vertical-align: middle; }
.pop0043 .control p span{ vertical-align: middle; color:#333700; font-weight: 500; }
.pop0043 .control p strong + span:before{content:""; display:inline-block; width:10px; height:2px; margin:0 8px; background:#555; vertical-align: middle; }
.pop0043 .control a { position: relative; display:inline-block; overflow:hidden; color:#000; font-size:1rem; vertical-align:middle; transition: all 0.15s; -webkit-transition: all 0.15s; }
.pop0043 .control .stop,
.pop0043 .control .play { width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #d4f0ff; text-align: center; }
.pop0043 .control .stop::before{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); width:0.4rem; height:0.7rem; background-image:url('/images/schl/template/T0043/main/0043_popup_pause.png'); background-position: center; background-repeat: no-repeat; content: ""; }
.pop0043 .control .play { display:none; color: #0068b7; }
.pop0043 .pop_img { position:relative; width:100%; height:11.25rem; overflow:hidden; text-align:center; border-radius:1.5rem; isolation: isolate; background:#eee; }
.pop0043 .pop_img .slick-list{width:100%; max-width:17.5rem; margin:0 auto;}
.pop0043 .pop_img div,
.pop0043 .pop_img .item { height:100%; }
.pop0043 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0043 .pop_img .item img {position:relative; max-width:100%; width:auto; max-height:100%; }
/* 팝업존 active */
.pop0043 .control a:hover,
.pop0043 .control a:focus { color:#0068b7; }
.pop0043 .control .prev:hover,
.pop0043 .control .prev:focus { transform: translateX(-3px); -webkit-transform: translateX(-3px); }
.pop0043 .control .next:hover,
.pop0043 .control .next:focus { transform: translateX(3px); -webkit-transform: translateX(3px); }
.pop0043 .control .stop:hover,
.pop0043 .control .stop:focus,
.pop0043 .control .play:hover,
.pop0043 .control .play:focus { background:#ffc341; }


/* 게시판 */
.notice0043 { position:relative; height:100%; margin-top:4.3rem; text-align:center; }
.notice0043 .titTab{ position: relative; display: inline-block; overflow: hidden; }
.notice0043 .titTab li { position: relative; float: left; max-width: 10rem; padding-right:0.65rem; }
.notice0043 .titTab li:last-child { padding-right:0; }
.notice0043 .titTab li:first-child:before { display:none; }
.notice0043 .titTab li a{ display:block; position:relative; padding:0 1.5rem; background:#d9edfc; border-radius: 1.5rem; color:#666; font-size: 1rem; }
.notice0043 .titTab li a span{ display:block; overflow:hidden; white-space:nowrap; line-height:2.5rem; }
.notice0043 .list_box { display:none; height:auto; margin-top:2rem; }
.notice0043 .list_box ul { height:100%; }
.notice0043 .list_box ul::after { display: block; clear: both; content: ""; }
.notice0043 .list_box ul li{position:relative; width:31.7%; float:left; }
.notice0043 .list_box ul li ~ li{margin-left:2.4%; margin-top:1.5rem; }
.notice0043 .list_box ul li:nth-child(3n + 1){margin-left:0; }
.notice0043 .list_box ul li:nth-child(2){margin-top:0; }
.notice0043 .list_box ul li:nth-child(3){margin-top:0; }
.notice0043 .list_box ul li:nth-child(n+7) {display:none;}
.notice0043 .list_box ul li a{position:relative; display:block; min-height: 5.5rem; border:2px solid #fff; background: #fff; padding:1.2rem 1.3rem 1.2rem 5.3rem; border-radius:1.25rem; text-align:left;  box-shadow:0 0 15px rgba(126,126,126,0.12); }
.notice0043 .list_box ul li.new a::before{position:absolute; top:1.1rem; left:5.3rem; width:1.5rem; height:1.5rem; line-height:1.5rem; font-size:0.7rem; font-family:'SCDream'; font-weight:600; content:"N"; background:#0086ea; color:#fff; text-align:center; border-radius:50%; }
.notice0043 .list_box ul li a .date{position:absolute; top:1.2rem; left:1.3rem; font-size:0.75rem; color:#666; text-align:center; }
.notice0043 .list_box ul li a .date em{display:block; font-size:1.5rem; color:#0086ea; font-weight:600; }
.notice0043 .list_box ul li.no_data{ width:100% !important; text-align:center; line-height: 12.5rem; }
.notice0043 .list_box ul li a span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.notice0043 .list_box ul li a .tit{font-size:0.9rem; color:#333; font-weight:500; margin-bottom:0.5rem; }
.notice0043 .list_box ul li.new a .tit{ padding-left:1.75rem; }
.notice0043 .list_box ul li a .txt{font-size:0.8rem; color:#666; font-weight:400; }
.notice0043 .btn_more { width:2rem; height: 2rem; line-height: 2rem; background:#0086ea; }
/* 게시판 :active */
.notice0043 .titTab li a:hover,
.notice0043 .titTab li a:focus,
.notice0043 .titTab li a.current { color: #fff; background: #0086ea; font-weight: 600; }
.notice0043 .titTab li a.current:before { position:absolute; top:0; left:50%; width:2rem; height:2rem; background:#fff; border-radius:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index:-1; content:''; }
.notice0043 .list_box.on { display:block; }
.notice0043 .list_box li a:hover,
.notice0043 .list_box li a:focus { border:2px dashed #0086ea; box-shadow: 0 0 15px rgba(0,134,234,0.15); }
.notice0043 .titTab li a,
.notice0043 .list_box li a{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 바로가기1 */
.M_link0043 { position:relative; height:100%;}
.M_link0043 ul{ display:table; width:100%; table-layout: fixed; }
.M_link0043 li { display: table-cell; vertical-align: top; }
.M_link0043 li a {position:relative; display:block; text-align:center; border-radius:1.5rem; border:2px solid transparent; padding:1.2rem 1rem 0.5rem; }
.M_link0043 li a p { height: 2.95rem; text-align: center; margin: auto; }
.M_link0043 li a span{display:block; font-size:0.9rem; height: 2rem; line-height:1rem; margin-top:1rem; font-weight: 500; color:#222; overflow:hidden;}
/** 바로가기1 : active **/
.M_link0043 li a:hover,
.M_link0043 li a:focus { background:#fff; border-color:#048f4a; }
.M_link0043 li a:hover span,
.M_link0043 li a:focus span{ color:#048f4a; font-weight: 600; }
.M_link0043 a ,
.M_link0043 s { -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 캘린더 */
.pop_schedule0043 { position:relative; width: 100%; height:100%; padding-top: 1.25rem; }
.pop_schedule0043 h2 {position:absolute;max-width: 9rem;top:0;background: #ffc341;padding:0 1.7rem;border-radius: 3rem 3rem 3rem 0;color: #111;font-weight: 600;font-size: 1rem;line-height:2.75rem;z-index:2;}
.pop_schedule0043 h2 span { display: block; width:100%; overflow:hidden; white-space:nowrap; }
.pop_schedule0043 .sche_wrap{ position:relative; height:100%; padding-top:1.8rem; z-index: 0; border: 2px solid #ffc341; background: #fff; border-radius: 0 1.5rem 1.5rem; overflow: hidden; }
.pop_schedule0043 .sche_list { position:relative; width: 36%; float:left; text-align:center; padding-top:5.3rem; margin-top: 0.5rem; }
.pop_schedule0043 .sche_list:before { position:absolute; top:0.7rem; left:50%; width:4.75rem; height:4.75rem; background:#0086ea url('/images/schl/template/T0043/main/0043_img_schedule.png') no-repeat center center; border-radius:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); content:''; }
.pop_schedule0043 .sche_list > a{ display:inline-block; vertical-align:middle;  font-size:1rem; color: #111; width: 1.7rem; height: 1.7rem; line-height: 1.7rem; border-radius: 50%; }
.pop_schedule0043 .month{ display: inline-block; font-size:0.85rem; color: #010101; line-height:3rem; font-weight:600; vertical-align:middle; }
.pop_schedule0043 .month em { position:relative; display:inline-block; color: #0086ea; padding-left:1.05rem; font-size: 1.2rem; font-weight: 600; }
.pop_schedule0043 .month em::before { position:absolute; content:""; width:0.25rem; height:0.25rem; top:50%; left:0.4rem; background:#e5e5e5; border-radius:50%; }
.pop_schedule0043 .lst { width:64%; float:right; height: 10rem; padding: 0 0.5rem 0.9rem; }
.pop_schedule0043 .lst ul { overflow-y:auto; height:100%; }
.pop_schedule0043 .lst li ~ li{ margin-top: 0.5rem; }
.pop_schedule0043 .lst li a { position:relative; padding-left: 5.7rem; display:block; line-height:1.8rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.85rem; color:#333; }
.pop_schedule0043 .lst li a span{ position:absolute; left:0; top:0; width:4.8rem; height:1.8rem; line-height:1.8rem;  text-align:center; color:#111; background: #d9edfc; border-radius: 2rem; font-size: 0.8rem; border: 1px solid transparent; font-weight: 500; }
.pop_schedule0043 .lst .no_data { width: 100%; line-height: 8.7rem; text-align:center; }
.pop_schedule0043 .btn_more{ right:1.6rem; top:0.3rem; width: 2.25rem; height: 2.25rem; line-height: 2.25rem; background: #ffc341; color: #111; z-index:3; }
/* 캘린더 : active */
.pop_schedule0043 .sche_list > a:hover,
.pop_schedule0043 .sche_list > a:focus { background: #ffc341; }
.pop_schedule0043 .lst li a:hover,
.pop_schedule0043 .lst li a:focus{ color: #0086ea; }
.pop_schedule0043 .lst li a:hover span,
.pop_schedule0043 .lst li a:focus span{ color: #000; background: #ffc34170; border-color: #ffc341; }
.pop_schedule0043 .sche_list > a,
.pop_schedule0043 .lst li a,
.pop_schedule0043 .lst li a span{ -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }


/* 갤러리 */
.gallery0043 { position:relative; }
.gallery0043 h2 {font-size:1rem; font-weight: 600; color:#111; margin-right:2.5rem; overflow:hidden; white-space:nowrap;}
.gallery0043 .list_box{ height:11.6rem; margin-top:1.4rem; overflow:hidden;}
.gallery0043 .list_box ul{height:100%;}
.gallery0043 .list_box li{width:48%; float:left; }
.gallery0043 .list_box li:nth-child(n+3) { display: none; }
.gallery0043 .list_box li + li{margin-left:4%;}
.gallery0043 .list_box li.no_data{width:100%; height:100%; display:flex; align-items:center; justify-content:center; border-radius:2rem;}
.gallery0043 .list_box a { position:relative; display:block; overflow:hidden;}
.gallery0043 .list_box a .img{ position: relative; height:9.5rem; overflow:hidden; background:rgba(0,0,0,0.1); border-radius: 1.5rem; }
.gallery0043 .list_box a .img:after { position:absolute; content:""; top:0; left:0; width:100%; height:100%; border-radius:1.5rem; border:2px dashed #048f4a; opacity: 0; transition: all 0.15s; -webkit-transition: 0.15s; }
.gallery0043 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:auto; height:100%; }
.gallery0043 .list_box a span{ display:block; font-size:0.9rem; line-height:1rem; font-weight:500; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#333; text-align: center; padding: 0.75rem 1rem 0; }
.gallery0043 .btn_more { top:-0.4rem; background:#048f4a; }
/** 갤러리 : active **/
.gallery0043 .list_box a:hover .img:after,
.gallery0043 .list_box a:focus .img:after { opacity: 1; }
.gallery0043 .list_box a:hover span,
.gallery0043 .list_box a:focus span{ font-weight: 600;}
.gallery0043 a{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }


/* 배너존 */
.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.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;}
/* 배너존 : active */
.banner_zone .btn a:hover,
.banner_zone .btn a:focus{background:#f1f1f1;}

@media (max-width: 1240px) {
    /* 메인비주얼 */
    .MVisual0043 .control{right:1rem; bottom:1rem;}

    /* 바로가기 */
    .M_link0043 li a { padding: 1.2rem 0.5rem 0.5rem; }

    /* 식단 */
}

@media (max-width:1100px) {

    /* 갤러리 */
    .gallery0043 .list_box { height: 12.7rem; }
    .gallery0043 .list_box li { width: 100%; }
    .gallery0043 .list_box li:nth-child(n+2) { display: none; }
    .gallery0043 .list_box a .img { height: 10.9rem; }
}

@media (max-width:1024px){
	/* 메인비주얼 */
	.MVisual0043 { border-radius: 2rem; }

	/* 게시판 */
    .notice0043 .list_box { margin-top:1.75rem; }
    .notice0043 .list_box ul li{ width:48.8%; }
    .notice0043 .list_box ul li:nth-child(2) { margin-left:2.4%; }
    .notice0043 .list_box ul li:nth-child(3) { margin-top:1.5rem; margin-left:0; }
    .notice0043 .list_box ul li:nth-child(4) { margin-left:2.4%; }
    .notice0043 .list_box ul li:nth-child(n+5) { display:none; }


}

@media (max-width:960px){
    /* 메인비주얼 */
    .MVisual0043 { border-radius: 2rem; }
    .MVisual0043 .item img { width: 100%; height: auto; }

    /* 식단 */
    .meal_menu0043 > img { bottom:-1.2rem; }

    /* 게시판 */
    .notice0043 .titTab li { font-size:1rem; }


    /* 바로가기1 */
    .notice0043 { margin-top:2.5rem; }
    .M_link0043 li { display: block; width: calc(100% / 4); float: left; }

    /* 갤러리 */
    .gallery0043 .list_box li { width:48%; }
    .gallery0043 .list_box li:nth-child(n+2) { display: block; }
    .gallery0043 .list_box li:nth-child(n+3) { display: none; }

    /* 게시판 */
    .notice0043 .list_box li { width: 49%; }
}

@media (max-width: 860px) {

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}

	/* 캘린더 */
	.pop_schedule0043 .month { padding:0 0.3rem; }
}

@media (max-width:768px){
    /* 식단 */
    .meal_menu0043 .inner { padding: 3rem 1.5rem 0; }
    .meal_menu0043 .inner ul { height: 5rem; }
    .meal_menu0043 .inner .no_data { line-height: 4.6rem; }

    /* 팝업존 */
    .pop0043 .pop_img{ height:auto; }
    .pop0043 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

    /* 게시판 */
    .notice0043 .titTab { margin-right:2.5rem; display: block; }
    .notice0043 .titTab li { max-width: 33.33%; }
    .notice0043 .list_box ul li{width:48.5%; }
    .notice0043 .list_box ul li ~ li{ margin-top:1rem; }
    .notice0043 .list_box ul li:nth-child(2) { margin-left:3%; }
    .notice0043 .list_box ul li:nth-child(3){margin-top:1rem; }
    .notice0043 .list_box ul li:nth-child(3n + 1){margin-left:3%; }
    .notice0043 .list_box ul li:nth-child(2n + 1){margin-left:0; }

    /* 갤러리 */
    .gallery0043 .list_box li { width: 48%; }
    .gallery0043 .list_box li:nth-child(n+2) { display: block; }
    .gallery0043 .list_box li:nth-child(n+3) { display: none; }

}

@media (max-width:580px) {
    /* 메인비주얼 */
    .MVisual0043 { border-radius: 0 0 1.5rem 1.5rem; }

    /* 게시판 */
    .notice0043 { text-align:left; }
    .notice0043 .titTab li{font-size:0.9rem; }
    .notice0043 .titTab li a { padding: 0 1rem; }
    .notice0043 .list_box { margin-top:1rem; }
    .notice0043 .list_box ul li { width:100%; }
    .notice0043 .list_box ul li:nth-child(2){margin-top:1rem; margin-left:0; }
    .notice0043 .list_box ul li:nth-child(3n + 1){margin-left:0; }
    .notice0043 .list_box ul li:nth-child(n+3){display:none; }

}

@media (max-width:560px) {
	/* 메인비주얼 */
	.MVisual0043 .control{ bottom:0.5rem; }
	.MVisual0043 .control > a{ width:1.65rem; height:1.65rem; line-height:1.65rem; }

    /* 캘린더 */
	.pop_schedule0043 .month { padding:0 0.2rem; }
}

@media (max-width:480px){

    /* 팝업존 */
    .pop0043 { border-radius: 1rem 2rem 1rem 2rem; }
    .pop0043 .pop_img { border-radius: 1rem; }

    /* 식단 */
    .meal_menu0043 .inner { border-radius: 0 1rem 1rem; }
    .meal_menu0043 .btn_more { width:2rem; height: 2rem;  line-height: 2rem; top:0.4rem; }
	.meal_menu0043 > img { max-width: 5rem; max-height:100%; bottom: -0.8rem; }

    /* 게시판 */
    .notice0043 { margin-top:1.2rem; }
    .notice0043 .titTab li { max-width: 100%; margin-bottom:0.3rem; padding-right: 0.2rem; }
    .notice0043 .list_box { padding-top:0.8rem; margin-top:0; }
    .notice0043 .list_box ul li{width:100%; }
    .notice0043 .list_box ul li:nth-child(2){margin-top:1rem; }
    .notice0043 .list_box ul li ~ li{margin-left:0 !important; margin-top:0.7rem !important; }
    .notice0043 .list_box ul li.new::before{ right:1.5rem; }
    .notice0043 .list_box ul li{border-radius:1rem; }
    .notice0043 .list_box ul li.new a::before { width:1rem; height: 1rem; line-height: 1rem; font-size: 0.45rem; top:1.2rem; }
    .notice0043 .list_box ul li.new a .tit { padding-left: 1.35rem; }
    .notice0043 .list_box ul li a { padding: 1rem 1.3rem 1rem 5.3rem;}
    .notice0043 .list_box ul li a .date em{ font-size:1.3rem;}

    /* 바로가기 */
    .M_link0043 li a { padding:0.7rem 0.5rem 0; }
    .M_link0043 li a p img { width:2.7rem; }


    /* 갤러리 */
    .gallery0043 .list_box { height: 13.7rem; margin-top:1rem; }
    .gallery0043 .list_box li { width: 100%; }
    .gallery0043 .list_box li:nth-child(n+2) { display: none; }
    .gallery0043 .list_box a .img { border-radius: 1rem 1rem 0 0; }
    .gallery0043 .list_box a .img:after { border-radius: 1rem 1rem 0 0; }
    .gallery0043 .list_box a span { padding: 0.85rem 1rem 0.85rem; background:#fff; font-size: 0.75rem; border-radius: 0 0 1rem 1rem; }
    .gallery0043 .btn_more { width:2rem; height: 2rem; line-height: 2rem; top:-0.3rem; }
    .gallery0043 .list_box li.no_data { height: 12.7rem; }

    /* 캘린더 */
    .pop_schedule0043 .sche_list { width:auto; float:none; padding-left: 0.5rem; padding-top:0; padding-bottom:0.4rem; margin-top:0; }
    .pop_schedule0043 .sche_list:before { top:0.5rem; width:2.2rem; height: 2.2rem; background-size: 2.3rem; left:calc(50% - 5.6rem); }
    .pop_schedule0043 .sche_wrap { border-radius: 0 1.5rem 1.5rem 1.5rem; }
    .pop_schedule0043 .month { padding:  0 0.5rem; }
    .pop_schedule0043 .month span em { font-size: 1rem; }
    .pop_schedule0043 .lst { width:100%; float:none; padding:0 1.4rem 0.9rem; height: 9.3rem; }
    .pop_schedule0043 .lst li ~ li { margin-top:0.35rem; }
    .pop_schedule0043 .btn_more { width:2rem; height: 2rem;  line-height: 2rem; top:0.4rem; }

}

@media (max-width:380px){
    /* 식단 */
    .meal_menu0043 .tit_wrap { padding-right:3.5rem; }

    /* 바로가기1 */
    .M_link0043 { border-radius: 2rem 1rem 2rem 1rem; }
    .M_link0043 li { width: calc(100% / 3); }
    .M_link0043 li a span { font-size:0.8rem; margin-top:0.5rem; }
}

@media (max-width:340px) {
    .pop_schedule0043 .sche_list { padding-left: 0; }
    .pop_schedule0043 .sche_list:before { display: none; }
}

@media (max-width:320px){
    /* 식단 */
    .meal_menu0043 > img { display:none; }

    /* 갤러리 */
    .gallery0043 .list_box { margin-top:0.75rem; }
    .gallery0043 .list_box a .img img { height: auto; width:100%; }

    /* 캘린더 */
    .pop_schedule0043 .lst li a { padding-left: 4.5rem; }
    .pop_schedule0043 .lst li a span { width:4rem; }
}