﻿
.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.25rem; right: 0; }
.btnTy1 { display: block; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; color: #fff; font-size: 1.2rem; }
.btnTy1 img{transition: all 0.2s;}
.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: #e3e8fa; border-radius: 50%; top: 50%; right: 0.5rem; transform: translateY(-50%) scale(0);}
.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:hover img,
.btnTy1:focus img { transform: rotate(180deg); -webkit-transform: rotate(180deg); }
.btnTy2:hover::before{transform: translateY(-50%) scale(7);}

/* 메인비주얼 */
.MVisual0030 { position: relative; height: 100%; overflow:hidden; border-top-right-radius: 10rem;}
.MVisual0030 .item{overflow:hidden; line-height:0; background: #f1f1f1; }
.MVisual0030 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0030 .control{position:absolute; right: calc((100% - 60rem)/2); bottom: 1rem; z-index:1;}
.MVisual0030 .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; }
.MVisual0030 .control > a.play{display:none;}
.MVisual0030 .control > a:hover,
.MVisual0030 .control > a:focus{ background:rgb(89 89 89 / 80%);}

/* 캘린더 */
.pop_schedule0030 {position: relative; width: 100%; height: 100%;}
.pop_schedule0030 h2 { margin-right: 6.5rem; }
.pop_schedule0030 .inBox { position: relative;}
.pop_schedule0030 .sche_list {position: relative; padding:0 3.3rem; width: 100%; background: #fff; border-radius: 5rem; }
.pop_schedule0030 .sche_list a.prev,
.pop_schedule0030 .sche_list a.next {position: absolute; top: 50%; transform: translateY(-50%); display: inline-block; width: 3rem; height: 3rem; line-height: 2.9rem; text-align: center; vertical-align: middle; font-size: 1rem; color: #3d57b9; background: #e3e8fa; border:2px solid #cfd9ee; border-radius: 50%; box-shadow: 0 0 0.4rem rgba(0,0,0,0.15);}
.pop_schedule0030 .sche_list a.prev {left: 0;} 
.pop_schedule0030 .sche_list a.next {right: 0;} 
.pop_schedule0030 .sche_list ul { padding: 0.5rem; white-space:nowrap; overflow:hidden; overflow-x:auto; height:100%; }
.pop_schedule0030 .sche_list li { display:inline-block; text-align: center; width: 2rem; }
.pop_schedule0030 .sche_list li a { font-size: 0.8rem; color: #000; }
.pop_schedule0030 .sche_list li a em { position: relative; display: block; margin: 0 auto; width: 1.5rem; height: 1.5rem; line-height: 1.4rem; text-align: center; font-weight: 600; color: #000; border-radius: 50%; }
.pop_schedule0030 .sche_list li a.today em { background:#04bdbf; color: #fff;}
.pop_schedule0030 .sche_list li a.event em { background:#3d57b9; color: #fff;}
.pop_schedule0030 .sche_list li.sat a em,
.pop_schedule0030 .sche_list li.sun a em {color: #a9a9a9;}
.pop_schedule0030 .lst { display: flex; align-items: center; width: 100%; border-radius: 1rem; margin-top: 1rem; }
.pop_schedule0030 .month { float: left; display: flex; flex-shrink: 0; width: 4.75rem; height: 4.75rem; border-radius: 50%; text-align: center; color: #fff; background: #3d57b9; align-items: center; justify-content: center; flex-direction: column; }
.pop_schedule0030 .month span {margin: 0 auto; line-height: 1; font-size: 0.85rem;}
.pop_schedule0030 .month em { display: block; margin-bottom: 0.25rem; font-size: 1.75rem; font-weight: 700; line-height: 1;}
.pop_schedule0030 .lst ul {height:2rem; overflow-y: auto; width: 100%;}
.pop_schedule0030 .lst li {float:left; display: inline-block; width:25%;}
.pop_schedule0030 .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_schedule0030 .lst li a span {display: inline-block; padding: 0.3rem 0.5rem; margin-right: 0.5rem; font-weight: 700; min-width: 1.5rem; line-height: 1.4rem; text-align: center; background: #fff; color: #3d57b9; border-radius: 1rem; margin-bottom: 0.6rem;}
.pop_schedule0030 .lst .no_data {width: 100%; padding-left:0; line-height: 2rem; text-align: center;}
/** 캘린더 : active **/
.pop_schedule0030 .sche_list > a:hover,
.pop_schedule0030 .sche_list > a:focus { background: #3d57b9; color: #fff; border-color: #3d57b9; }
.pop_schedule0030 .lst li a:hover,
.pop_schedule0030 .lst li a:focus {text-decoration: underline;}
.pop_schedule0030 .sche_list > a {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 게시판 */
.notice0030 { position:relative; height:100%; }
.notice0030 .titTab{margin-bottom:1.8rem; margin-right: 6.5rem; position: relative;}
.notice0030 .titTab::after{content: ''; display: block; position: absolute; height: 0.1rem; width: 100%; background: #247bcb; left: 0; top: 50%; transform: translateY(-50%); z-index: -2;}
.notice0030 .titTab ul{ display: inline-block; width: 100%; font-size:0;  border-radius: 5rem; }
.notice0030 .titTab li { position: relative; display:inline-block; background: #ebf5ff; max-width:33.333%; font-weight:400; font-size:1.1rem; font-weight: 600; }
.notice0030 .titTab li:first-child { border-radius: 2rem 0 0 2rem; }
.notice0030 .titTab li:last-child { border-radius: 0 2rem 2rem 0; }
.notice0030 .titTab li:last-child::before { position: absolute; top: 0; right: -0.95rem; width: 1rem; height: 100%; background: #fff; z-index: -1; content: ""; }
.notice0030 .titTab li a { display:block; padding: 0 0.5rem; position:relative; font-size: 1rem; color:#666; line-height: 2.5rem; }
.notice0030 .titTab li a:before{content:""; position: absolute; top: 1rem; left: 50%; transform: translateX(-50%); width: 0.9rem; height: 0.9rem; background: #247bcb; border: 3px solid #fff; border-radius:50%; opacity: 0;}
.notice0030 .titTab li a span { position: relative; display:block; overflow:hidden; white-space:nowrap;}
.notice0030 .list_box { display:none; width:100%; height:calc(100% - 2.5rem); margin-top: -0.55rem; }
.notice0030 .list_box ul { height:100%; border-bottom: 2px solid #d0e0ef;}
.notice0030 .list_box ul::after{content: ''; display: block; clear: both;}
.notice0030 .list_box li { float: left; width: 33.33%; }
.notice0030 .list_box li:nth-child(n+4) { display: none; }
.notice0030 .list_box li a { position:relative; bottom: 0; display:block; padding:1rem; font-weight: 600; color:#333; transition: all 0.2s; border: 2px solid transparent; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.notice0030 .list_box li + li a::before{content: ''; display: block; width: 1px; position: absolute; top:1.5rem; bottom: 1.5rem; left: -0.1rem; border-left: 1px dashed #ddd;}
.notice0030 .list_box li a .tit { position: relative; font-size: 1rem; color: #000; height: 2.8rem; overflow: hidden; }
.notice0030 .list_box li a .txt { font-size: 0.8rem; color: #7c7b7b; height: 2.2rem; overflow: hidden; margin: 1rem 0 1.6rem; }
.notice0030 .list_box li a span { font-size: 0.7rem; color: #7c7b7b; }
.notice0030 .list_box li a span i{margin-right: 0.2rem;}
.notice0030 .list_box li a.new .tit:before{content:"N"; display: inline-block; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align:center; color: #fff; font-size: 0.8rem; font-weight: 800; background: #3e56b8; border-radius: 50%; margin-right: 0.1rem;}
.notice0030 .list_box li.no_data{ width: 100%; line-height: 10rem; text-align:center; background: #f1f1f1; border-radius: 1rem; }
.notice0030 .btn_more { top: 0.25rem; background: #f5f6f8; box-shadow: -0.5rem 0 #fff;}
.notice0030 .btn_more::before{background: #ebf5ff;}
/* 게시판 : active */
.notice0030 .titTab li a:hover,
.notice0030 .titTab li a:focus,
.notice0030 .titTab li a.current {color: #fff; font-weight: 700; background: #247bcb; border-radius: 5rem;}
.notice0030 .titTab li a.current::before { top: -.5rem; opacity: 1;}
.notice0030 .list_box.on { display: block; }
.notice0030 .list_box li a:hover,
.notice0030 .list_box li a:focus {bottom: -1rem; background: #fff; border: 2px solid #247bcb; border-radius: 2rem 2rem 0 2rem; box-shadow: 0.1rem 0.1rem 0.4rem rgb(36 123 203 / 42%);}
.notice0030 .list_box li a:hover::before,
.notice0030 .list_box li a:focus::before { display: none;}

/* 바로가기1 */
.M_link0030 { position:relative; height:100%; }
.M_link0030 ul { display:table; width: calc(100% + 1rem); margin-left: -0.5rem; table-layout: fixed;}
.M_link0030 li { position:relative; display:table-cell; vertical-align:top; z-index:1; text-align: center; }
.M_link0030 li a { display: block; }
.M_link0030 li a .img {position: relative; display: flex; align-items: center; justify-content: center; width: 5.5rem; height: 5.5rem; background: #fff; border:2px dashed #dcdcdc; border-radius: 50%; margin: auto; transition: all 0.2s;}
.M_link0030 li a .img::before{content: ''; display: block; position: absolute; width: .7rem; height: .7rem; border-radius: 50%; background: #3e57bb; z-index: 1; left: 50%; bottom: -0.35rem; transform: translateX(-50%) scale(0); transition: all 0.2s;}
.M_link0030 li a .img img{width: 100%; transition: all 0.2s;}
.M_link0030 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_link0030 li a span em{display: inline-block; width: 100%; max-height:2rem; overflow:hidden; position: relative;}
.M_link0030 li a span em::before{content: ''; display: block; position: absolute; left: 0; right: 0; bottom: 0; top: 100%; background: #e3e6f5; z-index: -1; transition: all 0.2s;}
/** 바로가기1 : active **/
.M_link0030 li a:hover .img{border: 2px solid #3e57bb; box-shadow: 0 0 0.5rem #3e57bb5a;}
.M_link0030 li a:hover .img::before{transform: translateX(-50%) scale(1);}
.M_link0030 li a:hover .img img{ transform: rotateY(180deg);}
.M_link0030 li a:hover span em::before{ top: 50%; }

/* 팝업존 */
.pop0030 { position:relative; height:100%; }
.pop0030::before { content: ''; position: absolute; display: block; width: 300%; background: #f3f6ff; right: -2rem; top: -2.5rem; bottom: -2.5rem; z-index: -1; border-radius: 3rem;} 
.pop0030 h2 { margin-right: 9rem; }
.pop0030 .nss_pg { position: absolute; top: 0; right: 0; }
.pop0030 .nss_pg p { display: inline-block; vertical-align: middle; margin-right: 0.7rem; font-size:0.9rem; font-weight: 400; color: #ababab;}
.pop0030 .nss_pg p strong { position: relative; color: #3e58b9; padding-right: 1rem; font-size: 1.2rem;}
.pop0030 .nss_pg p strong::before { position: absolute; top: 0.6rem; right: 0.3rem; width: 0.1rem; height: 0.6rem; background: #ababab; content: ""; transform: rotate(45deg);}
.pop0030 .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; }
.pop0030 .nss_pg .play {display: none; color: #fff; background: #4f67c1;}
.pop0030 .nss_pg .stop { color: #fff; background: #4f67c1;}
.pop0030 .pop_img { position:relative; height:11.25rem; overflow: hidden; background:rgba(0,0,0,0.1); border-radius: 2rem;}
.pop0030 .pop_img div,
.pop0030 .pop_img .item {height:100%;}
.pop0030 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0030 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%; transform: scale(1.1);}
/* 팝업존 */
.pop0030 .nss_pg a:hover,
.pop0030 .nss_pg a:focus { background: #b2b5ec; }
.pop0030 .nss_pg a {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0030 { position:relative; height:100%; }
.gallery0030 .tit_wrap { margin-bottom: 1rem; }
.gallery0030 .list_box{ width: calc(100% + 1.5rem); margin-left: -0.75rem; }
.gallery0030 .list_box li { padding: 0 0.75rem; width: 100%;}
.gallery0030 .list_box li:nth-child(n+2) {display: none;}
.gallery0030 .list_box li a {position: relative; display: block; text-align: left; background: #fff; border-radius: 2rem; overflow: hidden;}
.gallery0030 .list_box li a .img {position: relative; width: 100%; height: 11.25rem; background: #eee; overflow: hidden; transition: all 0.2s;}
.gallery0030 .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; }
.gallery0030 .list_box li a .img img {position: absolute; top: 50%; left: 50%; width: auto; height: 100%; transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -webkit-transition: all .2s; -ms-transition: all .3s; transition: all .3s;}
.gallery0030 .list_box li a .txt {position: absolute; bottom: 0; left: 2rem; right: 0; border-radius: 2rem 0 0;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;}
.gallery0030 .list_box li.no_data{width: calc(100% - 1.5rem); line-height: 11rem; border-radius:2rem; background: #f1f1f1; text-align: center; margin-left: 0.75rem; }
/** 갤러리 : active **/
.gallery0030 .list_box li a:hover .img { box-shadow: 0.1rem 0.1rem 0.3rem rgba(0,0,0,0.3);}
.gallery0030 .list_box li a:hover .img img{transform:  translate(-50%, -50%) scale(1.1);}
.gallery0030 .list_box li a:hover .txt {text-decoration: underline;}

/* 식단 */
.meal_menu0030 { position:relative; height:100%; }
.meal_menu0030 .inner { position:relative; font-weight:600;}
.meal_menu0030 .inner .meal_wrap{height:11.25rem; border: 2px solid #3d56ba; border-radius: 2rem; padding:1.2rem 2rem;}
.meal_menu0030 .inner ul { height: 100%; overflow-y:auto; }
.meal_menu0030 .inner li + li { margin-top:1rem; }
.meal_menu0030 .inner .no_data { line-height: 8.6rem; text-align: center; }
.meal_menu0030 .inner dt { position: relative; display: block; line-height: 2rem; }
.meal_menu0030 .inner dt > span { display: inline-block; font-size: 0.9rem; color: #fff; width: 2.7rem; height: 2.7rem; line-height: 2.7rem; border-radius: 50%; background: #3d57b8; text-align: center;}
.meal_menu0030 .inner dt em {display: inline-block; width:calc(100% - 2.7rem);  text-align: center; border-bottom: 2px solid #d0e0ed; height: 2.5rem; line-height: 2.4rem; font-size: 1rem;}
.meal_menu0030 .inner dd { color: #5b5b5b; font-size: 0.85rem; line-height: 1.4rem; word-break: keep-all; margin-top: 1.1rem;}
.meal_menu0030 > img{position:absolute; right: 2rem; bottom: 1rem; width: 4rem; height: auto; z-index: -1;}
.meal_menu0030 .btnTy2 { background: #f2f2f2; }


/* 배너존 */
.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 (min-width:1920px){
    .MVisual0030 .item img{width: 100%;}

}


@media (max-width:1240px){
    .MVisual0030 .item img{width: 150%; height: auto;}
    .MVisual0030 .control{right: 1rem;}
}


@media (max-width:1024px){
    /* 메인비주얼 */
    .MVisual0030{border-top-right-radius:8rem;}

    /* 행사일정 */
    .pop_schedule0030 .lst li{width: 33.33%;}

    /* 공지사항 */
    .notice0030 .titTab{margin-bottom: 1rem;}
    .notice0030 .list_box li a .txt{margin: 0.5rem 0 1rem;}

    /* 바로가기 */
    .M_link0030 li a .img{width: 4rem; height: 4rem;}

    /* 팝업존 */
    .pop0030::before{ top: -1.5rem; bottom: -1.5rem; right: -1rem;}
    
    /* 식단 */
	.meal_menu0030 .inner .meal_wrap{padding:1.5rem;}
    .meal_menu0030 .inner ul{padding-right: 1rem;}
}


@media (max-width:960px){

}

@media (max-width: 860px) {
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {
    .heading{font-size: 1rem;}

	/* 캘린더 */
	.pop_schedule0030 .month {width: 3.75rem; height: 3.75rem;}
	.pop_schedule0030 .month em {font-size: 1.35rem;}
	.pop_schedule0030 .month span {font-size: 0.75rem;}
    .pop_schedule0030 .lst li{width: 50%;}
    
	/* 팝업존 */
	.pop0030 .pop_img {height:auto;}

    /* 공지사항 */
    .notice0030 .list_box li{width: 50%;}
    .notice0030 .list_box li:nth-child(n+3){display: none;}
    .notice0030 .list_box li a .tit{font-size: 0.9rem;}

    /* 바로가기 */
    .M_link0030 li a span{font-size: 0.8rem;}
}

@media (max-width: 660px) {

    /* 바로가기 */
    .M_link0030 ul{display: flex; flex-wrap: wrap;}
    .M_link0030 li{width: 33.33%; display: block; margin-bottom: 0.3rem;}
    
}
@media (max-width: 580px) {
    /* 캘린더 */
    .pop_schedule0030 .lst li{width: 100%;}

    /* 공지사항 */
    .notice0030 .titTab{margin-bottom: 0;}
    .notice0030 .titTab::after{display: none;}
    .notice0030 .titTab ul{background: none; border-radius: 0;}
    .notice0030 .titTab li{max-width: 100%; margin-bottom: 0.2rem; border-radius: 2rem !important; }
    .notice0030 .titTab li:last-child::before { display: none; }
    .notice0030 .list_box ul{border-bottom: 0;}
    .notice0030 .list_box li{width: 100%; border-bottom: 2px solid #d0e0ef;}
    .notice0030 .list_box li + li a::before{display: none;}
    .notice0030 .list_box li a .tit{max-height: 2.8rem; height: auto;}
    .notice0030 .list_box li a .txt{max-height: 2.2rem; height: auto;}
}

@media (max-width: 480px) {
	/* 게시판 */
	.notice0030 .titTab li a {line-height: 2rem;}
} 

@media (max-width: 340px) {
}
