﻿ 
/*-----------------------------------------------------------
Author :SY, Kwak
Creative date :2021. 09. 08
-----------------------------------------------------------*/
/*imgcut*/
div[class*="gallery"] .img { position: relative; }
div[class*="gallery"] .img > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; }
div[class*="gallery"] a { display: block; }

h2{font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1;}
.btn_more i{transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.btn_more:hover i, .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}

/* 메인비주얼 */
.MVisual3009{position:relative; height:20.25rem; overflow:hidden;}
.MVisual3009 #m_visual li{overflow:hidden;}
.MVisual3009 #m_visual li img{position:relative; width: 100%; vertical-align: middle;}
.MVisual3009 .bx-controls{position:absolute; bottom:1rem; left:1rem; width:100%; height:1.3rem; text-align:left;}
.MVisual3009 .bx-controls-direction{display:none;}
.MVisual3009 .bx-controls a{display:inline-block; margin:0 3px; color:transparent; overflow:hidden; vertical-align:middle;}
.MVisual3009 .bx-controls-auto{font-size:0; vertical-align:middle;}  
.MVisual3009 .bx-controls-auto,
.MVisual3009 .bx-pager,
.MVisual3009 .bx-pager-item{display:inline-block;}
.MVisual3009 .bx-controls-auto a{width:1.3rem; height:1.3rem; background:no-repeat center / 100%;}
.MVisual3009 .bx-controls-auto a.bx-start{display:none; background-image:url('/00_common/images/con_com/btn_play.png');}
.MVisual3009 .bx-controls-auto a.bx-stop{display:inline-block; background-image:url('/00_common/images/con_com/btn_stop.png');}
.MVisual3009 .bx-pager{height:0.8rem; vertical-align:middle;}
.MVisual3009 .bx-pager-item{height:100%;}
.MVisual3009 .bx-pager a{width:0.8rem; height:100%; vertical-align:top; border:1px solid #31a599; border-radius:50%;} /* 비주얼 버튼 색상 */
.MVisual3009 .bx-pager a.active{background-color:#31a599;}/* 비주얼 버튼 색상 */

/* 게시판 */
.notice3009{position:relative; height:100%; padding:2.5rem 2rem 0 0;}
.notice3009 h2{display:inline-block; font-size: 1rem; max-width:calc((100% - 5rem) / 3); overflow:hidden; white-space:nowrap; line-height:1;}   
.notice3009 h2 ~ h2{margin-left:0.8rem;}
.notice3009 h2 a{position:relative; display:inline-block; width:100%; color:#555; padding:0.75rem 0; overflow:hidden;}
.notice3009 h2 a:before{content:''; position:absolute; left:50%; top:0; display:none; width:8px; height:8px; margin-left:-4px; background:#00a98f; border-radius:50%;}
.notice3009 .list_box{position:absolute; top:5rem; display:none; width:calc(100% - 2rem); height:calc(100% - 5rem); }
.notice3009 .list_box dl{padding:0.75rem 0 0.75rem 4.5rem; margin-bottom: 0.5rem; position: relative; border-top: 1px solid #ccc; border-bottom: 1px dashed #ccc;}
.notice3009 .list_box dl dt{width: 3.5rem; height: 3.5rem; font-weight: 200; position: absolute; left: 0; top: 0.5rem; padding-top: 0.3rem; color: #111; text-align: center; font-size: 0.7rem;}
.notice3009 .list_box dl dt em{font-size: 1.25rem; font-weight:600; display: block;}
.notice3009 .list_box dl dd h3{overflow: hidden; text-overflow:ellipsis; white-space: nowrap; font-size: 0.9rem; line-height: 1.5rem; position: relative; transition: 0.3s; -webkit-transition: 0.3s; color:#222;}
.notice3009 .list_box dl dd.new h3{padding-left: 1.7rem;}
.notice3009 .list_box dl dd.new h3::before{content: "N"; display: block; position: absolute; left: 0; top:.25rem; height: 1.15rem; width: 1.15rem; line-height:1.15rem; text-align: center; color: #fff; font-size: 0.85rem; background: #00a98f; }
.notice3009 .list_box dl dd p{overflow: hidden; text-overflow:ellipsis; white-space: nowrap; color: #555; margin-top: 0.25rem;}
.notice3009 .list_box ul{overflow:hidden;} 
.notice3009 .list_box ul > li > a{position:relative; display:block; width:100%; padding-right:4rem; line-height: 1.5rem; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;} 
.notice3009 .list_box ul > li.new a:before{content:'N'; display:inline-block; height: 1.15rem; width: 1.15rem; line-height:1.15rem; text-align: center; color: #fff; font-size: 0.85rem; background: #00a98f; margin-right:0.5rem;} 
.notice3009 .list_box .date{position:absolute; top:0; right:0; color:#777; font-size:0.75rem; } 
.notice3009 .btn_more{position:absolute; top:-2.25rem; right:-0.5rem; width:2rem; line-height:2rem; text-align:center; color: #222; font-size:1.1rem; -webkit-transition:background 0.3s; -ms-transition:background 0.3s; -moz-transition:background 0.3s; transition:background 0.3s;}
.notice3009 .btn_more i{transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.notice3009 .btn_more:hover i, .notice3009 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}
.notice3009_2{padding: 2.5rem 0 0 2rem;}
.notice3009_2:after{content:''; position:absolute; left:0; top:2.5rem; display:block; width:1px; height:calc(100% - 4rem); border-left:2px dotted #d8d8d8;} 
/* active */
.notice3009 h2 a:hover,
.notice3009 h2 a:focus,
.notice3009 h2 a.current{color:#00a98f; font-weight: 600;}
.notice3009 h2 a:focus:before,
.notice3009 h2 a:hover:before,
.notice3009 h2 a.current:before{display:block;} 
.notice3009 .list_box.on{display:block;}
.notice3009 .list_box > a:hover dd h3{color: #1e665b;}
.notice3009 .list_box > a:hover dd p{text-decoration: underline;}
.notice3009 .list_box ul > li > a:hover,
.notice3009 .list_box ul > li > a:focus{text-decoration:underline;}

.notice3009 .list_box .NoData {display:table; width:100%; height:100%; text-align:center; font-size:.75rem; background:#f3f3f3;}
.notice3009 .list_box .NoData span {display:table-cell; vertical-align:middle;}

/* 바로가기01 */
.M_link3009{position:relative; overflow:hidden; padding: 1.5rem 0 2.5rem;}
.M_link3009 ul{overflow:hidden; display: table; table-layout: fixed; width: 100%;}
.M_link3009 ul li{position:relative; display: table-cell;}  
.M_link3009 ul li a .ico{display:block; width: 5rem; height: 5rem; margin: 0 auto; text-align:center; background:#f697b9; border-radius:0 50% 50% 50%;}
.M_link3009 ul li a .ico img{margin-top: 1.2rem; transition: 0.3s; -webkit-transition: 0.3s; width: 50px; height: 50px;}
.M_link3009 ul li a:hover .ico img, .M_link3009 ul li a:focus .ico img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.M_link3009 ul li a em{display:block; margin-top: 0.5rem; height:2.4rem; color:#333; font-size:0.85rem; line-height:1.2rem; text-align:center; overflow:hidden; padding:0 0.5rem;} 
.M_link3009 ul li a:hover em, .M_link3009 ul li a:focus em{text-decoration: underline;}

/* 팝업존 */
.pop3009{height:100%; color:#333; padding:0 0 .5rem 0;}
.pop3009 h2{margin:0 8.5rem 1rem 0; font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1; color:#333;}
.pop3009 .nss_pg{position:absolute; right:0.5rem; top:0;}
.pop3009 .nss_pg span{display:inline-block;} 
.pop3009 .nss_pg span .now{font-weight:600; color: #8387d8;}
.pop3009 .nss_pg a{display:inline-block; margin:0 0.1rem; width:1.5rem; text-align:center;} 
.pop3009 .nss_pg .play{display:none;} 
.pop3009 .pop_wrap{position: relative; margin:.5rem; background:#f7f7f7; border-radius: 0 2.25rem;}
.pop3009 .pop_wrap::before{width: 183px; height: 105px; background: url('/00_common/images/T3009_main/3009_pop_pt.png') repeat; position: absolute; top:-.5rem; left:-.5rem; content: ''; z-index:-1;}
.pop3009 .pop_wrap::after{width: 183px; height: 105px; background: url('/00_common/images/T3009_main/3009_pop_pt.png') repeat; position: absolute; bottom:-.5rem; right:-.5rem; content: ''; z-index:-1;}
.pop3009 .bx-wrapper{position:relative; z-index: 1; overflow: hidden; max-width: 17.5rem; height: 11.3rem; margin:0 auto; border-radius: 0 2.25rem; text-align:center;}
.pop3009 .pop_img li a { display: block; height: 11.3rem; }
.pop3009 .pop_img li img{position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); max-width:100%; max-height:100%; overflow:hidden;} 

/* 팝업리스트 레이어 추가 */
.pop3009 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61; z-index: 1; border-radius: 0 1.5rem;}
.pop3009 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop3009 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop3009 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:10rem; line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto;}
.pop3009 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop3009 .pop_layer_box .pop_layer ul li a:hover,
.pop3009 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop3009 .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;}

/* 오늘의식단 */
.meal_menu3009{position:relative; height:100%; padding:1.5rem; margin-right: 2rem; border-radius:0 2.25rem 2.25rem 2.25rem; border: 1px solid #ccc; background:#fff; overflow:hidden;}
.meal_menu3009 h2{width:calc(100% - 2rem); font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1; color:#333;}
.meal_menu3009 .imgBox{position: absolute; bottom: 0; left:50%; width:16.45rem; height:6.1rem; margin-left:-8.225rem; text-align:center;}
.meal_menu3009 .imgBox img{vertical-align: bottom;}
.meal_menu3009 ul{ height:5.3rem; margin-top:1rem; overflow-y:auto; padding-right:0.5rem;}
.meal_menu3009 ul li + li{margin-top:1rem;}
.meal_menu3009 ul li.no_Data{text-align:center; line-height:5rem;}
.meal_menu3009 dl{position:relative;}
.meal_menu3009 dl dt.kcal{width:10rem; max-width:100%; line-height:2.25rem; border-radius:0 1.125rem 0 1.125rem; background:#8387d8; font-size:0.95rem; color:#fff; text-align:center;} 
.meal_menu3009 dl dd.meal_list{margin-top:0.5rem; }
.meal_menu3009 .btn_more{position:absolute; top:1.5rem; right:1.5rem; width:1.5rem; line-height:1.5rem; border-radius:50%; text-align:center; font-size:1.1rem; -webkit-transition:background 0.3s; -ms-transition:background 0.3s; -moz-transition:background 0.3s; transition:background 0.3s;}
.meal_menu3009 .btn_more i{transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.meal_menu3009 .btn_more:hover i, .meal_menu3009 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}

/* 행사일정 */
.pop_schedule3009{position:relative; height:100%; background:#8387d8; border-radius:0 2.25rem 2.25rem 2.25rem; padding:1.5rem; margin-right: 2rem;} 
.pop_schedule3009 h2{width:calc(100% - 2rem); color:#fff; font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1;} 
.pop_schedule3009 .month{text-align: center; margin: 0.25rem 0;}
.pop_schedule3009 .month a{display: inline-block; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; border-radius: 50%; background: #525596; color: #fff; text-align: center; vertical-align: middle;}
.pop_schedule3009 .month a i{transition: 0.3s; -webkit-transition: 0.3s;}
.pop_schedule3009 .month p{display: inline-block; width: 5rem; height: 5rem; background: #525596; border-radius:0 50% 50% 50%; text-align: center; font-weight: 100; color: #fff; font-size: 0.9rem; line-height: 1.3; vertical-align: middle; padding-top: 0.75rem; margin: 0 0.25rem;}
.pop_schedule3009 .month p em{font-size: 1.75rem; display: block; font-weight: 300; position: relative;}
.pop_schedule3009 .month p em::after{width: 2rem; height: 1px; background: #98a4c3; position: absolute; top: 3px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); content: "";}
.pop_schedule3009 .btn_more{position:absolute; top:1.5rem; right: 1.5rem; width:1.5rem; line-height:1.5rem; border-radius:50%; text-align:center; color:#fff; font-size:1.1rem; -webkit-transition:background 0.3s; -ms-transition:background 0.3s; -moz-transition:background 0.3s; transition:background 0.3s;} 
.pop_schedule3009 .btn_more i{transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.pop_schedule3009 .btn_more:hover i, .pop_schedule3009 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}
.pop_schedule3009 .lst_schedule{width:100%; height:7rem; overflow-y:auto;}
.pop_schedule3009 .lst_schedule > li{white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#fff;}
.pop_schedule3009 .lst_schedule > li + li{margin-top: 0.3rem;}
.pop_schedule3009 .lst_schedule > li .date{display:inline-block; margin-right:8px; width:3.75rem; height:1.5rem; line-height:1.5rem; text-align:center; border-radius:1rem; background:#fefefe; color:#444; font-weight:400;}
.pop_schedule3009 .lst_schedule > .no_Data{line-height:6rem; text-align:center;}
/* active */
.pop_schedule3009 .month a:hover.prev i,
.pop_schedule3009 .month a:focus.prev i{-webkit-transform:translateX(-30%); -ms-transform:translateX(-30%); -moz-transform:translateX(-30%); transform:translateX(-30%);}
.pop_schedule3009 .month a:hover.next i,
.pop_schedule3009 .month a:focus.next i{-webkit-transform:translateX(30%); -ms-transform:translateX(30%); -moz-transform:translateX(30%); transform:translateX(30%);}
.pop_schedule3009 .lst_schedule > li a:hover,
.pop_schedule3009 .lst_schedule > li a:focus{text-decoration:underline;} 


/* 포토앨범 */
.gallery3009{position:relative; height:100%;}
.gallery3009 h2{width:calc(100% - 2rem); margin-bottom:1rem; font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1; color:#333;}  
.gallery3009 .gall_list{margin:0 -0.5rem;}
.gallery3009 .gall_list li{display:block; width:100%; float:left; position: relative; padding:0 0.5rem;}
.gallery3009 .gall_list li:nth-of-type(2){display: none;}
.gallery3009 .gall_list li .img{position:relative; width:100%; height:11.5rem; border-radius:1rem; overflow:hidden; background:#eee;}
.gallery3009 .gall_list li .img img{position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
.gallery3009 .gall_list li .txt{position: absolute; width: 80%; left: 10%; bottom: 1rem; text-align:center; overflow:hidden; text-overflow:ellipsis; line-height: 2.25rem; white-space:nowrap; background: rgba(131,135,216,0.8); color: #fff; border-radius: 0 1.125rem 1.125rem 1.125rem; padding: 0 0.5rem;}
.gallery3009 .btn_more{position:absolute; top:0; right:0; width:1.5rem; line-height:1.5rem; border-radius:50%; text-align:center; color:#000; font-size:1.1rem; -webkit-transition:background 0.3s; -ms-transition:background 0.3s; -moz-transition:background 0.3s; transition:background 0.3s;} 
.gallery3009 .btn_more i{transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.gallery3009 .btn_more:hover i, .gallery3009 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}
/* active */
.gallery3009 .gall_list li:hover .img img,
.gallery3009 .gall_list li:focus .img img{transform:translate(-50%, -50%) scale(1.2); -webkit-transform:translate(-50%, -50%) scale(1.2); -ms-transform:translate(-50%, -50%) scale(1.2); -moz-transform:translate(-50%, -50%) scale(1.2);}
.gallery3009 .gall_list li:hover .txt,
.gallery3009 .gall_list li:focus .txt{text-decoration: underline;}

.gallery3009 .NoData {display:table; width:100%; height:11.5rem; text-align:center; font-size:.75rem; background:#f3f3f3;}
.gallery3009 .NoData span {display:table-cell; vertical-align:middle;}

/* 배너존 */
.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:block; margin-top: 1.5rem; width: 4rem; font-size: 0.85rem; font-weight: 400; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.35rem; overflow: hidden;}
.banner_zone .btn a {float: left; width: 27px; height: 28px; color: transparent; background: no-repeat center / 100%; overflow: hidden;}
.banner_zone .btn a.prev {background-image: url('/00_common/images/common/btn_b_prev.png');}
.banner_zone .btn a.stop {background-image: url('/00_common/images/common/btn_b_stop.png');}
.banner_zone .btn a.play {display:none; background-image: url('/00_common/images/common/btn_b_play.png');}
.banner_zone .btn a.next {background-image: url('/00_common/images/common/btn_b_next.png');}
.banner_zone .btn a.list {background-image: url('/00_common/images/common/btn_b_list.png');}
.banner_zone .bx-wrapper {float: left; display:block; padding-top: 0.75rem; padding-left:1.5rem; width: calc(100% - 10rem); overflow: hidden;}
.banner_zone ul li { 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 {width: 100%; height: 100%; }



 
@media (max-width:1920px){
	.MVisual3009 #m_visual li img{width: auto; height: 100%;}
}

@media (max-width:1240px){
	/* 메인비주얼 */
	.MVisual3009{height: auto;}
	.MVisual3009 #m_visual li img{width: 120%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
	
	/* 공지사항 */
	.notice3009{padding-top:1.5rem; }
	.notice3009 .list_box{top:3.6rem; }

	/* 바로가기 */
	.M_link3009 ul li a .ico{width: 4.2rem; height: 4.2rem;}
	.M_link3009 ul li a .ico img{margin-top: 1.1rem; width: 38px; height: auto;}
	
	/* 오늘의식단 */
	.meal_menu3009{margin-right: 1rem; background-position: bottom left;}

	/* 행사일정 */
	.pop_schedule3009{margin-right:0;}
}


@media (max-width:1024px){

	/* 바로가기 */
	.M_link3009{padding-bottom: 0;}

	/* 오늘의식단 */
	.meal_menu3009{margin-right: 0;}
	.meal_menu3009 h2 {font-size:1rem;} 

	/* 행사일정 */
	.pop_schedule3009 h2 {font-size:1rem;}
	.pop_schedule3009 .month p { width:4.2rem; height:4.2rem;}
	.pop_schedule3009 .month p em { font-size:1.2rem;}

	/* 팝업존 */
	.pop3009{padding-left: 0;}
	.pop3009 h2 {font-size:1rem;}

	/* 포토갤러리 */
	.gallery3009 h2 {font-size:1rem;}
	.gallery3009 .gall_list li{width: 50%;}
	.gallery3009 .gall_list li:last-child{display: block;}

	/* 배너존 */
	.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 .bx-wrapper {margin-left: 6rem; width: calc(100% - 6rem);}
} 
@media (max-width:890px){  
	.notice3009 h2 { font-size:0.9rem; }
	.notice3009_2 { padding:1.5rem 0 0;}
	.notice3009_2:after{left:0; top:0; width:100%; height:1px; border-left:none; border-top:2px dotted #d8d8d8;}
	.notice3009 .list_box { width:100%; }
}
@media (max-width:800px){  
	/* 바로가기 */
	.M_link3009 ul li a .ico img{width:2rem; height: auto; margin-top: 1.1rem;}
}

@media (max-width:700px){
	/* 오늘의 식단 */
	.meal_menu3009{ padding: 1rem 1rem 6rem 1rem;}
	.meal_menu3009 .btn_more{top: 1rem; right: 1rem;}

	/* 행사일정 */
	.pop_schedule3009{padding: 1rem;}
	.pop_schedule3009 .btn_more{top: 1rem; right: 1rem;}
}

@media (max-width:600px){	 
	/* 바로가기 */
	.M_link3009 ul{display: block;}
	.M_link3009 ul li{display: block; width: 33.333%; float: left; margin-bottom: 0.5rem;}

	/* 팝업존 */
	.pop3009{padding-top: 0;}
	.pop3009 .nss_pg{top: 0;}
}  
@media (max-width:480px){
	/* 메인비주얼 */
	.MVisual3009 .bx-controls{bottom:1rem;}

	/* 공지사항 */
	.notice3009{padding:1.5rem 0;}
	.notice3009:before{display:none;}
	.notice3009 h2{max-width:calc((100% - 3rem) / 3); font-size:0.9rem;}
	.notice3009 h2 ~ h2{margin-left:0.5rem;}
	.notice3009 .list_box{width:100%;}
	.notice3009_2:after{width:100%; left:0;}

	/* 팝업존 */
	.pop3009 .pop_wrap{width: 100%;}

	/* 바로가기 */
	.M_link3009 ul li a .ico { width:3.5rem; height:3.5rem; }
	.M_link3009 ul li a .ico img { width:1.6rem; margin-top:0.8rem;}

	/* 포토갤러리 */
	.gallery3009 .gall_list li{width: 100%;}
	.gallery3009 .gall_list li:last-child{display: none;}
}
@media (max-width:380px){ 
	/* 바로가기 */
	.M_link3009 ul li{width:50%;}
}
