﻿/* 공통 */
.btn_more {display: block; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: #808080; position: absolute; right: 0; top: 0;}
.btn_more::before {content: ""; display: block; width: 2px; height: 1.1rem; background: #fff; position: absolute; left: calc(50% - 1px); top: calc(50% - 0.55rem);}
.btn_more::after {content: ""; display: block; width: 1.1rem; height: 2px; background: #fff; position: absolute; left: calc(50% - 0.55rem); top: calc(50% - 1px);}
.no_data {display: flex; justify-content: center; align-items: center; width: 100% !important; height: 100%;}
/* 공통 : active */
.btn_more {transition: 0.15s;}
.btn_more:hover,
.btn_more:focus {transform: rotate(90deg);}

/* 메인비주얼 */
.MVisual0021 {height: 100%; border-radius: 1.5rem; overflow: hidden; position: relative; isolation: isolate;}
.MVisual0021 .slider {height: 100%;}
.MVisual0021 .slider div {height: 100%;}
.MVisual0021 .item {font-size: 0; line-height: 0; overflow: hidden;}
.MVisual0021 .item img {width: 100%; height: 100%; object-fit: cover;}
.MVisual0021 .control {position: absolute; left: 2rem; bottom: 1.5rem; z-index: 1;}
.MVisual0021 .control > a {display: inline-block; width: 2rem; line-height: 2rem; border-radius: 50%; background: rgb(17,26,50,0.5); color: #fff; text-align: center;}
.MVisual0021 .control > a.play {display: none;}
/* 메인비주얼 : active */
.MVisual0021 .control > a {transition: 0.15s;}
.MVisual0021 .control > a:hover,
.MVisual0021 .control > a:focus {background: rgb(17,26,50,0.9);}

/* 게시판 */
.notice0021 {position: relative;}
.notice0021 .titTab {width: calc(100% - 3rem);}
.notice0021 .titTab ul {display: flex; flex-wrap: wrap; width: calc(100% + 0.5rem); margin-left: -0.5rem; margin-top: -0.5rem;}
.notice0021 .titTab ul li {max-width: 100%; padding-left: 0.5rem; margin-top: 0.5rem;}
.notice0021 .titTab ul li a {display: block; line-height: 2.25rem; border-radius: 2.25rem; background: #ebebeb; padding: 0 0.75rem;}
.notice0021 .titTab ul li a span {display: block; font-size: 0.95rem; color: #666; text-align: center; white-space: nowrap; overflow: hidden;}
.notice0021 .tabWrap {margin-top: 1rem;}
.notice0021 .tabWrap .list_box {display: none;}
.notice0021 .tabWrap .list_box .topList {display: block; border-radius: 1rem; background: #f8f8f8; padding: 1.25rem 1rem;}
.notice0021 .tabWrap .list_box .topList dl dt {font-size: 0.9rem; color: #000; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.notice0021 .tabWrap .list_box .topList dl dd {border-top: 1px solid #e4e3e3; padding-top: 1rem; font-size: 0.75rem; margin-top: 1rem;}
.notice0021 .tabWrap .list_box .topList dl dd p {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; max-height: 2.4rem; color: #6c6c6c; line-height: 1.6; overflow: hidden; text-overflow: ellipsis;}
.notice0021 .tabWrap .list_box .topList dl dd span {display: block; color: #8d8d8d; text-align: right; margin-top: 0.75rem;}
.notice0021 .tabWrap .list_box ul {margin-top: 1.25rem;}
.notice0021 .tabWrap .list_box ul li + li {margin-top: 0.5rem;}
.notice0021 .tabWrap .list_box ul li:nth-child(n+7) {display: none;}
.notice0021 .tabWrap .list_box ul li a {display: flex; justify-content: space-between; align-items: center;}
.notice0021 .tabWrap .list_box ul li a p {padding-left: 1rem; color: #000; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.notice0021 .tabWrap .list_box ul li a p::before {content: ""; display: block; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: #ff8400; position: absolute; left: 0; top: calc(50% - 0.15rem);}
.notice0021 .tabWrap .list_box ul li a span {flex-shrink: 0; font-size: 0.75rem; color: #8d8d8d; margin-left: 1rem;}
/* 게시판 : new */
.notice0021 .tabWrap .list_box .topList dl.new dt {padding-left: 1.35rem; position: relative;}
.notice0021 .tabWrap .list_box .topList dl.new dt::before {content: "N"; display: block; width: 1rem; line-height: 1rem; border-radius: 50%; background: #ff8400; font-size: 0.6rem; color: #fff; font-weight: 600; text-align: center; position: absolute; left: 0; top: calc(50% - 0.5rem);}
.notice0021 .tabWrap .list_box ul li a.new p {padding-left: 1.25rem;}
.notice0021 .tabWrap .list_box ul li a.new p::before {content: "N"; width: 0.8rem; height: auto; line-height: 0.8rem; font-size: 0.5rem; color: #fff; font-weight: 300; text-align: center; position: absolute; top: calc(50% - 0.4rem);}
.notice0021 .tabWrap .btn_more {top: 0.5rem;}
/* 게시판 : active */
.notice0021 .titTab ul li a {transition: 0.15s;}
.notice0021 .titTab ul li a span {transition: color 0.15s;}
.notice0021 .titTab ul li a.current {background: #ff8400;}
.notice0021 .titTab ul li a:hover span,
.notice0021 .titTab ul li a:focus span,
.notice0021 .titTab ul li a.current span {font-weight: 600;}
.notice0021 .titTab ul li a.current span {color: #fff;}
.notice0021 .tabWrap .list_box.on {display: block;}
.notice0021 .tabWrap .list_box a.topList:hover dl dt,
.notice0021 .tabWrap .list_box a.topList:focus dl dt,
.notice0021 .tabWrap .list_box ul li a:hover p,
.notice0021 .tabWrap .list_box ul li a:focus p {text-decoration: underline;}
/* 게시판 : no_data */
.notice0021 .tabWrap .list_box .topList dl.no_data {display: block;}
.notice0021 .tabWrap .list_box ul li.no_data {height: 9.4rem;}

/* 바로가기 */
.M_link0021 ul {display: table; table-layout: fixed; width: 100%;}
.M_link0021 ul li {display: table-cell;}
.M_link0021 ul li a {display: flex; flex-direction: column; align-items: center;}
.M_link0021 ul li a .img {display: flex; justify-content: center; align-items: center; width: 5rem; height: 5rem; border-radius: 50%; background: #f8f8f8; font-size: 0; line-height: 0;}
.M_link0021 ul li a .img img {max-width: 64%; max-height: 64%; object-fit: contain;}
.M_link0021 ul li a p {display: block; max-height: 2.5rem; padding: 0 0.5rem; font-size: 0.9rem; color: #191919; font-weight: 500; text-align: center; margin-top: 0.5rem; overflow: hidden;}
/* 바로가기 : active */
.M_link0021 ul li a .img {transition: 0.15s;}
.M_link0021 ul li a:hover .img,
.M_link0021 ul li a:focus .img {background: #fff3d5;}
.M_link0021 ul li a:hover p,
.M_link0021 ul li a:focus p {font-weight: 600;}

/* 식단 */
.meal_menu0021 {display: flex; align-items: center; border-radius: 1rem; background: #fff4f3; padding: 1.5rem 1.25rem; padding-right: 11.55rem; position: relative;}
.meal_menu0021 .tit_wrap {flex-shrink: 0; display: flex; align-items: center; width: 10rem; height: 3.6rem; border-radius: 3.6rem; background: #ff6e64; padding-left: 1.5rem; padding-right: 0.5rem; margin-right: 2rem;}
.meal_menu0021 .tit_wrap h2 {flex: 1; font-size: 1rem; color: #fff; font-weight: 600; white-space: nowrap; overflow: hidden;}
.meal_menu0021 .tit_wrap .btn_more {flex-shrink: 0; background: none; position: relative; right: unset; top: unset; margin-left: 0.5rem;}
.meal_menu0021 .tit_wrap .btn_more::before {width: 3px; left: calc((100% - 3px) / 2);}
.meal_menu0021 .tit_wrap .btn_more::after {height: 3px; top: calc((100% - 3px) / 2);}
.meal_menu0021 .inner {flex: 1;}
.meal_menu0021 .inner ul {height: 3.6rem; overflow-y: auto;}
.meal_menu0021 .inner ul li + li {margin-top: 1rem;}
.meal_menu0021 .inner ul li dl {display: flex; align-items: flex-start;}
.meal_menu0021 .inner ul li dl .kcal {flex-shrink: 0; line-height: 3.6rem; font-size: 1rem; color: #000; font-weight: 500; padding-right: 2.4rem; position: relative;}
.meal_menu0021 .inner ul li dl .kcal::after {content: ""; display: block; width: 0.4rem; height: 0.4rem; border-radius: 50%; background: #ff6e64; position: absolute; right: 1rem; top: calc(50% - 0.2rem);}
.meal_menu0021 .inner ul li dl .kcal strong em {color: #ff6e64;}
.meal_menu0021 .inner ul li dl .meal_list {display: flex; align-items: center; min-height: 3.6rem; font-size: 0.85rem; color: #222;}
.meal_menu0021 > img {max-width: 9.8rem; max-height: 3.5rem; object-fit: contain; position: absolute; right: 0.75rem; top: 50%; transform: translateY(-50%);}

/* 캘린더 */
.pop_schedule0021 {display: flex; justify-content: space-between;}
.pop_schedule0021 .sche_table {width: 17.5rem; border-radius: 1rem; padding: 0 2%; position: relative; overflow: hidden;}
.pop_schedule0021 .sche_table::before {content: ""; display: block; width: 100%; height: 100%; background: #fff3db; position: absolute; left: 0; top: 0; z-index: -2;}
.pop_schedule0021 .sche_table::after {content: ""; display: block; width: 100%; height: 3.25rem; background: #ebc364; position: absolute; left: 0; top: 0; z-index: -1;}
.pop_schedule0021 .sche_table table {padding-bottom: 1.2rem;}
.pop_schedule0021 .sche_table table thead th {line-height: 3.25rem; font-size: 0.9rem; color: #fff; font-weight: 600;}
.pop_schedule0021 .sche_table table thead th.sun {color: #d01b1b;}
.pop_schedule0021 .sche_table table thead th.sat {color: #465dbf;}
.pop_schedule0021 .sche_table table tbody td {padding-top: 0.65rem; text-align: center;}
.pop_schedule0021 .sche_table table tbody tr:first-child td {padding-top: 1rem;}
.pop_schedule0021 .sche_table table tbody td span,
.pop_schedule0021 .sche_table table tbody td a {display: inline-block; width: 1.5rem; line-height: 1.5rem; border-radius: 50%; color: #363636; font-weight: 500; text-align: center;}
.pop_schedule0021 .sche_table table tbody td .sun {color: #c33f17;}
.pop_schedule0021 .sche_table table tbody td .sat {color: #416cce;}
.pop_schedule0021 .sche_table table tbody td .event {background: #fb8b30; color: #fff;}
.pop_schedule0021 .sche_table table tbody td .today {background: #fff; box-shadow: 0 0 0.2rem rgba(73,70,70,0.33); color: #000;}
.pop_schedule0021 .lst {order: 1; display: flex; flex-direction: column; width: calc(95.24% - 17.5rem); padding-top: 0.5rem; position: relative;}
.pop_schedule0021 .lst .month {display: flex; align-items: center; height: 2.25rem;}
.pop_schedule0021 .lst .month p {font-size: 1.05rem; color: #000; font-weight: 800; margin-right: 1.25rem;}
.pop_schedule0021 .lst .month p strong {font-size: 1.5rem; color: #ff9c00;}
.pop_schedule0021 .lst .month a {display: flex; justify-content: center; align-items: center; width: 1.5rem; height: 1.5rem; border-radius: 50%; border: 1px solid #ebc364; background: #ebc364; color: #000; text-align: center;}
.pop_schedule0021 .lst .month a.prev {margin-right: 0.5rem;}
.pop_schedule0021 .lst ul {height: 10.9rem; margin-top: 1.7rem; overflow-y: auto;}
.pop_schedule0021 .lst ul li + li {margin-top: 0.35rem;}
.pop_schedule0021 .lst ul li a {display: block; line-height: 1.9rem; padding-left: 5.5rem; color: #1c1c1c; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.pop_schedule0021 .lst ul li a span {display: block; width: 4.75rem; border-radius: 1.9rem; background: #fff3db; font-size: 0.85rem; color: #000; font-weight: 500; text-align: center; position: absolute; left: 0; top: 0;}
.pop_schedule0021 .lst .btn_more {top: 0.5rem;}
/* 캘린더 : active */
.pop_schedule0021 .lst .month a {transition: 0.15s;}
.pop_schedule0021 .sche_table table tbody td a:hover,
.pop_schedule0021 .sche_table table tbody td a:focus {text-decoration: underline;}
.pop_schedule0021 .lst .month a:hover,
.pop_schedule0021 .lst .month a:focus {background: #fff;}
.pop_schedule0021 .lst ul li a:hover,
.pop_schedule0021 .lst ul li a:focus {text-decoration: underline;}

/* 팝업존 */
.pop0021 {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; color: #272727; position: relative;}
.pop0021 h2 {flex: 1; font-size: 1.1rem; font-weight: 600; white-space: nowrap; overflow: hidden;}
.pop0021 .control {flex-shrink: 0; display: flex; align-items: center; margin-left: 1rem;}
.pop0021 .control .page {display: flex; align-items: center; margin-right: 1rem;}
.pop0021 .control .page strong {display: block; width: 1.75rem; line-height: 1.75rem; border-radius: 50%; background: #5fa875; font-size: 0.9rem; color: #fff; font-weight: 800; text-align: center;}
.pop0021 .control .page span {display: block; padding-left: 1.35rem; font-weight: 600; position: relative;}
.pop0021 .control .page span::before {content: ""; display: block; width: 2px; height: 0.6rem; background: #000; position: absolute; left: calc((1.35rem - 2px) / 2); top: calc(50% - 0.3rem); transform: rotate(35deg);}
.pop0021 .control a {font-size: 1.55rem;}
.pop0021 .control a.stop,
.pop0021 .control a.play {margin: 0 0.25rem;}
.pop0021 .control a.play {display: none;}
.pop0021 .pop_img {width: 100%; height: 11.35rem; border-radius: 1rem; border: 1px solid #dedede; background: rgba(0,0,0,0.1); margin-top: 0.6rem; overflow: hidden; isolation: isolate;}
.pop0021 .pop_img .item a {display: flex; justify-content: center; align-items: center; font-size: 0; line-height: 0; overflow: hidden;}
.pop0021 .pop_img .item a img {max-width: 100%; max-height: 11.25rem; object-fit: contain;}
/* 팝업존 : active */
.pop0021 .control a:hover,
.pop0021 .control a:focus {color: #5fa875;}

/* 갤러리 */
.gallery0021 {display: flex; justify-content: space-between;}
.gallery0021 .tit_wrap {width: 11.5rem; padding-top: 0.5rem; padding-left: 1.75rem;}
.gallery0021 .tit_wrap h2 {font-size: 1.1rem; color: #191919; font-weight: 600; white-space: nowrap; overflow: hidden;}
.gallery0021 .tit_wrap a {display: flex; justify-content: center; align-items: center; width: 5rem; height: 2rem; border-radius: 2rem; background: #0091ea; font-size: 0.75rem; color: #fff; font-weight: 500; margin-top: 0.75rem;}
.gallery0021 .list_box {width: calc(100% - 12.5rem);}
.gallery0021 .list_box ul {display: flex;}
.gallery0021 .list_box ul li {width: 30.5%;}
.gallery0021 .list_box ul li + li {margin-left: 4.25%;}
.gallery0021 .list_box ul li:nth-child(n+4) {display: none;}
.gallery0021 .list_box ul li a {position: relative; top: 0;}
.gallery0021 .list_box ul li a .img {height: 12.75rem; border-radius: 1.5rem; position: relative;}
.gallery0021 .list_box ul li a .img::after {content: ""; display: block; width: 100%; height: 100%; border-radius: 1.5rem; border: 3px solid #1296e6; position: absolute; left: 0; top: 0; opacity: 0;}
.gallery0021 .list_box ul li a .img img {width: 100%; height: 100%; border-radius: 1.5rem; object-fit: cover;}
.gallery0021 .list_box ul li a .txt {width: calc(100% - 2.35rem); line-height: 3.6rem; border-radius: 0 1.8rem 1.8rem 1.8rem; background: #fff; padding: 0 1rem; font-size: 0.9rem; color: #191919; font-weight: 500; text-align: center; margin-top: -1.5rem; position: relative; z-index: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
/* 갤러리 : active */
.gallery0021 .tit_wrap a,
.gallery0021 .list_box ul li a,
.gallery0021 .list_box ul li a .img,
.gallery0021 .list_box ul li a .img::after,
.gallery0021 .list_box ul li a .txt {transition: 0.15s;}
.gallery0021 .tit_wrap a:hover,
.gallery0021 .tit_wrap a:focus {background: #fff; color: #0091ea; box-shadow: 0 0 0.5rem rgba(0,145,234,0.25);}
.gallery0021 .list_box ul li a:hover,
.gallery0021 .list_box ul li a:focus {top: -0.5rem;}
.gallery0021 .list_box ul li a:hover .img,
.gallery0021 .list_box ul li a:focus .img {box-shadow: 0.15rem 0.15rem 0.5rem rgba(22,22,22,0.2);}
.gallery0021 .list_box ul li a:hover .img::after,
.gallery0021 .list_box ul li a:focus .img::after {opacity: 1;}
.gallery0021 .list_box ul li a:hover .txt,
.gallery0021 .list_box ul li a:focus .txt {background: #0091ea; color: #fff;}
/* 갤러리 : no_data */
.gallery0021 .list_box ul li.no_data {height: 14.85rem; border-radius: 1.5rem; background: rgba(0,0,0,0.05);}

/* 배너존 */
.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; }



@media (max-width: 1240px) {

	/* 게시판 */
	.notice0021 .tabWrap .list_box ul li:nth-child(n+5) {display: none;}
	/* 게시판 : no_data */
	.notice0021 .tabWrap .list_box ul li.no_data {height: 6.1rem;}

	/* 식단 */
	.meal_menu0021 {padding-right: 1.25rem;}
	.meal_menu0021 .tit_wrap {margin-right: 1.5rem;}
	.meal_menu0021 > img {display: none;}

	/* 캘린더 */
	.pop_schedule0021 .lst .month p {width: calc(100% - 6.25rem); margin-right: 0;}
	.pop_schedule0021 .lst .month a {position: absolute; top: 0.88rem;}
	.pop_schedule0021 .lst .month a.prev {margin-right: 0; right: 4.8rem;}
	.pop_schedule0021 .lst .month a.next {right: 2.85rem;}
	.pop_schedule0021 .lst ul li a {padding-left: 4.4rem;}
	.pop_schedule0021 .lst ul li a span {width: 4rem;}

	/* 갤러리 */
	.gallery0021 .tit_wrap {width: 16.2rem; padding-left: 5.6rem;}
	.gallery0021 .list_box {width: calc(100% - 17.2rem);}
	.gallery0021 .list_box ul li {width: 45.31%;}
	.gallery0021 .list_box ul li + li {margin-left: 9.38%;}
	.gallery0021 .list_box ul li:nth-child(n+3) {display: none;}
}



@media (max-width: 1240px) and (min-width: 1025px) {

	/* 캘린더 */
	.pop_schedule0021 .lst .month a.prev {right: 4.25rem;}
	.pop_schedule0021 .lst .month a.next {right: 2.5rem;}
	.pop_schedule0021 .lst .month p strong {font-size: 1.25rem;}
}



@media (max-width: 1024px) {

	/* 바로가기 */
	.M_link0021 ul li a .img {width: 4.3rem; height: 4.3rem;}
	.M_link0021 ul li a p {max-height: 2.22rem; font-size: 0.8rem; color: #121212;}

	/* 갤러리 */
	.gallery0021 .tit_wrap {width: 11.5rem; padding-left: 1.75rem;}
	.gallery0021 .list_box {width: calc(100% - 12.5rem);}
	.gallery0021 .list_box ul li {width: 47.5%;}
	.gallery0021 .list_box ul li + li {margin-left: 5%;}
}



@media (max-width: 840px) {

	/* 배너존 */
	.banner_zone h2 {display: none;}
	.banner_zone .bnWrap {width: calc(100% - 6rem); padding-left: 0.75rem;}
}



@media (max-width: 680px) {

	/* 바로가기 */
	.M_link0021 ul {display: flex; flex-wrap: wrap; table-layout: unset;}
	.M_link0021 ul li {display: list-item; width: 25%;}
	.M_link0021 ul li:nth-child(n+5) {margin-top: 1rem;}

	/* 식단 */
	.meal_menu0021 {display: block; align-items: unset; padding: 1.5rem 0.6rem;}
	.meal_menu0021 .tit_wrap {width: 100%; height: 3rem; margin-right: 0;}
	.meal_menu0021 .inner {flex: unset; margin-top: 1rem;}

	/* 갤러리 */
	.gallery0021 .list_box ul li {width: 100%;}
	.gallery0021 .list_box ul li + li {margin-left: 0;}
	.gallery0021 .list_box ul li:nth-child(n+2) {display: none;}
}



@media (max-width: 580px) {

	/* 메인비주얼 */
	.MVisual0021 .control {left: 1.5rem; bottom: 1rem;}

	/* 캘린더 */
	.pop_schedule0021 {flex-direction: column;}
	.pop_schedule0021 .lst {order: 0; width: 100%; padding-top: 0;}
	.pop_schedule0021 .lst .month a {top: 0.38rem;}
	.pop_schedule0021 .lst ul {height: 8.65rem; margin-top: 0.75rem;}
	.pop_schedule0021 .lst .btn_more {top: 0;}
	.pop_schedule0021 .sche_table {width: 100%; margin-top: 1rem;}
}



@media (max-width: 480px) {

	/* 메인비주얼 */
	.MVisual0021 .control {left: 5vw; bottom: 2.5vw;}
	.MVisual0021 .control > a {width: 1.75rem; line-height: 1.75rem;}

	/* 바로가기 */
	.M_link0021 ul li a .img {width: 3.9rem; height: 3.9rem;}

	/* 식단 */
	.meal_menu0021 .inner ul {height: 4.47rem;}
	.meal_menu0021 .inner ul li dl {display: block; align-items: unset;}
	.meal_menu0021 .inner ul li dl .kcal {line-height: normal; padding-right: 0; text-align: center;}
	.meal_menu0021 .inner ul li dl .kcal::after {display: none;}
	.meal_menu0021 .inner ul li dl .meal_list {min-height: unset; margin-top: 0.75rem;}

	/* 갤러리 */
	.gallery0021 {flex-direction: column;}
	.gallery0021 .tit_wrap {display: flex; justify-content: space-between; align-items: center; width: 100%; padding-top: 0; padding-left: 0;}
	.gallery0021 .tit_wrap h2 {flex: 1;}
	.gallery0021 .tit_wrap a {flex-shrink: 0; margin-top: 0; margin-left: 1rem;}
	.gallery0021 .list_box {width: 100%; margin-top: 1rem;}
	/* 갤러리 : active */
	.gallery0021 .list_box ul li a:hover,
	.gallery0021 .list_box ul li a:focus {top: 0;}
}



@media (max-width: 380px) {

	/* 공통 */
	.btn_more {width: 2rem; height: 2rem;}
	.btn_more::before {height: 0.8rem; top: 0.6rem;}
	.btn_more::after {width: 0.8rem; left: 0.6rem;}

	/* 게시판 */
	.notice0021 .titTab ul {margin-top: -2.3vw;}
	.notice0021 .titTab ul li {padding-left: 2.3vw; margin-top: 2.3vw;}
	.notice0021 .titTab ul li a {line-height: 2rem;}
	.notice0021 .titTab ul li a span {font-size: 0.9rem;}
	.notice0021 .tabWrap {margin-top: 4.6vw;}
	.notice0021 .tabWrap .list_box .topList {border-radius: 4.6vw; padding: 5.75vw 4.6vw;}
	.notice0021 .tabWrap .list_box .topList dl dt {font-size: 0.85rem;}
	.notice0021 .tabWrap .list_box .topList dl dd {font-size: 0.7rem;}
	.notice0021 .tabWrap .list_box .topList dl dd {padding-top: 4.6vw; margin-top: 4.6vw;}
	.notice0021 .tabWrap .list_box .topList dl dd span {margin-top: 3.45vw;}
	.notice0021 .tabWrap .list_box ul {margin-top: 5.75vw;}
	.notice0021 .tabWrap .list_box ul li + li {margin-top: 2.3vw;}
	.notice0021 .tabWrap .list_box ul li a p {font-size: 0.75rem;}
	.notice0021 .tabWrap .list_box ul li a span {font-size: 0.7rem;}
	.notice0021 .tabWrap .btn_more {top: 2.3vw;}

	/* 바로가기 */
	.M_link0021 ul li {width: calc(100% / 3);}
	.M_link0021 ul li:nth-child(n+4) {margin-top: 4.6vw;}
	.M_link0021 ul li a .img {width: 20vw; height: 20vw;}
	.M_link0021 ul li a p {max-height: 2.08rem; padding: 0 0.25rem; font-size: 0.75rem;}

	/* 식단 */
	.meal_menu0021 {border-radius: 4.6vw; padding: 6.9vw 4.6vw;}
	.meal_menu0021 .tit_wrap {height: 2.5rem; padding-left: 0.75rem; padding-right: 0.25rem;}
	.meal_menu0021 .tit_wrap h2 {font-size: 0.95rem;}
	.meal_menu0021 .inner ul {height: 4.25rem;}
	.meal_menu0021 .inner ul li dl .kcal {font-size: 0.9rem;}
	.meal_menu0021 .inner ul li dl .meal_list {font-size: 0.8rem;}

	/* 캘린더 */
	.pop_schedule0021 .lst .month p {width: calc(100% - 6.75rem); font-size: 1rem;}
	.pop_schedule0021 .lst .month p strong {font-size: 1.25rem;}
	.pop_schedule0021 .lst .month a {width: 2rem; height: 2rem; font-size: 0.9rem; top: 0;}
	.pop_schedule0021 .lst .month a.prev {right: 4.5rem;}
	.pop_schedule0021 .lst .month a.next {right: 2.25rem;}
	.pop_schedule0021 .lst ul {height: calc(6.4rem + 6.9vw); margin-top: 3.45vw;}
	.pop_schedule0021 .lst ul li + li {margin-top: 2.3vw;}
	.pop_schedule0021 .lst ul li a {line-height: 1.6rem; font-size: 0.75rem;}
	.pop_schedule0021 .lst ul li a span {font-size: 0.8rem;}
	.pop_schedule0021 .sche_table {border-radius: 4.6vw; margin-top: 4.6vw;}
	.pop_schedule0021 .sche_table::after {height: 2.5rem;}
	.pop_schedule0021 .sche_table table {padding-bottom: 4.6vw;}
	.pop_schedule0021 .sche_table table thead th {line-height: 2.5rem; font-size: 0.85rem;}
	.pop_schedule0021 .sche_table table tbody td {padding-top: 2.3vw;}
	.pop_schedule0021 .sche_table table tbody tr:first-child td {padding-top: 4.6vw;}
	.pop_schedule0021 .sche_table table tbody td span,
	.pop_schedule0021 .sche_table table tbody td a {width: 1.25rem; line-height: 1.25rem; font-size: 0.75rem;}

	/* 팝업존 */
	.pop0021 h2 {font-size: 1rem;}
	.pop0021 .control .page {margin-right: 4.6vw;}
	.pop0021 .control .page strong {width: 1.5rem; line-height: 1.5rem; font-size: 0.85rem;}
	.pop0021 .control .page span {padding-left: 1rem;}
	.pop0021 .control .page span::before {width: 1px; height: 0.5rem; left: 0.5rem; top: calc(50% - 0.25rem);}
	.pop0021 .control a {font-size: 1.25rem;}
	.pop0021 .pop_img {height: auto; border-radius: 4.6vw; margin-top: 2.3vw;}

	/* 갤러리 */
	.gallery0021 .tit_wrap h2 {font-size: 1rem;}
	.gallery0021 .tit_wrap a {width: auto; height: 1.75rem; padding: 0 4.6vw; font-size: 0.7rem;}
	.gallery0021 .list_box {margin-top: 4.6vw;}
	.gallery0021 .list_box ul li a .img {height: 58.65vw; border-radius: 6.9vw;}
	.gallery0021 .list_box ul li a .txt {line-height: 16.56vw; border-radius: 0 8.28vw 8.28vw 8.28vw; font-size: 0.85rem; margin-top: -8.28vw;}
	/* 갤러리 : no_data */
	.gallery0021 .list_box ul li.no_data {height: 66.93vw; border-radius: 6.9vw;}
}