@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);
/* 예시파일 */

:root {
  --layout-color: #fff;
}

/* pvm */
.bottom-nav__link:before {
  display: none !important;
}

@media (min-width: 1001px) {
  .page .site {
    margin-right: auto;
  }
}

.bottom-nav__shopping-cart-wrapper {
  position: relative;
}

.bottom-nav {
  height: 80px;
  padding: 0px;
  background: var(--Light-Scheme-Monochrome-white, #fff);
  backdrop-filter: blur(8px);
  box-shadow: none;
}

.bottom-nav__link {
  position: relative;
  display: flex;
  padding-bottom: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: var(--radius-small, 4px);
  flex: 1 0 0;
  align-self: stretch;
  border-top: 1px solid var(--Light-Scheme-Monochrome-grey10, #f2f2f7);

  cursor: pointer;
}

.bottom-nav__label {
  color: #babdca;
  margin-top: 0px;
  font-size: 12px;
  font-weight: 500;
  line-height: 85%;
}

.bottom-nav__label.active {
  color: #232429;
}

.bottom-nav__icon_wrapper {
  position: absolute;
  top: -16px;
  display: flex;
  width: 52px;
  height: 52px;
  padding: 10px;

  border-radius: var(--radius-round, 80px);
  background: var(--Light-Scheme-Monochrome-grey10, #f2f2f7);
  box-shadow: 2px 4px 16px 0px rgba(35, 36, 41, 0.25);

  justify-content: center;
  align-items: center;
  gap: 10px;
}

.shopping-basket__count {
  top: -5px;
  border-radius: var(--radius-medium, 8px);
  background: var(--Light-Scheme-Color-primary-red, #ff3049);
}

.product-thumb-price {
  font-size: 1.25rem;
  color: #456cfd;
}

.product-thumb-unit {
  font-size: 1rem;
}

.product-section__title {
  font-size: 1.8rem;
  font-weight: bold;
}

.header {
  min-height: 48px;
  z-index: 10;
}

.header__left-btn {
  top: 50%;
  left: 16px;
}

.header__right-btn {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);

  color: #505363;
  font-size: 18px;
  font-weight: 700;
  line-height: 85%;
}

.total-sort,
.product-detail .tabs {
  top: 48px;
}

.product-thumb-price-info {
  white-space: nowrap;
}
.product-section {
  margin-top: 24px;
}

.thumb-GALLERY {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px var(--radius-medium, 8px);
  align-self: stretch;
  flex-wrap: wrap;
}

.recent-keyword {
  min-height: 196px;
  height: 196px;

  overflow: hidden;
}

.recent-keyword__top p {
  color: var(--Light-Scheme-Monochrome-black, #232429);

  /* Display/Large/l-bold */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
}

.recent-keyword__top button {
  color: var(--Light-Scheme-Monochrome-grey50, #babdca);

  /* Body/Medium/m-medium */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}

.recent-keyword__item button {
  color: var(--Light-Scheme-Monochrome-black, #232429);

  /* Body/Medium/m-medium */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}

.recent-keyword__content {
  height: 130px;

  overflow: hidden;
}

.search-keyword-modal .text-field input {
  color: var(--Light-Scheme-Monochrome-grey70, #a7a9b6);

  /* Display/X-Large/xl-medium */
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}

@media screen and (max-width: 500px) {
  .page__content {
    min-width: 100vw;
  }
}

#order-sheet__orderer-info .email-input {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 8px var(--radius-medium, 8px);
  align-self: stretch;
  flex-wrap: wrap;

  border: none;

  padding: 0px;

  color: var(--Light-Scheme-Monochrome-offblack, #505363);

  /* Display/Large/l-bold */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
}

#order-sheet__orderer-info .text-field input,
#order-sheet__orderer-info .select-box select,
#order-sheet__shipping-address .text-field input,
#order-sheet__shipping-address .select-box select {
  padding: 0px;
}

#order-sheet__orderer-info .email-input__id,
#order-sheet__orderer-info .email-input__domain,
#order-sheet__orderer-info .phone-number-input .select-box,
#order-sheet__orderer-info .phone-number-input .text-field,
#order-sheet__orderer-info .order-sheet__domain-select,
#order-sheet__shipping-address .select-box,
#order-sheet__shipping-address .text-field {
  width: 100%;
  height: 40px;
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;

  padding: 10px var(--radius-large, 16px);

  border-radius: var(--radius-medium, 8px);
  border: 1px solid var(--Light-Scheme-Monochrome-grey20, #ececf3);
  background: var(--Light-Scheme-Monochrome-white, #fff);

  color: var(--Light-Scheme-Monochrome-offblack, #505363);

  /* Body/Medium/m-regular */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */

  ::placeholder {
    max-height: 56px;
    flex: 1 0 0;

    color: var(--Light-Scheme-Monochrome-grey70, #a7a9b6);

    /* Body/Medium/m-regular */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
}

#order-sheet__shipping-address .order-sheet__item,
#order-sheet__shipping-address .check-radio {
  width: 100%;
  margin: 0px;
}

#order-sheet__shipping-address .address-form__zip-code {
  width: 100%;
}

#order-sheet__shipping-address .address-form__zip-code .btn--default {
  width: 50%;
  min-width: 50%;
  max-height: 40px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;

  padding: 16px;

  border-radius: var(--radius-medium, 8px);
  border: 1px solid var(--Light-Scheme-Color-primary-blue, #445eff);

  color: var(--Light-Scheme-Color-primary-blue, #445eff);

  /* System/Medium/m-medium */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 85%; /* 11.9px */
}

#order-sheet__shipping-address .check-radio__label {
  color: var(--Light-Scheme-Monochrome-offblack, #505363);

  /* Display/Medium/m-medium */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}

.check-radio__ico {
  display: flex;
  width: 16px;
  height: 16px;
  padding-left: 0.5px;
  justify-content: center;
  align-items: center;
  gap: 8px;

  border: none;
  border-radius: var(--radius-small, 4px);
}

input[type='checkbox']:checked + .check-radio__ico {
  background-color: var(--Light-Scheme-Color-primary-blue, #445eff);
}

input[type='checkbox']:not(:checked) + .check-radio__ico {
  border: 1px solid var(--Light-Scheme-Monochrome-grey30, #e0e0eb);
}

#order-sheet__shipping-address .order-sheet__item-subject {
  align-self: stretch;

  color: var(--Light-Scheme-Monochrome-offblack, #505363);

  /* Display/Large/l-bold */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */

  margin-bottom: 8px;
}

#order-sheet__shipping-address .delivery-memo {
  color: var(--Light-Scheme-Monochrome-grey70, #a7a9b6);

  /* Body/Medium/m-regular */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

#orderer-sheet__orderer-info .phone-number-input .phone-number-input__bar {
  width: var(--radius-medium, 8px);
  height: 2px;

  background: var(--Light-Scheme-Monochrome-offblack, #505363);
}

.title-modal__header {
  border-bottom: none;
}

.full-modal {
  width: 100%;
  max-width: 500px;
  max-height: 100%;
}

.header .header__title {
  color: var(--Light-Scheme-Monochrome-offblack, #505363);
  text-align: center;

  /* System/X-Large/xl-medium */
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 15.3px */
}

.open-id-agreement-form {
  padding: 24px 16px;
}

.open-id-agreement-form__agree-list {
  margin-top: 24px;
}

.open-id-agreement-form__confirm {
  margin-top: 24px;
}

.open-id-agreement-form__checkbox--check-all {
  height: 100%;
  padding: 24px;

  border-radius: 8px;
  border: 1px solid var(--Light-Scheme-Monochrome-grey20, #ececf3);
}

.open-id-agreement-form__checkbox--check-all .check-radio__label {
  color: var(--Light-Scheme-Monochrome-offblack, #505363);

  /* Display/Large/l-bold */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
}

.open-id-agreement-form__checkbox--check-single {
  margin-bottom: 16px;
}

.open-id-agreement-form__checkbox--check-single .check-radio__label {
  color: var(--Light-Scheme-Monochrome-offblack, #505363);

  /* Display/Medium/m-medium */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}

.open-id-agreement-form__confirm .btn--default {
  width: 100%;
  height: 48px;
  max-height: 48px;

  padding: 16px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;

  border-radius: var(--radius-medium, 8px);
  background: var(--Light-Scheme-Color-primary-blue, #445eff);

  color: var(--Light-Scheme-Monochrome-white, #fff);

  /* System/Large/l-medium */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 85%; /* 13.6px */
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  font-display: swap;
  src: local('Pretendard Black'), url(https://storefront.cdn-nhncommerce.com/custom/team-3414/pluvaparts-custom/pluvaparts-6193/fe80bd8c7ce9b3af972f.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  font-display: swap;
  src: local('Pretendard ExtraBold'), url(https://storefront.cdn-nhncommerce.com/custom/team-3414/pluvaparts-custom/pluvaparts-6193/82ea4400a5eea299b40c.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-display: swap;
  src: local('Pretendard Bold'), url(https://storefront.cdn-nhncommerce.com/custom/team-3414/pluvaparts-custom/pluvaparts-6193/f6866c5eb21ccb9a8749.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-display: swap;
  src: local('Pretendard SemiBold'), url(https://storefront.cdn-nhncommerce.com/custom/team-3414/pluvaparts-custom/pluvaparts-6193/a0c72d6162af72df37ec.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-display: swap;
  src: local('Pretendard Medium'), url(https://storefront.cdn-nhncommerce.com/custom/team-3414/pluvaparts-custom/pluvaparts-6193/f902522b86842449110e.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-display: swap;
  src: local('Pretendard Regular'), url(https://storefront.cdn-nhncommerce.com/custom/team-3414/pluvaparts-custom/pluvaparts-6193/ab56c53f21ca6b32d15f.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 300;
  font-display: swap;
  src: local('Pretendard Light'), url(https://storefront.cdn-nhncommerce.com/custom/team-3414/pluvaparts-custom/pluvaparts-6193/40808ea4485a78c05f92.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 200;
  font-display: swap;
  src: local('Pretendard ExtraLight'), url(https://storefront.cdn-nhncommerce.com/custom/team-3414/pluvaparts-custom/pluvaparts-6193/ff5e73a97b5e7a5c5d5f.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 100;
  font-display: swap;
  src: local('Pretendard Thin'), url(https://storefront.cdn-nhncommerce.com/custom/team-3414/pluvaparts-custom/pluvaparts-6193/348f24715998d74e9f55.woff) format('woff');
}

:root {
  /* Monochrome */
  --Light-Scheme-Monochrome-black: #232429;
  --Light-Scheme-Monochrome-offblack: #505363;
  --Light-Scheme-Monochrome-white: #fff;
  --Light-Scheme-Monochrome-grey100: #858894;
  --Light-Scheme-Monochrome-grey70: #a7a9b6;
  --Light-Scheme-Monochrome-grey50: #babdca;
  --Light-Scheme-Monochrome-grey30: #e0e0eb;
  --Light-Scheme-Monochrome-grey20: #ececf3;
  --Light-Scheme-Monochrome-grey10: #f2f2f7;

  /* Color */
  --Light-Scheme-Color-primary-blue: #445eff;
  --Light-Scheme-Color-primary-red: #ff3049;
  --Light-Scheme-Color-secondary-blue: #e5e9ff;
  --Light-Scheme-Color-secondary-red: #ffdbe0;
}

@charset 'utf-8';

:root {
  --whole-color: #fff;
  --background-color: #f5f6f8;
  --point-color: #f92626;
  --point-color-secondary: #2869f7;
  --black-color: #111;
  --dark-gray-color: #262626;

  --empty-color: #f5f6f8;
  --default-color: #ddd;
  --blue-gray-color: #3f434c;
  --gray-color: #999;
  --gray-font-color: #828282;
  --tooltip-bg-color: #f7f7f7;

  --default-font-color: #181818;
}

/* pvm */

