﻿/* COMMON */
.heading {display: inline-block; font-size: 1.1rem; color: #000; font-weight: 600;}
.heading span {display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden;}
.btn_more {position: absolute; right: 0; top: 0.2rem; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.btn_more .dotBox {display: flex; justify-content: center; align-items: center; width: 18px; height: 18px;}
.btn_more .dotBox .dot {display: block; width: 4px; height: 4px; border-radius: 50%; background: #6452a6;}
.btn_more .dotBox .dot + .dot {margin-left: 0.15rem;}
.no_data {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
/* 공통 : active */
.btn_more:hover {transform: rotate(90deg); -webkit-transform: rotate(90deg);}

/* 메인비주얼 */ 
.MVisual0022 {width: 100%; height: 100%; position: relative;}
.MVisual0022 .slider {height: 100%; border-radius: 2.3rem 0 2.3rem 2.3rem; overflow: hidden; isolation: isolate; background: #fafafa;}
.MVisual0022 .slider div{height:100%;}
.MVisual0022 .slider .slick-track{z-index:0;}
.MVisual0022 .item {font-size: 0; overflow:hidden; line-height:0;}
.MVisual0022 .item img {position: relative; width: auto; height: 100%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0022 .control {position: absolute; left: 2.5rem; bottom: 1.5rem; z-index: 1;}
.MVisual0022 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(60, 85, 102, 0.4); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0022 .control > a.play{display:none;}
.MVisual0022 .control > a:hover,
.MVisual0022 .control > a:focus{ background:rgb(60, 85, 102, 0.9);}

/* 캘린더 */
.pop_schedule0022 {position: relative;} 
.pop_schedule0022 .sche_wrap { background: #ff8856; border-radius: 0 1.8rem 1.8rem 1.8rem; }
.pop_schedule0022 .sche_wrap .month { display: flex; justify-content: center; align-items: center; width: calc(100% - 3.5rem); height: 3.5rem; border-radius: 0 0 1.75rem 0; background: #ffdcce; position: relative; z-index: 1;}
.pop_schedule0022 .sche_wrap .month a {display: flex; justify-content: center; align-items: center; width: 1.7rem; height: 1.7rem; border-radius: 50%; border: 1px solid #fff; background: #fff; font-size: 0.9rem; color: #e9632a; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.pop_schedule0022 .sche_wrap .month span {display: block; font-size: 0.9rem; color: #000; font-weight:600; margin: 0 1rem;}
.pop_schedule0022 .sche_wrap .month span em {font-size: 1.25rem; font-weight:800; color: #e9632a;}
.pop_schedule0022 .sche_wrap .sche_table { padding: 1rem 1rem 0; position: relative;}
.pop_schedule0022 .sche_wrap .sche_table:after {content: ""; display: block; width: calc(100% - 2rem); height: calc(100% - 2.8rem); border-radius: 1rem; background: #fff; position: absolute; left: 1rem; bottom: 0;}
.pop_schedule0022 .sche_wrap .sche_table table {position: relative; z-index: 2;}
.pop_schedule0022 .sche_wrap .sche_table table tbody {height: 9rem;}
.pop_schedule0022 .sche_wrap .sche_table table th {font-size: 0.9rem; color: #fff; font-weight: 500; padding-bottom: 0.6rem;}
.pop_schedule0022 .sche_wrap .sche_table table th:first-child {padding-left: 0.7rem;}
.pop_schedule0022 .sche_wrap .sche_table table th:last-child {padding-right: 0.7rem;}
.pop_schedule0022 .sche_wrap .sche_table table td { padding:.15rem 0; text-align: center;}
.pop_schedule0022 .sche_wrap .sche_table table td:first-child {padding-left: 0.7rem;}
.pop_schedule0022 .sche_wrap .sche_table table td:last-child {padding-right: 0.7rem;}
.pop_schedule0022 .sche_wrap .sche_table table td span,
.pop_schedule0022 .sche_wrap .sche_table table td a {display: inline-flex; justify-content: center; align-items: center; width: 1.25rem; height: 1.25rem; border-radius: 50%; font-size: 0.75rem; color: #000;}
.pop_schedule0022 .sche_wrap .sche_table table td .event {background: #e5e5e5;}
.pop_schedule0022 .sche_wrap .sche_table table td .today {background: #ffdcce;}
.pop_schedule0022 .sche_wrap .lst {padding: .65rem 1rem 1.05rem; }
.pop_schedule0022 .sche_wrap .lst ul {height: 3.8rem; overflow-y: auto;}
.pop_schedule0022 .sche_wrap .lst ul li {padding: 0.1rem 0;}
.pop_schedule0022 .sche_wrap .lst ul li a {display: block; padding-left: 2.25rem; color: #fff; line-height: 1.7rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative;}
.pop_schedule0022 .sche_wrap .lst ul li a span {width: 1.7rem; height: 1.7rem; border-radius: 50%; background: #fff; color: #e9632a; font-size: 0.7rem; font-weight: 600; text-align: center; position: absolute; left: 0; top: 50%; margin-top: -.85rem;}
.pop_schedule0022 .btn_more {position: absolute; right: 1.4rem; top: 1rem;}
.pop_schedule0022 .btn_more .dotBox .dot {background: #fff;}
/* 캘린더 : active */
.pop_schedule0022 .sche_wrap .month a:hover,
.pop_schedule0022 .sche_wrap .month a:focus {background: #ff9494; color: #fff;}
.pop_schedule0022 .btn_more:hover,
.pop_schedule0022 .btn_more:focus {transform: rotate(90deg);}
.pop_schedule0022 .sche_wrap .sche_table table td a:hover,
.pop_schedule0022 .sche_wrap .sche_table table td a:focus,
.pop_schedule0022 .sche_wrap .lst ul li a:hover,
.pop_schedule0022 .sche_wrap .lst ul li a:focus {text-decoration: underline;} 
/* 캘린더 : no_data */
.pop_schedule0022 .sche_wrap .lst ul li.no_data {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; color: #fff;}

/* 바로가기1 */
.M_link0022 ul {display: flex; flex-wrap: wrap; justify-content: center; }
.M_link0022 ul li {width: 50%; padding: 0 .5rem; text-align: center; border-right: 2px dotted #88a9dd; vertical-align: top;}
.M_link0022 ul li:last-child {border: none;}
.M_link0022 ul li a {display: inline-flex; flex-direction: column; align-items: center; max-width: 100%;}
.M_link0022 ul li a p {display: flex; justify-content: center; align-items: center; width: 5.5rem; height: 5.5rem; border-radius: 50%; border: 2px dashed transparent; background:#fff; position: relative; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.M_link0022 ul li a p:after {content: ""; display: block; width: 0.6rem; height: 0.6rem; border-radius: 50%; background: #88a9dd; position: absolute; left: 50%; margin-left: -0.3rem; bottom: -0.3rem; opacity: 0; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.M_link0022 ul li a span {display: block; margin-top: 0.5rem; max-width: 100%; max-height: 2.5rem; font-size: 0.9rem; color: #000; font-weight: 500; overflow: hidden;}
/* 바로가기1 : active */
.M_link0022 ul li a:hover p,
.M_link0022 ul li a:focus p {border-color: #88a9dd; }
.M_link0022 ul li a:hover p:after,
.M_link0022 ul li a:focus p:after {opacity: 1;}

/* 게시판 */
.notice0022 {position: relative;}
.notice0022 .titTab ul {display: flex; padding-right: 5.25rem; border-bottom: 2px solid #ff8080;}
.notice0022 .titTab ul li {max-width: calc((100% - 0.5rem) / 3);}
.notice0022 .titTab ul li + li {margin-left: 0.25rem;}
.notice0022 .titTab ul li a {display: block; border-radius: 1rem 1rem 0 0; padding: 0.5rem 1rem; background: #ffeded; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0022 .titTab ul li a span {display: block; font-size: 1.1rem; color: #666; white-space: nowrap; overflow: hidden; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0022 .tabWrap {margin-top: 2.4rem;}
.notice0022 .tabWrap .list_box {display: none;}
.notice0022 .tabWrap .list_box ul {display: flex;}
.notice0022 .tabWrap .list_box ul li {width: calc((100% - 3rem) / 3); padding-bottom: 0.25rem; padding-right: 1.5rem; border-right: 2px dotted #d8d8d8; margin-right: 1.5rem;}
.notice0022 .tabWrap .list_box ul li:nth-child(3) {border-right: 0; margin-right: 0;}
.notice0022 .tabWrap .list_box ul li a {display: block; padding-bottom: 0.45rem; position: relative;}
.notice0022 .tabWrap .list_box ul li a:before {content: ""; display: block; width: 2rem; height: 2rem; border-radius: 50%; background: #ff8080; position: absolute; right: 0; bottom: 0; opacity: 0; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0022 .tabWrap .list_box ul li a:after {content: ""; display: block; border-top: 0.4rem solid transparent; border-bottom: 0.4rem solid transparent; border-left: .55rem solid #fff; position: absolute; right: 0.65rem; bottom: 0.6rem; opacity: 0; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0022 .tabWrap .list_box ul li a dl dt {max-height: 2.5rem; font-size: 0.9rem; color: #1c1c1c; font-weight:500; word-break: keep-all; overflow: hidden;}
.notice0022 .tabWrap .list_box ul li a dl dd {margin-top: 1.15rem;}
.notice0022 .tabWrap .list_box ul li a dl dd p {max-height: 2.3rem; color: #808183; word-break: keep-all; overflow: hidden;}
.notice0022 .tabWrap .list_box ul li a dl dd span {display: flex; align-items: center; margin-top: 1.9rem; font-size: 0.75rem; color: #7e7e7e;}
.notice0022 .tabWrap .list_box ul li a dl dd span i {margin-right: 0.3rem;}
.notice0022 .tabWrap .list_box .btn_more {position: absolute; right: 0; top: 0.45rem;}
/* 게시판 : active */
.notice0022 .titTab ul li a.current,
.notice0022 .titTab ul li a:hover {background: #ff8080;}
.notice0022 .titTab ul li a.current span,
.notice0022 .titTab ul li a:hover span {color: #fff; font-weight: 600;}
.notice0022 .tabWrap .list_box.on {display: block;}
.notice0022 .tabWrap .list_box ul li a:hover:before,
.notice0022 .tabWrap .list_box ul li a:hover:after {opacity: 1;}
.notice0022 .tabWrap .list_box ul li a:hover dl dt {text-decoration: underline;}
.notice0022 .tabWrap .list_box .btn_more .dotBox .dot {background: #ff8080;}
/* 게시판 : no_data */
.notice0022 .tabWrap .list_box ul li.no_data {display: flex; justify-content: center; align-items: center; width: 100%; height: 9.6rem; padding-bottom: 0; padding-right: 0; border-right: 0; margin-right: 0;}
/* 게시판 : new */
.notice0022 .tabWrap .list_box ul li a.new dl dt:before {content: "N"; display: inline-block; width: 0.9rem; height: 0.9rem; border-radius: 0.2rem; background: #ff8080; font-size: 0.6rem; color: #fff; font-weight: 700; text-align: center; line-height: 0.9rem; margin-right: 0.3rem; position: relative; top: -0.05rem;}

/* 팝업존 */
.pop0022 .tit_wrap {display: flex; justify-content: space-between; align-items: center;}
.pop0022 .tit_wrap .heading {max-width: calc(100% - 10rem);}
.pop0022 .tit_wrap .control {display: flex; align-items: center;}
.pop0022 .tit_wrap .control .page {display: flex; align-items: center; font-weight: 600;}
.pop0022 .tit_wrap .control .page strong {display: block; font-size: 1.1rem; color: #ff8856; transform: translateY(-.05rem);}
.pop0022 .tit_wrap .control .page span {display: block; margin-left: 1.5rem; font-size: 0.9rem; color: #000; position: relative;}
.pop0022 .tit_wrap .control .page span:before {content: ""; display: block; width: 0.7rem; height: 0.1rem; background: #b2ac9c; position: absolute; left: -1.1rem; top: 50%; margin-top: -0.05rem;}
.pop0022 .tit_wrap .control .btn_box {margin-left: 1rem; display: flex; align-items: center;}
.pop0022 .tit_wrap .control .btn_box a {display: flex; justify-content: center; align-items: center; width: 1.75rem; height: 1.75rem; border-radius: 50%; background: #e4e3e3; font-size: 0.8rem; color: #000; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.pop0022 .tit_wrap .control .btn_box .stop,
.pop0022 .tit_wrap .control .btn_box .play {font-size: 1rem; margin: 0 0.25rem;}
.pop0022 .tit_wrap .control .btn_box .play {display: none;}
.pop0022 .pop_img {height: 11.25rem; background: rgba(0,0,0,0.1); margin-top: 1rem; border-radius: 1.3rem; overflow: hidden; isolation: isolate;}
.pop0022 .pop_img .item a {display: block; height: 11.25rem; background: #fafafa; font-size: 0; line-height: 0; overflow: hidden; position: relative;}
.pop0022 .pop_img .item a img {max-width: 100%; width: auto; height: 100%; position: relative; left: 50%; transform: translateX(-50%);}
/* 팝업존 : active */
.pop0022 .tit_wrap .control .btn_box a:hover {background: #ff8856; color: #fff;}

/* 갤러리 */
.gallery0022 .tit_wrap {display: flex; justify-content: space-between; align-items: center;}
.gallery0022 .tit_wrap .heading {max-width: calc(100% - 5.25rem); color: #1e2c39; font-weight: 700;}
.gallery0022 .tit_wrap .btn_more {top: 0rem; padding: 0.5rem; background: #ffbd55; border-radius: 50%;}
.gallery0022 .tit_wrap .btn_more .dotBox .dot{background: #000;}
.gallery0022 .list_box {margin-top: 1rem;}
.gallery0022 .list_box ul {display: flex; justify-content: center;}
.gallery0022 .list_box ul li {width: calc(50% - 0.5rem);}
.gallery0022 .list_box ul li + li {margin-left: 1rem;}
.gallery0022 .list_box ul li a {display: block;}
.gallery0022 .list_box ul li a:after {content: ""; display: block; clear: both; visibility: hidden;}
.gallery0022 .list_box ul li a .img {height: 13.25rem; border-radius: 1.5rem; background: #f1f1f1; font-size: 0; line-height: 0; overflow: hidden; position: relative;}
.gallery0022 .list_box ul li a .img img {width: auto; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s;}
.gallery0022 .list_box ul li a .txt {margin-top: -2rem; display: inline-block; float: left; min-width: 13.25rem; max-width: calc(100% - 1.75rem); padding: 0.75rem 1rem; border-radius: 0 1rem 1rem 1rem; background: #ffbd55; box-shadow: 0 0 0.5rem rgba(0,0,0,0.15); text-align: center; position: relative; z-index: 1;}
.gallery0022 .list_box ul li a .txt span {display: inline-block; max-width: 100%; font-size: 0.9rem; color: #1e2c39; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
/* 갤러리 : active */
.gallery0022 .list_box ul li a:hover .img img {transform: translate(-50%, -50%) scale(1.1); -webkit-transform: translate(-50%, -50%) scale(1.1);}
/* 갤러리 : no_data */
.gallery0022 .list_box ul li.no_data {margin: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 13.25rem;}

/* 식단 */
.meal_menu0022 {margin-top: -1.5rem;}
.meal_menu0022 .tit_wrap {position: relative;}
.meal_menu0022 .tit_wrap .heading {max-width: 100%; padding-right: 3.25rem;}
.meal_menu0022 .tit_wrap .btn_more .dotBox .dot {background: #000;}
.meal_menu0022 .inner {position: relative; margin-top: 1.3rem; font-size: 0; text-align: center;}
.meal_menu0022 .inner ul {height: 7.2rem; font-size: 0.8rem; text-align: left; overflow-y: auto; }
.meal_menu0022 .inner ul li + li {margin-top: 0.05rem;}
.meal_menu0022 .inner ul li dl .kcal { width: 100%; height: 3rem; line-height: 3rem; border-radius: 0.8rem; background: #fff; color: #000; font-size: 1rem; font-weight: 600; text-align: center; margin-right: 1rem;}
.meal_menu0022 .inner ul li dl .meal_list {display: flex; align-items: center; min-height: 4.25rem; padding-top: 1.3rem; color: #000; line-height: 1.4rem; word-break: keep-all;}
.meal_menu0022 .inner img {margin-top: 2rem;max-width: 13.3rem;max-height: 6.7rem;}
/* 식단 : no_data */
.meal_menu0022 .inner ul li.no_data {display: flex; justify-content: center; align-items: center; width: 100%; height: 4.25rem;}

/* 배너존 */
.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.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) {
    /* 비주얼 */
    .MVisual0022 .item img { width: 100%; height: auto; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

    /* 게시판 */
    .notice0022 .tabWrap .list_box ul li {width: calc(50% - 0.75rem);}
    .notice0022 .tabWrap .list_box ul li:nth-child(2) {border-right: 0; margin-right: 0;}
    .notice0022 .tabWrap .list_box ul li:nth-child(3) {display: none;}
    
    /* 갤러리 */
    .gallery0022 .list_box ul li a .txt {min-width: 0; width: calc(100% - 1.75rem);}
    .gallery0022 .tit_wrap .btn_more { right: 1rem; }
}

@media (max-width: 1024px) {
    /* 갤러리 */
    .gallery0022 .list_box ul li {width: 100%;}
    .gallery0022 .list_box ul li:nth-child(2) {display: none;}
}

@media (max-width: 984px) {
    /* 메인비주얼 */
    .MVisual0022 .control {left: 1.5rem;}
    
    /* 게시판 */
    .notice0022 .tabWrap .list_box ul li {width: calc((100% - 3rem) / 3);}
    .notice0022 .tabWrap .list_box ul li:nth-child(2) {border-right: 2px dotted #d8d8d8; margin-right: 1.5rem;}
    .notice0022 .tabWrap .list_box ul li:nth-child(3) {display: list-item;}
}

@media (max-width: 860px) {
	/* 비주얼 */
	.MVisual0022 .item img {width: 100%;}

    /* 바로가기1 */
    .M_link0022 ul {flex-direction: column; justify-content: center; align-items: center; min-height: 20.5rem;}
    .M_link0022 ul li {padding: 0.75rem 0.5rem; border-right: transparent;}
}

@media (max-width: 840px) {
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {
    /* 게시판 */
    .notice0022 .tabWrap .list_box ul li {width: calc((100% - 3rem) / 3);}
    .notice0022 .tabWrap .list_box ul li:nth-child(2) {border-right: 2px dotted #d8d8d8; margin-right: 1.5rem;}
    .notice0022 .tabWrap .list_box ul li:nth-child(3) {display: list-item;}
}

@media (max-width: 640px) {
    /* 캘린더 */
    .pop_schedule0022 .sche_wrap .sche_table table {height: auto;}
    .pop_schedule0022 .sche_wrap .sche_table table td {padding: 0.1rem 0.3rem;}
    .pop_schedule0022 .sche_wrap .sche_table table td span,
    .pop_schedule0022 .sche_wrap .sche_table table td a {width: 1.5rem; height: 1.5rem; font-size: 0.8rem;}
    
    /* 바로가기1 */
    .M_link0022 ul { flex-direction: column; align-items: center;}
    .M_link0022 ul li {width: 100%; border-right: 2px dotted transparent;}
    
    /* 게시판 */
    .notice0022 .tabWrap .list_box ul li {width: calc(50% - 0.75rem);}
    .notice0022 .tabWrap .list_box ul li:nth-child(2) {border-right: 0; margin-right: 0;}
    .notice0022 .tabWrap .list_box ul li:nth-child(3) {display: none;}

	/* 식단 */
	.meal_menu0022 {margin-top: 0;}
	.meal_menu0022 .inner {margin-top: 1rem;}
	.meal_menu0022 .inner img {margin-top: 1rem;}
    
    /* 갤러리 */
	.gallery0022 {position: relative;}
    .gallery0022 .list_box ul li {width: calc(50% - 0.5rem);}
    .gallery0022 .list_box ul li:nth-child(2) {display: block;}
}

@media (max-width: 560px) {
    /* COMMON */
    .btn_more_01 {font-size: 0;}
    
    /* 메인비주얼 */
    .MVisual0022 .control {left: 1rem; bottom: 1rem;}
    .MVisual0022 .control > a {width: 1.65rem; height: 1.65rem; line-height: 1.65rem;}

    .M_link0022 ul { flex-direction: row; align-items: baseline; min-height: 0;}
    .M_link0022 ul li {width: calc(100% / 2); border-right: 2px dotted #88a9dd;}
    .M_link0022 ul li a span { padding: 0 1rem;}
    
    /* 게시판 */
    .notice0022 .titTab ul {flex-wrap: wrap; border-bottom: 0; padding-right: 3.15rem;}
    .notice0022 .titTab ul li {max-width: calc(100% - 0.25rem); margin-right: 0.25rem; margin-bottom: 0.25rem;}
    .notice0022 .titTab ul li + li {margin-left: 0;}
    .notice0022 .titTab ul li a {border-radius: 1rem;}
    .notice0022 .tabWrap {margin-top: 0; border-top: 2px solid #ff8080; padding-top: 1.4rem;}
    
    /* 갤러리 */
    .gallery0022 .tit_wrap .heading {max-width: calc(100% - 3.15rem);}
}

@media (max-width: 480px) {
    /* 바로가기1 */
    .M_link0022 ul li a p {width: 5rem; height: 5rem;}
    
    /* 게시판 */
    .notice0022 .titTab ul li a span {font-size: 1rem;}
    .notice0022 .tabWrap .list_box ul {display: block;}
    .notice0022 .tabWrap .list_box ul li {width: 100%; padding-bottom: 0; padding-right: 0; border-right: 0; margin-right: 0;}
    .notice0022 .tabWrap .list_box ul li + li {margin-top: 1rem; border-top: 2px dotted #d8d8d8; padding-top: 1rem;}
    .notice0022 .tabWrap .list_box ul li a {padding-bottom: 0.25rem;}
    .notice0022 .tabWrap .list_box ul li a:before {width: 1.5rem; height: 1.5rem;}
    .notice0022 .tabWrap .list_box ul li a:after {border-top: 0.3rem solid transparent; border-bottom: 0.3rem solid transparent; border-left: 0.45rem solid #fff; right: 0.5rem; bottom: 0.45rem;}
    .notice0022 .tabWrap .list_box ul li a dl dt {white-space: nowrap;}
    .notice0022 .tabWrap .list_box ul li a dl dd {margin-top: 0.5rem;}
    .notice0022 .tabWrap .list_box ul li a dl dd p {white-space: nowrap;}
    .notice0022 .tabWrap .list_box ul li a dl dd span {margin-top: 0.5rem;}
    
    /* 팝업존 */
    .pop0022 .pop_img .item a {height: auto;}
    .pop0022 .pop_img .item a img {width: 100%; height: auto;}
    
    /* 갤러리 */
    .gallery0022 .list_box ul {display: block;}
    .gallery0022 .list_box ul li {width: 100%;}
    .gallery0022 .list_box ul li + li {margin-left: 0; margin-top: 1rem;}
}

@media (max-width: 380px) {
    /* 캘린더 */
    .pop_schedule0022 .sche_wrap .month span {margin: 0 0.8rem;}
    .pop_schedule0022 .sche_wrap .sche_table table td {padding: 0.1rem;}
    .pop_schedule0022 .sche_wrap .sche_table table td span,
    .pop_schedule0022 .sche_wrap .sche_table table td a {width: 1rem; height: 1rem; font-size: 0.65rem;}
    
    /* 갤러리 */
    .gallery0022 .list_box ul li a .img {height: auto;}
    .gallery0022 .list_box ul li a .img img {width: 100%; height: auto; position: static; transform: none;}
    .gallery0022 .list_box ul li a:hover .img img,
    .gallery0022 .list_box ul li a:focus .img img {transform: none;-webkit-transform: none;}
    
    /* 식단 */
    .meal_menu0022 .inner img {max-width: 70%; max-height: none;}
}

@media (max-width: 320px) {
    .M_link0022 ul li a span { padding: 0;}
}