@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

body {
  font-family: "Noto Sans Thai", sans-serif;
  line-height: 1.6;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
*::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

body {
  min-height: 100vh;
  position: relative;
  scroll-behavior: smooth;
}

main {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 70px;
}
main.full-height {
  padding-top: 0px;
  padding-bottom: 0px;
}

#total-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  box-sizing: border-box;
}

.item-section-title-wrap {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 481px) {
  .item-section-title-wrap {
    max-width: 480px;
  }
}
.item-section-title-wrap > h2 {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.1px;
}
.item-section-title-wrap > a {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
}
.item-section-title-wrap.reverse > h2 {
  color: white;
}
.item-section-title-wrap.reverse > a {
  color: #adadad;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.header.header_login {
  background-color: transparent;
}
.header__container {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 481px) {
  .header__container {
    max-width: 480px;
  }
}
.header__container#header_main {
  border-bottom: none;
}
.header__container#header_main .header__back-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 28px;
  height: 28px;
  background-image: url("../images/ic_arrow_left_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header__container#header_main .header__back-button.black {
  background-image: url("../images/ic_back.svg");
}
.header__container#header_main .header__logo {
  background-image: url("../images/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 140px;
  height: 14px;
}
.header__container#header_main .header__nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}
.header__container#header_main .header__nav > div {
  position: relative;
}
.header__container#header_main .header__nav > div > span {
  position: absolute;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  background: #3effb3;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  right: -3px;
  line-height: 1;
}

.bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  z-index: 100;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  max-width: 480px;
  margin: 0 auto;
}
.bottom-menu__list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 70px;
}
@media (min-width: 481px) {
  .bottom-menu__list {
    max-width: 480px;
  }
}
.bottom-menu__item {
  flex: 1;
}
.bottom-menu__item.active .bottom-menu__text {
  color: #303030;
}
.bottom-menu__item.active .bottom-menu__icon[data-icon=ic_home] {
  background-image: url("../images/ic_home_on.svg");
}
.bottom-menu__item.active .bottom-menu__icon[data-icon=ic_explore] {
  background-image: url("../images/ic_explore_on.svg");
}
.bottom-menu__item.active .bottom-menu__icon[data-icon=ic_sell] {
  background-image: url("../images/ic_sell_on.svg");
}
.bottom-menu__item.active .bottom-menu__icon[data-icon=ic_saved] {
  background-image: url("../images/ic_saved_on.svg");
}
.bottom-menu__item.active .bottom-menu__icon[data-icon=ic_me] {
  background-image: url("../images/ic_me_on.svg");
}
.bottom-menu__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
  height: 100%;
}
.bottom-menu__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bottom-menu__icon[data-icon=ic_home] {
  background-image: url("../images/ic_home.svg");
}
.bottom-menu__icon[data-icon=ic_explore] {
  background-image: url("../images/ic_explore.svg");
}
.bottom-menu__icon[data-icon=ic_sell] {
  background-image: url("../images/ic_sell.svg");
}
.bottom-menu__icon[data-icon=ic_saved] {
  background-image: url("../images/ic_saved.svg");
}
.bottom-menu__icon[data-icon=ic_me] {
  background-image: url("../images/ic_me.svg");
}
.bottom-menu__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.06px;
  color: #adadad;
}

#index_header {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 481px) {
  #index_header {
    max-width: 480px;
  }
}
#index_header .index_header__button {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
  padding: 6px 12px;
  border-radius: 4px;
  background: white;
  border: 1px solid #1c1c1c;
}
#index_header .index_header__button.active {
  color: white;
  background: #1c1c1c;
}

#index_top_banner {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 481px) {
  #index_top_banner {
    max-width: 480px;
  }
}
#index_top_banner > div {
  position: relative;
}
#index_top_banner > div > img {
  width: 100%;
}
#index_top_banner > div > section {
  position: absolute;
  top: 16px;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
}
#index_top_banner > div > section > h2 {
  color: #5ef7c4;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.12px;
}
#index_top_banner > div > section > h4 {
  color: #edfdf7;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.06px;
  margin-top: 4px;
}
#index_top_banner > div > a {
  padding: 5px 8px;
  position: absolute;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.6);
  bottom: 12px;
  right: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
  color: #5ef7c4;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.08px;
}

.index-item-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.index-item-section::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.index-item-section > div:first-child {
  margin-left: 20px;
}
.index-item-section > div:last-child {
  margin-right: 20px;
}
.index-item-section > .index-item-section__item {
  flex-shrink: 0;
  width: 180px;
}
.index-item-section > .index-item-section__item > img {
  width: 180px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-item-section > .index-item-section__item > section {
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.index-item-section > .index-item-section__item > section > h5 {
  color: #1c1c1c;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.05px;
}
.index-item-section > .index-item-section__item > section > h2 {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
  min-height: 2.8em;
  margin-bottom: 4px;
}
.index-item-section > .index-item-section__item > section > div.discount {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
}
.index-item-section > .index-item-section__item > section > div.discount > p.discount-text {
  color: #929292;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.06px;
  text-decoration-line: line-through;
}
.index-item-section > .index-item-section__item > section > div.discount > span.discount-percent {
  color: #f65454;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.06px;
}
.index-item-section > .index-item-section__item > section > div.price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.index-item-section > .index-item-section__item > section > div.price > p.price-text {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.07px;
}
.index-item-section > .index-item-section__item > section > div.price > button {
  border-radius: 4px;
  background: #f7f7f7;
  padding: 4px;
  color: #303030;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.05px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.coupon-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.coupon-section::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.coupon-section > div:first-child {
  margin-left: 20px;
}
.coupon-section > div:last-child {
  margin-right: 20px;
}
.coupon-section > .coupon-section__item {
  flex-shrink: 0;
  width: 160px;
  height: 86px;
  background: url("../images/bg_coupon.svg") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 12px;
}
.coupon-section > .coupon-section__item > section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 8px;
}
.coupon-section > .coupon-section__item > section > h2 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.08px;
  background: #00b889;
  padding: 0px 4px;
}
.coupon-section > .coupon-section__item > section > button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
}
.coupon-section > .coupon-section__item > h3 {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
}
.coupon-section > .coupon-section__item > p {
  color: #f2f2f2;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.05px;
}

#index-event-section {
  margin-top: 24px;
  background: #1c1c1c;
}
#index-event-section > img {
  width: 100%;
}
#index-event-section .item-section-title-wrap {
  padding-top: 16px;
  padding-bottom: 16px;
}
#index-event-section #index-event-item-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  padding-bottom: 24px;
}
#index-event-section #index-event-item-wrap::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
#index-event-section #index-event-item-wrap > div:first-child {
  margin-left: 20px;
}
#index-event-section #index-event-item-wrap > div:last-child {
  margin-right: 20px;
}
#index-event-section #index-event-item-wrap > .index-event-item-wrap__item {
  width: 148px;
  height: 286px;
  padding: 10px;
  background: white;
  border-radius: 4px;
  flex-shrink: 0;
}
#index-event-section #index-event-item-wrap > .index-event-item-wrap__item > img {
  width: 128px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
#index-event-section #index-event-item-wrap > .index-event-item-wrap__item > section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
  margin-top: 8px;
}
#index-event-section #index-event-item-wrap > .index-event-item-wrap__item > section > h5 {
  color: #1c1c1c;
  font-size: 10px;
  font-weight: 700;
  line-height: 130%;
}
#index-event-section #index-event-item-wrap > .index-event-item-wrap__item > section > h2 {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
  min-height: 2.8em;
}
#index-event-section #index-event-item-wrap > .index-event-item-wrap__item > section > div.discount {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 8px;
}
#index-event-section #index-event-item-wrap > .index-event-item-wrap__item > section > div.discount > p.discount-text {
  color: #f65454;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.06px;
}
#index-event-section #index-event-item-wrap > .index-event-item-wrap__item > section > div.discount > p.sold {
  color: black;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.05px;
}
#index-event-section #index-event-item-wrap > .index-event-item-wrap__item > section > div.price {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
#index-event-section #index-event-item-wrap > .index-event-item-wrap__item > section > div.price > p.price-text {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.07px;
}
#index-event-section #index-event-item-wrap > .index-event-item-wrap__item > section > div.price > p.price-text-secondary {
  color: #00b889;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.05px;
}
#index-event-section #index-event-banner-wrap {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 24px;
}
@media (min-width: 481px) {
  #index-event-section #index-event-banner-wrap {
    max-width: 480px;
  }
}
#index-event-section #index-event-banner-wrap > img {
  width: 100%;
}

#index-new-item-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}
#index-new-item-section::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
#index-new-item-section > div:first-child {
  margin-left: 20px;
}
#index-new-item-section > div:last-child {
  margin-right: 20px;
}
#index-new-item-section > .index-new-item-section__item:first-child {
  margin-left: 0;
}
#index-new-item-section > .index-new-item-section__item:last-child {
  margin-right: 0;
}
#index-new-item-section > .index-new-item-section__item {
  flex-shrink: 0;
  width: 180px;
  width: calc(50% - 10px);
}
#index-new-item-section > .index-new-item-section__item > img {
  width: 180px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
#index-new-item-section > .index-new-item-section__item > section {
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
#index-new-item-section > .index-new-item-section__item > section > h5 {
  color: #1c1c1c;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.05px;
}
#index-new-item-section > .index-new-item-section__item > section > h2 {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
  min-height: 2.8em;
  margin-bottom: 4px;
}
#index-new-item-section > .index-new-item-section__item > section > div.discount {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
}
#index-new-item-section > .index-new-item-section__item > section > div.discount > p.discount-text {
  color: #929292;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.06px;
  text-decoration-line: line-through;
}
#index-new-item-section > .index-new-item-section__item > section > div.discount > span.discount-percent {
  color: #f65454;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.06px;
}
#index-new-item-section > .index-new-item-section__item > section > div.price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
#index-new-item-section > .index-new-item-section__item > section > div.price > p.price-text {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.07px;
}
#index-new-item-section > .index-new-item-section__item > section > div.price > button {
  border-radius: 4px;
  background: #f7f7f7;
  padding: 4px;
  color: #303030;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.05px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
#index-new-item-section > .index-new-item-section__item > img {
  width: 100%;
  aspect-ratio: 18/16;
  height: auto;
}

#index-brand-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
#index-brand-section::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
#index-brand-section > div:first-child {
  margin-left: 20px;
}
#index-brand-section > div:last-child {
  margin-right: 20px;
}
#index-brand-section > .index-brand-section__item {
  flex-shrink: 0;
  width: 252px;
}
#index-brand-section > .index-brand-section__item > img {
  width: 252px;
  height: 156px;
  -o-object-fit: cover;
     object-fit: cover;
}
#index-brand-section > .index-brand-section__item > section {
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
#index-brand-section > .index-brand-section__item > section > h2 {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: -0.08px;
}
#index-brand-section > .index-brand-section__item > section > p {
  overflow: hidden;
  color: #808080;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 2.8em;
}

#index-seller-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  padding-bottom: 40px;
}
#index-seller-section::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
#index-seller-section > div:first-child {
  margin-left: 20px;
}
#index-seller-section > div:last-child {
  margin-right: 20px;
}
#index-seller-section > .index-seller-section__item {
  flex-shrink: 0;
  width: 252px;
  height: 156px;
  position: relative;
}
#index-seller-section > .index-seller-section__item > img {
  width: 252px;
  height: 156px;
  -o-object-fit: cover;
     object-fit: cover;
}
#index-seller-section > .index-seller-section__item > p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

#login {
  background-image: url("../images/login/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}
#login .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#login .login_top {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
}
#login .login_top p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.08px;
}
#login .login_form {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
}
#login .login_form .login_form_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
  background: #fff;
  padding: 15px 11px;
  width: 100%;
}
#login .login_form .login_form_item > input {
  flex-grow: 1;
  border: none;
  outline: none;
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.08px;
}
#login .login_form .login_form_button {
  width: 100%;
  padding: 16px 20px;
  border-radius: 4px;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #c9c9c9;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.08px;
}
#login .login_form .login_form_button.active {
  border-radius: 4px;
  background: #00b889;
}
#login .login_form p.login_form_social_divider {
  color: #f7f7f7;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.08px;
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
#login .login_form p.login_form_social_divider::before {
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  background: #f7f7f7;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#login .login_form p.login_form_social_divider::after {
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  background: #f7f7f7;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#login .login_form .login_form_social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
}

#otp {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: calc(100vh - 60px);
  padding-top: 60px;
}
#otp .otp_form h3 {
  color: #1c1c1c;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.1px;
}
#otp .otp_form p {
  color: #575757;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
  margin-top: 24px;
}
#otp .otp_form .otp_form_input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 40px;
  flex-wrap: wrap;
}
#otp .otp_form .otp_form_input > input {
  display: flex;
  height: 44px;
  width: 44px;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #575757;
  outline: none;
  color: #1c1c1c;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.12px;
}
#otp .otp_form .otp_form_resend {
  color: #575757;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
  margin-top: 40px;
  display: block;
}
#otp .otp_form_send_button {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.08px;
  border-radius: 4px;
  background: #c9c9c9;
  padding: 16px;
  width: calc(100% - 40px);
  border: none;
  outline: none;
  position: absolute;
  bottom: 40px;
}
#otp .otp_form_send_button.active {
  background: #1c1c1c;
}

#signup_complete {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 100vh;
}
#signup_complete .signup_complete_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
}
#signup_complete .signup_complete_content p {
  color: #1c1c1c;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.12px;
}
#signup_complete .signup_complete_button {
  width: calc(100% - 40px);
  padding: 16px;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #1c1c1c;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.08px;
  position: absolute;
  bottom: 40px;
}

#product_detail .product_detail_image_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#product_detail .product_detail_image_wrap .product_detail_image_list {
  display: flex;
  flex-direction: row;
  width: 100%;
  transition: transform 0.3s ease;
  will-change: transform;
}
#product_detail .product_detail_image_wrap .product_detail_image_list .product_detail_image_list__item {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
}
#product_detail .product_detail_image_wrap .product_detail_image_list .product_detail_image_list__item img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
#product_detail .product_detail_image_wrap .product_detail_bar {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: calc(100% - 144px);
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
  border-radius: 1px;
  overflow: hidden;
}
#product_detail .product_detail_image_wrap .product_detail_bar .product_detail_bar_item {
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  border-radius: 1px;
  transition: left 0.3s ease, width 0.3s ease;
}
#product_detail .product_detail_divider {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}
#product_detail .product_detail_container {
  padding: 20px;
}
#product_detail .product_detail_container .product_detail_info_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}
#product_detail .product_detail_container .product_detail_info_wrap .product_detail_info_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
#product_detail .product_detail_container .product_detail_info_wrap .product_detail_info_header .product_detail_info_header__category {
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
}
#product_detail .product_detail_container .product_detail_info_wrap .product_detail_info_header .product_detail_info_header__button {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
#product_detail .product_detail_container .product_detail_info_wrap .product_detail_info_header .product_detail_info_header__button .product_detail_info_header__button__like,
#product_detail .product_detail_container .product_detail_info_wrap .product_detail_info_header .product_detail_info_header__button .product_detail_info_header__button__share {
  width: 28px;
  height: 28px;
}
#product_detail .product_detail_container .product_detail_info_wrap .product_detail_info_title {
  width: 100%;
}
#product_detail .product_detail_container .product_detail_info_wrap .product_detail_info_title .product_detail_info_title__brand {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.1px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 8px;
}
#product_detail .product_detail_container .product_detail_info_wrap .product_detail_info_title .product_detail_info_title__brand::after {
  content: "";
  background-image: url("../images/ic_arrow_right_small.svg");
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
#product_detail .product_detail_container .product_detail_info_wrap .product_detail_info_title .product_detail_info_title__title {
  color: #111;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.07px;
}
#product_detail .product_detail_container .product_detail_info_badge {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
}
#product_detail .product_detail_container .product_detail_info_badge .product_detail_info_badge__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
  border-radius: 4px;
  background: #f7f7f7;
  padding: 4px;
  color: #303030;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.05px;
}
#product_detail .product_detail_container .product_detail_info_social {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
}
#product_detail .product_detail_container .product_detail_info_social .product_detail_info_social_info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
}
#product_detail .product_detail_container .product_detail_info_social .product_detail_info_social_info p {
  color: #00b889;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.06px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
  line-height: 16px;
}
#product_detail .product_detail_container .product_detail_info_social .product_detail_info_social_info p > img {
  width: 12px;
  height: 12px;
}
#product_detail .product_detail_container .product_detail_info_social .product_detail_info_social_info .divider {
  color: #c9c9c9;
  font-size: 12px;
  font-weight: 400;
}
#product_detail .product_detail_container .product_detail_info_social .product_detail_info_social_badge {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 2px 8px;
  background: #fff9c7;
  width: 100%;
}
#product_detail .product_detail_container .product_detail_info_social .product_detail_info_social_badge p {
  color: #d56000;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.06px;
}
#product_detail .product_detail_container .product_detail_info_option {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}
#product_detail .product_detail_container .product_detail_info_option .product_detail_info_option_content_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
#product_detail .product_detail_container .product_detail_info_option .product_detail_info_option_content_wrap .product_detail_info_option_content_wrap__title {
  color: #808080;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.07px;
  width: 50px;
}
#product_detail .product_detail_container .product_detail_info_option .product_detail_info_option_content_wrap .product_detail_info_option_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 5px;
  flex-wrap: wrap;
  width: calc(100% - 60px);
}
#product_detail .product_detail_container .product_detail_info_option .product_detail_info_option_content_wrap .product_detail_info_option_item h5 {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.07px;
}
#product_detail .product_detail_container .product_detail_info_option .product_detail_info_option_content_wrap .product_detail_info_option_item__button {
  padding: 7px;
  border: 1px solid transparent;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
#product_detail .product_detail_container .product_detail_info_option .product_detail_info_option_content_wrap .product_detail_info_option_item__button > p {
  color: #111;
  font-size: 10px;
  font-weight: 500;
}
#product_detail .product_detail_container .product_detail_info_option .product_detail_info_option_content_wrap .product_detail_info_option_item__button.active {
  border: 1px solid #111;
}
#product_detail .product_detail_container .product_detail_info_option .product_detail_info_option_content_wrap .product_detail_info_option_item__button.inactive > p {
  color: #ccc;
}
#product_detail .product_detail_container .product_detail_info_option .product_detail_info_option_content_wrap .product_detail_info_option_item__button > div {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
#product_detail .product_detail_container .product_detail_info_price {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 8px 4px;
}
#product_detail .product_detail_container .product_detail_info_price .product_detail_info_price__before {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.08px;
}
#product_detail .product_detail_container .product_detail_info_price .product_detail_info_price__value {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  color: #f65454;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.08px;
}
#product_detail .product_detail_container .product_detail_info_price .product_detail_info_price__value span {
  color: #f65454;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.12px;
}/*# sourceMappingURL=style.css.map */