@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  font-display: swap;
  src: local('Pretendard Black'), url('/asset/common/fonts/Pretendard-Black.woff2') format('woff2'), url('/asset/common/fonts/Pretendard-Black.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  font-display: swap;
  src: local('Pretendard ExtraBold'), url('/asset/common/fonts/Pretendard-ExtraBold.woff2') format('woff2'), url('/asset/common/fonts/Pretendard-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-display: swap;
  src: local('Pretendard Bold'), url('/asset/common/fonts/Pretendard-Bold.woff2') format('woff2'), url('/asset/common/fonts/Pretendard-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-display: swap;
  src: local('Pretendard SemiBold'), url('/asset/common/fonts/Pretendard-SemiBold.woff2') format('woff2'), url('/asset/common/fonts/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-display: swap;
  src: local('Pretendard Medium'), url('/asset/common/fonts/Pretendard-Medium.woff2') format('woff2'), url('/asset/common/fonts/Pretendard-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-display: swap;
  src: local('Pretendard Regular'), url('/asset/common/fonts/Pretendard-Regular.woff2') format('woff2'), url('/asset/common/fonts/Pretendard-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 300;
  font-display: swap;
  src: local('Pretendard Light'), url('/asset/common/fonts/Pretendard-Light.woff2') format('woff2'), url('/asset/common/fonts/Pretendard-Light.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 200;
  font-display: swap;
  src: local('Pretendard ExtraLight'), url('/asset/common/fonts/Pretendard-ExtraLight.woff2') format('woff2'), url('/asset/common/fonts/Pretendard-ExtraLight.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 100;
  font-display: swap;
  src: local('Pretendard Thin'), url('/asset/common/fonts/Pretendard-Thin.woff2') format('woff2'), url('/asset/common/fonts/Pretendard-Thin.woff') format('woff');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
nav,
output,
section,
time,
mark,
audio,
video,
select,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1E1E23;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "liga" 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
tr,
th,
td {
  vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font: 100%;
  color: #1E1E1E;
}
ol,
ul,
li {
  list-style: none;
}
ul::after,
ol::after,
.clb::after {
  content: "";
  display: block;
  clear: both;
}
li,
dl {
  float: left;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #333333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
caption,
legend {
  display: none;
}
input,
select {
  font: 100%;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  background: none;
  border: none;
  cursor: pointer;
}
input[type="submit"] {
  cursor: pointer;
}
strong {
  font-weight: bold;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input:-ms-input-placeholder {
  color: #939598;
}
input::-webkit-input-placeholder {
  color: #939598;
}
input::-moz-placeholder {
  color: #939598;
}
input::-moz-placeholder {
  color: #939598;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #1E1E1E;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
button {
  border: none;
}
button:focus {
  outline: none;
}
/*-------------------------------------------------------------------
    Color
-------------------------------------------------------------------*/
/* legacy(kapamall) 호환용 변수 - mobile/tablet_style.less 의 잔존 코드가 참조.
   Enav 페이지에서는 사용되지 않으며, 레거시 정리 완료 후 삭제 가능. */
/*-------------------------------------------------------------------
    Variable
-------------------------------------------------------------------*/
.mulish {
  font-family: 'Mulish', 'Pretendard', sans-serif;
}
.bld {
  display: none ;
}
.after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.afters:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.bgo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.bg_cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.strong {
  font-weight: bold;
}
/*-------------------------------------------------------------------
    Mixins
-------------------------------------------------------------------*/
.line-clamp-one {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*-------------------------------------------------------------------
Globals
-------------------------------------------------------------------*/
.wrap {
  max-width: 1920px;
  margin: 0 auto;
}
.wrap:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.scrollLock {
  overflow: hidden;
}
.scroll-disable {
  /* 스크롤 비활성화 클래스 */
  height: 100%;
  min-height: 100%;
  overflow: hidden !important;
  touch-action: none;
}
.m_only {
  display: none;
}
/*-------------------------------------------------------------------
Buttons
-------------------------------------------------------------------*/
.btn_type1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
  font-size: 0;
  cursor: pointer;
}
.btn_type1.service_center {
  background-image: url(/asset/images/servicecenter.svg);
}
.btn_type1.login {
  background-image: url(/asset/images/login.svg);
}
.btn_type1.shopping {
  background-image: url(/asset/images/shoppingbag.svg);
}
.close_btn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  background-image: url(/asset/images/close_icon.svg);
  cursor: pointer;
}
/*-------------------------------------------------------------------
Lists
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
slide
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
Component
-------------------------------------------------------------------*/
.enav_header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(234, 234, 234, 0.6);
}
.enav_header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px 15px;
  max-width: 1920px;
  margin: 0 auto;
}
.enav_header .header_left {
  display: flex;
  align-items: center;
  gap: 108px;
}
.enav_header .logo a {
  display: block;
}
.enav_header .logo img {
  display: block;
  height: 56px;
  width: auto;
}
.enav_header .gnb ul {
  display: flex;
  align-items: center;
  gap: 64px;
}
.enav_header .gnb a {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.08px;
  color: #333;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.enav_header .gnb a:hover {
  color: #224FB2;
}
.enav_header .gnb li.on a {
  color: #224FB2;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.enav_header .btn_consult {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 57px;
  padding: 16px 50px;
  background: #224FB2;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.072px;
  color: #fff;
  white-space: nowrap;
}
.enav_header .menu_toggle {
  display: none;
}
.enav_header .menu_close {
  display: none;
}
.enav_header .gnb_btn {
  display: none;
}
/* 데스크톱 유지 + 좁은 창(768~1279)에서 헤더가 넘치지 않도록 유동 축소
   (헤더 높이에 영향을 주는 상하 패딩·로고 높이·버튼 높이는 유지, 가로 요소만 축소) */
@media screen and (max-width: 1279px) {
  .enav_header .header_inner {
    padding-left: clamp(16px, 2.5vw, 32px);
    padding-right: clamp(16px, 2.5vw, 32px);
  }
  .enav_header .header_left {
    gap: clamp(24px, 4.5vw, 108px);
  }
  .enav_header .gnb ul {
    gap: clamp(16px, 2.6vw, 64px);
  }
  .enav_header .gnb a {
    font-size: clamp(15px, 1.5vw, 20px);
  }
  .enav_header .btn_consult {
    width: auto;
    padding: 0 clamp(16px, 2.4vw, 50px);
    font-size: clamp(14px, 1.35vw, 18px);
  }
}
.enav_footer {
  background: #212838;
}
.enav_footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.enav_footer .footer_menus a:hover {
  color: #fff;
  text-decoration: underline;
}
.enav_footer .footer_right .logo a {
  display: block;
}
.enav_footer .footer_inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 60px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 102px 32px 144px;
}
.enav_footer .footer_menus {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  min-width: 0;
  gap: 40px clamp(24px, 3vw, 80px);
}
.enav_footer .menu {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.enav_footer .menu .tit {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.08px;
  color: #a8bade;
}
.enav_footer .menu li {
  float: none;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.068px;
  color: #536792;
  margin-bottom: 20px;
}
.enav_footer .footer_right {
  position: absolute;
  right: 32px;
  bottom: 144px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  width: 558px;
  max-width: 100%;
}
.enav_footer .footer_right .logo img {
  display: block;
  width: 498px;
  max-width: 100%;
  height: auto;
}
.enav_footer .footer_right .copy {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.072px;
  color: #536792;
  text-align: right;
}
/*-------------------------------------------------------------------
page
-------------------------------------------------------------------*/
#contents_wrap {
  width: 100%;
  padding-top: 88px;
}
/* ---- Visual (hero) ---------------------------------------------- */
.main_page .visual {
  position: relative;
  height: 880px;
  background: #224FB2;
  overflow: hidden;
  /* NOTE: 항공기 일러스트(Figma 8:447, 212 vectors)는 별도 export 필요.
       /asset/images/main/visual_plane.png 로 저장하면 자동 노출됩니다. */
}
.main_page .visual .visual_illust {
  position: absolute;
  top: -28%;
  left: 30%;
  width: 1480px;
  height: 1708px;
  background: url(/asset/images/main/visual_plane.svg) no-repeat center;
  background-size: contain;
  opacity: 0.9;
  pointer-events: none;
}
.main_page .visual .visual_inner {
  position: relative;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.main_page .visual .con_left {
  position: absolute;
  top: 174px;
  left: 17.76%;
  display: flex;
  flex-direction: column;
  gap: 62px;
  width: 616px;
}
.main_page .visual .title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main_page .visual .title .en {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 1.2;
  color: #fff;
}
.main_page .visual .title .sub {
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #F7FAFB;
}
.main_page .visual .btn_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  padding: 16px 50px;
  background: #EEF0FF;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.072px;
  color: #224FB2;
  white-space: nowrap;
}
/* ---- About Enav -------------------------------------------------- */
.main_page .about {
  padding-top: 136px;
  background: #fff;
}
.main_page .about .about_head {
  max-width: 1398px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  text-align: center;
  color: #224FB2;
}
.main_page .about .about_head .label {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #224FB2;
}
.main_page .about .about_head h2 {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.224px;
  color: #224FB2;
}
.main_page .about .about_cols {
  display: flex;
  max-width: 1920px;
  margin: 104px auto 0;
}
.main_page .about .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 16px 40px 48px;
  background: #fff;
}
.main_page .about .col.line_r {
  border-right: 1px solid #d8e1f4;
}
.main_page .about .col.line_l {
  border-left: 1px solid #d8e1f4;
}
.main_page .about .col .ico {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.main_page .about .col .ico img {
  display: block;
  width: 100%;
  height: auto;
}
.main_page .about .col .txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main_page .about .col h3 {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -0.128px;
  color: #224FB2;
}
.main_page .about .col .txt p {
  font-family: 'Pretendard', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.072px;
  color: #224FB2;
}
.main_page .about .col .txt p.empty {
  color: red;
}
/* ---- Enterprise -------------------------------------------------- */
.main_page .enterprise {
  margin-top: 170px;
  padding: 96px 24px;
  background: #EEF0FF;
}
.main_page .enterprise .enterprise_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1872px;
  margin: 0 auto;
}
.main_page .enterprise .ent_text {
  display: flex;
  flex-direction: column;
  gap: 29px;
  width: 50%;
  min-width: 0;
  color: #224FB2;
}
.main_page .enterprise .ent_text .label {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #224FB2;
}
.main_page .enterprise .ent_text h2 {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.224px;
  color: #224FB2;
}
.main_page .enterprise .ent_boxes {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 39.89%;
}
.main_page .enterprise .box {
  width: 79.37%;
  padding: 44px 40px 56px;
  background: #fff;
  color: #224FB2;
  /* = ent_boxes 폭 - box(79.37%) : 오른쪽 정렬(고정 158px 대신 유동) */
}
.main_page .enterprise .box.offset {
  margin-left: 20.63%;
}
.main_page .enterprise .box_head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 32px;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
}
.main_page .enterprise .box_head .tit {
  font-size: 40px;
  letter-spacing: -0.16px;
  color: #224FB2;
}
.main_page .enterprise .box_head .sub {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.08px;
  color: #224FB2;
}
.main_page .enterprise .box .desc {
  font-family: 'Pretendard', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.072px;
  color: #224FB2;
}
/* ---- Partners ---------------------------------------------------- */
.main_page .partners {
  padding: 48px 0 72px;
  background: #224FB2;
  overflow: hidden;
}
.main_page .partners .swiper {
  width: 100%;
  overflow: hidden;
}
.main_page .partners .swiper-wrapper {
  align-items: center;
  /* 물 흐르듯 일정 속도로 흐르게 (등속) */
  transition-timing-function: linear !important;
}
.main_page .partners .swiper-slide {
  width: auto;
  height: 52px;
  display: flex;
  align-items: end;
  line-height: 0;
}
.main_page .partners img {
  display: block;
}
.main_page .partners img[src$="partner_a.svg"] {
  width: 92px;
  height: 24px;
}
.main_page .partners img[src$="partner_b.svg"] {
  width: 79px;
  height: 24px;
}
.main_page .partners img[src$="partner_c.svg"] {
  width: 120px;
  height: 24px;
}
.main_page .partners img[src$="partner_d.svg"] {
  width: 156px;
  height: 24px;
}
.main_page .partners img[src$="partner_e.svg"] {
  width: 134px;
  height: 52px;
}
/* ---- CTA --------------------------------------------------------- */
.main_page .cta {
  padding: 124px 182px 148px;
}
.main_page .cta .cta_inner {
  width: 100%;
  max-width: 1556px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  background: #EEF0FF;
  text-align: center;
  padding: 106px 0;
  margin: 0 auto;
}
.main_page .cta .cta_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main_page .cta .cta_text .en {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #224FB2;
}
.main_page .cta .cta_text .sub {
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #333;
}
.main_page .cta .btn_consult {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 56px;
  background: #224FB2;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.072px;
  color: #fff;
}
/*-------------------------------------------------------------------
Sub page - AIM (Figma 9:3400)
-------------------------------------------------------------------*/
.sub_page .sub_inner {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 20px;
}
/* 서브 비주얼 */
.aim_page .sub_visual {
  background: #224FB2 url(/asset/images/sub/aim_visual.png) no-repeat center / cover;
}
.atm_page .sub_visual {
  background: #224FB2 url(/asset/images/sub/atm_visual.png) no-repeat center / cover;
}
.service_page .sub_visual {
  background: #224FB2 url(/asset/images/sub/service_visual.png) no-repeat center / cover;
}
.sub_page .sub_visual {
  height: 320px;
  background-size: cover;
}
.sub_page .sub_visual .sub_visual_inner {
  max-width: 1248px;
  height: 100%;
  margin: 0 auto;
  padding: 0 ;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding-bottom: 56px;
}
.sub_page .sub_visual .en {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 1;
  color: #fff;
}
.sub_page .sub_visual .sub {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #F7FAFB;
  padding-bottom: 6px;
}
/* AIM 본문 */
.sub_page {
  /* 좌측 탭 메뉴 */
  /* 우측 콘텐츠 */
}
.sub_page .sub_intro {
  margin-top: 64px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: -0.088px;
  color: #333;
}
.sub_page .sub_body {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 64px 0 120px;
}
.sub_page .sub_tabs {
  flex: 0 0 316px;
  background: #f4f5ff;
  border-radius: 16px;
  padding: 40px 22px;
  align-self: flex-start;
}
.sub_page .sub_tabs ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sub_page .sub_tabs button {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.064px;
  color: #b0bede;
  transition: color 0.2s ease;
}
.sub_page .sub_tabs li.on button,
.sub_page .sub_tabs button:hover {
  color: #224FB2;
}
.sub_page .sub_panels {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 790px;
}
.sub_page .sub_panels .panel {
  display: none;
  flex-direction: column;
  gap: 28px;
}
.sub_page .sub_panels .panel.on {
  display: flex;
}
.sub_page .sub_panels h3 {
  font-family: 'Pretendard', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -0.112px;
  color: #224FB2;
}
.sub_page .sub_panels .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 790 / 462;
  overflow: hidden;
}
.sub_page .sub_panels .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_page .sub_panels .thumb .ph {
  position: absolute;
  right: 16px;
  bottom: 12px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
.sub_page .sub_panels .desc {
  font-family: 'Pretendard', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.072px;
  color: #555;
  word-break: keep-all;
}
.sub_page .sub_panels .desc.empty {
  color: red;
}
/*-------------------------------------------------------------------
Sub page - Service (Figma 24:349)
-------------------------------------------------------------------*/
.service_page {
  /* 카드 그룹 - 3열 */
}
.service_page .svc_intro {
  margin-top: 64px;
  font-family: 'Pretendard', sans-serif;
}
.service_page .svc_intro .tit {
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -0.112px;
  color: #224FB2;
  margin-bottom: 18px;
}
.service_page .svc_intro p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.072px;
  color: #555;
}
.service_page .svc_intro p + p {
  margin-top: 30px;
}
.service_page .svc_groups {
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin: 24px 0 120px;
}
.service_page .svc_groups > .group,
.service_page .svc_groups > .col3 {
  flex: 1 1 0;
  min-width: 0;
}
.service_page .col3 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service_page .col3 > .group {
  flex: 1 1 0;
}
.service_page .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 48px 40px 38px;
  background: #f5f7ff;
}
.service_page .group h3 {
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -0.104px;
  color: #224FB2;
  text-align: center;
}
.service_page .group .cards {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.service_page .group .cards li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 96px;
  padding: 10px;
  background: #fff;
  border: 2px solid #224FB2;
  border-radius: 100px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.072px;
  color: #224FB2;
  text-align: center;
}
/* 1120px 이하: group1·group2 한 줄, col3은 아래로(전체폭) + 내부 group 가로 정렬 */
@media screen and (max-width: 1120px) {
  .service_page .svc_groups {
    flex-wrap: wrap;
  }
  .service_page .svc_groups > .group {
    flex: 1 1 calc(50% - 12px);
    min-width: 0;
  }
  .service_page .svc_groups > .col3 {
    flex: 1 1 100%;
    flex-direction: row;
  }
}
/*-------------------------------------------------------------------
Sub page - Contact (Figma 24:1277)
-------------------------------------------------------------------*/
.contact_page .sub_visual {
  background: #224FB2 url(/asset/images/sub/contact_visual.png) no-repeat center / cover;
}
.contact_page .contact_wrap {
  display: grid;
  grid-template-columns: 1fr 585px;
  grid-template-areas: "map  map" "head info";
  column-gap: 40px;
  row-gap: 82px;
  padding: 100px 0 200px;
}
.contact_page .contact_map {
  grid-area: map;
  width: 100%;
  height: 480px;
  overflow: hidden;
  background: #eef0f4;
}
.contact_page .contact_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.contact_page .contact_head {
  grid-area: head;
}
.contact_page .contact_head .tit {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #224FB2;
}
.contact_page .contact_head .company {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  color: #333;
}
.contact_page .contact_head .company .name {
  font-size: 30px;
  line-height: 30px;
}
.contact_page .contact_head .company .desc {
  font-size: 18px;
  line-height: 18px;
}
.contact_page .contact_info {
  grid-area: info;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact_page .contact_info .item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact_page .contact_info .label {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.08px;
  color: #224FB2;
}
.contact_page .contact_info .val {
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: #333;
  word-break: break-word;
}
.contact_page .contact_info a.val {
  text-decoration: underline;
}
/*-------------------------------------------------------------------
Keyframes
-------------------------------------------------------------------*/
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
