﻿/* heading*/
h2.heading { font-size:1rem; line-height:2rem; font-weight:600; overflow:hidden; white-space:nowrap; color: #fff; }

/* btn_more */
.btn_more { position: absolute; top: 0; right: 0; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; border-radius: 50%; font-size: 1rem;}
/** btn_more active **/
.btn_more:hover i {transition: all 0.15s; -webkit-transition:all 0.15s;}
.btn_more:hover i,
.btn_more:focus i { -webkit-transform:rotate(90deg); transform:rotate(90deg);}

/* 메인비주얼 */
.MVisual0066 { position:relative; height:100%; overflow:hidden; border-radius: 1.5rem; isolation: isolate; }
.MVisual0066 .slider,
.MVisual0066 .slick-list,
.MVisual0066 .slick-track{height:100%; z-index: 0; }
.MVisual0066 .item { overflow:hidden; line-height:0; background: rgba(0, 0, 0, 0.1); }
.MVisual0066 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0066 .control { position:absolute; left:1rem; bottom:1.3rem; z-index:1; }
.MVisual0066 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgba(0, 0, 0, 0.3); color:#fff; text-align:center; border-radius:50%; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0066 .control > a.play { display:none; }
.MVisual0066 .control > a:hover,
.MVisual0066 .control > a:focus{background: #00ac80;}

/* 캘린더 */
.pop_schedule0066 { position:relative; height:100%; padding:1rem 2rem; background: #3f5489; border-radius: 1rem; }
.pop_schedule0066 h2.heading { margin-right:9.5rem;}
.pop_schedule0066 .month { position:absolute; right:4rem; top:1rem; line-height:2rem; font-size:0; color: #fff; }
.pop_schedule0066 .month a { position:relative; display:inline-block; vertical-align:middle; width:1.2rem; font-size:1.2rem; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.pop_schedule0066 .month .date { position:relative; font-size:1rem; font-weight:400; vertical-align:middle; padding:0 0.3rem; }
.pop_schedule0066 .month .date em{ font-weight: 800;}
.pop_schedule0066 .sche_table { margin-top:0.5rem; background:#fff; border-radius:1rem; box-shadow:0 0 15px rgba(16,110,193,0.2); }
.pop_schedule0066 .sche_table table { height:10.65rem; font-family:"SCDream"; text-align:center; border-radius:1rem; overflow:hidden;}
.pop_schedule0066 .sche_table table thead { position:relative; }
.pop_schedule0066 .sche_table table thead th { position:relative; padding:0.3rem 0; font-size:0.8rem; color:#fff; font-weight:500; background:#223051; }
.pop_schedule0066 .sche_table table thead th.sat { color:#4da4ee; }
.pop_schedule0066 .sche_table table thead th.sun { color:#ff6f6f; }
.pop_schedule0066 .sche_table table thead th:first-of-type { padding-left:0.7rem; }
.pop_schedule0066 .sche_table table thead th:last-of-type { padding-right:0.7rem; }
.pop_schedule0066 .sche_table table tbody td {color:#000; font-size:.7rem; font-weight: 400; text-align:center; z-index: 1; }
.pop_schedule0066 .sche_table table tbody td:first-of-type { padding-left:0.7rem; }
.pop_schedule0066 .sche_table table tbody td:last-of-type { padding-right:0.7rem; }
.pop_schedule0066 .sche_table table tbody tr:first-of-type td { padding-top:0.35rem; } 
.pop_schedule0066 .sche_table table tbody tr:last-of-type td { padding-bottom:0.35rem; } 
.pop_schedule0066 .sche_table table tbody td span{display: inline-block;}
.pop_schedule0066 .sche_table table tbody td .sat { color:#0077d1; }
.pop_schedule0066 .sche_table table tbody td .sun { color:#e33d65; }
.pop_schedule0066 .sche_table table tbody td .today,
.pop_schedule0066 .sche_table table tbody td .event { position:relative; color:#000; z-index:2; }
.pop_schedule0066 .sche_table table tbody td .today:before,
.pop_schedule0066 .sche_table table tbody td .event:before { content:""; position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width:1.25rem; height:1.25rem; border-radius:50%; z-index: -1; }
.pop_schedule0066 .sche_table table tbody td .event:before { background:#ffdf6e; }
.pop_schedule0066 .sche_table table tbody td .today:before { background:#d9dde8; }
.pop_schedule0066 .lst { height:3.4rem; overflow-y:auto; margin-top:0.5rem; }
.pop_schedule0066 .lst li { position:relative; }
.pop_schedule0066 .lst li + li {margin-top: 0.25rem;}
.pop_schedule0066 .lst li.no_data { padding-left:0; text-align:center; line-height:3rem; color: #fff; }
.pop_schedule0066 .lst li a { position:relative; display:block; padding-left:3.6rem; line-height:1.5rem; overflow:hidden; text-overflow:ellipsis; font-weight: 400; color:#fff; white-space: nowrap; -webkit-transition:0.15s; transition:0.15s; }
.pop_schedule0066 .lst li a .date { position:absolute; left:0; top:0; font-weight: 500;font-size:0.75rem; border-radius:1rem; background:#6576a1; padding:0 0.5rem;}
.pop_schedule0066 .btn_more { right:1.5rem; top:1rem; background: #fff; }
/** 캘린더 : active **/
.pop_schedule0066 .sche_table table tbody td a:hover,
.pop_schedule0066 .sche_table table tbody td a:focus { text-decoration:underline; }
.pop_schedule0066 .sche_table table tbody td span a:not(.event):focus,
.pop_schedule0066 .sche_table table tbody td span a:not(.event):hover { text-decoration:none; cursor:auto; } /* 20230204 <span><a></a></span> 관련 수정 */
.pop_schedule0066 .month a:hover,
.pop_schedule0066 .month a:focus { color:#ffe659; }
.pop_schedule0066 .lst li a:hover,
.pop_schedule0066 .lst li a:focus { text-decoration: underline; }
.pop_schedule0066 .btn_more:hover img,
.pop_schedule0066 .btn_more:focus img { -webkit-transform:translateY(-6px); transform:translateY(-6px);}


/* 팝업존 */
.pop0066 { position:relative; width:100%; height:100%; border-radius: 1rem; overflow: hidden; isolation: isolate; }
.pop0066 .control { position:absolute; top:0; right:0; height:2rem; color:#fff; line-height:2rem; background:rgba(0,0,0,0.7); border-radius: 0 0 0 1rem; padding:0 0.5rem 0 1rem; font-size:0; z-index:2; }
.pop0066 .control p { position:relative; display:inline-block; vertical-align:middle; font-size:0.8rem; font-weight:300; }
.pop0066 .control p strong { position:relative; padding-right:1rem; color:#fff0a8; font-weight:700; }
.pop0066 .control p strong:before { content:""; position:absolute; top:0.4rem; right:0.5rem; width:2px; height:0.4rem; background:#fff; border-radius:1rem; -webkit-transform:rotate(45deg); transform:rotate(45deg);}
.pop0066 .control a { position:relative; display:inline-block; vertical-align:middle; width:1.5rem; height:2rem; font-size:1rem; }
.pop0066 .control a i,
.pop0066 .control a img { position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.pop0066 .control .play { display:none; }
.pop0066 .pop_img { position:relative; height:11.25rem; overflow: hidden; background: rgba(0,0,0,0.1); }
.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; width:auto; height:100%;}

/** 팝업존 : active **/
.pop0066 .control a:hover,
.pop0066 .control a:focus {color:#ff959c;}

/* 갤러리 */
.gallery0066 { position:relative; height:100%; padding:1rem 1.9rem; background: #fff; border: 2px solid #ff703e; border-radius: 1rem; }
.gallery0066 h2.heading { margin:0 2.5rem 0.4rem 0; color:#000;}
.gallery0066 .list_box {height:14.2rem; overflow:hidden;}
.gallery0066 .list_box + .list_box {display:none;}
.gallery0066 .list_box a { display:block; }
.gallery0066 .list_box a.no_data { text-align:center; line-height:14rem; }
.gallery0066 .list_box a .img { position:relative; display:block; width:100%; height:10.5rem; background:#eee; border-radius:0.7rem; overflow:hidden; }
.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 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.gallery0066 .list_box a .txt { margin:0.8rem 0 0.3rem; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; font-weight: 500; color:#000; }
.gallery0066 .list_box a span { font-size: 0.75rem; color:#666; font-weight:300; }
.gallery0066 .list_box .no_data{width:100%; height:14rem; display:flex; align-items:center; justify-content:center; color:#333;}
.gallery0066 .btn_more { right:1.5rem; top:1.1rem; background: #ff703e;color:#fff; }
/** 캘린더 : active **/
.gallery0066 .list_box a:hover .txt,
.gallery0066 .list_box a:focus .txt { color:#ff703e; font-weight:600;}
.gallery0066 .list_box a:hover .img img,
.gallery0066 .list_box a:focus .img img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }
.gallery0066 .btn_more:hover img,
.gallery0066 .btn_more:focus img { -webkit-transform:translateY(-6px); transform:translateY(-6px);}

/* 식단 */
.meal_menu0066 { position:relative; height:100%; background:#ff703e; padding:1rem 5rem 1.5rem 1.5rem; border-radius: 1rem; color:#fff; }
.meal_menu0066 h2.heading { margin:0 2.5rem 0.5rem 0; }
.meal_menu0066 .inner { position:relative;}
.meal_menu0066 .inner ul { position: relative; width: 100%; height:6.2rem; overflow:hidden; overflow-y:auto; z-index: 1; } 
.meal_menu0066 .inner li + li { margin-top:1.5rem; }
.meal_menu0066 .inner .no_data {line-height:5.5rem; text-align:center; }
.meal_menu0066 .inner dl { position:relative; height:auto; }
.meal_menu0066 .inner dt { font-size:0.9rem; margin-bottom:0.7rem; font-weight: 500; }
.meal_menu0066 .inner dt span { position:relative; display:inline-block; padding:0 0.6rem; margin-right:1.25rem; border-radius:1rem; background:#fff; color:#000; line-height:1.75rem; font-weight:600; }
.meal_menu0066 .inner dt span:after {content:''; display:block; width:7px; height:7px; border-radius:50%; background:#fff; position:absolute; top:calc(50% - 3.5px); right:-0.85rem;}
.meal_menu0066 .inner dt em { font-weight: 600; }
.meal_menu0066 .inner dd { font-size:0.8rem; font-weight:400; word-break:keep-all; line-height:1.3rem; }
.meal_menu0066 img { position: absolute; bottom: 1.5rem; right: 1.5rem; max-width: 3.2rem; max-height: 2.3rem; z-index: 0; }
.meal_menu0066 .btn_more { right:1.5rem; top:1.5rem; background: #fff; color:#000; }
/** 식단 : active **/
.meal_menu0066 .btn_more:hover img,
.meal_menu0066 .btn_more:focus img { -webkit-transform:translateY(-6px); transform:translateY(-6px);}

/* 바로가기 */
.M_link0066 { position:relative; height:100%; }
.M_link0066 ul { display:flex; width: calc(100% + 3rem); margin-left: -1.5rem; }
.M_link0066 ul li { flex:1; padding: 0 1.5rem;}
.M_link0066 ul li a { display:block; text-align:center; }
.M_link0066 ul li a .img {display:flex;justify-content: center;align-items: center; height:7rem; background:#f4f4f4; border-radius:1rem; margin:0 auto 0.8rem; border: 2px solid transparent; -webkit-transition:0.15s;transition:0.15s;}
.M_link0066 ul li a .img img { max-width: 4.65rem; max-height: 4.1rem; }
.M_link0066 ul li a p { position: relative; margin: 0 1rem; display: inline-block;max-height:2.4rem; font-size:0.9rem; line-height:1.2rem; overflow:hidden;} 
.M_link0066 ul li a p::after { content: ''; display: block; width: 0; height: 0.7rem; border-radius: 1rem; background-color: #fee3d8; position: absolute; left: 0; bottom:0; z-index: -1; transition: all 0.15s; -webkit-transition: all 0.15s;} 
.M_link0066 ul li a em { display: inline-block; } 
/** 바로가기 : active **/
.M_link0066 ul li a:hover .img,
.M_link0066 ul li a:focus .img { border-color: #ff703e; background:#fff2ed; }
.M_link0066 ul li a:hover p,
.M_link0066 ul li a:focus p { font-weight:600; }
.M_link0066 ul li a:hover p::after,
.M_link0066 ul li a:focus p::after {width: 100%;}

/* 게시판 */
.notice0066 { position:relative; height:100%; }
.notice0066 .titTab {position:relative; margin-right: 3rem;font-size: 0; }  
.notice0066 .titTab li {position:relative; display:inline-block; max-width: 29%; vertical-align:top;}
.notice0066 .titTab li + li {margin-left: 1.5rem;}
.notice0066 .titTab li + li:before { content: ""; display: block; width: 6px; height: 6px; background: #cfcfcf; position: absolute; top: calc(50% - 3px); left: -0.75rem; border-radius: 50%;}
.notice0066 .titTab li a { position:relative; display:block; color:#333; line-height:2.5rem; font-size: 1rem; transition: all 0.15s; -webkit-transition: all 0.15s;}
.notice0066 .titTab li a::before { content: ''; display: block; width: calc(100% + 0.4rem); height: 0.7rem; background: #eaedf2; border-radius: 1rem; border-radius: 1rem; position: absolute; left: -0.2rem; bottom: 0.5rem; z-index:-1;transition: all 0.15s; -webkit-transition: all 0.15s; opacity:0;}
.notice006602 .titTab li a::before { background: #fff0e9;}
.notice0066 .titTab li a::after { content: ''; display: block; width: 0.7rem; height: 0.5rem; background: url('/images/schl/template/T0066/main/0066_notice1_tit.png') no-repeat center / contain; position: absolute; left: calc(50% - 0.35rem); bottom: -0.15rem; transition: all 0.15s; -webkit-transition: all 0.15s; opacity:0;}
.notice006602 .titTab li a::after { background: url('/images/schl/template/T0066/main/0066_notice2_tit.png') no-repeat center / contain;;}
.notice0066 .titTab li a span{ display:block; overflow:hidden; white-space:nowrap;}
.notice0066 .list_box { display:none; width:100%; max-height:calc(100% - 3.5rem);}
.notice0066 .list_box .topList{ position:relative; display:block; height:7.5rem; padding: 1.3rem 1rem 1.3rem 5.5rem; margin-top:0.75rem; border-radius:1rem; border: 2px dotted #3f5489; overflow:hidden;}
.notice006602 .list_box .topList{ border: 2px dotted #ff703e; }
.notice0066 .list_box .topList:before { content:""; display:block; position:absolute; top: calc(50% - 1.325rem); left:1.5rem; width: 2.7rem; height:2.65rem; border-radius:0.8rem; background: url('/images/schl/template/T0066/main/0066_notice_toplist.png') no-repeat center / contain;}
.notice0066 .list_box .topList .no_data { text-align: center; }
.notice0066 .list_box .topList .no_data dt { margin-top:0.5rem; }
.notice0066 .list_box .topList .no_data p { line-height: 1.5rem; }
.notice0066 .list_box dt{ position:relative; line-height:1.3rem; font-size:0.95rem; color: #000; overflow:hidden; font-weight: 500; text-overflow:ellipsis; white-space:nowrap; transition: all 0.15s; -webkit-transition: all 0.15s;}
.notice0066 .list_box dl.new dt:before{content:"N"; display:inline-block; vertical-align:top; width:1.3rem; height:1.3rem; line-height:1.3rem; margin-right:0.35rem; color:#fff; font-weight:700; font-size: 0.7rem; text-align: center; background:#3f5489; border-radius:50%; }
.notice006602 .list_box dl.new dt:before{ background:#ff703e;  }
.notice0066 .list_box dd > p { line-height:1.2rem; height: 1.4rem; overflow:hidden; color: #666; margin:0.5rem 0 0.6rem; text-overflow: ellipsis; white-space: nowrap;}
.notice0066 .list_box dd .date{ font-size:.75rem; color:#666; } 
.notice0066 .list_box ul { margin-top: 1rem;}
.notice0066 .list_box li.no_data { text-align:center; line-height: 7rem;}
.notice0066 .list_box li:nth-child(n + 6) {display:none;}
.notice0066 .list_box li a { position:relative; display:block; line-height: 1.85rem; padding:0 4rem 0 1rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight:400; color:#333;}
.notice0066 .list_box li a:before { content:""; display:block; width:0.4rem; height: 0.2rem; background:#1e65a7; position:absolute; top:calc(50% - 2.5px); left:0;}
.notice006602 .list_box li a:before { background:#ff703e; }
.notice0066 .list_box li a span { position:absolute; right:0; top:0; color:#858383; font-size: 0.75rem;}
.notice0066 .btn_more { width:1.5rem; height: 1.5rem; border-radius: 50%; background: #3f5489; text-align: center; line-height: 1.5rem; color: #fff; font-size: 1rem; position: absolute; top:0.5rem; right:0; transition: all 0.15s; -webkit-transition: all 0.15s;}
.notice006602 .btn_more { background: #ff703e; }
/* 게시판 : active */
.notice006601 .titTab li a:hover { color: #3f5489; }
.notice006602 .titTab li a:hover { color: #ff703e; }
.notice0066 .titTab li a:hover::before, 
.notice0066 .titTab li a:focus::before, 
.notice0066 .titTab li a.current::before,
.notice0066 .titTab li a.current::after {opacity:1;}
.notice006601 .titTab li a.current {color:#3f5489; font-weight:600; } 
.notice006602 .titTab li a.current {color:#ff703e; font-weight:600; } 
.notice0066 .titTab li:focus { width: 38%; }
.notice0066 .list_box.on { display: block; } 
.notice006601 .list_box .topList:hover dt {color: #3f5489;}
.notice006602 .list_box .topList:hover dt {color: #ff703e;}
.notice0066 .list_box .topList:hover dd {text-decoration: underline;}
.notice0066 .list_box li a:hover, .notice0066 .list_box li a:hover span{text-decoration: underline;}
.notice0066 .btn_more:hover { background: #999; }

/* 배너존 */
.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;}


@media (max-width:1240px) {
	/* 행사일정 */
	.pop_schedule0066 { padding: 1rem; }
	.pop_schedule0066 h2 { margin-right:8.5rem; letter-spacing:-1px; }
	.pop_schedule0066 .sche_table { margin-top:0.25rem; }
	.pop_schedule0066 .month {right: 2.8rem;}
	.pop_schedule0066 .btn_more { right:1rem; }

	/* 팝업존 */
	.pop0066 .pop_img .item img {width:auto; height:100%;}

	/* 포토갤러리 */
	.gallery0066 { padding: 1rem; }
	.gallery0066 .btn_more { right:1rem; }

	/* 식단 */
	.meal_menu0066 { padding: 1rem; background-size:3rem; background-position:right 1rem bottom 1.5rem; }
	.meal_menu0066 .inner { margin-right:3.7rem;} 
	.meal_menu0066 img { right: 1.3rem; }
	.meal_menu0066 .btn_more { right:1rem; top: 1rem;}

	/* 공지사항 */ 
	.notice0066 .titTab li + li {margin-left: 1rem;}
	.notice0066 .titTab li + li:before { left: -0.55rem; border-radius: 50%;}
 
	/* 바로가기 */
	.M_link0066 ul { width: calc(100% + 0.8rem); margin-left: -0.4rem; }
    .M_link0066 ul li { padding: 0 0.4rem;}
	

}

@media (max-width: 860px) {
	/* 바로가기 */
	.M_link0066 ul li a .img { height:4.5rem; }
	.M_link0066 ul li a .img img { max-width: 3.5rem;  }
	
	/* 행사일정 */
	.pop_schedule0066 .btn_more img { width:1.6rem; }

	/* 갤러리 */
	.gallery0066 .btn_more img { width:1.6rem; }

	/* 식단 */
	.meal_menu0066 .btn_more img { width:1.6rem; }

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}
@media (max-width:670px) {
	/* 공지사항 */ 
	.notice0066 .btn_more span { display:none; }
	.notice0066 .titTab ul li {  max-width:100%; margin-right:0.8rem; }
	.notice0066 .titTab li + li {margin-left: 0;}
	.notice0066 .titTab li + li:before { display:none;}
	.notice0066 .titTab ul li a span { line-height: 1.5rem; }
	.notice0066 .titTab li a::before { bottom: 0rem; }
	.notice0066 .titTab li a::after { display:none;}
	.notice0066 .list_box .topList{ padding: 1.1rem 1.2rem 1.1rem 5.5rem; height: auto;}
	.notice0066 .list_box ul { margin-top: 0.5rem;}
	.notice0066 .list_box li a { line-height: 1.5rem;}
	.notice0066 .list_box dt{ font-size:0.9rem; }
	.notice0066 .list_box dd > p { margin: 0.2rem 0; }
	.notice0066 .btn_more { top: 0.2rem; }

	/* 팝업존 */
    .pop0066 .pop_img{ height:auto; }
    .pop0066 .pop_img .item img { top:auto; left:auto; max-height:15rem;}

	
	/* 바로가기 */
	.M_link0066 ul { flex-wrap:wrap;}
	.M_link0066 ul li { width:calc(100% / 3); flex:inherit; max-width:none; }
	.M_link0066 ul li a .img { margin-bottom:0.3rem;}
	.M_link0066 ul li a p {margin: 0 0 0.5rem 0;}


}
@media (max-width:420px) {
	/* 메인비주얼 */
	.MVisual0066 .item img{max-width:100%; height:auto; }
	.MVisual0066 .control > a { width:1.5rem; height:1.5rem; line-height:1.5rem; }


	/* 바로가기 */
	.M_link0066 ul li { width:33.333%; }
	.M_link0066 ul li a .img {width:4rem; height:4rem;}
	.M_link0066 ul li a .img img { max-width: 3.5rem; }
	.M_link0066 ul li a em { font-size:0.85rem; } 

	/* 팝업존 */ 
    .pop0066 .pop_img .item img { width:100%; height:auto;}

}
@media (max-width:350px) {

	/* 식단 */ 
	.meal_menu0066 .inner { margin-right:0;}
	.meal_menu0066 img { display:none;}

	/* 공지사항 */
	.notice0066 .list_box .topList{ padding: 1.1rem 1.2rem; }
	.notice0066 .list_box .topList:before { display:none; }

	/* 캘린더 */
	.pop_schedule0066 h2 { margin-right:2.2rem;  }
	.pop_schedule0066 .month { display: inline-block; position:relative; top:0; right:auto; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%);}

}