/* --- 공통 CSS --- */
.layout-shopping.layout-con {
  height: 100vh;
}
.layout-shopping .layout{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.layout-shopping .header {
  visibility: visible;
}

.layout-shopping .shopping_cart {
  display: flex;
}

.layout-shopping .footer {
  display:none;
}
.layout-shopping .main{
    padding: 0 29px;
}
/* --- shop CSS --- */
.layout-shopping .shopping {
  color: #c8c8c8;
}

.layout-shopping .main_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 20px;
  color: #c8c8c8;
}

.layout-shopping .shop_m_arrow {
  width: 20px;
  height: 20px;
  color: #c8c8c8;
}

.layout-shopping .shop_m_letter {
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
}
