/* --- 공통 CSS --- */
.layout-shop.layout-con {
  height: 100vh;
}

.layout-shop .header {
  visibility: visible;
}

.layout-shop .footer {
  visibility: visible;
}

/* --- shop CSS --- */
.layout-shop .shop_main_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 20px;
}

.layout-shop .shop_m_arrow {
  width: 13px;
  height: 13px;
}

.layout-shop .shop_m_letter {
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
