.com_grade_icon {
  width: 32px;
  margin-right: 5px;
}

.com_store_list_page .recommend_sec {
  margin-bottom: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_store_list_page .recommend_sec {
    padding-top: 80px;
    margin-bottom: 20px;
  }
}
.com_store_list_page .around_sec {
  background-color: #F4F4F4;
  padding-block: 80px 100px;
}
@media screen and (max-width: 1023.9px) {
  .com_store_list_page .around_sec {
    padding-block: 20px 40px;
  }
}
.dark .com_store_list_page .around_sec {
  background-color: #111;
}
.com_store_list_page .hot_sec {
  padding-top: 80px;
}
@media screen and (max-width: 1023.9px) {
  .com_store_list_page .hot_sec {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_store_list_page .hot_sec .com_sec_tit__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: flex-start;
  }
}

.area-search-dropdown-anchor {
  position: relative;
  padding-inline: 17px;
  margin: 0 auto;
  z-index: 10;
  overflow: visible;
}
@media screen and (max-width: 1023.9px) {
  .area-search-dropdown-anchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
  }
}
.area-search-dropdown-anchor.is-open .area-search-trigger {
  border-color: #111;
}
.dark .area-search-dropdown-anchor.is-open .area-search-trigger {
  border-color: #888;
}
.area-search-dropdown-anchor.is-open .area-search-trigger-chevron {
  transform: rotate(180deg);
}
.area-search-tab-row {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  gap: 0;
}
.area-search-tab-btn {
  flex: 1;
  min-width: 0;
  padding: 14px 10px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #eee;
  color: #666;
  cursor: pointer;
  border-radius: 0;
  margin: 0;
}
.area-search-tab-btn:first-child {
  border-top-left-radius: 4px;
}
@media screen and (max-width: 1023.9px) {
  .area-search-tab-btn:first-child {
    border-radius: 0;
  }
}
.area-search-tab-btn:last-child {
  border-top-right-radius: 4px;
}
@media screen and (max-width: 1023.9px) {
  .area-search-tab-btn:last-child {
    border-radius: 0;
  }
}
.area-search-tab-btn + .area-search-tab-btn {
  border-left: none;
}
.area-search-tab-btn.is-active {
  background: #111;
  color: #fff;
  font-weight: 600;
  border-color: #111;
}
.dark .area-search-tab-btn.is-active {
  background: #fff;
  color: #111;
  border-color: #fff;
}
.dark .area-search-tab-btn {
  background: #2a2a2a;
  color: #aaa;
  border-color: #444;
}
.area-search-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  color: #111;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 1023.9px) {
  .area-search-trigger {
    font-size: 17px;
    width: auto;
  }
}
.dark .area-search-trigger {
  color: #eee;
}
.area-search-trigger-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.area-search-trigger-chevron {
  flex-shrink: 0;
  display: inline-flex;
  transition: transform 0.2s ease;
}
.area-search-trigger-chevron .svg_icon {
  display: inline-block;
  transform: rotate(90deg);
}
.area-search-layer {
  width: 100%;
  max-width: 100%;
  max-height: min(72vh, 560px);
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #111;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .area-search-layer {
    border-radius: 0;
  }
}
.dark .area-search-layer {
  border-color: #444;
  box-shadow: none;
  background: #1a1a1a;
}
.area-search-layer .area-search-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.dark .area-search-layer .area-search-close .svg_icon.icon_close.icon_close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 16 15.999 4M16 16 4.001 4'/%3E%3C/svg%3E");
}
.area-search-layer-top {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
  border-bottom: 1px solid #ddd;
}
.dark .area-search-layer-top {
  border-color: #333;
}
.area-search-layer-top .area-search-tab-row {
  flex: 1;
  min-width: 0;
}
.area-search-layer-top .area-search-tab-btn {
  border-top: none;
  border-left: none;
}
.area-search-layer-top .area-search-tab-btn:first-child {
  border-top-left-radius: 0;
  border-left: none;
}
.area-search-layer-top .area-search-tab-btn:last-child {
  border-top-right-radius: 0;
}
.area-search-layer-top .area-search-close {
  position: relative;
  top: auto;
  right: auto;
  flex-shrink: 0;
  width: 48px;
  min-height: 48px;
  align-self: stretch;
}
.area-search-layer-actions {
  flex-shrink: 0;
  padding: 12px 16px 20px;
  display: flex;
  gap: 8px;
}
.area-search-layer-actions .com_btn {
  flex: 1;
}
.area-search-layer__wrap {
  display: none !important;
  position: absolute;
  max-width: 600px;
  left: 0;
  right: 0;
  top: calc(100% + 20px);
  z-index: 130;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
@media screen and (max-width: 1023.9px) {
  .area-search-layer__wrap {
    top: 100%;
  }
}
.area-search-layer__wrap.active {
  display: block !important;
}
.area-search-panel {
  display: none;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.area-search-panel.is-active {
  display: flex;
}
.area-search-columns {
  display: flex;
  flex: 1;
  min-height: 220px;
  max-height: 360px;
  border-bottom: 1px solid #eee;
}
.dark .area-search-columns {
  border-color: #333;
}
.area-search-col {
  flex: 1;
  min-width: 0;
  overflow-y: auto;
  border-right: 1px solid #eee;
  -webkit-overflow-scrolling: touch;
}
.area-search-col:last-child {
  border-right: none;
}
.dark .area-search-col {
  border-color: #333;
}
.area-search-col-hint {
  padding: 24px 12px;
  font-size: 13px;
  color: #999;
  text-align: center;
  line-height: 1.5;
}
.area-search-pick {
  display: block;
  width: 100%;
  padding: 12px 14px;
  text-align: left;
  font-size: 14px;
  border: none;
  background: transparent;
  color: #888;
  cursor: pointer;
  line-height: 1.4;
}
.area-search-pick:hover {
  background: #f9f9f9;
}
.dark .area-search-pick:hover {
  background: #252525;
}
.area-search-pick.is-selected {
  font-weight: 700;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.dark .area-search-pick.is-selected {
  color: #fff;
}
.dark .area-search-pick {
  color: #999;
}
.area-search-hidden-selects {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.area-search__wrap {
  border-bottom: 1px solid #DBDBDB;
  background: #F8F8F8;
  padding-block: 20px;
}
@media screen and (max-width: 1023.9px) {
  .area-search__wrap {
    padding-block: 0px;
    margin-bottom: 20px;
  }
}
.dark .area-search__wrap {
  background: #202020;
  border-color: #3B3B3B;
}