﻿/* 공통 */
h2.heading {font-size: 1.1rem; font-weight: 600; color: #222;}
/* 더보기 */
.btn_more {position: absolute; top: 0; right: 0; display: inline-block; width: 2.3rem; height: 2.3rem; line-height: 2.3rem; text-align: center; font-size: 1.1rem; color: #fff; background: #497bc3; border-radius: 0.75rem 0 0.75rem 0; box-shadow: 0 0 10px rgba(0,0,0,0.2); transition: all 0.15s; -webkit-transition: all 0.15s;}
/* btn_more:active */
.btn_more:hover,
.btn_more:hover {border-radius: 0.75rem; transform: rotate(180deg); -webkit-transform: rotate(180deg);}

/* 메인비주얼 */ 
.MVisual0001 {position: relative; height: 100%; line-height: 1;}
.MVisual0001 .slider {position: relative; padding: 0 0 3.25rem 2rem; height: 100%; overflow: hidden;}
.MVisual0001 .slider div,
.MVisual0001 .slider a {height: 100%;}
.MVisual0001 .item {line-height: 0; border-radius: 2.25rem 0 2.25rem 0; overflow: hidden;}
.MVisual0001 .item img {position: relative; width: 100%; height: auto;}
.MVisual0001 .control {position: absolute; right: 0; bottom: 0.65rem; z-index: 1;}
.MVisual0001 .control > a {display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; color: #333; border: 1px solid #ddd; text-align: center; background: rgba(255,255,255,0.75); border-radius: 50%; -webkit-transition: all .15s; transition: all .15s;}
.MVisual0001 .control > a.play {display: none;}
.MVisual0001 .control > a:hover,
.MVisual0001 .control > a:focus {color: #fff; background: #0066b3;}

/* 게시판 */
.notice0001 {position: relative; height: 100%; overflow: hidden;}
.notice0001 .titTab a,
.notice0001 .titTab span,
.notice0001 .list_box li,
.notice0001 .list_box li a,
.notice0001 .list_box .topList {position: relative; display: block;}
.notice0001 .titTab {margin-bottom: 0.75rem; padding-right: 2.5rem;}
.notice0001 .titTab li {position: relative; display: inline-block; margin-right: 0.25rem; max-width: calc(33% + 0.5rem); vertical-align: top; font-size: 1rem; font-weight: 600;}
.notice0001 .titTab a span {padding: 0 0.5rem; width: 100%; height: 2.25rem; line-height: 2.25rem; text-align: center; color: #5d5d5d; white-space: nowrap; background: #dce0e6; border-radius: 1.5rem; overflow: hidden;}
.notice0001 .topList dl {position: relative; min-height: 8rem; padding-left: 6.5rem; overflow: hidden;}
.notice0001 .topList dt {margin: 0.5rem 0; height: 3rem; line-height: 1.5rem; font-size: 0.9rem; font-weight: 600; color: #000; overflow: hidden;}
.notice0001 .topList dl.new dt:before {display: inline-block; margin-right: 0.35rem; width: 1.35rem; height: 1.35rem; line-height: 1.35rem; text-align: center; font-size: 0.7rem; font-weight: 600; color: #fff; background: #6897da; border-radius: 50%; content: "N";}
.notice0001 .topList p {height: 2.5rem; line-height: 1.5; overflow: hidden;}
.notice0001 .topList span {position: absolute; top: 0; left: 0; padding-top: 5.75rem; width: 5rem; text-align: center; font-size: 0.7rem; font-weight: 600; color: #8d8d8d;}
.notice0001 .topList span:before {position: absolute; top: 0; left: 0; width: 5rem; height: 5rem; line-height: 5rem; text-align: center; background: #fff url('/images/template/T0001/main/0001_notice_ico.png') no-repeat center; border: 2px dashed #6897da; border-radius: 50%; content: "";}
.notice0001 .list_box {display: none; width: 100%;}
.notice0001 .list_box ul {padding-top: 1rem; max-height: 12.5rem; border-top: 1px solid #ddd; overflow: hidden;}
.notice0001 .list_box li a {display: block; line-height: 1.75rem;}
.notice0001 .list_box li p {position: relative; padding-left: 1rem; width: calc(100% - 4.5rem); font-weight: 400; color: #000; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.notice0001 .list_box li p:before {position: absolute; top: 0.75rem; left: 0; width: 6px; height: 6px; background: #6897da; border-radius: 50%; content: "";}
.notice0001 .list_box li a.new p {padding-left: 0;}
.notice0001 .list_box li a.new p:before {position: relative; top: auto; left: auto; display: inline-block; margin-right: 0.25rem; width: 1.25rem; height: 1.25rem; line-height: 1.25rem; text-align: center; font-size: 0.7rem; font-weight: 600; color: #fff; background: #6897da; border-radius: 50%; content: "N";}
.notice0001 .list_box li span {position: absolute; top: 0; right: 0; font-size: 0.75rem; color: #8d8d8d;}
/* 게시판 : 데이터 없음 */
.notice0001 .topList dl.no_data {padding-left: 0; overflow: hidden;}
.notice0001 .topList dl.no_data dt {margin: 0; height: 8rem; line-height: 8rem; text-align: center;}
.notice0001 .topList dl.no_data dd {display: none;}
.notice0001 .list_box li.no_data {text-align: center; line-height: 10rem;}
/* 게시판 : active */
.notice0001 .topList:hover:before,
.notice0001 .topList:focus:before {background-color: #f9c52a;}
.notice0001 .titTab a:hover span,
.notice0001 .titTab a:focus span,
.notice0001 .titTab a.current span {color: #fff; font-weight: 700; background-color: #6897da;}
.notice0001 .list_box.on {display: block;}
.notice0001 .topList:hover dt,
.notice0001 .topList:focus dt,
.notice0001 .list_box li a:hover p,
.notice0001 .list_box li a:focus p {text-decoration: underline;}
.notice0001 a, 
.notice0001 :before {-webkit-transition: all .15s; transition: all .15s;}

/* 바로가기1 */
.M_link0001 {height: 100%;}
.M_link0001 ul {display: table; table-layout: fixed; width: 100%;}
.M_link0001 li {display: table-cell; vertical-align: top;}
.M_link0001 li a {display: block; width: 100%; text-align: center; word-break: keep-all;}
.M_link0001 li a .img {display: flex; margin: 0 auto; width: 5.5rem; height: 5.5rem; justify-content: center; align-items: center; background: #f9f9f9; border-radius: 50%;}
.M_link0001 li a img {max-width: 100%; max-height: 100%;}
.M_link0001 li a span {position: relative; display: inline-block; margin-top: 0.5rem; padding: 0 0.25rem 0.25rem 0.25rem; max-height: 2rem; line-height: 1.2; font-size: 0.9rem; font-weight: 500; color: #121212; word-break: break-all; overflow: hidden;}
.M_link0001 li a span:before {position: absolute; bottom: 0; left: 50%; width: 0; height: 0.8rem; background: #d9edff; border-radius: 0.8rem; content: ""; z-index: -1;}
/* 바로가기1 : active */
.M_link0001 li a:hover .img,
.M_link0001 li a:focus .img {box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);}
.M_link0001 li a:hover span,
.M_link0001 li a:focus span {font-weight: 500;}
.M_link0001 li a:hover span:before,
.M_link0001 li a:focus span:before {left: 0; width: 100%;}
.M_link0001 li a,
.M_link0001 li a span,
.M_link0001 li a span:before {-webkit-transition: all .15s; transition:all .15s;}

/* 팝업존 */
.pop0001 {position: relative; width: 100%; height: 100%;}
.pop0001 h2.heading {margin-bottom: 1.75rem;}
.pop0001 .nss_pg {position: absolute; top: 0; right: 0;}
.pop0001 .nss_pg p {display: inline-block; margin-right: 0.5rem; vertical-align: middle;}
.pop0001 .nss_pg p strong {position: relative; padding-right: 0.5rem; font-size: 1.1rem; font-weight: 600; color: #2e94b4;}
.pop0001 .nss_pg p strong::before {position: absolute; top: calc(50% - 0.1rem); right: 0rem; width: 4px; height: 4px; background: #0077a0; border-radius: 50%; content: '';}
.pop0001 .nss_pg a {display: inline-block; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; vertical-align: middle; font-size: 1.55rem; color: #333;}
.pop0001 .nss_pg .play {display: none;}
.pop0001 .pop_img {position: relative; width: 100%; height: 11.25rem; text-align: center; background: #eee; border: 1px solid #dfdfdf; border-radius: 1.5rem; overflow: hidden;}
.pop0001 .pop_img div,
.pop0001 .pop_img .item {height: 100%;}
.pop0001 .pop_img .item a {display: block; height: 100%; line-height: 0; text-align: center; overflow: hidden;}
.pop0001 .pop_img .item img {position: relative; width: auto; max-width: 100%; height: 100%;}

/* 캘린더 */
.pop_schedule0001 {height: 100%;}
.pop_schedule0001:after {clear: both; display: block; content: "";}
.pop_schedule0001 .inBox {float: left; width: calc(50% - 1rem); height: 100%;}
.pop_schedule0001 .inBox01 {position: relative; padding-top: 0.65rem;}
.pop_schedule0001 .inBox02 {margin-left: 2rem;}
.pop_schedule0001 h2.heading {margin-bottom: 1.25rem;}
.pop_schedule0001 .sche_wrap {height: 100%;}
.pop_schedule0001 .month {margin-bottom: 0.5rem; height: 2.5rem; line-height: 2.5rem; text-align: center; background: #ffcfd8; border-radius: 1.5rem;}
.pop_schedule0001 .month a {display: inline-block; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; vertical-align: middle; font-size: 0.9rem; color: #000; background: #fff; border-radius: 50%;}
.pop_schedule0001 .month a i {-webkit-transition: all .3s; transition: all .3s;}
.pop_schedule0001 .month span {display: inline-block; margin: 0 1rem; vertical-align: middle; font-size: 1.05rem; font-weight: 800; color: #000;}
.pop_schedule0001 .month span em {margin-left: 0.5rem; font-size: 1.5rem;}
.pop_schedule0001 .lst {height: calc(100% - 3rem);}
.pop_schedule0001 .lst ul {height: 100%; overflow-y: auto;}
.pop_schedule0001 .lst li a {position: relative; display: block; padding-left: 5.5rem; height: 2rem; line-height: 2rem; font-weight: 500; color: #161616; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.pop_schedule0001 .lst li ~ li {margin-top: 0.25rem;}
.pop_schedule0001 .lst li a span {position: absolute; top: 0; left: 0; width: 5rem; height: 2rem; line-height: 1.8rem; text-align: center; font-size: 0.85rem; color: #000; background: #ffebef; border: 2px dashed #ffc9d4; border-radius: 1rem;}
.pop_schedule0001 .lst .no_data {width: 100%; line-height: 10rem; text-align: center;}
.pop_schedule0001 .btn_more {background: #ff5e7c;}
.pop_schedule0001 .sche_table table {text-align: center;}
.pop_schedule0001 .sche_table table .sun,
.pop_schedule0001 .sche_table table .sun a {color: #e23d0b !important;}
.pop_schedule0001 .sche_table table .sat,
.pop_schedule0001 .sche_table table .sat a {color: #1a6cd2 !important;}
.pop_schedule0001 .sche_table table thead th {height: 2.75rem; vertical-align: middle; font-size: 0.9rem; font-weight: 600; color: #333; background: #fadae0;}
.pop_schedule0001 .sche_table table thead th.sun {border-radius: 1rem 0 0 0;}
.pop_schedule0001 .sche_table table thead th.sat {border-radius: 0 1rem 0 0;}
.pop_schedule0001 .sche_table table thead th:first-of-type {padding-left: 1rem;}
.pop_schedule0001 .sche_table table thead th:last-of-type {padding-right: 1rem;}
.pop_schedule0001 .sche_table table tbody td {height: 2.25rem; text-align: center; vertical-align: middle; font-size: 0.8rem; font-weight: 500; color: #000; background: #ffebef;}
.pop_schedule0001 .sche_table table tbody td:first-of-type {padding-left: 1rem;}
.pop_schedule0001 .sche_table table tbody td:last-of-type {padding-right: 1rem;}
.pop_schedule0001 .sche_table table tbody td span,
.pop_schedule0001 .sche_table table tbody td a {display: block; margin: 0 auto; width: 1.5rem; height: 1.5rem; line-height: 1.5rem;}
.pop_schedule0001 .sche_table table tbody td a {position: relative; border-radius: 50%;}
.pop_schedule0001 .sche_table table tbody td .today {color: #000; background: #fff; border-radius: 50%; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.pop_schedule0001 .sche_table table tbody td .event {color: #333; background: #faced7;}
.pop_schedule0001 .sche_table table tbody tr:first-child td {height: 2.75rem; padding-top: 0.5rem;}
.pop_schedule0001 .sche_table table tbody tr:last-child td {height: 2.75rem; padding-bottom: 0.5rem;}
.pop_schedule0001 .sche_table table tbody tr:last-child td:first-of-type {border-radius: 0 0 0 1rem;}
.pop_schedule0001 .sche_table table tbody tr:last-child td:last-of-type {border-radius: 0 0 1rem 0;}
/* 캘린더 :active */
.pop_schedule0001 a,
.pop_schedule0001 a span {-webkit-transition: all .15s; transition: all .15s;}

/* 식단 */
.meal_menu0001 {position: relative; padding: 1.5rem 6rem 1.5rem 6.75rem; height: 100%; background: #d0ecd3 url('/images/template/T0001/main/0001_img_meal.png') no-repeat 2.25rem center; border-radius: 2.5rem 0;}
.meal_menu0001:after {clear: both; display: block; content: "";}
.meal_menu0001 h2.heading {float: left; display: inline-block; width: 6.5rem; line-height: 2.5rem; font-size: 1rem; color: #000;}
.meal_menu0001 .inner {position: relative; float: left; width:calc(100% - 6.5rem);}
.meal_menu0001 .inner ul {height: 2.5rem; overflow-y: auto;}
.meal_menu0001 .inner li + li {margin-top: 0.5rem;}
.meal_menu0001 .inner li:not(.no_data) {padding-right: 1rem; width: 100%;}
.meal_menu0001 .inner li.no_data {line-height: 2.5rem; text-align: center;}
.meal_menu0001 .inner dl {overflow: hidden;}
.meal_menu0001 .inner dt {position: relative; float: left; display: inline-block; padding: 0.5rem 1rem; width: 10rem; text-align: center; vertical-align: top; font-size: 1rem; font-weight: 500; color: #000; white-space: nowrap;}
.meal_menu0001 .inner dt:before {position: absolute; top: 1rem; left: 0; width: 6px; height: 6px; background: #89c090; border-radius: 50%; content: "";}
.meal_menu0001 .inner dt span {font-weight: 600; color: #368740;}
.meal_menu0001 .inner dd {float: left; display: inline-block; padding: 0 1rem; width: calc(100% - 10rem); vertical-align: middle; font-size: 0.85rem; color: #1d1d1d; word-break: keep-all;}
.meal_menu0001 .btn_more {right: 1.5rem; top: 50%; width: 2.75rem; height: 2.75rem; line-height: 2.75rem; font-size: 2rem; background: #57c263; transform: translateY(-50%) rotate(0); -webkit-transform: translateY(-50%) rotate(0);}
.meal_menu0001 .btn_more:hover,
.meal_menu0001 .btn_more:focus {transform: translateY(-50%) rotate(180deg); -webkit-transform: translateY(-50%) rotate(180deg);}

/* 갤러리 */
.gallery0001 {height: 100%;}
.gallery0001 h2.heading {float: left; display: inline-block; margin-top: 1.5rem; width: 10rem; height: auto; line-height: 1.3;}
.gallery0001 .list_box {float: left; width: calc(100% - 10rem); height: 100%;}
.gallery0001 .list_box li {float: left; width: 30%;}
.gallery0001 .list_box li + li {margin-left: 5%;}
.gallery0001 .list_box li:nth-child(2) {margin-top: 1rem;}
.gallery0001 .list_box li.no_data {width: 100%; line-height: 13.5rem; text-align: center;}
.gallery0001 .list_box a {position: relative; display: block; height: 100%; background: #fff; border: 3px dashed #ffcd00; border-radius: 2.5rem;}
.gallery0001 .list_box a .img {margin: -3px; width: calc(100% + 6px); height: 10rem; background: #eee; border-radius: 2.5rem; box-shadow: 0 0 10px rgba(24,24,24,0.1); overflow: hidden;}
.gallery0001 .list_box a .img img {position: relative; top: 50%; left: 50%; width: auto; height: 100%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.gallery0001 .list_box a span {display: block; padding: 0 1.5rem; line-height: 3.25rem; text-align: center; font-size: 0.85rem; font-weight: 500; color: #121212; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.gallery0001 .btn_more {top: 5rem; right: auto; left: 0; width: 2rem; height: 2rem; line-height: 2rem; background: #ff9000; border-radius: 50%; box-shadow: none;}
/** 갤러리 : active **/
.gallery0001 .list_box a:hover span,
.gallery0001 .list_box a:focus span {text-decoration: underline;}
.gallery0001 a,
.gallery0001 a span {-webkit-transition: all .15s; transition: all .15s;}

/* 배너존 */
.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) {
	/* 메인비주얼 */ 
	.MVisual0001 .item img {width: auto; height: 100%;}

	/* 팝업존 */
	.pop0001{padding-left: 0;}
	.pop0001 .nss_pg{position: absolute; top: 0; right: 0;}
	.pop0001 .nss_pg p{position: relative; display: inline-block; top: auto; right: auto; vertical-align: middle; margin-right: 0.5rem;}
	.pop0001 .nss_pg a{vertical-align: middle;}
	.pop0001 .nss_pg a.list{position: relative; left: auto; bottom: auto;}
	.pop0001 .pop_layer_box .pop_layer ul{height: 9.5rem;}

	/* 갤러리 */
	.gallery0001 .btn_more {left: 1rem;}
}

@media (max-width: 1024px) {
	/* 바로가기1 */
	.M_link0001 li a .img {width: 4.5rem; height: 4.5rem;}
	.M_link0001 li a img {max-width: 3rem; max-height: none;}

	/* 갤러리 */
	.gallery0001 h2.heading {width: 6.5rem;}
	.gallery0001 .list_box {width: calc(100% - 6.5rem);}
}

@media (max-width: 960px) {
	.heading {font-size: 1rem;}

	/* 팝업존 */
	.pop0001 .pop_img { height: auto; }
	.pop0001 .pop_img li img { max-height: 15rem; }

	/* 갤러리 */
	.gallery0001 h2.heading {margin-top: 0; width: 100%; margin-bottom: 1.75rem;}
	.gallery0001 h2.heading br {display: none;}
	.gallery0001 .list_box {width: 100%;}
	.gallery0001 .list_box li {width: 32%;}
	.gallery0001 .list_box li + li {margin-left: 2%;}
	.gallery0001 .btn_more {top: 0; left: auto; right: 1rem;}

	/* 배너존 */
	.banner_zone h2 {display: none;}
	.banner_zone .bnWrap {padding-left: 0.75rem; width: calc(100% - 6rem);}
}

@media (max-width: 860px) {	
	/* 메인비주얼 */
	.MVisual0001 .slider {padding: 0 0 3.25rem;}
	.MVisual0001 .item {text-align: center;}

	/* 캘린더 */
	.pop_schedule0001 .inBox {width: 48.5%;}
	.pop_schedule0001 .inBox02 {margin-left: 3%;}

	/* 식단 */
	.meal_menu0001 {padding: 1.5rem 5rem 1.5rem 6rem; background-position: 1.25rem center;}
	.meal_menu0001 .inner dt {width: 7rem;}
	.meal_menu0001 .inner dd {width: calc(100% - 7rem);}
}

@media (max-width: 768px) {	
	/* 바로가기1 */
	.M_link0001 li a .img {width: 4rem; height: 4rem;}
	.M_link0001 li a img {max-width: 2.75rem;}
}

@media (max-width: 640px) {
	/* 갤러리 */
	.gallery0001 .list_box li {width: 48.5%;}
	.gallery0001 .list_box li + li {margin-left: 3%;}
	.gallery0001 .list_box li:nth-child(2) {margin-top: 0;}
	.gallery0001 .list_box li:nth-of-type(n+3) {display: none;}

	/* 바로가기1 */
	.M_link0001 ul {display: block; table-layout: auto; overflow: hidden;}
	.M_link0001 li {float: left; display: inline-block; width: 25%;}
	.M_link0001 li:nth-of-type(4n+1) {clear: both;}
	.M_link0001 li:nth-of-type(n+5) {margin-top: 0.5rem;}
	.M_link0001 li a img {max-width: 2.5rem;}
	.M_link0001 li a span {font-size: 0.8rem;}

	/* 식단 */
	.meal_menu0001 {padding: 1.5rem; background: #d0ecd3;}
	.meal_menu0001 h2.heading {padding: 0 0 0 4rem; width: 100%; line-height: 3rem; background: url('/images/template/T0001/main/0001_img_meal.png') no-repeat left center; background-size: auto 100%;}
	.meal_menu0001 .inner {margin-top: 1rem; width: 100%;}
	.meal_menu0001 .inner ul {height: 4.75rem;}
	.meal_menu0001 .inner dt {width: 100%; text-align: left;}
	.meal_menu0001 .inner dd {padding: 0; width: 100%;}
	.meal_menu0001 .btn_more {right: 1.5rem; top: 1.5rem; transform: rotate(0); -webkit-transform: rotate(0);}
	.meal_menu0001 .btn_more:hover,
	.meal_menu0001 .btn_more:focus {transform: rotate(180deg); -webkit-transform: rotate(180deg);}

}

@media (max-width: 480px) {
	h2.heading,
	.notice0001 .titTab li {font-size: 0.9rem;}

	/* 캘린더 */
	.pop_schedule0001 .inBox {width: 100%;}
	.pop_schedule0001 .inBox02 {margin-top: 1.75rem; margin-left: 0;}
}

@media (max-width: 380px) {
	/* 게시판 */
	.notice0001 .titTab li {margin-bottom: 0.25rem; max-width: calc(100% - 0.6rem);}

	/* 갤러리 */
	.gallery0001 .list_box li {width: 100%;}
	.gallery0001 .list_box li + li {margin-left: 0;}
	.gallery0001 .list_box li:nth-of-type(n+2) {display: none;}
}

@media (max-width: 360px) {
	/* 바로가기1 */
	.M_link0001 li a .img {width: 3rem; height: 3rem;}
	.M_link0001 li a img {max-width: 2rem;}

	/* 식단 */
	.meal_menu0001 {padding: 1rem;}
	.meal_menu0001 .btn_more {right: 1rem; top: 1rem;}
}
