/* heading */
.heading{font-size: 0.9rem; margin-bottom: 1rem; overflow: hidden; white-space: nowrap; font-weight: 700; margin-right: 2.5rem;}

/* btn_more */
.btn_more {position:absolute; top: 0; right: 0; width: 1.7rem; height: 1.7rem; border-radius: 50%; background: #07b1cf; transition: all 0.3s; -webkit-transition: all 0.3s;}
.btn_more img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}

/* 메인비주얼 */
.MVisual0017 { position:relative; height:100%; overflow:hidden; border-radius:1.5rem 1.5rem 0 1.5rem; box-shadow: 0.3rem 0 0.5rem rgba(0,0,0,0.15);}
.MVisual0017 #m_visual li{overflow:hidden;}
.MVisual0017 #m_visual li img { position:relative; display:block; width:auto; height:100%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.MVisual0017 .bx-wrapper{ height: 100%; }
.MVisual0017 .bx-controls { position:absolute; left: 2rem; bottom: 1rem; }
.MVisual0017 .bx-controls-direction { display: inline-block; }
.MVisual0017 .bx-controls-auto { position: absolute; top: 0; left: 2.1rem; }
.MVisual0017 .bx-controls-direction a ~ a { margin-left: 2.2rem; }
.MVisual0017 .bx-controls-direction a,
.MVisual0017 .bx-controls-auto a { position: relative; display:inline-block; width:2rem; height:2rem; line-height:2rem; background:#008299; color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; transition:all .15s; font-size: 0; vertical-align: middle; }
.MVisual0017 .bx-controls-auto a.bx-start { display: none; }
.MVisual0017 .bx-controls-direction a::before,
.MVisual0017 .bx-controls-auto a::before { position: absolute; width:100%; height:100%; top: 0; left: 0; color: #fff; font-family: 'xeicon'; font-size: 0.8rem; }
.MVisual0017 .bx-controls-direction a.bx-prev::before { content: "\e93b";}
.MVisual0017 .bx-controls-direction a.bx-next::before { content: "\e93e";}
.MVisual0017 .bx-controls-auto a.bx-start::before { content: "\ea3e";}
.MVisual0017 .bx-controls-auto a.bx-stop::before { content: "\ea3b";}
.MVisual0017 .bx-pager { display: none; }
.MVisual0017 .bx-controls-direction a:hover,
.MVisual0017 .bx-controls-auto a:hover { background:#035c6b; }

/* 게시판 */
.notice0017 { position: relative; overflow:hidden; height:100%; }
.notice0017 .titTab{position: relative;}
.notice0017 .titTab::before{width: calc(100% - 0.75rem); height: 2px; background: #005a65; position: absolute; right: 0; bottom: 0; content: '';}
.notice0017 .titTab ul {font-size: 0; margin-right: 2.5rem;}
.notice0017 .titTab ul li{ position:relative; display: inline-block; max-width: 33%;}
.notice0017 .titTab ul li a { position:relative; display: block; width: 100%; color: #000; font-size: 0.9rem; line-height: 2.25rem; font-weight: 600; border-radius: 0.75rem 0.75rem 0 0.75rem; padding: 0 1rem; transition: all 0.3s; -webkit-transition: all 0.3s;}
.notice0017 .titTab ul li a span { display:block; overflow:hidden; white-space:nowrap;}
.notice0017 .topList { position: relative; width: 100%; padding: 2rem 0 2rem 5.5rem; margin-bottom: 1rem; display: block; overflow: hidden; border-bottom: 1px dotted #a5a5a5;}
.notice0017 .topList dt {position:relative; font-size: 0.9rem;  font-weight:600; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-bottom:.5rem; color: #000; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0017 .topList dd p{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.notice0017 .topList dd .date {display: block; position:absolute; left:0; top: 50%; width: 4.5rem; height: 4.5rem; line-height: 1.2; font-size: 0.7rem; border-radius: 50%; background: #f3fdff; border: 2px solid #008299; text-align: center; padding-top: 2.5rem; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.notice0017 .topList dd .date em{position: absolute; top: 0.7rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); font-size: 1.4rem; font-weight: 700; color: #008299;}
.notice0017 .list_box { display: none;}
.notice0017 .list_box.on {display:block;}
.notice0017 .list_box li { position: relative; padding-left: 0.75rem; line-height: 1.5rem;}
.notice0017 .list_box li:nth-of-type(n+5){display: none;}
.notice0017 .list_box li:before {content:""; width: 4px; height: 4px; background: #008299; border-radius: 50%; position: absolute; left: 0; top: calc(50% - 3px); }
.notice0017 .list_box li a { position:relative;display: block;text-overflow:ellipsis; white-space:nowrap; overflow:hidden; padding-right: 4.5rem; font-size: 0.75rem; color: #000;}
.notice0017 .list_box li a span { position:absolute; top:0; right:0; color: #9a9a9a; font-weight: 400; font-size: 0.7rem;}
.notice0017 .btn_more {top: 1.35rem; background: #008299; }
/* 게시판 : new */
.notice0017 .list_box .topList .new dd .date:before {content:"N"; width: 1.2rem; height: 1.2rem; line-height: 1.2rem; border-radius: 50%; background: #008299; color: #fff; display:block;position:absolute; top: 0; right: 0; text-align:center; font-size: 0.7rem;}
.notice0017 .list_box li a.new {padding-left:1.5rem;}
.notice0017 .list_box li a.new:before {content:"N"; width: 1.1rem; height: 1.1rem; line-height: 1.1rem; border-radius: 50%; background: #008299; color: #fff; display:block;position:absolute; top:calc(50% - 0.6rem); left:0; text-align:center;  }
/* 게시판 : 데이터 없음 */
.notice0017 .list_box div.no_data {line-height: 12.6rem; text-align: center; margin-top: 1rem; background: #f3fdff;}
.notice001702 .list_box div.no_data {background: #fff8f6;}

/* 게시판 :action */
.notice0017 .titTab ul li a.current {background: #008299; color: #fff;}
.notice0017 .titTab a:not(.current):hover{color: #008299;}
.notice0017 .topList:hover dt{color: #008299;}
.notice0017 .list_box li a:hover,
.notice0017 .list_box li a:focus {text-decoration:underline;}
.notice0017 .btn_more:hover{transform: rotate(180deg); -webkit-transform: rotate(180deg);}
/* 게시판2 */
.notice001702 .titTab ul li a.current {background: #ee714d;}
.notice001702 .titTab a:not(.current):hover{color: #ee714d;}
.notice001702 .titTab::before{background: #ee714d;}
.notice001702 .topList:hover dt{color: #ee714d;}
.notice001702 .topList dd .date{background: #fff8f6; border-color: #ee714d;}
.notice001702 .topList dd .date em{color: #ee714d;}
.notice001702 .list_box .topList .new dd .date:before{background: #ee714d;}
.notice001702 .list_box li a.new:before{background: #ee714d;}
.notice001702 .list_box li:before{background: #ee714d;}
.notice001702 .btn_more{background: #ee714d;}

/* 행사일정 */
.pop_schedule0017 { position:relative; height:100%; background: #c3edef; border-radius: 1.5rem 1.5rem 0 0; padding: 1.5rem;}
.pop_schedule0017::before{width: 100%; height: 1.5rem; background: #c3edef; position: absolute; bottom: -1.5rem; left: 0; content: '';}
.pop_schedule0017 h2{margin-right: 9rem;}
.pop_schedule0017 .month { position: absolute; top: 1.3rem; right: 4rem;}
.pop_schedule0017 .month a {display:inline-block; }
.pop_schedule0017 .month a i { -webkit-transition:all .3s; transition:all .3s; }
.pop_schedule0017 .month .date { font-weight: 700; }
.pop_schedule0017 .month .date em { display:inline-block; width:1.7rem; height:1.7rem; line-height: 1.7rem; background:#07b1cf; color: #fff; border-radius:50%; margin-left:0.5rem; text-align: center;}
.pop_schedule0017 .sche_table{position: relative; border-radius: 1rem; box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2); background: #fff; padding: 0.5rem; margin-bottom: 0.6rem;}
.pop_schedule0017 .sche_table table { position: relative; height:10rem; font-size:0.75rem; text-align:center; padding: 0 1rem;}
.pop_schedule0017 .sche_table table::before{width: 100%; height: 2rem; background: #008299; position: absolute; border-radius: 1rem; top: 0; left: 0; content: '';}
.pop_schedule0017 .sche_table th {font-weight:600; line-height:2rem; position: relative; color: #fff;}
.pop_schedule0017 .sche_table tr:first-child td { padding-top:0.5rem; }
.pop_schedule0017 .sche_table tbody .sun { color:#fe6048; }
.pop_schedule0017 .sche_table tbody .sat { color:#3a5bad; }
.pop_schedule0017 .sche_table td a { position:relative; display:block; width:1.25rem; height:1.25rem; line-height:1.25rem; border-radius:50%; font-size: 0.7rem; margin:0 auto; font-weight: 600;}
.pop_schedule0017 .sche_table td a.event { background:#c3edef; }
.pop_schedule0017 .sche_table td a.today { background:#ee714d; color: #fff;}
.pop_schedule0017 .lst ul { height:3.5rem; overflow-y:auto; }
.pop_schedule0017 .lst ul li + li { margin-top:0.35rem; }
.pop_schedule0017 .lst ul li a { position:relative; display:block; line-height:1.5rem; padding-left:4.5rem; color: #333; font-weight: 600; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pop_schedule0017 .lst ul li a span { position:absolute; left:0; top:0; width:4rem; height: 1.5rem; line-height: 1.3rem; text-align: center; border-radius: 1rem; background: #fff; border: 2px dotted #2e9bad; font-size: 0.75rem; -webkit-transition:0.3s; transition:0.3s; }
.pop_schedule0017 .lst .no_data {line-height:3.4rem; font-weight:600; text-align:center;}
.pop_schedule0017 .btn_more{background: #07b1cf; top: 1.3rem; right: 1.5rem;}
/** 행사일정 : active **/
.pop_schedule0017 a { -webkit-transition:0.2s; transition:0.2s;}
.pop_schedule0017 .sche_table td a:hover,
.pop_schedule0017 .sche_table td a:focus,
.pop_schedule0017 .lst ul li a:hover,
.pop_schedule0017 .lst ul li a:focus {text-decoration:underline; }
.pop_schedule0017 .lst ul li a:hover span,
.pop_schedule0017 .lst ul li a:focus span { background: #07b1cf; color: #fff;}
.pop_schedule0017 .btn_more:hover,
.pop_schedule0017 .btn_more:focus { background: #008299;}

/* 식단 */
.meal_menu0017 { position:relative; height:100%; background: #00a3b6; border-radius: 1.5rem 1.5rem 0 1.5rem; color: #fff; padding: 1.5rem 1.75rem;}
.meal_menu0017 .inner { position:relative; overflow: hidden;}
.meal_menu0017 .inner ul { position:relative; height: 5.2rem; overflow-y:auto; z-index:1;}
.meal_menu0017 .inner li + li { margin-top:1.25rem; }
.meal_menu0017 .inner li { display:table; width:100%; height:4.5rem; padding-right:.5rem; }
.meal_menu0017 .inner dl { position:relative; display:table-cell; vertical-align:middle; font-size:.8rem;}
.meal_menu0017 .inner dt {position: relative; text-align: center; background: #30c4d5; color: #fff; border-radius: 1.5rem; font-size: 0.9rem; font-weight: 700; line-height: 2rem;}
.meal_menu0017 .inner dd {font-size:.75rem;word-break:keep-all; padding-top:1rem; text-align:left; }
.meal_menu0017 .btn_more {background: #005a65; top: 1.3rem; right: 1.75rem;}
/* 식단 : 데이터 없음 */
.meal_menu0017 .inner li.no_data { text-align:center; height: 5.2rem; line-height:5.2rem; padding-right:0; }
.meal_menu0017 .btn_more:hover{background: #03333a;}

/* 갤러리 */
.gallery0017 { position:relative; height: 100%; background: #ffea99; padding: 1.5rem; border-radius: 1.5rem 1.5rem 0 0;}
.gallery0017::before{width: 100%; height: 1.5rem; background: #ffea99; position: absolute; bottom: -1.5rem; left: 0; content: '';}
.gallery0017 .list_box { margin-top:1rem;}
.gallery0017 .list_box ul{margin: 0 -0.5rem;}
.gallery0017 .list_box ul:after { content:""; display:block; clear:both; }
.gallery0017 .list_box li { width:100%; padding: 0 0.5rem;}
.gallery0017 .list_box li:nth-of-type(n + 2) { display:none; }
.gallery0017 .list_box a { position:relative; display:block; border-radius: 0.75rem; overflow: hidden;}
.gallery0017 .list_box a .img { width:100%; height:10.5rem; margin: 0 auto; background: #eee; overflow: hidden; transition: all 0.3s; -webkit-transition: all 0.3s; }
.gallery0017 .list_box a .img img  { position:absolute; top:50%; left:50%; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:all .15s; transition:all .15s; }
.gallery0017 .list_box a .txt { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#222; font-size:.8rem; padding: 0.25rem 0.5rem 1.5rem; font-weight:600; line-height: 2.25rem; background: #fff; text-align: center; -webkit-transition:all .15s; transition:all .15s; }
.gallery0017 .list_box a .date{position: absolute; bottom: 0.75rem; right: 1rem; font-size: 0.75rem;}
.gallery0017 .btn_more {top: 1.3rem; right: 1.5rem; background: #feca00;}
/* 갤러리 : 데이터 없음 */
.gallery0017 .list_box li.no_data { width:100%; }
.gallery0017 .list_box li.no_data p { text-align:center; line-height:14.5rem; border-radius:1rem; background: #feca00;}
/* 갤러리 : active */
.gallery0017 .list_box a:hover .img img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }
.gallery0017 .list_box a:hover .txt{color: #005a65;}
.gallery0017 .btn_more:hover{background: #ee714d;}

/* 팝업존 */
.pop0017 { position:relative; width:100%; height:100%; }
.pop0017::before{width: 1.2rem; height: 1.2rem; background: #8b8c8d; transform: rotate(45deg); -webkit-transform: rotate(45deg); position: absolute; bottom: 1.5rem; right: -0.5rem; z-index: -1; content: '';}
.pop0017 h2{margin-right: 11rem;}
.pop0017 .nss_pg { position:absolute; bottom: 0; right:-0.8rem; z-index: 1; background: #003e6d; color: #fff; border-radius: 1rem 0 1rem 1rem; padding: 0 1rem; line-height: 2rem;}
.pop0017 .nss_pg p { position:relative; display:inline-block; margin-right:.5rem; vertical-align:middle; font-size:.8rem;font-weight:600; }
.pop0017 .nss_pg p strong { position:relative; color:#ffea99; font-weight: 700; padding-right: 0.75rem;}
.pop0017 .nss_pg p strong::before{width: 0.25rem; height: 0.25rem; border-radius: 50%; background: #b2b2b2; position: absolute; right: 0.15rem; top: calc(50% - 0.12rem); content: '';}
.pop0017 .nss_pg a {text-align: center; display: inline-block; font-size: 1rem; vertical-align: middle; -webkit-transition:all .15s; transition:all .15s; }
.pop0017 .nss_pg .play { display:none; }
.pop0017 .pop_img { position:relative; width:100%; height:11.25rem; border-radius:1.5rem; z-index:1; overflow:hidden; background:#eee; box-shadow: 0 0 0.5rem rgba(19, 71, 139, 0.3); }
.pop0017 .pop_img li { display: none; text-align: center; height: 100%; }
.pop0017 .pop_img li a { position:relative; display: flex; justify-content: center; align-items: center; height:100%; font-size: 0; }
.pop0017 .pop_img li img { max-width:100%; max-height:100%;}
.pop0017 .pop_img li.on{display:block;}
/* 팝업존 : active */
.pop0017 .nss_pg a:hover { color: #feca00; }
/* 팝업리스트 레이어 추가 */
.pop0017 .pop_layer_box{position:absolute; top:-.4rem; left:0; display:none; width:100%; height:calc(100% + .4rem); background:#394b61; border-radius: 1rem; z-index:2; }
.pop0017 .pop_layer_box .pop_layer{position:relative; height:100%; padding:1rem; }
.pop0017 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff; }
.pop0017 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:calc(100% - 2rem); line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto; }
.pop0017 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff; }
.pop0017 .pop_layer_box .pop_layer ul li a:hover,
.pop0017 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline; }
.pop0017 .pop_layer_box .pop_layer a.pop_close{position:absolute; top:0.75rem; right:1.25rem; display:block; padding:0.25rem 0.5rem; color:#fff; background:#576c85; border-radius:5px; }

/* 바로가기1 */
.M_link0017 { position:relative; height:100%; }
.M_link0017 ul { display:table; table-layout:fixed; width:100%; }
.M_link0017 li { position:relative; display:table-cell; vertical-align:top; z-index:1; }
.M_link0017 li a { position:relative; display:block; width:100%; word-break:keep-all; text-align:center; }
.M_link0017 li a .ico { position:relative; display:block; width:6.1rem; height:6.1rem; border-radius:1rem; margin:auto; background:#fff; box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2); border: 3px solid transparent; }
.M_link0017 li a .ico img {width: 3.6rem; height: 3.3rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.M_link0017 li a .txt { position:relative; display:inline-block; max-width:100%; max-height:2.1rem; margin-top:0.7rem; overflow:hidden; line-height:1.2; font-weight:600; color:#333; font-size:.85rem; word-break:break-all; }
.M_link0017 li a .txt::before{width: 100%; height: 0.7rem; background: #fff0b7; position: absolute; bottom: 0; left: 0; border-radius: 0.25rem; opacity: 0; z-index: -1; transition: 0.3s; -webkit-transition: 0.3s; content: '';}
/** 바로가기1 : active **/
.M_link0017 li a,
.M_link0017 li a .ico { -webkit-transition:0.3s; transition:0.3s;}
.M_link0017 li a:hover .ico{ box-shadow: 0 0 0.4rem rgba(251, 255, 30, 0.4); border-color: #ffcc4b;}
.M_link0017 li a:hover .txt::before{opacity: 1;}

/* 배너존 */
.banner_zone { line-height:1; border-top:1px solid #d1d8e4; }
.banner_zone .container { position:relative; height:4rem; overflow:hidden; }
.banner_zone h2 { float:left; display:inline-block; margin-top:1.5rem; width:4rem; font-size:.75rem; font-weight:400; color:#000; font-weight:600; }
.banner_zone .btn { float:left; margin-top:1.35rem; width:6rem; overflow:hidden; }
.banner_zone .btn a { float:left; width:1.4rem; height:1.4rem; line-height:1.4rem; overflow:hidden; border:1px solid #c5c5c5; border-right:none; text-align:center; color:#6f6f6f; }
.banner_zone .btn a:last-child { border-right:1px solid #c5c5c5; }
.banner_zone ul { float:left; display:inline-block; padding-top:0.75rem; width:calc(100% - 10rem) !important; overflow:hidden; }
.banner_zone ul li { float:left; display:inline-block; margin-bottom:0.75rem; padding:0 0.25rem; width:20%; }
.banner_zone ul li a { display:block; height:2.5rem; line-height:2.3rem; text-align:center; border:1px solid #c8d1db; overflow:hidden; }
.banner_zone ul li a img { max-width:100%; max-height:100%; vertical-align:middle; }
/* 배너 리스트 */
.bannerWrap { max-width:450px; width:90%; border:1px solid #c5c5c5; background:#fff; position:absolute; left:0; top:0; z-index:3; }
.bannerWrap .inner { position:relative; width:100%; }
.bannerWrap .inner > h1 { background:#00b070; padding-left:20px; height:41px; line-height:41px; overflow:hidden; color:#fff; font-family:'NotoSans'; font-size:17px; }
.bannerWrap .inner .btnClose { position:absolute; right:0; top:0; width:41px; height:41px; color:#fff; }
.bannerList { padding:1rem; }
.bannerList ul { max-height:310px; overflow-y:auto; }
.bannerList ul li { float:left; width:48%; margin:1%;  }
.bannerList ul li a { display:block; font-size:0; border:1px solid #c8d1db; }
.bannerList ul li img { width:100%; height:100%}

@media (max-width:1420px) {
}

@media (max-width:1240px) {
	/* 포토갤러리 */
	.gallery0017{border-radius: 1.5rem 0 0 1.5rem;}
	.gallery0017::before{width: 16rem; height: 100%; bottom:0; left: auto; right: -15rem; border-radius: 1.5rem;}
	.gallery0017 .list_box li{width: 50%; float: left;}
	.gallery0017 .list_box li:nth-of-type(2){display: block;}
	.gallery0017 .list_box a .img{height: 9rem;}
	.gallery0017 .list_box a .txt{position: absolute; bottom: 0; background: rgba(255,255,255,0.8); padding-bottom: 0.2rem;}
	.gallery0017 .list_box a .date{display: none;}
	.gallery0017 .list_box li.no_data p{line-height: 9rem;}

	/* 바로가기 */
	.M_link0017 li a .ico{width: 5rem; height: 5rem;}
	.M_link0017 li a .ico img{width: 3.4rem; height: auto;}
}

@media (max-width:1024px) {
	/* 배너존 */
	.banner_zone h2 { position:absolute; top:0; left:0; margin:-1px; padding:0; width:1px; height:1px; border:0; clip:rect(0, 0, 0, 0); overflow:hidden; }
	.banner_zone .btn { position:absolute; top:50%; left:0; margin-top:0; transform:translateY(-50%); -webkit-transform:translateY(-50%); }
	.banner_zone ul { margin-left:6rem; width:calc(100% - 6rem); }
}

@media (max-width:900px) {
	/* 행사일정 */
	.pop_schedule0017::after{display: block; content: ''; clear: both;}
	.pop_schedule0017 .sche_table{width: 49%; float: left;}
	.pop_schedule0017 .lst{width: 49%; float: right;}
	.pop_schedule0017 .lst ul{height: 7rem; margin-top: 1.8rem;}
	.pop_schedule0017 .lst .no_data{line-height: 7rem;}

	/* 갤러리 */
	.gallery0017 .list_box li{width: 100%;}
	.gallery0017 .list_box li:nth-of-type(2){display:none;}

	/* 바로가기 */
	.M_link0017 ul{display: block; font-size: 0;}
	.M_link0017 li{width: 25%; display: inline-block; vertical-align: top; margin-bottom: 0.5rem;}
}

@media (max-width:860px) {
	/* 배너존 */
	.banner_zone h2 { display:none; }
	.banner_zone .bnWrap { width:calc(100% - 6rem); padding-left:0.75rem; }
}
@media (max-width:800px) {
	/* 배너존 */
	.banner_zone ul li { width:25%; }
}

@media (max-width:768px) {
	/* 메인비주얼 */
	.MVisual0017 .bx-controls-auto { left: 1.6rem;}
	.MVisual0017 .bx-controls-direction a,
	.MVisual0017 .bx-controls-auto a { width:1.5rem; height:1.5rem; line-height:1.5rem; }
	.MVisual0017 .bx-controls-direction a ~ a { margin-left: 1.7rem; }

	/* 행사일정 */
	.gallery0017{border-radius: 1.5rem 1.5rem 0 0;}
	.gallery0017::before{width: 100%; height: 1.5rem; bottom:-1.5rem; right: auto; left: 0; border-radius: 0;}

	/* 갤러리 */
	.gallery0017 .list_box a .img{height: 10.5rem;}
	.gallery0017 .list_box a .txt{position: relative; bottom: auto; padding-bottom: 1.5rem; background: #fff;}
	.gallery0017 .list_box a .date{display: block;}

	/* 팝업존 */
	.pop0017 .pop_img { height: auto; }
	.pop0017 .pop_img li img { max-height: 15rem; }
}

@media (max-width:600px) {
	/* 메인비주얼 */
	.MVisual0017 #m_visual li img {width: 100%; height: auto;}

	/* 행사일정 */
	.pop_schedule0017 .sche_table{width: 100%;}
	.pop_schedule0017 .lst{width: 100%;}
	.pop_schedule0017 .lst ul{margin-top: 0;}

	/* 배너존 */
	.banner_zone ul li { width:50%; }
}
@media (max-width:480px) {
	/* 메인비주얼 */
	.MVisual0017 #m_visual li img {width: 110%;}
	.MVisual0017 .bx-controls {bottom: 0.5rem; left: 0.5rem;}

	/* 게시판 */
	.notice0017 .titTab ul li{max-width: 100%;}
	.notice0017 .titTab ul li a{font-size: 0.85rem;}
	.notice0017 .topList{padding: 1.5rem 0 1.5rem 4.5rem;}
	.notice0017 .btn_more{top: 0.4rem;}
	.notice0017 .topList dd .date em{top: 0.6rem;}
	.notice0017 .topList dd .date{width: 4rem; height: 4rem; padding-top: 2.3rem;}
	/* 게시판 : 데이터 없음 */
	.notice0017 .list_box div.no_data {line-height:12rem; }

	/* 행사일정 */
	.pop_schedule0017{padding: 1.5rem 1rem;}
	.pop_schedule0017 .sche_table table{padding: 0;}

	/* 식단 */
	.meal_menu0017{padding: 1.5rem 1rem;}

	/* 갤러리 */
	.gallery0017{padding: 1.5rem 1rem;}

	/* 바로가기 */
	.M_link0017 li a .ico{width: 4.25rem; height: 4.25rem;}
	.M_link0017 li a .ico img{width: 3rem;}
	.M_link0017 li a .txt{font-size: 0.8rem; max-height: 1.9rem;}
}

@media (max-width:380px) {
	/* 바로가기 */
	.M_link0017 li{width: 33.333%;}
	.M_link0017 li a .ico{width: 4rem; height: 4rem;}
	.M_link0017 li a .ico img{width: 2.6rem;}

	/* 배너존 */
	.banner_zone ul li { width:100%; }

}

@media (max-width:320px) {
}
