﻿/* common */
h2.heading{ position:relative; padding:.25rem 0; line-height:1.5rem; font-size:1.1rem; font-weight:700; color:#000; overflow:hidden; white-space: nowrap;}
.btn_more { position:absolute; right:0; top: .3rem; font-size:1.3rem; line-height:1.5rem; color:#000;}
.btn_more i {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.btn_more:hover i { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }

/* 메인비주얼 */
.MVisual0046 { position: relative; height: 100%; overflow:hidden; border-radius: 1rem; box-shadow: 3px 3px 5px rgba(0,0,0,.2); background:rgba(0,0,0,.2); isolation: isolate;}
.MVisual0046 .slider{ position:relative; z-index: 0;}
.MVisual0046 .item{overflow:hidden; line-height:0;}
.MVisual0046 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0046 .control{position:absolute; left:1.5rem; bottom:1rem; z-index:1;}
.MVisual0046 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem;  background:rgb(17, 26, 50, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0046 .control > a.play{display:none;}
.MVisual0046 .control > a:hover,
.MVisual0046 .control > a:focus{ background:rgb(17, 26, 50, 0.9);}

/* 바로가기1 */
.M_link0046 {position:relative; height:100%; display:flex; align-items: center;}
.M_link0046 ul{display:flex; width: calc(100% + 2rem); flex-wrap:wrap; margin: 0 -1rem;}
.M_link0046 li {width: 20%; flex: 1; }
.M_link0046 li a { display:block; position:relative; width:100% ;word-break: keep-all; border:2px solid transparent; text-align:center;}
.M_link0046 li a .img {position:relative; width:5rem; height:5rem; line-height: 5rem; border-radius: 50%; border: 2px solid transparent; background: #dff3fa; transition: all .2s; -webkit-transition: all .2s; margin: 0 auto;}
.M_link0046 li a img { width: 3.1rem; height: 2.85rem; vertical-align: middle; transition: all .2s; -webkit-transition: all .2s; }
.M_link0046 li a p { font-size:.85rem; line-height:1rem; height:2rem; padding:0 .25rem; margin-top:.7rem; overflow:hidden; font-weight: 600; color:#000;}
/** 바로가기1 : active **/ 
.M_link0046 li a:hover .img { border-color: #004e80; background: #216fc9; box-shadow: 3px 3px 5px rgba(55,137,232,.5);}
.M_link0046 li a:hover .img img { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg);}

/* 게시판 */
.notice0046 { position:relative; height:100%; }
.notice0046 .titTab{position: relative; padding-right:1.5rem; margin-bottom: .3rem; }
.notice0046 .titTab:after {content:""; display:block; clear:both;}
.notice0046 .titTab ul li{position:relative; float:left; max-width: calc(95% / 3); vertical-align:top;}
.notice0046 .titTab ul li + li {padding-left: .3rem; margin-left: .3rem;}
.notice0046 .titTab ul li + li:before { content: ""; display: block; width: .6rem; height: 2px; background:#ccc; position: absolute; top: calc(50% - 1px); left: -.3rem;  }
.notice0046 .titTab ul li a { position:relative; display:block; font-size:1.1rem; color:#000; font-weight:600; line-height:2.5rem; padding:0 .25rem; z-index:1; }
.notice0046 .titTab ul li a:before {content: ""; display: block; width: 1.55rem; height: .35rem; background: url('/images/template/T0046/main/0046_notice_dec.png') no-repeat center / contain; position: absolute; top: 0; left: .5rem; opacity: 0; transition: all .2s; -webkit-transition: all .2s;}
.notice0046 .titTab ul li a span { display:block; overflow:hidden; white-space:nowrap; } 
.notice0046 .list_box { display:none; height: 100%;}
.notice0046 .list_box ul { height: 100%; } 
.notice0046 .list_box li { padding:0; }
.notice0046 .list_box li:nth-of-type(n + 7) { display:none; }
.notice0046 .list_box li.no_data {text-align:center; line-height:9rem; background: rgba(0,0,0,.1); border-radius:1rem; }
.notice0046 .list_box li a { position:relative; display:block; line-height:1.55rem; padding:0 5rem 0 1.1rem; font-size:.8rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#000; }
.notice0046 .list_box li a.new { position:relative; padding-left:2.3rem;}
.notice0046 .list_box li a.new:after { content:"N"; display:block; width:1rem; height:1rem; border-radius:50%; background:#009a93; color:#fff; text-align:center; line-height:1rem; font-size:.5rem; position:absolute; top:calc(50% - .5rem); left:.9rem;}
.notice0046 .list_box li a:before { content: ""; display: block; width: .7rem; height: .7rem; background: url('/images/template/T0046/main/0046_notice_ico.png') no-repeat center / contain; position: absolute; top: calc(50% - .35rem); left: 0; }
.notice0046 .list_box li a span { position:absolute; right:0; top:0; color:#444; font-size:0.7rem; font-weight:500; }
.notice0046 .btn_more { top: .5rem;}
/* 게시판 : active */ 
.notice0046 .titTab ul li a.current,
.notice0046 .titTab ul li a:hover { font-weight: 700; color: #009a93; }
.notice0046 .titTab ul li a.current:before,
.notice0046 .titTab ul li a:hover:before { opacity: 1;}
.notice0046 .list_box.on { display: block; } 
.notice0046 .list_box li a:hover {text-decoration: underline;}

/* 팝업존 */
.pop0046 { position:relative; width:100%; height:100%; overflow:hidden;}
.pop0046 .tit_wrap { max-width:calc(100% - 7.5rem); display:inline-block; min-width:calc(100% - 10.5rem); background: #00b9ef; padding: 0.5rem 1rem; border-radius: 1.5rem 1.5rem 0 0;}
.pop0046 .tit_wrap h2 { color: #fff; text-align:center;}
.pop0046 .control{position:absolute; right:0; top:.45rem;}
.pop0046 .control p { display: none;}
.pop0046 .control p strong {color: #34b364; font-weight: 600;}
.pop0046 .control a {display: inline-block; overflow: hidden; width:2.1rem; height:2.1rem; line-height:2rem; border: 1px solid #b5b5b5; border-radius:50%; isolation: isolate; text-align:center; color:#000; font-size:1.1rem; transition: all .2s; -webkit-transition: all .2s;}
.pop0046 .control .play,
.pop0046 .control .stop{ margin: 0 .2rem;}
.pop0046 .control .play {display: none;}
.pop0046 .pop_img { position:relative; height:11.25rem; overflow: hidden; border-radius: 0 2rem 2rem 2rem; border: 1px solid #dfdfdf; background:rgba(0,0,0,0.1);}
.pop0046 .pop_img div[class*='slick-'],
.pop0046 .pop_img .item {height:100%;}
.pop0046 .pop_img .item a { display: flex; height:100%; line-height:0; align-items:center; justify-content: center; overflow:hidden;}
.pop0046 .pop_img .item img {position:relative; max-width:100%; width:auto; height:auto;}
/* 팝업존 : active */ 
.pop0046 .control a:hover { background: #00b9ef;}
.pop0046 .control a:hover i { color: #fff;}

/* 캘린더 */
.pop_schedule0046 { position:relative;}
.pop_schedule0046 h2{ margin-right:1.5rem;}
.pop_schedule0046 .month {position:relative;display:flex;align-items:center;justify-content: space-between; margin-top:.3rem;}
.pop_schedule0046 .month:before {content:"";position:absolute;top:50%;left:50%;width:100%;height:2px;border-top:2px dotted #bcbcbc;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);/* z-index: -1; */}
.pop_schedule0046 .month a { position:relative; width:1.55rem; height:.85rem; background-color: #fff; z-index: 2; transition: all .2s; -webkit-transition: all .2s; -ms-transition: all .2s;}
.pop_schedule0046 .month a.prev{ background: #fff url('/images/template/T0046/main/0046_schl_prev.png') no-repeat center / contain;}
.pop_schedule0046 .month a.next{ background: #fff url('/images/template/T0046/main/0046_schl_next.png') no-repeat center / contain;}
.pop_schedule0046 .month a:before { content:""; position:absolute; top: -.3rem; width:1.5rem; height:1.5rem; background:#d9ebff; opacity: .3; border-radius:50%; -webkit-transition:all .3s; transition:all .3s; z-index: 0;}
.pop_schedule0046 .month a.prev:before{ left: -.3rem; }
.pop_schedule0046 .month a.next:before{ right: -.3rem; }
.pop_schedule0046 .month a.prev::after{ content: ""; display: block; width: .5rem; height: 1rem; background: #fff; position: absolute; top: 0; right: -.5rem;}
.pop_schedule0046 .month a.next::after{ content: ""; display: block; width: .5rem; height: 1rem; background: #fff; position: absolute; top: 0; left: -.5rem;}
.pop_schedule0046 .month span {display: inline-block; align-items: center; font-weight: 500; font-size: .9rem; color:#333;position: relative; justify-content: center; padding: 0 1rem; background: #fff;}
.pop_schedule0046 .month span em {font-size:1rem; font-weight:700; color: #fff; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: #24b5b2; text-align: center; line-height: 2.25rem; margin-left: .1rem; display: inline-block;}
.pop_schedule0046 .sche_wrap{ margin-top:1rem;}
.pop_schedule0046 .lst { position:relative; z-index:1; }
.pop_schedule0046 .lst ul {position:relative; display: block; width: 100%; height: 8rem; overflow-x: auto; white-space: nowrap;}
.pop_schedule0046 .lst .no_data {width:100%; text-align: center; line-height:6.2rem;}
.pop_schedule0046 .lst li {position:relative; width:25%; display: inline-block;} 
.pop_schedule0046 .lst li a {position:relative; display: block; width:100%; font-size:.8rem; font-weight:600; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 0 .2rem; text-align: center;}
.pop_schedule0046 .lst li a span{ display: block; width: 5.45rem; height: 5.45rem; border-radius: 50%; margin: 0 auto .5rem; text-align: center; border: 2px solid #dfdfdf; color:#040404; font-weight:500; font-size: .8rem; padding: 1.3rem 0; transition: all .2s; -webkit-transition: all .2s; -ms-transition: all .2s;}
.pop_schedule0046 .lst li a span em{ display: block; color:#3789e8; font-size: 1rem; font-weight:800; }
/** 캘린더 : active **/ 
.pop_schedule0046 .lst li a:hover span {border-color: #3789e8;} 
.pop_schedule0046 .month a.prev:hover{ transform:translateX(-3px); }
.pop_schedule0046 .month a.next:hover{ transform:translateX(3px);  }

/* 식단 */
.meal_menu0046 { position:relative; height:100%;} 
.meal_menu0046 h2 { display:inline-block; max-width:calc(100% - 2rem); padding: 0.75rem 1rem 0.75rem 0; }
.meal_menu0046 .inner {position:relative; background: #24b5b2; border-radius: 2rem; padding: 6.3rem 1.5rem 1rem 1.5rem; overflow: hidden; z-index: 1; isolation: isolate;}
.meal_menu0046 .inner::after { content: ""; display: block; width: 8.6rem; height: 8.6rem; border-radius: 50%; background: #009994; position: absolute; top: -5.5rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index: -2;} 
.meal_menu0046 .inner ul {overflow-y:auto; height: 3.9rem;}
.meal_menu0046 .inner li:not(.no_data) { padding-right:.25rem; }
.meal_menu0046 .inner li + li { margin-top:1rem; }
.meal_menu0046 .inner .no_data {line-height: 3.8rem; text-align:center; color: #fff;}
.meal_menu0046 .inner dl { position:relative; min-height:6rem;}
.meal_menu0046 .inner dt { position:relative; display:inline-block; font-size:.8rem; font-weight:700; color:#fff; margin-bottom:.3rem; padding:0 5px;}
.meal_menu0046 .inner dt:before{ content:""; position:absolute; left:0; bottom:0; width:100%; height:10px; border-radius:5px; z-index: -1; background:#009994;}
.meal_menu0046 .inner dt em{ font-weight:600;}
.meal_menu0046 .inner dd {color:#fff; font-size:0.8rem; line-height: 1.2rem; word-break:keep-all;}
.meal_menu0046 .inner > img{position:absolute; top:1rem; left:50%; max-width: 7.9rem; max-height: 4.6rem; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index: -1;}

/* 갤러리 */
.gallery0046 { position:relative; height:100%; }
.gallery0046 h2 { max-width:calc(100% - 2.5rem); font-size:1.1rem; color: #000; } 
.gallery0046 .list_box {margin-top:.6rem;}
.gallery0046 .list_box ul{ width:calc(100% + 2rem); margin-left:-1rem; }
.gallery0046 .list_box li{ width:50%; float:left; }
.gallery0046 .list_box li:nth-child(n+3){ display:none;}
.gallery0046 .list_box li.no_data { width:calc(100% - 2rem); margin-left:1rem; text-align:center; line-height:10rem; background: rgba(0,0,0,.1); border-radius:1rem; margin-top:1rem;}
.gallery0046 .list_box li a {position:relative; display:block; padding: 0 1rem;}
.gallery0046 .list_box li a .img{ width: 10.65rem; height:10.65rem; margin: 0 auto; border-radius:50%; overflow:hidden; isolation: isolate; border: 2px solid transparent; transition: all .2s; -webkit-transition: all .2s; -ms-transition: all .2s;}
.gallery0046 .list_box li a .img img{ position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:auto; height:100%;}
.gallery0046 .list_box li a .txt{ position:relative; line-height:1.5rem; font-size:.8rem; font-weight:600; color:#000; text-align: center; text-overflow: ellipsis; overflow:hidden; white-space: nowrap; margin-top:1rem;}
.gallery0046 .list_box li a.no_data{width:100%; height:19rem; display:flex; align-items:center; justify-content:center; color:#333; font-size:0.9rem; border-radius:2rem; background:#c7e3d2;}
/** 갤러리 : active **/ 
.gallery0046 .list_box li a:hover .img {border-color: #24b4b1; box-shadow:3px 3px 5px rgba(0,0,0,0.2);}
.gallery0046 .list_box li a:hover .txt { color: #24b4b1;}

/* 배너존 */
.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) {
	.gallery0046 .list_box ul{ width:calc(100% + 1rem); margin-left:-.5rem; }  
	.gallery0046 .list_box li a { padding: 0 .5rem;}
	.gallery0046 .list_box li a .img{ width: 9.5rem; height:9.5rem; }

    /* 캘린더 */
    .pop_schedule0046 .lst li { width:33.333333%; } 

	/* 게시판 */
    .notice0046 .titTab ul li a:before { left:0;}
	.notice0046 .titTab ul li + li {padding-left: .5rem; margin-left: .5rem;}

}

@media (max-width: 1140px) {
    h2.heading,
	.notice0046 .titTab ul li a,
	.gallery0046 h2{ font-size:1rem; padding:.1rem 0;}

	/* 메인비주얼 */ 
	.MVisual0046 .control{left:1rem; margin-left:0;}

	/* 식단 */ 
	.meal_menu0046 h2 { padding: 0.7rem 1rem 0.3rem 0; }
 
}

@media (max-width: 1024px){
 
}

@media (max-width: 950px) {	
    /* 캘린더 */
    .pop_schedule0046 .lst li { width:20%; } 

	/* 게시판 */
	.notice0046 .list_box li.no_data { margin-top:1rem; line-height:10rem; }
}
@media (max-width: 840px) {
 
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {
	/* 게시판 */
	.notice0046 .titTab ul li + li {padding-left: .6rem; margin-left: .6rem;}
	.notice0046 .list_box li.no_data { margin-top:0; }
        
    /* 메인비주얼 */
    .MVisual0046 .item img {width: 100%; height: auto;}
	 
    /* 캘린더 */
    .pop_schedule0046 .lst li { width:25%; } 

	/* 갤러리 */
	.gallery0046 .list_box li.no_data { margin-top:0rem; ; line-height:12rem;}

	/* 팝업존 */ 
	.pop0046 .tit_wrap { padding: 0.2rem .6rem; border-radius: 1rem 1rem 0 0;}
	.pop0046 .control{ top:.15rem;}
	.pop0046 .control a { width:1.7rem; height:1.7rem; line-height:1.7rem; font-size:1rem;}

	/* 식단 */ 
	.meal_menu0046 h2 { padding: 0.3rem 1rem 0 0; }
}


@media (max-width: 560px) {	

	/* 메인비주얼 */
	.MVisual0046 .control{ bottom:.5rem; left:.75rem;}
	.MVisual0046 .control > a{ width:1.65rem; height:1.65rem; line-height:1.65rem; }

    /* 바로가기1 */ 
    .M_link0046 li {width: 33.333333%; }
    .M_link0046 li a .img { width:4rem; height:4rem; line-height: 4rem;}
    .M_link0046 li a img { width: 2.7rem; height: 2.5rem; } 
    .M_link0046 li a p { font-size:.75rem; }

    /* 게시판 */
    .notice0046 { position:relative; height:100%; }
    .notice0046 .titTab{position: relative; padding-right:1.5rem; margin-bottom: .3rem; }
    .notice0046 .titTab:after {content:""; display:block; clear:both;}
    .notice0046 .titTab ul li{position:relative; float:left; max-width: 100%; vertical-align:top;}
	.notice0046 .titTab ul li a { line-height:1.5rem; padding-top: .25rem;}
	 
    /* 팝업존 */
    .pop0046 .pop_img { height: auto; }
    .pop0046 .pop_img .item img { max-height:15rem; }

    /* 캘린더 */
    .pop_schedule0046 .lst li { width:33.333333%; } 
}

@media (max-width: 380px) {
    /* 갤러리 */
    .gallery0046 .list_box li{ width:100%; }
    .gallery0046 .list_box li:nth-child(n+2){ display:none;}

     /* 캘린더 */
     .pop_schedule0046 .lst li { width:50%; } 
}



