﻿/*-----------------------------------------------------------
Author :hyerim, Park
Creative date :2022. 03. 22
-----------------------------------------------------------*/

/* 메인비주얼 */
.MVisual0022 { position:relative; overflow:hidden; height:100%; }
.MVisual0022 .item { overflow:hidden; line-height:0; }
.MVisual0022 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0022 .control { position:absolute; right:10rem; bottom:1.3rem; z-index:1; }
.MVisual0022 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(17, 50, 30, 0.5); color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0022 .control > a.play { display:none; }

/* 캘린더 */
.pop_schedule0022 { position:relative; height:100%; padding:1.5rem 1.5rem 1.5rem 0; color:#fff; }
.pop_schedule0022:before { content:""; position:absolute; top:0; right:0; width:calc(100% + 18rem); height:100%; background:#7077b2; border-radius:0 2rem 5rem 0; z-index:-1;}
.pop_schedule0022 h2 { font-size:1.1rem; font-weight:700; overflow:hidden; white-space:nowrap; margin-right:4.2rem; }  
.pop_schedule0022 .month {position:relative; margin:.75rem 0; padding-right:3rem; text-align:center; border-radius:2.7rem; background:#444d97; line-height:2.7rem; }
.pop_schedule0022 .month a { display:inline-block; vertical-align:middle; font-size:1rem; text-align:center; }
.pop_schedule0022 .month a i { -webkit-transition:all .3s; transition:all .3s; }
.pop_schedule0022 .month .date { display:inline-block;  font-size:0.8rem; vertical-align:middle; padding:0 0.5rem; }
.pop_schedule0022 .month .date em { position:relative; display:inline-block; font-size:1.25rem; font-weight:800; } 
.pop_schedule0022 .month .date em:before { content:"."; display:inline-block; padding:0 0.3rem; font-weight:100; font-size:0.8rem;}
.pop_schedule0022 .month .ico { position:absolute; right:0; bottom:1rem; width:4rem; height:4rem; background:#fff; border-radius:50%; padding:0.9rem 0; }
.pop_schedule0022 .lst { position:relative; z-index:1; }
.pop_schedule0022 .lst ul { overflow-y:auto; height:8em; }
.pop_schedule0022 .lst .no_data { padding-left:0; padding-top:2rem; text-align:center; }
.pop_schedule0022 .lst li a { position:relative; padding-left:4rem; display:block; line-height:1.3rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight:400; }
.pop_schedule0022 .lst li a:before { content:""; position:absolute; left:0; top:0.4rem; width:0.45rem; height:0.45rem; background:#ffd500; border-radius:50%; }
.pop_schedule0022 .lst li ~ li { margin-top:0.5rem; }
.pop_schedule0022 .lst li a span { position:absolute; left:1rem; top:0; line-height:1.3rem; font-weight:700;  }
.pop_schedule0022 .btn_more { position:absolute; left:50%; bottom:-1rem; width:2.2rem; height:2.2rem; border-radius:0.7rem; background:#444d97; }
.pop_schedule0022 .btn_more:before { content:""; position:absolute; left:0; top:0; right:0; bottom:0; background:url('/images/schl/template/T0022/main/0022_btn_more03.png') no-repeat center;}
.pop_schedule0022 a,
.pop_schedule0022 a span { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; } 

/* 바로가기1 */
.M_link0022 {height:100%; padding:3rem 0 1.5rem; }
.M_link0022:before { content:""; position:absolute; right:-7.5rem; top:0; width:calc(100% + 25.5rem); height:100%; background:#e5e8fa; border-radius:0 0 7rem 0; z-index: -2;}
.M_link0022 ul { display:table; table-layout:fixed; width:100%; }
.M_link0022 li { position:relative; display:table-cell; vertical-align:top; z-index:1; }
.M_link0022 li a { display:block; position:relative; width:100%; word-break:keep-all; text-align:center; }
.M_link0022 li a .img { position:relative; display:block; width:6.75rem; height:6.75rem; margin:auto; background:#fff; border-radius:2rem; box-shadow:0 0 18px rgba(0,0,0,0.07); }
.M_link0022 li a img { display:block; width:100%; height:100%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.M_link0022 li a p { font-size:0.9rem; line-height:1rem; height:2rem; padding:0 5px; margin-top:1.5rem; overflow:hidden; font-weight:600; color:#333; word-break:break-all; }
.M_link0022 li a,
.M_link0022 li a p { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 게시판 */
.notice0022 { position:relative; overflow:hidden; height:100%;  } 
.notice0022 a { -webkit-transition:color 0.2s; transition:color 0.2s;}
.notice0022 .titTab ul { font-size:0; margin-right:5rem;}
.notice0022 .titTab ul li{ position:relative; display:inline-block; max-width:30%;; font-size:1rem; font-weight:600; vertical-align:top; }
.notice0022 .titTab ul li + li { margin-left:1rem;}
.notice0022 .titTab ul li:after { content:""; position:absolute; bottom:0; right:0; width:calc(100% + 1.5rem); height:100%; background:#fff; }
.notice0022 .titTab ul li a { position:relative; display:block; color:#000; font-weight:400; line-height:1.5rem; padding:0.3rem 0.6rem 0 0; z-index:1; }
.notice0022 .titTab ul li a:before { content:""; position:absolute; right:0; top:0.5rem; width:0.45rem; height:0.45rem; background:#00b5cb; border-radius:50%; opacity:0; -webkit-transition:0.3s; transition:0.3s;} 
.notice0022 .titTab ul li a span { display:block; overflow:hidden; white-space:nowrap; }
.notice0022 .list_box { display:none; border-top:3px dotted #000; margin-top:1rem; }
.notice0022 .list_box .topList { position:relative; display:block; height:6.8rem; color:#191919; padding:1.7rem 0 1.7rem 9rem; overflow:hidden; }
.notice0022 .list_box .topList:before { content:""; position:absolute; left:0; bottom:0; width:100%; height:0.4rem; background:url('/images/schl/template/T0022/main/0022_bg_ptrn.png'); }
.notice0022 .list_box .topList > div strong { display:block; font-size:1rem; font-weight:600; height:3rem; line-height:1.5rem; overflow:hidden; }
.notice0022 .list_box .topList > div p { position:absolute; left:0; top:1.2rem; display:flex; justify-content:center; text-align:center; flex-direction:column-reverse; width:8rem; height:4rem; background:#ebfdff; border-radius:1.5rem; padding:0 1rem 0 4.3rem; color:#000; font-size:0.65rem; font-weight:700; }
.notice0022 .list_box .topList > div p span { display:block; font-size:1.4rem; line-height:1.2;  }
.notice0022 .list_box .topList > div p img { position:absolute; left:0.7rem; top:0.7rem; }   
.notice0022 .list_box .topList > div.new strong:before {content:"N"; position:relative; display:inline-block; vertical-align:middle; width:1.2rem; height:1.2rem; text-align:center; line-height:1.2rem; border-radius:50%; background:#00b5cb; color:#fff; margin-right:0.4rem; font-size:0.7rem; }
.notice0022 .list_box ul { padding-top:.75rem; height:8.75rem; overflow:hidden; }
.notice0022 .list_box li { padding:.25rem 0; }
.notice0022 .list_box li a { position:relative; display:block; line-height:1.5rem; padding:0 4rem 0 .75rem; font-size:.9rem; font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight:400; color:#050505; }
.notice0022 .list_box li a:before { content:""; position:absolute; left:0; top:0.6rem; width:0.25rem; height:0.25rem; background:#18cae0; border-radius:50%; }
.notice0022 .list_box li a.new {padding-left:2rem; }
.notice0022 .list_box li a.new:after {content:"N"; position:absolute; left:0.5rem; top:0.2rem; display:inline-block; vertical-align:middle; width:1.2rem; height:1.2rem; text-align:center; line-height:1.2rem; border-radius:50%; background:#00b5cb; color:#fff; font-size:0.7rem; }
.notice0022 .list_box li a span { position:absolute; right:0; top:0; color:#797979; font-size:0.75rem; }  
.notice0022 .btn_more { position:absolute; right:0; top:0.2rem; display:block; color:#000; font-weight:400; }
.notice0022 .btn_more span { position:relative; display:inline-block; width:1.8rem; height:1.8rem; background:#e4fbfe; border-radius:0.5rem; vertical-align:middle; margin-left:0.5rem; } 
.notice0022 .btn_more span:before {content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:url('/images/schl/template/T0022/main/0022_btn_more01.png') no-repeat center; -webkit-transition:transform 0.3s; transition:transform 0.3s; } 
/* 게시판 active */ 
.notice0022 .titTab ul li a.current { font-weight:700; }
.notice0022 .titTab ul li a.current:before { opacity:1; top:0; }
.notice0022 .list_box.on { display: block; }
/* 게시판2 */
.notice002202 .titTab ul li a:before { background:#444d97;}
.notice002202 .list_box .topList div p { background:#eff1ff; }
.notice002202 .list_box .topList > div.new strong:before,
.notice002202 .list_box li a.new:after {background:#444d97;}
.notice002202 .list_box li a:before { background:#444d97}
.notice002202 .btn_more span { background:#eff1ff; }
.notice002202 .btn_more span:before { background:url('/images/schl/template/T0022/main/0022_btn_more02.png') no-repeat center; } 
/* 게시판 :데이터 없음 */
.notice0022 .list_box div.no_data strong {line-height:3rem;}
.notice0022 .list_box div.no_data p {padding:0;} 
.notice0022 .list_box li.no_data { text-align:center; line-height:3rem; font-weight:600; } 

/* 갤러리 */
.gallery0022 { position:relative; height:100%; padding:3rem 3rem 3rem 0; }
.gallery0022:before { content:""; position:absolute; right:0; top:0; width:calc(100% + 18rem); height:100%; background:url('/images/schl/template/T0022/main/0022_gallery_bg.png'); border-radius:0 5rem 5rem 0; z-index: -1; }
.gallery0022 h2 { font-size:1.1rem; font-weight:700; color:#000; margin-bottom:1.5rem; margin-right:2.5rem; overflow:hidden; white-space:nowrap;}
.gallery0022 h2 span { color:#7077b2; }
.gallery0022 .list_box ul { overflow:hidden; height:13.9rem; }
.gallery0022 .list_box ul li { width:48%; float:left; } 
.gallery0022 .list_box ul li + li { margin-left:4%;}
.gallery0022 .list_box li.no_data{width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:.9rem;}
.gallery0022 .list_box ul li a { display:block; }
.gallery0022 .list_box ul li a .img { width:100%; height:11.5rem; border-radius:2rem; overflow:hidden; background:rgba(0,0,0,0.2);}
.gallery0022 .list_box ul li a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; height:auto; }
.gallery0022 .list_box ul li span { display:block; font-size:1rem; font-weight:600; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; margin-top:1rem; color:#222; }
.gallery0022 .btn_more { position:absolute; right:3rem; top:2.7rem; width:2.2rem; height:2.2rem; background:#b9b9b9; border-radius:0.7rem; }
.gallery0022 .btn_more:before { content:""; position:absolute; right:0; top:0; left:0; bottom:0; background:url('/images/schl/template/T0022/main/0022_btn_more03.png') no-repeat center; }

 
/* 팝업존 */
.pop0022 { position:relative; width:100%; height:100%; padding:3rem 0 2.7rem 3rem; }
.pop0022:before { content:""; position:absolute; left:0; top:0; width:calc(100% + 18rem); height:100%; background:#ebfdff; border-radius:5rem 0 0 5rem; z-index: -1; } 
.pop0022 h2 { color:#222; font-weight:700; font-size:1.1rem; margin-bottom:1.5rem;  margin-right:7rem; overflow:hidden; white-space:nowrap;}
.pop0022 .nss_pg { position:relative; width:100%; max-width:17.5rem; font-size:0; margin-top:1rem; }
.pop0022 .nss_pg:before { content:""; position:absolute; left:6.5rem; top:50%; width:calc(100% - 10rem); height:3px; background:#c2c6e7; border-radius:0.3rem;}
.pop0022 .page { position:absolute; left:17.5rem; top:2.5rem; width:3rem; height:3rem; background:#ffe13c; border-radius:50%; color:#222; text-align:center; line-height:3rem;}
.pop0022 .page strong { position:relative; padding-right:0.7rem; font-size:1rem; color:#5c64a5; font-weight:900;}
.pop0022 .page strong:before { content:""; position:absolute; top:0.5rem; right:0.2rem; width:0.25rem; height:0.25rem; background:#000; border-radius:50%; }
.pop0022 .nss_pg a { display:inline-block; width:2.5rem; height:2.5rem; border-radius:50%; background:#5c64a5; -webkit-transition:0.2s; transition:0.2s; }
.pop0022 .nss_pg .prev { margin-right:0.5rem; background:#5c64a5 url('/images/schl/template/T0022/main/0022_btn_prev.png') no-repeat center; } 
.pop0022 .nss_pg .next { background:#5c64a5 url('/images/schl/template/T0022/main/0022_btn_next.png') no-repeat center; } 
.pop0022 .nss_pg .stop { float:right; background:#5c64a5 url('/images/schl/template/T0022/main/0022_btn_stop.png') no-repeat center; } 
.pop0022 .nss_pg .play { float:right; display:none; background:#5c64a5 url('/images/schl/template/T0022/main/0022_btn_play.png') no-repeat center; }
.pop0022 .pop_img { position:relative; width:100%; max-width:17.5rem; height:11.25rem; overflow:hidden; text-align:center; border:1px solid #ededed; border-radius:2.5rem; background:#dedede;}
.pop0022 .pop_img div,
.pop0022 .pop_img .item { height:100%; }
.pop0022 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0022 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 식단 */
.meal_menu0022 { position:relative; height:100%; } 
.meal_menu0022:before { content:""; position:absolute; left:0; bottom:0; width:calc(100% - 4rem); height:0.45rem; background:url('/images/schl/template/T0022/main/0022_bg_ptrn.png'); }
.meal_menu0022 .img { position:relative; display:flex; width:5.85rem; height:5.85rem; background:#26d9ef; border-radius:1rem 2.5rem 1rem 1rem; justify-content:center; align-items:center; float:left; } 
.meal_menu0022 h2 { width:9.5rem; float:left; line-height:5.85rem; font-size:1.1rem; color:#222; text-align:center; font-weight:700; overflow:hidden; white-space:nowrap; }
.meal_menu0022 h2 span { position:relative; color:#06cae2; padding-right:0.7rem; }
.meal_menu0022 h2 span:before { content:""; position:absolute; right:0; top:-0.2rem; width:0.5rem; height:0.5rem; background:#26d9ef; border-radius:50%; }
.meal_menu0022 .inner { position:relative; float:left; width:calc(100% - 15.35rem); }
.meal_menu0022 .inner ul { overflow:hidden; overflow-y:auto;  height:3rem; margin:1.425rem 4rem 1.425rem 0; }
.meal_menu0022 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0022 .inner li + li { margin-top:1.5rem; }
.meal_menu0022 .inner .no_data { padding-top:1rem; text-align:center; font-weight:600; }
.meal_menu0022 .inner dl { position:relative; height:auto; color:#000; } 
.meal_menu0022 .inner dl dt { font-size:1rem; font-weight:700; margin-bottom:0.3rem; }
.meal_menu0022 .inner dl dd { color:#1d1d1d; font-size:0.9rem; }
.meal_menu0022 .btn_more { position:absolute; right:0; top:1.7rem; width:2.2rem; height:2.2rem; background:#b9b9b9; border-radius:0.7rem;}
.meal_menu0022 .btn_more:before { content:""; position:absolute; left:0; top:0; right:0; bottom:0; background:url('/images/schl/template/T0022/main/0022_btn_more03.png') no-repeat center; }

/* 배너존 */
.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.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:1440px) {   
	
	/* 식단 */
	.meal_menu0022:before { width:100%; }
}
@media (max-width:1240px) {   
	/* 비주얼 */
	.MVisual0022 .control { right:1rem; }
	.MVisual0022 .item img { width:150%; height:auto; }

	/* 바로가기 */
	.M_link0022 { padding:2.5rem 0; }
	.M_link0022 li a .img { width:5.2rem; height:5.2rem; }

	/* 공지사항 */ 
	.notice0022 .titTab ul li + li { margin-left:0.5rem; }

	/* 갤러리 */
	.gallery0022 { padding:2rem 2rem 2rem 0;}
	.gallery0022 .btn_more { top:1.9rem; right:2rem; }

	/* 팝업존 */
	.pop0022 { padding:2rem 0 2rem 2rem; } 
	.pop0022 .page { left:auto; right:0; top:1.5rem;}

} 
@media (max-width:980px) {   
	/* 바로가기 */
	.M_link0022 { display:block; height:auto; padding:1.5rem 0 0.5rem; }
	.M_link0022 li { width:33.333%; float:left;  }
	.M_link0022 li a p { margin:1rem 0; }

	/* 공지사항 */
	.notice0022 .titTab ul li { max-width:none;}

	/* 갤러리 */
	.gallery0022 .list_box ul li { width:100%; }
}
@media (max-width:860px) {  

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}
@media (min-width:789px) {  

	/* 바로가기 active */
	.M_link0022 li a:hover img,
	.M_link0022 li a:focus img {-webkit-transform:rotateY(180deg); transform:rotateY(180deg);} 
	.M_link0022 li a:hover p,
	.M_link0022 li a:focus p { color:#3244c9; }

	/* 메인비주얼 active */
	.MVisual0022 .control > a:hover,
	.MVisual0022 .control > a:focus { background:rgb(17, 50, 30, 0.9); } 

	/* 행사일정 active */
	.pop_schedule0022 .lst li a:hover,
	.pop_schedule0022 .lst li a:focus { color:#ffd500; }

	/* 더보기 active */
	.btn_more:before,
	.notice0022 .btn_more span:before { -webkit-transition:transform 0.3s; transition:transform 0.3s;}
	.btn_more:hover:before,
	.btn_more:focus:before,
	.notice0022 .btn_more:hover span:before,
	.notice0022 .btn_more:focus span:before { -webkit-transform:rotate(180deg); transform:rotate(180deg); }

	/* 갤러리 active */ 
	.gallery0022 .list_box ul li a:hover .img span,
	.gallery0022 .list_box ul li a:focus .img span { -webkit-transform:scale(1.1); transform:scale(1.1); }
	.gallery0022 .list_box ul li a:hover p,
	.gallery0022 .list_box ul li a:focus p { color:#2f3b97; }

	/* 공지사항 active */ 
	.notice0022 .list_box .topList:hover, 
	.notice0022 .list_box .topList:focus,
	.notice0022 .list_box li a:hover,
	.notice0022 .list_box li a:focus { color:#00b5cb; }
	.notice002202 .list_box .topList:hover, 
	.notice002202 .list_box .topList:focus,
	.notice002202 .list_box li a:hover,
	.notice002202 .list_box li a:focus { color:#3244c9; }

	/* 팝업존 active */
	.pop0022 .nss_pg a:hover,
	.pop0022 .nss_pg a:focus { background-color:#404888; }
	.pop0022 .nss_pg .prev:hover,
	.pop0022 .nss_pg .prev:focus { background-position:left 35% center; }
	.pop0022 .nss_pg .next:hover,
	.pop0022 .nss_pg .next:focus { background-position:right 35% center; }
}
@media (max-width:768px) { 
	.pop_schedule0022 h2,
	.gallery0022 h2,
	.pop0022 h2,
	.meal_menu0022 h2 { font-size:1rem; }
	
	/* 행사일정 */
	.pop_schedule0022:before { border-radius:0 1rem 1rem 0; }

	/* 바로가기 */
	.M_link0022 { position:relative; padding:2.5rem 1rem 0 0;}
	.M_link0022:before { right:0; border-radius:0 1rem 1rem 0;}

	/* 공지사항 */
	.notice0022 .list_box li { padding:0; }
	.notice0022 .titTab ul li,
	.notice0022 .list_box .topList > div strong { font-size:0.9rem; }
	.notice0022 .list_box ul { height:7rem; }
	.notice0022 .list_box li a { font-size:0.8rem;}

	/* 갤러리 */
	.gallery0022 { padding:1.5rem 0; }
	.gallery0022:before { right:-3rem; border-radius:0; }
	.gallery0022 .list_box ul li { width:48%; }
	.gallery0022 .list_box ul li p { font-size:0.9rem;}
	.gallery0022 .btn_more { top:1rem; right:0; } 

	/* 팝업존 */
	.pop0022 { padding:1.5rem 0; }
	.pop0022:before { left:-3rem; border-radius:0; }
	.pop0022 h2 { margin-bottom:1rem; }
	.pop0022 .pop_img { margin:0 auto; height:auto;}
	.pop0022 .nss_pg { margin:1rem auto 0;}
	.pop0022 .page { top:1rem; width:2.5rem; height:2.5rem; line-height:2.5rem; }

	/* 식단 */ 
	.meal_menu0022 .img { width:3.5rem; height:3.5rem; }
	.meal_menu0022 .img img { width:2rem;}
	.meal_menu0022 h2 { display:inline-block; text-align:left; float:none; padding-left:1rem; line-height:3.5rem;}
	.meal_menu0022 .inner { width:100%; float:none; padding-bottom:1rem; }
	.meal_menu0022 .inner ul { height:5rem; margin:0 0 0 4.5rem; }
	.meal_menu0022 .inner dl dt { font-size:0.9rem; }
	.meal_menu0022 .inner dl dd { font-size:0.8rem; }
	.meal_menu0022 .btn_more { right:0; top:0;} 

}
@media (max-width:480px) {  
	/* 공지사항 */
	.notice0022 .list_box .topList { padding-left:5rem; }
	.notice0022 .list_box .topList > div p { padding:0 1rem; width:4rem;}
	.notice0022 .list_box .topList > div p img { display:none; }

	/* 포토갤러리 */ 
	.gallery0022 .list_box ul li { width:100%; float:none;} 
	.gallery0022 .list_box ul li + li { margin:1rem 0 0; }
}
@media (max-width:380px) {   
	/* 행사일정 */
	.pop_schedule0022 .month .ico { width:3rem; height:3rem; padding:0.6rem; }
	.pop_schedule0022 .month .ico img{ width:1.8rem; height:1.8rem; }

	/* 바로가기 */ 
	.M_link0022 li a .img { width:4rem; height:4rem; border-radius:1rem; }

	/* 공지사항 */
	.notice0022 .titTab ul { margin-right:2rem;}
	.notice0022 .btn_more { font-size:0;}

}