.store {
  padding: 30px 0px 100px;
}

.store__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: #000000;
}

.store__content {
  margin-top: 30px;
}

.store__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  height: 900px;
}

.store__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  max-height: 100%;
  overflow-y: auto;
  margin-right: -25px;
  padding-right: 10px;
}

.store__list::-webkit-scrollbar {
  width: 15px;
  background: #F7F7F7;
}

.store__list::-webkit-scrollbar-thumb {
  background: #C0C0C0;
}

.store__map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.head-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EAEAEA;
  margin: 0px -20px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 0px 20px 10px;
}

.head-store__item {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  position: relative;
}

.list-store__item {
  padding: 20px 0px;
  border-bottom: 2px solid #EAEAEA;
}

.list-store__item:first-child {
  padding-top: 0;
}

.list-store__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.list-store__address {
  margin-top: 10px;
}

.list-store__other {
  margin-top: 20px;
}

.other-list-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.other-list-store__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.other-list-store__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #9B9B9B;
}

.other-list-store__value {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.map-store {
  position: relative;
}

.map-store__main {
  height: 100%;
}

.map-store__info {
  display: block;
}

.info-map-store {
  padding: 35px 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  display: none;
}

.info-map-store._view {
  display: block;
}

.info-map-store__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}

.info-map-store__address {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.info-map-store__other {
  margin-top: 20px;
}

.other-info-map-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.other-info-map-store__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.other-info-map-store__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #9B9B9B;
}

.other-info-map-store__value {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

