/* 공통 */
.primary_color{
    color: #c19a5f;
}
.section_inner{
    max-width: 860px;
}
.section > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 110px 0;
}
.semi_bold{
    font-weight: 600;
}
.bold{
    font-weight: 700;
}
.pc{
    display: block;
}
.mb{
    display: none;
}

/* 헤더 */
.header{
    height: 140px;
}
.landing_logo{
    max-width: 860px;
    margin: 0 auto;
    padding: 55px 30px;
}
/* 섹션01 */
.common_box.section01 {
    background: linear-gradient(180deg, #fffffd 10%, #fbedd7 100%);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 220px;
}
/* 배경 이미지 자리 */
.section01_bg {
    position: relative;
    width: 100%;
    height: auto;
    background: url(/images/section01_bg.png) no-repeat center/cover;
}
.section01::before {
    content: '';
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 860px;
    height: 65%;
    background: url(/images/section01_bg.png) no-repeat center/cover;
    opacity: 0.3;
    z-index: 0;
}
.section01_bg {
    background: none;   /* bg는 ::before로 처리하니까 제거 */
    position: relative;
    z-index: 1;
}

/* 큰 제목 */
.main_tit{
    width: 100%;
}
.main_tit .l_title {
    font-size: 48px;
    font-weight: 700;
    color: #0f1b2d;
    line-height: 1.3;
    margin-bottom: 28px;
}
/* 소제목 */
.main_tit .s_title {
    font-size: 25px;
    color: #0f1b2d;
    font-weight: 500;
    margin: 36px 0px 20px;
    line-height: 1.4;
}
.main_tit .num{
    font-size: 30px;
    color: #0f1b2d;
    font-weight: 600;
}
.main_tit .section01_notice{
    font-size: 14px;
    color: #757575;
    font-weight: 400;
    margin-top: 8px;
}
.main_tit .section01_notice li{
    margin-bottom: 4px;
}
.main_tit .section01_notice .notice_last{
    font-size: 13px;
    margin-top: 6px;
}
.btn_search{
    font-size: 28px;
    font-weight: 600;
    padding: 20px 45px;
    border-radius: 12px;
    color: #fff;
    background-color: #c19a5f;
    margin-top: 60px;
    box-shadow: 3px 6px 10px rgba(155, 130, 81, 0.3);
    cursor: pointer;
}

/* 섹션02 */
.common_box.section02 {
    height: 860px;
    background: #f6f5f1;
}
.sec_top{
    margin-top: 15px;
}
.section02 .sec_top .main_tit .sec02_m_bottom{
    margin-bottom: 15px;
}
.sec02_caption {
    font-size: 17px;
    font-weight: 400;
    color: #a5a5a5;
    margin-bottom: 24px;
}
/* 자격요건 */
.sec02_card {
    width: 384px;
}
.sec02_badge {
    display: inline-block;
    background: #c19a5f;
    color: #fff;
    font-size: 18px;
    padding: 6px 18px;
    border-radius: 50px;
    margin: 40px 0 10px;
    letter-spacing: -0.03em;
    position: relative;
}
.sec02_badge::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #c19a5f;
}
.sec02_card_caption {
    width: 45%;
    margin-bottom: 8px;
    text-align: right;
}
.speaker_caption{
    font-size: 14px;
    color: #a5a5a5;
    top: 2px;
}
/* 자격요건 리스트 */
.sec02_list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sec02_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    background: #fff;
    border-radius: 10px;
    padding: 14px 40px;
    text-align: left;
    box-shadow: 3px 6px 10px rgba(200, 169, 107, 0.3);
}
.sec02_icon {
    flex-shrink: 0;
}
.sec02_icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sec02_item p {
    font-size: 21px;
    color: #0f1b2d;
}
.sec02_btn_search {
    font-size: 25px;
    font-weight: 700;
    padding: 20px 65px;
    border-radius: 12px;
    color: #fff;
    background-color: #c19a5f;
    margin-top: 48px;
    box-shadow: 3px 6px 10px rgba(155, 130, 81, 0.3);
    cursor: pointer;
}


/* 섹션03 */
.common_box.section03 {
    background: #fdf3e4;
}
.sec03_caption {
    width: 89%;
    font-size: 14px;
    color: #a5a5a5;
    font-weight: 400;
    text-align: right;
    margin-bottom: 10px;
}
/* Q 카드 */
.sec03_card {
    width: 680px;
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 30px;
    margin-bottom: 60px;
    text-align: center;
    box-shadow: 3px 5px 20px rgba(200, 169, 107, 0.4);
    position: relative;
}
.sec03_card:last-child{
    margin-bottom: 0;
}
.sec03_q_badge {
    display: inline-block;
    background: #17335d;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 6px 26px;
    border-radius: 50px;
}
.sec03_q_title {
    font-size: 27px;
    font-weight: 700;
    color: #17335d;
    margin: 18px 0 40px;
}
/* 이미지 자리 */
.sec03_img_wrap {
    width: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle01{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}
.circle02{
    width: 100%;
    position: absolute;
    top: 26%;
    right: 22%;
}
.circle03{
    /* width: 100%; */
    position: absolute;
    top: 52%;
    left: 52%;
}
.circle04{
    width: 100%;
    position: absolute;
    top: 55%;
    right: 10%;
}
.sec03_img_wrap .answer_img {
    width: 100%;
    border-radius: 8px;
    display: block;
}
/* 하단 설명 */
.sec03_desc {
    font-size: 20px;
    color: #17335d;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    margin: 30px 0 0;
}
.sec03_desc .strong {
    font-weight: 700;
    background: #fff000;
}

/* 섹션04 */
.section04 > div {
    width: 100%;
    max-width: 100%;
}
.common_box.section04 {
    background: linear-gradient(180deg, #fffffd 10%, #fbedd7 100%);
}
.sec04_caption{
    width: 100%;
    font-size: 14px;
    color: #a5a5a5;
    font-weight: 400;
    margin: 50px 0;
}

/* 슬라이더 */
/* 슬라이더 아우터만 860 왼쪽 기준으로 탈출 */
.sec04_slider_outer {
    position: relative;
    width: calc(50vw + 430px);
}

.sec04_slider_wrap {
    width: 100%;
    height: 438px;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
    padding: 14px 10px;
    margin: -14px -10px;
    -webkit-mask-image: linear-gradient(to right,
        black 0%,
        black 60%,
        transparent 100%);
    mask-image: linear-gradient(to right,
        black 0%,
        black 60%,
        transparent 100%);
}
.sec04_slider_wrap::-webkit-scrollbar {
    display: none;
}
.sec04_slider {
    height: 100%;
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
    cursor: grab;
}
.sec04_slider:active {
    cursor: grabbing;
}

/* 카드 */
.sec04_card {
    flex-shrink: 0;
    width: 282px;
    background: #fff;
    border-radius: 18px;
    padding: 16px 16px 20px;
    text-align: left;
    box-shadow: 2px 4px 14px rgba(0, 0 , 0, 0.18);
    position: relative;
}

/* 슬라이드 */
.slick-list {
    height: 100%;
    overflow-y: visible!important;
}
.slick-slide{
    margin-right:15px;
}

.sec04_card_img {
    width: 100%;
    height: 350px;
    margin-bottom: 8px;
    overflow: hidden;
    border: 2px solid #eee;
    position: relative;
    border-radius: 10px;
}
.sec04_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
.new_label{
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-basis: 0;
    width: auto;
    color: #fff;
    font-size: 14px;
    padding: 1px 5px;
    line-height: 1;
    border-radius: 120px;
    background: #f12424;
    z-index: 9;
}

/* 날짜 + 지역 */
.sec04_card_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.sec04_date {
    font-size: 15px;
    font-weight: 300;
    color: #aaa;
}
.sec04_label {
    font-size: 15px;
    color: #fff;
    background: #17335d;
    padding: 3px 12px;
    border-radius: 20px;
}

/* .sec04_card_desc {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #757575;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */

/* 페이저 */
.sec04_pager {
    width: 70%;
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 55px auto 0;
}
.sec04_dot {
    width: 32px;
    height: 7px;
    border-radius: 50px;
    background: rgba(193, 154, 95, 0.3);
    transition: background 0.3s;
    cursor: pointer;
}
.sec04_dot.active {
    background: #c19a5f;
}

/* 성공사례 상세 팝업  */
.common_box.case_popup {
    display: none;            /* active 클래스로 열기 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    min-width: auto;          /* common_box min-width 해제 */
}
.case_popup.active {
    display: block;
}
/* 2단: 팝업 너비 */
.case_popup > div {
    width: 860px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
/* 3단 */
.case_popup > div > div {
    width: 100%;
    float: none;
}

/* 팝업 박스 */
.case_modal_box {
    position: relative;
    width: 100%;
    max-height: 85vh;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.case_desc_tit{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.case_desc_con2{
    background: #faf8f4;
    border-radius: 16px;
    padding: 22px;
}
.case_desc_con2 li{
    position: relative;
    padding-left: 17px;
}
.case_desc_con2 li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9b6a28;
}

/* 닫기 버튼 */
.case_modal_close {
    position: absolute;
    top: 22px;
    right: 32px;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    font-size: 48px;
    color: #b5b5b5;
    cursor: pointer;
    line-height: 1;
    z-index: 2;
}

/* 스크롤 영역 */
.case_modal_inner {
    padding: 30px 48px;
    margin: 35px 8px;
    overflow-y: auto;
}
.case_modal_inner::-webkit-scrollbar-thumb {
    background: #774545;
    border-radius: 10px;
}
.case_modal_inner::-webkit-scrollbar-track {
    background: transparent;
}

/* 스마트에디터 콘텐츠 width 제어 */
.case_desc_con {
    overflow-x: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
}

.case_desc_con *,
.case_desc_con img,
.case_desc_con table,
.case_desc_con iframe {
    max-width: 100% !important;
    box-sizing: border-box;
}

.case_desc_con table {
    table-layout: fixed;
    word-break: break-all;
}

.case_desc_con img {
    height: auto !important;
}

/* 라벨 및 날짜 */
.case_modal_head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.case_modal_label {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #17335d;
    padding: 5px 16px;
    border-radius: 50px;
}
.case_modal_date {
    font-size: 16px;
    color: #757575;
}

/* 제목 */
.case_modal_title {
    font-size: 26px;
    font-weight: 700;
    color: #0f1b2d;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 15px;
}

/* 구분선 */
.case_modal_divider {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-bottom: 40px;
}

/* 서류 이미지 */
.case_modal_img {
    width: 360px;
    margin: 0 auto;
}
.case_modal_img img {
    width: 100%;
    display: block;
    border: 1px solid #eee;
}

/* 상세 리스트 */
.case_modal_detail {
    list-style: none;
    text-align: left;
    margin-bottom: 50px;
}
.case_modal_detail li {
    font-size: 18px;
    color: #0f1b2d;
    line-height: 2;
}

/* 상세 설명 */
.case_modal_desc {
    font-size: 17px;
    color: #0f1b2d;
    line-height: 1.9;
    text-align: left;
    margin-bottom: 30px;
}

/* 섹션05 */
.section05{
    background: #17335d;
}
.section05 .main_tit .sec05_l_title{
    color: #fff;
}
.section05 .main_tit .sec05_s_title{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin: 35px 0px 45px;
}
.sec05_card {
    width: 586px;
    height: 660px;
    background: #fff;
    border-radius: 20px;
    padding: 56px 0 0 47px;
    box-shadow: 5px 10px 20px rgba(8, 21, 40, 0.6);
    text-align: left;
}

.sec05_step {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 31px;
}
.sec05_step_num_label {
    font-size: 18px;
    color: #c19a5f;
    font-weight: 600;
    margin-bottom: 2px;
}
.sec05_step_head {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

/* 번호 */
.sec05_badge {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #17335d;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
}
.sec05_badge_back{
    position: absolute;
    top: 11px;
    left: -6px;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: rgba(23, 51, 93, 0.13);
}
.sec05_badge_back::after {
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% + 50px);
    background: rgba(23, 51, 93, 0.7);
}
/* 마지막 스텝 선 제거 */
.sec05_step:last-child .sec05_badge_back::after {
    display: none;
}

.sec05_step_txt {
    flex: 1;
}
.sec05_step_title {
    font-size: 24px;
    font-weight: 700;
    color: #17335d;
    margin-bottom: 5px;
    line-height: 1.4;
}
.sec05_sub {
    font-size: 18px;
    font-weight: 700;
    color: #17335d;
}
.sec05_step_desc {
    font-size: 16px;
    color: #929292;
    line-height: 1.5;
    font-weight: 400;
}

/* 섹션06 */
.section06 > div > div{
    padding-bottom: 80px;
}
.common_box.section06 {
    background: #faf6ef;
}
.section06 .main_tit .sec06_l_title {
    margin-bottom: 18px;
}
.sec06_s_title {
    font-size: 18px;
    color: #0f1b2d;
    font-weight: 400;
    margin-bottom: 44px;
}

/* 폼 카드 */
.sec06_card {
    width: 560px;
    background: #fff;
    border-radius: 20px;
    padding: 46px 50px 50px;
    box-shadow: 3px 5px 20px rgba(200, 169, 107, 0.25);
    text-align: left;
    margin-top: 10px;
}
.required{
    color: #e60013;
    margin-right: 3px;
}

/* 폼 그룹 */
.sec06_form_group {
    margin-bottom: 28px;
}
/* 미선택 상태(value="")일 때 회색 */
.sec06_form_group select:invalid {
    color: #b5b5b5;
}
/* 드롭다운 안 옵션들은 정상 색 */
.sec06_form_group select option {
    color: #0f1b2d;
}
.sec06_form_group label {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #0f1b2d;
    margin-bottom: 10px;
}
.sec06_form_group input,
.sec06_form_group select {
    width: 100%;
    border: none;
    background: #f6f5f1;
    border-radius: 8px;
    padding: 20px 16px;
    font-size: 16px;
    color: #0f1b2d;
}
.sec06_form_group input::placeholder {
    color: #b5b5b5;
}
.sec06_form_group input:focus,
.sec06_form_group select:focus {
    box-shadow: 0 0 0 1.5px #c19a5f inset;
}

/* select 커스텀 화살표 */
.sec06_form_group select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer;
}
/* 선택 전 placeholder 색상 */
.sec06_form_group select:invalid,
.sec06_form_group select option[value=""] {
    color: #b5b5b5;
}

/* 약관 동의 */
.sec06_agree {
    margin-top: 4px;
}
.sec06_agree_label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #757575;
    cursor: pointer;
}
.sec06_agree_label input[type="checkbox"] {
    display: block;
    width: 17px;
    height: 17px;
    accent-color: #17335d;
    cursor: pointer;
}
.sec06_agree_link {
    color: #757575;
    text-decoration: none;
}

/*약관동의-서비스 이용약관*/
.terms-modal {
display: none;
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.35);
z-index: 9999;
align-items: center;
justify-content: center;
}

.terms-modal.active {
display: flex;
}

.terms-box {
width: 520px;
max-width: calc(100% - 40px);
background: #fff;
border: 1px solid #d9dee5;
border-radius: 14px;
padding: 28px;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.terms-head {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}

.terms-head h3 {
font-size: 22px;
font-weight: 700;
margin: 0;
color: #222;
}

.terms-head button {
border: 0;
background: none;
font-size: 30px;
cursor: pointer;
color: #757575;
}

.terms-content {
height: 260px;
overflow-y: auto;
border: 1px solid #eceff3;
border-radius: 10px;
padding: 18px;
font-size: 14px;
line-height: 1.7;
color: #555;
background: #fafafa;
text-align: left;
}

.terms-content p{
    margin-bottom: 14px;
}
.terms-content p:last-child{
    margin-bottom: 0;
}

.terms-confirm {
    width: 100%;
height: 52px;
margin-top: 20px;
border-radius: 8px;
border: 1px solid #dfdfdf;
color: #757575;
font-size: 16px;
font-weight: 500;
cursor: pointer;
background: white;
}

/* CTA 버튼 */
.sec06_btn_search {
    font-size: 22px;
    font-weight: 700;
    padding: 16px 56px;
    border-radius: 10px;
    color: #fff;
    background-color: #c19a5f;
    margin-top: 44px;
    box-shadow: 3px 6px 10px rgba(155, 130, 81, 0.3);
    cursor: pointer;
}

/* 푸터 */
.footer > div{
    width: 100%;
}
.footer_info_wrap{
    width: 100%;
    height: 140px;
    margin: 0 auto;
    background: #3e4c5f;
    text-align: center;
    padding: 30px 0;
}
.footer_info_wrap > p{
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0;
    margin-bottom: 6px;
    color:#f6f5f1;
}

/* 모달팝업 */
.common_box.modal_popup {
    display: none;            
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    min-width: auto;         
}
.modal_popup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 2단: 모달은 460px 기준 */
.modal_popup > div {
    width: 100%;
    max-width: 460px;
    margin: 0 20px;
    padding: 0;
}
/* 3단 */
.modal_popup > div > div {
    width: 100%;
    float: none;
}

/* 모달 박스 */
.modal_box {
    position: relative;
    width: 100%;
    max-width: 460px;
    max-height: 90dvh;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* 닫기 버튼 */
.modal_close {
    position: absolute;
    top: 16px;
    right: 24px;
    border: none;
    background: none;
    font-size: 48px;
    color: #b5b5b5;
    cursor: pointer;
    line-height: 1;
    z-index: 2;
}

/* 내부 스크롤 영역 */
.modal_inner {
    flex: 1;
    overflow-y: auto;
    padding: 65px 40px 20px;
}
/* 스크롤바 보이게 */
.modal_inner::-webkit-scrollbar {
    width: 6px;
}
.modal_inner::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border-radius: 10px;
}
.modal_inner::-webkit-scrollbar-track {
    background: transparent;
}

/* 타이틀 */
.modal_title {
    font-size: 32px;
    font-weight: 700;
    color: #0f1b2d;
    line-height: 1.4;
    margin-bottom: 10px;
}
.modal_sub {
    font-size: 18px;
    color: #0f1b2d;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 38px;
}

/* 폼 */
.form_group {
    margin-bottom: 24px;
}
.form_last{
    margin-bottom: 14px;
}
.form_group label {
    display: block;
    font-size: 14px;
    color: #a5a5a5;
    margin-bottom: 8px;
}
.form_group input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 8px 2px;
    font-size: 17px;
    color: #0f1b2d;
    outline: none;
    border-radius: 0;
}
.form_group input:focus {
    border-bottom-color: #c19a5f;
}
.form_group input::placeholder {
    color: #ccc;
}

/* 주민등록번호 */
.jumin_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}
.jumin_wrap input {
    flex: 1;
    min-width: 0;
}
.jumin_dash {
    color: #a5a5a5;
    flex-shrink: 0;
}
.jumin_back {
    flex: 1;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.jumin_back input {
    border-bottom: none;
}
.jumin_back:focus-within {
    border-bottom-color: #c19a5f;
}
#userJumin2::placeholder{
    color: #d9d9d9;
    letter-spacing: 2px;
    font-size: 14px;
}

/* 약관 동의 */
.form_agree {
    margin-bottom: 20px;
}
.agree_label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #757575;
    cursor: pointer;
}
.agree_label input[type="checkbox"] {
    display: block;
    width: 16px;
    height: 16px;
    accent-color: #17335d;
    cursor: pointer;
}
.agree_link {
    color: #757575;
    text-decoration: none;
}

/* NICE 안내 */
.modal_nice {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    gap: 8px;
    font-size: 18px;
    color: #282828;
    margin-top: 38px;
}
.modal_nice_desc{
    text-align: left;
}
.nice_color {
    color: #1b74e8;
    font-weight: 600;
}

/* 하단 버튼 */
.modal_submit {
    width: 100%;
    border: none;
    background: #c19a5f;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 22px 0;
    cursor: pointer;
    flex-shrink: 0;
}
.modal_submit:hover {
    background: #b08a4f;
}

/* ===== sec03 카드 애니메이션 초기 상태 ===== */
.sec03_card,
.sec03_q_badge,
.sec03_q_title,
.sec03_img_wrap,
.sec03_desc,
.circle01, .circle02, .circle03, .circle04 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* ===== is-visible 시 순차 등장 ===== */
.sec03_card.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}
.sec03_card.is-visible .sec03_q_badge {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}
.sec03_card.is-visible .sec03_q_title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}
.sec03_card.is-visible .sec03_img_wrap {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}
.sec03_card.is-visible .sec03_desc {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.55s;
}
.sec03_card.is-visible .circle01,
.sec03_card.is-visible .circle02,
.sec03_card.is-visible .circle03,
.sec03_card.is-visible .circle04 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}


/* 반응형 */
@media screen and (max-width: 860px) {

    /*  공통 구조 해제  */
    html, body {
        min-width: auto;
    }
    .common_box {
        min-width: auto;
    }
    .common_box > div {
        width: 100%;
        padding: 0 20px;
    }
    .section_inner {
        max-width: 100%;
    }
    .section > div > div {
        padding: 62px 0;
    }

    /*  헤더  */
    .header {
        height: auto;
    }
    .landing_logo {
        padding: 24px 0;
    }
    .landing_logo img {
        max-width: 220px;
    }

    /*  타이틀 공통  */
    .main_tit .l_title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .main_tit .s_title {
        font-size: 17px;
        margin: 0 0 28px;
    }

    /*  섹션01  */
    .common_box.section01 {
        padding: 10px 0 100px;
    }
    /* 배경 법봉: 모바일에선 가로 꽉 차게, 위치 재조정 */
    .section01::before {
        max-width: 100%;
        top: 72%;
        height: 50%;
        background-size: contain;
        background-position: center bottom;
    }
    .btn_search {
        font-size: 20px;
        padding: 16px 32px;
        border-radius: 10px;
        margin-top: 40px;
    }

    /*  섹션02  */
    .common_box.section02 {
        height: auto;
    }
    .sec02_caption {
        font-size: 15px;
    }
    .sec02_card {
        width: 100%;
        max-width: 384px;
    }
    .sec02_card_caption {
        width: 100%;
        max-width: 384px;
    }
    .sec02_badge {
        font-size: 16px;
        margin: 24px 0 14px;
    }
    .sec02_item {
        padding: 12px 42px;
    }
    .sec02_item p {
        font-size: 19px;
    }
    .sec02_btn_search {
        font-size: 20px;
        padding: 16px 48px;
        border-radius: 10px;
        margin-top: 40px;
    }

    /*  섹션03  */
    .sec03_caption {
        width: 100%;
        font-size: 13px;
        text-align: center;
    }
    .sec03_card {
        width: 100%;
        padding: 32px 18px;
        margin-bottom: 40px;
    }
    .sec03_q_badge {
        font-size: 21px;
        padding: 5px 20px;
    }
    .sec03_q_title {
        font-size: 25px;
        margin: 14px 0 38px;
    }
    .sec03_img_wrap {
        min-height: auto;
    }
    .sec03_desc {
        font-size: 16px;
        margin-top: 24px;
    }
    .sec03_desc br {
        display: none;
    }


    /*  섹션04: 슬라이더  */
    .sec04_caption {
        margin: 32px 0 20px;
    }
    .sec04_slider_outer {
        width: calc(100% + 20px);   /* 오른쪽 패딩 20px만 탈출 */
    }
    .sec04_slider_wrap {
        height: auto;
        padding: 14px 18px 20px;
        -webkit-mask-image: linear-gradient(to right,
            black 0%,
            black 82%,
            transparent 100%);
        mask-image: linear-gradient(to right,
            black 0%,
            black 82%,
            transparent 100%);
    }
    .sec04_card {
        width: 235px;
        padding: 12px 12px 0px;
    }
    .sec04_card_img {
        height: 285px;
    }
    .sec04_date,
    .sec04_label {
        font-size: 13px;
    }
    .sec04_card_desc {
        font-size: 13px;
    }
    .sec04_pager {
        margin-top: 36px;
    }
    .sec04_dot {
        width: 30px;
        height: 6px;
    }

    /*  성공사례 상세 팝업  */
    .case_popup > div {
        padding: 0;   /* common_box > div 모바일 패딩과 중복 방지 */
    }
    .case_modal_box {
        border-radius: 18px;
        max-height: 80dvh;
    }
    .case_modal_close {
        top: 10px;
        right: 18px;
        font-size: 38px;
    }
    .case_modal_inner {
        padding: 20px;
        margin: 50px 6px 18px;
    }
    .case_modal_label {
        font-size: 13px;
        padding: 4px 13px;
    }
    .case_modal_date {
        font-size: 14px;
    }
    .case_modal_title {
        font-size: 19px;
    }
    .case_modal_divider {
        margin-bottom: 28px;
    }
    .case_modal_img {
        width: 100%;
        max-width: 360px;
        margin-bottom: 20px;
    }
    .case_modal_detail {
        margin-bottom: 36px;
    }
    .case_modal_detail li {
        font-size: 15px;
        line-height: 1.8;
    }
    .case_modal_desc {
        font-size: 15px;
        margin-bottom: 24px;
    }

    /*  섹션05: 조회과정  */
    .section05 .main_tit .sec05_s_title {
        font-size: 22px;
        margin: 28px 0 36px;
    }
    .sec05_card {
        width: 100%;
        height: auto;
        padding: 48px 22px 44px 25px;
        border-radius: 16px;
    }
    .sec05_step {
        margin-bottom: 28px;
    }
    .sec05_step:last-child {
        margin-bottom: 0;
    }
    .sec05_step_head {
        gap: 16px;
    }
    .sec05_step_num_label {
        font-size: 16px;
    }
    .sec05_badge {
        width: 35px;
        height: 35px;
        font-size: 16px;
        border-radius: 8px;
    }
    .sec05_badge_back {
        top: 12px;
        left: -5px;
        width: 45px;
        height: 45px;
        border-radius: 8px;
    }
    .sec05_badge_back::after {
        top: 39px;
        height: calc(100% + 60px);
    }
    .sec05_step_title {
        font-size: 19px;
    }
    .sec05_sub {
        font-size: 16px;
    }
    .sec05_step_desc {
        font-size: 15px;
    }
    .sec05_step_desc br {
        display: none;
    }

    /*  섹션06: 상담신청  */
    .section06 > div > div {
        padding-bottom: 60px;
    }
    .sec06_s_title {
        font-size: 15px;
        margin-bottom: 32px;
    }
    .sec06_card {
        width: 100%;
        padding: 32px 22px 36px;
        border-radius: 16px;
    }
    .sec06_form_group label {
        font-size: 16px;
    }
    .sec06_form_group input,
    .sec06_form_group select {
        padding: 16px 14px;
        font-size: 15px;
    }
    .sec06_btn_search {
        font-size: 19px;
        padding: 16px 46px;
        margin-top: 36px;
    }

    /*  조회 모달팝업  */
    .modal_popup > div {
        padding: 0;
    }
    .modal_box {
        height: auto;
        max-height: 90dvh;
        border-radius: 16px;
    }
    .modal_close {
        top: 10px;
        right: 18px;
        font-size: 38px;
    }
    .modal_inner {
        padding: 50px 22px 14px;
        overflow-y: auto;
    }
    .modal_title {
        font-size: 26px;
    }
    .modal_sub {
        font-size: 15px;
        margin-bottom: 28px;
    }
    .form_group {
        margin-bottom: 20px;
    }
    .form_last{
    margin-bottom: 14px;
    }   
    .form_group input{
        font-size: 16px;
    }
    .modal_nice {
        font-size: 14px;
        margin-top: 0;
    }
    .modal_submit {
        font-size: 18px;
        padding: 18px 0;
    }

    /*  푸터  */
    .footer > div{
        padding: 0;
    }
    .footer_info_wrap {
        height: auto;
        padding: 24px 16px;
    }
    .footer_info_wrap > p {
        font-size: 13px;
        margin-bottom: 5px;
    }
}


@media screen and (max-width: 500px) {
    .circle02{
        width: 260px;
    }
    .circle04{
        width: 60%;
        top: 53%;
        right: 35%;
    }
}


/*  소형 모바일 (~400px)  */
@media screen and (max-width: 400px) {
    /* 타이틀 공통 */
    .main_tit .l_title {
        font-size: 31px;
        margin-bottom: 20px;
    }
    .main_tit .mb_l_title{
        font-size: 32px;
    }
    .main_tit .sec04_mb_l_title{
        font-size: 27px;
    }
    .main_tit .s_title {
        font-size: 19px;
    }
    .main_tit .mb_s_title{
        font-size: 22px;
    }
    /* 섹션01 */
    .main_tit .num{
    font-size: 27px;
    }
    .main_tit .section01_notice,
    .main_tit .section01_notice .notice_last{
    font-size: 12px;
    }
    /* 섹션02 */
    .sec02_item p {
        font-size: 18px;
    }
    /* 섹션03 */
    .sec03_q_title {
        font-size: 21px;
        margin: 14px 0 30px;
    }
    .modal_title {
        font-size: 21px;
    }
    .modal_sub > span{
        font-weight: 600;
    }
    .sec03_q_badge {
        font-size: 18px;
    }
    /* 섹션05 */
    .sec05_badge_back::after {
        top: 39px;
        height: calc(100% + 90px);
    }
    /* <br> */
    .pc{
        display: none;
    }
    .mb{
        display: block;
    }
    /* 푸터 */
    .footer > div{
        padding: 0;
    }
}