.join_header, .join_header * {
  text-decoration: none;
  color: #000;
  background: transparent;
  -webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	box-shadow: none;
	outline-width: 0;
	text-decoration: none;
	list-style: none;
	border: 0;
	outline: none;
	box-shadow: none;
	background: none;
}

.join_header {
  width: 100%;
  height: auto;
}
.join_header .inner {
  width: 100%;
  max-width: 1920px;
  height: 72px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 596px) {
  .join_header .inner {
    padding: 0 48px;
  }
}
.join_header h1 {
  display: inline-flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.join_header h1 a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.join_header h1 a img {
  display: block;
  width: 40px;
  height: 40px;
}
.join_header h1 a .txt_logo_chutcha {
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  color: #181818;
}