.box-select {
  display: flex;
  grid-gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.box-select .box-item:nth-child(1) {
  width: calc(100% - 800px);
}
.box-select .box-item:nth-child(2) {
  width: 200px;
}
.box-select .box-item:nth-child(3) {
  width: 560px;
}
.box-select p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.box-select .select2 {
  width: 100% !important;
}
.box-select .select2 .select2-selection {
  border-radius: 4px;
  height: 46px;
  background: #F3F3F5;
  border: 1px solid #F3F3F5;
  border-radius: 12px;
  transition: 0.15s ease-in-out;
}
.box-select .select2 .select2-selection .select2-selection__rendered {
  padding: 0 15px;
  line-height: 46px;
}
.box-select .select2 .select2-selection .select2-selection__arrow {
  height: auto;
  right: 15px;
  bottom: 50%;
  width: auto;
  transform: translateY(50%);
  top: unset;
}
.box-select .select2 .select2-selection[aria-expanded=true] {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(239, 104, 55, 0.6);
  border-color: #ef6837;
}

.iframe-select {
  position: relative;
}
.iframe-select iframe {
  width: 100% !important;
  height: 400px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #EF6837;
}

.nav-store {
  border-bottom: none !important;
  margin-bottom: 40px !important;
  display: flex;
  justify-content: center;
  grid-gap: 20px;
}
.nav-store li {
  margin: 0 !important;
}
.nav-store li a {
  cursor: pointer;
  margin: 0 !important;
  border: none !important;
  color: #EF6837 !important;
  border: 1px solid #EF6837 !important;
  border-radius: 12px !important;
}
.nav-store li a[aria-expanded=true] {
  background: #EF6837 !important;
  color: #fff !important;
}

.list-map {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 40px;
  justify-content: center;
}
.list-map .item-map {
  background: #FFFFFF;
  padding: 30px;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  width: calc((100% - 80px) / 3);
}
.list-map .item-map iframe {
  width: 100% !important;
  height: 285px !important;
}
.list-map .item-map p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}

@media (max-width: 960px) {
  .box-select {
    flex-wrap: wrap;
  }
  .box-select .box-item {
    width: 100% !important;
  }
  .list-map {
    grid-gap: 10px;
  }
  .list-map .item-map {
    width: calc((100% - 10px) / 2);
    padding: 10px;
  }
  .list-map .item-map iframe {
    height: 200px !important;
  }
}/*# sourceMappingURL=default.css.map */