/* ========================================
   폰트 선언
======================================== */
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

/* ========================================
   Reset & Base
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    background: #000;
    text-align: center;
}

.text-red {
    color: #FF0000;
}

.text-white {
    color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* ========================================
   히어로 섹션
======================================== */
.hero-section {
    background: #000 url('/images/mobile/mobile_01.png') center top / cover no-repeat;
    min-height: 100vh;
    min-height: 100svh;
    position: relative;
    overflow: hidden;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 20px 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 100vh;
    min-height: 100svh;
}

.hero-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 62px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

.hero-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FF0000;
    line-height: 1.4;
    margin-bottom: 20px;
}

.hero-bold {
    font-weight: 900;
}

.hero-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.65;
    margin-bottom: 24px;
    text-align: center;
}

.hero-desc p {
    margin: 0;
}

/* 히어로 하단 기관 로고 */
.hero-institutions {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-top: 10px;
}

.hero-inst-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.hero-inst-item img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.hero-inst-item span {
    font-family: 'Pretendard', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

/* ========================================
   사건 유형 카드 섹션
======================================== */
.case-type-section {
    background: #000;
    padding: 40px 0 50px 20px;
}

.case-type-cards {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    scrollbar-width: none;
}

.case-type-cards::-webkit-scrollbar {
    display: none;
}

.case-type-card:last-child {
    margin-right: 20px;
}

/* 슬라이드 dot 인디케이터 */
.case-type-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.case-type-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: background 0.3s;
}

.case-type-dots .dot.active {
    background: #fff;
}

.case-type-card {
    flex: 0 0 76%;
    background: #383838;
    border-radius: 14px;
    padding: 20px;
    text-align: left;
    position: relative;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
    min-height: 150px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    scroll-snap-align: start;
}

.card-sub {
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 4px;
}

.card-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: auto;
}

.card-btn {
    display: inline-block;
    background: #055df5;
    color: #fff;
    font-family: 'Pretendard', sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 12px;
    align-self: flex-start;
    transition: background 0.3s;
}

.card-btn:hover {
    background: #0449C4;
}

.card-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
}

.card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0.3);
}

/* ========================================
   변호사 프로필 섹션
======================================== */
.lawyer-section {
    background: url('/images/mobile/mobile_02.png') center top / cover no-repeat;
    padding: 200px 20px 50px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.lawyer-content {
    max-width: 100%;
}

.lawyer-info-group {
    margin-bottom: 50px;
}

.lawyer-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 23px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
}

.lawyer-name {
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.lawyer-name .name {
    font-weight: 800;
}

.lawyer-name .title {
    font-weight: 300;
}

.lawyer-headline {
    font-family: 'Paperlogy', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #00d0ff;
    line-height: 1.37;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
}

.lawyer-headline p {
    margin: 0;
}

.cyan-bold {
    font-weight: 700;
    color: #00d0ff;
}

.lawyer-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1.71;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
}

.lawyer-desc p {
    margin: 0;
}

.lawyer-approach {
    font-family: 'Pretendard', sans-serif;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
}

.lawyer-approach p {
    margin: 0;
}

.approach-bold {
    font-weight: 900;
    background: #005baf;
    padding: 2px 0;
}

/* 변호사 사진 */
.lawyer-photo-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.lawyer-photo-wrap img {
    width: 200px;
    height: auto;
    border-radius: 8px;
}

/* 기관 로고 */
.institution-logos {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.institution-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.institution-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.institution-item span {
    font-family: 'Pretendard', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

/* ========================================
   피해사례 섹션
======================================== */
.case-section {
    background: #000;
    padding: 60px 20px;
}

.case-content {
    max-width: 100%;
    text-align: left;
}

.case-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #055df5;
    letter-spacing: -0.7px;
    margin-bottom: 10px;
}

.case-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
}

.case-desc p {
    margin: 0;
}

.case-card {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px 16px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
}

.case-card-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #055df5;
    line-height: 1.4;
    margin-bottom: 20px;
}

.case-card-title p {
    margin: 0;
}

.case-item {
    margin-bottom: 24px;
}

.case-item:last-child {
    margin-bottom: 0;
}

.case-item-tag {
    display: inline-block;
    background: #055df5;
    color: #fff;
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
    font-weight: 800;
    padding: 6px 24px 6px 30px;
    border-radius: 0 50px 50px 0;
    margin-bottom: 14px;
    margin-left: -24px;
}

.case-item-body {
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
}

.case-item-body p {
    margin: 0;
}

.timeline-title {
    font-weight: 800;
    margin-top: 14px;
}

.timeline-title:first-child {
    margin-top: 0;
}

/* ========================================
   상담 신청 폼
======================================== */
.contact-section {
    background: #000;
    padding: 60px 20px 50px;
}

.contact-container {
}

.contact-header {
    text-align: center;
    margin-bottom: 30px;
}

.contact-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.59;
}

.contact-title .text-red {
    color: #ff0000;
    font-weight: 700;
    font-family: 'Paperlogy', sans-serif;
}

.field-label {
    display: block;
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.6px;
    margin-bottom: 8px;
    text-align: left;
}

.contact-form {
    max-width: 100%;
}

.form-field {
    margin-bottom: 15px;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
    -webkit-appearance: none;
    appearance: none;
}

.form-field input,
.form-field select {
    height: 39px;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #aaa;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #fff;
}

.form-field textarea {
    resize: vertical;
    min-height: 93px;
}

.checkbox-field {
    display: flex;
    align-items: center;
    gap: 5px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

.checkbox-label span {
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
    color: #fff;
}

.privacy-link {
    font-family: 'Pretendard', sans-serif;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.submit-btn {
    width: auto;
    padding: 10px 30px;
    background: #055df5;
    border: none;
    border-radius: 7px;
    color: #fff;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 32px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 54, 128, 0.3);
}

/* ========================================
   Footer
======================================== */
footer {
    background: #000;
    color: #fff;
    padding: 40px 20px 40px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.footer-left,
.footer-right {
    width: 100%;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo img {
    height: 40px;
    width: auto;
    display: block;
}

.footer-right {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-info p {
    font-family: 'Pretendard', sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.8;
    text-align: left;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    font-family: 'Pretendard', sans-serif;
    font-size: 11px;
    color: #fff;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

/* ========================================
   하단 고정 바 (PC)
======================================== */
.fixed-bottom-bar-pc {
    display: none;
}

/* ========================================
   Floating Action Buttons (모바일 기본)
======================================== */
.floating-buttons {
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.floating-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

.floating-btn img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.floating-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
}

.floating-btn.kakao {
    background: #fff;
    color: #000;
}

.floating-btn.blog {
    background: #fff;
}

/* ========================================
   하단 고정 바 (모바일 기본)
======================================== */
.fixed-bottom-buttons {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #003680;
    height: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 -10px 24px rgba(0, 0, 0, 0.28);
    z-index: 999;
}

.fixed-btn-consult {
    flex: 1;
    border: none;
    background: #003680;
    font-family: 'Paperlogy', 'Pretendard', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.fixed-btn-consult:active {
    background: #002a66;
}

body {
    padding-bottom: 80px;
}

/* ========================================
   작은 화면 대응
======================================== */
@media (max-width: 360px) {
    .hero-title {
        font-size: 48px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .card-title {
        font-size: 24px;
    }

    .lawyer-headline {
        font-size: 25px;
    }
}

/* ========================================
   반응형 (데스크톱 - PC 버전)
======================================== */
@media (min-width: 768px) {
    /* PC: 하단 고정 모바일 바 숨김 */
    .fixed-bottom-buttons {
        display: none;
    }

    body {
        padding-bottom: 0;
    }

    /* PC: 내부 콘텐츠 너비 600px */
    .hero-content,
    .lawyer-content,
    .contact-container,
    .footer-content {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    /* ---- PC 폰트 크기 조정 ---- */

    /* 히어로 섹션 */
    .hero-section {
        background-image: url('/images/pc/pc_01.png');
    }

    .hero-institutions {
        gap: 50px;
        margin-top: 18px;
    }

    .hero-inst-item img {
        width: 60px;
        height: 60px;
    }

    .hero-inst-item span {
        font-size: 14px;
    }

    .hero-title {
        font-size: 90px;
        letter-spacing: 5px;
        margin-bottom: 26px;
    }

    .hero-subtitle {
        font-size: 26px;
        margin-bottom: 28px;
    }

    .hero-desc {
        font-size: 20px;
    }

    .hero-content {
        padding: 0 20px 180px;
    }

    /* 사건 유형 카드 */
    .case-type-section {
        padding: 60px 0 70px 20px;
    }

    .case-type-cards {
        padding: 0;
        cursor: grab;
    }

    .case-type-cards:active {
        cursor: grabbing;
    }

    .case-type-card {
        flex: 0 0 calc((100% - 48px) / 5);
        padding: 30px;
        border-radius: 20px;
        min-height: 250px;
    }

    .card-sub {
        font-size: 16px;
    }

    .card-title {
        font-size: 42px;
    }

    .card-btn {
        font-size: 18px;
        padding: 12px 26px;
        border-radius: 6px;
    }

    .card-icon {
        width: 110px;
        height: 110px;
    }

    /* 변호사 섹션 */
    .lawyer-section {
        padding: 100px 20px;
    }

    .lawyer-label {
        font-size: 30px;
    }

    .lawyer-name {
        font-size: 22px;
    }

    .lawyer-name .name {
        font-size: 30px;
    }

    .lawyer-headline {
        font-size: 42px;
    }

    .lawyer-desc {
        font-size: 22px;
    }

    .lawyer-approach {
        font-size: 32px;
    }

    .lawyer-photo-wrap img {
        width: 280px;
    }

    .institution-item img {
        width: 80px;
        height: 80px;
    }

    .institution-item span {
        font-size: 16px;
    }

    /* 피해사례 섹션 */
    .case-section {
        padding: 80px 20px;
    }

    .case-label {
        font-size: 42px;
    }

    .case-desc {
        font-size: 22px;
    }

    .case-card {
        padding: 30px 24px;
        border-radius: 15px;
    }

    .case-card-title {
        font-size: 24px;
    }

    .case-item-tag {
        font-size: 20px;
        padding: 8px 30px 8px 40px;
        margin-left: -36px;
    }

    .case-item-body {
        font-size: 20px;
    }

    .timeline-title {
        font-size: 22px;
    }

    /* 상담 섹션 */
    .contact-section {
        padding: 80px 20px 60px;
    }

    .contact-title {
        font-size: 44px;
    }

    .field-label {
        font-size: 20px;
    }

    .form-field input,
    .form-field select,
    .form-field textarea {
        font-size: 18px;
        padding: 14px 16px;
        border-radius: 6px;
    }

    .form-field input,
    .form-field select {
        height: 48px;
    }

    .form-field textarea {
        min-height: 120px;
    }

    .submit-btn {
        font-size: 24px;
        padding: 14px 40px;
        min-height: 44px;
    }

    .checkbox-label input[type="checkbox"] {
        width: 24px;
        height: 24px;
    }

    .checkbox-label span {
        font-size: 18px;
    }

    .privacy-link {
        font-size: 18px;
    }

    /* PC: Footer 스타일 */
    footer {
        padding: 60px 20px 120px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .footer-left {
        align-self: flex-start;
    }

    .footer-logo img {
        height: 60px;
    }

    .footer-info p {
        font-size: 14px;
    }

    .footer-links a {
        font-size: 14px;
    }

    /* PC: Floating Buttons */
    .floating-buttons {
        bottom: 100px;
        right: 30px;
    }

    .floating-btn {
        width: 60px;
        height: 60px;
    }

    .floating-btn img {
        width: 35px;
        height: 35px;
    }

    /* PC: 하단 고정 바 (PC) */
    .fixed-bottom-bar-pc {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        height: 80px;
        z-index: 999;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .fixed-bar-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        gap: 20px;
        padding: 0 20px;
    }

    .fixed-bar-title {
        font-family: 'Pretendard', sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #000;
    }

    .fixed-bar-title .text-red {
        color: #ff0000;
    }

    .fixed-bar-title .text-white {
        color: #000;
    }

    .fixed-bar-input {
        width: 280px;
        height: 44px;
        padding: 0 15px;
        border: 1px solid #000;
        border-radius: 22px;
        font-size: 16px;
        font-family: inherit;
        color: #333;
    }

    .fixed-bar-input::placeholder {
        color: #999;
    }

    .fixed-bar-checkbox {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        margin-right: -15px;
    }

    .fixed-bar-checkbox input[type="checkbox"] {
        width: 20px;
        height: 20px;
        padding: 0;
        border-radius: 4px;
        cursor: pointer;
        -webkit-appearance: checkbox;
        appearance: checkbox;
    }

    .fixed-bar-checkbox span {
        font-family: 'Pretendard', sans-serif;
        font-size: 16px;
        color: #333;
    }

    .fixed-bar-privacy-link {
        font-family: 'Pretendard', sans-serif;
        font-size: 16px;
        color: #666;
        text-decoration: underline;
    }

    .fixed-bar-submit {
        height: 44px;
        padding: 0 30px;
        background: #003680;
        border: none;
        border-radius: 22px;
        color: #fff;
        font-family: 'Pretendard', sans-serif;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.3s;
    }

    .fixed-bar-submit:hover {
        background: #002a66;
    }

    body {
        padding-bottom: 80px;
    }
}

/* 768px ~ 1200px 태블릿/소형 PC */
@media (min-width: 768px) and (max-width: 1200px) {
    .fixed-bottom-bar-pc {
        height: 60px;
    }

    .fixed-bar-inner {
        gap: 12px;
        padding: 0 15px;
    }

    .fixed-bar-title {
        font-size: 20px;
    }

    .fixed-bar-input {
        width: 180px;
        height: 36px;
        padding: 0 12px;
        border-radius: 18px;
        font-size: 13px;
    }

    .fixed-bar-checkbox {
        gap: 5px;
        margin-right: -10px;
    }

    .fixed-bar-checkbox input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }

    .fixed-bar-checkbox span {
        font-size: 13px;
    }

    .fixed-bar-privacy-link {
        font-size: 13px;
    }

    .fixed-bar-submit {
        height: 36px;
        padding: 0 20px;
        border-radius: 18px;
        font-size: 14px;
    }

    body {
        padding-bottom: 60px;
    }
}
