@charset "UTF-8";

/* =========================================== 1. 공통 요소 =========================================== */

.btn_wrap .btn_general, 
.btn_wrap .btn_ghost, 
.btn_wrap .btn_gradient {
    max-width: 300px; 
    width: 100%; 
    padding: 7px 64px;
    box-sizing: border-box;
}
.btn_wrap a {
    font-size: 24px;
    display: inline-block;
}

.btn_wrap .btn_gradient:hover {
    transform: translateY(-2px);
    transition: all 0.2s ease;
}

/* 말풍선 스타일 */
.bubble {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 68%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 12px;
    background-color: #ffffffe5;
    color: #369EFF;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(110, 110, 255, 0.7);
    white-space: nowrap;
    z-index: 5;
    animation: bounce 2s infinite;
    border: 1px solid #2688ff;
    text-align: center;
}

.bubble::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    border-width: 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.bubble .accent {
  background: linear-gradient(90deg, #5DA9FF 0%, #6764CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bubble .ic_newgift {
  background: url("../images/main_new/ic_newgift.png") no-repeat;
  background-position: 0px 0px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-3px); }
}

/* 그라디언트 버튼 */
.btn_wrap .btn_gradient {
    height: 78px;
    color: #fff;
    background: linear-gradient(90deg, #57DBFF 0%, #2D7BFF 55%, #B8A7FF 100%);
    box-shadow: 0 18px 30px rgba(25, 60, 140, 0.10);
    transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ========================================== 2. 웹 (PC) ========================================== */

/* ========================================= 메인 상단 (Header) ========================================= */
.balance .content_head .bg01 {
  position: absolute;
  bottom: 190px;
  left: calc(50% - 520px);
  width: 50px;
  animation: floatY 2s ease-in-out infinite;
  z-index: 2;
}

.balance .content_head .bg02 {
  position: absolute;
  bottom: 310px;
  right: calc(50% - 540px );
  width: 70px;
  animation: floatY 2s ease-in-out infinite;
  z-index: 2;
}

@keyframes floatY {
  0% {
    transform: rotate(0deg); opacity: 1; scale: 1;
  }
  50% {
    transform: rotate(6deg); opacity: 0.5; scale: 0.9;
  }
  100% {
    transform: rotate(0deg); opacity: 1; scale: 1;
  }
}

.event .content_head {
    padding: 150px 0 60px;
    background: linear-gradient(to top, #ffffff, #2B83FF);
}

.balance .content_head {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    background-color: transparent;
    overflow: hidden;
    z-index: 0;
    padding: 80px 40px;
    background: linear-gradient(180deg, #948cff 0%, #86aaff 25.66%, #afc7ff 66.62%, #cbdaff 85.54%);
}

.balance .content_head .head_inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

.balance .content_head .bg03 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    height: 100%;
    display: block;
}

.balance .content_head .title_wrap {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 타이틀 이미지 */
.balance .content_head img.pc,{
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.balance .content_head p.des {
    font-size: 22px;
    line-height: 160%;
    color: #545a78;
    text-align: center;
}

.balance .content_head .btn_wrap {
    margin-top: 40px;
    display: flex;
    justify-content: center; /* 버튼 영역 중앙 정렬 */
}

.balance .content_head .btn_item_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

/* ========================================= 바디 영역 공통 ========================================= */
.balance .title_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    gap: 10px;
}

/* Area: Expand (지원사업 혜택 확대) */
.balance .area_expand {
    position: relative;
    width: 100%;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #fbfcff 0%, #e8eeff 60%, #e3ebff 100%);
    overflow: hidden;
}

.balance .area_expand .inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1202px;
    box-sizing: border-box;
}

.balance .area_expand .title_wrap {
    gap: 12px;
    margin-bottom: 60px;
}

.balance .area_expand .title_wrap .eyebrow {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.5;
    color: #3f75f6;
    text-align: center;
}

.balance .area_expand .title_wrap h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.4;
    color: #333;
    text-align: center;
}

.balance .area_expand .cont_wrap {
    width: 100%;
}

.balance .area_expand .cont_wrap .box_cont {
    display: flex;
    align-items: stretch;
    gap: 24px;
    width: 100%;
}

/* 카드 테두리는 시안(1:192)에서 단색이 아니라 선형 그라디언트다.
   border-color 로는 그라디언트를 못 주므로, 테두리를 투명으로 두고
   padding-box(안쪽 면, 흰색) / border-box(테두리 면, 그라디언트) 두 겹의 background 로 그린다.
   그라디언트 각도 123deg = 시안의 gradientTransform 을 카드 384x296 기준으로 환산한 값 */
.balance .area_expand .cont_wrap .box {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    padding: 56px 48px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 24px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(123deg, #41cbfe 0%, #5298fe 65%, #9884fe 100%) border-box;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.balance .area_expand .cont_wrap .box .tit {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 1.4;
    color: #3f75f6;
}

.balance .area_expand .cont_wrap .box .divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e9e7e7;
}

.balance .area_expand .cont_wrap .box .box_txt {
    display: flex;
    flex-direction: column;
}

.balance .area_expand .cont_wrap .box .desc {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 160%;
    color: #6b7072;
}

.balance .area_expand .cont_wrap .box .desc b {
    font-weight: 700;
}

.balance .area_expand .cont_wrap .box .sub {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.5;
    color: #6b7072;
}

/* Area: Process (지원사업 한눈에) */
.balance .area_process {
    width: 100%;
    padding: 100px 40px 100px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.area_process .title_wrap {margin-bottom: 60px !important;}

.balance .area_process h2 {
    font-size: 48px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.balance .area_process .cont_wrap {
    margin-bottom: 60px;
    width: 100%;
    max-width: 1200px;
}

.balance .area_process .cont_wrap .card {
    width: 100%;
    border: 2px solid #48b5fe;
    background: #f0f4fe;
    border-radius: 24px;
    box-shadow: none;
    overflow: hidden;
}

.balance .area_process .cont_wrap .card .card_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0 58px;
    font-size: 20px;
    font-weight: 500;
    color: #393939;
    position: relative;
}

.balance .area_process .cont_wrap .card .card_top ul {
    width: 100%;
}

.balance .area_process .cont_wrap .card .card_top li {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 8px;
}
.balance .area_process .cont_wrap .card .card_top li p {
    line-height: 1.5;
    font-size: 20px;
    color: #333333;
}

.balance .area_process .cont_wrap .card .card_top li:nth-child(2) p {
    margin-top: 20px;
}

.balance .area_process .cont_wrap .card .badge {
    display: inline-block;
    height: fit-content;
    padding: 8px 12px;
    font-size: 18px;
    color: #5199FF;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #5199FF;
    flex-shrink: 0;
}

.balance .area_process .cont_wrap .card .card_bottom {
    padding: 24px 58px 64px;
}

.balance .area_process .cont_wrap .card .card_bottom .badge.core {
    background-color: #5199FF; 
    color: #fff; 
    margin-bottom: 16px;
    display: inline-block;
}

.balance .area_process .cont_wrap .card .card_bottom .box_wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.balance .area_process .cont_wrap .card .card_bottom .box {
    width: 100%; 
    padding: 24px 24px; 
    border-radius: 24px; 
    background-color: #fff; 
    box-shadow: 0 4px 10px rgba(88, 95, 66, 0.1);
    text-align: center; /* 텍스트 중앙 정렬 */
}

.balance .area_process .cont_wrap .card .point {
    font-size: 18px;
    color: #5385FF;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: left;
}
.balance .area_process .cont_wrap .card .desc {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    font-weight:400;
    text-align: left;
}
.balance .area_process .cont_wrap .card .desc b {
    font-weight: 600;
}

/* ===== 카드 구분선 및 화살표 디자인 ===== */
/* 상단/하단 영역 사이 구분선 */

.balance .area_process .cont_wrap .card .card_top::after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cce8fe;
    position: absolute;
}

/* 화살표 */

.balance .area_process .cont_wrap .card .card_bottom .box {
    position: relative;
    overflow: visible;
}

.balance .area_process .cont_wrap .card .card_bottom .box:not(:last-child)::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #5199FF;
    border-radius: 50%;
    
    /* [수정] 화살표 아이콘을 '솔리드 삼각형' SVG로 교체 */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='18px' height='18px'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px; /* 삼각형 크기 조절 (필요시 숫자 변경) */
    
    /* 위치 잡기 */
    position: absolute;
    top: 50%;
    right: -24px; /* 박스 오른쪽 밖으로 내보냄 (gap 크기에 맞춰 조정) */
    transform: translateY(-50%); /* 수직 중앙 정렬 */
    z-index: 10;
    box-shadow: 0 2px 4px rgba(45, 123, 255, 0.2); /* 살짝 그림자 */
}

/* Area: Benefit (혜택) */
.balance .area_benefit {
    width: 100%;
    padding: 100px 0 150px;
    background-color: #F5F8FB;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.balance .area_benefit h2 {
    font-size: 48px;
    font-weight: 500;
    color: #333;
    text-align: center;
    letter-spacing: -1.5px;
}
.balance .area_benefit p {
    font-size: 20px;
    color: #888;
    text-align: center;
}

.balance .area_benefit .cont_wrap {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-top: 44px;
    padding-top: 15px;
}

/* Area: Service (올인원 업무플랫폼) */
.balance .area_service {
    padding: 100px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    background: linear-gradient(180deg, #accfff 0%, #fff 98%);
}

.balance .area_service .title_wrap {
    text-align: center;
}
.balance .area_service .title_wrap h2 {
    font-size: 48px;
    font-weight: 600;
    color: #333;
}
.balance .area_service .title_wrap p {
    font-size: 20px;
    color: #5e7ba5;
    margin-top: 10px;
}

/* Area: Price (유형 선택) */
.balance .area_price {
    padding: 80px 0 140px;
    margin: 0 auto;
    background: linear-gradient(to top, #C4DBFA, #fff);
}
.balance .area_price .title_wrap h2 {
    font-size: 48px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.balance .area_price .title_wrap p {
    font-size: 20px;
    color: #888;
    text-align: center;
}

.balance .area_price .cont_wrap {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.balance .area_price .cont_wrap .box_cont {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding: 0 20px;
    box-sizing: border-box;
}

.balance .area_price .cont_wrap .box {
    width: 100%;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.balance .area_price .cont_wrap .box_main {
    padding: 60px 50px;
}

.balance .area_price .cont_wrap .box_cont .box .box_main .tit {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
}
.balance .area_price .cont_wrap .box_cont .box .box_main .desc {
    font-size: 22px;
    color: #6b7072;
    line-height: 1.4;
}

.balance .area_price .cont_wrap .box_cont .box .box_main .box_txt {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 22px;
}
.balance .area_price .cont_wrap .box_cont .box .box_main .box_num {
    color: #333;
    margin-top: 24px;
}
.balance .area_price .cont_wrap .box_cont .box .box_main .box_num .strikethrough {
    color: #a1a1a1;
    font-size: 22px;
    text-decoration: line-through;
    margin-right: 10px;
    font-weight: 400;
}
.balance .area_price .cont_wrap .box_cont .box .box_main .box_num .num {
    font-size: 42px;
    font-weight: 500;
    margin-right: 2px;
}

/* Price Active State */
.balance .area_price .cont_wrap .box_cont .box.active .box_main {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #02b6d7 0%, #9f1aff 100%) border-box;
    border: 3px solid transparent;
    border-radius: 25px;
}
.balance .area_price .cont_wrap .box_cont .box.active .box_main .tit {
    background: linear-gradient(to right, #00e4f6, #a64cff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

/* Area: Feature (믿고 쓸 수 있는 이유) */
.balance .area_feature {
    width: 100%;
    padding: 120px 40px 48px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.balance .area_feature h2 {
    font-size: 48px;
    color: #333;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
}
.balance .area_feature p {
    font-size: 20px;
    color: #888;
    margin-top: 10px;
    text-align: center;
}
.balance .area_feature ul {
    max-width: 1200px;
    width: 100%;
    margin-top: 60px;
    padding: 30px 106px;
    border-radius: 40px;
    background-color: #F5F8FF;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
}
.balance .area_feature ul li {
    display: flex;
    gap: 44px;
    border-bottom: 1px solid #BCD0FF;
    padding: 30px 0;
    align-items: center;
}
.balance .area_feature ul li:last-child {
    border-bottom: none;
}
.balance .area_feature ul li .text_wrap {
    display: flex;
    flex-direction: column;
}
.balance .area_feature ul li .tit {
    font-size: 24px;
    color: #2688ff;
    font-weight: 600;
}
.balance .area_feature ul li .txt {
    font-size: 18px;
    color: #666666;
    margin-top: 10px;
    line-height: 1.6;
}

/* 아이콘 설정 */
.balance .ic_feature01 { width: 94px; height: 94px; background: url("./images/ic_feature01.png"); display: inline-block; flex-shrink: 0; }
.balance .ic_feature02 { width: 94px; height: 94px; background: url("./images/ic_feature02.png"); display: inline-block; flex-shrink: 0; }
.balance .ic_feature03 { width: 94px; height: 94px; background: url("./images/ic_feature03.png"); display: inline-block; flex-shrink: 0; }

/* 하단 문의 영역 */
.content_foot .main_title span {
    font-size: 48px;
    color: #333;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}
.content_foot .title_wrap {
    text-align: center;
}
.content_foot .btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* 유의사항 */
.balance .area_notice {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1d2d54;
    color: #fff;
}
.balance .area_notice .info_cont {
    max-width: 1200px;
    width: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}
.balance .area_notice .info_cont p.title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
}
.balance .area_notice .info_cont li {
    margin: 4px;
    font-size: 18px;
    color: #8199c0;
    line-height: 1.5;
}

/* =========================================
   MEDIA QUERIES (반응형)
   ========================================= */

/* =========================================================================
   2026-09-21 일·생활균형 LP 추가분
   위 규칙(0209 LP)에서 다루지 않거나, 이 페이지 마크업과 달라 보정이 필요한 부분만 정의.
   - .area_feature 는 위에서 "믿고 쓸 수 있는 이유"를 담당하므로 그대로 사용
   - 이 페이지의 "주요 기능"은 .area_allinone 으로 분리
   ========================================================================= */

/* 히어로 타이틀은 별도 웹폰트 없이 Pretendard 로 처리 (로딩 속도 우선) */

/* 이 페이지 전용 : common_new.css 의 .balance { padding-top: 80px } 해제 */
.balance { padding-top: 0; }

/* 섹션 헤딩 크기는 index.jsp 와 동일 */
.balance .title_wrap h2 { font-size: 48px; font-weight: 700; color: #333; }
/* 헤딩~본문 간격 통일. 0209 의 .balance .area_expand .title_wrap(60px) 이 더 구체적이라 함께 지정 */
.balance .title_wrap {margin-bottom: 30px;}
.balance .area_expand .title_wrap,
.balance .area_service .title_wrap,
.balance .area_price .title_wrap { margin-bottom: 60px; }

.balance .inner { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; }
.balance .divider { display: block; width: 100%; height: 1px; background: #e9e7e7; }

/* -------------------------------------------------- 1. 상단 비주얼 */
.balance .content_head .deco {
  position: absolute; top: 0; left: 50%; width: 1920px; height: 100%;
  margin-left: -960px; pointer-events: none; z-index: 0;
}
.balance .content_head .deco img {position: absolute; display: block; }
.balance .content_head .deco .st01 {left: 1370px; top: 140px; width: 45px; }
.balance .content_head .deco .st02 {left: 500px;  top: 330px; width: 44.5px; transform: rotate(-30deg); }
.balance .content_head .deco .st03 {left: 1410px; top: 173px; width: 32.4px; transform: rotate(21.9deg); }
.balance .content_head .deco .st04 {left: 1490px; top: 20px;  width: 100px; }
.balance .content_head .deco .st05 {left: 420px;  top: 152px; width: 67px; }
.balance .content_head .deco .st06 {left: 1250px; top: 420px; width: 135px; }
.balance .content_head .deco .st07 {left: 1620px; top: 300px; width: 86px; }
.balance .content_head .deco .st08 {left: 300px;  top: 406px; width: 107px; }

.balance .content_head .lockup {display: block; width: 300px; height: auto;}
.balance .content_head .main_title {display: flex; flex-direction: column; align-items: center; gap: 22px !important; }
.balance .content_head .main_title h1 {display: flex; flex-direction: column; align-items: center; filter: drop-shadow(0 0 16px rgba(27, 96, 194, 0.25));}
.balance .content_head .main_title h1 .t1 {font-weight:400; font-size:40px; letter-spacing: -2px; color:#fff; line-height:150%;}
.balance .content_head .main_title h1 .t2 {font-weight:800; font-size:58px; letter-spacing:-2px;  color:#fff; line-height:150%}
.balance .content_head .main_title h1 .t2 .point {letter-spacing: -2.5px; background: linear-gradient(130deg, #feffc0 9.27%, #9ff5ff 92.46%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;}
.balance .content_head .main_title p.des {font-size: 20px; color: #5b6a8e;}

.balance .content_head .bubble { bottom: 100%; }
.balance .content_head .bubble::after { margin-left: -4px; }

.balance .content_head .btn_wrap .btn_general {background-color:#333; font-size:22px;}


/* -------------------------------------------------- 3. 신청절차
   시안(1:214) 대조 결과 보정:
   - 카드 테두리: 0209 의 보라 그라데이션 -> 시안의 단색 파랑
   - STEP 카드: 연한 파란 테두리 + 그림자 제거, 카드 사이 원형 화살표는 시안에 없음
   - badge / 본문 글자 크기를 시안 값으로
   ------------------------------------------------------------------------ */
.balance .area_process .cont_wrap .card .card_top,
.balance .area_process .cont_wrap .card .card_bottom { background: #f0f4fe; }
.balance .area_process .cont_wrap .card .card_bottom .box {
  border: 1px solid #c5e7ff;
  border-radius: 18px;
  box-shadow: none;
}
/* 시안에는 STEP 카드 사이 화살표가 없다 */
.balance .area_process .cont_wrap .card .card_bottom .box:not(:last-child)::after,
.balance .area_process .cont_wrap .card .card_bottom .box:not(:last-child)::before { display: none; }

/* -------------------------------------------------- 3-1. 메일 미리보기 */
.balance .area_process .card .card_top {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 44px 0 0 58px;
}
/* 메일 카드를 absolute 대신 flex 흐름에 두어 card_top 높이가 내용에 맞게 잡히도록 한다.
   (absolute 면 높이 계산에서 빠져 min-height 로 억지로 맞춰야 하고 여백/잘림이 생김)
   우측 -80px 만 카드 밖으로 흘려보내 시안(1:217)처럼 잘린 느낌을 유지 */
.balance .area_process .card .card_top ul {
    flex: 1 1 auto;
    max-width: 620px;
    position: relative;
    z-index: 1;
}
.balance .area_process .card .card_top .box_mail {
  position: relative;
  flex: none;
  overflow: hidden;
  width: 521px;
  height: 312px;
  margin-right: -80px;
}

.balance .area_process .card.apply {
  display: flex; gap: 36px; align-items: flex-start;
  width: 100%; max-width: 1200px; margin: 24px auto 0;
  padding: 28px 58px; border: 2px solid #8bb4ff; border-radius: 24px;
  background: #fff; box-shadow: none;
}
.balance .area_process .card.apply .badge { background: #eff3ff; }
.balance .area_process .card.apply .box_num { display: flex; flex-direction: column; gap: 6px; }
.balance .area_process .card.apply .box_num li { display: flex; gap: 12px; align-items: center; margin: 0; }
.balance .area_process .card.apply .num { font-size: 18px; font-weight: 600; color: #6693ff; }
.balance .area_process .btn_wrap { display: flex; gap: 16px; justify-content: center; }
/* 시안(1:294/1:296) : 공고확인 = 흰 배경 + 파란 테두리, 상담문의 = 파랑 그라데이션 */
.balance .area_process .btn_wrap .btn_ghost {
  border: 2px solid #5b9aff;
  background: #fff;
  color: #5b9aff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.balance .area_process .btn_wrap .btn_ghost:hover { background: #f2f7ff; }
.balance .area_process .btn_wrap .btn_gradient {
  background: linear-gradient(to left, #4869ed, #8fb0ff);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  letter-spacing:-2px;
}
.balance .area_process .btn_wrap .btn_gradient:hover {
  background: linear-gradient(to left, #3c5ada, #7fa3ff);
}

/* -------------------------------------------------- 4. 추가 혜택 */
.balance .area_benefit .box {
  display: flex; gap: 32px; align-items: center; justify-content: center;
  width: 740px; max-width: 100%; margin: 0 auto; padding: 40px 48px;
  border-radius: 24px; background: #ffffff;
  box-shadow: 0 4px 20px rgba(91, 151, 248, 0.25); text-align: left;
}
.balance .area_benefit .box .box_txt { text-align: left; }
.balance .area_benefit .box .ic { flex: none; width: 64px; height: 64px; }
.balance .area_benefit .box .tit { margin-bottom: 8px; font-size: 20px; font-weight: 600; text-align: left; color: #333333; }
.balance .area_benefit .box .desc { font-size: 16px; font-weight: 400; line-height: 1.5; text-align: left; color: #888888; }
.balance .area_benefit .ribbon {
  position: absolute; top: 0; left: calc(50% + 234px); width: 72px; height: 56px;
  padding-top: 12px; background: url(images/benefit_ribbon.svg) center top / 72px auto no-repeat;
  font-size: 15px; font-weight: 800; line-height: 1.2; text-align: center; color: #fff;
}

/* -------------------------------------------------- 5. 주요 기능 (.area_allinone) */
.balance .area_allinone { width: 100%; padding: 100px 40px 120px; background: #f7f8f9; }
.balance .area_allinone .title_wrap { text-align: center; }
.balance .area_allinone .title_wrap h2 { font-size: 42px; font-weight: 700; line-height: 1.3; color: #1b1b1b; }
.balance .area_allinone .title_wrap .sub { margin-top: 10px; font-size: 18px; font-weight: 400; line-height: 1.5; color: #888888; }
.balance .area_allinone .cont_wrap { margin-top: 48px; }
.balance .area_allinone .box_main {
  position: relative; overflow: hidden; display: flex; gap: 44px; align-items: center;
  padding: 28px 0 28px 36px; border-radius: 24px; background: #86aaff;
}
.balance .area_allinone .box_main .bg { position: absolute; top: -345px; left: 725px; width: 802px; pointer-events: none; }
.balance .area_allinone .box_main .tit {
  position: relative; z-index: 1; flex: none;
  font-size: 20px; font-weight: 500; line-height: 1.32; text-align: left; color: #ffffff;
}
.balance .area_allinone .box_main .tit b { font-weight: 600; }
.balance .area_allinone .box_main > ul { position: relative; z-index: 1; display: flex; flex: 1 1 0; min-width: 0; }
.balance .area_allinone .box_main > ul > li {
  display: flex; flex: 1 1 0; flex-direction: column; gap: 4px;
  align-items: center; justify-content: center; min-width: 0; padding: 0 4px;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}
.balance .area_allinone .box_main > ul > li:last-child { border-right: 0; }
.balance .area_allinone .box_main > ul > li img { width: 30px; height: 30px; margin: 4px; }
.balance .area_allinone .box_main > ul > li span { font-size: 16px; font-weight: 500; text-align: center; color: #ffffff; }
.balance .area_allinone .box_cont {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: 32px;
}
.balance .area_allinone .box_cont .box {
  display: flex; gap: 2px; align-items: center; padding: 16px 20px;
  border: 1px solid #eaecef; border-radius: 18px; background: #ffffff;
}
.balance .area_allinone .box_cont .box img { flex: none; width: 24px; height: 24px; margin: 4px; }
.balance .area_allinone .box_cont .box span { font-size: 16px; font-weight: 400; color: #1b1b1b; }

/* -------------------------------------------------- 6. 서비스 유형
   1:419 개정 — 배경 그라데이션 반전(상단 블루→하단 화이트), 카드에 가격행 추가,
   강조 카드가 엔터프라이즈 → 프리미엄으로 이동, 하단 정부지원 문구 신설 */
.balance .area_service .cont_wrap { margin-top: 60px; }
.balance .area_service .box_cont { display: flex; gap: 24px; align-items: stretch; }
.balance .area_service .box_cont > .box {
  flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 22px;
  padding: 56px 48px; border: 2px solid #d0f8ff; border-radius: 24px;
  background: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); text-align: left;
}
/* 강조(프리미엄) */
/* 시안(12:1271) : 강조 카드 테두리는 단색이 아니라 3px 선형 그라디언트.
   border-color 로는 그라디언트를 못 주므로 테두리를 투명으로 두고
   padding-box(안쪽, 흰색) / border-box(테두리, 그라디언트) 두 겹 background 로 그린다.
   123deg = 시안 gradientTransform 을 카드 384x535 기준으로 환산한 값 */
.balance .area_service .box_cont > .box.core {
    border: 3px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(123deg, #41cbfe 0%, #5298fe 65%, #9884fe 100%) border-box;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
/* 테두리 없는 카드(엔터프라이즈). 세 장의 안쪽 폭을 맞추려 투명 테두리로 자리만 남긴다 */
.balance .area_service .box_cont > .box.plain { border-color: transparent; }
.balance .area_service .box .tit {
  font-size: 30px; font-weight: 700; line-height: 1.4; letter-spacing: -0.04em;
  background: linear-gradient(80deg, #a6c0ff 7%, #3e77ff 21%, #79f4ff 40%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
/* 카드마다 설명 줄 수가 달라도 첫 구분선이 가로로 맞도록 3줄 높이를 확보 */
.balance .area_service .box .desc {
  margin-top: 8px; min-height: calc(1.5em * 3);
  font-size: 18px; font-weight: 400; line-height: 1.5; color: #666666;
}
.balance .area_service .box .sub.strong { margin-bottom: 10px; font-size: 18px; font-weight: 700; color: #666666; }
.balance .area_service .box .list li { font-size: 20px; font-weight: 400; line-height: 1.5; color: #666666; }
/* 가격행은 카드 바닥에 붙인다 — 목록 길이가 달라도 아래 구분선과 가격이 가로로 맞는다 */
.balance .area_service .box .divider.last { margin-top: auto; }
.balance .area_service .box .price_wrap { display: flex; gap: 8px; align-items: baseline; padding-left: 4px; }
.balance .area_service .box .price_wrap .price { font-size: 24px; font-weight: 600; line-height: 1.5; color: #333333; }
.balance .area_service .box .price_wrap .unit { font-size: 16px; font-weight: 400; line-height: 1.5; color: #666666; }
.balance .area_service .support_txt {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: center;
  margin-top: 60px; font-size: 32px; line-height: 1.5; letter-spacing: -0.02em; color: #000;
}
.balance .area_service .support_txt strong { font-weight: 700; }
.balance .area_service .support_txt .point { font-style: normal; font-weight: 800; color: #2d70ff; }
.balance .area_service .btn_wrap { display: flex; justify-content: center; margin-top: 60px; }
.balance .area_service .btn_wrap .btn_general.dark { background: #333; }
.balance .area_service .btn_wrap .btn_general.dark:hover { background: #4a4a4a; }

/* -------------------------------------------------- 7. 믿고 쓰는 이유 (.area_feature 재사용)
   0209 규칙은 .area_feature p 를 text-align:center 로 두는데 시안(1:446)은 좌측 정렬이고,
   내부 폭(max-width 1000 - padding 280)이 좁아 본문이 한 줄 더 쪼개진다 */
.balance .area_feature .title_wrap { text-align: center; }
.balance .area_feature ul li .tit,
.balance .area_feature ul li .txt { text-align: left; }
.balance .area_feature ul li .ic {
  flex: none; display: flex; align-items: center; justify-content: center;
  width: 76px; height: 76px; border-radius: 50%; background: #fff;
}
.balance .area_feature ul li .ic img { width: 36px; height: auto; }
.balance .area_feature ul li .ic.plain { background: none; }
.balance .area_feature ul li .ic.plain img { width: 76px; }

/* -------------------------------------------------- 8. FAQ */
.balance .area_faq { padding: 100px 40px; background: #fff; }
/* 시안(1:615) : FAQ 제목은 좌측 정렬. 부모가 flex column 이라 align-items 도 같이 풀어야 한다 */
.balance .area_faq .title_wrap { align-items: flex-start; margin-bottom: 20px; text-align: left; }
.balance .area_faq .title_wrap h2 { font-size: 48px; font-weight: 600; color: #212121; }
.balance .area_faq .box_qna { padding: 28px 24px; border-bottom: 1px solid #d6dbdd; }
.balance .area_faq .box_qna:first-child { padding-top: 28px; }
.balance .area_faq .box_qna:last-child { padding-bottom: 28px; border-bottom: 0; }
.balance .area_faq .question p { font-size: 18px; font-weight: 600; color: #333333; }
.balance .area_faq .question .ic_detail { top: -24px; }
.balance .area_faq .box_qna .answer { margin: 16px 0 0; }
.balance .area_faq .box_qna .answer li { font-size: 15px; font-weight: 400; line-height: 1.6; color: #888; }

/* -------------------------------------------------- 9. 하단 CTA
   타이포/정렬 규칙은 index.jsp(hr_main_2026_v2.css) 의 .content_foot 방식을 그대로 사용.
   0209 의 .content_foot .main_title span { color:#333; font-weight:300 } 을 덮어야 하므로
   index.jsp 와 동일하게 !important 로 강제한다. 배경·캐릭터·버튼색만 시안(12:1332) 값. */
.balance .content_foot {
  position: relative;
  overflow: hidden;
  padding: 80px 40px 50px; /* index.jsp .function .content_foot 과 동일 */
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: linear-gradient(0deg, #f6f7f8 0%, #86aaff 68%);
}
.balance .content_foot .title_wrap h2 {
  color: #fff !important;
  text-align: center !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}
.balance .content_foot .title_wrap h2 .bold {
  display: inline;
  margin-bottom: 0;
  color: #fff !important;
  font-size: 45px !important;
  font-weight: 600 !important;
}
.balance .content_foot .deco {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 100%;
  margin-left: -960px;
  pointer-events: none;
}
.balance .content_foot .deco img { position: absolute; display: block; mix-blend-mode: luminosity; }
.balance .content_foot .deco .char01 { top: -110px; left: 1370px; width: 440px; transform: rotate(159.32deg) scaleY(-1); }
.balance .content_foot .deco .char02 { top: 130px; left: 140px; width: 410px; transform: rotate(158.3deg) scaleY(-1); }
.balance .content_foot .title_wrap { position: relative; z-index: 1; }
.balance .content_foot .btn_wrap { position: relative; z-index: 1; margin-top: 40px; }
.balance .content_foot .btn_wrap .btn_general {
  background: #333;
  color: #fff;
  box-shadow: 0 8px 20px rgba(62, 76, 230, 0.22);
}
.balance .content_foot .btn_wrap .btn_general:hover { background: #555; }

/* -------------------------------------------------- 10. 유의사항 */

/* =========================================================================
   반응형 (style.css 브레이크포인트에 맞춤)
   ========================================================================= */


/* ========================================= 3. 모바일 (max-width: 999px) ========================================= */

@media (max-width: 999px) {
    .balance .area_expand {
        padding: 50px 0;
    }
    .balance .area_expand .title_wrap {
        gap: 8px;
        margin-bottom: 32px;
    }
    .balance .area_expand .title_wrap .eyebrow {
        font-size: 15px;
    }
    .balance .area_expand .title_wrap h2 {
        font-size: 28px;
    }
    .balance .area_expand .cont_wrap .box_cont {
        flex-direction: column;
        gap: 16px;
    }
    .balance .area_expand .cont_wrap .box {
    padding: 28px 24px;
    gap: 14px;
    border-radius: 20px;
}
    .balance .area_expand .cont_wrap .box .tit {
    font-size: 20px;
}
    .balance .area_expand .cont_wrap .box .desc {
    font-size: 15px;
    white-space: normal;
}
    .balance .area_expand .cont_wrap .box .sub {
    font-size: 14px;
}

  /* 화살표*/
    .balance .area_process .cont_wrap .card .card_bottom .box:not(:last-child)::after {
        top: auto;
        bottom: -20px;
        left: 8px;      
        transform: translateX(50%) rotate(90deg);
        width: 32px;
        height: 32px;
    }

    .balance .area_process .cont_wrap .card .card_top::after {
      margin-bottom: 12px;
    }
    .balance .area_process .cont_wrap .card p,.balance .area_process .cont_wrap .card .point, .balance .area_process .cont_wrap .card .desc {
      font-size: 16px;
    }

    .balance .area_process .cont_wrap .card .badge {
      font-size: 13px;
    }

    /* 배경 이미지 숨김 */
    .balance .content_head .bg03 {
        display: none;
    }

    /* 폰트 사이즈 조정 */
    .btn_wrap a {
      font-size: 18px;
    }
    .balance .area_process h2,
    .balance .area_service .title_wrap h2,
    .balance .area_price .title_wrap h2,
    .balance .area_feature h2,
    .balance .area_benefit h2,
    .balance .area_faq h2 {
        font-size: 28px;
    }
    .balance .area_service .title_wrap p,
    .balance .area_price .title_wrap p,
    .balance .area_feature p,
    .balance .area_benefit p {
        font-size: 15px;
    }

    /* 헤더 텍스트 */
    .balance .content_head p.des {
        font-size: 16px;
    }

    /* 버튼 가운데 정렬 */
    .balance .content_head .btn_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .balance .content_head .btn_item_group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    /* [수정 3] Process 영역 세로 정렬 */
    .balance .area_process .cont_wrap .card .card_top {
        flex-direction: column;
        padding: 36px 20px 20px;
        text-align: left;
        align-items: flex-start;
    }
    .balance .area_process .cont_wrap .card .card_top img {
        display: none;
    }

    .balance .area_process .cont_wrap .card .card_bottom {
        padding:20px 20px 40px 20px;
    }
    .balance .area_process .cont_wrap .card .card_bottom .box_wrap {
        flex-direction: column; /* 박스 세로 정렬 */
    }
    
    /* Price 영역 모바일 조정 */
    .balance .area_price .cont_wrap .box_main {
        padding: 40px 20px;
    }
    .balance .area_price .cont_wrap .box_cont .box .box_main .tit {
        font-size: 22px;
        margin-bottom: 4px;
    }
    .balance .area_price .cont_wrap .box_cont .box .box_main .desc {
        font-size: 15px;
    }
    .balance .area_price .cont_wrap .box_cont .box .box_main .box_num .strikethrough {
        font-size: 14px;
    }
    .balance .area_price .cont_wrap .box_cont .box .box_main .box_num .num {
        font-size: 24px;
    }
    
    /* 하단 타이틀 모바일 */
    .content_foot .main_title span {
        font-size: 20px;
    }
    .content_foot h2 {
        font-size: 28px;
    }

    /* 유의사항 모바일 */
    .balance .area_notice .info_cont {
    padding: 40px 20px;
}
    .balance .area_notice .info_cont p.title {
    font-size: 17px;
}
    .balance .area_notice .info_cont li {
    font-size: 14px;
}

  .balance .content_head { padding: 56px 20px 64px; }
  .balance .content_head .deco { transform: scale(0.55); transform-origin: center top; }
  .balance .content_head .deco .st04,
  .balance .content_head .deco .st07 { display: none; }
  .balance .content_head .head_inner { gap: 12px; }
  /* 모바일 버튼: daouoffice.com/balance.jsp(0209 @999px) 와 동일하게
     — padding 4px 64px, font 18px, 고정 height 해제(line-height 60 으로 높이 결정) */
  /* 모바일 CTA 버튼 — 히어로/신청절차/서비스유형/하단CTA 전부 동일 규격 */
  .balance .btn_wrap .btn_general,
  .balance .btn_wrap .btn_ghost,
  .balance .btn_wrap .btn_gradient {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    height: auto;
    padding: 4px 16px;
    font-size: 16px;
    line-height: 52px;
  }
    
  .balance .content_head .lockup { width: 210px; }

  .balance .content_head .main_title h1 { gap: 12px; }
  .balance .content_head .main_title h1 .t1 { font-size: 22px; line-height: 1.3; letter-spacing: -1.4px; }
  .balance .content_head .main_title h1 .t2 { font-size: 32px; line-height: 1.2; letter-spacing: -1.6px; white-space: normal; }
  .balance .content_head .main_title p.des { font-size: 14px; }

          .balance .area_process .card.apply { flex-direction: column; gap: 14px; padding: 22px 20px; }
  .balance .area_process .btn_wrap { flex-direction: column; align-items: center; gap: 10px; }

  .balance .area_benefit .box { flex-direction: column; gap: 16px; padding: 28px 20px; text-align: center; }
  .balance .area_benefit .box .ic { width: 56px; height: 56px; }
  .balance .area_benefit .box .tit { font-size: 19px; text-align: center; }
  .balance .area_benefit .box .desc { font-size: 14px; }
  .balance .area_benefit .ribbon { right: 16px; width: 60px; height: 47px; padding-top: 9px; background-size: 60px auto; font-size: 13px; }

  .balance .area_allinone { padding: 16px 20px 64px; }
  .balance .area_allinone .title_wrap h2 { font-size: 24px; }
  .balance .area_allinone .title_wrap .sub { font-size: 14px; }
  .balance .area_allinone .title_wrap .sub br { display: none; }
  .balance .area_allinone .cont_wrap { margin-top: 28px; }
  .balance .area_allinone .box_main { gap: 18px; padding: 22px 16px; border-radius: 16px; }
  .balance .area_allinone .box_main .bg { display: none; }
  .balance .area_allinone .box_main .tit { font-size: 18px; }
  /* 4개 항목을 2x2 로 — 한 줄에 넣으면 좁아서 글자가 눌린다 */
  .balance .area_allinone .box_main > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
    width: 100%;
  }
  .balance .area_allinone .box_main > ul > li { border-right: 0; }
  .balance .area_allinone .box_main > ul > li:nth-child(odd) {
    border-right: 2px solid rgba(255, 255, 255, 0.3);
  }
  .balance .area_allinone .box_main > ul > li:nth-child(-n + 2) {
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  }
  .balance .area_allinone .box_main > ul > li img { width: 26px; height: 26px; margin: 2px; }
  .balance .area_allinone .box_main > ul > li span { font-size: 13px; }
  .balance .area_allinone .box_cont { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
  .balance .area_allinone .box_cont .box { padding: 14px 12px; border-radius: 12px; }
  .balance .area_allinone .box_cont .box img { width: 22px; height: 22px; margin: 2px; }
  .balance .area_allinone .box_cont .box span { font-size: 14px; }

  .balance .area_service { padding: 56px 20px 20px; }
  .balance .area_service .cont_wrap { margin-top: 32px; }
  .balance .area_service .box_cont { flex-direction: column; gap: 14px; }
  .balance .area_service .box_cont > .box { gap: 14px; padding: 28px 24px; border-radius: 18px; }
  .balance .area_service .box .tit { font-size: 20px; }
  .balance .area_service .box .desc { min-height: 0; margin-top: 6px; font-size: 15px; }
  .balance .area_service .box .desc br { display: none; }
  .balance .area_service .box .sub.strong { font-size: 14px; }
  .balance .area_service .box .list li { font-size: 15px; }
  .balance .area_service .box .price_wrap .price { font-size: 18px; }
  .balance .area_service .box .price_wrap .unit { font-size: 13px; }
  .balance .area_service .support_txt { gap: 4px; margin-top: 20px; font-size: 17px; }
  .balance .area_service .btn_wrap { margin-top: 32px; }

  .balance .area_feature ul { margin-top: 30px; padding: 0 20px; border-radius: 25px; }
  .balance .area_feature ul li { gap: 10px; }
  .balance .area_feature ul li .tit { font-size: 18px; text-align: center; }
  .balance .area_feature ul li .txt { font-size: 14px; text-align: center; }
  .balance .area_feature ul li .ic { width: 52px; height: 52px; }
  .balance .area_feature ul li .ic img { width: 26px; }
  .balance .area_feature ul li .ic.plain img { width: 52px; }
  .balance .area_feature ul li .txt br { display: none; }

  /* FAQ 모바일 : ai.css(.ai-landing, 768px) 값에 맞춤 */
  .balance .area_faq { padding: 56px 20px; }
  .balance .area_faq .title_wrap { margin-bottom: 24px; }
  .balance .area_faq .title_wrap h2 { font-size: 24px; letter-spacing: -0.96px; }
  .balance .area_faq .box_qna { padding: 20px 0; }
  .balance .area_faq .question p { font-size: 16px; letter-spacing: -0.64px; }
  /* 16px(line-height 24px) 기준 보정 — ai.css / content.css 와 동일한 방식 */
  .balance .area_faq .question .ic_detail { top: -22px; }
  .balance .area_faq .box_qna .answer li { font-size: 14px; }

  .balance .content_foot { padding: 48px 20px 40px; }
  .balance .content_foot .deco { display: none; }
  /* PC 규칙이 !important 라 모바일도 !important 로 덮어야 한다 */
  .balance .content_foot .title_wrap h2,
  .balance .content_foot .title_wrap h2 .bold { font-size: 24px !important; line-height: 1.4 !important; }

      
    /* clamp 제거에 따른 모바일 글자 크기 지정 */
    .balance .title_wrap h2 { font-size: 28px; }
    .balance .area_process .card.apply .num { font-size: 15px; }

    /* 신청절차 : 모바일 헤딩~본문 간격, 카드 본문 글자 크기 */
    .balance .area_process .title_wrap { gap: 30px; }
    .balance .area_process .cont_wrap .card .card_top li p { font-size: 14px; }

    /* 신청절차 : 메일 미리보기는 모바일에서 숨김, 뱃지 축소 */
    .balance .area_process .card .card_top .box_mail { display: none; }
    .balance .area_process .cont_wrap .card .badge { padding: 5px 8px; border-radius: 10px; }
    .balance .area_service .title_wrap { margin-bottom: 30px; }
    .balance .area_service .title_wrap p { margin-top: 0; }
}
