<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* btn_more */
.btn_more { position: absolute; top: -0.15rem; right: 0; font-size:1.2rem; color:#333; width: 1.2rem; height: 1.2rem; display: flex; justify-content: center; align-items: center; }
/** btn_more active **/ 
.btn_more:hover i,
.btn_more:focus i { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }
.btn_more,
.btn_more i { -webkit-transition:0.2s; transition:0.2s; }

/* 타이틀 */
h2 { line-height: 1; margin-bottom: 1.5rem; color: #222222; font-size: 1.1rem; font-weight: 500; overflow:hidden; white-space: nowrap; }

/* 메인비주얼 */
.MVisual0048 { position:relative; height:100%;  }
.MVisual0048 .slider{ position:relative; z-index: 0; box-shadow: 3px 3px 8px rgba(48,65,95,0.24); border-radius: 3rem; overflow: hidden; isolation: isolate; background: rgba(0, 0, 0, 0.15); }
.MVisual0048 .item{overflow:hidden; line-height:0; font-size: 0; position: relative; }
.MVisual0048 .item img{position:absolute; width:auto; height:100%; left:50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.MVisual0048 .control { position:absolute; right:1.5rem; bottom:1rem; z-index:1; }
.MVisual0048 .control &gt; 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; }
.MVisual0048 .control &gt; a.play { display:none; }
/** 메인비주얼 active **/
.MVisual0048 .control &gt; a:hover,
.MVisual0048 .control &gt; a:focus { background:rgba(0,0,0,0.5); }

/* 바로가기 */
.M_link0048 { position:relative; } 
.M_link0048 ul { display: flex; flex-wrap: wrap; width: calc(100% + 2rem); margin-left: -1rem; height:100%; }
.M_link0048 ul li { width: 50%; }
.M_link0048 ul li:nth-child(n + 3) {margin-top: 1.8rem;}
.M_link0048 li a { display:block; position:relative; width:100%; height:100%; word-break:keep-all; text-align:center; } 
.M_link0048 li a .img { position:relative; display:block; width:5.55rem; height:5.05rem;  background:#fff; border-radius:1.25rem;  margin:0 auto; border: 2px solid #9cb8d2; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 4px rgba(15,15,15,0.1); }
.M_link0048 li a .img::before { opacity: 0; overflow: hidden; position: absolute; top: -0.45rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 0.9rem; height: 0.9rem; line-height: 0.9rem; border-radius: 50%; background: #9cb8d2; color: #fff; font-family: 'xeicon'; font-size: 0.9rem; text-align: center; content: "\e929"; } 
.M_link0048 li a .img img { max-width: 4rem; }
.M_link0048 li a p {max-height:2rem; font-size:0.9rem; color: #222; font-weight:500; line-height:1rem; overflow:hidden; margin-top: 1rem; word-break:break-all; padding: 0 1rem;} 
/** 바로가기 active **/ 
.M_link0048 li a .img,
.M_link0048 li a .img::before,
.M_link0048 li a .img img,
.M_link0048 li a p {-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.M_link0048 li a:hover .img::before,
.M_link0048 li a:focus .img::before { opacity: 1; overflow: visible; }
.M_link0048 li a:hover .img img,
.M_link0048 li a:focus .img img { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); }
.M_link0048 li a:hover p,
.M_link0048 li a:focus p { font-weight: 600; }
 
/* 게시판 */
.notice0048 { position:relative; }    
.notice0048 .titTab { margin-right: 1rem; font-size:0; overflow: hidden; } 
.notice0048 .titTab ul li {position: relative; display:inline-block; max-width:33%; padding-right:1rem; }
.notice0048 .titTab ul li + li:before { content:""; position:absolute; left:-0.45rem; top:0.15rem; width:1px; height:0.8rem; background:#ccc; }
.notice0048 .titTab ul li a { display:block; font-size:1.1rem; color:#555555; overflow:hidden; white-space: nowrap; }
.notice0048 .titTab ul li a span::before { position: absolute; width: 0; height: 0.3rem; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index: 1; content: ""; }
.notice0048 .titTab ul li a span { position: relative; display: block; line-height: 1; padding-bottom: 1.3rem; }
.notice0048 .tabWrap { margin-top: -3px;}
.notice0048 .list_box { display:none; width:100%; border-top: 1px solid #e0e5e1; padding-top: 0.5rem; }
.notice0048 .list_box ul { height:12.5rem; overflow:hidden; }
.notice0048 .list_box li { position: relative; display:none; }
.notice0048 .list_box li:nth-of-type(-n + 6) { display:block; }
.notice0048 .list_box li ~ li { border-top: 1px dotted #999; }
.notice0048 .list_box li.new p::before { position: absolute; top: 50%; left: 0; width: 1.15rem; height: 1.15rem; line-height: 1.15rem; border-radius: 0.2rem; transform: translateY(-50%); -webkit-transform: translateY(-50%); text-align: center; color: #fff; font-size: 0.6rem; content: "N"; }
.notice004801 .list_box li.new p::before { background: #ff71a2; }
.notice004802 .list_box li.new p::before { background: #14bbcc; }
.notice0048 .list_box li.new p { padding-left: 1.6rem; }
.notice0048 .list_box li a { position:relative; display:block; line-height:2.5rem; }
.notice0048 .list_box li p { width:calc(100% - 4.5rem); overflow:hidden; font-size:0.85rem; color:#222222; text-overflow:ellipsis; white-space:nowrap; }
.notice0048 .list_box li span { position:absolute; right:0; top:0; font-size:0.7rem; color:#777; }
.notice0048 .list_box li span i { margin-right: 0.2rem; }
/** 게시판 : 데이터 없음 **/
.notice0048 .list_box li.no_data { line-height:12.5rem; text-align:center; font-weight:600; }
/** 게시판 :action **/  
.notice0048 .list_box.on { display:block; }
.notice004801 .titTab ul li a:hover,
.notice004801 .titTab ul li a:focus,
.notice004801 .titTab ul li a.current { color: #006898; font-weight: 600; }
.notice004802 .titTab ul li a:hover,
.notice004802 .titTab ul li a:focus,
.notice004802 .titTab ul li a.current { color: #006898; font-weight: 600; }
.notice0048 .titTab ul li a.current span::before { width: 100%; }
.notice004801 .titTab ul li a.current span::before { background: #006898; }
.notice004802 .titTab ul li a.current span::before { background: #006898; }
.notice0048 .list_box li a:hover,
.notice0048 .list_box li a:focus { text-decoration: underline;}
.notice0048 a  { -webkit-transition:all 0.15s; transition:all 0.15s; } 

/* 식단 */
.meal_menu0048 { position:relative; height:100%;}
.meal_menu0048 h2 { margin-right: 2rem; } 
.meal_menu0048 .inner {position:relative;  background: #ffeee3; padding: 2rem 1.5rem 3.25rem; border-radius:1.5rem; } 
.meal_menu0048 .inner ul { overflow:hidden; overflow-y:auto; height: 6rem; margin-right: 4.5rem; position: relative; z-index: 1;} 
.meal_menu0048 .inner li + li { margin-top:1.2rem; }
.meal_menu0048 .inner .no_data {line-height:6rem; font-weight:600; text-align:center;}
.meal_menu0048 .inner dl { position:relative; }
.meal_menu0048 .inner dl dt { display: flex; width: 100%; background:#ff934c; text-align:center; font-size:0.95rem; border-radius: 2rem; line-height: 2.25rem; font-weight: 600; color: #fff; justify-content: center; align-items: center;}
.meal_menu0048 .inner dl dt strong { font-size:0.95rem; overflow:hidden; font-weight: 600; }
.meal_menu0048 .inner dl dt em { margin-left: 0.5rem; font-size: 0.9rem; font-weight: 500; }
.meal_menu0048 .inner dl dd { margin-top: 1rem; line-height: 1.8; word-break: keep-all; color: #222222; } 
.meal_menu0048 img { position:absolute; bottom:1.25rem; right:-1rem; max-width: 7.05rem;}

/* 행사일정 */
.pop_schedule0048 { position:relative; height:100%; }   
.pop_schedule0048 h2 { margin-right: 2rem; } 
.pop_schedule0048 .sche_wrap { display:flex; border-radius:1.5rem; align-items:center; padding:1.3rem 2.1rem; background: #dcf3ff; }
.pop_schedule0048 .month { width:5rem; text-align:center; }
.pop_schedule0048 .month a {display:inline-block; width:1.2rem; height: 1.2rem; line-height:1.2rem;  color: #1f4463; font-size:1.2rem; }
.pop_schedule0048 .month a i { transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); } 
.pop_schedule0048 .month .date { display: flex; justify-content: center; align-items: center; border-radius: 1.5rem; width: 5rem; height: 5rem; background: #59aaee; overflow: hidden;}
.pop_schedule0048 .month .date strong { display: block; color: #fff; font-weight:500; line-height: 1.1; }
.pop_schedule0048 .month .date em { display:block; color:#fff; font-size:1.65rem; font-weight:600; }
.pop_schedule0048 .lst { position:relative; width:calc(100% - 5rem); padding-left: 1.8rem; }
.pop_schedule0048 .lst ul { height: 8.65rem; overflow-y:auto; } 
.pop_schedule0048 .lst ul li ~ li { margin-top: 0.2rem; }
.pop_schedule0048 .lst ul li a { position:relative; display:block; line-height:2rem; padding-left:2.4rem;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pop_schedule0048 .lst ul li a span { position:absolute; left:0; top:0; width:2rem; height: 2rem; line-height: 2rem; text-align:center; color:#fff; background: #59aaee; border-radius: 50%; font-size: 0.8rem; font-weight: 500; z-index: 0; }
.pop_schedule0048 .lst .no_data { width: 100%; line-height:8.65rem; font-weight:600; text-align:center; letter-spacing:-2px; }  
.pop_schedule0048 img { position:absolute; bottom:0.5rem; right:0.5rem; }
/** 행사일정 :action **/  
.pop_schedule0048 .month a { transition: 0.15s; -webkit-transition: 0.15s; }
.pop_schedule0048 .month a:hover,
.pop_schedule0048 .month a:focus { color: #59aaee; }
.pop_schedule0048 .month a.prev:hover,
.pop_schedule0048 .month a.prev:focus { transform: translateY(-5px); -webkit-transform: translateY(-5px); }
.pop_schedule0048 .month a.next:hover,
.pop_schedule0048 .month a.next:focus { transform: translateY(5px); -webkit-transform: translateY(5px); }
.pop_schedule0048 .lst ul li a:hover,
.pop_schedule0048 .lst ul li a:focus { text-decoration: underline; }
.pop_schedule0048 a  { -webkit-transition:all 0.15s; transition:all 0.15s; } 

/* 팝업존 */
.pop0048 { position:relative; }
.pop0048 .tit_wrap { position:relative; width:100%; z-index:1; line-height: 1;} 
.pop0048 h2 { margin:0 7rem 1.5rem 0; font-weight:500; font-size:1.1rem; white-space: nowrap; overflow:hidden; }
.pop0048 .control { position:absolute; top:-0.3rem; right:0; line-height:1.6rem; font-size:0;}   
.pop0048 .page {display:inline-block; font-size:0.75rem; color: #222; vertical-align:middle; font-family: 'NotoSans'; margin-right: 0.4rem; }
.pop0048 .page strong { font-weight:600; color: #006898; font-size: 0.9rem; }
.pop0048 .control a { position:relative; display:inline-block; width:1.6rem; height:1.6rem; line-height: 1.6rem; border-radius: 0.5rem; vertical-align:middle; text-align:center; font-size:1.2rem; -webkit-transition:all 0.15s; transition:all 0.15s;}  
.pop0048 .control .play { display:none; }
.pop0048 .control .play,
.pop0048 .control .stop { background: #efefef; margin: 0 0.1rem; }
.pop0048 .pop_img { position:relative; height:11.25rem; overflow: hidden; background:#dbdbdb; margin:0 auto; border-radius:1.5rem; isolation: isolate; }
.pop0048 .pop_img div,
.pop0048 .pop_img .item {height:100%;}
.pop0048 .pop_img .item a { display: flex; justify-content: center; align-items: center; width: 100%; height:100%; line-height:0; text-align:center; overflow:hidden; font-size: 0; }
.pop0048 .pop_img .item img { max-width:100%; max-height:100%; object-fit: contain; }
/** 팝업존 :action **/ 
.pop0048 a { -webkit-transition:all 0.15s; transition:all 0.15s; } 
.pop0048 .control a.next:hover,
.pop0048 .control a.next:focus { transform: translateX(3px); -webkit-transform: translateX(3px); }
.pop0048 .control a.prev:hover,
.pop0048 .control a.prev:focus { transform: translateX(-3px); -webkit-transform: translateX(-3px); } 
.pop0048 .control a.stop:hover,
.pop0048 .control a.stop:focus,
.pop0048 .control a.play:hover,
.pop0048 .control a.play:focus { color: #fff; background: #006898; }

/* 갤러리 */
.gallery0048 { position:relative; height:100%; }
.gallery0048 h2 { margin-right: 7rem; color: #fff; } 
.gallery0048 ul { position:relative; display: flex; width: calc(100% + 2.5%); margin-left: -1.25%;}
.gallery0048 ul li { width:25%; height:14.4rem; padding:0 1.25%;  }
.gallery0048 ul li:nth-child(n+5) { display:none; }
.gallery0048 ul li a { position:relative; display:block; height:100%; background: #fff; border-radius: 1.5rem; text-align: center; box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); }
.gallery0048 ul li a .img { position:relative; height:9.55rem; border-radius: 1.5rem 1.5rem 0 0; overflow:hidden; box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); background:rgba(0, 0, 0, 0.2); display: flex; justify-content: center; align-items: center;}
.gallery0048 ul li a .img img { max-width: 100%; max-height: 100%; object-fit: contain; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.gallery0048 ul li a p {color: #222222;  line-height: 1; text-overflow:ellipsis; overflow:hidden; white-space: nowrap; -webkit-transition:0.2s; transition:0.2s; padding: 1.2rem 1rem 1.25rem; font-size: 0.85rem; box-shadow: 2px 2px 15px rgba(0,0,0,0.1); } 
.gallery0048 ul li a p .date { display: block; margin-top: 0.85rem; font-size: 0.75rem; color: #777;  }
.gallery0048 ul li a p .date i { margin-right: 0.25rem; }
.gallery0048 .list_box li.no_data{ width:100%; height:14.4rem; display:flex; align-items:center; justify-content:center; padding:2rem 0; font-size:0.9rem; background:rgba(0, 0, 0, 0.1); border-radius:1.5rem; margin:0 0.7rem; color: #fff; }  
.gallery0048 .btn_more { width: 2rem; height: 2rem; background: #fff; border-radius: 0.55rem; top: -0.45rem; }
/** 갤러리 active **/ 
.gallery0048 .list_box a:hover .img img,
.gallery0048 .list_box a:focus .img img { scale: 1.1; }
.gallery0048 .list_box a:hover p,
.gallery0048 .list_box a:focus p { text-decoration: underline; }

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #dbdbdd; 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;} 
/** 배너존 : active **/
.banner_zone .btn a:hover,
.banner_zone .btn a:focus{background:#f1f1f1;}


@media (max-width: 1240px) {
	/* 메인비주얼 */
	.MVisual0048 .item img { width: 100%; height: auto;}

	/* 캘린더 */
	.pop_schedule0048 .month { width: 100%; display: flex; justify-content: space-between; height: 2.3rem; align-items: center; padding: 0 0.5rem; }
	.pop_schedule0048 .month .date { height: 2.3rem; line-height: 2.3rem; width: 7.75rem; }
	.pop_schedule0048 .month a i { transform: none; }
	.pop_schedule0048 .month a.prev:hover,
	.pop_schedule0048 .month a.prev:focus { transform: translateX(-5px); -webkit-transform: translateX(-5px); }
	.pop_schedule0048 .month a.next:hover,
	.pop_schedule0048 .month a.next:focus { transform: translateX(5px); -webkit-transform: translateX(5px); }
	.pop_schedule0048 .month .date em { display: inline-block; margin-left: 0.3rem; position: relative; font-size: 0.9rem; }
	.pop_schedule0048 .month .date em::before { position: absolute; content: ""; bottom: 0.3rem; width: 0.15rem; height: 0.15rem; left: -0.2rem; background: #fff; }
	.pop_schedule0048 .lst { padding-left: 0; width: 100%; margin-top: 0.5rem; }
	.pop_schedule0048 .sche_wrap { flex-direction: column; padding: 1.3rem 1.5rem 0.95rem; }
	.pop_schedule0048 .lst ul { height: 6.2rem; }
	.pop_schedule0048 .lst ul li a { line-height: 1.8rem; }
	.pop_schedule0048 .lst ul li a span { width: 1.8rem; height: 1.8rem; line-height: 1.8rem; }
	.pop_schedule0048 .lst ul li ~ li { margin-top: 0.4rem; }

	/* 식단 */
	.meal_menu0048 img { max-width: 5rem; right: 0.55rem; }
	.meal_menu0048 .inner ul { margin-right: 3.7rem; height: 7.5rem;  }
	.meal_menu0048 .inner { padding: 2rem 1.5rem 1.75rem; }

}

@media (max-width: 1024px) {
	/* 갤러리 */
	.gallery0048 ul li { width: calc(100% / 3); }
	.gallery0048 ul li:nth-child(n + 4) { display: none; }

	/* 캘린더 */
	.pop_schedule0048 .lst .no_data { line-height: 5.85rem; }
}

@media (max-width:968px){
	/* 캘린더 */
	.pop_schedule0048 .lst ul { height: 6.5rem; }
	.pop_schedule0048 .lst ul li { width: 50%; float: left; }
	.pop_schedule0048 .lst ul li ~ li { margin-top: 0; }
	.pop_schedule0048 .lst ul li:nth-child(n + 3) { margin-top: 0.5rem; }
	.pop_schedule0048 .lst { margin-top: 1rem; } 
	.pop_schedule0048 .month { justify-content: center; } 
	.pop_schedule0048 .month .date { margin: 0 1.5rem; }
}

@media (max-width: 900px) {    
	/* 메인비주얼 */
	.MVisual0048 .item img { width: 100%; height: auto; position: relative; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); }

	/* 바로가기 */
	.M_link0048 ul li { width: 25%; float: left; }
	.M_link0048 ul li:nth-child(n + 3) { margin-top: 0; }
	.M_link0048 ul li:nth-child(n + 5) { margin-top: 1rem; }
}  

@media (max-width: 680px) {   
	/* 갤러리 */
	.gallery0048 ul li { width: 50%; }
	.gallery0048 ul li:nth-child(n + 3) { display: none; }
}  

@media (max-width:480px){
	/* 타이틀 */
	h2,
	.pop0048 h2 { margin-bottom: 1rem; font-size: 0.95rem; }

	/* 메인비주얼 */
	.MVisual0048 .slider { border-radius: 2.5rem; }
	.MVisual0048 .control { bottom: 0.5rem; }
	.MVisual0048 .control &gt; a { width: 1.65rem; height: 1.65rem; line-height: 1.65rem; }

	/* 바로가기 */
	.M_link0048 ul li { width: calc(100% / 3); }
	.M_link0048 ul li:nth-child(n + 5) { margin-top: 0; }
	.M_link0048 ul li:nth-child(n + 4) { margin-top: 1rem; }
	.M_link0048 li a .img { width: 5rem; height: 4.5rem; }
	.M_link0048 li a .img img { max-width: 3rem; }
	.M_link0048 li a p { margin-top: 0.7rem; font-size: 0.8rem; }

	/* 게시판 */
	.notice0048 .list_box ul { height: auto; }
	.notice0048 .list_box li a { line-height: 2rem; }
	.notice0048 .titTab ul li a { font-size: 0.95rem; }
	.notice0048 .titTab ul li a span { padding-bottom: 1rem; }
	.notice0048 .list_box li p { font-size: 0.8rem; }
	.notice0048 .list_box li.no_data { line-height: 9.2rem; }

	/* 갤러리 */
	.gallery0048 ul li { width: 100%; }
	.gallery0048 ul li:nth-child(n + 2) { display: none; }
	.gallery0048 ul li a p,
	.gallery0048 ul li a p .date { font-size: 0.8rem; }
	.gallery0048 .btn_more { width: 1.85rem; height: 1.85rem; }
}

@media (max-width:380px){
	h2, .pop0048 h2 { margin-bottom: 0.75rem; }

	/* 메인비주얼 */
	.MVisual0048 .slider { border-radius: 2rem; }

	/* 바로가기 */
	.M_link0048 li a .img { width: 4.75rem; height: 4.25rem; }
	.M_link0048 li a .img img { max-width: 2.75rem; }
	.M_link0048 ul { padding: 0 1rem; }
	.M_link0048 li a p { padding: 0; }

	/* 게시판 */
	.notice0048 .tabWrap { margin-top: -12px; }
	.notice0048 .titTab ul li { max-width: 100%; margin-bottom: 0.5rem; }
	.notice0048 .titTab ul li a span { padding-bottom: 0.5rem; }

	/* 캘린더 */
	.pop_schedule0048 .lst ul li { width: 100%; }
	.pop_schedule0048 .lst ul li:nth-child(n + 3) { margin-top: 0; }
	.pop_schedule0048 .lst ul li + li { margin-top: 0.45rem !important; }

	/* 식단 */
	.meal_menu0048 .inner { padding: 2rem 1.5rem; }
	.meal_menu0048 .inner ul { height: 5.5rem; }
	.meal_menu0048 .inner dl dd { margin-top: 0.5rem; }
	.meal_menu0048 .inner .no_data { line-height: 5.5rem; }

} 

@media (max-width: 360px) {
	/* 바로가기 */
	.M_link0048 li a .img { width: 4.25rem; height: 3.85rem; }
	.M_link0048 li a .img img { max-width: 2.5rem; }
}

@media (max-width: 320px) {
	/* 식단 */
	.meal_menu0048 img { display: none; }
	.meal_menu0048 .inner { padding: 1.5rem 1rem; }
	.meal_menu0048 .inner ul { margin-right: 0; }

	/* 캘린더 */
	.pop_schedule0048 .sche_wrap { padding: 1.5rem 1rem; }
	.pop_schedule0048 .month .date { margin: 0 1rem; }

	/* 바로가기 */
	.M_link0048 li a .img { width: 3.75rem; height: 3.35rem; border-radius: 1rem; }
	.M_link0048 li a .img img { max-width: 2.35rem; }
}</pre></body></html>