.tg-header {
  background: url('../img/tg-header.jpg') no-repeat center;
  background-size: cover;
  margin: 0 0 20px;
}

.tg-header .tg-header-inner {
  max-width: 1220px;
  padding: 0 25px;
  margin: 0 auto;
}

.tg-header .tg-title {
  font-size: 68px;
  letter-spacing: 0;
  text-align: center;
  padding: 45px 0 10px;
  margin: 0;
}

.tg-search .tg-search-bar {
  max-width: 330px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 22px;
  height: 44px;
  display: flex;
}

.tg-search .tg-search-input-wrap {
  flex: 1;
  padding: 4px;
}

.tg-search .tg-search-input {
  height: 36px;
  font-size: 19px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 10px 4px 4px 20px;
  background: transparent;
}

.tg-search .tg-search-button {
  padding: 8px 11px 8px;
  display: flex;
}

input::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
input::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
input:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
input::placeholder {
  color: #bbb;
  opacity: 1;
}

.tg-tags .tg-tags-intro {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  padding: 40px 0 15px;
}

.tg-tags .tg-tag-list {
  padding: 10px 0 65px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.tg-tags .tg-tag {
  display: block;
  padding: 10px 30px 5px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  min-width: 70px;
  border: 2px solid #D69E2D;
  color: #000;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.tg-tags .tg-tag:hover {
  border-color: #000;
}

.tg-tags .tg-tag-none {
  border-color: #000;
}

.tg-tags .tg-tag-none:hover {
  border-color: #000;
  color: #D69E2D;
}

.tg-tags .tg-tag.checked {
  background: #D69E2D;
  color: #fff;
}

.tg-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  cursor: default;
  padding: 0 0 25px;
}

.tg-item-tags .tg-tag {
  border: 1px solid #CF9E46;
  border-radius: 15px;
  min-width: 90px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.tg-item-tags .tg-name {
  flex: 1;
  padding: 5px 5px 1px 10px;
}

.tg-item-tags .tg-remove {
  color: #000;
  width: 25px;
  height: 28px;
  padding: 2px 5px 0 0;
  font-size: 18px;
}

.tg-item-tags .tg-remove:hover {
  color: #d00;
}
