
._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 #fff;
    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;
    box-sizing: border-box;
    position: relative;
  }
  ._store.location .map-box #map .info-box .txt-box .title span {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
  ._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: #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: #FFF;
    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;
  }
  ._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: #E70017;
    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: #888;
    font-weight: 500;
  }
  ._store.location .map-box .location-search-area .top .select .right strong {
    color: #000;
    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: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
  ._store.location .map-box .location-search-area .bottom .list li span {
    color: #242424;
    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: #888;
    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);
    }
  }
  @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;
    }
    ._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;
    }
    ._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: 34px;
  }
  ._store.excellent_store .store-list li .txt-box .address {
    color: #242424;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.01em;
    margin-top: 8px;
    margin-bottom: 4px;
    align-items: center;
    justify-content: center;
  }
  ._store.excellent_store .store-list li .txt-box .info {
    color: #888;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }
  ._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;
    }
  }
  @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;
    }
  }
  