@charset "utf-8";

.ikq-service-page,
.ikq-service-page * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ikq-service-page {
  --navy: #0e355b;
  --navy2: #071d31;
  --gold: #c97518;
  --gold2: #f2a845;
  --ink: #21364a;
  --muted: #66798b;
  --line: #dfe7ee;
  --soft: #f4f7fa;
  --white: #fff;
  width: 100%;
  overflow: hidden;
  color: var(--ink);
  font-family: "Pretendard GOV Variable", "Pretendard GOV", Pretendard,
    "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
  word-break: keep-all;
  line-height: 1.72;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.ikq-service-page a {
  color: inherit;
  text-decoration: none;
}
.ikq-service-page a:hover,
.ikq-service-page a:focus {
  text-decoration: none;
}
.ikq-service-page button,
.ikq-service-page select {
  font: inherit;
}
.ikq-service-page button {
  cursor: pointer;
}
.ikq-service-page ul,
.ikq-service-page ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ikq-service-page h1,
.ikq-service-page h2,
.ikq-service-page h3,
.ikq-service-page p {
  margin-top: 0;
}
.ikq-service-page .ikq-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.ikq-service-page .ikq-hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  background: linear-gradient(132deg, #071d31 0%, #0e355b 58%, #174c78 100%);
}
.ikq-service-page .ikq-hero:before,
.ikq-service-page .ikq-hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}
.ikq-service-page .ikq-hero:before {
  width: 430px;
  height: 430px;
  right: -160px;
  top: -210px;
  background: radial-gradient(
    circle,
    rgba(229, 135, 29, 0.22),
    rgba(229, 135, 29, 0) 68%
  );
}
.ikq-service-page .ikq-hero:after {
  width: 360px;
  height: 360px;
  left: -180px;
  bottom: -220px;
  background: radial-gradient(
    circle,
    rgba(93, 166, 217, 0.22),
    rgba(93, 166, 217, 0) 68%
  );
}
.ikq-service-page .ikq-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(355px, 0.6fr);
  gap: 40px;
  align-items: center;
  padding: 72px 0 62px;
}
.ikq-service-page .ikq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 35px;
  color: #f5bd78;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ikq-service-page .ikq-eyebrow:before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--gold);
}
.ikq-service-page .ikq-hero h1 {
  margin: 0 0 20px;
  font-size: 43px;
  line-height: 1.22;
  letter-spacing: -0.045em;
  font-weight: 800;
}
.ikq-service-page .ikq-hero h1 em {
  color: #ffc681;
  font-style: normal;
}
.ikq-service-page .ikq-lead {
  margin: 50px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.75;
}
.ikq-service-page .ikq-hero-list {
  display: grid;
  gap: 12px;
  margin-bottom: 80px;
}
.ikq-service-page .ikq-hero-list li {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.91);
  font-size: 14px;
  font-weight: 700;
}
.ikq-service-page .ikq-hero-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffc681;
  font-weight: 900;
}
.ikq-service-page .ikq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.ikq-service-page .ikq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 650;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.ikq-service-page .ikq-btn:hover,
.ikq-service-page .ikq-btn:focus {
  transform: translateY(-1px);
  outline: none;
}
.ikq-service-page .ikq-btn-gold {
  color: #fff;
  background: var(--gold);
  box-shadow: 0 10px 24px rgba(229, 135, 29, 0.28);
}
.ikq-service-page .ikq-btn-gold:hover {
  color: #fff;
  background: #d87912;
}
.ikq-service-page .ikq-btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.07);
}
.ikq-service-page .ikq-btn-ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.ikq-service-page .ikq-btn-navy {
  color: #fff;
  background: #0e355b;
  box-shadow: 0 10px 24px rgba(14, 53, 91, .18);
}
.ikq-service-page .ikq-btn-navy:hover {
  color: #fff;
  background: #092a49;
}
/*
.ikq-service-page .ikq-btn-navy {
  color: #fff;
  background: var(--navy);
}
*/
.ikq-service-page .ikq-quick-card {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22);
  color: var(--ink);
}
.ikq-service-page .ikq-quick-card:before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 4px;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(90deg, var(--gold), #f5ba72);
}
.ikq-service-page .ikq-quick-kicker {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.ikq-service-page .ikq-quick-card h2 {
  margin: 5px 0 8px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: -0.035em;
}
.ikq-service-page .ikq-quick-card > p {
  margin: 0 0 19px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.ikq-service-page .ikq-field {
  margin-bottom: 11px;
}
.ikq-service-page .ikq-field label {
  display: block;
  margin-bottom: 5px;
  color: #334b60;
  font-size: 12px;
  font-weight: 900;
}
.ikq-service-page .ikq-field select {
  width: 100%;
  height: 43px;
  padding: 0 36px 0 12px;
  color: #344b60;
  border: 1px solid #d6e0e8;
  border-radius: 7px;
  background: #fff;
  outline: none;

  font-size: 14px;
}
.ikq-service-page .ikq-field select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(229, 135, 29, 0.11);
}
.ikq-service-page .ikq-submit {
  width: 100%;
  margin-top: 4px;
  min-height: 48px;
  border: 0;
}
.ikq-service-page .ikq-form-alert {
  display: none;
  margin: 10px 0 0;
  color: #b64d19;
  font-size: 12px;
  font-weight: 800;
}
.ikq-service-page .ikq-form-alert.is-visible {
  display: block;
}
.ikq-service-page .ikq-privacy-note {
  margin: 10px 0 0 !important;
  color: #8593a0 !important;
  font-size: 11px !important;
  text-align: center;
}
.ikq-service-page .ikq-facts {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.ikq-service-page .ikq-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.ikq-service-page .ikq-fact {
  position: relative;
  padding: 24px 20px;
  text-align: center;
}
.ikq-service-page .ikq-fact + .ikq-fact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: var(--line);
}
.ikq-service-page .ikq-fact strong {
  display: block;
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
}
.ikq-service-page .ikq-fact span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}
.ikq-service-page .ikq-section {
  padding: 55px 0;
}
.ikq-service-page .ikq-section.alt {
  background: var(--soft);
}
.ikq-service-page .ikq-section-head {
  margin-bottom: 31px;
}
.ikq-service-page .ikq-section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ikq-service-page .ikq-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.ikq-service-page .ikq-title {
  margin: 0;
  color: var(--navy);
  font-size: 37px;

  font-weight: 850;
  line-height: 1.33;
  letter-spacing: -0.04em;
}
.ikq-service-page .ikq-desc {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 17px;

  line-height: 1.72;
}
.ikq-service-page .ikq-notice {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 22px;
  border: 1px solid #f0d6b5;
  border-left: 4px solid var(--gold);
  border-radius: 10px;
  background: #fffaf4;
  color: #5e4b36;
}
.ikq-service-page .ikq-notice strong {
  display: block;
  margin-bottom: 3px;
  color: #8a4f10;
}
.ikq-service-page .ikq-notice-icon {
  flex: 0 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  font-weight: 900;
}
.ikq-service-page .ikq-notice p {
  margin: 0;
  font-size: 14px;

  line-height: 1.72;
}
.ikq-service-page .ikq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.ikq-service-page .ikq-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ikq-service-page .ikq-card {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(14, 53, 91, 0.045);
}
.ikq-service-page .ikq-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  margin-bottom: 14px;
  border-radius: 7px;
  color: #fff;
  background: var(--navy);
  font-size: 12px;
  font-weight: 900;
}
.ikq-service-page .ikq-card h3 {
  margin: 0 0 9px;
  color: var(--navy);
  font-size: 18px;
  letter-spacing: -0.025em;
}
.ikq-service-page .ikq-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.ikq-service-page .ikq-card ul {
  display: grid;
  gap: 7px;
  margin-top: 13px;
}
.ikq-service-page .ikq-card li {
  position: relative;
  padding-left: 16px;
  color: #546a7d;
  font-size: 13px;
}
.ikq-service-page .ikq-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}
.ikq-service-page .ikq-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.ikq-service-page table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;

  margin: 0;
}
.ikq-service-page th,
.ikq-service-page td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  text-align: left;
  vertical-align: top;
}
.ikq-service-page th {
  color: #fff;
  background: var(--navy);
  font-weight: 900;
}
.ikq-service-page tbody tr:last-child td {
  border-bottom: 0;
}
.ikq-service-page td strong {
  color: var(--navy);
}
.ikq-service-page .ikq-table-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.ikq-service-page .ikq-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  counter-reset: step;
}
.ikq-service-page .ikq-process3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  counter-reset: step;
}
.ikq-service-page .ikq-step {
  position: relative;
  min-height: 180px;
  padding: 24px 20px 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.ikq-service-page .ikq-step:before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 15px;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 6px 13px rgba(229, 135, 29, 0.22);
}
.ikq-service-page .ikq-step h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 16px;
}
.ikq-service-page .ikq-step p {
  margin: 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.65;
}
.ikq-service-page .ikq-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ikq-service-page .ikq-check-box {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.ikq-service-page .ikq-check-box h3 {
  margin: 0 0 13px;
  color: var(--navy);
  font-size: 18px;
}
.ikq-service-page .ikq-check-box ul {
  display: grid;
  gap: 9px;
}
.ikq-service-page .ikq-check-box li {
  position: relative;
  padding-left: 24px;
  color: #52697c;
  font-size: 13px;
}
.ikq-service-page .ikq-check-box li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}
.ikq-service-page .ikq-band {
  padding: 30px 0;
  color: #fff;
  background: linear-gradient(115deg, #0e355b, #174c78);
}
.ikq-service-page .ikq-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.ikq-service-page .ikq-band h2 {
  margin: 0 0 5px;
  font-size: 23px;
}
.ikq-service-page .ikq-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}
.ikq-service-page .ikq-band-actions {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ikq-service-page .ikq-risk-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
.ikq-service-page .ikq-risk-item {
  display: flex;
  gap: 11px;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}
.ikq-service-page .ikq-risk-item b {
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: #c9603b;
  font-size: 12px;
}
.ikq-service-page .ikq-risk-item span {
  color: #536a7c;
  font-size: 13px;
}
.ikq-service-page .ikq-accordion {
  border-top: 2px solid var(--navy);
}
.ikq-service-page .ikq-acc-item {
  border-bottom: 1px solid var(--line);
}
.ikq-service-page .ikq-acc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 19px 5px;
  color: var(--navy);
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 15px;
  font-weight: 900;
}
.ikq-service-page .ikq-acc-q:before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-right: 11px;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  font-size: 11px;
}
.ikq-service-page .ikq-acc-icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.ikq-service-page .ikq-acc-icon:before,
.ikq-service-page .ikq-acc-icon:after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 8px;
  height: 2px;
  background: var(--gold);
}
.ikq-service-page .ikq-acc-icon:after {
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.ikq-service-page .ikq-acc-btn[aria-expanded="true"] .ikq-acc-icon:after {
  transform: rotate(0);
}
.ikq-service-page .ikq-acc-panel {
  display: none;
  padding: 0 42px 20px;
}
.ikq-service-page .ikq-acc-panel.is-open {
  display: block;
}
.ikq-service-page .ikq-acc-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.ikq-service-page .ikq-source-box {
  margin-top: 20px;
  padding: 17px 19px;
  border-radius: 9px;
  background: #edf4fa;
  color: #4f687d;
  font-size: 14px;

  text-align: center;
}
.ikq-service-page .ikq-source-box a {
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
}
.ikq-service-page .ikq-final {
  padding: 48px 0;
  color: #fff;
  background: var(--navy2);
}
.ikq-service-page .ikq-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.ikq-service-page .ikq-final h2 {
  margin: 0 0 7px;
  font-size: 26px;
}
.ikq-service-page .ikq-final p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}
.ikq-service-page .ikq-final-actions {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
}
.ikq-service-page .ikq-mobile-cta {
  display: none;
}
@media (max-width: 1023px) {
  .ikq-service-page .ikq-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .ikq-service-page .ikq-quick-card {
    max-width: 720px;
  }
  .ikq-service-page .ikq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ikq-service-page .ikq-process,  .ikq-service-page .ikq-process3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .ikq-service-page {
    padding-bottom: 66px;
  }
  .ikq-service-page .ikq-wrap {
    padding: 0 17px;
  }
  .ikq-service-page .ikq-hero-grid {
    padding: 49px 0 42px;
  }
  .ikq-service-page .ikq-hero h1 {
    font-size: 32px;
  }
  .ikq-service-page .ikq-lead {
    font-size: 15px;
  }
  .ikq-service-page .ikq-actions .ikq-btn {
    flex: 1 1 100%;
  }
  .ikq-service-page .ikq-quick-card {
    padding: 22px 18px;
  }
  .ikq-service-page .ikq-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ikq-service-page .ikq-fact:nth-child(3):before {
    display: none;
  }
  .ikq-service-page .ikq-fact:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .ikq-service-page .ikq-section {
    padding: 45px 0;
  }
  .ikq-service-page .ikq-title {
    font-size: 27px;
  }
  .ikq-service-page .ikq-grid,
  .ikq-service-page .ikq-grid.two,
  .ikq-service-page .ikq-process,
  .ikq-service-page .ikq-process3,
  .ikq-service-page .ikq-check-grid,
  .ikq-service-page .ikq-risk-list {
    grid-template-columns: 1fr;
  }
  .ikq-service-page .ikq-step {
    min-height: 0;
  }
  .ikq-service-page .ikq-band-inner,
  .ikq-service-page .ikq-final-inner {
    display: block;
  }
  .ikq-service-page .ikq-band-actions,
  .ikq-service-page .ikq-final-actions {
    margin-top: 18px;
  }
  .ikq-service-page .ikq-band-actions .ikq-btn,
  .ikq-service-page .ikq-final-actions .ikq-btn {
    flex: 1 1 100%;
  }
  .ikq-service-page .ikq-final {
    padding: 40px 0;
  }
  .ikq-service-page .ikq-final h2 {
    font-size: 23px;
  }
  .ikq-service-page .ikq-mobile-cta {
    position: fixed;
    z-index: 930;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 8px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid #dce4eb;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -7px 22px rgba(7, 29, 49, 0.12);
  }
  .ikq-service-page .ikq-mobile-cta .ikq-btn {
    min-height: 48px;
    padding: 0 10px;
  }
  .ikq-service-page .ikq-acc-btn {
    font-size: 14px;
  }
  .ikq-service-page .ikq-acc-panel {
    padding-left: 36px;
    padding-right: 5px;
  }
  .ikq-service-page table {
    min-width: 650px;
  }
}
@media (max-width: 390px) {
  .ikq-service-page .ikq-hero h1 {
    font-size: 29px;
  }
  .ikq-service-page .ikq-title {
    font-size: 25px;
  }
  .ikq-service-page .ikq-fact {
    padding: 20px 10px;
  }
  .ikq-service-page .ikq-fact strong {
    font-size: 15px;
  }
}
