@media (min-width: 988px) {

.tabbox{
	box-sizing: border-box;
	display: table;
	width: 100%;
	margin-bottom: 45px;
	height: 45px;
}

.tabcurrent{
	display: table-cell;
	width: 24%;
	border-left: solid 2px #223340;
	border-top: solid 2px #223340;
	border-right: solid 2px #223340;
	color: #000;
	line-height: 200%;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px 10px 0 0;
	font-size: clamp(19px, 1.7vw, 22px);
	height: 45px;
}


.tabspace{
	display: table-cell;
	width: 1%;
	border-bottom: solid 2px #223340;
}

.tablink{
	display: table-cell;
	width: 24%;
	text-align: center;
	vertical-align: middle;
	border-left: solid 2px #223340;
	border-top: solid 2px #223340;
	border-right: solid 2px #223340;
	background-color: #223340;
	color: #fff;
	line-height: 200%;
	border-bottom: solid 2px #223340;
	border-radius: 10px 10px 0 0;
	transition: 0.3s;
	height: 45px;
}

.tabline{
	display: table-cell;
	width: 25%;
	width:auto;
	border-bottom: solid 2px #223340;
}


a.tabtxt {
	display:block;
	color: #fff;
	text-decoration: none;
	font-size: clamp(17px, 1.5vw, 20px);
	transition: 0.3s;
}

a.tabtxt:hover{
	color: #fff;
	font-size: clamp(19px, 1.7vw, 22px);
	transition: 0.3s;
}

}


@media (max-width: 987px) {

.tabbox{
	box-sizing: border-box;
	display: table;
	width: 100%;
	margin-bottom: 45px;
	margin-top: 10px;
}

.tabcurrent{
	display: table-cell;
	width: 32%;
	border-left: solid 2px #223340;
	border-top: solid 2px #223340;
	border-right: solid 2px #223340;
	color: #000;
	line-height: 200%;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px 10px 0 0;
	font-size: clamp(18px, 1.7vw, 19px);
}


.tabspace{
	display: table-cell;
	width: 2%;
	border-bottom: solid 2px #223340;
}

.tablink{
	display: table-cell;
	width: 32%;
	text-align: center;
	vertical-align: middle;
	border-left: solid 2px #223340;
	border-top: solid 2px #223340;
	border-right: solid 2px #223340;
	background-color: #223340;
	line-height: 200%;
	border-bottom: solid 2px #000;
	border-radius: 10px 10px 0 0;
	transition: 0.1s;
}


.tabline{
	display: none;
}


a.tabtxt {
	display:block;
	color: #fff;
	text-decoration: none;
	font-size: clamp(16px, 1.5vw, 18px);
	transition: 0.3s;
}

a.tabtxt:hover{
	font-size: clamp(18px, 1.7vw, 19px);
	transition: 0.3s;
}


.tabnone{
	display: none;
}


}
