.overlay-address {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 1;
  z-index: 2;
}

.popup-address {
  margin: 200px auto;
  background: #fff;
  width: 592px;
  max-height: 680px;
  height: auto;
  padding: 30px;
}

.header-address {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.header-address span {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.close-address {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 20px;
  cursor: pointer;
}

.close-address img {
  height: 24px;
  width: 24px;
}

.close-address:hover,
.close-address:focus {
  color: #000;
  text-decoration: none;
}

.mobile-only-address {
  display: none;
}

.search-address {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 30px;
}

.search-address input {
  flex: 1;
  height: 52px;
  padding: 16px;
  border: solid 1px #d3d3d3;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  margin-right: 10px;
}

.search-address input:focus {
  border: solid 1px #028267 !important;
}

.search-address button {
  width: 92px;
  height: 52px;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
}

.content-address {
}

@media only screen and (max-width: 767px) {
  .pc-only-address {
    display: none;
  }
  .mobile-only-address {
    display: block;
  }

  .popup-address {
    margin: auto;
    background: #fff;
    width: 100%;
    max-height: 100%;
    height: 100%;
    padding: 18px 20px;
    border: 0;
  }

  .header-address span {
    font-size: 18px;
  }

  .close-address img {
    height: 20px;
    width: 20px;
  }

  .search-address {
    margin-top: 46px;
    width: 100%;
  }

  .search-address input {
    /* width: 75%; */
    height: 48px;
    padding: 17px 16px 15px 16px;
    font-size: 16px;
    margin-right: 10px;
  }

  .search-address button {
    width: auto;
    height: 48px;
    font-size: 14px;
  }
}
