.map_view{padding-top: 150px;padding-bottom: 3px;display: flex;flex-direction: column;gap: 60px;}
.map_view .com_tit_group{text-align: center;}

.map_view_content{min-height: 500px;}
.dummy_txt{text-align: center;font-size: 50px;color: #fff;font-weight: 700;}






/* 매장 찾기 ------------------------------------------------------------------------------------------------ */

._store.location {
  word-break: keep-all;
}
._store.location .map-box {
  position: relative;
  width: 100%;
  padding-bottom: calc(((810 * 100) / 1920) * 1%);
}
._store.location .map-box .list-btn { /* 버튼 */
  display: none;
}
._store.location .map-box .map-btn {
  display: none;
}
._store.location .map-box #map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
._store.location .map-box #map .info-box { /* 마커 말풍선 */
  position: relative;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
._store.location .map-box #map .info-box .circle { /* 삼각형 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._store.location .map-box #map .info-box .circle::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  border-bottom: 14px solid transparent;
  border-top: 14px solid #000;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
._store.location .map-box #map .info-box .circle::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  border-bottom: 15px solid transparent;
  /* border-top: 15px solid #000; */
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
._store.location .map-box #map .info-box .txt-box {
  border-radius: 16px;
  /* border: 1px solid #000; */
  /* background: #FFF; */
  padding: 20px;
  width: 288px;
  background-color: #0A0909;
  box-sizing: border-box;
  position: relative;
}
._store.location .map-box #map .info-box .txt-box .title span {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
._store.location .map-box #map .info-box .txt-box .title {color: #fff;}
._store.location .map-box #map .info-box .txt-box .address {
    margin-bottom: 8px;
    margin-top: 4px;
}
._store.location .map-box #map .info-box .txt-box .address span {
    color: #bdbdbd;
  /* color: #242424; */
  font-weight: 500;
  line-height: 24px;
  white-space: initial;
}
._store.location .map-box #map .info-box .txt-box .bottom {
  display: flex;
  flex-direction: column;
}
._store.location .map-box #map .info-box .txt-box .bottom > span {
  color: #888;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
}
._store.location .map-box #map .info-box .txt-box .bottom .time {
  margin-top: 4px;
}
._store.location .map-box .location-search-area {
  height: calc((((810 * 100) / 1920) * 1vw) - 48px);
  padding-top: 96px;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 10;
  width: 350px;
  max-height: calc(100% - 48px);
  border-radius: 16px;
  border-bottom: 1px solid #D3D3D3;
  background: #0A0909;
  box-sizing: border-box;
}
._store.location .map-box .location-search-area .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #D3D3D3;
}
._store.location .map-box .location-search-area .top .location-search-bar {
  display: flex;
  height: 48px;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #D3D3D3;
}
._store.location .map-box .location-search-area .top .location-search-bar input {
  border: none;
  font-weight: 500;
  width: 100%;
  font-size: 16px;
  background: #0A0909;
  color: #fff;
}
._store.location .map-box .location-search-area .top .location-search-bar button{ flex-shrink: 0; }
._store.location .map-box .location-search-area .top .location-search-bar button img {
  /* filter: brightness(0); */
  width: 24px;
  height: 24px;
}
._store.location .map-box .location-search-area .top .select {
  height: 48px;
  display: flex;
}
._store.location .map-box .location-search-area .top .select > div {
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
}
._store.location .map-box .location-search-area .top .select .left {
  width: 130px;
  border-right: 1px solid #D3D3D3;
}
._store.location .map-box .location-search-area .top .select .left span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
._store.location .map-box .location-search-area .top .select .left em {
  color: #CCCCCC;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-left: 4px;
}
._store.location .map-box .location-search-area .top .select .right {
  position: relative;
  width: calc(100% - 130px);
  justify-content: space-between;
  cursor: pointer;
}
._store.location .map-box .location-search-area .top .select .right em{ width: 24px; }
._store.location .map-box .location-search-area .top .select .right > span {
  color: #ccc;
  font-weight: 500;
}
._store.location .map-box .location-search-area .top .select .right strong {
  color: #fff;
  font-weight: 500;
}
._store.location .map-box .location-search-area .top .select .right em img {
  /* transform: rotate(180deg); */
  filter: brightness(0);
}
._store.location .map-box .location-search-area .top .select .right .list-box {
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  transform: translateY(48px);
  margin-top: 5px;
  top: 0;
  left: 0;
  border-radius: 16px;
  overflow: hidden;
  padding-right: 3px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
._store.location .map-box .location-search-area .top .select .right .list-box ul {
  height: 400px;
  overflow: auto;
  display: none;
}
._store.location .map-box .location-search-area .top .select .right .list-box ul::-webkit-scrollbar {
  width: 3px;
}
._store.location .map-box .location-search-area .top .select .right .list-box ul::-webkit-scrollbar-thumb {
  background-color: #2f3542;
  border-radius: 10px;
}
._store.location .map-box .location-search-area .top .select .right .list-box ul li {
  padding: 16px;
  border-bottom: 1px solid #f3f3f3f3;
  box-sizing: border-box;
  font-weight: 500;
}
._store.location .map-box .location-search-area .top .select .right .list-box ul li:hover {
  background-color: #363636;
  color: #fff;
}
._store.location .map-box .location-search-area .bottom {
  height: 100%;
  padding: 7px 0;
  padding-right: 5px;
  box-sizing: border-box;
}
._store.location .map-box .location-search-area .bottom .bottom-wrap {
  overflow: auto;
  height: 100%;
}
._store.location .map-box .location-search-area .bottom .bottom-wrap::-webkit-scrollbar {
  width: 8px;
}
._store.location .map-box .location-search-area .bottom .bottom-wrap::-webkit-scrollbar-thumb {
  background-color: #2f3542;
  border-radius: 10px;
}

/* 지점 리스트 */
._store.location .map-box .location-search-area .bottom .list li {
  padding: 16px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #D3D3D3;
}
._store.location .map-box .location-search-area .bottom .list li em {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
._store.location .map-box .location-search-area .bottom .list li span {
  color: #ccc;
  font-weight: 500;
  line-height: 24px;
  display: block;
  margin-top: 8px;
  margin-bottom: 4px;
}
._store.location .map-box .location-search-area .bottom .list li small {
  color: #ccc;
  text-align: center;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.01em;
}

/* 페이지 네이션 */
._store.location .map-box .location-search-area .bottom .pagenation {
  height: 72px;
  display: flex;
  align-items: center;
}

/* 지도 스크롤 컨트롤러 위치 이동 */
._store.location .map-box #map > div:nth-of-type(3) > div {
  top: 20px !important;
  transform: translateX(-17px);
}
@media screen and (max-width: 1440px) {
  ._store.location .map-box {
    padding-bottom: calc(900 / 1440 * 100vw);
  }
  ._store.location .map-box .location-search-area {
    /* height: calc((900 / 1440 * 100vw) - 48px); */
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  ._store.location .map-box {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0;
    width: calc(100% - 80px);
    margin: 0 auto;
    padding-bottom: 80px;
  }
  ._store.location .map-box #map {
    position: relative;
    width: 100%;
    height: 70vw;
  }
  ._store.location .map-box .location-search-area {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 0;
    border-bottom: none;
    border-top: 1px solid #D3D3D3;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  ._store.location .map-box {
    padding-bottom: 24px;
    width: 100%;
  }
  ._store.location .map-box.noPadding {
    padding-bottom: 0;
  }
  ._store.location .map-box #map {
    position: relative;
    width: 100%;
    height: calc((480 / 360) * 100vw);
    opacity: 1;
  }
  ._store.location .map-box #map.none {
    width: 0;
    height: 0;
    opacity: 0;
  }
  ._store.location .map-box .location-search-area.none {
    display: none;
  }

  /* 버튼 스타일 */
  ._store.location .map-box .list-btn, ._store.location .map-box .map-btn {
    display: block;
    width: 104px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 500;
    border: none;
  }
  ._store.location .map-box .list-btn img, ._store.location .map-box .map-btn img {
    margin-right: 4px;
  }
  ._store.location .map-box .map-btn {
    color: #fff;
    background-color: #E70017;
    margin: 0 auto;
    position: fixed; 
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  } 
  ._store.location .map-box .list-btn {
    position: absolute;
    z-index: 10;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    color: #000;
  }
  ._store.location .map-box .list-btn span{
      color: #000;
  }

  /* 리스트 스타일 */
  ._store.location .map-box .location-search-area {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 0;
    border-bottom: none;
    border-top: 1px solid #D3D3D3;
    /* overflow-y: auto; */
    /* max-height: 500px; */
  }
  ._store.location .map-box .location-search-area .top .location-search-bar input{ padding: 0; }
  ._store.location .map-box .location-search-area .top .location-search-bar input, ._store.location .map-box .location-search-area .top .select .left span, ._store.location .map-box .location-search-area .top .select .right > span, ._store.location .map-box .location-search-area .top .select .right ul li {
    font-size: 14px;
  }
  ._store.location .map-box .location-search-area .bottom .pagenation {
    height: auto;
    margin: 24px 0;
    margin-bottom: 40px;
  }
  ._store.location .map-box .location-search-area .bottom .list li {
    padding: 16px 20px;
  }
  ._store.location .map-box .location-search-area .bottom .list li em {
    font-size: 16px;
    line-height: 24px;
  }
  ._store.location .map-box .location-search-area .bottom .list li span {
    font-size: 14px;
    line-height: 22px;
    margin: 4px 0;
  }
  ._store.location .map-box .location-search-area .bottom .list li small {
    font-size: 14px;
    line-height: 14px;
  }

  /* 지도 스타일 */
  /* 줌인 컨트롤러 */
  ._store.location .map-box #map > div:nth-of-type(3) > div {
    top: 16px !important;
    transform: translateX(-13px);
  }

  /* 말풍선 */
  ._store.location .map-box #map .info-box .txt-box {
    width: 240px;
    padding: 16px;
  }
  ._store.location .map-box #map .info-box .txt-box .title span {
    font-size: 16px;
    line-height: 24px;
  }
  ._store.location .map-box #map .info-box .txt-box .address {
    margin: 4px 0;
  }
  ._store.location .map-box #map .info-box .txt-box .address span {
    font-size: 14px;
    line-height: 22px;
  }
  ._store.location .map-box #map .info-box .txt-box .bottom span {
    font-size: 14px;
    line-height: 22px;
  }
  ._store.location .map-box #map .info-box .txt-box .bottom .time {
    margin-top: 0;
  }
}


/* 우수 가맹점 ------------------------------------------------------------------------------------------------ */
._store.excellent_store {
  padding-bottom: 160px;
  padding-top: 14px;
  min-height: 20vh;
}
._store.excellent_store .store-list {
  display: grid;
  gap: 40px 16px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 60px;
}
._store.excellent_store .wrap p.nonetxt{ font-size: 16px; letter-spacing: -0.01em; color: #A8A8A8; font-weight: 500; text-align: center; }
._store.excellent_store .store-list li:hover .img-box img {
  transform: translate(-50%, -50%) scale(1.1);
}
._store.excellent_store .store-list li .img-box {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background-color: #282828;
  position: relative;
  width: 100%;
  padding-bottom: calc(((344 * 100) / 632) * 1%);
}
._store.excellent_store .store-list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
._store.excellent_store .store-list li .txt-box {
  border-radius: 0 0 16px 16px;
  border: 1px solid #CECECE;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
._store.excellent_store .store-list li .txt-box em {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
._store.excellent_store .store-list li .txt-box .address {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.01em;
  margin-top: 8px;
  margin-bottom: 7px;
  align-items: center;
  justify-content: center;
}
._store.excellent_store .store-list li .txt-box .info {
  color: #888;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
._store.excellent_store .store-list li .txt-box .info .phone {
  margin-right: 16px;
  position: relative;
  /* text-decoration: none !important; */
}
._store.excellent_store .store-list li .txt-box .info .time{ position: relative; }
._store.excellent_store .store-list li .txt-box .info .time::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.6em;
  left: -10px;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #A8A8A8;
}
/* ._store.excellent_store .store-list li .txt-box .info .phone::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #A8A8A8;
} */
@media screen and (max-width: 1024px) {
  ._store.excellent_store .store-list li .txt-box em {
    font-size: 18px;
    line-height: 1.3;
  }
  ._store.excellent_store .store-list li .txt-box .address {
    font-size: 16px;
    line-height: 1.3;
  }
  ._store.excellent_store .store-list li .txt-box .info {
    font-size: 16px;
    line-height: 1.3;
  }
  ._store.location .map-box .location-search-area .bottom{max-height: 50vh;overflow-y: auto;}

}
@media screen and (max-width: 768px) {
  ._store.excellent_store {
    padding-top: 0;
    padding-bottom: 100px;
  }
  ._store.excellent_store .wrap p.nonetxt{ font-size: 14px; line-height: 1.3; }
  ._store.excellent_store .store-list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
    gap: 16px;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  ._store.excellent_store .store-list li .txt-box {
    padding: 16px;
  }
  ._store.excellent_store .store-list li .txt-box em {
    font-size: 16px;
    line-height: 24px;
  }
  ._store.excellent_store .store-list li .txt-box .address {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    margin-bottom: 0;
  }
  ._store.excellent_store .store-list li .txt-box .info .time::after{ display: none; }
  ._store.excellent_store .store-list li .txt-box .info {
    font-size: 14px;
    line-height: 22px;
  }
  ._store.excellent_store .store-list li .txt-box .info span {
    display: block;
  }
  ._store.excellent_store .store-list li .txt-box .info .phone::after {
    display: none;
  }
}



