/* 탭 영역 */
.mGstarTabDivWrap { display: flex; position: sticky; top: 0; z-index: 1;}
.mGstarTabWrap {
	background-color: #146eba;
	color: #fff;
	display: inline-block !important;
	width: 100%;
	height: 37px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.new_special_head {width:100%;}
.tag_title img {
	width:100%;
}
.mGstarTabWrap a{
	display: inline-block;
    width: 33%;
    padding: 9px 0;
    text-align: center;
    float: left;
    cursor: pointer;
}