#guidebook-container {
  background: linear-gradient(69.43deg, #fafafc 16.99%, #f0f1f4 90.52%);
}

ul {
  display: flex;
  flex-wrap: wrap;
}
a {
  display: inline-block;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.3); */
}
#list-wrap {
  width: 90.6%;
  margin: 0 auto 11.7vw;
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#list-wrap > div {
  margin-bottom: 2.74vw;
}

#gift-wrap {
  width: 48.8%;
}
#category-wrap {
  width: 48.7%;
}
#list-wrap p {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 1.2em;
  color: #876e4c;
  border-bottom: 1px solid #876e4c;
  margin-bottom: 3em;
}
#gift-list li img{
  width: auto;
  height: 100%;
}
#category-list li img {
  width: 100%;
  height: auto;
}
#gift-list li {
  width: 100%;
  height: 12.5vw;
  margin-bottom: 3.9vw;
}
#category-list {
  justify-content: space-between;
}
#category-list li {
  width: 28.3%;
  height: auto;
  margin-bottom: 3.9vw;
}

#shipping-info-btn {
  width: 100%;
  font-size: 2em;
  border: 1.5px solid #876e4c;
  text-align: center;
  line-height: 8.2vw;
  text-decoration: none;
  color: #876e4c;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#shipping-info-btn img {
  height: 0.9em;
  width: auto;
  margin-left: 1%;
}
@media (orientation: portrait) {
  #list-wrap {
    width: 85%;
    margin: 8.75vw auto 18.75vw;
    font-size: 10px;
  }
  #list-wrap > div {
    width: 100%;
    margin-bottom: 2.75vw;
  }
  #list-wrap p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3em;
    text-align: center;
    letter-spacing: 0.05em;
    color: #876e4c;
    border-bottom: 1px solid #876e4c;
    margin-bottom: 6.25vw;
  }

  
  #gift-list li {
    width: 100%;
    height: 20vw;
    margin-bottom: 6.25vw;
  }
  #gift-list li img {
    width: auto;
    height: 100%;
  }

  #category-list li {
    width: 25%;
    margin-bottom: 6.25vw;
    margin-right: 12.5%;
  }
  #category-list li:nth-child(3n) {
    margin-right: 0;
  }
  #category-list li img {
    width: 100%;
    height: auto;
  }
  #shipping-info-btn {
    width: 100%;
    font-size: 3em;
    border: 2.5px solid #876e4c;
    text-align: center;
    line-height: 13vw;
    text-decoration: none;
    color: #876e4c;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  #shipping-info-btn img {
    height: 0.9em;
    width: auto;
    margin-left: 25px;
  }
}
