:root {
  --black: #111;
  --dark: #222;
  --gray-900: #333;
  --gray-700: #555;
  --gray-500: #777;
  --gray-300: #d8d8d8;
  --gray-200: #eee;
  --gray-100: #f7f7f7;
  --red: #c60c30;
  --red-dark: #a40727;
  --blue: #3273dc;
  --white: #fff;
  --radius: 0;
  --shadow: 0 20px 60px rgba(0, 0, 0, .08);
  --font: Arial, "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
}

* {
  box-sizing: border-box;
}

#faq-area[hidden],
#faq-list[hidden] {
  display: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--black);
  background: var(--white);
  line-height: 1.5;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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


.hero {
  background: #fff;
  padding: 7.75rem 0 3.75rem;
}

.hero h1 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.5rem;
  margin-bottom: 1.25rem;
}

.hero p:last-child {
  font-size: 1.25rem;
  color: #555758;
  font-weight: 400;
  line-height: 2.25rem;
}
.hero p:last-child a:hover {
    color: var(--li);
    text-decoration: underline !important;
}
.sae_foir {
  background-color: #F3F5F7;
  padding: 5rem 0 15rem;
}


.inquiry-step {
  background: #fff;
  border: 2px solid #fff;
  position: relative;
  counter-increment: step-counter;
  margin-left: 5.63rem;
  border-radius: 0.5rem;
}

.inquiry-step:not(:last-child) {
  margin-bottom: 1.25rem;
}

.inquiry-step:not(:last-child)::after {
  content: '';
  width: 0.0625rem;
  height: 7.5rem;
  display: inline-block;
  background: #c9ced0;
  position: absolute;
  left: -70px;
  top: 48px;
}

.inquiry-step::before {
  content: counter(step-counter);
  position: absolute;
  z-index: 3;
  left: -92px;
  background-color: #E1E7EA;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.25rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #858889;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.63rem;
}

.is-current.inquiry-step::before {
  background-color: var(--li);
  color: #fff;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 2.625rem;
  font-size: 1.75rem;
  left: -98px;
}

.is-current.inquiry-step::after {
  height: 100%;
  left: -68px;
}

.step-head {
  padding: 1.88rem 3.75rem 1.88rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  background: transparent;
  border: none;
}

.is-current.inquiry-step .step-head {
  padding-bottom: 0;
}

.is-current.inquiry-step {
  padding-bottom: 2.5rem;
}

.step-index {
  color: var(--red);
  font-size: 16px;
  font-weight: 700;
  display: none;
}

.step-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--colorElement-light-text-text-default01);
}

.step-icon {
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform .25s ease;
}

.step-icon::before,
.step-icon::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: var(--black);
  transition: transform .25s ease, background .25s ease;
}

.step-icon::after {
  transform: rotate(90deg);
}

.inquiry-step.is-open .step-icon::after {
  transform: rotate(0deg);
}

.inquiry-step.is-locked .step-head {
  color: #aaa;
  cursor: not-allowed;
}

.inquiry-step.is-locked .step-index {
  color: #b9b9b9;
}

.inquiry-step.is-locked .step-icon::before,
.inquiry-step.is-locked .step-icon::after {
  background: #bbb;
}

.step-panel {
  display: none;
  margin: 2.5rem 3.75rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8rem;
  gap: 1.25rem;
}

#step5 .step-panel,
#step4 .step-panel,
#step3 .step-panel {
  margin-top: 0;
}

#step4 .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 2.5rem;
}

#step4 .form-row .field-wrap {
  display: grid;
  grid-template-columns: 10.625rem 1fr;
  align-items: flex-start;
}

#step4 .form-row label {
  margin-top: 1.09rem;
}

.inquiry-step.is-open .step-panel {
  display: flex !important;
  flex-direction: column;
  gap: 1.88rem;
}

#step5 .step-panel {
  gap: 1.25rem;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.62rem;
}

.pill-btn {
  background-color: #f3f5f7;
  border-radius: 0.5rem;
  color: #858889;
  font-weight: 600;
  font-size: 1.25rem;
  height: 4.5rem;
  padding: 1.37rem 1.5rem;
  line-height: 1;
  border: 1px solid #f3f5f7;
  font-family: "Noto Sans SC", sans-serif;
}

.field-flex .pill-btn {
  width: 10.4375rem;
  padding: .75rem 0;
  height: 3.75rem;
  font-size: 1.125rem;
}

.pill-btn.active {
  background-color: #fff;
  border: 1px solid var(--li);
  color: var(--li);
}

.pill-btn:active {
  transform: translateY(1px);
}

.link-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0;
  padding: 1.37rem 2.5rem;
  height: 4.5rem;
}

.external-mark {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background: url(/src/image/icon_link_external_gr.svg) center / contain no-repeat;
  font-size: 0;
}

.choice-grid.small .pill-btn {
  min-width: 132px;
}

.step-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.step-actions.right {
  justify-content: flex-end;
}

.step-actions.between {
  justify-content: flex-end;
}

.btn-primary {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 0.87rem 2rem;
  height: 3.5rem;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  border-radius: calc(100 / 16 * 1rem);
  min-width: calc(120 / 16 * 1rem);
  text-align: center;
  background: #171818;
  border: none;
}

.act-btn.is-disabled {
  background-color: #c9ced0;
}


.btn-outline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 0.87rem 2rem;
  height: 3.5rem;
  color: #171818;
  font-weight: 500;
  position: relative;
  border-radius: calc(100 / 16 * 1rem);
  min-width: calc(120 / 16 * 1rem);
  text-align: center;
  background: transparent;
  border: 1px solid #000;
}

.act-btn:active {
  transform: translateY(1px);
}

.faq-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.faq-card strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
}

.faq-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #c9ced1;
  border-radius: 1rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-card a {
  display: flex;
  line-height: 111%;
}

.faq-card a span {
  color: var(--li);
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 1rem;
}

.sub-cont-wrap.catalog {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.text-list-wrap.catalog-wrap {
  background-color: #F3F5F7;
  padding: 2rem 2.5rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}

.catalog-title {
  display: flex;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  align-items: center;
}

.text-list-wrap.catalog-wrap .div {
  background-color: #C9CED1;
  width: 100%;
  height: 1px;
  margin: 1.5rem 0;
}

ol.text-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

ol.text-list li {
  display: flex;
  gap: 4px;
  padding: 0;
}

ol.text-list li span {
  color: #555758;
  font-weight: 400;
  font-size: 1rem;
}

ol.text-list li span+p {
  font-size: 1rem;
  font-weight: 400;
  color: #555758;
}

.text-list-wrap.catalog-wrap .download-btn {
  padding: 0.7rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--li);
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  column-gap: 0.75rem;
  border: 1px solid var(--li);
  border-radius: 50px;
  margin-top: 1rem;
}

.faq-card p {
  margin: 0;
}

#faq-list>li>a>p:hover {
  text-decoration: underline;
}

.faq-note {
  margin-top: 18px !important;
  color: var(--gray-700);
}

.required-field-text {
  color: var(--li);
  font-size: 1rem;
  margin-bottom: 0.62rem;
}

.form-block {
  display: grid;
  gap: 1.25rem;
}

.form-row {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.field-wrap.flex-type,
.form-row.double {
  grid-template-columns: 9.375rem 32.5rem 1fr !important;
  column-gap: 1.25rem;
  display: grid;
}

.form-row.qty-row {
  grid-template-columns: minmax(220px, 1fr) 180px minmax(320px, 1.2fr);
  align-items: start;
}

.field-wrap {
  position: relative;
  width: 100%;
}

.field-flex {
  display: flex;
  gap: 1.25rem;
}

label,
.label {
  font-size: 1.125rem;
  font-weight: 600;
  color: #171819;
  line-height: 1.8rem;
  min-width: 80px;
  display: flex;
  align-items: center;
  width: 9.375rem;
}

label span,
.label span {
  color: var(--li);
  font-size: 1.125rem;
  margin-left: 0.25rem;
}

.input-box {
  border: none;
  font-size: calc(18 / 16 * 1rem);
  line-height: calc(28.8 / 16 * 1rem);
  color: #858889;
  height: calc(64 / 16 * 1rem);
  width: 100%;
  border-bottom: 1px solid #c9ced0;
  padding-right: calc(32 / 16 * 1rem);
  position: relative;
  border-radius: 0;
  /* color: #171718; */
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}

.textarea {
  height: 16.25rem;
  border: 1px solid #c9ced0;
  padding: 1.5rem;
  border-radius: 0.5rem;
  vertical-align: middle;
  resize: none;
  text-decoration: none;
  text-decoration-line: none;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #858889;
  width: 100%;
  font-family: "Noto Sans SC", sans-serif;
}

.textarea::placeholder {
  color: #858889;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}

.textarea::-webkit-textarea-placeholder {
  color: #858889;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}

.textarea::-moz-placeholder {
  color: #858889;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}

.textarea:-ms-input-placeholder {
  color: #858889;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}

.input-box::-webkit-input-placeholder {
  color: #858889;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}

.input-box:focus,
.textarea:focus {
  border-color: var(--black);
  box-shadow: none;
  outline: none;
}

.field-wrap.is-error .input-box,
.field-wrap.is-error .textarea,
.field-wrap.is-error .select-cate>button {
  border-color: var(--red);
  box-shadow: inset 0 -1px 0 var(--red);
}

.field-error {
  display: none;
}

.helper-text {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  gap: 0.25rem;
  font-size: 1rem;
  color: var(--li);
  font-weight: 400;
  line-height: 1.6rem;
}

.info-text {
  margin: 34px 0 0;
  color: var(--gray-700);
  font-size: 15px;
}

.ms_bt {
  display: flex;
  gap: 0.25rem;
  font-size: 1rem;
  color: var(--li);
  font-weight: 400;
  line-height: 1.6rem;
  margin: calc(8 / 16 * 1rem) 0 1.25rem 10.5rem;
}

.ico-info {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(/src/image/icon_info_primary.svg) no-repeat center 100%;
  margin-top: 0.35rem;
}

.select-cate {
  position: relative;
}

.select-cate>button {
  border: none;
  font-size: calc(18 / 16 * 1rem);
  line-height: calc(28.8 / 16 * 1rem);
  color: #858889;
  height: calc(64 / 16 * 1rem);
  width: 100%;
  border-bottom: 1px solid #c9ced0;
  padding-right: calc(32 / 16 * 1rem);
  position: relative;
  border-radius: 0;
  background: transparent;
  text-align: left;
  /* color: #171718; */
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}

.select-cate.is-open>button {
  color: var(--black);
}

.select-cate>button::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(/src/image/icon_accord_arrow_up.svg) no-repeat center center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.select-cate.is-open>button::before {
  transform: translateY(-50%) rotate(0deg) !important;
}

.select-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  height: fit-content;
  max-height: 36rem;
  background: #fff;
  color: #555758;
  top: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #C9CED1;
  padding: 0;
  z-index: 50;
  left: 0;
  display: none;
}

.select-cate.is-open .select-menu {
  display: block;
}

.select-menu button {
  font-weight: 400;
  line-height: 1.8rem;
  font-size: 1.125rem;
  padding: 1.09rem 1.5rem;
  background: #fff;
  min-width: 16.875rem;
  color: #555758;
  width: 100%;
  border: none;
  text-align: left;
}

.select-menu button:hover {
  background: #f3f5f7;
}

.select-menu button.active {
  color: #171819;
  font-weight: 600;
  line-height: 1.8rem;
  position: relative;
}

.select-menu button.active::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/src/image/icon_check_bl.svg) no-repeat center / 100%;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.region-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.radio-group {
  display: flex;
  align-items: center;
  gap: calc(12 / 16 * 1rem);
}

.custom-radio,
.custom-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: calc(22.4 / 16 * 1rem);
  color: #171818;
  width: auto;
  min-width: 0;
}

.custom-radio input,
.custom-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-radio span {
  display: inline-block;
  width: calc(24 / 16 * 1rem);
  height: calc(24 / 16 * 1rem);
  border: 2px solid #c9ced0;
  border-radius: 50%;
  position: relative;
}

.custom-radio span::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transform: scale(.5);
  transition: .18s ease;
}

.custom-radio input:checked+span {
  background: #000;
  border-color: #000;
}

.custom-radio input:checked+span::after {
  opacity: 1;
  transform: scale(1);
}

.email-grid {
  display: grid;
  grid-template-columns: 1fr 24px 1fr;
  gap: 12px;
  align-items: center;
  position: relative;
  padding-bottom: 2rem;
}

.email-grid span {
  color: var(--gray-700);
  text-align: center;
  font-weight: 800;
}

.file-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: end;
  position: relative;
  padding-bottom: 2rem;
}

.upload-name {
  color: var(--gray-500);
}

.btn-file-attach {
  min-width: 126px;
  height: 52px;
  cursor: pointer;
}

.file-clear {
  width: 40px;
  height: 52px;
  border: 1px solid var(--gray-300);
  background: var(--white);
  color: var(--black);
  font-size: 24px;
  line-height: 1;
}

.counter {
  margin-top: 8px;
  color: var(--gray-500);
  font-size: 14px;
  text-align: right;
  display: none;
}

.privacy-box {
  background-color: #F3F5F7;
  padding: 2.5rem;
  border-radius: 0.5rem;
}

.privacy-box ol {
  margin: 0;
  padding-left: 0;
}

.privacy-box li+li {
  margin-top: 0.625rem;
}

.privacy-box li strong {
  font-size: 1.125rem;
  font-weight: 600;
}

.privacy-box li strong span {
  color: #555758;
  font-weight: 400;
  font-size: 1rem;
  margin-right: 0.25rem;
}

.privacy-box p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #555758;
  margin-left: 1.25rem;
}

.agree-line {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: calc(22.4 / 16 * 1rem);
}

.custom-check span {
  width: 1.5rem;
  height: 1.25rem;
  border: 2px solid #c9ced0;
  border-radius: calc(4 / 16 * 1rem);
  position: relative;
}

.agree-line .custom-check {
  font-weight: 600;
}

.custom-check span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0px;
  width: 4px;
  height: 10px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(45deg) scale(.7);
  opacity: 0;
  transition: .18s ease;
}

.custom-check input:checked+span {
  background: #171818;
  border-color: #171818;
}

.custom-check input:checked+span::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, .46);
}

.modal.is-active {
  display: flex;
}

#step5 .field-wrap {
  display: grid;
  grid-template-columns: 10.625rem 1fr;
  align-items: center;
}

#step5 .text .field-wrap {
  align-items: flex-start;
}

.modal-card {
  width: min(460px, 100%);
  padding: 38px 34px 34px;
  background: var(--white);
  position: relative;
  text-align: center;
  box-shadow: var(--shadow);
}

.modal-card h2 {
  margin: 0 0 16px;
  font-size: 28px;
}

.modal-card p {
  margin: 0 0 28px;
  color: var(--gray-700);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: var(--black);
  font-size: 28px;
  line-height: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1024px) {
  .page {
    padding: 64px 24px 96px;
  }

  .step-panel {
    padding-left: 0;
  }

  .step-head {
    grid-template-columns: 54px 1fr 40px;
  }

  .form-row.double,
  .form-row.qty-row {
    grid-template-columns: 1fr;
  }

  .info-text {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .page {
    padding: 44px 18px 80px;
  }

  .hero {
    margin-bottom: 36px;
  }

  .step-head {
    min-height: 82px;
    grid-template-columns: 42px 1fr 34px;
  }

  .step-title {
    font-size: 22px;
  }

  .step-index {
    font-size: 14px;
  }

  .step-panel {
    padding-bottom: 36px;
  }

  .pill-btn,
  .act-btn {
    width: 100%;
    min-width: 0;
  }

  .step-actions,
  .step-actions.between,
  .step-actions.right {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .region-grid,
  .email-grid,
  .file-item {
    grid-template-columns: 1fr;
  }

  .email-grid span {
    display: none;
  }
}

.verify-form-row .field-wrap {
  display: flex;
}

.verify-row {
  display: flex;
  align-items: stretch;
  width: calc(100% - 9.375rem);
}

.verify-row .input-box {
  flex: 1 1 auto;
  min-width: 0;
}

.verbox {
  flex: 0 0 15rem;
  height: calc(64 / 16 * 1rem);
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #c9ced0;
}

.verbox:hover {
  border-color: #111;
}

.p_code_img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f3fbfe;
}

@media (max-width: 640px) {
  .verify-row {
    flex-direction: column;
  }

  .verbox {
    flex-basis: 56px;
    width: 160px;
    max-width: 100%;
  }
}