@charset "UTF-8";
.xf-store-widget-section {
  padding: 0px 0 80px;
}

.xf-widget-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  padding-bottom: 24px;
  border-bottom: 1px solid #ececec;
}

.xf-widget-head .head-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: -1.2px;
  color: #141414;
}

.xf-widget-head .head-sub {
  display: block;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: -0.46px;
  color: #c0c0c0;
}

.xf-store-content {
  position: relative;
  padding: 24px 0 36px;
}

.xf-store-content.content-line::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 12px;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  background-color: #f2f4f6;
}

.content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

.content-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.74px;
  color: #484848;
}

.content-select {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.store-box {
  padding-top: 20px;
}

.store-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.store-list .store-item {
  width: 100%;
  margin-top: 32px;
}

.store-list .store-item:first-child {
  margin-top: 0;
}

.store-thumbnail {
  border-radius: 18px;
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0.05);
  background-color: #ececec;
}

.store-thumbnail .store-thumbnail-img {
  width: 100%;
  padding-top: 62.56%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.store-info {
  margin-top: 12px;
}

.store-info .store-title {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.6px;
  color: #141414;
}

.store-info .store-title .store-distance {
  color: #f5332b;
}

.store-desc {
  position: relative;
  padding-right: 27px;
  margin-bottom: 20px;
}

.store-desc .desc-arrow {
  color: #aeaeae;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 20px;
}

.store-desc .desc-arrow::before {
  content: '';
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.store-desc .desc-arrow:hover {
  cursor: pointer;
}

.store-desc .desc-arrow.on {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.store-desc .desc-arrow i {
  display: block;
  line-height: 20px;
}

.store-desc .desc-text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: -0.6px;
  color: #aeaeae;
  height: 44px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.store-desc .desc-text.on {
  height: 100%;
}

.store-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}

.store-btn .store-btn-item {
  padding: 0 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.store-btn .btn-item {
  padding: 12px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.21px;
  text-align: center;
  color: #484848;
  border-radius: 23px;
  border: 1px solid #d7d7d7;
  text-decoration: none;
}

.store-btn .btn-item.btn-item-point {
  color: #f5332b;
  border-color: #f5332b;
}

.store-amenity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

.store-amenity .amenity-item {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
}

.store-amenity .amenity-item.amenity-wifi {
  background-image: url(../img/icon-wifi.svg);
}

.store-amenity .amenity-item.amenity-parking {
  background-image: url(../img/icon-parking.svg);
}

.store-site-box {
  margin-top: 28px;
  display: none;
}

.store-site-box .store-site-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.store-site-box .store-site-list .store-site-item {
  margin-right: 16px;
}

.store-site-box .store-site-list .store-site-item .store-site-link.battlica img {
  width: 97px;
}

.store-site-box .store-site-list .store-site-item .store-site-link.food img {
  width: 124px;
}

.store-site-box .store-site-list .store-site-item .store-site-link.zone img {
  width: 132px;
}

/* 셀렉트 */
.xf-select-box + .xf-select-box {
  margin-left: 6px;
}

.xf-select-box .sort-select-item {
  position: relative;
}

.xf-select-box .sort-select-item:after {
  content: "\e943";
  font-family: 'xeicon';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  color: #aeaeae;
  font-size: 12px;
  font-weight: 600;
  z-index: -1;
}

.xf-select-box .sort-select-item.select-large-wrap {
  display: block;
  width: 100%;
  margin: 5px 0;
}

.xf-select-box .sort-select-list {
  background-color: transparent;
  padding: 8px 40px 8px 15px;
  border-radius: 6px;
  border: solid 1px #d7d7d7;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.6px;
  color: #484848;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  z-index: 0;
}

.xf-select-box .sort-select-list.select-large {
  width: 100%;
}

@media (min-width: 640px) {
  .store-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .store-list .store-item {
    width: 50%;
    padding: 0 8px;
  }
  .store-list .store-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .xf-store-content {
    padding: 35px 0 55px;
  }
  .xf-store-content.content-line {
    padding-bottom: 20px;
  }
  .xf-store-content.content-line::after {
    display: none;
  }
  .xf-widget-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .store-box {
    padding-top: 32px;
  }
  .store-list {
    margin-left: 0;
    margin-right: 0;
  }
  .store-list .store-item {
    width: 100%;
    padding: 0;
  }
  .store-list .store-item:nth-child(2) {
    margin-top: 32px;
  }
  .store-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .store-info {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0  1 100%;
            flex: 0  1 100%;
    max-width: 460px;
  }
  .store-info .store-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .store-info .store-title .store-distance {
    font-size: 16px;
  }
  .store-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
  }
  .store-desc {
    padding-right: 0;
  }
  .store-desc .desc-text {
    font-size: 16px;
    line-height: 25px;
    height: auto;
    max-height: 50px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .store-desc .desc-arrow {
    display: none;
  }
  .store-btn {
    padding-top: 14px;
    margin-right: 0;
    padding-left: 20px;
    margin-left: auto;
  }
  .store-btn .btn-item {
    width: 92px;
  }
  .store-amenity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .store-site-box {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
