﻿
/* btn */
.btn_more1 { position:absolute; top:0; right:0; font-weight:600; font-size: 1.25rem; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; background: #f4efff; color: #734ec4; text-align: center; border-radius: 50%;}
.btn_more1 i {transition: all 0.15s;}
.btn_more2 { position:absolute; top:0; right:0; font-weight:600; font-size: 1rem; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; background: #f4efff; color: #734ec4; text-align: center; border-radius: 50%; }
.btn_more2 i {transition: all 0.15s;}
/* btn_more : over */
.btn_more1:hover i,
.btn_more1:focus i { -webkit-transform:rotate(180deg); transform:rotate(180deg);}
.btn_more2:hover i,
.btn_more2:focus i { -webkit-transform:rotate(180deg); transform:rotate(180deg); }

/* heading*/
.heading { margin-bottom:1.3rem; font-size:1rem; font-weight:600; color:#000; word-break:keep-all; white-space:nowrap; overflow:hidden; }

/* 메인비주얼 */
.MVisual0029 { position: relative; height: 100%; overflow:hidden;}
.MVisual0029 .slider{ position:relative; z-index: 0;}
.MVisual0029 .item{overflow:hidden; line-height:0; text-align: center;}
.MVisual0029 .item img{position:relative; width:auto; height:100%;}
.MVisual0029 .control{position:absolute; left:50%; margin-left:-30rem; bottom:2rem; z-index:1;}
.MVisual0029 .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 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0029 .control > a.play{display:none;}
.MVisual0029 .control > a:hover,
.MVisual0029 .control > a:focus{ background:rgb(17, 26, 50, 0.9);}

/* 게시판 */
.notice0029 { position:relative; height:100%;}
.notice0029 .titTab {position:relative;margin-right: 2rem;font-size: 0; margin-bottom: 1.25rem;}  
.notice0029 .titTab li {position:relative;display:inline-block;max-width: calc((100% - 2.6rem) / 3);vertical-align:top;}
.notice0029 .titTab li a { position:relative; display:block; line-height: 1.75rem; color:#777; font-weight: 500; font-size: 1rem; padding:0 1rem; border-radius: 5rem;}
.notice0029 .titTab li a span{position: relative; display:block; overflow:hidden; white-space:nowrap;}
.notice0029 .list_box { display:none; height: 10.7rem;}
.notice0029 .list_box .topList{flex-shrink: 0; display:block; width: 14.7rem; height: 100%; padding: 1.5rem; background: #f3f3f3; border-radius: 1rem;}
.notice0029 .list_box dt{ position:relative; font-size:0.9rem; color: #222; font-weight: 600; margin-bottom: 0.5rem; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.notice0029 .list_box dd > p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; height: 3.5rem; overflow:hidden; text-overflow: ellipsis; line-height: 1.2rem; color: #333; margin-bottom: 1.5rem;}
.notice0029 .list_box dd .date{ font-size: 0.75rem; }
.notice0029 .list_box .new dd .date{ display: block; position: relative; padding-left: 1.6rem;}
.notice0029 .list_box .new dd .date::before{content: 'N'; position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block; width: 1.25rem; height: 1.25rem; line-height: 1.25rem; text-align: center; border-radius: 50%; background: #734ec4; color: #fff; font-weight: 500; font-size: 0.7rem;} 
.notice0029 .list_box ul { width: calc(100% - 14.7rem); overflow:hidden; padding: 0.35rem 0 0.35rem 1rem;}
.notice0029 .list_box li.no_data { text-align:center; line-height: 10rem;}
.notice0029 .list_box li:nth-of-type(n+6){display: none;}
.notice0029 .list_box li a { position:relative; display:block; line-height: 2rem; padding:0 4.5rem 0 0.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color: #222; letter-spacing: -0.05rem;}
.notice0029 .list_box li a:before { content:""; display:block; width:0.2rem; height: 0.2rem; border-radius:50%; background:#734ec4; position:absolute; top:50%; left:0; transform: translateY(-50%);}
.notice0029 .list_box li a.new{padding-left: 2rem;}
.notice0029 .list_box li a.new::after{content: 'N'; position: absolute; left: 0.5rem; top: 50%; transform: translateY(-50%); display: block; width: 1.25rem; height: 1.25rem; line-height: 1.25rem; text-align: center; border-radius: 50%; background: #734ec4; color: #fff; font-weight: 500; font-size: 0.7rem;}
.notice0029 .list_box li a span { position:absolute; right:0; top:0; color:#000; font-size: 0.75rem; font-weight: 400;}
.notice0029 .btn_more1{top: 0.2rem;}
/* 게시판 : active */
.notice0029 .titTab li a:hover,
.notice0029 .titTab li a:focus,
.notice0029 .titTab li a.current{ color: #fff; background: #734ec4;}
.notice0029 .list_box.on{display: flex;}
.notice0029 .list_box .topList:hover dt,
.notice0029 .list_box .topList:focus dt{text-decoration: underline;}
.notice0029 .list_box li a:hover,
.notice0029 .list_box li a:focus,
.notice0029 .list_box li a:hover span,
.notice0029 .list_box li a:focus span{text-decoration: underline;}
.notice0029 .titTab li a, 
.notice0029 .list_box li a,
.notice0029 .list_box dt,
.notice0029 .list_box dd .date .ico{transition: all 0.2s; -webkit-transition: all 0.2s;}

/* 캘린더 */
.pop_schedule0029 { position:relative; }
.pop_schedule0029 .heading { position:relative; width:calc(100% - 2rem); line-height: 1.75rem; margin-bottom: 1.25rem; color: #222; }
.pop_schedule0029 .sche_wrap { position:relative; height:10.7rem; padding: 3rem 1.5rem 0.75rem 1.5rem; border-radius: 1rem; border: 2px solid #f4efff; }
.pop_schedule0029 .sche_wrap .month{ position: absolute; top: 0; left: 0; right: 0; text-align: center; padding: 0.3rem; background: #f4efff; border-radius:1rem; font-weight: 500;}
.pop_schedule0029 .sche_wrap .month a{display: inline-block; vertical-align: middle; font-size: 1.1rem; width: 1.6rem; height: 1.6rem; line-height: 1.6rem; text-align: center; border-radius: 50%; background: #fff; color: #734ec4;}
.pop_schedule0029 .sche_wrap .month span{display: inline-block; vertical-align: middle; margin: 0 1rem;}
.pop_schedule0029 .sche_wrap .month span em{font-weight: 800; font-size: 1rem; color: #734ec4;}
.pop_schedule0029 .sche_wrap .lst { height: 100%; overflow-y:auto; }
.pop_schedule0029 .sche_wrap .lst ul > li {margin-bottom: 0.4rem; }
.pop_schedule0029 .sche_wrap .lst ul > li > a { position:relative; display: flex; align-items: center;}
.pop_schedule0029 .sche_wrap .lst ul > li .date { display:flex; flex-wrap: wrap; align-items: center; justify-content: center; flex-direction: column; font-size: 0.75rem; width:3.5rem; line-height: 1.25rem; border:1px dashed #734ec4; border-radius:5rem; text-align: center; font-weight: 500; }
.pop_schedule0029 .sche_wrap .lst ul > li.no_data{text-align: center; line-height: 6.7rem; margin-bottom: 0;}
.pop_schedule0029 .sche_wrap .lst ul > li.no_data .date{display: none;}
.pop_schedule0029 .sche_wrap .lst ul > li .date strong { display:block; font-weight:700; font-size:1rem; color: #ff4052; }
.pop_schedule0029 .sche_wrap .lst ul > li p { width: calc(100% - 4.55rem); line-height: 1.25rem; padding-left: 1rem; font-size: 0.75rem; font-weight: 500; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #222;}
.pop_schedule0029 .btn_more2{top: 0.2rem;}
/* 캘린더 : active */
.pop_schedule0029 .sche_wrap .lst ul > li a:hover .date{background: #734ec4; color: #fff; border: 1px solid;}
.pop_schedule0029 .sche_wrap .lst ul > li a:hover p{text-decoration: underline;}
.pop_schedule0029 .sche_wrap .lst ul > li .date,
.pop_schedule0029 .sche_wrap .lst ul > li p{transition: all 0.2s; -webkit-transition: all 0.2s;}

/* 식단 */
.meal_menu0029 { position:relative; height: 100%; background: #fff; border-radius: 1rem; box-shadow: 0 0 0.3rem rgba(0,0,0,0.1); padding: 1.5rem 1rem 1.5rem 9.4rem; }
.meal_menu0029 h2 { position:absolute; top: 50%; transform: translateY(-50%); left: 3.25rem; font-size: 1rem; font-weight: 600; width:6rem; margin-bottom: 0; color: #3b3b3b;}
.meal_menu0029 h2 > span { position:relative; display:block; white-space:nowrap; overflow:hidden; }
.meal_menu0029 .inner { position:relative; height: 100%;}
.meal_menu0029 .inner:before { content:''; display: block; width: 1.8rem; border-bottom: 3px dashed #bebdc0; position:absolute; top: 50%; transform: translateY(-50%); left:0;}
.meal_menu0029 .inner ul{height: 2.4rem; overflow-y: auto; margin-right:11.85rem;}
.meal_menu0029 .inner li + li { margin-top:1.2rem; }
.meal_menu0029 .inner .no_data { text-align:center; line-height: 2.4rem;}
.meal_menu0029 .inner dl { position:relative; display: flex; align-items: flex-start; padding-left:3rem; }
.meal_menu0029 .inner dt { flex-shrink: 0; position:relative; width:7.25rem; font-size:0.8rem; font-weight:600; color:#3b3b3b; text-align: center; line-height: 2rem; background: #f4efff; border-radius: 5rem;}
.meal_menu0029 .inner dd { line-height: 2rem; padding-left:0.5rem; color:#222; font-size:0.8rem; word-break:keep-all; }
.meal_menu0029 .img { max-width: 6rem; position:absolute; top:50%; transform: translateY(-50%); right: 4.5rem; }
.meal_menu0029 .img > img { width: 100%;}
.meal_menu0029 .btn_more2 { top: 50%; transform: translateY(-50%); right: 1rem; }

/* 바로가기1 */
.M_link0029 { position:relative; height:100%; margin: 0 -1rem; }
.M_link0029 ul { display:table; table-layout:fixed; width:100%; }
.M_link0029 li { position:relative; display:table-cell; vertical-align:top; z-index:1; }
.M_link0029 li a { position:relative; display:block; width:100%; word-break:keep-all; text-align:center; }
.M_link0029 li a .ico { display:flex; justify-content: center; align-items: center; width:5rem; height:5rem; border-radius:50%; box-shadow:0 0 0.5rem #fff2ce; border: 3px solid transparent; margin:0 auto; background:#fff; }
.M_link0029 li a .ico img { max-width: 80%; max-width: 3rem;}
.M_link0029 li a p{max-height:2.5rem; overflow:hidden;  margin-top: 1rem; font-size: 0.8rem; font-weight: 500; color:#222; padding: 0 0.2rem; line-height: 1.2rem;}
.M_link0029 li a p span { background: linear-gradient(transparent 100%, transparent 100%); text-align:center; margin-top:0.5rem; word-break:break-all; }
/* 바로가기1 : over */
.M_link0029 li a:hover .ico,
.M_link0029 li a:focus .ico { box-shadow: none; }
.M_link0029 li a:hover .ico img,
.M_link0029 li a:focus .ico img { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); }
.M_link0029 li a:hover p span,
.M_link0029 li a:focus p span { font-weight: 600; color: #532da7; background: linear-gradient(transparent 70%, #e6dcfb 70%); }

.M_link0029 li a .ico,
.M_link0029 li a .ico img,
.M_link0029 li a span{transition: all 0.15s; -webkit-transition: all 0.15s;}

/* 갤러리 */
.gallery0029 { position:relative; }
.gallery0029 .heading { width:calc(100% - 2rem); color: #222; }
.gallery0029 .list_box ul { margin:0 -0.75rem; }
.gallery0029 .list_box ul:after { content:""; display:block; clear:both; }
.gallery0029 .list_box li {width:33.33%; padding:0 0.75rem; float:left; }
.gallery0029 .list_box li:nth-of-type(n + 4) { display:none; }
.gallery0029 .list_box a { position:relative; display:block; }
.gallery0029 .list_box a .img { position:relative; width:100%; height:8.95rem; overflow:hidden; background-color:rgba(0,0,0,.1); border-radius:0.5rem 0.5rem 0 0; isolation: isolate;}
.gallery0029 .list_box a .img img { position:absolute; top:50%; left:50%; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%);}
.gallery0029 .list_box a .txt {display: block; padding:0 1rem; line-height:2.35rem; background:#f5f5f5; border-radius: 0 0 0.5rem 0.5rem; text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.75rem; font-weight:500; }
.gallery0029 .list_box li.no_data { width:100%; line-height:11.3rem; text-align:center; }
/* 갤러리 : over */
.gallery0029 .list_box a:hover .img img,
.gallery0029 .list_box a:focus .img img { -webkit-transform:translate(-50%, -50%) scale(1.1); -ms-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }	
.gallery0029 .list_box a:hover .txt,
.gallery0029 .list_box a:focus .txt { background:#fff8e4;}
.gallery0029 .list_box a .img,
.gallery0029 .list_box a .img img,
.gallery0029 .list_box a .txt{transition: all 0.1s; -webkit-transition: all 0.1s;} 

/* 팝업존 */
.pop0029 { position:relative; width:100%; height:100%; }
.pop0029 .heading{max-width:calc(100% - 7rem);}
.pop0029 .control { position:absolute; right: -0.3rem; top: 0;}
.pop0029 .control .page { position:relative; display:inline-block; vertical-align:middle; font-size:0.75rem; margin-right:0.3rem; }
.pop0029 .control .page > strong { font-size:1rem; font-weight:800; color: #7f4dc9; }
.pop0029 .control .page > span { position:relative; padding-left:0.7rem; }
.pop0029 .control .page > span:before { content:""; position:absolute; top:50%; left:0.3rem; width:3px; height:3px; background:#464646; }
.pop0029 .control a { position:relative; display:inline-block; width:1.4rem; height:1.4rem; border-radius:50%; text-align:center; line-height:1.4rem; font-size:1rem; vertical-align:middle; }
.pop0029 .control .play,
.pop0029 .control .stop { color: #734ec4; background:#f5f5f5; }
.pop0029 .control .play { display:none; }
.pop0029 .control a img { display:block; }
.pop0029 .pop_img { position:relative; width:100%; height:11.25rem; z-index:1; border-radius:0.5rem; overflow:hidden; background:#f1f1f1; isolation: isolate;}
.pop0029 .pop_img div { height:100%; }
.pop0029 .pop_img .item { height:100%; }
.pop0029 .pop_img .item a { position:relative; display:block; height:100%; overflow:hidden; background-color:#eee; text-align:center; }
.pop0029 .pop_img .item a img {position:relative; max-width:100%; width:auto; height:100%;}
/* 팝업존 : active */
.pop0029 .control a:hover,
.pop0029 .control a:focus{ background:#734ec4 !important; color: #fff;}

/* 배너존 */
.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; }

/* responsive */
@media (max-width:1330px) { 
	/* 메인비주얼 */
	.MVisual0029 .item img{width: 100%; height: auto;}
	.MVisual0029 .control{left: 1.5rem; bottom: 1rem; margin-left: 0;}
}

@media (max-width:1240px) { 
	/* heading*/
	.heading{font-size:0.9rem; }

	/* 게시판 */
	.notice0029 .titTab li a{font-size:0.9rem;}

	/* 바로가기 */
	.M_link0029{margin: 0;}
}

@media (max-width: 1024px) {
	.heading{margin-bottom: 1rem;} 

	/* 게시판 */
	.notice0029 .titTab{margin-bottom: 0.7rem;}
	.notice0029 .titTab li a{padding: 0 0.5rem;}
	.notice0029 .list_box .topList{width: 13rem; padding: 1.5rem 1rem;}
	.notice0029 .list_box ul{width: calc(100% - 13rem);}

	/* 캘린더 */
	.pop_schedule0029 .heading{margin-bottom: 0.7rem;}

	/* 식단 */
	.meal_menu0029{padding-left: 7rem;}
	.meal_menu0029 h2{left: 1rem;}
	.meal_menu0029 .inner:before{display: none;}
	.meal_menu0029 .inner ul{margin-right: 8.5rem;}
	.meal_menu0029 .inner dl{padding-left: 1rem;}
	.meal_menu0029 .img{right: 3.5rem;}

	/* 포토갤러리 */
	.gallery0029 .list_box li{width: 50%;}
	.gallery0029 .list_box li:nth-of-type(n + 3){display: none;}

	/* 팝업존 */
	.pop0029 .control .page > strong{vertical-align: middle;}
	.pop0029 .control .page > span{vertical-align: middle;}
}

@media (max-width: 910px) {
	/* 캘린더 */
	.pop_schedule0029 .sche_wrap .lst ul{display: flex; flex-wrap: wrap;}
	.pop_schedule0029 .sche_wrap .lst ul > li{width: 50%;}
}

@media (max-width: 840px) {
	/* 바로가기 */
	.M_link0029 ul{display: flex; flex-wrap: wrap;}
	.M_link0029 li{display: block; width: 25%;}
	.M_link0029 li:nth-child(n+5){margin-top: 1rem;}
}

@media (max-width: 768px) {
	/* 식단 */
	.meal_menu0029{padding: 0; background: none; box-shadow: none;}
	.meal_menu0029 h2{position: relative; width: calc(100% - 2rem); left: 0; top: 0; transform: none; margin-bottom: 1rem; font-size: 0.9rem;}
	.meal_menu0029 .inner{height: 8rem; padding: 1rem; background: #fff; border-radius: 1rem; box-shadow: 0 0 0.3rem rgba(0,0,0,0.1);}
	.meal_menu0029 .inner ul{height: 100%;}
	.meal_menu0029 .inner dl{flex-direction: column; padding-left: 0;}
	.meal_menu0029 .inner dt{margin-bottom: 0.5rem;}
	.meal_menu0029 .inner dd{line-height: 1.2rem;}
	.meal_menu0029 .img{right: 1rem; bottom: 1rem; top: auto; transform: none;}
	.meal_menu0029 .btn_more2{ top: 0; right: 0; transform: none;}

	.meal_menu0029 .inner .no_data{line-height: 6;}

	/* 팝업존 */
    .pop0029 .pop_img{ height:auto; }
    .pop0029 .pop_img .item img { display: block; top:auto; left:50%; max-height:15rem; transform:translateX(-50%);}
}

@media (max-width:520px) { 
	/* 메인비주얼 */
	.MVisual0029 .control{bottom: 0.5rem;}
	.MVisual0029 .control a{width: 1.65rem; height: 1.65rem; line-height: 1.65rem;}

	/* 게시판 */
	.notice0029 .titTab{margin-bottom: 0.2rem;}
	.notice0029 .titTab li{max-width: 100%; margin-bottom: 0.5rem;}
	.notice0029 .list_box{flex-direction: column; height: 20.7rem;}
	.notice0029 .list_box .topList{width: 100%; height: auto; padding: 1rem;}
	.notice0029 .list_box ul{width: 100%; padding:0.35rem 0.5rem;}

	/* 캘린더 */
	.pop_schedule0029 .sche_wrap .lst ul > li{width: 100%;}
}

@media (max-width:450px) { 
	/* 캘린더 */
	.pop_schedule0029 .sche_wrap{padding: 3rem 0.5rem 0.75rem 0.5rem;}

	/* 식단 */
	.meal_menu0029 .inner ul{margin-right: 6rem;}

	/* 바로가기 */
	.M_link0029 li{width: 33.33%;}
	.M_link0029 li:nth-child(n+4){margin-top: 0.7rem;}

	/* 갤러리 */
	.gallery0029 .list_box ul{margin: 0;}
	.gallery0029 .list_box li{width: 100%; padding: 0;}
	.gallery0029 .list_box li ~ li{margin-top: 0.5rem;}
}

 @media (max-width:380px) { 
	/* 식단 */
	.meal_menu0029 .inner ul{margin-right: 4rem;}
	.meal_menu0029 .img{max-width: 4rem;}

	/* 바로가기 */
	.M_link0029 li a .ico{width: 4.5rem; height: 4.5rem;}
}

  @media (max-width:320px) { 
	/* 식단 */
	.meal_menu0029 .inner ul{margin-right: 0;}
	.meal_menu0029 .img{display: none;}

	 /* 바로가기 */
	 .M_link0029 li a .ico{width: 4rem; height: 4rem;}
}