.header-action {
    position: relative;
  }
  
  .header-action-pos {
    position: absolute;
    right: 0%;
    top: 50%;
    width: calc(var(--distance) + 3.4rem);
    background: #ffffff;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 100rem;
    border: 0.2rem solid #eee;
    transition: 0.45s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .header-action-pos.open {
    opacity: 1;
    visibility: visible;
  }
  .header-action-wrap .inner-form {
    display: flex;
    height: 100%;
  }
  .header-action-wrap .inner-form input {
    flex: 1;
    padding: 0 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    border: unset;
    outline: unset;
    border-radius: 100rem;
    padding-right: 0;
    background: transparent;
  }
  .header-action-wrap .inner-form input::placeholder {
    color: #7f8080;
  }
  .header-action-wrap .inner-form .btn-submit {
    width: 3.4rem;
    height: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f66315;
    font-size: 1.4rem;
    background: transparent;
    border-radius: 100rem;
  }
  .header-form {
    position: relative;
  }
  .header-form-result {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.4rem;
    width: 100%;
    background: #fff;
    padding: 1.6rem;
    border-radius: 1.6rem;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .header-form-result.open {
    opacity: 1;
    visibility: visible;
  }
  .header-form-head .tag-list {
    display: flex;
    gap: 0.8rem;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .header-form-head {
    padding-bottom: 0.8rem;
    border-bottom: 0.1rem solid #f0f0f0;
    margin-bottom: 0.8rem;
  }
  .header-form-head .tag-link {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    font-size: 1.2rem;
    color: #7f8080;
    border-radius: 100rem;
    border: 0.1rem solid #f0f0f0;
    background: #fff;
    transition: 0.3s ease-in-out;
  }
  .header-form-head .tag-link:hover {
    background: #f0f0f0;
  }
  .header-form-list {
    display: flex;
    margin: 0 -1rem;
    row-gap: 2rem;
    flex-wrap: wrap;
  }
  .header-form-list .col {
    width: calc(100% / 7);
    padding: 0 1rem;
  }
  .header-form-cate-img .inner {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 1.2rem;
    display: block;
    background: #e8f7fe;
  }
  .header-form-cate-img {
    margin-bottom: 0.8rem;
  }
  .header-form-cate-img .inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  .header-form-cate-it .t-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
    color: #7f8080;
  }
  .header-form-bot {
    margin-top: 0.8rem;
  }
  .header-form-bot .t-text {
    font-size: 1.6rem;
    font-weight: 700;
    color: #031230;
    margin-bottom: 1.6rem;
  }
  .header-form-inner {
    overflow-y: auto;
    min-height: 22vh;
    max-height: 80vh;
  }
  .header-form-cate {
    overflow: hidden;
  }
  .header-form-sp-it {
    padding-bottom: 0.8rem;
    border-bottom: 0.1rem solid #f0f0f0;
  }
  .header-form-sp-it .t-gr {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .header-form-sp-it .t-link {
    font-size: 1.6rem;
    color: #031230;
    font-weight: 500;
  }
  .header-form-sp-it .t-price {
    font-size: 2rem;
    font-weight: 700;
    color: #f66315;
    line-height: 100%;
  }
  .header-form-sp-inner {
    display: flex;
    gap: 1.2rem;
  }
  .header-form-sp-inner .inner-image {
    width: 7.7rem;
    height: 7.7rem;
  }
  .header-form-sp-inner .inner-image .inner {
    display: block;
    height: 100%;
    border-radius: 0.6rem;
    overflow: hidden;
  }
  .header-form-sp-inner .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .header-form-sps {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .main.main-home {
    padding-top: var(--size-hd);
  }
  @media screen and (max-width: 1200px) {
    .header-action-pos {
      top: 100%;
      width: 100%;
      transform: unset;
      left: 0;
      right: 0;
      background: #fff;
      border-radius: unset;
      border: unset;
    }
    .header-action {
      position: static;
    }
    .header-action-wrap .inner-form {
      background: #f5f5f5;
      border-radius: 100rem;
    }
    .header-form {
      padding: 0.8rem 1.6rem;
    }
    .header-form-result {
      margin-top: 0;
      border-radius: 0;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .header-action-icon.active i::before {
      content: "\f00d";
    }
    .header-action-icon.active .icon {
      background: #f66315;
      border-color: #f66315;
      color: #fff;
    }
  }
  @media screen and (max-width: 720px) {
    .header-form-sp-inner .inner-image {
      width: 5rem;
      height: 5rem;
      border-radius: 0.6rem;
    }
    .header-form-sp-it .t-price {
      font-size: 1.2rem;
    }
    .header-form-list {
      flex-wrap: unset;
    }
    .header-form-list .col {
      width: 9rem;
      flex-shrink: 0;
    }
    .header-form-cate-it .t-link {
      font-size: 1.1rem;
    }
    .header-form-cate {
      max-width: 100%;
      overflow-x: hidden;
    }
  }
  
