@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
  font-family: 'GongGothicMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GongGothicBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GongGothicLight';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TmoneyRoundWindExtraBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindExtraBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'yg-jalnan';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Noto Sans KR', 'NanumGothic', sans-serif;
  color: #222226;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}
ul, li { list-style: none; }
a { text-decoration: none; color: inherit; }
img { vertical-align: middle; border: 0; max-width: 100%; height: auto; }
button { font: inherit; cursor: pointer; border: none; background: none; }
input, select { font: inherit; }



.clearfix::after { content: ''; display: block; clear: both; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.w1200, .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.bg_c_b { background-color: #413dcc; }
.bg_c_g { background-color: #eef0f4; }
.bg_c_dg { background-color: #313131; }
.bg_c_y { background-color: #f4cd16; }
.color_p { color: #d81a54; }
.color_w { color: #ffffff; }
.color_b { color: #413dcc; }
.color_y { color: #f4cd16; }




.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0;
}

.top_logo {
  white-space: nowrap;
}
.top_logo img {
  width: 24px;
  height: auto;
  margin: 0 0 6px 0;
  vertical-align: middle;
}
.top_logo_text {
  font-size: 18px;
  color: #444;
  letter-spacing: -0.5px;
  display: block;
  padding: 0 0 4px 0;
}
.top_logo .top_logo_title,
.tel_pc_text {
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 28px;
  font-weight: 500;
}
.tel_pc_text img {
  width: 36px;
}
.top_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  column-gap: 28px;
  row-gap: 8px;
  text-align: right;
}

.nav_menu {
  flex: 0 0 100%;
}
.nav_menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
.nav_menu a {
  font-family: 'Noto Sans KR', 'NanumGothic', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  white-space: nowrap;
  transition: color .15s ease;
}
.nav_menu a:hover { color: #413dcc; }



.bt_icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.bt_tel {
  line-height: 1;
}
.bt_tel a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #222226;
  white-space: nowrap;
  transition: color .15s ease;
}
.bt_tel img {
  width: 30px;
  height: auto;
}

.bt_kakao {
  display: none;
}

.bt_kakao img {
  width: 36px;
  height: auto;
}

.bt_hamburger {
  display: none; 
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}
.bt_hamburger img { width: 30px; height: auto; }

.top_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 82vw);
  height: 100vh;
  background: #ffffff;
  box-shadow: -8px 0 24px rgba(0,0,0,0.12);
  transform: translateX(100%);
  transition: transform .28s ease;
  z-index: 9999;
  overflow-y: auto;
  padding: 20px 20px 32px;
}
.top_menu.is_open { transform: translateX(0); }

.top_menu_close {
  display: flex;
  margin-left: auto;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: 0;
}
.top_menu_close img { width: 32px; }

.top_menu_list { margin-top: 8px; }
.top_menu_list li { border-bottom: 1px solid #eeeeee; }
.top_menu_list a {
  display: block;
  padding: 16px 4px;
  font-family: 'Noto Sans KR', 'NanumGothic', sans-serif;
  font-size: 17px;
  color: #161616;
}
.top_menu_list a:hover { color: #413dcc; }

.mob_menu_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
  z-index: 9998;
}
.mob_menu_overlay.is_open { opacity: 1; visibility: visible; }


.main_kv {
  position: relative;
  overflow: hidden;
  background: #413dcc;
  padding: 40px;
}
.main_kv_img {
  position: absolute;
  top: 16%;
  left: 28%;
  width: 33%;
}

.main_kv_deco { display: none; }
.deco_icon {
  position: absolute;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.18));
}

.kv_grid {
  display: flex;
  align-items: center;
  max-width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0;
}

.main_copy {
  min-width: 0;
  width: 100%;
}
.main_text {
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 14px;
  opacity: 0.9;
}
.main_title {
  font-family: 'GongGothicBold', 'NanumSquare', sans-serif;
  font-size: 56px;
  line-height: 1.25;
  color: #ffffff;
  overflow-wrap: break-word;
}

.main_form {
  width: 48%;
}

.form-card {
  max-width: 480px;
}
.form-title {
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 18px;
}

.form-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 12px;
}
.form-label {
  flex: 0 0 auto;
  width: 20%;
  min-width: 56px;
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.form-row-inputs,
.form-row-verify {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.form-row > input,
.form-row > select,
.form-row-inputs input,
.form-row-inputs select,
.form-row-verify input {
  flex: 1;
  min-width: 0;
  height: 44px;
  border: 0;
  border-radius: 6px;
  background: #ffffff;
  padding: 0 12px;
  font-size: 15px;
  color: #222226;
}
.form-row > input:focus,
.form-row > select:focus,
.form-row-inputs input:focus,
.form-row-inputs select:focus,
.form-row-verify input:focus {
  outline: 2px solid #f4cd16;
  outline-offset: 1px;
}
.form-row--phone .form-row-inputs select {
  flex: 0 0 28%;
}
.form-sep { color: #ffffff; font-weight: 700; flex-shrink: 0; }

.form-verify-bt,
.check_btn {
  flex: 0 0 64px;
  width: 64px;
  order: 3;
  text-align: center;
  background-color: #000;
  color: #ffffff;
  padding: 15px 0;
  cursor: pointer;
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-weight: 400;
  font-size: 14px;
  border-radius: 6px;
  white-space: nowrap;
}

.form-agree {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Noto Sans KR', 'NanumGothic', sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin: 12px 2px 18px;
}
.form-agree input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #413dcc;
  background: #ffffff;
  border-radius: 3px;
}
.form-agree-link { text-decoration: underline; cursor: pointer; white-space: nowrap; color: #ffffff; }

.form-submit {
  display: block;
  width: 100%;
  background-color: #f4cd16;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: transform .15s ease, filter .15s ease;
}
.form-submit:hover { filter: brightness(0.97); transform: translateY(-2px); }
.form-submit a {
  display: block;
  padding: 16px 0;
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 18px;
  color: #161616;
}


.content_step {
  padding: 56px 0 0;
  background: #f9f9fb;
}
.content_step_box {
  max-width: 1200px;
  margin: 0 auto;
}

.process_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.process_card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.process_card img {
  width: 30%;
}

.step_no {
  font-family: 'yg-jalnan', 'GongGothicBold', sans-serif;
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}
.step_txt {
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 20px;
  line-height: 1.35;
  margin-top: 12px;
}
.step_desc {
  font-family: 'Noto Sans KR', 'NanumGothic', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
}


.content_sample {
  padding: 80px 0 64px;
  background: #f9f9fb;
}
.sample {
  max-width: 1200px;
  margin: 0 auto;
}

.content_title {
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 28px;
  color: #161616;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.4;
}
.content_title_w { color: #ffffff; }

.sample_box {
  margin: 0 auto;
  border: 2px solid #161616;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 36px 40px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.sample_box_txt1 {
  font-family: 'Noto Sans KR', 'NanumGothic', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #161616;
  text-align: center;
  margin-bottom: 22px;
}

.sample_hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 18px;
  padding: 24px 20px;
  background-color: #f6f6fb;
  border-radius: 16px;
}
.sample_hero_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 140px;
}
.sample_hero_label {
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #888;
}
.sample_hero_col.is_after .sample_hero_label { color: #413dcc; }
.sample_hero_value {
  font-family: 'GongGothicBold', 'NanumSquare', sans-serif;
  font-size: 25px;
  color: #888;
}
.sample_hero_col.is_after .sample_hero_value {
  font-size: 29px;
  color: #413dcc;
}
.sample_hero_arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #413dcc;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sample_hero_arrow svg { width: 22px; height: 22px; }

.sample_badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}
.sample_badge {
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 999px;
}
.sample_badge.badge_pink { background-color: #fce6ed; color: #d81a54; }
.sample_badge.badge_blue { background-color: #eae9fa; color: #413dcc; }

.compare_list { display: flex; flex-direction: column; }
.compare_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 4px;
  border-bottom: 1px solid #ececec;
}
.compare_item:last-child { border-bottom: none; }
.compare_label {
  font-family: 'Noto Sans KR', 'NanumGothic', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  flex: 0 0 auto;
}
.sample_box_txt2 {
  font-family: 'Noto Sans KR', 'NanumGothic', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #161616;
  text-align: center;
  margin: 20px;
}

.compare_values {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.compare_values img {
  margin: 2px 0 0;
}
.v_before {
  font-family: 'Noto Sans KR', 'NanumGothic', sans-serif;
  font-size: 20px;
  color: #888;
}
.v_arrow { width: 15px; height: 15px; color: #c9c9d6; flex-shrink: 0; }
.v_after {
  font-family: 'Noto Sans KR', 'NanumGothic', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}
.v_after.up { color: #d81a54; }

.sample_bt {
  max-width: 420px;
  margin: 26px auto 0;
  background-color: #413dcc;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: transform .15s ease, background-color .15s ease;
}
.sample_bt:hover { background-color: #322fa3; transform: translateY(-2px); }
.sample_bt a {
  display: block;
  padding: 18px 0;
  color: #ffffff;
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 24px;
}


.section--alt {
  padding: 64px 0;
}
.content_box {
  max-width: 1200px;
  margin: 0 auto;
}

.section-head h2 {
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #161616;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.4;
}

.media {
  border: 1px solid #ccc9c9;
  border-radius: 16px;
  padding: 20px 0;
  overflow: hidden;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  margin: 0px;
}
.media:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.12); }
.media-title {
  font-size: 20px !important;
  letter-spacing: -1px;
  text-align: center;
}
.media img {
  width: 24%;
  display: block;
  object-fit: contain;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
}
.media figcaption {
  padding: 0 14px 12px 14px;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
}
.media figcaption a {
  color: var(--text, #232326);
  text-decoration: none;
  font-size: 24px;
}
.media figcaption .media-desc {
  margin-top: 8px !important;
  line-height: 1.55;
  color: #232323;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
}


.grid { display: grid; gap: 16px; }
.grid--4 { grid-template-columns: repeat(4, 1fr); }


.content_qna {
  padding: 56px 0;
}
.content_qna_box {
  max-width: 1200px;
  margin: 0 auto;
}

.qna_list { display: flex; flex-direction: column; gap: 16px; }
.qna_item {
  border-radius: 16px;
  background-color: #ffffff;
  overflow: hidden;
}
.qna_question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 28px;
  text-align: left;
}
.qna_t {
  flex-shrink: 0;
  font-family: 'yg-jalnan', 'GongGothicBold', sans-serif;
  font-size: 28px;
}
.qna_txt1 {
  flex: 1;
  font-family: 'Noto Sans KR', 'NanumGothic', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #161616;
  letter-spacing: -1px;
}
.qna_chevron {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #413dcc;
  transition: transform .25s ease;
}
.qna_item.is-open .qna_chevron { transform: rotate(180deg); }

.qna_answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .28s ease;
}
.qna_item.is-open .qna_answer { grid-template-rows: 1fr; }
.qna_answer_inner { overflow: hidden; }
.qna_answer_content {
  display: flex;
  gap: 14px;
  padding: 0 28px 22px;
}
.qna_txt2 {
  font-family: 'Noto Sans KR', 'NanumGothic', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #212121;
  letter-spacing: -1px;

}


.content_partners {
  padding: 40px 0;
  background: #f9f9fb;
}
.content_partners_title {
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #161616;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.4;
}
.partner_marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.partner_track {
  display: flex;
  width: max-content;
  animation: partner-marquee 32s linear infinite;
}
.partner_marquee:hover .partner_track { animation-play-state: paused; }
.partner_chips {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  margin-right: 12px;
}
.partner_chips li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 54px;
  min-width: 160px;
  background: #ffffff;
  border: 1px solid #d9dbe3;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  padding: 8px 22px;
}
.partner_chips img {
  max-height: 24px;
  max-width: 112px;
}

@keyframes partner-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .partner_track { animation: none; }
}


.foot_info {
  padding: 24px 0;
}
.foot_info_box {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #B7B7B7;
  padding: 20px;
  border-radius: 12px;
}
.family {
  padding: 0 0 24px;
}
.foot_info_title {
  font-size: 17px;
  font-weight: bold;
  color: #161616;
  margin-bottom: 10px;
}
.foot_info_text {
  font-size: 16px;
  line-height: 1.6;
  color: #121212;
}
.foot_info_links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #121212;
}
.foot_info_links a {
  color: #121212;
  padding: 0 10px;
}
.foot_info_links a:last-child { border-right: 0; }

.footer {
  padding: 40px 0;
  font-family: 'Noto Sans KR', 'NanumGothic', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  color: #efefef;
}
.footer_box {
  max-width: 1200px;
  margin: 0 auto;
}
.footer b { color: #fff; }



@media (max-width: 1024px) {

  .header { padding: 12px 20px; }
  .nav_menu { display: none; }
  .bt_hamburger { display: flex; }
  .top_right {flex-wrap: nowrap; column-gap: 12px;}
  .bt_icons { gap: 6px; }
  .bt_tel {margin-top: 2px;}
  .bt_tel a { font-size: 0; }
  .bt_tel img { width: 36px; }
  .bt_kakao {display: block;}
  .bt_kakao img { width: 36px; }

  .kv_grid { flex-direction: column; align-items: stretch; padding: 0; position: relative; }
  .main_kv {padding: 40px 20px;}
  .main_copy { order: 1; width: 100%; text-align: center; position: relative; z-index: 1; }
  .main_form { order: 2; width: 100%; display: flex; justify-content: center; margin-top: 24px; position: relative; z-index: 1; }
  .main_kv_img { display: none; }
  .form-title {display: none;}
  .form-card { width: 100%; }

  .main_kv_deco {
    display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
  }
  .deco_magnifier  { width: 25%; top: 0%; left: -5%; }
  .deco_calculator { width: 34%; top: 6%; right: -22%; z-index: 2;}
  .deco_coin1      { width: 8%; top: 72%; right:8%;}
  .deco_coin2      { width: 6%; top: -5%; right: -5%; }

  .content_step_box, .sample, .content_box, .content_qna_box {padding: 0 20px;}
  .foot_info {padding: 24px 20px;}
  .family {padding: 0 20px 24px;}
  .footer {padding: 40px 20px;}

  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .media { height: auto; min-height: 290px; }

  .sample_bt a { font-size: 23px; }
  .step_no { font-size: 27px; }
  .step_txt { font-size: 18px; }
  .qna_t { font-size: 27px; }
  .qna_txt1 { font-size: 23px; }
  
}



@media (max-width: 768px) {

  .header { padding: 6px 16px; }
  .top_logo_title { font-size: 24px !important; }
  .top_logo_text { font-size: 15px; padding: 0 0 2px 0;}
  .top_logo img { width: 20px; margin: 0 0 8px 0; }

  .bt_tel a { gap: 0; font-size: 0; }
  .bt_tel img { width: 32px; }
  .bt_kakao img { width: 32px; }
  .bt_icons { gap: 10px; }

  .form-row { flex-direction: column; align-items: stretch; gap: 6px; }
  .form-row > input {flex: auto;}
  .form-label { width: auto; display: none;}
  .form-submit a { font-size: 16px; }


  .grid--4 { grid-template-columns: 1fr; gap: 16px; }
  .media { height: auto; min-height: 0; padding: 18px 0; }
  .media img { padding: 0 0 8px; width: 20%; }

  .main_text {margin-bottom: 8px; font-size: 18px;}
  .main_title {font-size: 48px;}

  .deco_magnifier  { width: 28%; top: -4%; left: -9%; }
  .deco_calculator { width: 36%; top: 6%; right: -29%; z-index: 2;}
  .deco_coin1      { width: 8%; top: 25%; right: -1%;}
  .deco_coin2      { width: 8%; top: -4%; right: -8%; }

  .content_title {font-size: 24px; margin-bottom: 20px;}
  .content_step {padding: 40px 0 0;}
  .process_grid {grid-template-columns: repeat(2, 1fr);}
  .step_no { font-size: 20px; margin-bottom: 0; }
  .step_txt { margin-top: 2px; }
  .process_card img {width: 42%;}
  .step_desc {display: none;}

  .content_sample {padding: 48px 0;}
  .sample {padding: 0 20px;}

  .sample_box { padding: 20px; }
  .sample_hero { flex-direction: column; gap: 12px; padding: 18px 16px; }
  .sample_hero_col { min-width: 0; }
  .sample_hero_value { font-size: 20px; }
  .sample_hero_col.is_after .sample_hero_value { font-size: 23px; }
  .sample_hero_arrow { width: 32px; height: 32px; transform: rotate(90deg); }
  .sample_hero_arrow svg { width: 18px; height: 18px; }

  .sample_box_txt1 {font-size: 20px; margin-bottom: 16px;}
  .compare_label { font-size: 16px; }
  .compare_values {justify-content: flex-end; }
  .v_before { font-size: 16px; }
  .v_after { font-size: 16px; }
  .sample_bt a { font-size: 17px; }
  .sample_box_txt2 {margin: 24px 0 16px; font-size: 20px;}

  .section-head h2 {font-size: 24px; margin-bottom: 20px;}
  .section--alt {padding: 48px 0;}

  .content_qna {padding: 48px 0;}
  .content_qna_box {padding: 0 20px;}
  .qna_t { font-size: 20px; }
  .qna_txt1 { font-size: 18px; }
  .qna_txt2 { font-size: 16px; }
  .qna_answer_content {padding: 0 16px 20px;}
  .qna_question { padding: 14px 16px; gap: 10px; }

  .content_partners_title { font-size: 24px; }
  .partner_chips li { height: 46px; min-width: 96px; padding: 6px 16px; }
  .partner_chips img { max-height: 18px; }
  .footer {padding: 40px 20px;}
  .foot_info_links {gap: 4px 0;}
  .foot_info_links a {padding: 0 10px 0 0;}

}






/* ================= 서브페이지 ================= */

.img-wrap {
  width: 28%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  box-sizing: border-box;
}
.img-wrap img {
  border-radius: 16px;
}

/* 본문 래퍼 */
.insurance-wrap {
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Noto Sans KR', 'NanumGothic', sans-serif;
  color: #232326;
  line-height: 1.75;
}

/* 페이지 대제목 */
.insurance-wrap .main-title {
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #161616;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 3px solid #413dcc;
}

/* 도입부 문단 */
.insurance-wrap .intro {
  font-size: 17px;
  color: #333338;
  margin-bottom: 16px;
}

/* 섹션 */
.insurance-wrap .section {
  margin-top: 48px;
}
.insurance-wrap .section-title {
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.45;
  color: #161616;
  margin-bottom: 16px;
  padding-left: 14px;
  border-left: 5px solid #413dcc;
}
.insurance-wrap .section > p {
  font-size: 18px;
  color: #3a3a40;
  margin-bottom: 16px;
}

/* 정보 비교 표 */
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 24px;
  font-size: 15px;
}
.info-table th,
.info-table td {
  border: 1px solid #e0e0e6;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}
.info-table th {
  background: #eef0f4;
  font-weight: 700;
  color: #1f1f24;
  white-space: nowrap;
}
.info-table tr:nth-child(even) td {
  background: #fafafb;
}

/* 체크포인트 박스 */
.point-box {
  background: #f2f1fb;
  border: 1px solid #d9d6f4;
  border-radius: 14px;
  padding: 22px 24px;
  margin: 24px 0;
}
.point-title {
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 17px;
  color: #413dcc;
  margin-bottom: 12px;
}
.check-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333338;
}
.check-list li:last-child { margin-bottom: 0; }
.check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #413dcc;
}
.check-list strong { color: #1f1f24; }

/* 꿀팁 한 줄 강조 */
.ins-tip {
  background: #fff8dd;
  border-left: 5px solid #f4cd16;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.7;
  color: #4a4326;
}
.ins-tip strong { color: #262009; }

/* 서브페이지 FAQ (메인페이지 .content_qna / .qna_* 와 구분되는 별도 네이밍) */
.section.sub-faq {
  margin-top: 48px;
}
/* 세 개의 문답을 하나의 박스로 시각적으로 묶어주는 그룹 컨테이너 */
.sub-faq-group {
  margin-top: 18px;
  border: 1px solid #d9d6f4;
  border-radius: 14px;
  background: #f7f7fc;
  padding: 6px 24px;
}
.sub-faq-item {
  padding: 18px 2px;
  border-bottom: 1px solid #e3e2f0;
}
.sub-faq-item:last-child { border-bottom: none; }
.sub-faq-q {
  font-weight: 700;
  font-size: 16px;
  color: #1f1f24;
  margin-bottom: 8px;
}
.sub-faq-a {
  font-size: 15px;
  color: #4a4a52;
  margin: 0;
}

/* 핵심 요약 박스 */
.final-box {
  background: #313131;
  border-radius: 16px;
  padding: 28px 30px;
  margin-top: 48px;
  color: #f0f0f0;
}
.final-box h3 {
  font-family: 'GongGothicMedium', 'NanumSquare', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 16px;
}
.summary-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #dcdcdc;
}
.summary-list li:last-child { margin-bottom: 0; }
.summary-list li::before {
  content: '\2714';
  position: absolute;
  left: 0;
  top: 0;
  color: #f4cd16;
  font-size: 14px;
}


/* ================= 서브페이지 768 ================= */
@media (max-width: 768px) {
  .img-wrap {display: none;}

  .insurance-wrap {
    padding: 24px 20px 56px;
  }
  .insurance-wrap .main-title { font-size: 24px; }
  .insurance-wrap .intro { font-size: 16px; }
  .insurance-wrap .section { margin-top: 36px; }
  .insurance-wrap .section-title { font-size: 20px; }

  .info-table { font-size: 16px; }
  .info-table th,
  .info-table td { padding: 9px 10px; }
  .info-table th { white-space: normal; }

  .point-box { padding: 18px 16px; }
  .ins-tip { padding: 12px 14px; }
  .final-box { padding: 22px 18px; }

  .sub-faq-group { padding: 4px 16px; }
  .sub-faq-item { padding: 16px 2px; }
}