.non-padding {
  padding: 0px !important;
}
.pointer {
  cursor: pointer;
}
.main-header {
  display: flex;
  height: 64px;
  padding: 16px 2px 16px 16px;
  align-items: center;
  justify-content: space-between;
}

.main-logo {
  width: 172px;
  height: 21px;
  & img {
    width: 100%;
    height: 100%;
  }
}
.home-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.home-header-title {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.48px;
  /* color: ${colors.black200}; */
  padding: 0 16px;
  margin-bottom: 4px;
}

.home-slider-wrap {
  display: flex;
  position: relative;
  justify-content: center;
}

.home-slider-paging {
  display: flex;
  flex-direction: row;
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.banner-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: block;
}

.goods-group-section {
  overflow-x: auto;
  padding: 12px 0px 32px 0;
  display: inline-flex;
  flex-direction: column;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.goods-group-section::-webkit-scrollbar {
  display: none;
}

.grid-row {
  /* overflow-x: auto; */
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding-left: 16px;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.grid-row::after {
  margin-left: -16px;
  flex: 0 0 16px;
  width: 100;
  content: "";
}
.grid-row::-webkit-scrollbar {
  display: none;
}

.goods-group-wrap {
  border: 1px solid #eaeaea;
  padding: 4px 16px 4px 5px;
  display: inline-flex;
  border-radius: 24px;
}

.goods-group-wrap:last-child {
}

.goods-group-wrap .border {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 100%;
}

.goods-group-wrap .image-wrap {
  position: relative;
  width: 40px;
  height: 40px;
}

.goods-group-wrap .image-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.goods-group-wrap span {
  margin-left: 14px;
  align-self: center;
  font-size: 14px;
  font-family: "NotoSansKR";
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
}

.aspect-ratioBox {
  overflow: hidden;
  /* padding-top: ${(props) => (props.count === 1 ? "53.5%" : "58.5%")}; */
  position: relative;
  border-radius: 8px;
}

.home-styled-swiper {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.home-styled-swiper .swiper-slide {
  height: auto !important;
  object-fit: contain;
  background-image: linear-gradient(to bottom, #ffffff, #e0e0e0);
}

.home-styled-swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

/* 버튼 커스텀 */
.home-styled-swiper .swiper-pagination {
  height: 24px;
}

.home-styled-swiper .swiper-pagination-bullet {
  border-radius: 0;
  width: 8px;
  height: 2px;
  text-align: center;
  font-size: 12px;
  color: #000;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.2);
}

.home-styled-swiper .swiper-pagination-bullet-active {
  width: 24px;
  height: 4px;
  color: white;
  background: #616161;
}

/* 금방금방 링크 */
.kumbang-link {
  padding: 0 16px;
  margin-bottom: 64px;
}

.kumbang-link img {
  width: 100%;
}

.toss-wrap {
  margin-top: 21px;
  width: 197.6px;
  height: 16px;
}

.toss-wrap img {
  width: 100%;
}

/* footer */
.footer-container {
  padding: 32px 16px 103px 16px;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.company-name {
  color: #444444;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.28px;
  margin-bottom: 8px;
}

.description {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.24px;
  color: #777777;
}

.see-entry-btn {
  color: #777777;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: -0.22px;
  width: 120px;
  height: 24px;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 64px;
}
.see-entry-btn img {
  width: 18px;
  height: 18px;
  margin-left: -2px;
}

.terms-section {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.terms-left {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #222222;
  text-decoration: underline;
}

.terms-right {
  margin-left: 24px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #222222;
  text-decoration: underline;
}

.logout-section {
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #222222;
}

.copyright {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: -0.2px;
  color: #888888;
  margin-top: 19.6px;
}
