/*.miniCenterWrap .minilistWrap ul,li {list-style:none; margin:0; padding:0;}*/

.tab {border-left:none; overflow:hidden; }
.tab li {
	box-sizing:border-box; float:left; display:inline-block;/* width:20%; padding:7px 0; border-left:1px solid #ccc; border-top:1px solid #ccc; border-bottom:1px solid #ccc; text-align:center; cursor:pointer;
	font-size:18px; color:#030303; font-weight:500;*/
}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.tab li {width:30%;}
	}

.tab li.on {background-color:#efefef;}
.tab_con {clear:both;}
.tab_con > div {display:none; height:auto; background:#fff; text-align:left;}
/*.tab_con2 { clear:both; margin-top:5px; border:1px solid #ddd; }
.tab_con2 div { display:none; height:100px; background:#fff; line-height:100px; text-align:center; }*/

/*타이틀
.mlist_title {
	padding:10px 0 10px 80px; background:url(../images/minilist_title_bg.gif) left top no-repeat; position:relative;
	font-family: 'GodoB0'; font-size:20px; color:#2c2c2c;
}

/*더보기
.mlist_title > a {
	float:right; padding:5px 20px; background-color:#28bfda; border-radius:5px;
	font-family: 'GodoB0'; font-size:12px; color:#fff;
}
.mlist_title > a:hover {background-color:#ffd800; color:#000;}