.top_wrap {
	height: 6vh;
	/* margin-bottom: 5px; */
}
.top_wrap_box {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100vw;
	box-shadow: 0 5px 10px -5px rgb(206, 205, 205);
}
.top_wrap2 {
	height: 6vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #313131;
	color: #ffffff;
}
.top_logo_box {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 60px;
	color: rgb(165, 165, 165);
	white-space: nowrap;
}
.top_logo {
	margin-right: 20px;
	width: 1.5em;
	height: 1.5em;
}
.top_link_wrap {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
.top_link_box {
	margin-right: 40px;
	white-space: nowrap;
}
/* .top_link_box:hover{
	color:rgb(167, 165, 165);
} */

.wrap_footBar{
  padding: 20px;
  height: 150px;
  display: flex;
  flex-direction: column;
  background-color: #27282d;
  color:white;
  border:1px solid #27282d;
  box-shadow: 0px -5px 10px -5px #27282d;
  margin-top: 5px;
	/* width: 100%; */
	/* border:1px solid red; */

}
.foot_content_title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  
}
.foot_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;

}
.foot_bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
}
.foot_line{
  margin-top:10px ;
}