/* heading */
.heading { display:block; max-width:calc(100% - 5rem); margin-bottom:1rem; color:#000; font-size:.85rem; font-weight:700; overflow:hidden; white-space:nowrap; }

/* btn_more */
.btn_more {position:absolute; top:-.25rem; right:0;  transition: all ease .2s;}
.btn_more span { display: inline-block; vertical-align: middle; background: #eee; border-radius: 3rem; padding: 0.1rem 0.7rem;}
.btn_more em { display: inline-block; vertical-align: middle; font-size: 1.5rem; margin-left: -0.6rem; transition: all ease .2s}
/* btn_more : active */
.btn_more:hover em {transform: rotate(180deg);}

/* 메인비주얼 */
.MVisual0009 { position:relative; height:100%; overflow: hidden; }
.MVisual0009 #m_visual li{overflow:hidden;}
.MVisual0009 #m_visual li img { position:relative; display:block; width:100%; height:auto; }
.MVisual0009 .bx-wrapper{ height: auto; }
.MVisual0009 .bx-controls { position:absolute; right:1.5rem; bottom:1.5rem; }
.MVisual0009 .bx-controls-direction { display: inline-block; }
.MVisual0009 .bx-controls-auto { position: absolute; top: 0; left: 2.1rem; }
.MVisual0009 .bx-controls-direction a ~ a { margin-left: 2.2rem; }
.MVisual0009 .bx-controls-direction a,
.MVisual0009 .bx-controls-auto a { position: relative; display:inline-block; width:2rem; height:2rem; line-height:2rem; background:#8da5fd; color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; transition:all .15s; font-size: 0; vertical-align: middle; }
.MVisual0009 .bx-controls-auto a.bx-start { display: none; }
.MVisual0009 .bx-controls-direction a::before,
.MVisual0009 .bx-controls-auto a::before { position: absolute; width:100%; height:100%; top: 0; left: 0; color: #fff; font-family: 'xeicon'; font-size: 0.8rem; }
.MVisual0009 .bx-controls-direction a.bx-prev::before { content: "\e93b";}
.MVisual0009 .bx-controls-direction a.bx-next::before { content: "\e93e";}
.MVisual0009 .bx-controls-auto a.bx-start::before { content: "\ea3e";}
.MVisual0009 .bx-controls-auto a.bx-stop::before { content: "\ea3b";}
.MVisual0009 .bx-pager { display: none; }
.MVisual0009 .bx-controls-direction a:hover,
.MVisual0009 .bx-controls-auto a:hover { background:#6e85db; }

/* 게시판 */
.notice0009 { position:relative; height:100%; }
.notice0009 .titTab { margin:0 5rem 0 1rem; }
.notice0009 .titTab ul { margin:-.15rem -1rem; }
.notice0009 .titTab li { position:relative; display:inline-block; /* max-width:calc(33.333% - .15rem); */ padding:.15rem 1rem; vertical-align:top; }
.notice0009 .titTab li + li::after { content:""; display: block; position: absolute; left: -.25rem; top: 50%; width:.65rem; height:.75rem; background:url('/tempSample/40009/images/main/0009_notice_bg.png') no-repeat center/100% 100%; transform: translateY(-50%); }
.notice0009 .titTab a { display:block; font-size:.85rem; text-align:center; color:#595959; line-height:2.25rem; font-weight:600; text-align:center; -webkit-transition:all .15s; transition:all .15s; }
.notice0009 .titTab a span { position:relative; display:inline-block; width:100%; margin:auto; overflow:hidden; white-space:nowrap; vertical-align:middle; }
.notice0009 .tabWrap{height: 100%; }
.notice0009 .list_box { display:none; height: calc(100% - 3rem); margin-top:0.5rem; background: #f6f6f6; padding: 1rem 2rem; border-radius: 1.5rem; }
.notice0009 .list_box li:nth-of-type(n + 7) { display:none; }
.notice0009 .list_box li a { position:relative; display:block; padding:.25rem 0 .25rem 1rem; -webkit-transition:border-color .15s; transition:border-color .15s; }
.notice0009 .list_box li a::before{content:""; position:absolute; top:50%; left:0; width:.55rem; height:.55rem; -webkit-transform:translateY(-50%); transform:translateY(-50%); background:url('/tempSample/40009/images/main/0009_notice01.png')no-repeat center/100% 100%; }
.notice0009 .list_box li p { display:inline-block; width:calc(100% - 6.5rem); padding-right: 1rem; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; line-height:1.4; font-size:.85rem; color:#333; font-weight:400; vertical-align:middle; }
.notice0009 .list_box li span { position:relative; display:inline-block; width:6rem; color:#8b8b8b; font-size:.8rem; vertical-align:middle; text-align:right; }
.notice0009 .btn_more { top:.2rem; }
/* 게시판 : 새글 */
.notice0009 .list_box li a.new {padding-left:1.5rem; }
.notice0009 .list_box li a.new::before { content:"N"; position:absolute; width:1.35rem; height:1.35rem; line-height:1.35rem; background:#8da5fd; color:#fff; font-size:.9rem; font-weight:600; text-align:center; border-radius: 50%;}
/* 게시판 : 데이터 없음 */
.notice0009 .list_box li.no_data { float:none; width:100%; text-align:center; }
.notice0009 .list_box li.no_data > p {border-radius:0 1rem 1rem 1rem; line-height:11.25rem; height:11.25rem; }
/* 게시판 : active */
.notice0009 .titTab a.current {font-weight:700; color:#6d47ad; }
.notice0009 .titTab a.current::before { content: ''; position:absolute; top:.25rem; left:.5rem; width: 1.5rem; height: 1.5rem; background: #f0f2fc; border-radius: 50%; position: absolute; z-index: -1;}
.notice0009 .titTab a:not(.current):hover { color:#6d47ad; }
.notice0009 .list_box.on { display:block; }
.notice0009 .list_box li a:hover p{ color:#6d47ad; }

/* 게시판2 */
.notice000902 .titTab a.current{color: #f4558d;}
.notice000902 .titTab a.current::before{background: #feeef3;}
/* 게시판2 : 새글 */
.notice000902 .list_box li a.new::before{background: #f4558d;}
/* 게시판2 : active */
.notice000902 .titTab a:not(.current):hover{color: #f4558d;}
.notice000902 .list_box{background: #fff; border: 1px solid #ddd;}
.notice000902 .list_box li a::before{background:url('/tempSample/40009/images/main/0009_notice02.png')no-repeat center/100% 100%;}
.notice000902 .list_box li a:hover p{ color:#f4558d; }

/* 팝업존 */
.pop0009 { position:relative; width:100%; height:100%; }
.pop0009 .tit_wrap { height:2.8rem; line-height:2.8rem;}
/* .pop0009 .heading { max-width:calc(100% - 10.5rem); } */
.pop0009 .nss_pg { position:absolute; top: -3px; right:0.5rem; }
.pop0009 .nss_pg p { position:relative; display:inline-block; margin-right:.5rem; vertical-align:middle; font-size:.75rem; font-weight:600; }
.pop0009 .nss_pg p strong { position:relative; padding-right:.65rem; color:#574de3; font-size: 0.9rem; font-weight: 700;}
.pop0009 .nss_pg p strong:after { content:""; position:absolute; top:0.55rem; right: 0; width:0.3rem; height:0.3rem; background:#d2d2d2; border-radius: 50%; }
.pop0009 .nss_pg a { display:inline-block; width:1.5rem; height:1.5rem; line-height: 1.5rem; vertical-align:middle; -webkit-transition:all .15s; transition:all .15s; }
.pop0009 .nss_pg .stop { line-height: 1.5rem; text-align: center; background: #9d9d9d; color: #fff; border-radius: 50%;}
.pop0009 .nss_pg .play { display:none; }
.pop0009 .nss_pg .prev { background:url(/tempSample/40009/images/main/0009_sch_prev.png) no-repeat top 0.5rem left ; }
.pop0009 .nss_pg .next { background:url(/tempSample/40009/images/main/0009_sch_next.png) no-repeat top 0.5rem right ;}
.pop0009 .nss_pg .list {  line-height: 1.5rem; text-align: center; font-size: 1.1rem;}
.pop0009 .pop_img { position:relative; width:100%; height:11.25rem; z-index:1; overflow:hidden; background:rgba(0,0,0,.1); border-radius: 1.5rem;}
.pop0009 .pop_img li { display: none; text-align: center; height: 100%; }
.pop0009 .pop_img li a { position:relative; display: flex; justify-content: center; align-items: center; height:100%; font-size: 0; }
.pop0009 .pop_img li img { max-width:100%; max-height:100%;}
.pop0009 .pop_img li.on{display:block;}.pop0009 .bx-wrapper .bx-viewport {border-radius: 1rem;}
/* 팝업존 : active */
.pop0009 .nss_pg a:hover.stop,
.pop0009 .nss_pg a:hover.play{ background: #ff4f81; }
.pop0009 .nss_pg a:hover.prev{transform: translateX(-0.1rem);}
.pop0009 .nss_pg a:hover.next{transform: translateX(0.1rem);}
.pop0009 .nss_pg a:hover.list{ color: #ff4f81;}
/* 팝업리스트 레이어 추가 */
.pop0009 .pop_layer_box{position:absolute; top:-.4rem; left:0; display:none; width:100%; height:calc(100% + .4rem); background:#394b61; z-index:2; }
.pop0009 .pop_layer_box .pop_layer{position:relative; height:100%; padding:1rem; }
.pop0009 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff; }
.pop0009 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:calc(100% - 2rem); line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto; }
.pop0009 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff; }
.pop0009 .pop_layer_box .pop_layer ul li a:hover{text-decoration:underline; }
.pop0009 .pop_layer_box .pop_layer a.pop_close{position:absolute; top:.9rem; right:1.25rem; display:block; padding:0.25rem 0.5rem; color:#fff; background:#576c85; border-radius:5px; }

/* 바로가기1 */
.M_link0009 { position:relative; top: 50%; transform: translateY(-50%); }
.M_link0009 ul { display:table; table-layout:fixed; width:100%; }
.M_link0009 li { position:relative; display:table-cell; }
.M_link0009 li:nth-of-type(n + 5) { display:none; }
.M_link0009 li a { position:relative; display:flex; justify-content: flex-start; align-items: center; height:100%; text-align:center; }
.M_link0009 li a p { flex-shrink: 0; width:4.75rem; height:4.75rem; border-radius:1rem; background:#fff; text-align:center; box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);}
.M_link0009 li a img { display:inline-block; max-width:100%; max-height:100%; transition: all ease 0.2s; transform:rotateY(0); -webkit-transform:rotateY(0); }
.M_link0009 li a > span { position: relative; display:inline-block; max-height:2.25rem; color:#000; font-size:.85rem; font-weight:600; overflow:hidden; padding:0 0.5rem; text-align: left; }
.M_link0009 li a em{flex-shrink: 0 ; display: block; width: 2rem; height: 2rem; margin-right: 1rem; border-radius: 50%; background: #6f67d6; color: #fff; font-size: 1.5rem; transition: all ease 0.2s; transform: translateX(-1.5rem); opacity: 0;}
.M_link0009 li a em span{ display: none;}
/* 바로가기 :active */
.M_link0009 li a:hover img{ transform:rotateY(180deg); -webkit-transform:rotateY(180deg); }
.M_link0009 li a::before,
.M_link0009 li a span,
.M_link0009 li a img {-webkit-transition:all .15s; transition:all .15s;}
.M_link0009 li a:hover span{ color: #6f67d6;}
.M_link0009 li a:hover em{transform: translateX(0); opacity: 1;}
/* 갤러리 */
.gallery0009 { position:relative; }
.gallery0009 .list_box { margin-top:1rem; }
.gallery0009 .list_box ul { margin: 0 -1.5%; }
.gallery0009 .list_box ul:after { content:""; display:block; clear:both; }
.gallery0009 .list_box li { width:22%; float:left; margin: 0.5rem 1.5%; background: #fff; border-radius: 1rem; box-shadow: 0 0 0.6rem rgba(0,0,0,0.1);}
.gallery0009 .list_box li:nth-of-type(n + 5) { display:none; }
.gallery0009 .list_box li a { position:relative; display:block; }
.gallery0009 .list_box li a .img { position:relative; width:auto; height:8.8rem; margin:auto; border-radius:1rem; overflow:hidden; background-color:rgba(0,0,0,.1); }
.gallery0009 .list_box li a .img img  { position:absolute; top:50%; left:50%; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:all .15s; transition:all .15s; }
.gallery0009 .list_box li a .cont { margin:1rem; text-align:center; color:#333; font-size:.85rem; font-weight:600; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; -webkit-transition:all .15s; transition:all .15s; }
.gallery0009 .list_box li a .cont span { display:block; color:#666; }
/* 갤러리 : 데이터 없음 */
.gallery0009 .list_box li.no_data { width:100%; box-shadow: none;}
.gallery0009 .list_box li.no_data p { text-align:center; font-size:.9rem; line-height: 12.7rem; border-radius:.75rem; background:#f1f1f1;}
/* 갤러리 : active */
.gallery0009 .list_box li a:hover .cont p { color:#fff; }
.gallery0009 .list_box li a:hover .img img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }

/* 캘린더 */
.pop_schedule0009 { position:relative; height:100%; }
.pop_schedule0009::after{content: ''; display: block;clear: both;}
.pop_schedule0009 .heading{max-width: calc(100% - 17rem); line-height: 2.8rem; margin-bottom: 0; }
.pop_schedule0009 .month { position:absolute; top: -2.4rem; left: 0;width:100%; margin: 0 -1px ; font-size:1.1rem; color:#333; text-align:center; background: #f4558d; padding: 0; color: #fff; border-radius: 1.5rem 1.5rem 1.5rem 0;}
.pop_schedule0009 .month > * { position:relative; display:inline-block; }
.pop_schedule0009 .month a { font-size:1.2rem; vertical-align: middle; transition: all ease 0.2s; }
.pop_schedule0009 .month span { line-height:2.4rem; font-size: 0.9rem;}
.pop_schedule0009 .month span > em { display: inline-block; margin-left:.3rem; font-weight:700; font-size:1.1rem; font-weight:700; }
.pop_schedule0009 .sche_tbl  {float: left; width: 47.5%;  position:relative; font-size:0.8rem; text-align:center; margin-top:.5rem; }
.pop_schedule0009 .sche_tbl table  { position:relative; height:11rem; z-index:2; }
.pop_schedule0009 .sche_tbl table thead th { color:#333; border-bottom: 2px solid #ddd; line-height: 1.5rem;}
.pop_schedule0009 .sche_tbl table thead tr th:first-child  { color:#ed3e53;  }
.pop_schedule0009 .sche_tbl table thead tr th:last-child  { color:#00a0e9;}
.pop_schedule0009 .sche_tbl table tbody tr td {font-size:.75rem;color:#333;font-weight:600;vertical-align: middle;}
.pop_schedule0009 .sche_tbl table tbody tr td:first-child  { color:#ed3e53; }
.pop_schedule0009 .sche_tbl table tbody tr td:last-child  { color:#00a0e9; }
.pop_schedule0009 .sche_tbl table tbody td .today { position:relative; display:inline-block; font-weight:700; }
.pop_schedule0009 .sche_tbl table tbody td .event { position:relative; display:inline-block; color: #fff;}
.pop_schedule0009 .sche_tbl table tbody td .today:before,
.pop_schedule0009 .sche_tbl table tbody td .event:before { content:""; display:block; position:absolute; top:50%; left:50%; z-index:-1; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); width:1.5rem; height:1.5rem; border-radius:50%; background: #f4558d; }
.pop_schedule0009 .sche_tbl table tbody td .today:before { background:#daedfc; }
.pop_schedule0009 .lst { position: relative; float: right; width:47.5%; height: 11.2rem; padding: 1rem 0.7rem; z-index:1; border: 1px solid #f4558d; border-radius: 0 1.5rem 1.5rem 1.5rem; }
.pop_schedule0009 .lst ul { overflow-y:auto; height:100%;}
.pop_schedule0009 .lst li { position:relative; padding:.2rem 0; }
.pop_schedule0009 .lst li a { position:relative; padding-left:3.5rem; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-align:left; color:#111; line-height:1.5rem; }
.pop_schedule0009 .lst li a span{ position:absolute; left:0; top:0; font-weight:600; font-size:.75rem;text-align:center; color: #f4558d;}
.pop_schedule0009 .lst li a span i { margin-right: 0.2rem;}

.pop_schedule0009 .btn_more { top:0.4rem; right: 0.5rem; width:auto; height:auto; font-size:1.5rem; color:#444;z-index: 9;}
.pop_schedule0009 .btn_more em{width: 1.5rem; height: 1.5rem; background: #fff; text-align: center; line-height: 1.5rem; border-radius: 50%;}
.pop_schedule0009 .btn_more > i { -webkit-transition:all .15s; transition:all .15s; }
/** 캘린더 : active **/
.pop_schedule0009 .lst li a:hover { text-decoration:underline; }
.pop_schedule0009 .month a.prev:hover { transform: translateX(-0.2rem);}
.pop_schedule0009 .month a.next:hover { transform: translateX(0.2rem); }
.pop_schedule0009 .btn_more:hover > i { -webkit-transform:rotate(180deg); transform:rotate(180deg); }
/*  캘린더 : 데이터 없음 */
.pop_schedule0009 .lst li.no_data{ text-align: center; line-height: 8.5rem;}

/* 식단 */
.meal_menu0009 { position:relative; overflow:hidden; }
.meal_menu0009 .heading { width:100%; height: 2.8rem; line-height: 2.8rem; padding:0 1rem 0 0; line-height:calc(3.25rem - 4px); margin-bottom:0;}
.meal_menu0009 .heading > span { display:block; width:100%; white-space:nowrap; overflow:hidden;}
.meal_menu0009 .inner { position:relative; width:100%; height:100%; padding:1rem 1.5rem; overflow:hidden; border: 2px solid #d1d5f5; border-radius: 1.5rem; }
.meal_menu0009 .inner ul { position:relative; height:9.05rem; overflow-y:auto; z-index:1; }
.meal_menu0009 .inner li + li { margin-top:.75rem; }
.meal_menu0009 .inner li { display:table; width:100%; padding-right:.5rem; }
.meal_menu0009 .inner dl { position:relative; font-size:.8rem; }
.meal_menu0009 .inner dt { display:block; width:100%; font-size:.9rem; font-weight:600; vertical-align:top; border-bottom: 1px dotted #999; padding-bottom: 0.5rem; margin-bottom: 0.5rem; }
.meal_menu0009 .inner dt > em { position: relative; display:block; padding-left: .8rem;}
.meal_menu0009 .inner dt > em::before{ content: ''; display: inline-block; width: .5rem; height: .5rem; background: #3b349c; border-radius: 50%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.meal_menu0009 .inner dt > em span{ color:#3b349c; }
.meal_menu0009 .inner dd { display:block; width:100%; font-size:.85rem; word-break:keep-all; text-align:left; color:#333; line-height:1.55; vertical-align:top; }
.meal_menu0009 .btn_more { top:.5rem; }
.meal_menu0009 .btn_more:after { display:none;  }
/* 식단 : 데이터 없음 */
.meal_menu0009 .inner li.no_data { text-align:center; padding-right:0; line-height: 9rem;}

/* 배너존 */
.banner_zone { line-height:1; border-top:1px solid #d1d8e4; }
.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:.75rem; font-weight:400; color:#000; font-weight:600; }
.banner_zone .btn { float:left; margin-top:1.35rem; width:6rem; overflow:hidden; }
.banner_zone .btn a { float:left; width:1.4rem; height:1.4rem; line-height:1.4rem; overflow:hidden; border:1px solid #c5c5c5; border-right:none; text-align:center; color:#6f6f6f; }
.banner_zone .btn a:last-child { border-right:1px solid #c5c5c5; }
.banner_zone ul {float: left; display: inline-block; padding-top: 0.75rem; width: calc(100% - 10rem) !important; 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; }
/* 배너 리스트 */
.bannerWrap { max-width:450px; width:90%; border:1px solid #c5c5c5; background:#fff; position:absolute; left:0; top:0; z-index:3; }
.bannerWrap .inner { position:relative; width:100%; }
.bannerWrap .inner > h1 { background:#00b070; padding-left:20px; height:41px; line-height:41px; overflow:hidden; color:#fff; font-family:'NotoSans'; font-size:17px; }
.bannerWrap .inner .btnClose { position:absolute; right:0; top:0; width:41px; height:41px; color:#fff; }
.bannerList { padding:1rem; }
.bannerList ul {   overflow-y:auto; }
.bannerList ul li { float:left; width:48%; margin:1%;  }
.bannerList ul li a { display:block; font-size:0; border:1px solid #c8d1db; }
.bannerList ul li img { width:100%; height:100%}

@media (max-width:1400px) {
}
@media (max-width:1200px) {
	/* 바로가기 */
	.M_link0009 li a p { width: 4rem; height: 4rem;}
	.M_link0009 li a em { width: 1.5rem; height: 1.5rem; line-height: 1.5rem; }
}
@media (max-width:1024px) {
	/* 게시판 */
	.notice0009 .tabWrap { height: auto; }

	/* 갤러리 */
	.gallery0009 .list_box ul { margin: 0; }
	.gallery0009 .list_box li { width: 31.3%; margin: 0; }
	.gallery0009 .list_box li:nth-child(2) { margin:0 3%; }
	.gallery0009 .list_box li:nth-child(n+4) { display: none;}

	/* 식단 */
	.meal_menu0009 .inner ul { height: 1.35rem; }
	.meal_menu0009 .inner dl { display: flex; justify-content: flex-start; }
	.meal_menu0009 .inner dt { display: inline-block; width: auto; margin-right: 1rem; flex-shrink: 0; border-bottom: 0;}
	.meal_menu0009 .inner dd { display: inline-block; width: auto;}
	.meal_menu0009 .inner dd br{display: inline-block; content: '';}
	.meal_menu0009 .inner dd br::after{display: block; content: '/'; padding: 0 5px;}
	/* 식단 : 데이터 없음 */
	.meal_menu0009 .inner li.no_data { line-height: 1.35rem;}

	/* 캘린더 */
	.pop_schedule0009 .lst { height:8.2rem; margin-top:3rem; }
	.pop_schedule0009 .btn_more { top:3.4rem; }
	.pop_schedule0009 .sche_tbl table { height: 13rem; }
	.pop_schedule0009 .lst { height: 10.5rem; }
	/*  캘린더 : 데이터 없음 */
	.pop_schedule0009 .lst li.no_data{line-height: 8rem;}

	/* 배너존 */
	.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:950px) {

	/* 메인비주얼 */
	.MVisual0009 .bx-controls { right:.75rem; bottom:.75rem; }
	.MVisual0009 .bx-controls-auto { left: 1.6rem;}
	.MVisual0009 .bx-controls-direction a,
	.MVisual0009 .bx-controls-auto a { width:1.5rem; height:1.5rem; line-height:1.5rem; }
	.MVisual0009 .bx-controls-direction a ~ a { margin-left: 1.7rem; }

	/* 팝업존 */
	.pop0009 .pop_img { height: auto; }
	.pop0009 .pop_img li img { max-height: 15rem; }
}

@media (max-width:860px) {
        /* 바로가기 */
	.M_link0009 li a em { display: none;}

	/* 배너존 */
	.banner_zone h2 { display:none; }
	.banner_zone .bnWrap { width:calc(100% - 6rem); height:auto; padding-left:0.75rem; }
}
@media (max-width:800px) {
	/* 배너존 */
	.banner_zone ul li { width:25%; }
}
@media (max-width:768px) {
	/* heading */
	.heading { font-size:.9rem; }

	/* 바로가기 */
	.M_link0009 { top: auto; transform: none; padding: 1rem 0; }
	.M_link0009 ul { display: block; }
	.M_link0009 ul::after { content: ''; display: block; clear: both; }
	.M_link0009 ul li { display: block; width: 48%; float: left; margin: 1%; } 

	/* 갤러리 */
	.gallery0009 .list_box li { width:49%; margin-right: 1%; }
	.gallery0009 .list_box li:nth-child(2){margin-left: 1%; margin-right: 0;}
	.gallery0009 .list_box li:nth-child(n+3) { display: none;}
}

@media (max-width:600px) {
	/* 배너존 */
	.banner_zone ul li { width:50%; }
}
@media (max-width:480px) {

	/* 게시판 */
	.M_link0009 { padding-bottom: 0.5rem;}
	.notice0009 .tabWrap { height: auto; }
	.notice0009 .titTab li{ max-width: 100%; }
	.notice0009 .titTab a span{text-align: left; }

	/* 바로가기1 */
	.M_link0009 li a { flex-direction: column; }
	.M_link0009 li a p { width:3.5rem; height:3.5rem; line-height:calc(3.5rem - 4px); }
	.M_link0009 li a > span{height: 3rem; margin: 0.5rem 0 1rem;}
	.M_link0009 li:nth-child(n+4) a > span{margin-bottom: 0; text-align: center;}

	/* 갤러리 */
	.gallery0009 .list_box li { width:100%; margin:0; }
	.gallery0009 .list_box li:nth-child(n+2) { display: none;}
	.gallery0009 .list_box li a .cont{margin: 0.5rem;}

	/* 식단 */
	.meal_menu0009 .inner ul { height:4.25rem; }
	.meal_menu0009 .inner dl { flex-direction: column; }
	.meal_menu0009 .inner dt { display:block; width:100%; margin-bottom: 0; padding-bottom: 0; }
	.meal_menu0009 .inner dd { display:block; width:100%; margin-top:.5rem; }
	/* .meal_menu0009 .inner dd br{display: block;}
	.meal_menu0009 .inner dd br::after{display: none;}	 */
	/* 식단 : 데이터 없음 */
	.meal_menu0009 .inner li.no_data { line-height: 4.25rem;}

	/* 캘린더 */
	.pop_schedule0009 .heading { max-width: 100%}
	.pop_schedule0009 .sche_tbl { width: 100%; }
	.pop_schedule0009 .lst { width:100%; height: 10rem;}
	.pop_schedule0009 .month { top: -2.5rem; }
	.pop_schedule0009 .month span > em { width:2rem; height:2rem; }
	.pop_schedule0009 .btn_more { top:auto; bottom: 10.4rem;}
	/*  캘린더 : 데이터 없음 */
	.pop_schedule0009 .lst li.no_data{line-height: 7.5rem;}
}

@media (max-width:380px) {

	/* 바로가기 */
	.M_link0009 li a p { width:3.25rem; height:3.25rem; line-height:calc(3.25rem - 4px); }

	/* 배너존 */
	.banner_zone ul li { width:100%; }
}

@media (max-width:320px) {

}

