﻿/*-----------------------------------------------------------
Author :yejin, Son
Creative date :2022. 05. 23
-----------------------------------------------------------*/

/* COMMON */
h2.heading { font-size: 1.1rem; color: #222; margin-right: 6rem; overflow: hidden; white-space: nowrap; font-weight: 600;}

.btn_more { position:absolute; top: 0; right: 0; font-size: 1rem; }
.btn_more em {font-size: 0.75rem; color: #000; margin-right: 0.4rem;  vertical-align: top;}
.btn_more img{ margin-right: 0.45rem; margin-bottom: 0.25rem;}
.btn_more:before { content:""; position:absolute; top: 0.75rem; right: 0; width:1.1rem; height:1.1rem; border-radius:50%; z-index: -1; background: rgba(52, 64, 119, 0.2);}
.no_data {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
/* COMMON : active */
.btn_more:before,
.btn_more {transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}


/* 메인비주얼 */
.MVisual0080 { position: relative; height: 100%; line-height:1;}
.MVisual0080 .slider{height:100%; overflow:hidden; border-radius: 0 0 3rem 3rem; position: relative; z-index: 0; box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);}
.MVisual0080 .slider div{height:100%;}
.MVisual0080 .item{overflow:hidden; line-height:0;}
.MVisual0080 .item img{position:relative; width:auto; height:100%; object-position: left;}
.MVisual0080 .control {position: absolute; left: 3rem; bottom: 2rem; z-index: 1;}
.MVisual0080 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgba(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; }
.MVisual0080 .control > a.play{display:none;}
.MVisual0080 .control > a:hover,
.MVisual0080 .control > a:focus{ background:rgb(60, 85, 102, 0.9);}

/* 바로가기 */
.M_link0080 { height: 100%; padding: 1rem ; background-color: rgba(52, 64, 119, 0.06); border-radius: 1.25rem;}
.M_link0080 ul {display: table; table-layout: fixed; width: 100%;}
.M_link0080 li {display: table-cell; padding: 0 1rem; vertical-align: middle; position: relative;}
.M_link0080 li:not(:first-child)::after{ content: ""; height: 50%; border-right: 1px dashed #b7ced4; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.M_link0080 li:nth-child(n+7) { display: none;}
.M_link0080 li a {display: flex; flex-direction: column; align-items: center; width: 100%; text-align: center;}
.M_link0080 li a .img {display: inline-flex; justify-content: center; align-items: center;  position: relative;}
.M_link0080 li a .img::after{content: ''; width: 1.8rem; height: 1.8rem; border-radius: 50% ; background-color: rgb(3, 132, 169, 0.3); position: absolute; right: -0.5rem; bottom: -0.5rem; z-index: -1; opacity: 0;}
.M_link0080 li a .img img {max-width: 2.9rem;}
.M_link0080 li a p {display: inline-block; margin-top: 0.5rem; max-height: 2.55rem;  overflow-y: hidden; position: relative; z-index: 1; font-weight: 500;}
.M_link0080 li a p span {font-size: 0.9rem; color: #222; font-weight: 600; line-height: 1.2rem;}
/** 바로가기 : active **/
.M_link0080 li a .img,
.M_link0080 li a .img::after {transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.M_link0080 li a:hover .img::after,
.M_link0080 li a:focus .img::after{ opacity: 1;}
.M_link0080 li a:hover p span,
.M_link0080 li a:focus p span{color: #344077;}

/* 게시판 */
.notice0080 {position: relative;}
.notice0080 .titTab ul {display: flex; max-width: calc(100% - 6rem);}
.notice0080 .titTab ul li {max-width: calc((100% - 0.6rem) / 3); position: relative;}
.notice0080 .titTab ul li + li {margin-left: 0.3rem;}
.notice0080 .titTab ul li:before {content: ""; display: block; width: 100%; height: 100%; background: #fff; position: absolute; right: 0; top: 0; z-index: -1;}
.notice0080 .titTab ul li + li:before {width: calc(100% + 0.3rem);}
.notice0080 .titTab ul li a {display: block; padding: 0 1.2rem; border-radius: 3rem; line-height: calc( 2.5rem - 4px); position: relative; border: 2px solid #0384a9;}
.notice0080 .titTab ul li a span {display: block; font-size: 1rem; color: #222; white-space: nowrap; overflow-y: visible; overflow-x: hidden;}
.notice0080 .tabWrap {margin-top: 0.8rem;}
.notice0080 .tabWrap .list_box {display: none;}
.notice0080 .tabWrap .list_box ul {display: flex; justify-content: space-between; height: 11.25rem;}
.notice0080 .tabWrap .list_box ul li {width: calc(50% - 0.75rem); height: 100%; border: 3px dotted transparent; border-radius: 1.5rem 1.5rem 0 1.5rem; position: relative;}
.notice0080 .tabWrap .list_box ul li:nth-child(n+3) {display: none;}
.notice0080 .tabWrap .list_box ul li a {display: flex; flex-direction: column; width: 100%; height: 100%; border: 1px solid #0384a9; padding: 2rem 1.5rem;  border-radius: 1rem 1rem 0 1rem; background-color: #fff;}
.notice0080 .tabWrap .list_box ul li a .tit {font-size: 0.9rem; color: #222; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative;}
.notice0080 .tabWrap .list_box ul li a .txt {margin-top: 1.25rem; line-height: 1.1rem; font-size: 0.75rem; color: #666; overflow-y: hidden; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.notice0080 .tabWrap .list_box ul li a .date {display: block;  color: #222; position: absolute; bottom: 1.5rem;}
.notice0080 .tabWrap .list_box .btn_more {top: 0; line-height: 2.5rem;}
.notice0080 .tabWrap .list_box .btn_more:before {background: rgba(52, 64, 119, 0.2);}
/* 게시판 : active */
.notice0080 .titTab ul li a,
.notice0080 .titTab ul li a:before,
.notice0080 .titTab ul li a:after,
.notice0080 .titTab ul li a span,
.notice0080 .titTab ul li a span:before,
.notice0080 .tabWrap .list_box ul li a {transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.notice0080 .titTab ul li a.current,
.notice0080 .titTab ul li a:hover,
.notice0080 .titTab ul li a:focus {background: #0384a9; z-index: 1;}
.notice0080 .titTab ul li a.current span,
.notice0080 .titTab ul li a:hover span,
.notice0080 .titTab ul li a:focus span {color: #fff; font-weight: 600;}
.notice0080 .tabWrap .list_box.on {display: block;}
.notice0080 .tabWrap .list_box ul li:not(.no_data):hover,
.notice0080 .tabWrap .list_box ul li:not(.no_data):focus{border-color: #0384a9; box-shadow: 0 0 10px rgba(3, 132, 169, 0.2);}
.notice0080 .tabWrap .list_box ul li:not(.no_data):hover a,
.notice0080 .tabWrap .list_box ul li:not(.no_data):focus a{border-color: transparent; background-color: transparent;}
.notice0080 .tabWrap .list_box .btn_more:hover:before,
.notice0080 .tabWrap .list_box .btn_more:focus:before {background: #0384a9;}
/* 게시판 : new */
.notice0080 .tabWrap .list_box ul li a.new .tit{padding-left: 1.5rem;}
.notice0080 .tabWrap .list_box ul li a.new .tit::after {content: "N"; display: flex; justify-content: center; align-items: center; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: #ff811c; font-size: 0.6rem; color: #fff; font-weight: 600; position: absolute; left: 0; top: 0;}
/* 게시판 : no_data */
.notice0080 .tabWrap .list_box ul li.no_data {width: 100%; border-radius: 1rem; background: rgba(0, 0, 0, 0.05);}

/* 팝업존 */
.pop0080 { position:relative; width:100%; height:100%; }
.pop0080 h2 { line-height: 2.5rem; font-size: 1rem;  margin-right: 9rem;}
.pop0080 .control { position:absolute; right:0; top: 0; line-height: 2.5rem }
.pop0080 .page { display:inline-block; vertical-align:top; margin-right:0.3rem; letter-spacing:2px; font-size: 0.75rem; color: #000; font-family: 'SCDream'; }
.pop0080 .page strong { position: relative; font-weight: 700; font-size: 0.9rem; margin-right: 0.5rem; padding-right: 0.5rem; vertical-align: middle;  color: #344077;}
.pop0080 .page strong::before { position: absolute; top: 0.6rem; right: -2px; width: 4px; height: 4px; border-radius: 50%; background: #b2b2b2; content: ""; }
.pop0080 .page span { vertical-align: middle; font-weight: 600;}
.pop0080 .control a { display:inline-block; vertical-align:middle; font-size: 1.2rem;}
.pop0080 .control .play,
.pop0080 .control .stop { width: 1.75rem; height: 1.75rem; line-height: 1.75rem; border-radius: 50%; background: #999; text-align: center; color: #fff; margin: 0 0.4rem; }
.pop0080 .control .play { display:none; }
.pop0080 .pop_img {margin-top: 0.8rem; height: 11.25rem; border-radius: 1rem; background: rgba(0,0,0,0.1); box-shadow: 0 0 0.4rem rgba(0,0,0,0.08); overflow: hidden; isolation: isolate;}
.pop0080 .pop_img .item a { display: block; height:100%; overflow:hidden; line-height:0; text-align: center;}
.pop0080 .pop_img .item img {width: auto; max-width: 100%; height: 100%; position: relative; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
/** 팝업존 : active **/
.pop0080 .control .play:hover,
.pop0080 .control .play:focus,
.pop0080 .control .stop:hover,
.pop0080 .control .stop:focus { background: #0384a9;}
.pop0080 .control .prev:hover,
.pop0080 .control .prev:focus {transform: translateX(-0.25rem); -webkit-transform: translateX(-0.25rem);}
.pop0080 .control .next:hover,
.pop0080 .control .next:focus {transform: translateX(0.25rem); -webkit-transform: translateX(-0.25rem);}
.pop0080 .control a { transition: all 0.15s; -webkit-transition: all 0.15s;}

/* 캘린더 */
.pop_schedule0080 {display: flex; position: relative;}
.pop_schedule0080 .tit_wrap {display: flex; flex-direction: column; align-items: center; justify-content: center; width: 7.5rem; height: 7.5rem; border-radius: 1.5rem; color: #fff; text-align: center; overflow: hidden; position: relative; z-index: 2; border-radius: 50%; background-color: #344077; position: absolute; top: 1rem;}
.pop_schedule0080 .tit_wrap:after {content: ""; display: block; width: 8.8rem; height: 8.8rem; border-radius: 50%; background: rgba(255, 255, 255, 0.08); position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);  top: 2rem; z-index: -1;}
.pop_schedule0080 .tit_wrap h2 {width: 100%; font-size: 1rem; font-weight: 600; white-space: nowrap; overflow: hidden; margin-bottom: 0.5rem;}
.pop_schedule0080 .tit_wrap .date {display: block; font-size: 1rem; font-weight: 00; margin-bottom: 0.5rem;}
.pop_schedule0080 .tit_wrap .date em {font-weight: 800; font-size: 1.2rem;}
.pop_schedule0080 .sche_wrap { width: calc(100% - 3.75rem); border-radius: 1rem; background: #fff; box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.15); padding-left: 4.5rem; position: relative; z-index: 1; margin-left: auto;}
.pop_schedule0080 .sche_wrap .sche_list {display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 1.25rem 1rem; border-bottom: 2px dotted #ddd; margin-right: 0.5rem;}
.pop_schedule0080 .sche_wrap .sche_list > a {display: inline-flex; justify-content: center; align-items: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: #e5e5e5; font-size: 1.1rem; color: #222;}
.pop_schedule0080 .sche_wrap .sche_list ul {display: flex; max-width: calc(100% - 6rem); padding: 0.25rem 0; overflow-x: auto;}
.pop_schedule0080 .sche_wrap .sche_list ul li {padding: 0 0.27rem;}
.pop_schedule0080 .sche_wrap .sche_list ul li span,
.pop_schedule0080 .sche_wrap .sche_list ul li a {display: inline-flex; justify-content: center; align-items: center; width: 1.5rem; height: 1.5rem; border-radius: 50%; color: #222;}
.pop_schedule0080 .sche_wrap .sche_list ul li .event {background: #0384a9; color: #fff;}
.pop_schedule0080 .sche_wrap .sche_list ul li .today {background: #ff811c; color: #fff;}
.pop_schedule0080 .sche_wrap .lst {display: flex; flex-wrap: wrap; height: 5rem; margin: 0 1.3rem; overflow-y: auto;}
.pop_schedule0080 .sche_wrap .lst li {display: inline-flex; align-items: center; width: 20%; height: 100%; padding-right: 0.5rem;}
.pop_schedule0080 .sche_wrap .lst li a {display: block; padding-left: 0.7rem; color: #222; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative;}
.pop_schedule0080 .sche_wrap .lst li a:before {content: ""; display: block; width: 0.35rem; height: 0.35rem; border-radius: 0.35rem; background: #344077; position: absolute; left: 0; top: 0.45rem;}
.pop_schedule0080 .sche_wrap .lst li a span {display: block; font-size: 0.85rem; color: #344077; font-weight: 600; margin-bottom: 0.25rem;}
.pop_schedule0080 .btn_more {background: #fff; border: 2px solid #344077; color: #344077; position: absolute; left: calc(3.75rem - 0.875rem); top: 7.25rem; z-index: 3; width: 1.75rem; height: 1.75rem; border-radius: 50%; }
.pop_schedule0080 .btn_more:before {content: ""; display: block; width: 0.1rem; height: 0.8rem; background: #fff; position: absolute; left: 50%; margin-left: -0.05rem; top: 50%; margin-top: -0.4rem;}
.pop_schedule0080 .btn_more:after {content: ""; display: block; width: 0.8rem; height: 0.1rem; background: #fff; position: absolute; left: 50%; margin-left: -0.4rem; top: 50%; margin-top: -0.05rem;}
.pop_schedule0080 .btn_more:after,
.pop_schedule0080 .btn_more::before {background-color: #344077;}
.pop_schedule0080 .btn_more:hover,
.pop_schedule0080 .btn_more:focus {transform: rotate(90deg); -webkit-transform: rotate(90deg);}
/** 캘린더 : active **/
.pop_schedule0080 .sche_wrap .sche_list > a,
.pop_schedule0080 .sche_wrap .lst li a:before,
.pop_schedule0080 .sche_wrap .lst li a span {transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.pop_schedule0080 .sche_wrap .sche_list > a:hover,
.pop_schedule0080 .sche_wrap .sche_list > a:focus {background: #0384a9; color: #fff;}
.pop_schedule0080 .sche_wrap .sche_list ul li .event:hover,
.pop_schedule0080 .sche_wrap .sche_list ul li .event:focus,
.pop_schedule0080 .sche_wrap .sche_list ul li .today:hover,
.pop_schedule0080 .sche_wrap .sche_list ul li .today:focus {text-decoration: underline;}
.pop_schedule0080 .sche_wrap .sche_list ul li span a:not(.event):not(.today):focus,
.pop_schedule0080 .sche_wrap .sche_list ul li span a:not(.event):not(.today):hover { text-decoration:none; cursor:auto; } /* 20230204 <span><a></a></span> 관련 수정 */
.pop_schedule0080 .sche_wrap .lst li a:hover:before,
.pop_schedule0080 .sche_wrap .lst li a:focus:before {height: 2.2rem; top: 0.25rem;}

/* 캘린더 : no_data */
.pop_schedule0080 .sche_wrap .lst li.no_data {width: 100%;}


/* 갤러리 */
.gallery0080 {position: relative;}

.gallery0080 .list_box {margin-top: 1rem;}
.gallery0080 .list_box ul {display: flex; justify-content: space-between;}
.gallery0080 .list_box ul li {width: calc(50% - 0.75rem); height: 11.75rem;}
.gallery0080 .list_box ul li:nth-child(n + 3) {display: none;}
.gallery0080 .list_box ul li a {display: block; width: 100%; height: 100%; border-radius: 1.5rem; box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.15); overflow: hidden; position: relative;}
.gallery0080 .list_box ul li a .img {height: 100%; background: #f1f1f1; position: relative;}
.gallery0080 .list_box ul li a .img img {width: 100%; height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); font-size: 0; line-height: 0;}
.gallery0080 .list_box ul li a .txt { width: 100%; padding: 0.85rem 1rem; background: rgba(0, 0, 0, 0.7); font-size: 0.9rem; color: #fff; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: absolute; left: 0; bottom: 0;}
.gallery0080 .btn_more{line-height: 1.5rem;}
.gallery0080 .btn_more:before {top: 0.2rem;}
/** 갤러리 : active **/
.gallery0080 .list_box ul li a .img img {transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s;}
.gallery0080 .list_box ul li a:hover .img img,
.gallery0080 .list_box ul li a:focus .img img {transform: translate(-50%, -50%) scale(1.1); -webkit-transform: translate(-50%, -50%) scale(1.1); -ms-transform: translate(-50%, -50%) scale(1.1);}
.gallery0080 .btn_more:hover:before,
.gallery0080 .btn_more:focus:before {background: #ff811c;}
/* 갤러리 : no_data */
.gallery0080 .list_box ul li.no_data {width: 100%; border-radius: 1.5rem; background: rgba(0, 0, 0, 0.05);}

/* 식단 */
.meal_menu0080 {position: relative;}
.meal_menu0080 .inner {margin-top: 1rem; height: 11.25rem; border-radius: 1rem; padding: 106px 1.25rem 0.75rem; position: relative;}
.meal_menu0080 .inner ul {height: 5.9rem; padding-right: 0.5rem; overflow-y: auto;}
.meal_menu0080 .inner ul li + li {margin-top: 1rem;}
.meal_menu0080 .inner ul li dl {display: flex; flex-direction: column;}
.meal_menu0080 .inner ul li dl .kcal {display: inline-flex; justify-content: center; align-items: center; width: 100%; padding: 0 0.5rem; border-radius: 2rem 2rem 0 2rem; background: #ff811c; color: #fff; font-weight: 600; font-size: 0.9rem; overflow: hidden; white-space: nowrap;}
.meal_menu0080 .inner ul li dl .kcal em {display: inline-flex; justify-content: center; align-items: center; width: 2rem; height: 2.75rem; margin-right: 0.35rem; font-size: 0.8rem; overflow: hidden; white-space: nowrap;}
.meal_menu0080 .inner ul li dl .meal_list {margin-top: 0.75rem; color: #444; word-break: keep-all; line-height: 1.25rem;}
.meal_menu0080 .inner img {max-width: 100%; height: 106px; position: absolute;  top: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.meal_menu0080 .btn_more{line-height: 1.5rem;}
.meal_menu0080 .btn_more:before {top: 0.2rem;}
.meal_menu0080 .no_data{background: rgba(0, 0, 0, 0.05); border-radius: 0.25rem;}
/** 식단 : active **/
.meal_menu0080 .btn_more:hover:before,
.meal_menu0080 .btn_more:focus:before {background: #ff811c;}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4; background: #fff;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 4rem; font-size: 0.85rem; font-weight: 400; 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){
    .MVisual0080 .item img{position:relative; width:110%; height:auto; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
}

@media (max-width: 1024px){
    /* 바로가기 */
    .M_link0080 {padding: 1rem 0;}
    .M_link0080 li { padding: 0 0.5rem;}

    /* 게시판 */
    .notice0080 .titTab ul li a {padding: 0 0.5rem;}

    /* 캘린더 */
    .pop_schedule0080 .sche_wrap .lst li {width: 25%;}
}

@media (min-width: 860px) and (max-width: 960px) {
    /* 게시판 */
    .notice0080 .tabWrap .list_box ul li { width: 100%;}
    .notice0080 .tabWrap .list_box ul li:nth-child(n+2){display: none;}

    /* 갤러리 */
    .gallery0080 .list_box ul li { width: 100%;}
    .gallery0080 .list_box ul li:nth-child(n+2){display: none;}
}

@media (max-width: 860px) {
    /* 메인비주얼 */
    .MVisual0080 .item img{ width:100%; height:auto; }

    /* 바로가기 */
    .M_link0080 {padding: 1rem 0;}
    .M_link0080 li { display: inline-block; width: 25%;}
    .M_link0080 li:nth-child(n+5){margin-top: 1rem;}
    .M_link0080 li:nth-child(5):after { content: none;}
    
    /* 게시판 */
    .notice0080 .titTab ul li a {padding: 0 1.2rem;}
    
    /* 팝업존 */
    .pop0080 .pop_img {height: auto; margin-top: 0.5rem;}
    .pop0080 .pop_img .item img {left: auto; transform: none; -webkit-transform: none; max-height: 15rem; height: auto;}

    /* 식단 */
    .meal_menu0080 .inner {height: auto;}
    .meal_menu0080 .inner ul li {min-height: 100%;}
    .meal_menu0080 .inner ul li + li {margin-top: 0;}
    .meal_menu0080 .inner ul li dl {align-items: flex-start;}
    .meal_menu0080 .inner ul li dl .meal_list {margin-bottom: 1rem;}

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}
@media (max-width: 768px) {
    /* 식단 */
    .meal_menu0080 .inner ul li dl .meal_list { font-size: 0.85rem;}

    /* 게시판 */
    .notice0080 .tabWrap .list_box ul li a .tit {font-size: 1rem; }
    .notice0080 .tabWrap .list_box ul li a .txt {font-size: 0.9rem;}
    .notice0080 .tabWrap .list_box ul li a .date {font-size: 0.9rem;}
}

@media (max-width: 640px) {
    /* 메인비주얼 */
    .MVisual0080 .slider {border-radius: 0 0 2rem 2rem;}
    .MVisual0080 .control {left: 1rem; bottom: 0.75rem;}
    .MVisual0080 .control > a {width: 1.65rem; height: 1.65rem; line-height: 1.65rem;}

    /* 게시판 */
    .notice0080 .titTab ul {flex-wrap: wrap; max-width: calc(100% - 5rem);}
    .notice0080 .titTab ul li {max-width: 100%; margin-right: 0.3rem; margin-bottom: 0.3rem;}
    .notice0080 .titTab ul li + li {margin-left: 0;}
    .notice0080 .titTab ul li:before {display: none;}
    .notice0080 .titTab ul li a { background: #fff; padding: 0 1rem; line-height: 2.4rem;}
    .notice0080 .titTab ul li a:before,
    .notice0080 .titTab ul li a:after {display: none;}
    .notice0080 .tabWrap {margin-top: 0.5rem;}
    .notice0080 .tabWrap .list_box .btn_more {top: 0.25rem;}

    /* 캘린더 */
    .pop_schedule0080 {display: block;}
    .pop_schedule0080 .tit_wrap {flex-direction: row; justify-content: flex-start; align-items: center; width: 100%; height: 3.75rem; border-radius: 3rem; padding: 0; padding-left: 1.5rem; padding-right: 4.25rem; text-align: left; position: absolute; left: 0; top: 0;}
    .pop_schedule0080 .tit_wrap:after { width: 10rem; height: 10rem; margin-left: 0; top: -0.75rem; transform: none; left: auto; right: -4rem;}
    .pop_schedule0080 .tit_wrap h2 {max-width: calc(100% - 5rem); width: auto; margin-right: 1rem; margin-bottom: 0;}
    .pop_schedule0080 .tit_wrap .date {margin-top: 0; position: relative;  margin-bottom: 0;}
    .pop_schedule0080 .sche_wrap {margin-left: 0; margin-top: 0; width: 100%; border-radius: 1.5rem; padding-top: 3.75rem; padding-left: 0;}    
    .pop_schedule0080 .sche_wrap:before {display: none;}
    .pop_schedule0080 .sche_wrap .sche_list {padding: 1rem 0.8rem;}
    .pop_schedule0080 .sche_wrap .lst li {width: 33.3333%;}
    .pop_schedule0080 .btn_more {left: auto; right: 1.5rem; top: 1rem;}
}
@media (max-width: 580px){
    /* 게시판 */
    .notice0080 .titTab ul li a {padding: 0 0.8rem; line-height: 2.2rem;}
    .notice0080 .tabWrap .list_box ul {flex-wrap: wrap; height: auto;}
    .notice0080 .tabWrap .list_box ul li {width: 100%; height: 11.25rem;}
    .notice0080 .tabWrap .list_box ul li + li {margin-top: 0.7rem;}
}

@media (max-width: 480px){
    /* 바로가기 */
    .M_link0080 li { width: 33.333%;}
    .M_link0080 li:nth-child(n+4){margin-top: 1rem;}
    .M_link0080 li:nth-child(4):after { content: none;}    
    .M_link0080 li:nth-child(5):after { content: "";}    
    .M_link0080 li a .img img { max-width: 2.5rem;}

    /* 캘린더 */
    .pop_schedule0080 .sche_wrap .lst li {width: 50%;}

    /* 갤러리 */
    .gallery0080 .list_box ul li {width: 100%;}
    .gallery0080 .list_box ul li:nth-child(n+2) {display: none;}

    /* 식단 */
    .meal_menu0080 .inner img { height: 106px; width: auto; max-width: none;}
}

@media (max-width: 380px){
    /* 게시판 */
    .notice0080 .titTab ul li a span {font-size: 1rem;}
    .notice0080 .tabWrap .list_box ul li {height: 10.25rem;}
    .notice0080 .tabWrap .list_box ul li a {padding: 1.25rem 1rem;}

    /* 식단 */
    .meal_menu0080 .inner {padding: 5.9rem 0.5rem 0.5rem;}
}

@media (max-width: 360px){
        /* 캘린더 */
        .pop_schedule0080 .tit_wrap {flex-direction: column; justify-content: center; align-items: flex-start; height: 4.75rem;}
        .pop_schedule0080 .tit_wrap h2 {max-width: 100%;}
        .pop_schedule0080 .sche_wrap {padding-top: 4.75rem;}
        .pop_schedule0080 .sche_wrap .sche_list {padding: 1rem 0.4rem;}
        .pop_schedule0080 .sche_wrap .sche_list > a {width: 1.75rem; height: 1.75rem; font-size: 1rem;}
        .pop_schedule0080 .sche_wrap .sche_list ul {max-width: calc(100% - 4rem);}
        .pop_schedule0080 .sche_wrap .lst li {width: 100%;}
        .pop_schedule0080 .btn_more {top: 1.5rem;}

        /* 바로가기1 */
        .M_link0080 li { width: 50%; }
        .M_link0080 li:nth-child(2n):after { content: "";}    
        .M_link0080 li:nth-child(2n+1):after { content: none;}    
}