@charset "UTF-8";
/* ---------------본문--------------- */
.store-section {
  width: 100%;
}

.store-section .section-wrap {
  width: 100%;
  height: 900px;
  position: relative;
}

.store-section .map-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.store-section .map-wrap .btn-pin {
  z-index: 1;
  position: absolute;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 80px;
}

.store-section .map-wrap .btn-pin img {
  display: block;
  height: 100%;
  width: auto;
}

.store-section .map-wrap .btn-location {
  z-index: 1;
  position: absolute;
  right: calc((50% + 720px) - 270px);
  top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  background-color: #1c1c1c;
  width: 270px;
  height: 60px;
  border-radius: 30px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.store-section .map-wrap .btn-location .icon {
  width: 28px;
  height: 28px;
  margin-right: 7px;
}

.store-section .map-wrap .btn-location .icon img {
  display: block;
  max-width: 100%;
}

.store-section .info-wrap {
  z-index: 1;
  position: absolute;
  top: 0;
  left: calc((50% + 720px) - 500px);
  width: 500px;
  height: 100%;
  background-color: #FFF;
}

.store-section .info-wrap .info-box.info-search-box {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  padding-top: 20px;
}

.store-section .info-wrap .info-box.info-search-box .info-tit {
  margin-top: 40px;
  font-size: 28px;
  margin-bottom: 25px;
}

.store-section .info-wrap .info-box.info-search-box .info-desc {
  font-size: 16px;
  line-height: 130%;
}

.store-section .info-wrap .info-box.info-search-box .cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
		  gap:10px;
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .check-input:checked + .textbox {
  background-color: #1c1c1c;
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .check-input:checked + .textbox .text {
  color: #FFF;
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .check-input:checked + .textbox .icon {
  color: #FFF;
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .check-input:checked + .textbox .icon i {
  font-weight: 300;
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .check-input:checked + .textbox .icon.takeout {
  background-image: url(//cdn.dessert39.com/www/img/store/takeout-w.svg);
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .check-input:checked + .textbox .icon.delivery {
  background-image: url(//cdn.dessert39.com/www/img/store/delivery-w.svg);
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .check-input:checked + .textbox .icon.parking {
  background-image: url(//cdn.dessert39.com/www/img/store/parking-w.svg);
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .check-input:checked + .textbox .icon.wifi {
  background-image: url(//cdn.dessert39.com/www/img/store/wifi-w.svg);
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  height: 45px;
  border-radius: 10px;
  border: 2px solid #1c1c1c;
  font-size: 16px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox .text {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox .icon.takeout {
  background-image: url(//cdn.dessert39.com/www/img/store/takeout.svg);
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox .icon.delivery {
  background-image: url(//cdn.dessert39.com/www/img/store/delivery.svg);
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox .icon.parking {
  background-image: url(//cdn.dessert39.com/www/img/store/parking.svg);
}

.store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox .icon.wifi {
  background-image: url(//cdn.dessert39.com/www/img/store/wifi.svg);
}

.store-section .info-wrap .info-box.info-search-box .search-form {
  position: relative;
  margin-bottom: 25px;
}

.store-section .info-wrap .info-box.info-search-box .search-form .search-input {
  display: block;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #1c1c1c;
  border-radius: 30px;
  padding: 0 25px;
  padding-right: 72px;
}

.store-section .info-wrap .info-box.info-search-box .search-form .btn-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  display: block;
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.store-section .info-wrap .info-box.info-search-box .count-box {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.store-section .info-wrap .info-box.info-search-box .count-box .text {
  font-size: 20px;
  margin-left: 7px;
}

.store-section .info-wrap .info-box.info-search-box .count-box .count {
  margin-left: 3px;
}

.store-section .info-wrap .info-box.info-search-box .count-box i {
  font-size: 16px;
}

.store-section .info-wrap .info-box.info-search-box .dummy-line {
  height: 10px;
  background-color: #f6f6f6;
  -webkit-transform: scaleX(1.2);
          transform: scaleX(1.2);
}

.store-section .info-wrap .info-box.info-store-box {
  height: calc(100% - 450px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
}

.store-section .info-wrap .info-box.info-store-box .store-list {
  height: 100%;
  overflow-y: auto;
}

.store-section .info-wrap .info-box.info-store-box .store-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.store-section .info-wrap .info-box.info-store-box .store-list::-webkit-scrollbar-track {
  background-color: transparent;
}

.store-section .info-wrap .info-box.info-store-box .store-list::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.store-section .info-wrap .info-box.info-store-box .store-list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.store-section .info-wrap .info-box.info-store-box .store-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
}

.store-section .info-wrap .info-box.info-store-box .store-list li:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #d2d2d2;
}

.store-section .info-wrap .info-box.info-store-box .store-list li .btn-popup-store {
  display: block;
  width: 100%;
}

.store-section .info-wrap .info-box.info-store-box .store-list li .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.store-section .info-wrap .info-box.info-store-box .store-list li .inner .bgbox {
  width: 200px;
  height: 120px;
}

.store-section .info-wrap .info-box.info-store-box .store-list li .inner .bgbox .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 200px - 20px);
  margin-left: 20px;
}

.store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .tit {
  margin-bottom: 20px;
  font-size: 22px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
  text-align: left;
}

.store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2d2d2d;
}

.store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .text:not(:nth-of-type(1)) {
  margin-top: 10px;
}

.store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .text .left {
  padding-right: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .text .right {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .text .right::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  display: block;
  width: 1px;
  height: 80%;
  background-color: #bfbfbf;
}

.store-section .info-wrap .info-box.info-store-box .store-list li .inner .arrow-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.store-section .info-wrap .info-box.info-store-box .store-list li .inner .arrow-close span {
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #2d2d2d;
}

.store-section .info-wrap .info-box.info-store-box .store-list li .inner .arrow-close span.line1 {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.store-section .info-wrap .info-box.info-store-box .store-list li .inner .arrow-close span.line2 {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

/* ---------------본문 end--------------- */
/* 

*/
/* ---------------팝업--------------- */
.popup-store {
  visibility: hidden;
  z-index: 110;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  max-width: 600px;
  height: 770px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  background-color: #FFF;
  padding: 35px;
}

.popup-store.active {
  visibility: unset;
}

.popup-store form {
  display: block;
  width: 100%;
  height: 100%;
}

.popup-store .inner {
  height: 100%;
}

.popup-store .inner .popup-top {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 50px;
}

.popup-store .inner .popup-top .popup-tit {
  font-size: 28px;
}

.popup-store .inner .popup-top .btn-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 35px;
  height: 35px;
  font-size: 35px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.popup-store .inner .popup-content {
  height: calc(100% - 78px);
  overflow-y: auto;
}

.popup-store .inner .popup-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.popup-store .inner .popup-content::-webkit-scrollbar-track {
  background-color: transparent;
}

.popup-store .inner .popup-content::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.popup-store .inner .popup-content::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.popup-store .inner .popup-content .popup-slider {
  position: relative;
  width: 100%;
  height: 300px;
}

.popup-store .inner .popup-content .popup-slider .slick-list {
  height: 100%;
}

.popup-store .inner .popup-content .popup-slider .slick-list .slick-track {
  height: 100%;
}

.popup-store .inner .popup-content .popup-slider .slider-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.popup-store .inner .popup-content .popup-slider .slider-box .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.popup-store .inner .popup-content .popup-slider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-store .inner .popup-content .popup-slider .slick-dots li {
  margin: 0 5px;
}

.popup-store .inner .popup-content .popup-slider .slick-dots li.slick-active .btn-dot {
  background-color: #FFF;
}

.popup-store .inner .popup-content .popup-slider .slick-dots li .btn-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.popup-store .inner .popup-content .textbox {
  margin: 35px 0;
}

.popup-store .inner .popup-content .textbox .cate-tit {
  font-size: 16px;
  margin-bottom: 15px;
}

.popup-store .inner .popup-content .textbox .cate-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap:10px;

}
.popup-store .inner .popup-content .textbox .cate-list li{

}
.popup-store .inner .popup-content .textbox .cate-list li .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #1c1c1c;
  font-size: 16px;
  padding: 0 10px;
}
.popup-store .inner .popup-content .textbox .cate-list li:nth-of-type(1){margin-left: 0;}

.popup-store .inner .popup-content .textbox .cate-list li .cate .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 3px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.popup-store .inner .popup-content .textbox .cate-list li .cate .icon.takeout {
  background-image: url(//cdn.dessert39.com/www/img/store/takeout.svg);
}

.popup-store .inner .popup-content .textbox .cate-list li .cate .icon.delivery {
  background-image: url(//cdn.dessert39.com/www/img/store/delivery.svg);
}

.popup-store .inner .popup-content .textbox .cate-list li .cate .icon.parking {
  background-image: url(//cdn.dessert39.com/www/img/store/parking.svg);
}

.popup-store .inner .popup-content .textbox .cate-list li .cate .icon.wifi {
  background-image: url(//cdn.dessert39.com/www/img/store/wifi.svg);
}

.popup-store .inner .popup-content .textbox .etc-list {
  margin-top: 35px;
}

.popup-store .inner .popup-content .textbox .etc-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 22px;
}

.popup-store .inner .popup-content .textbox .etc-list li:not(:nth-of-type(1)) {
  margin-top: 7px;
}

.popup-store .inner .popup-content .textbox .etc-list li .left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
  line-height: 1.4;
  font-size: 16px;
}

.popup-store .inner .popup-content .textbox .etc-list li .right {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 1.4;
  font-size: 16px;
}

.popup-store .inner .popup-content .textbox .etc-list li .right::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  display: block;
  width: 1px;
  height: 80%;
  background-color: #bfbfbf;
}

.popup-store .inner .popup-content .textbox .popup-desc {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #5a5a5a;
}

.popup-store .inner .popup-content .mapbox {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.popup-bg {
  display: none;
  z-index: 105;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/* ---------------팝업 end--------------- */
/* 

*/
/* ---------------media screen--------------- */
@media screen and (min-width: 1024.1px) {
  /* ---------------본문--------------- */
  .store-section .map-wrap .btn-location:hover {
    background-color: #444;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox .icon {
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate:hover .textbox {
    background-color: #1c1c1c;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate:hover .textbox .text {
    color: #FFF;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate:hover .textbox .icon {
    color: #FFF;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate:hover .textbox .icon.takeout {
    background-image: url(//cdn.dessert39.com/www/img/store/takeout-w.svg);
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate:hover .textbox .icon.delivery {
    background-image: url(//cdn.dessert39.com/www/img/store/delivery-w.svg);
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate:hover .textbox .icon.parking {
    background-image: url(//cdn.dessert39.com/www/img/store/parking-w.svg);
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate:hover .textbox .icon.wifi {
    background-image: url(//cdn.dessert39.com/www/img/store/wifi-w.svg);
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .btn-popup-store:hover .inner .arrow-close {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  /* ---------------본문 end--------------- */
  /* 
    
    */
  /* ---------------팝업--------------- */
  .popup-store .inner .popup-top .btn-popup-close:hover {
    color: #555;
  }
  /* ---------------팝업 end--------------- */
}

@media screen and (max-width: 1500px) {
  /* ---------------본문--------------- */
  .store-section .section-wrap {
    height: 800px;
  }
  .store-section .map-wrap .btn-location {
    right: unset;
    left: 2.5%;
  }
  .store-section .info-wrap {
    left: unset;
    right: 2.5%;
  }
  /* ---------------본문 end--------------- */
  /* 
    
    */
  /* ---------------팝업--------------- */
  .popup-store {
    height: 700px;
  }
  /* ---------------팝업 end--------------- */
}

@media screen and (max-width: 1350px) {
  /* ---------------본문--------------- */
  .store-section .section-wrap {
    height: 750px;
  }
  .store-section .map-wrap .btn-location {
    width: 250px;
    height: 55px;
    border-radius: 28px;
    font-size: 17px;
  }
  .store-section .map-wrap .btn-location .icon {
    width: 26px;
    height: 26px;
  }
  .store-section .info-wrap {
    width: 450px;
  }
  .store-section .info-wrap .info-box.info-search-box {
    padding: 0 25px;
    padding-top: 20px;
  }
  .store-section .info-wrap .info-box.info-search-box .info-tit {
    margin-top: 35px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .store-section .info-wrap .info-box.info-search-box .info-desc {
    font-size: 15px;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox {
    height: 43px;
    font-size: 15px;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .store-section .info-wrap .info-box.info-search-box .search-form {
    margin-bottom: 20px;
  }
  .store-section .info-wrap .info-box.info-search-box .search-form .search-input {
    height: 55px;
    padding: 0 20px;
    padding-right: 62px;
    font-size: 17px;
  }
  .store-section .info-wrap .info-box.info-search-box .search-form .btn-search {
    right: 20px;
    font-size: 20px;
  }
  .store-section .info-wrap .info-box.info-search-box .count-box {
    margin-bottom: 20px;
  }
  .store-section .info-wrap .info-box.info-search-box .count-box .text {
    font-size: 18px;
  }
  .store-section .info-wrap .info-box.info-search-box .count-box .count {
    font-size: 16px;
  }
  .store-section .info-wrap .info-box.info-store-box {
    height: calc(100% - 403px);
    padding: 0 25px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li {
    padding: 25px 0;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .bgbox {
    width: 180px;
    height: 110px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox {
    width: calc(100% - 180px - 20px);
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .tit {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .text {
    font-size: 17px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .text:not(:nth-of-type(1)) {
    margin-top: 7px;
  }
  /* ---------------본문 end--------------- */
  /* 

    */
  /* ---------------팝업--------------- */
  .popup-store {
    max-width: 550px;
    height: 650px;
    padding: 33px;
  }
  .popup-store .inner .popup-top {
    padding-bottom: 45px;
  }
  .popup-store .inner .popup-top .popup-tit {
    font-size: 26px;
  }
  .popup-store .inner .popup-top .btn-popup-close {
    width: 33px;
    height: 33px;
    font-size: 33px;
  }
  .popup-store .inner .popup-content {
    height: calc(100% - 71px);
  }
  .popup-store .inner .popup-content .popup-slider {
    height: 270px;
  }
  .popup-store .inner .popup-content .textbox {
    margin: 30px 0;
  }

  .popup-store .inner .popup-content .textbox .cate-list li .cate {
    font-size: 15px;
    height: 43px;
  }
  .popup-store .inner .popup-content .textbox .etc-list {
    margin-top: 30px;
  }
  .popup-store .inner .popup-content .textbox .etc-list li {
    font-size: 20px;
  }
  .popup-store .inner .popup-content .textbox .popup-desc {
    font-size: 15px;
  }
  .popup-store .inner .popup-content .mapbox {
    height: 270px;
  }
  /* ---------------팝업 end--------------- */
}

@media screen and (max-width: 1024px) {
  /* ---------------본문--------------- */
  .store-section .section-wrap {
    height: 650px;
  }
  .store-section .map-wrap .btn-pin {
    height: 70px;
  }
  .store-section .map-wrap .btn-location {
    width: 240px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
  }
  .store-section .map-wrap .btn-location .icon {
    width: 24px;
    height: 24px;
  }
  .store-section .info-wrap {
    width: 400px;
  }
  .store-section .info-wrap .info-box.info-search-box {
    padding: 0 20px;
    padding-top: 15px;
  }
  .store-section .info-wrap .info-box.info-search-box .info-tit {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .store-section .info-wrap .info-box.info-search-box .info-desc {
    font-size: 14px;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox {
    height: 40px;
    font-size: 14px;
    padding: 0 7px;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox .icon {
    margin-right: 3px;
  }
  .store-section .info-wrap .info-box.info-search-box .search-form {
    margin-bottom: 15px;
  }
  .store-section .info-wrap .info-box.info-search-box .search-form .search-input {
    height: 50px;
    padding: 0 15px;
    padding-right: 52px;
    font-size: 16px;
  }
  .store-section .info-wrap .info-box.info-search-box .search-form .btn-search {
    right: 15px;
    font-size: 18px;
  }
  .store-section .info-wrap .info-box.info-search-box .count-box {
    margin-bottom: 15px;
  }
  .store-section .info-wrap .info-box.info-search-box .count-box .text {
    font-size: 16px;
  }
  .store-section .info-wrap .info-box.info-search-box .count-box .count {
    font-size: 15px;
  }
  .store-section .info-wrap .info-box.info-store-box {
    height: calc(100% - 345px);
    padding: 0 20px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li {
    padding: 20px 0;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .bgbox {
    width: 160px;
    height: 100px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox {
    width: calc(100% - 160px - 15px);
    margin-left: 15px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .tit {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .text {
    font-size: 16px;
  }
  /* ---------------본문 end--------------- */
  /* 
    
    */
  /* ---------------팝업--------------- */
  .popup-store {
    max-width: 500px;
    height: 600px;
    padding: 30px;
  }
  .popup-store .inner .popup-top {
    padding-bottom: 40px;
  }
  .popup-store .inner .popup-top .popup-tit {
    font-size: 24px;
  }
  .popup-store .inner .popup-top .btn-popup-close {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
  .popup-store .inner .popup-content {
    height: calc(100% - 64px);
  }
  .popup-store .inner .popup-content .popup-slider {
    height: 250px;
  }
  .popup-store .inner .popup-content .textbox {
    margin: 25px 0;
  }

  .popup-store .inner .popup-content .textbox .cate-list li .cate {
    font-size: 14px;
    height: 40px;
  }
  .popup-store .inner .popup-content .textbox .cate-list li .cate .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .popup-store .inner .popup-content .textbox .etc-list {
    margin-top: 25px;
  }
  .popup-store .inner .popup-content .textbox .etc-list li {
    font-size: 18px;
  }
  .popup-store .inner .popup-content .mapbox {
    height: 250px;
  }
  /* ---------------팝업 end--------------- */
}

@media screen and (max-width: 850px) {
  /* ---------------본문--------------- */
  .store-section .section-wrap {
    height: auto;
  }
  .store-section .map-wrap {
    height: 550px;
  }
  .store-section .map-wrap .btn-location {
    width: 220px;
    height: 45px;
    border-radius: 23px;
    font-size: 14px;
    top: 20px;
  }
  .store-section .map-wrap .btn-location .icon {
    width: 22px;
    height: 22px;
  }
  .store-section .info-wrap {
    position: unset;
    right: unset;
    top: unset;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2.5%;
    overflow: hidden;
  }
  .store-section .info-wrap .info-box.info-search-box {
    padding: 0;
    overflow: unset;
    padding-top: 20px;
  }
  .store-section .info-wrap .info-box.info-search-box .info-desc {
    font-size: 15px;
  }
  .store-section .info-wrap .info-box.info-search-box .info-tit {
    margin-top: 35px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li {
   
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox {
    padding: 0 10px;
  }
  .store-section .info-wrap .info-box.info-search-box .search-form {
    margin-bottom: 20px;
  }
  .store-section .info-wrap .info-box.info-search-box .count-box {
    margin-bottom: 20px;
  }
  .store-section .info-wrap .info-box.info-search-box .count-box .text {
    font-size: 18px;
  }
  .store-section .info-wrap .info-box.info-search-box .count-box .count {
    font-size: 16px;
  }
  .store-section .info-wrap .info-box.info-search-box .count-box i {
    font-size: 15px;
  }
  .store-section .info-wrap .info-box.info-store-box {
    height: auto;
    padding: 0;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li {
    padding: 25px 0;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .bgbox {
    width: 180px;
    height: 110px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox {
    width: calc(100% - 180px - 20px);
    margin-left: 20px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .tit {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .text {
    font-size: 17px;
  }
  /* ---------------본문 end--------------- */
}

@media screen and (max-width: 600px) {
  /* ---------------본문--------------- */
  .store-section .map-wrap {
    height: 450px;
  }
  .store-section .map-wrap .btn-pin {
    height: 60px;
  }
  .store-section .map-wrap .btn-location {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    font-size: 13px;
  }
  .store-section .map-wrap .btn-location .icon {
    width: 20px;
    height: 20px;
  }
  .store-section .info-wrap .info-box.info-search-box {
    padding-top: 15px;
  }
  .store-section .info-wrap .info-box.info-search-box .info-desc {
    font-size: 14px;
  }
  .store-section .info-wrap .info-box.info-search-box .info-tit {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li {
    
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox {
    font-size: 13px;
  }
  .store-section .info-wrap .info-box.info-search-box .search-form {
    margin-bottom: 15px;
  }
  .store-section .info-wrap .info-box.info-search-box .search-form .search-input {
    font-size: 15px;
  }
  .store-section .info-wrap .info-box.info-search-box .count-box {
    margin-bottom: 15px;
  }
  .store-section .info-wrap .info-box.info-search-box .count-box .text {
    font-size: 16px;
  }
  .store-section .info-wrap .info-box.info-search-box .count-box .count {
    font-size: 14px;
  }
  .store-section .info-wrap .info-box.info-search-box .count-box i {
    font-size: 14px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li {
    padding: 20px 0;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .bgbox {
    width: 160px;
    height: 100px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox {
    width: calc(100% - 160px - 15px);
    margin-left: 15px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .tit {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .text {
    font-size: 16px;
  }
  /* ---------------본문 end--------------- */
  /* 
    
    */
  /* ---------------팝업--------------- */
  .popup-store {
    height: 550px;
    padding: 25px;
  }
  .popup-store .inner .popup-top {
    padding-bottom: 35px;
  }
  .popup-store .inner .popup-top .popup-tit {
    font-size: 22px;
  }
  .popup-store .inner .popup-top .btn-popup-close {
    width: 27px;
    height: 27px;
    font-size: 27px;
  }
  .popup-store .inner .popup-content {
    height: calc(100% - 57px);
  }
  .popup-store .inner .popup-content .popup-slider {
    height: 230px;
  }
  .popup-store .inner .popup-content .popup-slider .slick-dots {
    bottom: 10px;
  }
  .popup-store .inner .popup-content .popup-slider .slick-dots li {
    margin: 0 3px;
  }
  .popup-store .inner .popup-content .textbox {
    margin: 20px 0;
  }

  .popup-store .inner .popup-content .textbox .etc-list {
    margin-top: 20px;
  }
  .popup-store .inner .popup-content .textbox .etc-list li {
    font-size: 17px;
  }
  .popup-store .inner .popup-content .textbox .popup-desc {
    font-size: 14px;
  }
  .popup-store .inner .popup-content .mapbox {
    height: 230px;
  }
  /* ---------------팝업 end--------------- */
}

@media screen and (max-width: 450px) {
	/*221227 배달 아이콘 삭제 후 수정*/
	.store-section .info-wrap .info-box.info-search-box .cate-list{
		gap:5px;
	}


  /* ---------------본문--------------- */
  .store-section .map-wrap {
    height: 350px;
  }
  .store-section .map-wrap .btn-location {
    width: 180px;
    height: 35px;
    border-radius: 18px;
    font-size: 12px;
    top: 15px;
  }
  .store-section .map-wrap .btn-location .icon {
    width: 18px;
    height: 18px;
  }
  .store-section .info-wrap .info-box.info-search-box .info-desc {
    font-size: 13px;
  }
  .store-section .info-wrap .info-box.info-search-box .info-tit {
    font-size: 18px;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li {
    
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox {
    font-size: 13px;
    height: 35px;
    padding: 0 7px;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox .icon {
    width: 18px;
    height: 17px;
    line-height: 16px;
  }
  .store-section .info-wrap .info-box.info-search-box .search-form .search-input {
    font-size: 14px;
    height: 45px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .bgbox {
    width: 140px;
    height: 90px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox {
    width: calc(100% - 140px - 15px);
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .tit {
    font-size: 17px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .text {
    font-size: 15px;
  }
  /* ---------------본문 end--------------- */
  /* 
    
    */
  /* ---------------팝업--------------- */
  .popup-store {
    height: 500px;
    padding: 20px;
  }
  .popup-store .inner .popup-top {
    padding-bottom: 30px;
  }
  .popup-store .inner .popup-top .popup-tit {
    font-size: 20px;
  }
  .popup-store .inner .popup-top .btn-popup-close {
    width: 25px;
    height: 25px;
    font-size: 25px;
  }
  .popup-store .inner .popup-content {
    height: calc(100% - 55px);
  }
  .popup-store .inner .popup-content .popup-slider {
    height: 200px;
  }
  .popup-store .inner .popup-content .textbox .cate-list li:nth-of-type(4n+1){margin-left: 0;}
  .popup-store .inner .popup-content .textbox .cate-tit {
    font-size: 16px;
  }
  .popup-store .inner .popup-content .textbox .etc-list li {
    font-size: 16px;
  }
  .popup-store .inner .popup-content .mapbox {
    height: 200px;
  }
  /* ---------------팝업 end--------------- */
}

@media screen and (max-width: 350px) {
  /* ---------------본문--------------- */
  .store-section .map-wrap {
    height: 300px;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li {
    margin: 0 2px;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox {
    font-size: 12px;
    padding: 0 4px;
  }
  .store-section .info-wrap .info-box.info-search-box .cate-list li .btn-cate .textbox .icon {
    width: 16px;
    height: 15px;
    line-height: 15px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .bgbox {
    width: 120px;
    height: 80px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox {
    width: calc(100% - 120px - 10px);
    margin-left: 10px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .tit {
    font-size: 16px;
  }
  .store-section .info-wrap .info-box.info-store-box .store-list li .inner .textbox .text {
    font-size: 14px;
  }
  /* ---------------본문 end--------------- */
}

/* ---------------media screen end--------------- */
