/* BASIC css start */
#container {
  width: 100%;
  position: relative;
  background-color: var(--bg__colorG0G6);
  padding-bottom: 60px;
}

.category__img {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
.category__img img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  object-fit: cover;
}
.category__imgCover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Ä«Å×°í¸® ÀÌ¹ÌÁö */

.cateName {
  margin: 10px 10px 0px 10px;
}
.cateName__root {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cateName__root a,
.cateName__root span {
  margin-right: 4px;
  color: var(--txt__colorG3);
}
.cateName__root a:last-child {
  margin-right: 0px;
}
.cateName__root a.cateName__txt {
  font-size: 1.5em;
}
.cateName__root a.cateName__txt.checked {
  color: var(--txt__colorB);
}
.cateName__num {
  color: var(--txt__colorG4G3);
}
.cateName select {
  width: auto;
  height: 34px;
  border: 0;
  padding: 0 15px 0 0;
  text-indent: 0;
  direction: rtl;
  vertical-align: middle;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(--bg__colorG0G6);
  color: var(--txt__colorG4G3);
  margin-left: 10px;
  cursor: pointer;
}
.cateName__select {
  position: relative;
}
.cateName__select::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 2px;
  width: 5px;
  height: 5px;
  margin-left: 7px;
  transform: rotate(45deg);
  border-bottom: 1px solid var(--bd__colorG4G3);
  border-right: 1px solid var(--bd__colorG4G3);
}
/* Ä«Å×°í¸®¸í */

.subClistGroup {
  padding: 20px 10px 0px 10px;
}
.subClist {
  flex-wrap: wrap;
}
.subClist a {
  margin-right: 5px;
  margin-bottom: 10px;
}
.subClist a.del {
  display: none;
}
.subClist2.checked {
  border-top: 1px dashed var(--bd__colorG2G5);
  padding-top: 10px;
}
.subClist1 a.checked,
.subClist2 a.checked {
  color: #fff;
  background-color: var(--bg__colorR);
}
/* ºÐ·ù ¸®½ºÆ® */

.cproduct__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(164px, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.cproduct__list .cproduct__price .price__origin{font-size:.9em;}
.cproduct__txt {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid var(--bd__colorG2G5);
  color: var(--txt__colorG3);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: keep-all;
  line-height: 1.4em;
  height: calc(2.8em + 5px);
  font-size: 0.95em;
}
.cproduct__add {
  position: relative;
  width: 60%;
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%);
  line-height: 3em;
  margin-top: 20px;
}
.cproduct__add::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 12%;
  width: 5px;
  height: 5px;
  margin-left: 7px;
  transform: rotate(45deg);
  border-bottom: 1px solid var(--bd__colorG4G3);
  border-right: 1px solid var(--bd__colorG4G3);
}
.cproduct__addBtn {
  display: inline-block;
  width: 100%;
  height: 100%;
  direction: rtl;
  vertical-align: middle;
  color: var(--txt__colorG4G3);
  border: 1px solid var(--bd__colorG2G5);
  border-radius: 500px;
  transition: transform 0.25s ease-in-out;
}
.cproduct__addBtn:hover {
  transform: translateY(5px);
}
.cproducts__empty{
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    color: var(--txt__colorR);
}
.cproduct__empty {
  width: 100%;
  line-height: 10em;
  text-align: center;
  padding-top: 60px;
  color: var(--txt__colorG4G3);
}
/* »óÇ° ¸®½ºÆ® */
.subClist__pointer{
    font-weight: bold;
    border-width: 2px;
}
/******************************************************************
category
******************************************************************/

@media (min-width: 768px) {
  /******************************************************************
    category
    ******************************************************************/
}

@media (min-width: 1024px) {
  /******************************************************************
    category
    ******************************************************************/
}

@media (min-width: 1280px) {
  /******************************************************************
    category
    ******************************************************************/
}

/* BASIC css end */

