#hi-tab ul{
    margin: 0; padding: 0; list-style: none;
}
#hi-tab ul li {
    list-style-type:none;
    display: inline-block;
    margin: 0 75px;
}
#hi-tab ul li a {
    display: inline-block;
    color: #d0cfd0;
}
#hi-tab {
	display:flex;
	text-align:center;
	width:100%;
    background-color:#fff;
    z-index: 1100;
}
#hi-tab ul {
	width:100%
}
.test-up-area {
	height:200px;
	width:100%;
	text-align:center;
	margin:0 auto;
	background-color:#51d266
}
.test-down-area {
	width:100%;
	margin:0 auto;
}
.test-down-area .item{
    padding: 40px 0 50px;
}
.hi-select-btn.hi-selected-full {
	color:#af2323 !important
}
.hi-select-btn.hi-selected-underline {
	border-bottom:3px #267dcc solid
}
.toggle {
	width:5%
}
.toggle a {
	width:100%;
	display:block;
	margin:0 auto;
	padding:20px 0
}

@media only screen and (max-width:768px){
	#hi-tab ul li{ margin: 0 20px;}
}