/*  CSS Variables & Base */
:root {
  --color-primary: #1C50A1;
  --color-point: #65A9DC;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-purple: #5D2BB8;
  --color-black-100: #222222;
  --color-gray-100: #ECECEC;
  --color-gray-200: #D2D2D2;
  --color-gray-300: #dee2e6;
  --color-gray-500: #666666;
  --color-gray-700: #444444;
  --color-gray-800: #343a40;
  --color-gray-900: #212529;
}
body{ display: flex; flex-direction: column; min-height: 100vh;}
.body {
  color: var(--color-gray-900);
  background: var(--color-white);
}
.sr-only {position: absolute;width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap;border: 0;}

/* 공통 레이아웃 요소 */
.mo-only{display: none;}
.pc-only{display: block;}
.custom-container {width: 100%;max-width: 144rem;margin: 0 auto;padding: 0 2rem;}
.skip-link {position: absolute;top: -100%;left: 0;background: var(--color-primary);color: var(--color-white);padding: 1.2rem 2.4rem;z-index: 9999;text-decoration: none;}
.skip-link:focus { top: 0; }

.section-header { text-align: center; margin-bottom: 4rem; }
.section-title { font-size: 5rem; font-weight: 500; margin-bottom: 0.8rem;}
.section-title strong { font-weight: 700; }
h2 strong { font-weight: 700; }
.section-desc { color: var(--color-gray-700); font-size: 2.4rem; line-height: 1.5; font-weight: 700; }
.text-primary { color: var(--color-primary) !important; }
.text-purple { color: var(--color-purple) !important; }
.br-pc { display: inline; }



/* PC 환경 기본 스타일 (1025px 이상) */

/* Header (GNB) */
.header { position: fixed; top: 0; background: var(--color-black); z-index: 1000; left: 0; width: 100%;}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 2rem; max-width: 192rem; margin: 0 auto; }
.navbar-brand { display: flex; align-items: center; height: 3.6rem; }
.navbar-brand img { width: 100%; height: 100%; object-fit: cover; }
.navbar-toggler { display: none; border: none; background: transparent; cursor: pointer; }
.navbar-toggler-icon { display: block; width: 2.4rem; height: 2.4rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-collapse { display: flex; align-items: center; justify-content: center; flex-grow: 1; }
.navbar-nav { display: flex; list-style: none; margin: 0; padding: 0; gap: 1rem; }
.nav-link { color: rgba(255,255,255,0.85); font-weight: 500; font-size: 2.2rem; padding: 0.9rem 1.6rem; text-decoration: none; line-height: 1.5; }
.nav-link:hover, .nav-link:focus { color: var(--color-white); }
.nav-link.active { color: var(--color-point); font-weight: 700; }

/* Main Section */
[role="main"]{margin-top: 7.1rem; flex: 1;}
.main-section { position: relative; height: 80rem; background: url('../images/img_main_bg.webp') center/cover no-repeat; display: flex; align-items: center; justify-content: center; text-align: center; }
.main-overlay { position: absolute; inset: 0; }
.main-content { position: relative; z-index: 1; color: var(--color-white); }
.main-title { line-height: 1; }
.main-subtitle { font-size: 1.8rem; letter-spacing: 0.4em;; margin-bottom: 1.6rem; opacity: 0.9; font-weight: 700; line-height: 1.5;}
.main-logo { display: inline-block; }
.main-tagline { display: block; font-size: 10.4rem; font-weight: 500; }

/* Value Section (PC 가로 확장형 아코디언 인터랙션) */
.value-section { padding: 8rem 0; background: var(--color-white); overflow: hidden; }
.value-cards-container.swiper { overflow: hidden ; padding-bottom: 0; }
.card-list.swiper-wrapper { transform: none; height: 44rem; display: flex ; gap: 0.8rem; }
.card-list .card.swiper-slide { flex: 1; width: auto; height: 100%; box-shadow: none;  position: relative; overflow: hidden; transition: all 0.3s ease-in-out; cursor: pointer; }
.card .card-img { width: 100%; height: 100%; }
.card .card-img img { width: 100%; height: 100%; object-fit: cover; }
.card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.75) 100%); z-index: 1; }

.card-inner { position: absolute; top: 2.4rem; left: 2.4rem; bottom: 4rem; right: 2.4rem; z-index: 2; color: var(--color-white); display: flex; flex-direction: column; justify-content: space-between; gap: 1.2rem; }
.card-num { font-size: 2.8rem; font-weight: 700; }
.card-tit { font-size: 2.6rem; line-height: 1.5; font-weight: 700; }
.card-txt{min-width: 18.1rem;}
.card-desc { font-size: 0; font-weight: 500; line-height: 1.5; opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out; }
.card-badge { font-size: 1.1rem; font-weight: 700; color: var(--color-primary); margin: 0; }

/* PC 마우스 호버(active) 시 확장 상태 */
.card-list .card.active { flex: 2.7 !important; }
.card-list .card.active .card-tit { font-size: 3.6rem;}
.card-list .card.active .card-desc { opacity: 1; font-size: 2.2rem; visibility: visible; transition-delay: 0.2s; }
.value-cards-container .swiper-pagination { display: none !important; }

/* Mission Section */
.mission-section { padding: 8rem 0; background: var(--color-gray-100); }
.stats-container { max-width: 52.1rem; margin: 5.2rem auto 0; }

/* Notice Section */
.notice-section { padding: 8rem 0; background: var(--color-white); }
.section-header-inline { display: flex; justify-content: space-between; align-items: flex-start; text-align: left; margin-bottom: 3.6rem; position: relative;}
.notice-section .header-left{text-align: center; margin: 0 auto;}
.btn-more {position: absolute; right: 0; bottom: 0; display: inline-flex; align-items: center; gap: 0.8rem; color: var(--color-gray-700); text-decoration: none; font-weight: 500; }
.btn-more:hover { color: var(--color-primary); }
.btn-icon { width: 2.4rem; height: 2.4rem; border-radius: 50%; background: url("../images/icon_plus.svg")no-repeat center; color: var(--color-white); display: flex; align-items: center; justify-content: center; font-size: 2.4rem; }
.notice-list { list-style: none; padding: 0; margin: 0; }
.notice-badge-wrap{display: flex; gap: 1.2rem; align-items: center;  flex:1; min-width:0; width: 100%;}
.notice-item:not(:last-of-type) { border-bottom: 1px solid var(--color-gray-200); }
.notice-link { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 2rem 0; text-decoration: none; color: var(--color-gray-700); }
.notice-link:hover { color: var(--color-primary); }
.notice-badge { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; padding: 0.2rem 0.9rem; min-width: 4.2rem; text-align: center; background: var(--color-primary); color: var(--color-white); font-size: 1.4rem; font-weight: 400; border-radius: 0.4rem; line-height: 1.5; }
.notice-title {display: block; min-width:0;  flex: 1; font-weight: 500; line-height: 1.5; overflow: hidden; white-space: nowrap; word-break: break-all; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
.notice-meta {display: flex; font-size: 1.8rem; color: var(--color-gray-500); font-weight: 400; flex-shrink: 0;}
.notice-date::before { content: '\00B7'; display: inline-block; padding: 0 0.5rem; }
.notice-badge.notice{background-color: #DE5C0C;}

/* Footer */
.footer { background: var(--color-black-100); color: var(--color-white); padding: 4rem 0 2.4rem; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; }
.footer-brand { flex: 1; }
.footer-logo { font-size: 2.2rem; font-weight: 700; color: var(--color-white); text-decoration: none; display: inline-block; margin-bottom: 1.4rem; }
.footer-desc { font-size: 1.4rem; color: #a5a5a5; line-height: 1.7; margin: 0; }
.footer-links-wrap { display: flex; gap: 0.8rem; flex: 1; max-width: 28.8rem; }
.footer-col { flex: 1; }
.footer-title { font-size: 1.6rem; font-weight: 500; margin-bottom: 1.4rem; color: var(--color-point); line-height: 1.5;}
.footer-menu { list-style: none; padding: 0; margin: 0; }
.footer-menu li { margin-bottom: 1rem; }
.footer-menu a { color: #a5a5a5; text-decoration: none; font-size: 1.4rem; line-height: 1.5;}
.footer-menu a:hover { color: var(--color-white); }
.footer-bottom { margin-top: 2.4rem; padding-top: 2.4rem; border-top: 1px solid rgba(255,255,255,0.1); }
.copyright { font-size: 1.3rem; color: #9D9D9D; margin: 0; }

/* 서브 페이지 공통 스타일  */
.btn-area{margin-top: 4rem;display: flex; align-items: center; justify-content: center;}
.btn {display: inline-flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: 500; text-decoration: none; padding: 1.2rem 2.4rem; height: 5.2rem; border-radius: 0.8rem;line-height: 1.5; box-sizing: border-box; border: none; cursor: pointer; transition: background 0.2s ease, color 0.2s ease;}
.btn-primary {background: var(--color-primary); color: var(--color-white);}
.btn-primary:hover { background: #133a75;}

.sub-visual-section{position: relative;height: 34rem;display: flex;align-items: center;justify-content: center;text-align: center;}
.sub-page .section-subtitle {font-size: 2.8rem;font-weight: 700;color: var(--color-black-100);margin-bottom: 1.2rem;}
.sub-page .section-desc{font-size: 2rem;line-height: 1.5;color: var(--color-gray-500); font-weight: 500;}
.sub-visual-content {position: relative;z-index: 1;}
.sub-page-title {color: var(--color-white);font-size: 8.4rem;font-weight: 500;margin: 0;}

.sub-page section[class$="section"]{padding: 6rem 0;}

  /*   회사소개 (Company) 서브 페이지 전용 스타일  */

/* 1. 서브 비주얼 섹션 */
.sub-visual-section.sub-company {background: url('../images/img_company_bg.webp') center/cover no-repeat;}
.sub-visual-section.sub-services{background: url('../images/img_sub_services_bg.webp') center/cover no-repeat;}
.sub-visual-section.sub-cs{background: url("../images/img_sub_cs_bg.webp") center/cover no-repeat;}

/* 2. 미션 & 비전 섹션 (공통 구조 활용) */
.vision-section {background: var(--color-white);}
.text-center { text-align: center; }
.vision-section .section-title {margin-bottom: 2.4rem;}
.vision-section .section-desc {margin-bottom: 3.2rem;}

/* 미션 / 프로젝트 수행 2열 그리드 배너 */
.vision-cards-grid {display: flex;gap: 2.4rem;margin-top: 4rem;}
.vision-banner-card {position: relative;flex: 1;height: 38rem;overflow: hidden;display: flex;align-items: center;justify-content: center;padding: 4rem;}
.vision-banner-card.card-mission {background: url('../images/img_mission_banner.webp') center/cover no-repeat;}
.vision-banner-card.card-project {background: url('../images/img_project_banner.webp') center/cover no-repeat;}
.banner-overlay {position: absolute;inset: 0;z-index: 1;}
.banner-content {position: relative;z-index: 2;color: var(--color-white);text-align: center;}
.banner-title {font-size: 4.8rem;font-weight: 500;margin-bottom: 5.8rem;position: relative;padding-bottom: 5.8rem;}
/* 시안의 타이틀 하단 흰색 언더라인 인디케이터 구현 */
.banner-title::after {content: '';position: absolute;left: 50%;transform: translateX(-50%) ;bottom: 0;width: 5.2rem;height: 0.5rem;background: var(--color-white);}
.banner-desc {font-size: 2.4rem;line-height: 1.5;color: #fff;font-weight: 400;margin: 0;word-break: keep-all;}

/* 3. 성장 히스토리 (타임라인 연혁) 섹션 */
.history-section {background: #DDEAF5;}
.history-section .section-title{color: var(--color-black-100); line-height: 1.5; margin-bottom: 2.4rem;}
.history-subtitle {font-size: 2.8rem;font-weight: 700;color: var(--color-black-100);margin-bottom: 1.2rem;}
.history-section .section-desc {font-weight: 400;}

/* 타임라인 축선 및 박스 레이아웃 */
.timeline-container {position: relative;max-width: 100rem;margin: 8rem auto 0;}
/* 중앙 세로 축선 */
.timeline-line {position: absolute;left: 50%;top: 0;bottom: 0;width: 0.4rem;background: linear-gradient(360deg, #65A9DC 0%, #1C50A1 60.12%);transform: translateX(-50%);}
.timeline-list {display: flex;flex-direction: column;}
.timeline-item {position: relative;display: flex;width: 50%;}
/* 좌측 연혁 항목 스타일 */
.timeline-item.item-left {align-self: flex-start;justify-content: flex-end;padding-right: 3.8rem;}
.timeline-item.item-left .timeline-box{border-radius: 999px 0 999px 999px;}

/* 우측 연혁 항목 스타일 */
.timeline-item.item-right {align-self: flex-end;justify-content: flex-start;padding-left: 3.8rem;}
.timeline-item.item-right .timeline-box{border-radius: 0 999px 999px 999px;}
/* 타임라인 수직선 상의 원형 노드(닷) */
.timeline-dot {position: absolute;top: 0;width: 3.2rem;height: 3.2rem;border-radius: 50%;background: var(--color-white);border: 0.6rem solid var(--color-primary);z-index: 5;}
.timeline-item.item-left .timeline-dot { right: -1.6rem; }
.timeline-item.item-right .timeline-dot { left: -1.6rem; }

/* 연혁 데이터 박스 */
.timeline-box {background: var(--color-white);padding: 2rem 2.4rem;box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.04);display: flex;align-items: flex-start;gap: 2rem;width: fit-content; min-width:36.8rem;  max-width: 46.6rem;border: 1px solid var(--color-point);}
.history-year {font-size: 5rem;font-weight: 800;color: var(--color-black-100);line-height: 1;}
.history-content {flex: 1;}
.history-tag {display: inline-block;font-size: 2.4rem;font-weight: 700;color: var(--color-primary);}
.history-text {font-size: 1.8rem;color: var(--color-gray-700);line-height: 1.5;margin: 0;word-break: keep-all;font-weight: 700;}

/* 4. 언론보도 섹션 */
.press-section {background: var(--color-white); }
.press-section .section-header { color: var(--color-black-100); margin-bottom: 2.4rem; }
.press-section .section-title { color: var(--color-black-100); margin-bottom: 0; }

/* [PC 기본 레이아웃 - 1025px 이상] */
.press-swiper.swiper { overflow: visible; position: relative; width: 100%; }
.press-swiper-wrapper.swiper-wrapper {gap: 1.6rem ;width: 100% ;}
.press-card.swiper-slide { width: 100%; max-width: 33.8rem; height: auto !important; flex-shrink: 1 !important; }
.press-card { background: var(--color-white); overflow: hidden; }
.press-link { text-decoration: none; display: block; }
.press-img { width: 100%; aspect-ratio: 16 / 10; overflow: hidden; background: var(--color-gray-100); }
.press-img img { width: 100%; height: 100%; object-fit: cover; }
.press-body { padding-top: 1.6rem; }
.press-card-title { font-size: 2rem; font-weight: 500; color: var(--color-gray-700); line-height: 1.5; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 6rem; }

/* PC 환경 인디케이터 숨김 */
.press-swiper-pagination { display: none !important; }

/* 서비스 서브 페이지 메인 비주얼 배너 */
.service-tab-nav.swiper {background: var(--color-white);border-bottom: 1px solid #E0E0E0; position: sticky;top: 7.1rem;z-index: 900;width: 100%;overflow: hidden;display: flex; justify-content: center; padding: 0 1.6rem;}
.service-tab-nav .swiper-wrapper {display: flex;align-items: center;}
.service-tab-nav .swiper-slide {width: auto;  flex-shrink: 0;}
.service-tab-nav .swiper-slide{ width:auto; flex-shrink:0;}
.service-tab-nav .tab-link{ display:block; padding:1.5rem 2.4rem; font-size:1.8rem; line-height:1.5; white-space:nowrap; position:relative; color:var(--color-gray-700);}
.service-tab-nav .tab-link.active{font-weight:700;color:var(--color-black);}
.service-tab-nav .tab-link.active::after{content:'';position:absolute;left:0;bottom:0;width:100%;height:0.4rem; background:var(--color-black);}

/* 서비스별 대형 소개 상단 공통 영역 */
.service-intro-section {padding: 6rem 0;background: var(--color-white);}
.service-intro-section .section-desc{margin-bottom: 2.4rem;}
.sub-page.payyo .section-desc{margin-bottom: 0;}
.brand-logo-wrap {height: 7rem;margin-bottom: 3.2rem;}
.brand-logo-wrap img {height: 100%;object-fit: contain;}

/* 바로가기 외곽선 스타일 링크버튼 */
.btn-shortcut {display: inline-flex;align-items: center; line-height: 1.5; gap: 0.8rem;padding: 0.8rem 3.6rem 0.8rem 1rem;border: 1px solid #9F9F9F;border-radius: 0.8rem;color: var(--color-black-100);font-size: 1.6rem;font-weight: 500;text-decoration: none;background: url("../images/icon_newlink.svg") no-repeat right 1.2rem center / 2rem auto;}
.btn-shortcut:hover {color: var(--color-black);font-weight: 700;}
.service-mockup-visual {max-width: 42rem;margin: 0 auto 3.2rem;}
.service-mockup-visual img {width: 100%;height: auto;}

/* 서비스 핵심 가치 설명 블록 (3열 가로 정렬 카드) */
.service-value-section {padding: 8rem 0; background: #F8F9FA;}
.sub-page .service-value-section{padding: 6rem 0;}
.value-head-title {font-size: 4.6rem;font-weight: 500;color: var(--color-black-100);margin-bottom: 1.2rem;}
.value-head-desc {font-size: 2.8rem;font-weight: 700;color: var(--color-black-100);line-height: 1.5; margin-bottom: 1.2rem;}
.value-sub-desc{font-size: 2rem; font-weight: 500; color: var(--color-gray-500); line-height: 1.5;}
.value-sub-desc + .value-sub-desc{margin-top: 1.2rem;}
.value-info-cards {display: flex;gap: 2rem; margin-top: 4rem;}
.info-card {flex: 1;background: var(--color-white);padding: 2.5rem 2.4rem;border-radius: 0 0 4rem 0;box-shadow: 0 0.4rem 2rem rgba(0,0,0,0.03);text-align: left;border-top: 5px solid #65A9DC;}
.info-card-title {font-size: 2.4rem;font-weight: 700;color: var(--color-black-100);margin-bottom: 1.2rem;}
.info-card-desc {font-size: 1.8rem;line-height: 1.5;color: var(--color-gray-500);word-break: keep-all;}
/* 4가지 핵심 기능 코어 맵핑 (시안 원형 배치 다이어그램 구조) */
.service-features-section {padding: 6rem 0;background: var(--color-white);}
.features-main-title {font-size: 5rem;font-weight: 500;margin-bottom: 4rem;}
.features-main-title span{font-weight: 700; }
.circle-features-wrap {max-width: 97rem;margin: 0 auto;}
/* 하단 가로형 단색 와이드 백그라운드 배너 박스 */
.service-bottom-section, .service-award-section {padding: 6rem 0;background: rgba(212, 229, 242, 0.8);}
.bottom-banner-heading, .award-heading {font-size: 4.4rem;font-weight: 500;color: var(--color-black-100);margin-bottom: 2.4rem;}
.bottom-banner-heading .text-primary , .award-heading .text-primary{font-weight: 700;}
.banner-box-white, .award-box-white {background: var(--color-white);padding: 3rem 3.5rem;border-radius: 0 0 4rem 0;max-width: 140rem;margin: 0 auto;}
.box-inner-title {font-size: 2.8rem;font-weight: 700;color: var(--color-black-100);margin-bottom: 1.6rem;line-height: 1.5;}
.box-inner-desc {font-size: 2rem;line-height: 1.5;color: var(--color-gray-500);margin: 0;}

.lineup .service-value-section{}
.lineup .bottom-banner-heading{font-size: 2.8rem; font-weight: 700; margin-bottom: 1.2rem;}
.lineup .bottom-banner-desc{font-size: 2rem;color: var(--color-gray-500);}

.lineup .banner-box-white{margin-top: 4rem; border-radius: 2rem;}
.lineup .banner-img{margin-bottom: 2.4rem;}
.lineup .box-inner-title{font-size: 4.4rem; margin-bottom: 1.2rem; font-weight: 500; line-height: 1.3;}
.lineup .box-inner-sub{font-size: 2.8rem; font-weight: 500; line-height: 1.5;}
.lineup .box-inner-desc {font-size: 2rem; font-weight: 500; line-height: 1.5; margin-top: 0.8rem;}


/* 닥터크레딧용 순서형 유효 혜택 보드 목록 */
.drcredit .banner-box-white{border-radius: 2rem;}
.ordered-benefit-list{list-style: none; padding: 0; margin: 1.6rem auto 0; display: flex; flex-direction: column; gap: 1.6rem; width: fit-content;}
.ordered-benefit-list li{display: flex; align-items: center; gap: 1.2rem; font-size: 2rem; color: var(--color-gray-500); font-weight: 500;}
.ordered-benefit-list li strong{color: var(--color-primary);font-size: 2.2rem;min-width: 27rem; display: inline-block; text-align: left;}
.num-badge{width: 2.8rem; height: 2.8rem; background: var(--color-point); color: var(--color-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.6rem; flex-shrink: 0; line-height: 1;}

/* 365 데일리뱅킹 백그라운드 강조 전용 배너 카드 */
.dailybanking .bottom-banner-heading{font-size: 5rem;}
.dailybanking .bottom-banner-heading::before{content: ''; display: inline-block; width: 9rem; height: 9rem; background: url('../images/img_idea.svg') no-repeat center; background-size: contain; margin-right: 0.6rem;}
.dailybanking .brand-logo-wrap{height: 9rem;}

/* 채용 비주얼 */
.sub-visual-section.sub-careers{background:url('../images/img_careers_bg.webp') center/cover no-repeat;}
/* 인재상 */
.carrer-section .section-header{margin-bottom: 0;}
.carrer-section .section-title{margin-bottom: 2.4rem;}
.talent-section{background: #DDEAF5;}
.talent-card-wrap{display:flex;gap:2rem;}
.talent-card{flex:1;background:#fff;border-radius:0 0 3rem 0;overflow:hidden;}
.talent-img{aspect-ratio: 453 / 240;}
.talent-img img{width:100%;height:100%;object-fit:cover;}
.talent-body{padding: 1.6rem 2.4rem;background:#fff;}
.talent-body h3{font-size:2.4rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-black-100);}
.talent-body p{font-size:1.8rem;line-height:1.5; font-weight: 500; color:var(--color-gray-500);word-break:keep-all;}

.talent-section{padding:8rem 0;}
.talent-section::after{content:"";display:block;}
.recruit-section{background:#fff;}
.recruit-section .section-desc{font-weight: 700; color: var(--color-gray-700); font-size: 2.4rem; }
.notice-badge.recruit{background:#007777; width: 6.1rem;}
.notice-badge.gray{background:#fff;color:var(--color-black-100);border:1px solid #999; width: 6.1rem;}

/* 채용 상세 (Careers Detail) 페이지 전용 스타일 */
.recruit-detail-section { background: var(--color-white); padding: 6rem 0; }


/* 상단 헤더 타이틀 바 고도화 */
.recruit-detail-header { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 2rem; border-bottom: 1px solid var(--color-gray-500); margin-bottom: 2.4rem; }
.recruit-detail-header .header-title-wrap{display: flex; align-items: baseline; flex: 1; gap: 0.8rem;}
.recruit-detail-header .title-area { display: flex; justify-content: space-between; align-items: baseline; gap: 0.4rem;  flex: 1;}
.recruit-detail-header h2 { font-size: 2rem; font-weight: 700; color: var(--color-black-100); }
.recruit-detail-header .meta-info { font-size: 1.6rem; color: var(--color-gray-500); font-weight: 400; white-space: nowrap; }

/* 본문 디테일 리스트 */
.recruit-detail-body { display: flex; flex-direction: column; gap: 1.6rem; padding: 2.4rem 0; margin-bottom: 2.4rem; border-bottom: 1px solid var(--color-gray-200);}
.detail-item-row { display: flex; flex-direction: column; gap: 1.2rem; }
.detail-item-title { display: flex; align-items: center; font-size: 1.8rem; color: var(--color-black-100); gap: 1.2rem; }
.detail-item-title strong {font-size: 1.8rem; font-weight: 700; min-width: 7rem; }
.detail-inline-text,
.detail-desc{ font-size: 1.6rem; color: var(--color-gray-700); font-weight: 400; }

/* 서클 인덱스 넘버 구현 */
.detail-num { width: 2.6rem; height: 2.6rem; background: var(--color-point); color: var(--color-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 700; flex-shrink: 0; }

/* 내부 글머리 기호 목록 */
.detail-bullets { list-style: none; padding-left: 3.8rem; margin: 0; display: flex; flex-direction: column; gap: 0.4rem; }
.detail-bullets.pl-0 { padding-left: 0; }
.detail-bullets li { position: relative; padding-left: 1.6rem; font-size: 1.6rem; color: var(--color-gray-700); line-height: 1.6; font-weight: 400; }
.detail-bullets li::before { content: '•'; position: absolute; left: 0; top: 0; color: var(--color-gray-500); font-size: 1.8rem; }

/* 첨부파일 패널 */
.recruit-attachment-panel { background: #f2f2f2; padding: 2.2rem 2rem; display: flex; align-items: center; gap: 1.6rem; border-radius: 0.4rem; margin-bottom: 6rem; }
.recruit-attachment-panel .attach-label { font-size: 1.6rem; font-weight: 700; color: var(--color-black-100); display: flex; align-items: center; gap: 0.6rem; }
.recruit-attachment-panel .attach-label::before {content: ''; display: block; width: 2.4rem; height: 2.4rem; background: url("../images/ico_attached_file.svg")no-repeat center; font-size: 1.8rem; font-weight: 400; }
.recruit-attachment-panel .attach-divider { color: #B2B2B2; font-size: 1.4rem; }
.recruit-attachment-panel .attach-link { font-size: 1.8rem; color: var(--color-black-100); text-decoration: none;}
.recruit-attachment-panel .attach-link:hover { text-decoration: underline; color: var(--color-primary); }

/* 이전글 / 다음글 이동바 */
.recruit-navigation-panel { border-top: 1px solid var(--color-gray-300);}
.recruit-nav-row { display: flex; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--color-gray-200); font-size: 1.6rem; }
.recruit-nav-row .nav-type { font-weight: 700; color: var(--color-black-100); width: 6.2rem; flex-shrink: 0; line-height: 1.5; }
.recruit-nav-row .nav-link-block {font-size: 1.8rem; color: var(--color-gray-500); text-decoration: none; flex: 1; font-weight: 400; transition: color 0.2s ease; }
.recruit-nav-row .nav-link-block:hover { color: var(--color-primary); }

/* 하단 목록 이동 버튼 단락 */
.recruit-action-wrap { display: flex; justify-content: center; }

/* 문의하기 폼 */
.inquiry-form {max-width: 92rem; margin: 5.2rem auto 0; width: 100%;}
.form-group {margin-bottom: 4rem;}
.form-label {display: block; font-size: 1.6rem; font-weight: 500; color: var(--color-primary); margin-bottom: 0.8rem;}
.form-label .required {color: var(--color-primary); margin-left: 0.4rem;}

input[type="text"].form-control,
input[type="tel"].form-control,
input[type="email"].form-control,
select.form-select,
textarea.form-control {border: 1px solid #C0C0C0; background-color: var(--color-white); border-radius: 0.8rem;}
input[type="text"].form-control:focus,
input[type="tel"].form-control:focus,
input[type="email"].form-control:focus,
select.form-select:focus,
textarea.form-control:focus {outline: none; border-color: var(--color-primary);}
.form-control, .form-select {width: 100%; height: 4.8rem; padding: 0.8rem; font-size: 1.8rem; border: 1px solid #C0C0C0; border-radius: 0.8rem; color: var(--color-black); background-color: var(--color-white); box-sizing: border-box; transition: border-color 0.2s ease;}
.form-control::placeholder,
.form-select::placeholder {color: #999;opacity: 1; }
.form-control:focus, .form-select:focus {outline: none;  border-color: var(--color-primary);}
.text-area {height: 20rem; resize: none; line-height: 1.5;}
.select-wrapper {position: relative;}
.form-select {appearance: none; -webkit-appearance: none; background: url("../images/icon_arrow_down.svg") no-repeat right 16px center;background-size: 1.6rem;padding-right: 40px;color: #999;}
.form-select:not(:has(option[value=""]:checked)),
.form-select option {color: var(--color-black);}
.form-row-group {display: flex; gap: 8rem;}
.form-row-group .form-group {flex: 1;}

/* 크리보 */
.creavo .brand-logo-wrap{height: 16rem;}
.creavo .service-value-section{background: #EFEEEE;}
.creavo .service-mockup-visual{max-width: 130rem; margin-bottom: 0;}
.creavo .features-main-title{margin-bottom: 2.4rem;}
.creavo .circle-features-wrap{margin-top: 4rem; max-width: 117.1rem;}
.creavo .service-bottom-section{background: #EBE4F3;}
.creavo .banner-box-white{padding: 3rem;}
.creavo .ordered-benefit-list{margin: 0; width: 100%;}
.creavo .ordered-benefit-list li{flex-wrap: wrap; text-align: left; gap: 0.3rem 1.2rem;}
.creavo .ordered-benefit-desc{display: block; width: 100%; padding-left: 3.6rem; line-height: 1.5;}
.creavo .num-badge{background: #9C62E0;}
.creavo .ordered-benefit-list li strong{color: var(--color-black-100); line-height: 1.5;}


/* 모바일 & 태블릿 예외 통합 제어 (1024px 이하) */
@media (max-width: 1024px) {
  .mo-only{display: block;}
  /* 공통 레이아웃 제어 */
  body { font-size: 1.6rem; }
  .section-title { font-size: 2.8rem; }
  .section-desc { font-size: 1.8rem; }
  .section-header{margin-bottom: 2.4rem;}
  .br-pc { display: none; }
  .sub-page section[class$="section"]{padding: 4rem 0;}
  .sub-visual-section{height: 16rem;}

  /* GNB 모바일 토글 형태 변환 */
  .header-inner{padding: 1.5rem 2rem;}
  .navbar-brand{height: 2.4rem;}
  .navbar-toggler { display: block; }
  .navbar-collapse { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--color-black); padding: 0 2rem 1.6rem; flex-direction: column; align-items: stretch; }
  .navbar-nav { flex-direction: column; gap: 0; border-top: 1px solid #444444;}
  .nav-item:first-of-type .nav-link { padding-top: 0.8rem; }
  .nav-link { display: block; padding:  0.4rem 0 ; color: var(--color-white); font-size: 1.6rem; }
  .nav-link:hover, .nav-link:focus { color: var(--color-point); }
  .nav-item:last-child .nav-link { border-bottom: none; }

  .main-section { height: 29rem; }
  .main-subtitle{font-size: 1.2rem; margin-bottom: 0.5rem;}
  .main-tagline { font-size: 3.8rem; }

  .value-section{padding: 4rem 0;}

  .value-cards-container.swiper {overflow: hidden !important;padding-bottom: 3.2rem;position: relative;width: 100%;}
  .card-list.swiper-wrapper {transform: none; display: flex !important;gap: 0 !important;height: auto !important;}
  .card-list .card.swiper-slide {flex-shrink: 0 !important; aspect-ratio: 280 / 164; box-shadow: 0 0.4rem 1.5rem rgba(0,0,0,0.08);flex: none !important;}
  .card-inner {width: 100%; height: 100%; top: 0; left: 0; padding: 1.6rem;}
  .card-inner .card-tit,
  .card-list .card.active .card-tit{ font-size: 2.4rem; }
  .card-num{font-size: 2.2rem;}
  .card-inner .card-desc {display: none;}

  .value-cards-container .swiper-pagination { display: block !important; bottom: 0; left: 50%; transform: translateX(-50%); }
  .value-cards-container .swiper-pagination-bullet { width: 0.8rem; height: 0.8rem; border-radius: 0.8rem; background: var(--color-gray-300); opacity: 1; margin: 0 0.4rem; }
  .value-cards-container .swiper-pagination-bullet-active { width: 3.2rem; background: var(--color-primary); }

  /* 미션 섹션 여백 조정 */
  .mission-section { padding: 4rem 0; }
  .stats-container{margin-top: 2.4rem;}

  /* 공지사항 */
  .notice-section { padding: 4rem 0; }
  .section-header-inline { flex-direction: column; gap: 1.2rem; text-align: center; }
  .section-header-inline .btn-more{ position: static; margin-left: auto; gap: 0.4rem;  }
  .notice-link { flex-wrap: wrap; flex-direction: column; align-items: flex-start;  gap: 0.8rem 1.6rem; padding: 1.8rem 0;}
  .notice-title { font-size: 1.8rem; }
  .notice-meta{font-size: 1.4rem;}
  .btn-icon{width: 2rem; height: 2rem;}

  /* 푸터 모바일 아코디언 메뉴 구도 전환 */
  .footer{padding: 2rem 0;}
  .footer-logo{width: 8.1rem; height: auto;}
  .footer-top { flex-direction: column; gap: 1.2rem; }
  .footer-links-wrap { flex-direction: column; max-width: 100%; gap: 0; width: 100%; }
  .footer-title { padding: 1.2rem 0; margin-bottom: 0; border-bottom: 1px solid rgba(255,255,255,0.1); cursor: pointer; position: relative; }
  .footer-title::after { content: ''; display: inline-block; background: url("../images/icon_arrow.svg")no-repeat center; width: 1.6rem; height: 1.6rem; position: absolute; right: 0.8rem; top: 50%; transform: translateY(-50%); color: var(--color-white); font-size: 1.6rem; }
  .footer-title.active::after { transform: translateY(-50%) rotate(180deg); transition: transform 0.3s ease-in-out;}
  .footer-menu { display: none; padding: 0.8rem 0 1.6rem; }
  .footer-bottom{margin-top:0; padding-top: 1.6rem; border-top: none;}

  /* 서브페이지 공통 */
  [role="main"]{margin-top: 5.4rem;}
  .pc-only{display: none;}
  .btn-area{margin-top: 2.4rem;}
  .btn{width: 100%;}
  .sub-page .section-subtitle{font-size: 2.2rem; margin-bottom: 0.8rem;}
  .sub-page .section-desc{font-size: 1.6rem;}

  /* 1. 서브 비주얼 모바일 대응 */
  .sub-visual-section.sub-company {height: 20rem;}
  .sub-page-title {font-size: 3.2rem;}
  .value-sub-desc{font-size: 1.6rem;}

  .service-tab-nav.swiper{top: 5.4rem;}
  .service-tab-nav .tab-nav-container.swiper-wrapper{gap: 0; align-items: unset; justify-content: unset; }

  /* 2. 미션 & 비전 모바일 대응 */
  .vision-main-title {font-size: 2.8rem;margin-bottom: 1.6rem;}
  .vision-subtitle {font-size: 2rem;margin-bottom: 1.2rem;}
  .vision-section .section-desc {font-size: 1.6rem;margin-bottom: 2.4rem;}
  .vision-cards-grid {flex-direction: column;gap: 1.6rem;margin-top: 0;}
  .vision-banner-card {height: 26rem;padding: 2rem;}
  .banner-title {font-size: 3rem;margin-bottom: 3rem;padding-bottom: 3rem;}
  .banner-title::after{height: 0.36rem; width: 3.2rem;}
  .banner-desc {font-size: 1.6rem;}

  /* 3. 성장 히스토리 타임라인 모바일 변환 (좌측 정렬 구조로 변경) */
  .history-subtitle {font-size: 1.8rem;}
  .timeline-list{gap: 2rem;}
  .timeline-container {margin-top: 4rem;}
  /* 중앙 축선을 왼쪽 끝으로 밀기 */
  .timeline-line {left: 0.8rem;transform: none;}
  .timeline-item {width: 100%;padding-left: 2.8rem !important;padding-right: 0 !important;}
  .timeline-item.item-left {justify-content: flex-start;}
  .timeline-item.item-left .timeline-box{border-radius: 0 999px 999px 999px}
  /* 원형 노드를 전부 왼쪽 축선 위로 통일 */
  .timeline-dot {left: 0 !important;right: auto !important;top: 0;width: 2rem;height: 2rem;border-width: 0.4rem;}
  .timeline-box {max-width: 100%;min-width: fit-content;width: 100%;padding: 0.8rem 1rem ;gap: 1.2rem;}
  .history-tag{font-size: 1.8rem;}
  .history-text{font-size: 1.4rem;}
  .history-year {font-size: 2.8rem;}

  /* 언론보도 */
  .press-swiper.swiper { overflow: hidden !important; padding-bottom: 3rem; }
  .press-swiper-wrapper.swiper-wrapper {display: flex !important;gap: 0 !important;grid-template-columns: none !important;width: auto !important;}
  .press-card.swiper-slide {flex-shrink: 0 !important;height: auto !important;background: var(--color-white); max-width: unset;}
  .press-card.swiper-slide .press-img{aspect-ratio: 300/167;  }
  .press-body { padding: 1.4rem 0 0; max-width: 30rem;}
  .press-card-title { font-size: 1.8rem; height: 5.4rem; }
  .press-swiper-pagination.swiper-pagination { display: block !important; bottom: 0; left: 50%; transform: translateX(-50%); }
  .press-swiper-pagination .swiper-pagination-bullet { width: 0.8rem; height: 0.8rem; border-radius: 0.8rem; background: var(--color-gray-300); opacity: 1; margin: 0 0.4rem; }
  .press-swiper-pagination .swiper-pagination-bullet-active { width: 3.2rem; background: var(--color-primary); transition: width 0.3s ease; }

/* 서비스 안내 */
  .brand-logo-wrap{margin-bottom: 2rem; height: 5rem;}
  .service-intro-section .section-desc{margin-bottom: 1.6rem;}




  .tab-link { padding: 1.5rem 0; font-size: 1.4rem; }
  .service-intro-section { padding: 4rem 0; }
  .service-main-tagline { font-size: 2.6rem; }
  .service-main-desc { font-size: 1.5rem; margin-bottom: 2rem; }
  .service-mockup-visual { margin-top: 0; }

  .value-info-cards{margin-top: 2.4rem;}
  .value-head-title, .features-main-title, .bottom-banner-heading, .award-heading { font-size: 2.8rem; }
  .value-head-title span{display: block;}
  .value-head-desc { font-size: 1.8rem; margin-bottom: 0.8rem; }

  /* 카드 가로 배열들 세로(1열) 구조로 일괄 스위칭 */
  .value-info-cards, .circle-features-wrap, .effect-circle-container, .tree-branch-group {flex-direction: column;gap: 1.6rem;}
  .info-card { padding: 2rem 1.6rem;  border-width: 0.4rem;}
  .info-card-title{font-size: 2rem; margin-bottom: 0.8rem;}
  .info-card-desc{font-size: 1.6rem;}
  .banner-box-white, .award-box-white, .why-banner-card { padding: 1.6rem; }
  .box-inner-title { font-size: 2rem; }
  .box-inner-desc, .why-desc { font-size: 1.6rem; }
  .bottom-banner-heading span{display: block;}


  .lineup .service-value-section .value-sub-desc{font-size: 1.6rem;}
  .lineup .bottom-banner-heading{font-size: 2.4rem;}
  .lineup .banner-box-white{margin-top: 2.4rem; padding: 2.4rem 1.6rem;}
  .lineup .box-inner-title{font-size: 2.4rem;}
  .lineup .box-inner-sub{font-size: 1.8rem;}
  .lineup .box-inner-desc{font-size: 1.6rem;}

  .drcredit .bottom-banner-heading span{display: inline-block}
  .ordered-benefit-list{width: 100%;margin-top: 1.2rem; gap: 0.6rem;}
  .ordered-benefit-list li{flex-wrap: wrap;gap: 0.4rem 0.6rem; font-size: 1.5rem; text-align: left;}
  .ordered-benefit-list li strong{min-width: auto; flex: 1; font-size: 1.8rem;}
  .ordered-benefit-desc{display: block; width: 100%; padding-left: 2rem; font-size: 1.4rem;}
  .num-badge{width: 2.4rem;height: 2.4rem;font-size: 1.4rem;}

  .dailybanking .brand-logo-wrap{height: 6.8rem;}
  .dailybanking .bottom-banner-heading{font-size: 2.8rem; position: relative; padding-top: 8rem;}
  .dailybanking .bottom-banner-heading::before{margin-right: 0; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 7.2rem; height: 7.2rem;}

  /* 채용 */
  .recruit-section .section-header{margin-bottom: 1.6rem;}
  .talent-card-wrap{flex-direction: column; gap: 1.6rem;}
  .carrer-section .section-title{margin-bottom: 1.6rem;}
  .sub-page .carrer-section .section-subtitle{font-size: 2.2rem;}
  .talent-body h3{font-size: 2rem; margin-bottom: 0.8rem;}
  .talent-body p{font-size: 1.6rem;}

  .recruit-section .section-desc{font-size: 1.8rem;}
  .recruit-detail-header { flex-direction: column; align-items: flex-start; gap: 1rem; padding-bottom: 1.6rem; margin-bottom: 1.6rem;}
  .recruit-detail-header h2 { font-size: 2rem; line-height: 1.4; }
  .recruit-detail-header .title-area{flex-direction: column;}
  .recruit-detail-header .meta-info { font-size: 1.4rem; align-self: flex-start; }
  .recruit-detail-body{padding: 0 0 1.6rem;margin-bottom: 1.6rem;}

  .detail-item-title { font-size: 1.6rem; flex-wrap: wrap; gap: 0.8rem 1.2rem; }
  .detail-inline-text { width: 100%; padding-left: 3.8rem; margin-top: -0.4rem; }
  .detail-bullets { padding-left: 3.8rem; }

  .recruit-attachment-panel { padding: 1.4rem 1.6rem; gap: 1rem; flex-wrap: wrap; margin-bottom: 4rem;}
  .recruit-nav-row { font-size: 1.6rem; padding: 1.6rem 0; }

  /* 문의하기 */
  .form-row-group{flex-direction: column; gap: 0;}
  .form-group{margin-bottom: 2rem;}

  /* 크리보 */
  .creavo .brand-logo-wrap{height: 10rem;}
  .creavo .service-mockup-visual{max-width: 100%; width: 100%;}
  .creavo .features-main-title{margin-bottom: 1.2rem;}
  .creavo .circle-features-wrap{margin-top: 2.4rem;}
  .creavo .banner-box-white{padding: 1.6rem;}
  .creavo .ordered-benefit-list li{gap: 0.4rem 0.6rem;}
  .creavo .ordered-benefit-desc{padding-left: 3rem;}
  .creavo .bottom-banner-heading{margin-bottom: 1.6rem}

}

@media (max-width: 768px) {
  .service-tab-nav.swiper{padding: 0 2rem;}

  .service-tab-nav .tab-link{
    padding: 1.5rem; font-size: 1.6rem;}
  .service-mockup-visual{width: 24rem;}

}

/* 목록 페이지네이션 (공지사항 / 채용공고) */
.pagination { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0.8rem; margin-top: 4rem; }
.pagination .page-link { display: inline-flex; align-items: center; justify-content: center; min-width: 4rem; height: 4rem; padding: 0 1.2rem; border: 1px solid var(--color-gray-300); border-radius: 0.6rem; font-size: 1.5rem; color: var(--color-gray-700); text-decoration: none; transition: all 0.2s ease; }
.pagination a.page-link:hover { border-color: var(--color-primary); color: var(--color-primary); }
.pagination .page-current { background: var(--color-primary); border-color: var(--color-primary); color: var(--color-white); font-weight: 600; }
