﻿
.heading { font-size: 1.1rem; font-weight: 700; margin-right: 3rem; margin-bottom: 1rem; overflow: hidden; white-space: nowrap; color: #000; }

/* btn_more */
.btn_more { position: absolute; top: 0; right: 0; }
.btnTy1 { display: block; width: 2rem; height: 2rem; line-height: 2rem; border-radius: 50%; text-align: center; color: #fff; background: #b3b1b2; font-size: 1.2rem; }
.btnTy2 {position: absolute; top: -0.2rem; font-size: 0.7rem; background: #fff; padding: 0.5rem 1rem; border-radius: 3rem; overflow: hidden; }
.btnTy2::before { content: ''; display: block; position: absolute; width: 1.5rem; height: 1.5rem; background: #ffbb04; border-radius: 50%; top: 50%; right: 0.5rem; transform: translateY(-50%);}
.btnTy2 span { position: relative; z-index: 4; font-weight: 700; margin-right: 0.4rem; }
.btnTy2 img{ position: relative; z-index: 4;}
.btnTy1 i{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.btnTy2::before {-webkit-transition:all .25s; -ms-transition:all .25s; transition:all .25s; }
/* btn_more : active */
.btnTy1 i:hover,
.btnTy1 i:focus { transform: rotate(180deg); -webkit-transform: rotate(180deg); }
.btnTy2:hover::before{transform: scale(7);}

/* 메인비주얼 */
.MVisual0024 { position: relative; height: 100%; overflow:hidden;}
.MVisual0024 .item{overflow:hidden; line-height:0; background: #f1f1f1; }
.MVisual0024 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0024 .control{position:absolute; right: 1rem; bottom: 1rem; z-index:1;}
.MVisual0024 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(89 89 89 / 50%); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0024 .control > a.play{display:none;}
.MVisual0024 .control > a:hover,
.MVisual0024 .control > a:focus{ background:rgb(89 89 89 / 80%);}

/* 게시판 */
.notice0024 { position:relative; height:100%; }
.notice0024 .titTab{margin-bottom:1.8rem;}
.notice0024 .titTab ul{ position: relative; font-size:0; padding-right: 7rem; }
.notice0024 .titTab li { position: relative; display:inline-block; max-width:calc(32% - 0.25rem); font-weight:400; font-size:1.1rem; font-weight: 600; vertical-align: top; }
.notice0024 .titTab li + li{padding-left: 3rem;}
.notice0024 .titTab li + li::before{content: ''; position: absolute; left: 1.1rem; top: 50%; transform: translateY(-50%); height: 0.2rem; width: 1rem; background:#ddd; display: inline-block;}
.notice0024 .list_box li:nth-child(n+5) { display: none; }
.notice0024 .titTab li a { display:block; position:relative; font-size: 1.1rem; color:#666; line-height: 2.5rem; }
.notice0024 .titTab li a span { position: relative; display:block; overflow:hidden; white-space:nowrap;}
.notice0024 .titTab li a span:before{content:""; position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); width: 0.4rem; height: 0.4rem; background: #ffbb04; border-radius:50%; opacity: 0;}
.notice0024 .list_box { display:none; width:100%; height:calc(100% - 2.5rem); margin-top: -0.55rem; }
.notice0024 .list_box ul { height:100%; }
.notice0024 .list_box ul::after{content: ''; display: block; clear: both;}
.notice0024 .list_box li { float: left; width: 25%; }
.notice0024 .list_box li a { position:relative; display:block; padding:1rem; overflow:hidden; font-weight: 600; color:#333; transition: all 0.2s;}
.notice0024 .list_box li a::before {content: "\e90b"; display: block; font-family: 'xeicon'; width: 1.5rem; height: 1.5rem; line-height: 1.4rem; text-align: center; border-radius: 50%; background: #ffbb04; position: absolute; right: 2rem; bottom: 1rem; opacity: 0; transition: all 0.2s;}
.notice0024 .list_box li a::after{content: ''; display: block; width:0; position: absolute; left: 0; bottom: 0; height: 0.2rem; background: #ffbb04; transition: all 0.2s;}
.notice0024 .list_box li a .tit { position: relative; font-size: 1rem; color: #000; height: 2.6rem; overflow: hidden; }
.notice0024 .list_box li a .txt { font-size: 0.8rem; color: #7c7b7b; height: 2.2rem; overflow: hidden; margin: 1rem 0 1.6rem; }
.notice0024 .list_box li a span { font-size: 0.7rem; color: #7c7b7b; }
.notice0024 .list_box li a span i{margin-right: 0.2rem;}
.notice0024 .list_box li a.new .tit { padding-left: 1.1rem; }
.notice0024 .list_box li a.new .tit:before{content:"\e9a8"; position: absolute; top: 0.2rem; left: 0; display: block; color: #ffbb04; font-size: 1rem; font-family: 'xeicon'; }
.notice0024 .list_box li.no_data{ width: 100%; line-height: 10rem; text-align:center; background: #f1f1f1; border-radius: 1rem; }
.notice0024 .btn_more { top: 0.25rem; }
/* 게시판 : active */
.notice0024 .titTab li a:hover,
.notice0024 .titTab li a:focus,
.notice0024 .titTab li a.current { color:#111; font-weight:700;}
.notice0024 .titTab li a.current span::before { bottom: 0; opacity: 1;}
.notice0024 .list_box.on { display: block; }
.notice0024 .list_box li a:hover,
.notice0024 .list_box li a:focus {box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.15); background: #fff;}
.notice0024 .list_box li a:hover::before,
.notice0024 .list_box li a:focus::before{right: 1rem; opacity: 1;}
.notice0024 .list_box li a:hover::after,
.notice0024 .list_box li a:focus::after {width: 100%; }
.notice0024 .list_box li a:hover .txt,
.notice0024 .list_box li a:focus .txt { color: #000;}
.notice0024 .list_box li a:hover span,
.notice0024 .list_box li a:focus span { color: #020202; }
.notice0024 .titTab li a span:before,
.notice0024 .list_box li a {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 팝업존 */
.pop0024 { position:relative; height:100%; }
.pop0024::before { content: ''; position: absolute; display: block; width: 300%; background: #8287d8; right: 2rem; top: -2rem; bottom: 0; z-index: -1;} 
.pop0024 h2 { margin-right: 13rem; color: #fff;}
.pop0024 .nss_pg { position: absolute; top: 0; right: 4rem; }
.pop0024 .nss_pg p { display: inline-block; vertical-align: middle; margin-right: 0.7rem; color:#fff; font-size:0.9rem; font-weight: 600;}
.pop0024 .nss_pg p strong { position: relative; color: #ffbb04; padding-right: 0.7rem; }
.pop0024 .nss_pg p strong::before { position: absolute; top: 0.6rem; right: 0.1rem; width: 0.2rem; height: 0.2rem; background: #fff; content: ""; border-radius: 50%;}
.pop0024 .nss_pg a {display: inline-block; vertical-align: middle; overflow: hidden; width:1.55rem; height:1.55rem; line-height:1.55rem; border-radius:50%; text-align:center; color:#000; font-size:1.1rem; background:#f0f0fa;}
.pop0024 .nss_pg .play {display: none;}
.pop0024 .pop_img { position:relative; height:11.25rem; overflow: hidden; background:rgba(0,0,0,0.1);}
.pop0024 .pop_img div,
.pop0024 .pop_img .item {height:100%;}
.pop0024 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0024 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
/* 팝업존 */
.pop0024 .nss_pg a:hover,
.pop0024 .nss_pg a:focus { background: #b2b5ec; }
.pop0024 .nss_pg a {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 캘린더 */
.pop_schedule0024 {position: relative; width: 100%; height: 100%;}
.pop_schedule0024 h2 { margin-right: 5.5rem; }
.pop_schedule0024 .inBox { position: relative; overflow: hidden; background: #f8f7fd; padding: 1.5rem; }
.pop_schedule0024 .inBox::after{content: ''; display: block; clear: both;}
.pop_schedule0024 .month { float: left; display: flex; width: 5.5rem; height: 5.5rem; border-radius: 50%; text-align: center; color: #fff; background: #8287d8; align-items: center; justify-content: center; flex-direction: column; }
.pop_schedule0024 .month span {margin: 0 auto; line-height: 1; font-size: 0.85rem;}
.pop_schedule0024 .month em { display: block; margin-top: 0.25rem; font-size: 1.75rem; font-weight: 700; line-height: 1;}
.pop_schedule0024 .sche_list {position: relative; float: right; padding: 0.5rem 2rem 0; width: calc(100% - 6.6rem); height: 5.5rem; }
.pop_schedule0024 .sche_list a.prev,
.pop_schedule0024 .sche_list a.next {position: absolute; top: 1.5rem; display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; vertical-align: middle; font-size: 1rem; color: #fff; background: #b3b1b2; border-radius: 1rem;}
.pop_schedule0024 .sche_list a.prev {left: 0;} 
.pop_schedule0024 .sche_list a.next {right: 0;} 
.pop_schedule0024 .sche_list ul { padding-bottom: 1.4rem; white-space:nowrap; overflow:hidden; overflow-x:auto; height:100%; }
.pop_schedule0024 .sche_list li { display:inline-block; text-align: center; width: 2.7rem; margin: 0 0.4rem; }
.pop_schedule0024 .sche_list li a { font-size: 0.85rem; color: #000; font-weight: 700; }
.pop_schedule0024 .sche_list li a em { position: relative; display: block; margin: 0.5rem auto 0; width: 2rem; height: 2rem; line-height: 1.9rem; text-align: center; font-weight: 700; font-size: 1.1rem; color: #000; border-radius: 50%; }
.pop_schedule0024 .sche_list li a.today em::before { position: absolute; top: 5px; right: 5px; width: 0.25rem; height: 0.25rem; border-radius: 50%; background: #ffbb04; content: ""; }
.pop_schedule0024 .sche_list li a.event em { background:#fff; border:2px solid #8287d8;}
.pop_schedule0024 .sche_list li a.event em::after{content: ''; display: block; width: 0.5rem; height: 0.5rem; border: 2px solid #fff; background: #8287d8; position: absolute; bottom: -.3rem; left: 50%; transform: translateX(-50%); border-radius: 50%;}
.pop_schedule0024 .sche_list li.sat a em,
.pop_schedule0024 .sche_list li.sun a em {color: #838174;}
.pop_schedule0024 .lst { width: 100%; background: #fff; border-radius: 1rem; margin-top: 0.9rem; }
.pop_schedule0024 .lst ul {height: 1.8rem; overflow-y: auto;}
.pop_schedule0024 .lst li {float:left; display: inline-block; width:33.33%;}
.pop_schedule0024 .lst li a { position: relative; display: block; padding: 0 0.5rem; line-height: 1.5rem; font-size: 0.8rem; font-weight: 600; color: #515151; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.pop_schedule0024 .lst li a span {display: inline-block; padding: 0 0.2rem; margin-right: 0.5rem; font-weight: 700; min-width: 1.7rem; height: 1.7rem; line-height: 1.6rem; text-align: center; border: 2px solid #8287d8; color: #8287d8; border-radius: 1rem; margin-bottom: 0.6rem;}
.pop_schedule0024 .lst .no_data {width: 100%; padding-left:0; line-height: 1rem; text-align: center;}

/** 캘린더 : active **/
.pop_schedule0024 .sche_list > a:hover,
.pop_schedule0024 .sche_list > a:focus { background: #ffbb04; }
.pop_schedule0024 .lst li a:hover,
.pop_schedule0024 .lst li a:focus {text-decoration: underline;}
.pop_schedule0024 .sche_list > a {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }


/* 식단 */
.meal_menu0024 { position:relative; height:100%; }
.meal_menu0024 .inner { position:relative; font-weight:600;}
.meal_menu0024 .inner .heading{ margin-right: 7rem;}
.meal_menu0024 .inner ul { overflow-y:auto; height:13rem;}
.meal_menu0024 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0024 .inner li + li { margin-top:1rem; }
.meal_menu0024 .inner .no_data { line-height: 5.6rem; text-align: center; }
.meal_menu0024 .inner dt { position: relative; display: block; line-height: 2rem; }
.meal_menu0024 .inner dt > span { display: inline-block; font-size: 0.9rem; color: #fff; width: 2.5rem; height: 2.5rem; line-height: 2.4rem; border-radius: 50%; background: #8287d8; text-align: center;}
.meal_menu0024 .inner dt em {display: inline-block; width:calc(100% - 3rem); margin-left: 0.5rem; text-align: center; background: #f5f5f5; height: 2.5rem; line-height: 2.4rem; font-size: 0.75rem;}
.meal_menu0024 .inner dt em span{font-size: 1.1rem; font-weight: 700; color: #208bdd;}
.meal_menu0024 .inner dd { color:#010101; font-size:0.8rem; word-break:keep-all; margin-top:1.1rem; padding-right: 6.5rem;}
.meal_menu0024 > img{position:absolute; right:0; bottom:0rem; width: 10rem; height: auto; z-index: -1;}
.meal_menu0024 .btnTy2 { background: #f2f2f2; }



/* 갤러리 */
.gallery0024 { position:relative; height:100%; }
.gallery0024 .tit_wrap { margin-bottom: 1.4rem; margin-right: 5.5rem; }
.gallery0024 .list_box{ width: calc(100% + 1.5rem); margin-left: -0.75rem; }
.gallery0024 .list_box li {float: left; padding: 0 0.75rem; width: 33.33%;}
.gallery0024 .list_box li:nth-child(n+4) {display: none;}
.gallery0024 .list_box li a {position: relative; display: block; text-align: left; background: #fff; box-shadow: 0.1rem 0.1rem 0.3rem rgba(0,0,0,0.2);}
.gallery0024 .list_box li a .img {position: relative; width: 100%; height: 9.5rem; background: #eee; overflow: hidden; transition: all 0.2s;}
.gallery0024 .list_box li a .img::after { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 2rem; height: 2rem; line-height: 2rem; border-radius: 50%; text-align: center; background: rgba(43, 192, 131, 0.9); color: #fff; font-size: 1.2rem; content: "\e913"; font-family: 'xeicon'; opacity: 0; }
.gallery0024 .list_box li a .img img {position: absolute; top: 50%; left: 50%; width: 100%; height: auto; transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -webkit-transition: all .2s; -ms-transition: all .3s; transition: all .3s;}
.gallery0024 .list_box li a .txt {padding: 1rem; background: #fff; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #111; font-size: 0.8rem; font-weight: 600; text-align: center; transition: all 0.2s;}
.gallery0024 .list_box li.no_data{width: calc(100% - 1.5rem); line-height: 12.05rem; border-radius: 1rem; background: #f1f1f1; text-align: center; margin-left: 0.75rem; }

/** 갤러리 : active **/
.gallery0024 .list_box li a:hover .img { box-shadow: 0.1rem 0.1rem 0.3rem rgba(0,0,0,0.3);}
.gallery0024 .list_box li a:hover .img img{transform:  translate(-50%, -50%) scale(1.1);}
.gallery0024 .list_box li a:hover .txt {background: #fec456;}

/* 바로가기1 */
.M_link0024 { position:relative; height:100%; }
.M_link0024::before{content: ''; display: block; position: absolute; width: 300%; background: #f8f7fd; top: -3rem; bottom: -3rem; left: -8rem; z-index: -2;}
.M_link0024 ul { display:table; width: calc(100% + 1rem); margin-left: -0.5rem; table-layout: fixed;}
.M_link0024 li { position:relative; display:table-cell; vertical-align:top; z-index:1; text-align: center; }
.M_link0024 li a { display: block; }
.M_link0024 li a .img { display: flex; align-items: center; justify-content: center; width: 6.5rem; height: 6.5rem; background: #fff; border: 2px solid #eee; border-radius: 50%; margin: auto; transition: all 0.2s;}
.M_link0024 li a .img img{width: 100%; transition: all 0.2s;}
.M_link0024 li a span { display: inline-block; max-width: 100%; position: relative; font-size:0.9rem; line-height:1rem; padding:0 5px; color:#000; margin-top: 1rem; font-weight: 600;}
.M_link0024 li a span::before{content: ''; display: block; position: absolute; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #e0e1f5; z-index: -1; left: -.5rem; top: -.5rem; transform: scale(0); transition: all 0.2s;}
.M_link0024 li a span em{display: inline-block; width: 100%; max-height:2rem; overflow:hidden; }
/** 바로가기1 : active **/
.M_link0024 li a:hover .img{border-color: #8187db;}
.M_link0024 li a:hover .img img{ transform: rotateY(180deg);}
.M_link0024 li a:hover span::before{transform: scale(1);}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #e5e5e5;}
.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:1630px){
}

@media (max-width:1170px){
}


@media (max-width:1024px){
    /* 메인비주얼 */
    .MVisual0024 .item img{width: 100%; height: auto;}

    /* 게시판 */
    .notice0024 .titTab{margin-bottom: 1rem;}
    .notice0024 .list_box{height: auto;}
    .notice0024 .list_box li{width: 33.33%;}
    .notice0024 .list_box li:nth-child(n+4){ display: none;}
    .pop_schedule0024 .sche_list{padding: 1.3rem 2.5rem 0; width: calc(100% - 6rem);}

    /* 캘린더 */
    .pop_schedule0024 .lst li{width: 50%;}

    /* 갤러리 */
    .gallery0024 .list_box li{width: 50%;}
    .gallery0024 .list_box li:nth-child(n+3){display: none;}

}


@media (max-width:960px){

}

@media (max-width: 860px) {
}

@media (max-width: 768px) {
    .heading{font-size: 1rem;}
    /* 게시판 */
    .notice0024 .titTab li a{font-size: 1rem;}
    .notice0024 .list_box li{width: 50%;}
    .notice0024 .list_box li:nth-child(n+3){display: none;}
    .notice0024 .list_box li a .tit{font-size: 0.9rem;}

    /* 바로가기 */
    .M_link0024::before{ top: -1.5rem; bottom: -1rem;}
    .M_link0024 li a .img{width: 5rem; height: 5rem;}
    

	 
}

@media (max-width: 660px) {
    /* 게시판 */
    .notice0024 .titTab li{max-width: 100%; margin-right: 1rem;}
    .notice0024 .titTab li + li{padding-left: 0;}
    .notice0024 .titTab li + li::before{display: none;}
    .notice0024 .titTab li a span:before{width: 100%; height: 0.2rem; border-radius: 0;}

    /* 행사일정 */
    .pop_schedule0024 .inBox{padding: 0.7rem;}
    .pop_schedule0024 .sche_list{padding: 1rem 2.5rem 0;}
    
}
@media (max-width: 580px) {
    /* 바로가기 */
    .M_link0024 ul{display: flex; flex-wrap: wrap;}
    .M_link0024 li{width: 33.33%; display: block; margin-bottom: 0.3rem;}
}

@media (max-width: 480px) {
    /* 게시판 */
    .notice0024 .list_box li{width: 100%;}
    .notice0024 .list_box li a .tit{height: auto; max-height: 2.5rem;}
    .notice0024 .list_box li a .txt{height: auto; max-height: 2.2rem; margin: 0.5rem 0 1rem;}

    /* 행사일정 */
    .pop_schedule0024 .month{float: none; display: block; width: 70%; height:auto; border-radius: 4rem; margin: 0 auto; padding: 0.3rem;}
    .pop_schedule0024 .month span{display: inline-block;}
    .pop_schedule0024 .month em{display: inline-block;}
    .pop_schedule0024 .lst ul{height: 4rem}
    .pop_schedule0024 .lst li{width: 100%;}
    .pop_schedule0024 .sche_list{width: 100%; float: none; padding: 1rem 0 0 0; margin-bottom: 3rem;}
    .pop_schedule0024 .sche_list a.prev, .pop_schedule0024 .sche_list a.next{top: 6.3rem;}
    .pop_schedule0024 .sche_list a.prev{left: 50%; transform: translateX(-150%);}
    .pop_schedule0024 .sche_list a.next{left: 50%; transform: translateX(50%);}
    

    /* 식단 */
    .meal_menu0024 .inner ul{height: 11rem;}

    /* 갤러리 */
    .gallery0024 .list_box li{width: 100%;}
    .gallery0024 .list_box li + li{margin-top: 0.5rem;}

    /* 바로가기 */
    .M_link0024 li a span{font-size: 0.8rem;}
    

} 

@media (max-width: 340px) {
    /*  바로가기 */
    .M_link0024 li a .img{width: 4rem; height: 4rem;}
}
