﻿
/* 메인비주얼 */
.MVisual0098 {position: relative; overflow: hidden; }
.MVisual0098 .item{overflow:hidden; line-height:0; }
.MVisual0098 .item img{position:relative; width:auto; height:100%; float: right;  }
.MVisual0098 .control{position:absolute; right: 20rem; bottom: 2rem;} 
.MVisual0098 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgba(17, 27, 50, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s; }
.MVisual0098 .control > a.play{display:none;}
.MVisual0098 .control > a:hover,
.MVisual0098 .control > a:focus{ background:rgba(17, 26, 50, 0.9);}

/* 바로가기1 */
.M_link0098 { position:relative; height:100%;}
.M_link0098 ul{display:table; width: 100%; table-layout:fixed;}
.M_link0098 li { position:relative; display:table-cell; vertical-align:top; z-index:1; }
.M_link0098 li a { display:block; position:relative; width:100%; }
.M_link0098 li a .img { width: 4.25rem; height: 4.25rem; border-radius: 50%; background: #324e6b; position: relative; margin: 0 auto; }
.M_link0098 li a .img img{position: absolute; width: 2.5rem; height: 2.75rem; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transition: transform 0.3s; -webkit-transition: transform 0.3s;}
.M_link0098 li a .txt {position: relative; line-height:1rem; height:2rem; font-size: 0.9rem; font-weight: 600; margin-top: 0.5rem; text-align: center; overflow:hidden; word-break: break-all;}
/** 바로가기1 : active **/
.M_link0098 li a:hover .img img{transform: translate(-50%, -50%) rotateY(180deg); -webkit-transform: translate(-50%, -50%) rotateY(180deg);}
.M_link0098 li a:hover .txt{text-decoration: underline;}

/* 게시판 */
.notice0098 { position:relative; height:100%; text-align: center;}
.notice0098 .titTab ul{position: relative; max-width: calc(100% - 5rem); margin: 0 auto;}
.notice0098 .titTab li { position: relative; display:inline-block; max-width:calc(33% - 0.5rem); vertical-align: top; }
.notice0098 .titTab li + li{margin-left: 0.5rem;}
.notice0098 .titTab li a{position: relative; display: block; padding: 0 1.5rem; background: #fff; color:#666; border: 1px solid #d2d2d2; border-radius: 1.5rem; font-size: 0.9rem;font-weight: 500; line-height: 3rem; overflow: hidden; transition: 0.3s; -webkit-transition: 0.3s;}
.notice0098 .titTab li a::before{width: 5rem; height: 5rem; border-radius: 50%; background: #9a3737; position: absolute; opacity: 0; right: -0.25rem; top: 1rem; content: '';}
.notice0098 .titTab li a span{position: relative; z-index: 1; display:block; overflow:hidden; white-space:nowrap; }
.notice0098 .list_box { display:none; width:100%; margin-top: 1.5rem;}
.notice0098 .list_box ul { overflow:hidden; margin: 0 -0.6rem; height: 11.5rem;}
.notice0098 .list_box ul li { padding: 0 0.6rem; width: 25%; float: left;}
.notice0098 .list_box li:nth-of-type(n+5){display: none;}
.notice0098 .list_box li:nth-of-type(1) a{border-bottom-left-radius: 1.5rem;}
.notice0098 .list_box li:nth-of-type(4) a{border-bottom-right-radius: 1.5rem;}
.notice0098 .list_box li a { position:relative; display:block; border: 1px solid #ccc; text-align: left; padding: 1.25rem 1rem; border-top: 2px solid #8f2020; background: #fff;}
.notice0098 .list_box li a .tit{position: relative; font-size: 0.9rem; padding-bottom: 1rem; border-bottom: 1px solid #ccc; color: #333; font-weight: 700; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.notice0098 .list_box li a.new .tit::before{display: inline-block; width: 1.25rem; height: 1.25rem; line-height: 1.25rem; text-align: center; border-radius: 50%; font-size: 0.7rem; background: #8f2020; color: #fff; content: 'N';}
.notice0098 .list_box li a .txt{height: 2.3rem; overflow: hidden; margin: 0.75rem 0 1.75rem; color: #555; font-weight: 600; font-size: 0.75rem; line-height: 1.6;}
.notice0098 .list_box li a span {display: block; font-size: 0.75rem;margin-bottom: 0.5rem;}
.notice0098 .list_box li.no_data{text-align:center; line-height:10.5rem; width: calc(100% - 1.2rem); margin-left: 0.6rem; border: 1px solid #ccc; border-radius: 0 0 1.5rem 1.5rem; border-top: 2px solid #8f2020; background: #fff;}
.notice0098 .btn_more{width: 2.5rem; height: 2.5rem; line-height: 2.5rem; text-align: center; border-radius: 50%; font-size: 1.2rem; background: #e8e8e8; position: absolute; top: 0.3rem; right: 0; transition: background 0.3s; -webkit-transition: background 0.3s;} 

/* 게시판 : active */
.notice0098 .titTab li a:hover,
.notice0098 .titTab li a:focus,
.notice0098 .titTab li a.current{ color:#fff; background: #8f2020; font-weight: 700;}
.notice0098 .titTab li a.current::before{opacity: 1;}
.notice0098 .list_box.on { display: block; }
.notice0098 .list_box li a:hover,
.notice0098 .list_box li a:focus{border: 1px solid #8f2020; border-top: 2px solid #8f2020;}
.notice0098 .list_box li a:hover .tit,
.notice0098 .list_box li a:focus .tit{color: #8f2020;}
.notice0098 .titTab li a,
.notice0098 .list_box li a{-webkit-transition:all .3s; -ms-transition:all 0.3s; transition:all .3s; }
.notice0098 .btn_more:hover{background: #ccc;}

/* 바로가기2 */
.M_link0098_2 { position:relative; height:100%; background: #324e6b; border-radius: 5rem; padding: 1.75rem 3rem;}
.M_link0098_2 ul{display:table; width: 100%; table-layout:fixed;}
.M_link0098_2 li { position:relative; display:table-cell; vertical-align:top; z-index:1;}
.M_link0098_2 li ~ li{padding-left: 1rem;}
.M_link0098_2 li ~ li::before{ position: absolute; top: calc(50% - 0.15rem); left: 0.5rem; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: #fff; content: ""; }
.M_link0098_2 li a { display:block; position:relative; width:100%; word-break: keep-all; padding-left: 3.5rem; }
.M_link0098_2 li a .img { position: absolute;  left: 0.5rem; top: 0;}
.M_link0098_2 li a .img img{position: relative; transition: transform 0.3s; -webkit-transition: transform 0.3s;}
.M_link0098_2 li a .txt { line-height:1rem; height:2rem; overflow:hidden; word-break: break-all; }
.M_link0098_2 li a .txt span{ display: table; height: 2rem; width: 100%;}
.M_link0098_2 li a .txt span em{display: table-cell; width: 100%; vertical-align: middle; font-weight: 600; color:#fff; font-size:0.85rem;}
/** 바로가기2 : active **/
.M_link0098_2 li a:hover .img img,
.M_link0098_2 li a:focus .img img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.M_link0098_2 li a,
.M_link0098_2 li a .txt { -webkit-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s; }

/* 캘린더 */
.pop_schedule0098 { position:relative; height:100%; overflow: hidden; }
.pop_schedule0098 .sche_wrap{border-radius: 3rem 0 0 3rem; border: 1px solid #ccc; padding: 1rem; overflow: hidden;}
.pop_schedule0098 .month {text-align:center; line-height: 1.75rem; margin-bottom: 1rem;}
.pop_schedule0098 .month a { display:inline-block; vertical-align:middle; font-size:0.8rem; text-align:center; width: 1.75rem; height: 1.75rem; line-height: 1.75rem; border-radius: 50%; background: #ffebeb; color: #8f2020;}
.pop_schedule0098 .month a img{vertical-align: middle;}
.pop_schedule0098 .month span { display:inline-block; font-size:1.1rem; font-weight:500; margin: 0 1.25rem; vertical-align:middle; border-radius: 1rem;}
.pop_schedule0098 .month span em { position:relative; display:inline-block; font-weight:700;  z-index: 1; text-align: center; color: #324e6b;}
.pop_schedule0098 .sche_table { position: relative; border-bottom: 1px dotted #ccc; padding-bottom: 0.5rem;}
.pop_schedule0098 .sche_table::before{width: calc(100% + 2rem); height: 2.6rem; background: #8f2020; position: absolute; top: 0; left: -1rem; z-index: -1; content: '';}
.pop_schedule0098 .sche_table table tr td:nth-of-type(1),
.pop_schedule0098 .sche_table table tr th:nth-of-type(1){color: #f29c9c;}
.pop_schedule0098 .sche_table table tr td:last-child,
.pop_schedule0098 .sche_table table tr th:last-child{color: #96c7ff;}
.pop_schedule0098 .sche_table table thead tr{margin-bottom: 0.25rem;}
.pop_schedule0098 .sche_table table thead th { line-height: 2.6rem; font-weight:600; color: #fff;}
.pop_schedule0098 .sche_table table tbody tr:nth-of-type(1) td{padding-top: 0.25rem;}
.pop_schedule0098 .sche_table table tbody td {line-height: 1.25rem; font-size:.75rem; text-align:center; font-weight: 600; z-index: 1; }
.pop_schedule0098 .sche_table table tbody td a { position: relative; display: block; width: 1.2rem; height: 1.2rem; line-height: 1.2rem; margin: 0 auto; text-align: center; border-radius: 50%;}
.pop_schedule0098 .sche_table table tbody td a.event{background: #f8d064; }
.pop_schedule0098 .lst { position:relative;}
.pop_schedule0098 .sche_table table tbody td a.today{background: #324e6b; color: #fff; font-weight: 600;}
.pop_schedule0098 .lst div{border-radius: 0 1.25rem 1.25rem 1.25rem; }
.pop_schedule0098 .lst ul { overflow-y:auto;height: 6rem; margin: 1rem 0;}
.pop_schedule0098 .lst .no_data { width: 100%; padding-top: 2.5rem;text-align: center; }
.pop_schedule0098 .lst li a { position:relative; display:block; line-height:1.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.75rem; font-weight: 600; padding-left: 3.5rem;}
.pop_schedule0098 .lst li a span {position: absolute; left: .25rem; top: 0; font-weight: 600;}
.pop_schedule0098 .lst li a span::before{width: 0.2rem; height: 0.2rem; border-radius: 50%; background: #c78f8f; position: absolute; right: -0.75rem; top: calc(50% - 0.1rem); content: '';}
.pop_schedule0098 .btn_more{position: absolute; top: 1.25rem; right: 1rem; font-size: 1.2rem;}
.pop_schedule0098 .btn_more:hover,
.pop_schedule0098 .btn_more:focus{transform: rotate(180deg); -webkit-transform: rotate(180deg);}
/* 캘린더 : active */
.pop_schedule0098 .month a:hover,
.pop_schedule0098 .month a:focus { background: #ffd3d3; }
.pop_schedule0098 .lst li a:hover,
.pop_schedule0098 .lst li a:focus { text-decoration: underline; }
.pop_schedule0098 a,
.pop_schedule0098 a span { -webkit-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s; }

/* 갤러리 */
.gallery0098 { position:relative; height: 100%; background: #fff1d0; padding: 1.5rem;} 
.gallery0098 h2{font-size: 1rem; font-weight: 600; overflow: hidden; white-space: nowrap; margin-right: 2rem;}
.gallery0098 .list_box ul{height: 19.5rem; overflow: hidden;}
.gallery0098 .list_box ul::after{display: block; content: ''; clear: both;}
.gallery0098 .list_box li{ margin-top: 1rem;}
.gallery0098 .list_box li.no_data{ width:100%; height:100%; display:flex; align-items:center; justify-content:center; padding:2rem 0; font-size:.9rem; background:rgba(0,0,0,0.05);}
.gallery0098 .list_box a { position:relative; display:block; transition: all 0.3s; -webkit-transition: all 0.3s;}
.gallery0098 .list_box a .img{ height:8.75rem; overflow:hidden; background:rgba(0,0,0,0.2); border-radius: 1.25rem; transition: box-shadow 0.3s; -webkit-transition: box-shadow 0.3s;}
.gallery0098 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; height:auto; }
.gallery0098 .list_box a span{display:inline-block; text-align:center; font-size: 0.8rem; line-height:1.9rem; font-weight:600; max-width: 100%; background: #ffcc52; border-radius: 1.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding: 0 3rem; position: absolute; bottom: 0; left: 0; transition: all 0.3s; -webkit-transition: all 0.3s;}
.gallery0098 .btn_more{position: absolute; top: 1.5rem; right: 1.5rem; font-size: 1.2rem; transition: transform 0.3s; -webkit-transition: transform 0.3s;}
/** 갤러리 : active **/
.gallery0098 .list_box a:hover .img,
.gallery0098 .list_box a:focus .img{box-shadow: 0.25rem 0.25rem 0.25rem rgba(211, 147, 8, 0.3);}
.gallery0098 .list_box a:hover span,
.gallery0098 .list_box a:focus span{ background: #fcac01;}
.gallery0098 .btn_more:hover,
.gallery0098 .btn_more:focus{transform: rotate(180deg); -webkit-transform: rotate(180deg);}

/* 팝업존 */
.pop0098 { position:relative; width:100%; height:100%; background:#ffcc52; border-radius: 0 3rem 0 0; overflow: hidden;}
.pop0098 .tit_wrap { position:relative; width:100%; padding:0 1rem; z-index:1; } 
.pop0098 h2 { font-size: 1rem; line-height: 2.5rem; font-weight: 600; overflow: hidden; white-space: nowrap; margin-right: 7rem;}
.pop0098 .nss_pg { position:absolute; top:0; right:1.5rem; line-height:2.5rem; font-size:0;}   
.pop0098 .page {display:inline-block; font-size:0.8rem; vertical-align:middle;}
.pop0098 .page strong { font-size: 0.9rem; font-weight: 600; }
.pop0098 .nss_pg a { position:relative; display:inline-block; width:1rem; height:2.5rem; vertical-align:middle; text-align:center; font-size:1rem; margin-left:0.5rem; -webkit-transition:all 0.3s; transition:all 0.3s;}  
.pop0098 .nss_pg a i,
.pop0098 .nss_pg a img { position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.pop0098 .nss_pg .play { display:none; }
.pop0098 .pop_img { position:relative; width:100%; height:11.25rem; overflow:hidden; margin:0 auto; background:#eee; }
.pop0098 .pop_img div,
.pop0098 .pop_img .item { height:100%; }
.pop0098 .pop_img .item a { position:relative; display:block; height:100%; overflow:hidden; }
.pop0098 .pop_img .item img { position:relative; top:50%; left:50%; max-width:100%; width:auto; height:100%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); background-repeat:no-repeat; background-size:contain; background-position:center;} 

/* 식단 */
.meal_menu0098 { position:relative; height:100%; background: #324e6b; padding: 1rem 1.5rem; color: #fff; border-radius: 0 0 3rem 0;}
.meal_menu0098 h2{font-size: 1rem; font-weight: 600; overflow: hidden; white-space: nowrap; margin-right: 2rem;}
.meal_menu0098 .inner { position:relative; margin-top: 0.75rem;}
.meal_menu0098 .inner ul {position: relative; z-index: 2; overflow-y:auto; height:5.2rem;}
.meal_menu0098 .inner li + li { margin-top:1.2rem; }
.meal_menu0098 .inner .no_data { padding-top:2rem; text-align:center; }
.meal_menu0098 .inner dl { position:relative; height: auto; }
.meal_menu0098 .inner dt {position: relative; display:block; line-height: 2rem; font-size: 0.9rem; background: #fff; border-radius: 1rem; font-weight:300; letter-spacing: -1px; color: #333; text-align: center;}
.meal_menu0098 .inner dt span {font-weight: 600;}
.meal_menu0098 .inner dt em{color: #8f2020; font-weight: 600;}
.meal_menu0098 .inner dd { font-size:0.75rem; margin-top: 1rem; word-break:keep-all;}
.meal_menu0098 .btn_more{position: absolute; font-size: 1.2rem; top: 1rem; right: 1.5rem; transition: transform 0.3s; -webkit-transition: transform 0.3s;}
.meal_menu0098 .btn_more:hover,
.meal_menu0098 .btn_more:focus{transform: rotate(180deg); -webkit-transform: rotate(180deg);}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #dbdbdd;}
.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; margin-right: 0;}
.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) {
	/* 메인비주얼 */
	.MVisual0098 .item img{width:140%; height:auto; left:-5%;}
	.MVisual0098 .control{right: auto; left:3rem;}

    /* 게시판 */
    .notice0098 .list_box ul li{width: 33.333%;}
    .notice0098 .list_box li:nth-of-type(3) a{border-bottom-right-radius: 1.5rem;}
    .notice0098 .list_box li:nth-of-type(n+4){display: none;}

    /* 바로가기 */
    .M_link0098_2{padding: 1.75rem 0.5rem;}

    /* 행사일정 */
    .pop_schedule0098 .sche_wrap{border-radius: 2.5rem 0 0 0;}

    /* 갤러리 */
    .gallery0098{border-radius: 0 2.5rem 0 0;}

    /* 팝업존 */
    .pop0098{border-radius: 0 0 0 2.5rem;}

    /* 식단 */
    .meal_menu0098 .inner ul{height: 9.6rem;}
}

@media (max-width: 920px) {
    /* 바로가기 */
    .M_link0098_2{padding: 1rem 0.5rem;}
    .M_link0098_2 ul{display: block; overflow: hidden;}
    .M_link0098_2 li{display: block; width: 20%; float: left;}
    .M_link0098_2 li a{padding-left: 0; text-align: center;}
    .M_link0098_2 li a .img{position: relative; left: auto; top: auto;}
    .M_link0098_2 li a .txt{margin-top: 0.5rem;}
}


@media (max-width:860px){
    /* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width:680px){
    /* 게시판 */
    .notice0098 .list_box ul li{width: 50%;}
    .notice0098 .list_box li:nth-of-type(n+3){display: none;}

    /* 바로가기 */
    .M_link0098_2{border-radius: 2.5rem;}

    /* 캘린더 */
    .pop_schedule0098 .sche_wrap{border-radius: 2.5rem;}

    /* 갤러리 */
    .gallery0098{border-radius: 2.5rem;}

    /* 팝업존 */
    .pop0098{border-radius:2.5rem 2.5rem 0 0 ;}
    .pop0098 .tit_wrap{padding: 0 1.5rem;}
    .pop0098 .pop_img{ height:auto; text-align:center; }
    .pop0098 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

    /* 식단 */
    .meal_menu0098{padding-bottom: 2rem; border-radius: 0 0 2.5rem 2.5rem;}
     /* 식단 */
     .meal_menu0098 .inner ul{height: 5.8rem;}
}

@media (max-width:580px){
    /* 게시판 */
    .notice0098 .titTab ul{max-width: calc(100% - 2.5rem); margin: 0; text-align: left;}
    .notice0098 .titTab li a{line-height: 2.5rem; padding: 0 0.75rem;}

    /* 바로가기2 */
    .M_link0098_2 li{width: 33.333%; margin: 0.5rem 0;}
    .M_link0098_2 li ~ li::before{display: none;}
}

@media (max-width:480px){
    /* 메인비주얼 */
    .MVisual0098 .control{left: 1rem; bottom: 1rem;}

    /* 게시판 */
    .notice0098 .titTab li{max-width: 100%; margin-bottom: 0.5rem; margin-right: 0.5rem;}
    .notice0098 .titTab li + li{margin-left: 0;}
    .notice0098 .list_box{margin-top: 0.5rem;}
}

@media (max-width:420px){
    /* 게시판 */
    .notice0098 .list_box ul li{width: 100%;}
    .notice0098 .list_box li:nth-of-type(n+2){display: none;}

    /* 바로가기1 */
    .M_link0098 li a .img img{width: 2.2rem; height: auto;}
    .M_link0098_2 li a .txt span em{font-size: 0.8rem;}

    /* 바로가기2 */
    .M_link0098_2{border-radius: 1.5rem;}

    /* 캘린더 */
    .pop_schedule0098 .sche_wrap{border-radius: 1.5rem;}
    .pop_schedule0098 .month span{margin: 0 0.75rem;}
    .gallery0098 .btn_more{top: 1rem;}

    /* 갤러리 */
    .gallery0098{border-radius: 1.5rem; padding: 1rem;}
    .gallery0098 .list_box a span{padding: 0 1.5rem;}

    /* 팝업 */
    .pop0098{border-radius: 1.5rem 1.5rem 0 0;}

    /* 식단 */
    .meal_menu0098{border-radius: 0 0 1.5rem 1.5rem;}
}