* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pretendard-Light", Helvetica;
}

body {
  max-width: 48rem;
  margin: 0 auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* @media only screen and (max-width: 768px) { */
/* Start Common */
.p-20 {
  padding: 20px;
}

.px-20-py-40 {
  padding: 40px 20px 0 20px;
}

.px-20 {
  padding: 0 20px;
}

.px-10-py-20 {
  padding: 0 20px 10px 20px;
}

@media only screen and (min-width: 426px) {
  .px-20-py-40 {
    padding: 40px 34px 0 34px;
  }

  .px-20 {
    padding: 0 34px;
  }

  .px-10-py-20 {
    padding: 0 34px 10px 34px;
  }
}

.h-458 {
  height: auto;
}

.bg-linear-gradient {
  background: linear-gradient(
    85deg,
    rgb(73, 88, 253) 0%,
    rgb(148.6, 123, 251) 100%
  );
}

/* End Common */

/* logo */
.header-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  margin-top: 21px;
}

.logo {
  display: flex;
  align-items: center;
}

.text-wrapper-13 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  background: linear-gradient(
    180deg,
    rgb(73, 88, 253) 0%,
    rgb(148.6, 123, 251) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Pretendard-Black", Helvetica;
  font-weight: 900;
  color: transparent;
  font-size: 24px;
  letter-spacing: -0.55px;
  line-height: 32px;
  white-space: nowrap;
}

.text-wrapper-14 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard-Black", Helvetica;
  font-weight: 900;
  color: var(--x-4);
  font-size: 24px;
  letter-spacing: -0.55px;
  line-height: 32px;
  white-space: nowrap;
}


.header-auth-option > .header-auth-item > a,
.header-auth-option {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #333333;
  font-family: "Pretendard-SemiBold";
}

/* Navigation */
.header-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.header-navigation {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navigation-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 6px;
  position: relative;
  font-family: "Pretendard-SemiBold";
  color: #767cbe;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.37px;
  line-height: 21.3px;
}


.navigation-text > a,
.navigation-text {
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  color: var(--x-1);
  font-size: 16px;
  letter-spacing: -0.37px;
  line-height: 21.3px;
  white-space: nowrap;
}

.navigation-indicator {
  background-color: var(--x-1);
  width: 4px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  bottom: -2px;
}

/* Banner */
.swiper-container {
  width: 100%;
  height: 346px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.swiper-pagination {
  position: static !important;
  padding-top: 24px;
  display: flex;
  gap: 8px;
  justify-content: center;
  width: 100%;
  z-index: 30;
}

.swiper-pagination .swiper-pagination-bullet {
  background: white !important;
  width: 4px;
  height: 4px;
  transition: width 0.3s, height 0.3s;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 4px;
  border-radius: 8px;
  background: white;
}

.swiper-pagination-bullet-active {
  opacity: none;
}

/* Content Section */

#content-section {
  background-color: #f8f8ff;
  border-radius: 40px;
}

/* Frame 10664 */
.list-frame-10664 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 41px;
}

@media only screen and (min-width: 500px) {
  .list-frame-10664 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 41px;
  }
}

.item-frame-10664 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 41px;
}

.item-frame-10664 div {
  width: 80px;
  height: 80px;
}

.item-frame-10664 div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-frame-10664 p {
  font-weight: 500;
  color: var(--x-4);
  font-size: 14px;
  font-family: "Pretendard-Medium", Helvetica;
}

/* frame-10679 */
#frame-10679 {
  margin-top: 40px;
}

.list-frame-10679 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  height: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.item-frame-10679 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.item-frame-10679 div {
  width: 220px;
  height: 120px;
}

.item-frame-10679 div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.item-frame-10679 p {
  font-weight: 500;
  color: #333333;
  font-size: 14px;
  font-family: "Pretendard-Medium", Helvetica;
}

/* Frame 10643 */
#frame-10643 {
  margin-top: 38px;
}

.title-10643 {
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 700;
  font-size: 20px;
  font-family: "Pretendard-Medium", Helvetica;
}

.text-wrapper-17 {
  width: fit-content;
  margin-top: -1px;
  background: linear-gradient(
    180deg,
    rgb(73, 88, 253) 0%,
    rgb(148.6, 123, 251) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Pretendard-Black", Helvetica;
  color: transparent;
}

.text-wrapper-18 {
  color: #333333;
}

.list-product-10643 {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-evenly;
  /*justify-content: left;*/
}

.item-product-10643 {
  height: 255px;
}

.img-item-10643 {
  position: relative;
  width: 214px;
  height: 160px;
}

@media only screen and (max-width: 765px) {
  .img-item-10643 {
    position: relative;
    width: 150px;
    height: 160px;
  }
}
@media only screen and (min-width: 250px) and (max-width: 320px) {
  .img-item-10643 {
    width: 120px;
    position: relative;
    height: 160px;
  }
}

.img-item-10643 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.tag-item-10643 {
  position: absolute;
  top: 7px;
  left: 6px;
  background-color: #dad0ff;
  width: 50px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  color: #333333;
  border-radius: 8px;
}

.content-product-10643 {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Pretendard-Light", Helvetica;
}

.content-1 {
  font-weight: 400;
  font-size: 12px;
  color: #8c8c8c;
}

.content-2 {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.content-3 {
  font-weight: 400;
  font-size: 14px;
  color: #8c8c8c;
}

.content-4 {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.see-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  cursor: pointer;
}

/* frame-10678 */
#frame-10678 {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 2800px) {
  .list-frame-10678 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .item-10678 {
    width: calc(50% - 10px);
  }
}

.item-10678 {
  margin-top: 16px;
  background-color: white;
  border-radius: 16px;
  padding: 12px;
  font-family: "Pretendard-Light", Helvetica;
  line-height: 30px;
  box-shadow: #2e3af12e 0px 8px 24px;
}

.info-item {
  display: flex;
  align-items: center;
}

.label {
  color: #a4a5ca;
  width: 53px;
  font-size: 14px;
  display: flex;
  justify-content: end;
}

.value {
  color: #333333;
  font-size: 14px;
  font-family: "Pretendard-Medium", Helvetica;
  margin-left: 20px;
}

.price {
  font-size: 20px;
  font-family: "Pretendard-Bold", Helvetica;
  color: #4958fd;
}

.status {
  padding: 2px 4px;
  height: 19px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.status-type-1 {
  background-color: #fbf1ec;
  color: #e39349;
}

.status-type-2 {
  background-color: #e2f5ec;
  color: #38de8e;
}

.status-type-3 {
  background-color: #f4e8fa;
  color: #b149e3;
}

/* frame-3063 */
#frame-3063 {
  margin-top: 40px;
}

.title-3063 {
  margin-top: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: "Pretendard-Light", Helvetica;
  color: #a4a5ca;
  padding-bottom: 55px;
}

/* footer */
#footer {
  margin-top: 34px;
  font-family: "Pretendard-Light", Helvetica;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.list-frame-10640 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  width: 20rem;
}

.breadcrumb {
  border-right: 1px solid white;
  height: 16px;
  color: #ffffff;
}

.logo-footer {
  width: 129px;
  height: 32px;
}

.logo-footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* frame-10629 */
#frame-10629 {
  display: flex;
  gap: 12px;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

/* Frame 10631 */
#frame-10631 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
  font-weight: 400;
  font-size: 14px;
}

.item-frame-10631 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.address-company {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}

.note-footer {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: white;
}

.list-social {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 30px;
}

.list-social div {
  width: 30px;
  height: 30px;
}

.list-social div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* } */
