.br1300 {
  display: none;
}
.br1024 {
  display: none;
}


/* ===== REVIEW ===== */
#review {
  background: url('../img/review-bg.png') center center / cover no-repeat;
  border-top: 5px solid #7e5923;
  border-bottom: 5px solid #7e5923;
  overflow: hidden;
}

#review .review-inner {
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* 타이틀 */
#review .tit-wrap {
  text-align: center;
}

#review .st-sub-tit {
  font-family: Paperlogy, sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

#review .st-tit {
  font-family: Paperlogy, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

#review .st-tit em {
  font-style: normal;
  color: #ffd31f;
}

/* 슬라이더 */

#review .review-slider {
  width: 100%;
}

#review .swiper-slide img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* ===== REVIEW MO ===== */
@media (max-width: 480px) {
  #review .review-inner {
    padding: 80px 0;
    gap: 40px;
  }

  #review .tit-wrap {
    text-align: left;
    padding: 0 20px;
  }

  #review .swiper-slide img {
    border-radius: 8px;
  }
}

/* ===== FEE ===== */
#fee {
  background: #f0ece7;
  overflow: hidden;
}

#fee .orange-point {
  background: #FF5200;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#fee .fee-inner {
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  justify-content: center;
}

/* 타이틀 */
#fee .tit-wrap {
  width: 93%;
}
#fee .st-sub-tit {
  text-align: center;
  color: #111;
  /* font-size: 40px; */
  font-family: Paperlogy, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

#fee .st-sub-tit em {
  font-size: 48px;
  font-family: Paperlogy, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#fee .fee-mo-br {
  display: none;
}

#fee .st-tit {
  word-break: keep-all;
  color: #111;
  font-family: Paperlogy, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

#fee .fee-em-zero {
  font-size: 80px;
  font-style: normal;
  display: inline-block;
}

/* 테이블 래퍼 */
#fee .fee-table-wrap {
  margin: auto;
  max-width: 1220px;
  width: 93%;
  align-self: stretch;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

#fee .fee-unit {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: right;
  color: #333;
  font-size: 20px;
  font-family: Paperlogy, sans-serif;
  font-weight: 400;
}

/* 카드 */
#fee .fee-card {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  overflow: hidden;
}

/* 테이블 */
#fee .fee-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#fee .fee-col-category {
  width: 16%;
}
#fee .fee-col-amount {
  width: 26%;
}
#fee .fee-col-note {
  width: 26%;
}
/* fee-col-desc : 나머지 32% 자동 */

#fee .fee-table th {
  padding: 16px 20px;
  border-bottom: 1px solid #ff5200;
  color: #ff5200;
  font-size: 20px;
  font-family: Paperlogy, sans-serif;
  font-weight: 600;
  text-align: center;
}

#fee .fee-table td {
  height: 72px;
  padding: 20px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-family: Paperlogy, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  vertical-align: middle;
  word-break: keep-all;
}

#fee .fee-td-category {
  color: #111;
  font-weight: 600 !important;
}

#fee .fee-td-desc {
  text-align: center;
}

/* 금액 셀 */
#fee .fee-price-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

#fee .fee-td-amount del {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

#fee .fee-td-amount strong {
  color: #ff5200;
  font-size: 32px;
  font-family: Paperlogy, sans-serif;
  font-weight: 700;
}

/* 합계 행 (PC) */
#fee .fee-pc-total td {
  border: none;
  background: #ff5200;
  height: 80px;
  vertical-align: middle;
}

#fee .fee-total-label-td {
  text-align: center;
}

#fee .fee-total-text {
  color: #fff;
  font-size: 28px;
  font-family: Paperlogy, sans-serif;
  font-weight: 600;
  margin-right: 8px;
}

#fee .fee-total-vat {
  color: #fff;
  font-size: 20px;
  font-family: Paperlogy, sans-serif;
  font-weight: 400;
}

#fee .fee-total-amount-td {
  text-align: center;
}

#fee .fee-total-amount-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#fee .fee-sum-old {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  font-family: Paperlogy, sans-serif;
  font-weight: 700;
}

#fee .fee-sum-old s {
  text-decoration: line-through;
}

@keyframes neon-flicker {
  0%,
  100% {
    text-shadow: 0 0 6px #fff, 0 0 20px rgba(255, 255, 255, 0.4);
  }
  50% {
    text-shadow: 0 0 2px #fff, 0 0 20px rgba(255, 255, 255, 0.4);
  }
}

#fee .fee-sum-new {
  color: #fff;
  font-size: 60px;
  font-family: Paperlogy, sans-serif;
  font-weight: 700;
  text-shadow: 0 0 6px #fff, 0 0 20px rgba(255, 255, 255, 0.4);
  animation: neon-flicker 2s ease-in-out infinite;
}

#fee .fee-total-note-td {
  background: #ff5200;
}

/* 모바일 합계 바 - PC에서 숨김 */
#fee .fee-mo-total {
  display: none;
}

/* 비고 셀 (rowspan 병합) */
#fee .fee-td-note {
  vertical-align: middle;
}

/* 스탬프 배지 */
#fee .fee-stamp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 100%;
}

#fee .fee-stamp-label {
  color: #505050;
  word-break: keep-all;
  font-size: 28px;
  font-family: Paperlogy, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

#fee .fee-stamp-price {
  font-size: 48px;
  font-family: Paperlogy, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(114deg, #ff5200 9.87%, #ffea00 106.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#fee .fee-badge {
  max-width: 208px;
  aspect-ratio: 1 /1;
  width: 93%;
  /* height: 208px; */
  /* background: #ff5200; */
  /* box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.12); */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

#fee .fee-badge::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid #fff;
  pointer-events: none;
}

#fee .fee-badge-all {
  color: #fff;
  font-size: 24px;
  font-family: Paperlogy, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  position: relative;
}

#fee .fee-badge-exempt {
  color: #fff;
  font-size: 48px;
  font-family: Paperlogy, sans-serif;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}

/* ===== CONTACT ===== */
#contact {
  padding-top: 100px;
  position: relative;
  width: 100%;
  background: #673818;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

/* 상단 브라운 히어로 */
#contact .contact-hero {
  max-width: 1220px;
  width: 93%;
  position: relative;

  display: flex;
  gap: 40px;
  align-items: start;
  justify-content: center;
}

#contact .contact-hero-inner {
  /* position: absolute; */
  /* left: 130px; */
  /* top: 100px; */
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

#contact .contact-logo {
  max-width: 192px;
  /* height: 52px; */
  width: 30%;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}

#contact .st-tit {
  color: #fff;
  font-size: 56px;
  font-family: Paperlogy, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  word-break: keep-all;
}

#contact .st-sub-tit {
  color: #fff;
  font-size: 32px;
  font-family: Paperlogy, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
}

/* 하단 배경 이미지 영역 */
#contact .contact-bg-area {
  z-index: 0;

  min-width: 1220px;

  width: 100%;
  height: 420px;
  background: url(../img/contact-bg.png) center center / cover no-repeat;
  position: relative;
  overflow: hidden;
  margin-top: -170px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

#contact .contact-bg-area .bg-wrap {
  width: 80vw;
  padding: 60px 0 0;
}
#contact .contact-phone-btn {
  position: relative;
  /* left: 200px; */
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 10px 16px;
  background: #ff5200;
  border-radius: 14px;
  text-decoration: none;
}

#contact .contact-phone-btn svg {
  position: absolute;
  right: -19px;
}
#contact .contact-phone-label {
  color: #fff;
  font-size: 32px;
  font-family: Paperlogy, sans-serif;
  font-weight: 600;
  line-height: 1.25;
}

#contact .contact-phone-num {
  color: #fff;
  font-size: 48px;
  font-family: Paperlogy, sans-serif;
  font-weight: 600;
  line-height: 1.25;
}

/* 문의 카드 (절대 위치, 두 영역 오버랩) */
#contact .contact-card {
  /* position: absolute; */
  max-width: 620px;
  z-index: 1;
  position: relative;
  width: 45%;

  /* left: 810px; */
  /* top: 100px; */

  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
}

/* 폼 */
#contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

#contact .contact-row {
  display: flex;
  gap: 30px;
  width: 100%;
}

#contact .contact-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#contact .contact-item label {
  color: #111;

  font-family: Paperlogy, sans-serif;
  font-weight: 700;
  line-height: 24px;
}

#contact .contact-item .label-opt {
  color: #999;
  font-weight: 700;
}

#contact .contact-item input[type='text'],
#contact .contact-item input[type='tel'],
#contact .contact-item input[type='email'] {
  width: 100%;
  height: 44px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-family: Paperlogy, sans-serif;
  font-weight: 300;
  line-height: 24px;
  outline: none;
  appearance: none;
}

#contact .contact-item label,
#contact .store-btn,
#contact .agree,
#contact .contact-item input[type='text'],
#contact .contact-item input[type='tel'],
#contact .contact-item input[type='email'],
#contact .contact-item input::placeholder,
#contact .contact-desc-item textarea,
#contact .contact-desc-item textarea::placeholder,
#contact .contact-select-wrap select option[disabled],
#contact .contact-select-wrap select {
  font-size: 20px;
}

#contact .contact-item input::placeholder {
  color: #ddd;
}

#contact .contact-item input[type='text']:focus,
#contact .contact-item input[type='tel']:focus,
#contact .contact-item input[type='email']:focus {
  border-color: #ff5200;
}

/* 선택 드롭다운 */
#contact .contact-select-wrap {
  position: relative;
}

#contact .contact-select-wrap::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #111 transparent transparent transparent;
  pointer-events: none;
}

#contact .contact-select-wrap select {
  width: 100%;
  height: 44px;
  padding: 10px;
  padding-right: 34px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-family: Paperlogy, sans-serif;
  font-weight: 300;
  line-height: 24px;
  outline: none;
  appearance: none;
  cursor: pointer;
}

#contact .contact-select-wrap select:focus {
  border-color: #ff5200;
}

#contact .contact-select-wrap select option[disabled] {
  color: #ddd;
}

/* 매장 보유 여부 토글 */
#contact .store-btn-wrap {
  display: flex;
  gap: 8px;
}

#contact .store-btn {
  flex: 1;
  height: 44px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
  color: #ddd;
  font-family: Paperlogy, sans-serif;
  font-weight: 300;
  line-height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.1s, color 0.1s, font-weight 0.1s;
}

#contact .store-btn input[type='radio'] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

#contact .store-btn:has(input:checked) {
  border-color: #ff5200;
}
#contact .store-btn:has(input:checked) span {
  color: #ff5200;
  font-weight: 600;
}

#contact .store-btn span {
  color: #ddd;
}

/* 문의 내용 텍스트에리어 */
#contact .contact-desc-item {
  width: 100%;
}

#contact .contact-desc-item textarea {
  width: 100%;
  height: 130px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
  color: #111;
  font-family: Paperlogy, sans-serif;
  font-weight: 300;
  line-height: 24px;
  outline: none;
  resize: none;
  appearance: none;
}

#contact .contact-desc-item textarea::placeholder {
  color: #ddd;
}

#contact .contact-desc-item textarea:focus {
  border-color: #ff5200;
}

/* 폼 하단 */
#contact .contact-form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

#contact .agree-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

#contact .round-checkbox {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  appearance: none;
  cursor: pointer;
  background: #fff;
  border: 1.2px solid #ddd;
  flex-shrink: 0;
}

#contact .round-checkbox:checked {
  background-color: #ff5200;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M1 7.5L5 11.5L13 3.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: none;
}

#contact .agree {
  color: #333;
  font-size: 20px;
  font-family: Paperlogy, sans-serif;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  word-break: keep-all;
}

#contact .agree-open {
  color: #ff5200;
  font-weight: 600;
}

#contact .c-btn {
  width: 150px;
  height: 42px;
  padding: 0 40px;
  background: linear-gradient(126deg, #ff5200 0%, #ffea00 100%);
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: 24px;
  font-family: Paperlogy, sans-serif;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

#contact .c-btn:hover {
  opacity: 0.9;
}

/* ===== 반응형 (480px 이하 모바일) ===== */
@media (max-width: 1300px) {
  .br1300 {
    display: block;
  }
}
@media (max-width: 1280px) {
  #review .review-inner  {
    padding: 100px 0;
  }
  #fee .fee-inner {
    padding: 100px 0;
  }
  #fee .st-sub-tit em {
    font-size: 40px;
  }
  #contact .st-tit {
    color: #fff;
    font-size: 42px;
  }
  #contact .st-sub-tit {
    color: #fff;
    font-size: 25px;
  }
  #contact .contact-card {
    width: 50%;
    padding: 30px;
  }

  #contact .contact-hero {
    gap: 30px;
  }

  #contact .contact-phone-num {
    font-size: 33px;
  }
  #contact .contact-phone-label {
    font-size: 24px;
  }

  #contact .contact-item label,
  #contact .store-btn,
  #contact .agree,
  #contact .contact-item input[type='text'],
  #contact .contact-item input[type='tel'],
  #contact .contact-item input[type='email'],
  #contact .contact-item input::placeholder,
  #contact .contact-desc-item textarea,
  #contact .contact-desc-item textarea::placeholder,
  #contact .contact-select-wrap select option[disabled],
  #contact .contact-select-wrap select {
    font-size: 18px;
  }

  #fee .fee-stamp-label {
    font-size: 26px;
  }
  #fee .fee-stamp-price {
    font-size: 42px;
  }

  #fee .fee-table td {
    padding: 18px;
  }
  #fee .fee-td-amount strong {
    font-size: 27px;
  }

  #fee .fee-sum-new {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {

.br1024 {
  display: block;

}

  #fee .st-sub-tit em {
    font-size: 35px;
  }

  #fee .fee-table th {
    padding: 12px 15px;
    font-size: 18px;
  }
  #fee .fee-sum-new {
    font-size: 40px;
  }
  #fee .fee-stamp-label {
    font-size: 22px;
  }
  #fee .fee-td-amount del {
    font-size: 16px;
  }

  #fee .fee-td-amount strong {
    font-size: 22px;
  }

  #fee .fee-table td {
    padding: 15px;
    font-size: 18px;
  }

  #fee .fee-badge {
    width: 100%;
  }
  #fee .fee-sum-old {
    font-size: 20px;
  }

  #fee .fee-total-text {
    font-size: 22px;
  }

  #fee .fee-total-vat {
    font-size: 16px;
  }

  #fee .fee-unit {
    font-size: 16px;
  }

  #fee .fee-em-zero {
    font-size: 60px;
  }
  #contact .st-tit {
    font-size: 30px;
  }

  #contact .st-sub-tit {
    font-size: 22px;
  }
  #contact .contact-card {
    width: 64%;
  }
  #contact .contact-item label,
  #contact .store-btn,
  #contact .agree,
  #contact .contact-item input[type='text'],
  #contact .contact-item input[type='tel'],
  #contact .contact-item input[type='email'],
  #contact .contact-item input::placeholder,
  #contact .contact-desc-item textarea,
  #contact .contact-desc-item textarea::placeholder,
  #contact .contact-select-wrap select option[disabled],
  #contact .contact-select-wrap select {
    font-size: 16px;
  }

  #contact .c-btn {
    width: auto;
    padding: 0 26px;
    font-size: 19px;
  }

  #contact .contact-bg-area .bg-wrap {
    width: 90vw;
  }
  #contact .contact-phone-num {
    font-size: 24px;
  }
  #contact .contact-phone-label {
    font-size: 20px;
  }
  #contact .contact-phone-btn {
    gap: 10px;
  }
}
@media(max-width: 900px) {
  #review .review-inner  {
    padding: 80px 0;
    gap: 50px;
  }
  #fee .fee-inner {
    padding: 80px 0;
    gap: 50px;
  }
  #contact {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  #review .review-inner {
    padding: 70px 0;
    gap: 40px;
  }

  #fee .st-sub-tit em {
    font-size: 32px;
  }

  #fee .fee-stamp-label {
    font-size: 16px;
  }

  #fee .fee-inner {
    padding: 70px 0;
    gap: 40px;
  }
  #fee .fee-card {
    padding: 20px;
  }

  #fee .fee-table th,
  #fee .fee-table td {
    padding: 17px 10px;
    font-size: 16px;
  }

  #fee .fee-total-vat,
  #fee .fee-total-text {
    font-size: 16px;
  }
  /* 열 너비 (MO) */
  #fee .fee-col-category {
    width: 21%;
  }
  #fee .fee-col-desc {
    width: 37%;
  }
  #fee .fee-col-amount {
    width: 18%;
  }
  #fee .fee-col-note {
    width: auto;
  }

  #fee .fee-stamp-price {
    font-size: 34px;
  }

  #fee .fee-price-inner {
    flex-direction: column;
    gap: 4px;
  }
  #fee .fee-em-zero {
    font-size: 50px;
  }

  #fee .fee-pc-total {
    display: none;
  }

  #fee .fee-mo-total {
    display: flex;
    width: 100%;
  }
  #fee .fee-mo-label,
  #fee .fee-mo-sum {
    flex: 1;
    /* height: 40px; */
    background: #ff5200;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    box-sizing: border-box;
  }
  #fee .fee-sum-new {
    font-size: 30px;
  }
  #contact {
    padding-top: 70px;
  }

  #contact .contact-logo {
    width: 40%;
  }

  #contact .st-tit {
    font-size: 38px;
  }

  #contact .contact-hero {
    flex-direction: column;
    align-items: center;
  }

  #contact .contact-card,
  #contact .contact-hero-inner {
    width: 100%;
  }

  #contact .contact-card {
    padding: 25px;
    max-width: none;
  }

  #contact .contact-bg-area {
    margin-top: -80px;
    height: 612px;
    min-width: unset;
    width: 100%;
  }
  #contact .contact-bg-area .bg-wrap {
    padding: 108px 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
  }

  #contact .contact-phone-btn {
    width: 93%;
    flex-direction: column;
  }

  #contact .contact-phone-btn svg {
    display: none;
  }

  #contact .contact-phone-label {
    font-size: 38px;
  }

  #contact .contact-phone-num {
    font-size: 55px;
  }

  #contact .contact-row {
    flex-direction: column;
  }
  #contact .contact-form-bottom {
    flex-direction: column;
  }
}

@media (max-width: 480px) {

  #fee .fee-sub {
    font-size: 20px;
    line-height: 1.4;
  }

  #fee .fee-sub em {
    font-size: 32px;
  }

  #fee .st-tit {
    line-height: 1.2;
  }

  #fee .fee-em-zero {
    font-size: 40px;
  }

  #fee .fee-table-wrap {
    /* width: 334px; */
  }

  #fee .fee-unit {
    font-size: 16px;
  }

  #fee .fee-card {
    padding: 20px;
    border-radius: 10px;
  }

  #fee .fee-table th,
  #fee .fee-table td {
    font-size: 14px;
    padding: 10px 4px;
  }

  #fee .fee-price-inner {
  }

  #fee .fee-td-amount del {
    font-size: 14px;
  }

  #fee .fee-td-amount strong {
    font-size: 14px;
  }

  #fee .fee-total-text {
    font-size: 14px;
    margin-right: 0;
  }

  #fee .fee-total-vat {
    font-size: 14px;
  }
  #fee .fee-mo-label,
  #fee .fee-mo-sum {
    height: 40px;
  }

  #fee .fee-sum-old {
    font-size: 14px;
  }

  #fee .fee-sum-new {
    font-size: 24px;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
  }

  /* 스탬프 (MO) */
  #fee .fee-stamp {
    gap: 2px;
  }

  #fee .fee-stamp-label {
    font-size: 14px;
    line-height: 1.2;
  }

  #fee .fee-stamp-price {
    font-size: 24px;
    line-height: 1.2;
  }

  #fee .fee-badge {
    /* width: 68px; */
    /* height: 68px; */
    /* box-shadow: 1.3px 2.6px 5.2px rgba(0, 0, 0, 0.12); */
    margin-top: 8px;
  }

  #fee .fee-badge::before {
    /* top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-width: 0.5px; */
  }

  #fee .fee-badge-all {
    font-size: 12px;
  }

  #fee .fee-badge-exempt {
    font-size: 16px;
  }

  #contact .contact-hero {
    /* height: 1222px; */
    /* padding: 120px 20px; */
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  #contact .contact-hero-inner {
    position: static;
    align-items: center;
  }

  #contact .st-tit {
    font-size: 32px;
    line-height: 1.2;
  }

  #contact .st-sub-tit {
    font-size: 20px;
    line-height: 1.4;
  }

  #contact .contact-bg-area {
    /* height: 612px; */
    /* width: 100vw;
    min-width: 1560px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden; */

    /* background: url(../img/contact-bg.png) center center / cover no-repeat; */
  }

  #contact .contact-phone-btn {
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
  }

  #contact .contact-phone-label {
    font-size: 32px;
  }

  #contact .contact-phone-num {
    font-size: 48px;
  }

  #contact .contact-card {
    /* max-width: 334px; */
    /* left: 21px; */
    /* top: 498px; */
    padding: 20px;
    border-radius: 10px;
  }

  #contact .contact-item label {
    font-size: 16px;
  }

  #contact .store-btn,
  #contact .agree,
  #contact .contact-item input[type='text'],
  #contact .contact-item input[type='tel'],
  #contact .contact-item input[type='email'],
  #contact .contact-item input::placeholder,
  #contact .contact-desc-item textarea,
  #contact .contact-desc-item textarea::placeholder,
  #contact .contact-select-wrap select option[disabled],
  #contact .contact-select-wrap select {
    font-size: 16px;
  }

  #contact .contact-row {
    flex-direction: column;
    gap: 30px;
  }

  /* #contact .store-btn {
    font-size: 16px;
  } */

  /* #contact .agree {
    font-size: 16px;
  } */

  #contact .round-checkbox {
    width: 20px;
    height: 20px;
  }

  #contact .round-checkbox:checked {
    background-size: 12px;
    background-position: center;
  }

  #contact .contact-form-bottom {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  #contact .contact-phone-label {
    font-size: 30px;
  }

  #contact .contact-phone-num {
    font-size: 40px;
  }
}

@media(max-width: 370px) {
  #fee .fee-card, #contact .contact-card {
    padding: 12px;
  }
  #contact .st-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #contact .st-sub-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
}
