:root {
  --gatter:5.8%;
  --base-txt:13px;
  --standard:1196px;
  --xs:390px;
  --sm:784px;
  --md:990px;
  --lg:1568px;
}
@media screen and (min-width: 960px) {
  :root {
    --gatter: 2.5vw;
    --base-txt:14px;
  }
}

/*กกกแกแกแกแกแกแกแกแกแกแกแกแกแกแกแกแกแกแกแ
	กกกกฅซฅฦฅดฅ๊กผ
กแกแกแกแกแกแกแกแกแกแกแกแกแกแกแกแกแกแกแกแ */
#cat-wrapper {
  padding: 0 var(--gatter);
}
#cat-wrapper .inside {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #cat-wrapper .inside {
    max-width: var(--standard);
    margin: 0 auto;
  }
}
#cat-wrapper .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0 0 auto;
  font-size: 11px;
}
#cat-wrapper .breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 2em;
  text-align: right;
}
#cat-wrapper .breadcrumb li::after {
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 0.5em;
  content: ">";
}
#cat-wrapper .breadcrumb li:last-child {
  margin-right: 0;
}
#cat-wrapper .breadcrumb li:last-child::after {
  display: none;
}
#cat-wrapper .breadcrumb a {
  text-decoration: none;
  color: #3b4043;
}

.pnav-wrap {
  margin-top: 80px;
}

.pnav {
  display: flex;
  justify-content: space-evenly;
  font-size: 14px;
  color: #C8C6C0;
}
.pnav a {
  color: #C8C6C0;
}
.pnav .current, .pnav .active {
  font-weight: bold;
  color: #494740;
}
@media screen and (min-width: 600px) {
  .pnav {
    justify-content: center;
    gap: 30px;
  }
}

#cat-scroll {
  position: fixed;
  bottom: 20px;
  right: 3%;
  width: clamp(92px, 5.75rem + (1vw - 3.75px) * 5.8182, 140px);
  height: clamp(80px, 5rem + (1vw - 3.75px) * 4.9697, 121px);
  z-index: 100;
  transition: 0.4s;
}
#cat-scroll .inside {
  position: relative;
}
#cat-scroll .del {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(16px, 1rem + (1vw - 3.75px) * 0.9697, 24px);
  height: clamp(16px, 1rem + (1vw - 3.75px) * 0.9697, 24px);
  transform: translate(0, -50%);
  z-index: 200;
}/*# sourceMappingURL=cat.css.map */