@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
-------------------------------------------------------------------*/
html,
body {
  overflow-x: hidden;
  /* 우측 슬라이드 메뉴가 화면 밖에 있을 때 가로 스크롤 방지 */
}
.wrap {
  padding: 0 20px;
  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;
}
/*-------------------------------------------------------------------
Buttons
-------------------------------------------------------------------*/
.btn_type1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 28px;
  height: 28px;
  display: block;
  font-size: 0;
}
.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);
  /* 모바일 메뉴 - 우측에서 슬라이드 인 (Figma 10:4877) */
  /* 닫기(X) 버튼 - 메뉴 패널 안, 상단 중앙 */
  /* 열림: 우측에서 슬라이드 인 */
}
.enav_header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}
.enav_header .header_left {
  display: flex;
  align-items: center;
}
.enav_header .logo a {
  display: block;
}
.enav_header .logo img {
  display: block;
  height: 24px;
  width: auto;
}
.enav_header .gnb {
  display: block;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #224FB2;
  z-index: 20;
  overflow-y: auto;
  transform: translateX(0%);
  /* 기본: 화면 오른쪽 밖 */
  visibility: hidden;
  transition: transform 0.35s ease, visibility 0.35s ease;
  /* 메뉴 하단 Request a consultation 버튼 */
}
.enav_header .gnb ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  padding: 134px 20px 40px;
}
.enav_header .gnb a {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.08px;
  color: #fff;
}
.enav_header .gnb .gnb_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 17px;
  background: #fff;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.072px;
  color: #224FB2;
}
.enav_header .btn_consult {
  display: none;
}
.enav_header .menu_toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 24px;
  height: 24px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.enav_header .menu_toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #224FB2;
}
.enav_header .menu_close {
  display: block;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #fff;
  border: 0;
  cursor: pointer;
}
.enav_header .menu_close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #224FB2;
}
.enav_header .menu_close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.enav_header .menu_close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.enav_header.menu_open .gnb {
  transform: translateX(-100%);
  visibility: visible;
}
.enav_footer {
  background: #212838;
}
.enav_footer a {
  color: inherit;
  text-decoration: none;
}
.enav_footer .footer_right .logo a {
  display: block;
}
.enav_footer .footer_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  padding: 40px 16px 64px;
}
.enav_footer .footer_menus {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.enav_footer .menu {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.enav_footer .menu .tit {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.064px;
  color: #a8bade;
}
.enav_footer .menu li {
  display: block;
  float: none;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.056px;
  color: #536792;
  margin-bottom: 16px;
}
.enav_footer .menu li:last-child {
  margin-bottom: 0;
}
.enav_footer .menu li br {
  display: none;
}
.enav_footer .footer_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: auto;
}
.enav_footer .footer_right .logo img {
  display: block;
  width: 215px;
  height: 60px;
}
.enav_footer .footer_right .copy {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.056px;
  color: #536792;
  text-align: left;
}
/*-------------------------------------------------------------------
page
-------------------------------------------------------------------*/
#contents_wrap {
  width: 100%;
  padding-top: 40px;
}
/* ---- Visual (hero) ---- */
.main_page .visual {
  position: relative;
  background: #224FB2;
  padding: 43px 16px 64px;
  overflow: hidden;
  height: 480px;
}
.main_page .visual .visual_illust {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 640px;
  height: 739px;
  transform: translateY(-50%);
  background: url(/asset/images/main/visual_plane.svg) no-repeat left center;
  background-size: contain;
  opacity: 0.9;
  pointer-events: none;
}
.main_page .visual .visual_inner {
  position: static;
}
.main_page .visual .con_left {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}
.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: 28px;
  line-height: 1.1;
  color: #fff;
}
.main_page .visual .title .sub {
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #F7FAFB;
}
.main_page .visual .btn_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 10px 44.5px;
  background: #EEF0FF;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.064px;
  color: #224FB2;
  white-space: nowrap;
}
/* ---- About Enav ---- */
.main_page .about {
  padding: 56px 34px 0;
  background: #fff;
}
.main_page .about .about_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: #224FB2;
}
.main_page .about .about_head .label {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #224FB2;
}
.main_page .about .about_head h2 {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.112px;
  color: #224FB2;
}
.main_page .about .about_cols {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}
.main_page .about .col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-bottom: 1px solid #d8e1f4;
}
.main_page .about .col.line_r,
.main_page .about .col.line_l {
  border-right: 0;
  border-left: 0;
}
.main_page .about .col:last-child {
  border-bottom: 0;
}
.main_page .about .col .ico {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}
.main_page .about .col .ico img {
  display: block;
  width: 100%;
  height: auto;
}
.main_page .about .col.line_l .ico img {
  transform: rotate(180deg);
}
.main_page .about .col .txt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main_page .about .col h3 {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.096px;
  color: #224FB2;
  text-align: center;
}
.main_page .about .col .txt p {
  font-family: 'Pretendard', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.06px;
  color: #224FB2;
  text-align: center;
  word-break: keep-all;
}
.main_page .about .col .txt p.empty {
  color: red;
}
/* ---- Enterprise ---- */
.main_page .enterprise {
  margin-top: 38px;
  padding: 64px 16px;
  background: #EEF0FF;
}
.main_page .enterprise .enterprise_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.main_page .enterprise .ent_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #224FB2;
}
.main_page .enterprise .ent_text .label {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #224FB2;
  text-align: center;
}
.main_page .enterprise .ent_text h2 {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.112px;
  color: #224FB2;
  text-align: center;
  padding: 0 8px;
}
.main_page .enterprise .ent_text h2 br {
  display: none;
}
.main_page .enterprise .ent_boxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main_page .enterprise .box {
  width: 100%;
  padding: 18px 16px;
  background: #fff;
  color: #224FB2;
}
.main_page .enterprise .box.offset {
  margin-left: 0;
}
.main_page .enterprise .box_head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
}
.main_page .enterprise .box_head .tit {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.112px;
  color: #224FB2;
  text-align: center;
}
.main_page .enterprise .box_head .sub {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.064px;
  color: #224FB2;
  text-align: center;
}
.main_page .enterprise .box .desc {
  font-family: 'Pretendard', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.06px;
  color: #224FB2;
  text-align: center;
  word-break: keep-all;
}
/* ---- Partners ---- */
.main_page .partners {
  padding: 13px 0 23px;
  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: 36px;
  display: flex;
  align-items: end;
  line-height: 0;
}
.main_page .partners img {
  display: block;
}
.main_page .partners img[src$="partner_a.svg"] {
  width: 62px;
  height: 16px;
}
.main_page .partners img[src$="partner_b.svg"] {
  width: 53px;
  height: 16px;
}
.main_page .partners img[src$="partner_c.svg"] {
  width: 80px;
  height: 16px;
}
.main_page .partners img[src$="partner_d.svg"] {
  width: 104px;
  height: 16px;
}
.main_page .partners img[src$="partner_e.svg"] {
  width: 93px;
  height: 36px;
}
/* ---- CTA ---- */
.main_page .cta {
  padding: 48px 16px;
}
.main_page .cta .cta_inner {
  width: 100%;
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: center;
  background: #EEF0FF;
  text-align: center;
  padding: 52px 44px;
  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: 20px;
  line-height: 24px;
  color: #224FB2;
}
.main_page .cta .cta_text .sub {
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
.main_page .cta .btn_consult {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 34px;
  background: #224FB2;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.064px;
  color: #fff;
}
/*-------------------------------------------------------------------
Sub page - AIM MOBILE (Figma 36:4666)
-------------------------------------------------------------------*/
.sub_page .sub_inner {
  padding: 0 16px;
}
/* 서브 비주얼 */
.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 85% 50% / cover;
}
.service_page .sub_visual {
  background: #224FB2 url(/asset/images/sub/service_visual.png) no-repeat center / cover;
}
.sub_page .sub_visual {
  height: 144px;
  background-size: cover;
}
.sub_page .sub_visual .sub_visual_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}
.sub_page .sub_visual .en {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.sub_page .sub_visual .sub {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #F7FAFB;
}
/* AIM 본문 */
.sub_page {
  /* 상단 가로 스크롤 탭 (pill) */
  /* 콘텐츠 */
}
.sub_page .sub_intro {
  margin-top: 32px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.056px;
  color: #333;
}
.sub_page .sub_body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 32px 0 56px;
}
.sub_page .sub_tabs {
  margin: 0 -16px;
  /* 좌우 여백까지 스크롤 영역 확장 */
  padding: 0 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.sub_page .sub_tabs::-webkit-scrollbar {
  display: none;
}
.sub_page .sub_tabs ul {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 8px;
  background: #f4f5ff;
  border-radius: 32px;
  padding: 8px;
}
.sub_page .sub_tabs li {
  flex: 0 0 auto;
}
.sub_page .sub_tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 14px;
  background: none;
  border: 0;
  border-radius: 40px;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.052px;
  color: #b0bede;
}
.sub_page .sub_tabs button br {
  display: none;
}
.sub_page .sub_tabs li.on button {
  background: #224FB2;
  color: #fff;
}
.sub_page .sub_panels .panel {
  display: none;
  flex-direction: column;
  gap: 14px;
}
.sub_page .sub_panels .panel.on {
  display: flex;
}
.sub_page .sub_panels h3 {
  font-family: 'Pretendard', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.08px;
  color: #224FB2;
}
.sub_page .sub_panels .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 328 / 192;
  overflow: hidden;
}
.sub_page .sub_panels .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_page .sub_panels .thumb .ph {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  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: 13px;
  line-height: 22px;
  letter-spacing: -0.052px;
  color: #555;
}
.sub_page .sub_panels .desc.empty {
  color: red;
}
/*-------------------------------------------------------------------
Sub page - Service MOBILE (Figma 36:6032)
-------------------------------------------------------------------*/
.service_page {
  /* 모바일은 그룹을 그대로 세로 스택 */
}
.service_page .svc_intro {
  margin-top: 32px;
  font-family: 'Pretendard', sans-serif;
}
.service_page .svc_intro .tit {
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: -0.072px;
  color: #224FB2;
  margin-bottom: 14px;
}
.service_page .svc_intro p {
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.056px;
  color: #555;
}
.service_page .svc_intro p + p {
  margin-top: 32px;
}
.service_page .svc_groups {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 32px 0 88px;
}
.service_page .col3 {
  display: contents;
}
.service_page .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 16px 14px;
  background: #f5f7ff;
}
.service_page .group h3 {
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.072px;
  color: #224FB2;
  text-align: center;
}
.service_page .group .cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.service_page .group .cards li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  padding: 10px;
  background: #fff;
  border: 2px solid #224FB2;
  border-radius: 100px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.064px;
  color: #224FB2;
  text-align: center;
}
/*-------------------------------------------------------------------
Sub page - Contact MOBILE (Figma 36:6262)
-------------------------------------------------------------------*/
.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;
  grid-template-areas: "head" "map" "info";
  row-gap: 32px;
  padding: 32px 0 88px;
}
.contact_page .contact_map {
  grid-area: map;
  margin: 0 -16px;
  /* 좌우 여백까지 꽉 찬 전체폭 */
  height: 160px;
  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: 26px;
  line-height: 26px;
  color: #224FB2;
}
.contact_page .contact_head .company {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: 'Mulish', 'Pretendard', sans-serif;
  color: #333;
}
.contact_page .contact_head .company .name {
  font-size: 22px;
  line-height: 22px;
}
.contact_page .contact_head .company .desc {
  font-size: 14px;
  line-height: 14px;
}
.contact_page .contact_info {
  grid-area: info;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_page .contact_info .item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact_page .contact_info .label {
  font-family: 'Mulish', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.056px;
  color: #224FB2;
}
.contact_page .contact_info .val {
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  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);
  }
}
