/* ¸ð¹ÙÀÏ¿¡¼­ ÁÂ¿ì ¹Ð±â */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
	height:50px; 
	width:100%; 
	background-color:#f4f4f4;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.tabs > ul { margin:0px}
.tabs > li { max-width:130px;  }
.tabs .link  {height:28px; text-align:center; background-color:#fff; overflow:hidden;  }

/* »ó´Ü ¸ð¹ÙÀÏ Ç® ¸Þ´º */
#m_gr_frm				{ padding:0px;  }
#m_gr_frm .m_gr_on		{ float:left; text-align:center; padding:10px 0px 10px 0px; width:25%; background-color:#eee; font-weight:bold; }
#m_gr_frm .m_gr_off		{ float:left; text-align:center; padding:10px 0px 10px 0px; width:25%; background-color:#fff; }



