﻿/* common style */ 
.heading { font-size: 1.1rem; font-weight: 700; color: #000; margin-right: 2.5rem; margin-bottom: 1rem; white-space: nowrap; overflow: hidden; line-height: 2rem; }

/* btn_more */
.btn_more { position:absolute; display:block; top: 0; right: 0; }
.btnTy1 { top: 0.4rem; }
.btnTy2 { width: 2rem; height: 2rem; color: #fff; border-radius: 50%; background: #51b622; text-align: center; line-height: 2rem; font-size: 1.2rem; }
/* btn_more : ative */
.btnTy1:hover,
.btnTy1:focus { right: -4px; }
.btnTy2:hover i,
.btnTy2:focus i { transform: rotate(180deg); -webkit-transform: rotate(180deg); }
.btn_more,
.btn_more i {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 메인비주얼 */ 
.MVisual0011 { position: relative; width:100%; height: 100%; max-width:96rem; line-height:1; overflow: hidden; margin: auto; text-align: center; }
.MVisual0011 .item{overflow:hidden; line-height:0; }
.MVisual0011 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0011 .control{position:absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); margin-left: -27rem; bottom: 4rem; z-index:1;}
.MVisual0011 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgba(37, 167, 216, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0011 .control > a.play{display:none;}
.MVisual0011 .control > a:hover,
.MVisual0011 .control > a:focus{ background:rgba(37, 167, 216, 0.9);}

/* 식단 */
.meal_menu0011 { position:relative; height:100%; }
.meal_menu0011 .inner { position:relative; height: calc(100% - 3rem); background: url('/images/template/T0011/main/0011_ptrn.png'); border-radius: 1rem; padding: 7rem 1.5rem 1.85rem; }
.meal_menu0011 .inner ul { height: 7.2rem; overflow-y: auto; }
.meal_menu0011 .inner li { position: relative; }
.meal_menu0011 .inner li + li{margin-top:.5rem;}
.meal_menu0011 .inner li:not(.no_data) { width:100%; }
.meal_menu0011 .inner li.no_data { text-align:center; line-height:7.2rem; color: #fff;}
.meal_menu0011 .inner dl { position:relative; color:#000; overflow:hidden; height:100%; }
.meal_menu0011 .inner dt { display: flex; align-items: center; justify-content: center; width: 100%; height: 2.5rem; background: #eee; color: #000; font-size: 0.9rem; border-radius: 0 2rem 2rem 2rem; font-weight: 700; padding: 0 1rem; margin-bottom: 1rem; }
.meal_menu0011 .inner dt span { position: relative; }
.meal_menu0011 .inner dt span::before { position: absolute; top: 50%; left: -1rem; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 0.45rem; height: 0.45rem; background: #25a7d8; border-radius: 50%; content: ""; }
.meal_menu0011 .inner dd { position: relative; min-height: 5rem; line-height:1.3rem; word-break:keep-all; width: 100%; text-align: left; font-size: 0.8rem; color: #fff; height:100%; }
.meal_menu0011 .inner .img { position: absolute; top: 1rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 5.5rem; height: 5.5rem; line-height: 8rem; background: rgba(255, 255, 255, 0.34); text-align: center; border-radius: 50%; }
.meal_menu0011 .inner .img img { width: 2.85rem; height: 3.15rem; }
/** 식단 : active **/
.meal_menu0011 .list_box a:hover strong,
.meal_menu0011 .list_box a:focus strong{text-decoration: underline;}
.meal_menu0011 a{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 게시판 */
.notice0011 { position:relative; height:100%; }
.notice0011 .titTab a,
.notice0011 .titTab span,
.notice0011 .list_box li,
.notice0011 .list_box li a { position:relative; display:block;}
.notice0011 .titTab ul { position: relative; left: -2.5rem; font-size:0; }
.notice0011 .titTab li { position:relative; display:inline-block; max-width:calc(33% - 2.5rem); vertical-align: top; margin-left: 2.5rem; }
.notice0011 .titTab li ~ li::before { position: absolute; top: 0.8rem; left: -1.7rem; width: 1.1rem; height: 0.35rem; background: url('/images/template/T0011/main/0011_notice_dot.png') no-repeat center / cover; content: ""; }
.notice0011 .titTab a { text-align:center; font-size: 1.1rem; color: #585858; font-weight: 600; line-height: 2rem; }
.notice0011 .titTab a span{ overflow:hidden; white-space:nowrap;}
.notice0011 .list_box { display:none; width:100%; }
.notice0011 .list_box ul { max-height: 17.3rem; overflow:hidden; }
.notice0011 .list_box li { position: relative; }
.notice0011 .list_box li:nth-child(n+4) { display: none; }
.notice0011 .list_box li ~ li {border-top: 2px dotted rgba(0, 0, 0, 0.23);}
.notice0011 .list_box li a{ display:block; padding:  1.45rem 0.8rem 1.45rem 5.3rem; }
.notice0011 .list_box li a.new span::before { position: absolute; top: 0; right: 0; width: 1.1rem; height: 1.1rem; line-height: 1.1rem; border-radius: 50%; background: #25a7d8; font-size: 0.6rem; font-weight: 500; color: #fff; font-family: 'NotoSans'; content: "N"; text-align: center; }
.notice0011 .list_box li p { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.notice0011 .list_box li .tit { height: 1.25rem; font-size: 0.9rem; color: #222; margin-bottom: 0.4rem; font-weight: 600; }
.notice0011 .list_box li .txt { height: 1.15rem; font-size: 0.8rem; color: #777; }
.notice0011 .list_box li span { position:absolute; display: flex; align-items: center; justify-content: center; flex-direction: column; left:0; top:1rem; width: 4rem; height: 4rem; border-radius: 50%; font-size:.6rem; background: #ebfaff; color:#000; font-weight: 700; line-height: 1.2; }
.notice0011 .list_box li span em { font-size: 1.1rem; }
/* 게시판 : 데이터 없음 */
.notice0011 .list_box li.no_data{text-align:center; line-height:17.3rem;}
/* 게시판 : active */
.notice0011 .titTab a:hover,
.notice0011 .titTab a:focus,
.notice0011 .titTab a.current { color: #0dbbef; font-weight: 700; }
.notice0011 .list_box.on { display: block; }
.notice0011 a {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 캘린더 */
.pop_schedule0011 { position:relative; height:100%; }
.pop_schedule0011 .sche_wrap{ position:relative; height:calc(100% - 2rem); }
.pop_schedule0011 .sche_list { position:relative; }
.pop_schedule0011 .sche_list > a{position:absolute; top:0; width: 1.75rem; height: 1.75rem; border-radius: 0.5rem; background: #51b622; color:#fff; font-size:0.75rem; text-align: center; line-height: 1.6rem; border: 2px solid transparent;}
.pop_schedule0011 .sche_list > a.prev i { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); }
.pop_schedule0011 .sche_list > a.next i { transform: rotate(90deg); -webkit-transform: rotate(90deg); }
.pop_schedule0011 .sche_list .prev { left:0; }
.pop_schedule0011 .sche_list .next { right:0; }
.pop_schedule0011 .sche_table{margin-top:0.35rem;}
.pop_schedule0011 .sche_table thead{position:relative;}
.pop_schedule0011 .sche_table thead:before{content:""; position:absolute; left:0; top:0; width:100%; height: 2.3rem; background:#f2f2f2; border-radius:2rem;}
.pop_schedule0011 .sche_table thead th{position:relative; font-weight: 600; font-size: 0.8rem; color: #010101; line-height: 2.3rem; }
.pop_schedule0011 .sche_table table tbody { height: 7.5rem; }
.pop_schedule0011 .sche_table tbody td {padding: 0.15rem; font-size:.75rem; color: #444; vertical-align: middle; text-align: center; }
.pop_schedule0011 .sche_table tbody span,
.pop_schedule0011 .sche_table tbody a{display:inline-block; width:1.45rem; height:1.45rem; line-height: 1.4rem; border-radius: 50%; text-align: center; font-weight: 600; }
.pop_schedule0011 .sche_table tbody .today { box-shadow: 0 0 3px rgba(0, 0, 0, 0.41);}
.pop_schedule0011 .sche_table tbody .event { background: #51b622; color: #fff; }
.pop_schedule0011 .sche_table .sun,
.pop_schedule0011 .sche_table .sat{color:#000;}
.pop_schedule0011 .month{font-size:1rem; color: #000; line-height:1.75rem; padding:0 3rem; text-align: center; font-weight: 600; }
.pop_schedule0011 .month span em { position:relative; font-weight: 700; }
.pop_schedule0011 .month span em:before{content:""; position:absolute; top: -0.55rem; right: -0.7rem; width: 1.45rem; height: 1.45rem; border-radius: 50%; background: rgba(81, 182, 34, 0.1); content: ""; z-index: -1; }
.pop_schedule0011 .lst ul { overflow-y:auto; height:3.85rem; margin-top: 0.5rem; }
.pop_schedule0011 .lst li ~ li { margin-top: 0.35rem; }
.pop_schedule0011 .lst li a { position:relative; padding: 0 0.2rem 0 2.3rem; line-height: 1.75rem; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.8rem; font-weight: 600; color:#222;}
.pop_schedule0011 .lst li.sche_list_type2 a { padding: 0 0.2rem 0 4.3rem; }
.pop_schedule0011 .lst li a span{ position:absolute; left:0; top:0; width:1.75rem; height:1.75rem; line-height:1.75rem; font-weight: 700; border-radius:50%; text-align:center; color:#000; background:#ededed; font-size: 0.7rem;}
.pop_schedule0011 .lst li.sche_list_type2 a span { width: 3.75rem; border-radius: 1rem; }
.pop_schedule0011 .lst .no_data { width: 100%; line-height: 3.85rem; text-align:center; }
/** 캘린더 : active **/
.pop_schedule0011 .sche_list > a:hover,
.pop_schedule0011 .sche_list > a:focus{color:#51b622; background: #fff; border: 2px solid #51b622; }
.pop_schedule0011 .lst li a:hover,
.pop_schedule0011 .lst li a:focus { text-decoration:underline; }
.pop_schedule0011 .lst li a:hover span,
.pop_schedule0011 .lst li a:focus span{background:#51b622; color:#fff;}
.pop_schedule0011 a,
.pop_schedule0011 a span{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0011 { position:relative; height: 100%; }
.gallery0011 .list_box ul {height: 11.5rem; }
.gallery0011 .list_box li {float: left; width: 47%; }
.gallery0011 .list_box li.no_data{ width:100%; line-height: 11.5rem; text-align:center; background: rgba(0, 0, 0, 0.1); border-radius: 1.2rem; }
.gallery0011 .list_box li:nth-child(n+3) {display: none;}
.gallery0011 .list_box li ~ li { margin-left: 6%; }
.gallery0011 .list_box a { position:relative; display:block; }
.gallery0011 .list_box a .img{ position: relative; height:9.5rem; background:#f1f1f1; border-radius: 1.2rem; overflow: hidden;}
.gallery0011 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; height:auto; }
.gallery0011 .list_box a strong{ display: block; font-size: 0.9rem; color: #404040; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 0 0.2rem; text-align: center; margin-top: 0.7rem; font-weight: 600; }
/** 갤러리 : active **/
.gallery0011 .list_box li a:hover .img img,
.gallery0011 .list_box li a:focus .img img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); } 
.gallery0011 .list_box a:hover strong,
.gallery0011 .list_box a:focus strong { color: #000; }
.gallery0011 a,
.gallery0011 .list_box a .img img,
.gallery0011 .list_box a strong {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 바로가기1 */
.M_link0011 { position:relative; height:100%; }
.M_link0011 ul { font-size: 0; }
.M_link0011 li ~ li { margin-top: 0.45rem; }
.M_link0011 li a { display:flex; justify-content: center; align-items: center; position:relative; font-weight: 500; word-break: keep-all; text-align:center; color:#111;}
.M_link0011 li a p { position:relative; width:3.25rem; height:3.25rem; line-height:3.15rem; border-radius:0.8rem; background:#fff; box-shadow: 0 0 4px rgba(0, 0, 0, 0.17); margin:0 auto; border: 2px solid transparent; }
.M_link0011 li a img { position:relative; width: 2.2rem; height: 2.15rem; vertical-align: middle;} 
.M_link0011 li a span { position:relative; width: calc(100% - 3.25rem); display:inline-block; font-size:.85rem; line-height:1.2rem; max-height:2.2rem; padding: 0 0.5rem 0 1rem; color: #2e2e2e; overflow:hidden; font-weight: 600; text-align: left;}
/** 바로가기1 : active **/
.M_link0011 li a:hover p,
.M_link0011 li a:focus p { border-color: #25a7d8; }
.M_link0011 li a:hover span,
.M_link0011 li a:focus span { color: #0081a7; }
.M_link0011 li a p{ -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }

/* 팝업존 */
.pop0011 { position:relative; height:100%; }
.pop0011 .nss_pg { position:absolute; right: 0; top: 0; }
.pop0011 .nss_pg p { display:inline-block; color:#000; font-size:0.7rem; font-weight:500; vertical-align: middle; margin-right: 0.4rem; }
.pop0011 .nss_pg p strong { position: relative; color: #548cc9; font-weight: 700; padding-right: 1rem;}
.pop0011 .nss_pg p strong:before{content:""; position: absolute; top: 0.45rem; right: 0.25rem; display:inline-block; width:0.5rem; height:0.1rem; background:#000; vertical-align: middle; border-radius: 50%; }
.pop0011 .nss_pg a {display: inline-block; width: 1.75rem; height: 1.75rem; line-height: 1.75rem; border-radius:50%; overflow: hidden; text-align:center; font-size: 0.9rem; vertical-align: middle; color:#404040; background:#fff; }
.pop0011 .nss_pg .play {display: none;}
.pop0011 .pop_img { position:relative; width: 100%; height:11.25rem; text-align:center; border-radius:1.2rem; overflow: hidden; background:#f1f1f1; }
.pop0011 .pop_img div,
.pop0011 .pop_img .item {height:100%;}
.pop0011 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0011 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
/* 팝업존 : active */
.pop0011 .nss_pg a:hover,
.pop0011 .nss_pg a:focus { background: #25a7d8; color: #fff; }
.pop0011 .nss_pg a {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }


/* 배너존 */
.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: 1570px) { 

    /* 메인비주얼 */
    .MVisual0011 .item img { width: 120%; height: auto; }
}

@media (max-width: 1240px) { 
    /* 메인비주얼 */
    .MVisual0011 .control { left: 1rem; transform: translateX(0); margin-left: 0; bottom: 1rem; }

    /* 캘린더 */
    .pop_schedule0011 .sche_list { width: 45%; float: left; }
    .pop_schedule0011 .lst { width: 50%; float: right; margin-top: 2.2rem; }
    .pop_schedule0011 .lst ul { height: 8rem; }
    .pop_schedule0011 .lst li { width: 50%; float: left; }
    .pop_schedule0011 .lst li:nth-child(2) { margin-top: 0; }
    .pop_schedule0011 .lst .no_data { line-height: 8rem; }

    /* 갤러리 */
    .gallery0011 .list_box li { width: 100%; }
    .gallery0011 .list_box li:nth-child(n+2) {display: none;}
}

@media (max-width: 960px) { 
    /* 캘린더 */
    .pop_schedule0011 .lst li { width: 100%; }
    .pop_schedule0011 .lst li:nth-child(2) { margin-top: 0.35rem; }
}

@media (max-width: 860px) { 
    .heading,
    .notice0011 .titTab a { font-size: 1rem; }

    /* 식단 */
    .meal_menu0011 .inner { padding: 1.5rem 1.5rem 1.5rem 8.5rem; }
    .meal_menu0011 .inner .img { top: 1.8rem; left: 1.5rem; transform: translateX(0); }
    .meal_menu0011 .inner ul { height: 6.2rem; }
    .meal_menu0011 .inner li.no_data { line-height: 6.2rem; }

    /* 팝업 */
	.pop0011 .pop_img { height: auto; }
	.pop0011 .pop_img li img { max-height: 15rem; }

    /* 갤러리 */
    .gallery0011 .list_box li { width: 48%; }
    .gallery0011 .list_box li ~ li { margin-left: 4%; }
    .gallery0011 .list_box li:nth-child(n+2) {display: block;}

    /* 바로가기 */
    .M_link0011 { padding-top: 2.5rem; }
    .M_link0011 li { width: 50%; display: inline-block; }
    .M_link0011 li:nth-child(2) { margin-top: 0; }
    .M_link0011 li a { flex-direction: column; }
    .M_link0011 li a span { width: 100%; margin: 0.5rem 0 0.6rem; text-align: center; padding: 0 0.2rem; }

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 640px) { 
    /* 캘린더 */
    .pop_schedule0011 .sche_list { width: 100%; float: none; }
    .pop_schedule0011 .lst { width: 100%; float: none; margin-top: 0; }
    .pop_schedule0011 .lst ul { height: 3.85rem; }
    .pop_schedule0011 .lst .no_data { line-height: 3.85rem; }

    /* 바로가기 */
    .M_link0011 { padding-top: 0; }
    .M_link0011 li a { flex-direction: row; }
    .M_link0011 li a span { width: calc(100% - 3.25rem); margin: 0; text-align: left; padding: 0 0.2rem 0 0.5rem; font-size: 0.8rem; }
    
}

@media (max-width: 480px) { 

    /* 식단 */
    .meal_menu0011 .inner { padding: 6rem 1.2rem 1.2rem 1.2rem; }
    .meal_menu0011 .inner .img { top: 1rem; left: 50%; transform: translateX(-50%); width: 4rem; height: 4rem; line-height: 6.3rem; }
    .meal_menu0011 .inner .img img { width: 2.5rem; height: auto; }

    /* 게시판 */
    .notice0011 .titTab li { max-width: 100%; }
    .notice0011 .list_box li a { padding: 1.2rem 0.5rem 1.2rem 4.5rem; }
    .notice0011 .list_box li span { width: 3.5rem; height: 3.5rem; }
    .notice0011 .list_box li.no_data { line-height: 14.2rem; }
 
    /* 갤러리 */
    .gallery0011 .list_box li { width: 100%; }
    .gallery0011 .list_box li:nth-child(n+2) {display: none;}
}

@media (max-width: 340px) { 
    /* 바로가기 */
    .M_link0011 li { width: 100%; }
    .M_link0011 li:nth-child(2) { margin-top: 0.45rem; }
}