@charset "utf-8";

/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; overflow:hidden; }
#container ::-webkit-scrollbar { width: 5px; height:3px; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

/* heading */
h2 { overflow:hidden; white-space:nowrap; }

/* btn_more*/
.btn_more { display:block; position:absolute; width: 5rem; font-size: 1rem; top:.15rem; right:0; color:#fff;}
.btn_more:hover i { -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
.btn_more i {width: 1.6rem; height:1.6rem; line-height:1.6rem; text-align:center; border-radius:50%; margin-left: -.7rem; vertical-align: middle;}
.btn_more span {font-size:0.75rem; color:#222; font-weight: 700; background: #fff; padding: .2rem 1rem .2rem .6rem; border-radius: 1rem;}

/* 메인비주얼 */
.main_visual { position:relative; height:100%; border-radius: 0 0 2.5rem 0; overflow:hidden; box-shadow: 3px 3px 10px rgba(0,0,0,0.1);}
.main_visual .bx-wrapper { height:100%; }
.main_visual .bx-viewport,
.main_visual ul,
.main_visual li { height:100%; }
.main_visual li { overflow:hidden; }
.main_visual img { position:relative; width:auto; height:100%; left:50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.main_visual .bx-controls { position:absolute; bottom:1.5rem; right:2rem; z-index:55; }
.main_visual .bx-pager-item { display:inline-block; vertical-align:middle; font-size:0; width:15px; height:15px; }
.main_visual .bx-pager-item + .bx-pager-item { margin-left:.5rem; }
.main_visual .bx-pager-item a { display:block; width:100%; height:100%;border: 1px solid #38a9cb; border-radius:50%;-webkit-transition:all .15s;-ms-transition:all .15s; transition:all .15s;}
.main_visual .bx-pager-item a.active { background:#38a9cb; }
.main_visual .bx-pager { display:inline-block; vertical-align:middle; margin-left:.5rem; line-height:0; }
.main_visual .bx-controls-auto-item { display:inline-block; vertical-align:middle; }
.main_visual .bx-controls-auto-item + .bx-controls-auto-item { margin-left:.25rem; }
.main_visual .bx-controls-auto a { position:relative; display:block; }
.main_visual .bx-controls-auto a:before { position:relative; display:block; width:20px; height:20px; font-size:.65rem; color:#fff; font-family:'xeicon'; content:'\ea3e';background: #38a9cb; border-radius:50%; text-align:center; line-height:20px; opacity:.9; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s;}
.main_visual .bx-controls-auto a.bx-stop:before { content:'\ea3b'; }
.main_visual .bx-controls-auto { font-size:0; vertical-align:middle; }
.main_visual .bx-controls-auto,
.main_visual .bx-pager,
.main_visual .bx-pager-item { display:inline-block; }
/* 메인비주얼 : over */
.main_visual .bx-controls-auto a:hover:before {background: #2a40d2;}

 /* 캘린더 */
.pop_schedule0011 { position:relative; width: calc(100% + 4rem); height:100%; background: #ffeda3; border-radius: 4rem; margin-left: -2rem; padding: 2.1rem 3.5rem;}
.pop_schedule0011 .tit_wrap {overflow: hidden;display: inline-block;max-width: 8.5rem;}
.pop_schedule0011 .tit_wrap h2 {font-size: 1.1rem;color: #242424;font-weight: 700;margin-bottom: .9rem;max-width: 4.2rem;}
.pop_schedule0011 .tit_wrap p {height: 2.2rem; font-size: 0.8rem; overflow: hidden; color: #000; white-space: normal; word-break: break-all;}
.pop_schedule0011 .lst_schedule {position:relative; width: calc(100% - 12rem); float:right; z-index:1;}
.pop_schedule0011 .lst_schedule ul {overflow-y:auto; height: 5.1rem;}
.pop_schedule0011 .lst_schedule .no_Data{width: 100%; text-align:center; line-height: 4.9rem; border: 1px solid #fb0; border-radius: 1rem;}
.pop_schedule0011 .lst_schedule .no_Data:after{content:"등록된 행사 일정이 없습니다."}
.pop_schedule0011 .lst_schedule li{ position:relative; float: left; width: 26%; padding: 0 .4rem;}
.pop_schedule0011 .lst_schedule li:nth-child(n+5) {margin-top:0.8rem;}
.pop_schedule0011 .lst_schedule li a{ display:block;font-size: .85rem; border: 1px solid #fb0; border-radius: 1rem; padding: 1rem 2rem; text-align: center; color: #000; font-weight: 400;}
.pop_schedule0011 .lst_schedule li a span { display: block; margin-bottom:.5rem; font-size: .8rem; color: #222; font-weight: 600;}
.pop_schedule0011 .lst_schedule li a span i {font-size: 1.2rem; vertical-align: bottom; color: #ffbb00; padding-right: 0.5rem;}
.pop_schedule0011 .lst_schedule li a em { display:block;  overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.pop_schedule0011 .btn_more { top:2.15rem; left:8rem; -webkit-transition:0.3s; transition:0.3s; }
.pop_schedule0011 .btn_more i { background:#ffbb00;}
/** 캘린더 : active **/
.pop_schedule0011 .lst_schedule li a:hover,
.pop_schedule0011 .lst_schedule li a:focus { text-decoration:underline; }

/* 팝업존 */
.pop0011 { position:relative;}
.pop0011 h2 {max-width: calc(100% - 10rem); color: #000; font-size: 1.1rem; font-weight: 700;}
.pop0011 .nss_pg { position:absolute; top: -5px; right:0;}
.pop0011 .nss_pg span { display:inline-block; margin-right: 1rem; vertical-align:middle; color:#333; font-size:.75rem; font-weight:600;}
.pop0011 .nss_pg span em { display:inline-block;font-size: 1rem; line-height:2rem;}
.pop0011 .nss_pg span em + em { margin-left:0.1rem; }
.pop0011 .nss_pg span .now { position:relative; color: #38a9cb; padding-right: 1.5rem; font-size: 1.1rem; font-weight: 700;}
.pop0011 .nss_pg span .now::after { display:block; content:""; width:.25rem; height:.25rem; background:#d2d2d2; border-radius:50%; position:absolute; right: 0.6rem; top: .9rem; color:#333;}
.pop0011 .nss_pg a { display:inline-block;color: #222;  vertical-align:middle; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; font-size: 1.1rem;}
.pop0011 .nss_pg a ~ a { margin-left:.5rem}
.pop0011 .pop_img { overflow:hidden; width:100%; height: 11.2rem; border-radius:1rem; box-shadow: 2px 0 16px rgb(147,147,147,0.25); background: #b3b3b3; border: 1px solid #ddd; margin-top: 1.4rem;}
.pop0011 .pop_img td a {position: relative; display: block; height: 100%; overflow: hidden; line-height:0; text-align:center; }
.pop0011 .pop_img td img {position:relative;max-width: 100%;min-width: 350px;min-height: 225px;margin: 0 auto;}

/* 팝업존 : over */

/* 게시판 */
.notice0011{position:relative; height: 100%;}
.notice0011 .btn_more{top: 9.5rem; right: calc(100% + 6rem);}
.notice0011 .btn_more i {background: #2a40d2;}
.notice0011:before{position:absolute; top: -1.05rem; right: calc(100% - 10.5rem); width: 28.5rem; height: calc(100% + 1rem); background: #38a9cb; content:''; z-index: 0; border-radius: 0 4rem 4rem 0;}
.notice0011:after{position:absolute; bottom: -1rem; right: calc(100% + 1.5rem); width: 15rem; height: 17.45rem; background:url(/images/template/10333/main/0011_notice_bg.png)no-repeat center/cover; content:'';}
.notice0011 h2{position:relative; display:block; width: 9.5rem;}
.notice0011 h2:nth-child(1) {padding-top:2rem;}
.notice0011 h2 ~ h2{margin-top: .5rem;}
.notice0011 h2 a{position:relative; display:block; width:100%; height: 2.5rem; padding: 0 1rem; font-size: 1.1rem; font-weight:200; text-align:right; line-height: 2.5rem; color:#fff; overflow:hidden; white-space: normal; border-radius: 5rem; transition:.3s; -webkit-transition:.3s; -ms-transition:.3s; word-break: break-all;}
.notice0011 h2 a.current { font-weight: 600; background:#2a40d2; text-align:center;}
.notice0011 h2 a:hover,
.notice0011 h2 a:focus { font-weight: 600; background:#2a40d2; }
.notice0011 .list_box{display:none; position:absolute; top: 2.5rem; right:0; width:calc(100% - 13.5rem); height:auto;}
.notice0011 .list_box.on{display:block;}
.notice0011 .list_box ul{margin:0 .5rem; }
.notice0011 .list_box ul > li{position: relative;float:left; width: 33.333%; padding:0 1rem;}
.notice0011 .list_box ul > li:nth-child(2) {margin-top:.95rem;}
.notice0011 .list_box ul > li:nth-child(n+4) {display: none;}
.notice0011 .list_box ul > li a{display:block; position: relative; height: 14rem; color:#111; background: #fff; padding: 1.85rem 1.1rem; border-radius: 1.5rem; box-shadow: 3px 3px 7px rgba(0,0,0,.07);}
.notice0011 .list_box ul > li a:after {content:""; opacity: 0; position:absolute; top: -0.95rem; left: -.8rem; width: 4rem; height:4rem; background:#38a9cb; border-radius:1.7rem; z-index: -1; transition:.3s; -webkit-transition:.3s; -ms-transition:.3s;}
.notice0011 .list_box ul > li a.new dt {padding: 0 .5rem 0 1.5rem;}
.notice0011 .list_box ul > li a.new dt:before {content:"N"; position:absolute; top: 2rem; left: 1.2rem; display:inline-block; width: 1.1rem; height: 1.1rem; background: #38a9cb; font-size: 0.65rem; text-align:center; line-height: 1.1rem; border-radius:50%; font-weight:500; color:#fff; margin-right: .2rem; font-family: 'NotoSans';}
.notice0011 .list_box ul > li a dt {display:block; height: 2.5rem; font-size: .9rem; font-weight: 600; overflow:hidden; padding: 0 .5rem; color: #222;}
.notice0011 .list_box ul > li a dl dd p{display:block; height: 4.5rem; margin-top: 1rem; padding: 1rem .6rem 0; color:#666; font-size: .8rem; overflow:hidden; border-top: 1px solid #ddd;}
.notice0011 .list_box ul > li a .date{display:block; margin-top:1.25rem; color:#666; font-size:.75rem; font-weight:200; float: right; padding-right: .9rem;}
.notice0011 .list_box ul > li a .date i{display:inline-block; margin-right: .4rem;}
.notice0011 .list_box ul > li a:hover dl dd p,
.notice0011 .list_box ul > li a:focus dl dd p{text-decoration:underline; border-color:#38a9cb; }
.notice0011 .list_box ul > li a:hover:after,
.notice0011 .list_box ul > li a:focus:after {opacity:1;}

/* 게시판:no_data */
.notice0011 .list_box ul > li.no_Data {width: 100%;text-align: center;line-height: 13rem;background: #fff;border-radius: 3rem;box-shadow: 3px 3px 7px rgba(0,0,0,.07);}

/* 식단 */
.meal_menu0011 { position:relative; width:100%; height:100%; background: #fcdee4; border-radius: 50%; text-align: center; padding: 1.5rem;}
.meal_menu0011 h2 {max-width: calc(100% - 3.8rem); margin: 0 auto 1rem; font-size: 1.1rem; font-weight: 700; letter-spacing:-2px; color: #000;}
.meal_menu0011 .inner { position:relative; z-index:1;}
.meal_menu0011 .inner ul { overflow-y:auto; height: 5.5rem;}
.meal_menu0011 .inner li + li { margin-top:1rem; }
.meal_menu0011 .inner dl { position:relative; }
.meal_menu0011 .inner dt { font-size: .8rem; }
.meal_menu0011 .inner dt > span { font-weight:700; background: #eb2149; color: #fff; display: inline-block; padding: .5rem; border-radius: 1rem;}
.meal_menu0011 .inner dt > i {display:inline-block; background:#fff; padding:.5rem; border-radius:1rem;color: #333;font-weight: 600;}
.meal_menu0011 .inner dd { margin-top:1rem; color: #000; font-size:.8rem; word-break:keep-all; line-height:1.5;}
.meal_menu0011 > img {width: 4.3rem; height: 3.15rem; position:absolute; bottom: -.5rem; right: calc(50% - 2.15rem);}
.meal_menu0011 .btn_more span {display:none;}
.meal_menu0011 .btn_more i {background: #eb2149;}
/* 식단 : no_Data */
.meal_menu0011 .inner .no_Data { line-height: 5rem;text-align:center; color:#000;}
i {font-style: inherit;}


/* 바로가기 */
.mLink0011 { position:relative; height:100%; margin:0 -1rem; }
.mLink0011 ul { display:table; table-layout:fixed; width:100%; overflow:hidden; }
.mLink0011 ul li { position:relative; display:table-cell; vertical-align:top; text-align:center;}
.mLink0011 ul li a { display:block;}
.mLink0011 ul li .img {position:relative; width: 7rem; height: 7rem; margin:auto; border-radius: 50%; line-height: 7rem; background: #f9fcfd;}
.mLink0011 ul li .img:after {content:""; position:absolute; width:.75rem; height:.75rem; background:#38a9cb; border-radius:50%; bottom:-.375rem; left:calc(50% - .375rem); border:3px solid #c5e6f0; opacity:0;}
.mLink0011 ul li .img img { display:inline-block; width: 4rem; height: 3.75rem; vertical-align:middle; -webkit-transition:0.3s; -ms-transition:0.3s; transition:0.3s;}
.mLink0011 ul li span { position:relative; display: block; max-width: 88%; margin: .75rem auto 0; padding: 0.4rem 1rem .4rem; color:#000; max-height: 3.1rem; font-weight: 400; font-size:.9rem; overflow:hidden;}
/* 바로가기 : over */
.mLink0011 ul li a:hover .img,
.mLink0011 ul li a:focus .img { background:#e1f2f7; }
.mLink0011 ul li a:hover .img img,
.mLink0011 ul li a:focus .img img{ -webkit-transform:rotateY(180deg); -ms-transform:rotateY(180deg); transform:rotateY(180deg); }
.mLink0011 ul li a:hover .img:after,
.mLink0011 ul li a:focus .img:after {opacity:1;}
.mLink0011 ul li a:hover span,
.mLink0011 ul li a:focus span { background: #38a9cb; border-radius: 3rem; color:#fff;}

/* 갤러리 */
.gallery0011 { position:relative; height:100%; }
.gallery0011 h2 {width: calc(100% - 6rem); color: #000; font-size: 1.1rem; font-weight: 700;}
.gallery0011 .list_box {width: 100%;}
.gallery0011 .list_box ul { overflow:hidden; margin-top: 1.5rem;}
.gallery0011 .list_box li { float:left;width: 30%;}
.gallery0011 .list_box li ~ li {margin-left:5%;}
.gallery0011 .list_box li:nth-of-type(n+4) {display:none;}
.gallery0011 .list_box li a { display:block; }
.gallery0011 .list_box li a div { width:100%; }
.gallery0011 .list_box li a div p { position:relative; overflow:hidden; height: 9rem; background:rgba(0,0,0,.2); border-radius:1rem; border: 1px solid #ddd;}
.gallery0011 .list_box li a div img  { position: relative; top: 50%; left: 50%; width: 100%; height: auto; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s;  }
.gallery0011 .list_box li a span { display:block; margin-top: 1rem; color: #000; font-size:.9rem; font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-align: center; padding: 0 .5rem;}
.gallery0011 .btn_more {top: 0; right: 0; }
.gallery0011 .btn_more i {background:#38a9cb;}
/* 갤러리 : over */
.gallery0011 .list_box li a:hover span,
.gallery0011 .list_box li a:focus span { color:#38a9cb; }
.gallery0011 .list_box li a:hover div img,
.gallery0011 .list_box li a:focus div img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -ms-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1);}
/* 갤러리 : no_Data */
.gallery0011 .list_box li.no_Data { width:100%; line-height: 11.1rem; background:rgba(0,0,0,.075); text-align:center; border-radius:1rem;}
.pop_img table {width: 100%;height: 100%;}

/* 배너존 */
.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; display: inline-block; margin-top: 1.5rem; width: 4rem; font-size: 0.85rem; font-weight: 400; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.35rem; overflow: hidden;}
.banner_zone .btn a {float: left; width: 27px; height: 28px; color: transparent; background: no-repeat center / 100%; overflow: hidden;}
.banner_zone .btn a.prev {background-image: url('/images/template/10333/main/btn_b_prev.png');}
.banner_zone .btn a.stop {background-image: url('/images/template/10333/main/btn_b_stop.png');}
.banner_zone .btn a.next {background-image: url('/images/template/10333/main/btn_b_next.png');}
.banner_zone .btn a.list {background-image: url('/images/template/10333/main/btn_b_list.png');}
.banner_zone ul {float: left; display: inline-block; padding-top: 0.75rem; padding-left:1.5rem; width: calc(100% - 10rem); overflow: hidden;}
.banner_zone ul li {float: left; display: inline-block; margin-bottom: 0.75rem; padding: 0 0.25rem; width: 20%;}
.banner_zone ul li a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; border: 1px solid #c8d1db; overflow: hidden;}
.banner_zone ul li a img {max-width: 100%; max-height: 100%; vertical-align: middle;}

@media (max-width:1280px) {
    /* 게시판 */
    .notice0011:before{ border-radius: 0 2rem 2rem 0;}
    .notice0011:after{ bottom: -.3rem; right: calc(100% - 4.5rem); width: 5rem; height: 5.82rem; }
    .notice0011 .btn_more{top: 9.5rem;right: calc(100% + 2rem);}
    .notice0011 .list_box{ width:calc(100% - 11rem); }
    .notice0011 .list_box ul > li{ padding:0 .5rem;}

    /* 캘린더 */
    .pop_schedule0011 {width:100%; margin-left:0; border-radius:1.5rem;}
    .pop_schedule0011 .lst_schedule li{ position:relative;float: left; width: 33.333333%; padding: 0 .4rem;}
    .pop_schedule0011 .lst_schedule li:nth-child(n+4) {margin-top:0.8rem;}
    .pop_schedule0011 .lst_schedule li a{ padding: 1rem; }

    /* 식단 */
    .meal_menu0011 {padding: 1.5rem 2.5rem; border-radius: 1.5rem; text-align: left; overflow:hidden}
    .meal_menu0011:after {content:""; width: 12rem; height: 8.5rem; background: url(/images/template/10333/main/0011_img_meal_bg.png) no-repeat 13px -4px; position:absolute; top: 5px; right:0; z-index: 0;}
    .meal_menu0011 h2 {max-width: 6rem;margin: 0;float: left;width: 5rem;}
    .meal_menu0011 .inner:after {content:""; display:block; clear:both;}
    .meal_menu0011 .inner ul {height: 4.4rem; width: calc(100% - 20rem); margin-left: 4rem; float: left;}
    .meal_menu0011 .inner dt > span {padding: .5rem 1rem; border-radius: 3rem;}
    .meal_menu0011 .inner dt > em {padding: .5rem 2rem; border-radius: 3rem;}
    .meal_menu0011 > img {bottom: calc(50% - 1.575rem); right: 5rem; z-index: 2;}
    .meal_menu0011 .btn_more {top: 4rem; left: 2.5rem;}
    .meal_menu0011 .btn_more span {display:inline-block;}
    /* 식단 : no_Data */
    .meal_menu0011 .inner .no_Data {line-height: 4.3rem;}

    /* 메인비주얼 */
    .main_visual li {width:104%; height:100%; overflow:hidden;}
    .main_visual img {width:100%; height: 100%;}

    /* 바로가기1 */
    .mLink0011 {margin:0; }
}

@media (max-width:1024px) {
    /* 게시판 */
    .notice0011 h2:nth-child(1) {padding-top:.5rem;}
    .notice0011:before{height: calc(100% + 2rem);}
    .notice0011:after{bottom: -1.2rem;}
    .notice0011 .btn_more{top: 7.8rem;}
    .notice0011 .list_box ul > li:nth-child(2) {margin-top:0;}
    .notice0011 .list_box ul > li a { height:auto; }
    .notice0011 .list_box ul > li a dl dd p{ display:none; }
    .notice0011 .list_box ul > li a .date {float:none;}
    .notice0011 .list_box ul > li a dt {height: 3.8rem;}
    /* 게시판:no_data */
    .notice0011 .list_box ul > li.no_Data { margin-top:-1rem;}

    /* 캘린더 */
    .pop_schedule0011 {width: 100%; height: 9rem; background: #fff; border-radius: 0; padding: 2rem 0 2rem 1rem; margin-left: 0;}
    .pop_schedule0011 .tit_wrap h2 {width:auto;max-width: 9rem;}
    .pop_schedule0011 .tit_wrap p {display:none;}
    .pop_schedule0011 .lst_schedule {width: calc(100% - 9rem);}
    .pop_schedule0011 .lst_schedule li{ width: 33.333333%; }
    .pop_schedule0011 .lst_schedule li:nth-child(n+4) {margin-top:0.8rem;}
    .pop_schedule0011 .btn_more {top: 5rem; left: 1rem; -webkit-transition:0.3s; -ms-transition:0.3s; transition:0.3s;}
    .pop_schedule0011 .btn_more span {background: #ffeda1;}

    /* 갤러리 */
    .gallery0011 .list_box li { float:left; width: 47.5%;}
    .gallery0011 .list_box li:nth-of-type(n+3) {display:none;}

    /* 배너존 */
    .banner_zone h2 {position: absolute; top: 0; left: 0; margin: -1px; padding: 0; width: 1px; height: 1px; border: 0; clip: rect(0, 0, 0, 0); overflow: hidden;}
    .banner_zone .btn {position: absolute; top: 50%; left: 0; margin-top: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
    .banner_zone ul {margin-left: 6rem; width: calc(100% - 6rem);}
}

@media (max-width:850px) {
    /* 바로가기 */
    .mLink0011 ul { display:block; }
    .mLink0011 ul li {display: block; width: 33.333333%; float: left; height: 10.5rem;}
    .mLink0011 ul li span { margin: .4rem auto 0; padding:0.2rem 0.4rem 0 0.4rem; max-height: 2.5rem; font-size:.8rem; }

    /* 게시판 */
    .notice0011 .list_box ul > li{ width:50%; }
    .notice0011 .list_box ul > li:nth-child(n+3) {display: none;}

    /* 캘린더 */
    .pop_schedule0011 .lst_schedule li{ width: 50%; }
    .pop_schedule0011 .lst_schedule li:nth-child(n+3) {margin-top:0.8rem;}

}

@media (max-width:768px) {
    /* 게시판 */
    .notice0011:after{bottom: -1.5rem; right: calc(100% - 12rem);}
    .notice0011 .btn_more{width: auto;top: 8rem;right: calc(100% + 5rem);}
    .notice0011 .btn_more span {position: absolute; margin: -1px; padding: 0; width: 1px; height: 1px; overflow: hidden; border: 0; clip: rect(0, 0, 0, 0);}
    .notice0011 h2 a {font-size: .9rem; word-break: break-all; padding: 0 .5rem;}

    /* 캘린더 */
    .pop_schedule0011 {padding: 2rem 0 2rem 1rem;}
    .pop_schedule0011 .tit_wrap h2 {font-size: .9rem;margin-top: .6rem;}
    .pop_schedule0011 .btn_more {top: 5rem;left: 2.5rem;right: auto;width: auto;}
    .pop_schedule0011 .btn_more span { position: absolute; margin: -1px; padding: 0; width: 1px; height: 1px; overflow: hidden; border: 0; clip: rect(0, 0, 0, 0); }

    /* 식단 */
    .meal_menu0011 h2 {font-size: .9rem;width: 4rem;}
    .meal_menu0011:after {top: -1px;right: -2.5rem;}
    .meal_menu0011 .inner:after {content:""; display:block; clear:both;}
    .meal_menu0011 .inner ul {width: calc(100% - 17rem); margin-left: 4rem; height: 5rem;}
    .meal_menu0011 .inner dd { margin-top:.5rem; }
    .meal_menu0011 > img {bottom: calc(50% - 1.575rem); right: 2rem; z-index: 2;}

    /* 갤러리 */
    .gallery0011 .list_box ul { margin-top: .7rem;}
    .gallery0011 .list_box li a span {margin-top: .5rem; font-size:.85rem; }
    .gallery0011 .btn_more {width: auto; right: 0;}
    .gallery0011 .btn_more span {position: absolute; margin: -1px; padding: 0; width: 1px; height: 1px; overflow: hidden; border: 0; clip: rect(0, 0, 0, 0);}
    
    /* 팝업존 */
    .pop0011 h2 {font-size: .9rem;}
    .pop0011 .nss_pg span { margin-right: 1rem; }
    .pop0011 .pop_img{height: 227px; text-align:center;}
    .pop0011 .pop_img td img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0); }

    /* 갤러리 */
    .gallery0011 h2 {width: calc(100% - 2.5rem); font-size: .9rem;}

    /* 바로가기1 */
    .mLink0011 ul li { height: 8rem;}
    .mLink0011 ul li .img {width: 4.5rem; height: 4.5rem; line-height: 4.5rem;}
    .mLink0011 ul li .img img { width: 3rem; height: 2.75rem;}
}

@media (max-width: 640px) {
    /* 식단 */
    .meal_menu0011:after {top: 2.5rem; right: -3.5rem;}
    .meal_menu0011 h2 {max-width: calc(100% - -2rem);width: 7rem;}
    .meal_menu0011 .inner ul {width: calc(100% - 6rem); margin: 1rem 0 0 0;}
    .meal_menu0011 > img {width: 5.3rem;height: auto;bottom: 2rem;right: 2rem;}
    .meal_menu0011 .btn_more {top: 1.5rem; right: -1.5rem; left:auto;}
    .meal_menu0011 .btn_more span {position: absolute; margin: -1px; padding: 0; width: 1px; height: 1px; overflow: hidden; border: 0; clip: rect(0, 0, 0, 0);}

    /* 게시판 */
    .notice0011 .list_box ul > li{ width:100%; }
    .notice0011 .list_box ul > li:nth-child(n+2) {display: none;}

    /* 캘린더 */
    .pop_schedule0011 .lst_schedule li{ width:100%; }
    .pop_schedule0011 .lst_schedule li:nth-child(n+2) {margin-top:0.8rem;}

    /* 배너존 */
    .banner_zone ul li {width: 50%;}
}
@media (max-width:480px) {
    /* 갤러리 */
    .gallery0011 .list_box li { width: 100%;}
    .gallery0011 .list_box li:nth-of-type(n+2) {display:none;}

    /* 식단 */
    .meal_menu0011 {padding: 1.5rem}
    .meal_menu0011:after {display:none;}
    .meal_menu0011 .inner ul {width: 100%;}
    .meal_menu0011 > img {position: static; display: block; margin: 0 auto; margin-top: .5rem;}
    .meal_menu0011 .btn_more {width:auto; right: 1rem; }

    /* 캘린더 */
    .pop_schedule0011 {padding: 0;}
    .pop_schedule0011 .tit_wrap {width:100%; max-width: calc(100% - 2rem);}
    .pop_schedule0011 .tit_wrap h2 {margin-top: 0;max-width: initial;}
    .pop_schedule0011 .lst_schedule {width: 100%;}
    .pop_schedule0011 .lst_schedule li{ padding:0; }
    .pop_schedule0011 .btn_more {width: auto;top: -7px;left: auto;right: 0;}

    /* 게시판 */
    .notice0011 .btn_more{width: auto;top: -1rem;right: 0;}
    .notice0011 .btn_more i {background: #2a40d2;}
    .notice0011:before{top: 0; right: -0.75rem; width: 28.5rem; height: 100%; background: #38a9cb; border-radius: 0;}
    .notice0011:after{display:none;}
    .notice0011 h2{width:33.333333%; float:left; margin-top:1rem;}
    .notice0011 h2:nth-child(1) {padding-top:0;}
    .notice0011 h2 ~ h2{margin-top: 1rem;}
    .notice0011 h2 a { text-align:left;}
    .notice0011 .list_box{width: 100%; margin-top: 2.5rem;}
    .notice0011 .list_box ul > li{ padding:0;}
    .notice0011 .list_box ul > li a{ padding: 1rem; }
    .notice0011 .list_box ul > li a .date {margin-top:0}
    .notice0011 .list_box ul > li a.new dt:before {top: 1.1rem;}
    .notice0011 .list_box ul > li a dt {max-height: 2.4rem; margin-bottom:.8rem; font-size: .85rem;}
    /* 게시판:no_data */
    .notice0011 .list_box ul > li.no_Data { line-height:8rem;}
}

@media (max-width:380px) {
    /* 바로가기1 */
    .mLink0011 {margin:0; }

    /* 식단 */
    .meal_menu0011 .inner dt > em {padding: .5rem 1rem; }

    /* 배너존 */
    .banner_zone ul li {width: 100%;}

}


