.ez-tab {
	position: relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:10px;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.ez-tab li {
	flex:1;
}
.ez-tab li a {
	display:block;
	padding:10px;
	color:#0b1c35;
	text-align:center;
	background:rgba(245,158,11,0.2);
	border-radius:7px;
}
.ez-tab li a:hover, .ez-tab li.active a {
	font-weight:600;
	background:#f59e0b;
}
.ez-tab li.no-view-for-line {
	display:none;
}
.ez-tab-contents .btn-more {
	position: absolute;
	right: 0px;
	top: 12px;
	z-index: 1;
}

.ez-tab-selectbox {
	display: none;
	width: 100%;
	height: 2em;
	border: none;
	background-color: green;
	color: yellow;
	padding: 0 .5em;
	font-size: 1.3em;
}