.ez-tab {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.ez-tab li {
	float: left;
	font-size: 14px;
	border-top: none;
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	z-index: 2;
	position: relative;
}
.ez-tab li a {
	display: block;
	padding: 4px 20px 5px 20px;
	color: #848484;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ececec;
	height: 24px;
}
.ez-tab li a:hover {
	color: #005cbf;
}
.ez-tab li.active a {
	font-size: 14px;
	font-weight: bold;
	background-color: white;
	border: 1px solid #005cbf;
	border-bottom: none;
	height: 29px;
}
.ez-tab li.no-view-for-line {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
}
.ez-tab li.no-view-for-line a,
.ez-tab li.no-view-for-line a:hover {
	background-color: transparent !important;
	border-color: transparent !important;
}
.ez-tab-contents .btn-more {
	position: absolute;
	right: 0px;
	top: 12px;
	z-index: 1;
}

/* 스타일링 */
.ez-tab li {
	border: none;
	padding: 3px 1px 0 1px;
}

.ez-tab li a {
	border-bottom: none;
	border-radius: 10px 10px 0 0;
}

.ez-tab li.active {
	padding-top: 0;
}

.ez-tab li.active a span {
	color: #005cbf;
}

.ez-tab li.no-view-for-line {
	border-bottom: 1px solid #005cbf;
}

.ez-tab-selectbox {
	display: none;
	width: 100%;
	height: 2em;
	border: none;
	background-color: green;
	color: yellow;
	padding: 0 .5em;
	font-size: 1.3em;
}