﻿/*-----------------------------------------------------------
Author : Gahye, Park
Creative date : 2022. 04. 08
-----------------------------------------------------------*/

/* btn */
.btn_more1 { position:absolute; top:.15rem; right:0; color:#394b61; font-size:1rem; }
.btn_more1 i { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.btn_more2 { position:absolute; top:.75rem; right:0; z-index:1; width:1.75rem; height:1.75rem; background:#0a9169; border-radius:50%; line-height:1.75rem; text-align:center; color:#fff; font-size:1rem; }
.btn_more2 i { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }


/* heading*/
.heading { margin-bottom:1rem; font-size:1rem; font-weight:700; color:#000; word-break:keep-all; white-space:nowrap; overflow:hidden; }

/* 메인비주얼 */
.MVisual0066 { position:relative; height:100%; overflow:hidden; }
.MVisual0066 .slider,
.MVisual0066 .slick-list,
.MVisual0066 .slick-track { height:100%; }
.MVisual0066 .item { background:#eee; overflow:hidden; }
.MVisual0066 .item img { position:relative; display:block; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0066 .control { position:absolute; left:50%; bottom:1rem; z-index:1; -webkit-transform:translateX(-50%) translateX(-536px); -ms-transform:translateX(-50%) translateX(-536px); transform:translateX(-50%) translateX(-536px); }
.MVisual0066 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:#8387d8; color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0066 .control > a.play { display:none; }

/* 바로가기1 */
.M_link0066 { position:relative; height:100%; margin:-.75rem -.25rem; }
.M_link0066 ul { display:table; table-layout:fixed; width:100%; }
.M_link0066 li { position:relative; display:table-cell; padding:.75rem .25rem; vertical-align:top; z-index:1; }
.M_link0066 li a { position:relative; display:block; width:100%; word-break:keep-all; text-align:center; }
.M_link0066 li a .ico { position:relative; display:block; width:4.5rem; height:4.5rem; border-radius:50%; line-height:4.5rem; margin:auto; background:#fff; }
.M_link0066 li a .ico img { max-width:100%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.M_link0066 li a span { position:relative; display:block; width:100%; height:2.1rem; margin-top:0.55rem; overflow:hidden; line-height:1.2; font-weight:600; color:#000; font-size:.9rem; word-break:break-all; }

/* 게시판 */
.notice0066 { position:relative; height:100%; }
.notice0066 .titTab a,
.notice0066 .titTab span,
.notice0066 .list_box li,
.notice0066 .list_box li a { position:relative; display:block; }
.notice0066 .titTab { margin-right:2rem; overflow:hidden; }
.notice0066 .titTab ul { margin:-.15rem  -.5rem; }
.notice0066 .titTab li { position:relative; display:inline-block; max-width:calc(33.333% - .15rem); padding:.15rem .5rem; vertical-align:top; }
.notice0066 .titTab li + li:before { content:""; position:absolute; top:50%; left:-.125rem; width:.25rem; height:.25rem; background:#b6b6b6; border-radius:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); }
.notice0066 .titTab a { display:block; font-size:1rem; font-weight:600; color:#555; letter-spacing:-.11rem; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.notice0066 .titTab a:before { content:""; position:absolute; bottom:0; left:50%; width:0; height:10px; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); background:#baceff; border-radius:.25rem; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.notice0066 .titTab a span { display:block; overflow:hidden; white-space:nowrap; }
.notice0066 .topList { position:relative; display:block; width:38%; height:11.75rem; background:#f4f4f4; border-radius:1.5rem; float:left; }
.notice0066 .topList dl { padding:2.25rem 1.5rem 1.75rem 1.5rem; }
.notice0066 .topList dt { position:relative; height:2.5rem; font-size:.9rem; color:#222; font-weight:700; overflow:hidden; }
.notice0066 .topList dd { margin-top:1rem; }
.notice0066 .topList dd > p { height:2.2rem; color:#000; font-size:.75rem; overflow:hidden; }
.notice0066 .topList dd .date { position:relative; display:block; margin-top:1rem; color:#222; font-size:.75rem; }
.notice0066 .topList dd .date:before { content:"\ea1e"; display:inline-block; margin-right:.5rem; color:#656565; font-family:"xeicon"; }
.notice0066 .list_box { display:none; margin-top:1rem; }
.notice0066 .list_box ul { width:62%; float:left; margin:-.65rem 0; padding:1rem 0 0 5%; overflow:hidden; }
.notice0066 .list_box li { display:none; padding:.65rem 0; }
.notice0066 .list_box li:nth-of-type(-n + 5) { display:block; }
.notice0066 .list_box li a { position:relative; display:block; padding-left:1rem; line-height:1; }
.notice0066 .list_box li a:before { content:""; position:absolute; top:50%; left:0; width:.25rem; height:.25rem; border-radius:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); background:#3135c7; }
.notice0066 .list_box li p { width:calc(100% - 4.5rem); overflow:hidden; font-size:.8rem; color:#000; text-overflow:ellipsis; white-space:nowrap; font-weight:600;}
.notice0066 .list_box li span { position:absolute; right:0; top:0; font-size:.75rem; color:#656565; }
/* 게시판 : 새글 */
.notice0066 .topList dl.new dt:before { content:"NEW"; display:inline-block; margin-right:.25rem; color:#5541cd; font-weight:600; font-size:.8rem; }
.notice0066 .list_box li a.new { padding-left:2.15rem; }
.notice0066 .list_box li a.new:after { content:"N"; position:absolute; top:50%; left:1rem; width:1rem; height:1rem; line-height:1rem; background:#5541cd; color:#fff; font-size:.5rem; border-radius:50%; text-align:center; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
/* 게시판 : 데이터 없음 */
.notice0066 .list_box .no_data { height:11.75rem; line-height:11.75rem; text-align:center; background:#f4f4f4; border-radius:1.5rem; }
.notice0066 .list_box .no_data dt { height: auto; overflow: visible;}
/* 게시판 : active */
.notice0066 .titTab a.current { font-weight:700; color:#1a1a1a; }
.notice0066 .titTab a.current:before { width:100%; }
.notice0066 .list_box.on { display:block; }

/* 팝업존 */
.pop0066 { position:relative; width:100%; height:100%; }
.pop0066 .heading { width:calc(100% - 4.5rem); }
.pop0066 .nss_pg { position:absolute; top:0; right:0; }
.pop0066 .nss_pg a { position:relative; display:inline-block; font-size:1rem; color:#222; vertical-align:middle; }
.pop0066 .nss_pg .play,
.pop0066 .nss_pg .stop { margin:0 .15rem; }
.pop0066 .nss_pg .play { display:none; }
.pop0066 .nss_pg a img { display:block; }
.pop0066 .pop_img { position:relative; height:11.25rem; border-radius:1rem; z-index:1; overflow:hidden; background:#f1f1f1;}
.pop0066 .pop_img div,
.pop0066 .pop_img .item {height:100%;}
.pop0066 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0066 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 캘린더 */
.pop_schedule0066 { position:relative; height:100%; padding-left:9rem; }
.pop_schedule0066 .heading { position:absolute; top:50%; left:0; width:7.25rem; height:7.25rem; margin-bottom:0; border-radius:50%; background:#00c68c; color:#fff; overflow:hidden; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); }
.pop_schedule0066 .heading:before { content:""; position:absolute; top:4.5rem; left:50%; z-index:1; width:7.25rem; height:7.25rem; border-radius:50%; background:rgba(49,124,96,.2); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); }
.pop_schedule0066 .heading:after { content:""; position:absolute; top:3.5rem; left:3rem; width:7.25rem; height:7.25rem; border-radius:50%; background:rgba(0,165,117,.35); }
.pop_schedule0066 .heading > span { position:absolute; top:50%; left:50%; z-index:1; max-width:80%; overflow:hidden; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); font-size: .9rem; font-weight: 600; }
.pop_schedule0066 .heading > span > img { display:block; margin:0 auto .5rem; }
.pop_schedule0066 .month { position:relative; height:2rem; text-align:center; background:#f3f6f7; border-radius:1rem; line-height:2rem; }
.pop_schedule0066 .month a { display:inline-block; vertical-align:middle; color:#222; font-size:1rem; }
.pop_schedule0066 .month a > i { -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.pop_schedule0066 .month a > img { display:block; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.pop_schedule0066 .month > span { display:inline-block; padding:0 1rem; color:#222; font-size:1rem; font-weight:600; vertical-align:middle; z-index:1; }
.pop_schedule0066 .month > span em { position:relative; display:inline-block; margin-left:1rem; padding:0 .25rem; font-weight:700; z-index:1; }
.pop_schedule0066 .month > span em:after { content:""; position:absolute; top:50%; left:-.5rem; width:.2rem; height:.2rem; border-radius:50%; background:#222; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); z-index:-1; }
.pop_schedule0066 .month > span em:before { content:""; position:absolute; bottom:.35rem; left:50%; width:100%; height:.6rem; border-radius:.3rem; background:#b3e2d4; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); z-index:-1; }
.pop_schedule0066 .lst { margin-top:1rem; padding:.75rem; border:1px dashed #00a676; border-radius:1rem; }
.pop_schedule0066 .lst ul { height:3.5rem; margin:-.25rem 0; overflow-y:auto; }
.pop_schedule0066 .lst ul li { width:50%; float:left; padding:.25rem ; }
.pop_schedule0066 .lst ul li a { position:relative; display:block; line-height:1.25rem; font-weight:600; overflow:hidden; }
.pop_schedule0066 .lst ul li a span { float:left;  width:1.25rem; height:1.25rem; background:#00a676; border-radius:50%; color:#fff; text-align:center; font-size:.8rem; }
.pop_schedule0066 .lst ul li a > em { float:left; width:calc(100% - 2rem); padding-left:.5rem; color:#000; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pop_schedule0066 .btn_more2 { left:5.5rem; }
.pop_schedule0066 a,
.pop_schedule0066 a span { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
/* 캘린더 : 데이터 없음 */
.pop_schedule0066 .lst .no_data { width:100%; padding:0; font-size:.75rem; line-height:3.5rem; text-align:center; }

/* 식단 */
.meal_menu0066 { position:relative; height:100%; padding-left:9rem; }
.meal_menu0066 .heading { position:absolute; top:50%; left:0; width:7.25rem; height:7.25rem; margin-bottom:0; border-radius:50%; background:#6f5ddd; color:#fff; overflow:hidden; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); }
.meal_menu0066 .heading:before { content:""; position:absolute; top:4.5rem; z-index:1; left:50%; width:7.25rem; height:7.25rem; border-radius:50%; background:rgba(27,41,58,.2); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); }
.meal_menu0066 .heading:after { content:""; position:absolute; top:3.5rem; left:3rem; width:7.25rem; height:7.25rem; border-radius:50%; background:rgba(158,145,237,.35); }
.meal_menu0066 .heading > span { position:absolute; top:50%; left:50%; z-index:1; max-width:80%; overflow:hidden; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); font-size:.9rem; font-weight: 600;}
.meal_menu0066 .heading > span .img { display:block; width:2.5rem; margin:0 auto .5rem; }
.meal_menu0066 .heading > span .img img { display:block; max-width:100%; }
.meal_menu0066 .inner dt { position:relative; height:2rem; text-align:center; background:#f3f6f7; border-radius:1rem; line-height:2rem; color:#222; font-size:1rem; }
.meal_menu0066 .inner dt > span { color:#222; font-size:1rem; font-weight:600; }
.meal_menu0066 .inner dt > span em { position:relative; display:inline-block; margin-left:1rem; padding:0 .25rem; font-weight:700; z-index:1; }
.meal_menu0066 .inner dt > span em:before { content:""; position:absolute; bottom:.35rem; left:50%; width:100%; height:.6rem; border-radius:.3rem; background:#d9d4f7; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); z-index:-1; }
.meal_menu0066 .inner { position:relative; height:100%; overflow-y:auto; }
.meal_menu0066 .inner li + li { margin-top:1.2rem; }
.meal_menu0066 .inner dl { position:relative; }
.meal_menu0066 .inner dd { min-height:4.6rem; margin-top:1rem; padding:.75rem; border:1px dashed #7f6fe1; border-radius:1rem; color:#222; font-size:.8rem; font-weight:600; word-break:keep-all; line-height:1.5; }
.meal_menu0066 .btn_more2 { left:5.5rem; background:#4d438e; }
/* 식단 : 데이터 없음 */
.meal_menu0066 .inner .no_data { text-align:center; line-height:7.5rem; border:1px dashed #7f6fe1; border-radius:1rem; }

/* 갤러리 */
.gallery0066 { position:relative; height:100%; }
.gallery0066 .tit_wrap { width:calc(100% - 2rem); margin:-.25rem -.25rem .75rem; }
.gallery0066 .tit_wrap .heading { display:inline-block; max-width:100%; margin:0; padding:.25rem; vertical-align:middle; }
.gallery0066 .tit_wrap p { display:inline-block; padding:.25rem; font-size:.8rem; color:#656565; vertical-align:middle; }
.gallery0066 .list_box ul { margin:-.5rem; }
.gallery0066 .list_box ul:after { content:""; display:block; clear:both; }
.gallery0066 .list_box li { display:none; width:25%; padding:.5rem; float:left; }
.gallery0066 .list_box li:nth-of-type(-n + 4) { display:block; }
.gallery0066 .list_box a { position:relative; display:block; }
.gallery0066 .list_box a .img { position:relative; width:100%; height:9.5rem; overflow:hidden; background-color:rgba(0,0,0,.1); border-radius:1rem; }
.gallery0066 .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%); -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.gallery0066 .list_box a .txt { display:block; width:100%; margin-top:1.25rem; text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:.85rem; font-weight:600; color:#222; }
/* 갤러리 : 데이터 없음 */
.gallery0066 .list_box li.no_data { width:100%; line-height:10rem; text-align:center; }
.gallery0066 .list_box li.no_data > p { border-radius:1rem; background:rgba(0,0,0,.1); }

/* 배너존 */
.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:1240px){
	/* 팝업존 */
	.pop0066 .pop_img .item img {width:auto; height:100%;}
}

@media (max-width:1200px) { 
	/* heading*/
	.heading{font-size:1rem; }
	
	/* btn */
	.btn_more2 { top:.2rem; }
	
	/* 메인비주얼 */
	.MVisual0066 .item img { width:150%; height:auto; }
	.MVisual0066 .control{ left:2%; -webkit-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); }
	
	/* 게시판 */
	.notice0066 .titTab a { font-size:1rem; }
	
	/* 캘린더 */
	.pop_schedule0066 { padding-left:0; }
	.pop_schedule0066 .heading { position:relative; display:inline-block; top:auto; left:auto; min-width:8.1rem; max-width:calc(100% - 2.5rem); width:auto; height:2rem; margin-bottom:.75rem; border-radius:1rem; line-height:2rem; text-align:center; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0); }
	.pop_schedule0066 .heading:before { top:.5rem; left:auto; right:0; -webkit-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); }
	.pop_schedule0066 .heading:after { top:-1rem; left:auto; right:-3rem; }
	.pop_schedule0066 .heading > span { position:relative; display:block; top:auto; left:auto; max-width:90%; margin:auto; -webkit-transform:translate(0,0); -ms-transform:translate(0,0); transform:translate(0,0); } 
	.pop_schedule0066 .heading > span > img { display:none; }
	.pop_schedule0066 .month { overflow:hidden; }
	.pop_schedule0066 .month:before { content:""; position:absolute; top:.5rem; right:1.5rem; width:1.7rem; height:1.55rem; background:url(/images/schl/template/T0066/main/0066_img_cal.png)no-repeat center/cover; }
	.pop_schedule0066 .month > span,
	.pop_schedule0066 .month > a { position:relative; z-index:1; }
	.pop_schedule0066 .lst { margin-top:.75rem; }
	.pop_schedule0066 .btn_more2 { left:auto; right:0; }
	
	/* 식단 */
	.meal_menu0066 { padding-left:0; }
	.meal_menu0066 .heading { position:relative; display:inline-block; top:auto; left:auto; min-width:8.1rem; max-width:calc(100% - 2.5rem); width:auto; height:2rem; margin-bottom:.75rem; border-radius:1rem; line-height:2rem; text-align:center; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0); }
	.meal_menu0066 .heading:before { top:.5rem; left:auto; right:0; -webkit-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); }
	.meal_menu0066 .heading:after { top:-1rem; left:auto; right:-3rem; }
	.meal_menu0066 .heading > span { position:relative; display:block; top:auto; left:auto; max-width:90%; margin:auto; -webkit-transform:translate(0,0); -ms-transform:translate(0,0); transform:translate(0,0); } 
	.meal_menu0066 .heading > span .img { display:none; }
	.meal_menu0066 .inner { height:calc(100% - 3rem); }
	.meal_menu0066 .inner dd { margin-top:.75rem; }
	.meal_menu0066 .inner dt { overflow:hidden; }
	.meal_menu0066 .inner dt:before { content:""; position:absolute; top:.25rem; right:1.5rem; width:1.7rem; height:1.6rem; background:url(/images/schl/template/T0066/main/0066_img_meal.png)no-repeat center/cover; }
	.meal_menu0066 .inner dt > span { position:relative; z-index:1; }
	.meal_menu0066 .btn_more2 { left:auto; right:0; }
	/* 식단 : 데이터 없음 */
	.meal_menu0066 .inner .no_data { line-height:7.25rem; }
	
}
@media (max-width:1024px) {
	
	/* btn */
	.btn_more1 { top:0; }
}
@media (max-width:950px) {
	
	/* 바로가기1 */
	.M_link0066 li { float:left; width:25%; } 
	.M_link0066 li a span { height:2rem; font-size:.8rem; }
	
	/* 게시판 */
	.notice0066 .topList { height:auto; }
	.notice0066 .topList dl { padding:1rem 1.25rem; }
	.notice0066 .topList dt { height:2.25rem; font-size:.8rem; }
	.notice0066 .topList dd > p { height:2rem; font-size:.7rem; }
	.notice0066 .list_box ul { padding:.75rem 0 0 2.5%; }
	.notice0066 .list_box li { padding:.5rem 0; }
	/* 게시판 : 데이터 없음 */
	.notice0066 .list_box .no_data { height:9rem; line-height:9rem; }
	
	/* 팝업존 */
	.pop0066 { padding-left:0; }
	.pop0066 .pop_img{ height:auto; }
    .pop0066 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}
	
	/* 식단 */
	.meal_menu0066 .inner { height:7.5rem; }
	
	/* 갤러리 */
	.gallery0066 .tit_wrap p { display:none; }
	.gallery0066 .list_box li { width:33.333%; } 
	.gallery0066 .list_box li:nth-of-type(4) { display:none; }
	
	/* 배너존 */
	.banner_zone h2 { display:none; }
	.banner_zone .bnWrap { width:calc(100% - 6rem); padding-left:0.75rem; }
}
@media (min-width:951px) { 
	/* btn_more : over */
	.btn_more1:hover i,
	.btn_more1:focus i { -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); }
	.btn_more2:hover i,
	.btn_more2:focus i { -webkit-transform:translateX(3px); -ms-transform:translateX(3px); transform:translateX(3px); }

	/* 메인비주얼 : over */
	.MVisual0066 .control > a:hover,
	.MVisual0066 .control > a:focus { background:#696cb7; }
	
	/* 바로가기1 : over */
	.M_link0066 li a:hover .ico,
	.M_link0066 li a:focus .ico { box-shadow:2px 4px 10px rgba(103,99,196,.36); border:2px solid #56539c; }
	.M_link0066 li a:hover .ico img,
	.M_link0066 li a:focus .ico img { -webkit-animation: icoAct 0.3s; -ms-animation: icoAct 0.3s; animation: icoAct 0.3s; }
	.M_link0066 li a:hover span,
	.M_link0066 li a:focus span { font-weight:700; }
	
	/* 게시판 : over */
	.notice0066 .list_box li a:hover p,
	.notice0066 .list_box li a:focus p { text-decoration:underline; }
	.notice0066 .list_box li a:hover:before,
	.notice0066 .list_box li a:focus:before { opacity:1; }	
		
	/* 캘린더 : over */
	.pop_schedule0066 .month a.prev:hover > i,
	.pop_schedule0066 .month a.prev:focus > i { -webkit-transform:translateX(-3px); -ms-transform:translateX(-3px); transform:translateX(-3px); }
	.pop_schedule0066 .month a.next:hover > i,
	.pop_schedule0066 .month a.next:focus > i { -webkit-transform:translateX(3px); -ms-transform:translateX(3px); transform:translateX(3px); }
	.pop_schedule0066 .lst li a:hover > em,
	.pop_schedule0066 .lst li a:focus > em { text-decoration:underline; }
	
	/* 갤러리 : over */
	.gallery0066 .list_box a:hover .img img,
	.gallery0066 .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); }	
	.gallery0066 .list_box a:hover .txt,
	.gallery0066 .list_box a:focus .txt { text-decoration:underline; }	
	
	@keyframes icoAct {
	 0% {-webkit-transform:translateY(0); transform:translateY(0); }
	 50% { -webkit-transform:translateY(-10%); transform:translateY(-10%); }
	 100% { -webkit-transform:translateY(0); transform:translateY(0); }
	}
	@-webkit-keyframes icoAct {
	 0% {-webkit-transform:translateY(0); transform:translateY(0); }
	 50% { -webkit-transform:translateY(-10%); transform:translateY(-10%); }
	 100% { -webkit-transform:translateY(0); transform:translateY(0); }
	}
	
	/* 배너존 : over */
	.banner_zone .btn a:hover,
	.banner_zone .btn a:focus { background:#f1f1f1; }
}
 
@media (max-width:768px) {
	/* 게시판 */
	.notice0066 .topList { width:100%; float:none; border-radius:1rem; }
	.notice0066 .list_box ul { width:100%; margin-top:.75rem; padding:0; float:none; }
	.notice0066 .topList dt { height:auto; max-height:2.25rem; }
	.notice0066 .topList dd > p { height:auto; max-height:2rem; }
	.notice0066 .topList dd .date { margin-top:.75rem; }
	/* 게시판 : 데이터 없음 */
	.notice0066 .list_box .no_data { border-radius:1rem; }
	
	/* 캘린더 */
	.pop_schedule0066 .lst ul { height:6.9rem; }
	.pop_schedule0066 .lst ul li { width:100%; float:none; }
	/* 캘린더 : 데이터 없음 */
	.pop_schedule0066 .lst .no_data { height:6.9rem; }
	
	/* 갤러리 */
	.gallery0066 .list_box li { width:50%; } 
	.gallery0066 .list_box li:nth-of-type(3) { display:none; }
}
@media (max-width:560px) { 
}
@media (max-width:480px) { 
	
	/* 메인비주얼 */
	.MVisual0066 .item img { width:170%; margin-left:1rem; }
	.MVisual0066 .control { bottom:.5rem; left:auto; right:2%; }
	
	/* 바로가기1 */
	.M_link0066 li a .ico { width:3.5rem; height:3.5rem; line-height:3.5rem; } 
	
	/* 게시판 */
	.notice0066 .titTab li { max-width:100%; }
	
	/* 갤러리 */
	.gallery0066 .list_box li { width:100%; } 
	.gallery0066 .list_box li:nth-of-type(2) { display:none; }
}
@media (max-width:380px) { 
	
	/* 바로가기1 */
	.M_link0066 { margin:-.25rem; }
	.M_link0066 li { padding:.25rem; }
	.M_link0066 li a .ico { width:3.25rem; height:3.25rem; }

 }