/**
 * hc.mycar24.co.kr 스타일 - PC용 검색 페이지
 * https://hc.mycar24.co.kr/ 참조
 * /search 접속 시 PC에서만 적용 (모바일은 home/index 기존 디자인)
 */

.body-pc {
    background: #f8f8f8;
    font-size: 18px;
}

/* 콘텐츠 중앙 정렬 - PC 전체화면 활용 */
.content-max {
    max-width: 720px;
    margin: 0 auto;
}

.wrap-hc {
    max-width: 100%;
}

/* PC 화면 - 전체 가로폭 반응형 */
.wrap-pc {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-shadow: none;
}

@media (min-width: 769px) {
    .wrap-pc {
        width: 100%;
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        overflow: visible;
        padding: 0;
    }

    /* PC 전체화면 - 넓은 콘텐츠 영역 */
    .content-max,
    .hero-top .content-max,
    .steps-hc .content-max,
    .notice-hc .content-max,
    .fee-hc .content-max,
    .footer-hc .content-max {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
    }

    /* Hero 텍스트 - 중앙 정렬 */
    .hero-top .content-max {
        text-align: center;
    }

    .form-section-hc {
        padding: 64px 5%;
    }

    /* 폼 섹션 - 오른쪽 공간에 이미지 배치 */
    .form-section-hc {
        position: relative;
    }

    /* 왼쪽: 인트로 텍스트 + 자동차 이미지 */
    .form-intro-left {
        max-width: 100%;
    }

    .form-intro-img-left {
        margin-top: 24px;
        margin-left: auto;
        text-align: right;
    }

    .form-intro-img-left img {
        max-width: 640px;
        width: 100%;
    }

    /* 폼 열 너비 = steps content(1200px)와 동일 */
    .form-section-hc .content-max {
        max-width: 1200px;
        padding: 0 40px;
        position: relative;
        z-index: 2;
    }

    .form-section-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .form-section-grid .form-intro-left,
    .form-section-grid .form-fixed-right {
        grid-column: 1;
    }

    /* PC: 폼 오른쪽 고정 — 세로 여백은 넓게, 가로 너비는 기본(clamp 400~480) */
    .form-fixed-right {
        position: fixed;
        right: clamp(20px, 3vw, 40px);
        top: clamp(80px, 9.3vh, 126px);
        width: clamp(400px, 26vw, 480px);
        max-width: calc(100vw - 48px);
        max-height: calc(100vh - clamp(70px, 9.9vh, 110px));
        max-height: calc(100dvh - clamp(70px, 9.9vh, 110px));
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
        padding-left: clamp(14px, 1.5vw, 22px);
        padding-right: clamp(14px, 1.5vw, 22px);
        padding-top: clamp(20px, 2.2vw, 32px);
        padding-bottom: clamp(20px, 2.2vw, 32px);
        border-radius: clamp(10px, 1vw, 14px);
        box-shadow: 0 4px 24px rgba(0,0,0,0.1);
        z-index: 50;
    }

    .form-fixed-right .form-edit-block {
        margin-bottom: 0;
    }

    .form-fixed-right .agreement-hc .check-item {
        font-size: clamp(0.75rem, 0.9vw, 0.9rem);
    }

    .form-fixed-right .agreement-hc .check-item input[type="checkbox"] {
        width: clamp(16px, 1.4vw, 20px);
        height: clamp(16px, 1.4vw, 20px);
    }

    .form-fixed-right .input-group.input-underline label {
        font-size: clamp(0.95rem, 1.05vw, 1.12rem);
        margin-bottom: 3px;
    }

    .form-fixed-right .input-group.input-underline input[type="text"],
    .form-fixed-right .input-group.input-underline input[type="tel"] {
        font-size: clamp(1.05rem, 1.12vw, 1.28rem);
        padding: 11px 0;
    }

    .form-fixed-right .searchbtn {
        font-size: clamp(1rem, 1.1vw, 1.2rem);
        padding: clamp(18px, 1.72vw, 23px) clamp(12px, 1.2vw, 16px);
    }

    .form-fixed-right .input-group.input-underline {
        margin-bottom: clamp(9px, 1.21vw, 14px);
    }

    .form-fixed-right .agreement-hc {
        margin-top: clamp(14px, 1.72vw, 23px);
        padding: clamp(14px, 1.72vw, 20px) clamp(10px, 1.2vw, 14px);
        border: 1px solid #e8eef5;
        border-radius: 10px;
        background: #f8f9fa;
    }

    .form-fixed-right .agreement-hc .check-item {
        margin-bottom: clamp(9px, 1.21vw, 14px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
        flex-wrap: nowrap;
    }

    .form-fixed-right .agreement-hc .check-item label {
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
    }

    .form-fixed-right .agreement-hc .check-item label span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.4;
    }

    .form-fixed-right .agreement-hc .check-all {
        margin-top: 11px;
        padding-top: 11px;
        margin-bottom: 0;
    }

    .form-fixed-right .agreement-hc .btn-more {
        font-size: clamp(0.8rem, 0.9vw, 0.95rem);
    }

    .form-fixed-right .agreement-hc .check-item .btn-more {
        flex-shrink: 0;
        white-space: nowrap;
    }

    .form-fixed-right .sticky-bottom-bar {
        margin-top: 18px;
        padding: 0;
        background: transparent;
    }

    .form-fixed-right .btn-inquire {
        padding: 18px 20px !important;
        font-size: 1.05rem !important;
    }

    /* 본문이 고정 폼에 가리지 않도록 - 폼 너비 + 여백 */
    .body-pc .wrap-pc {
        --pc-form-gutter: clamp(420px, 28vw, 520px);
        padding-right: var(--pc-form-gutter);
    }

    /* 진행순서·요금: 바탕만 gutter 너비만큼 오른쪽으로 확장(섹션·내용 폭은 그대로) */
    .body-pc .steps-hc,
    .body-pc .fee-hc {
        position: relative;
        background: transparent;
    }

    .body-pc .steps-hc::before,
    .body-pc .fee-hc::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: calc(-1 * var(--pc-form-gutter));
        background: #f8f9fa;
        z-index: 0;
        pointer-events: none;
    }

    .body-pc .steps-hc > *,
    .body-pc .fee-hc > * {
        position: relative;
        z-index: 1;
    }

    .form-section-grid .form-intro-left {
        max-width: 1200px;
    }

    .step-list-vertical {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .steps-hc,
    .notice-hc,
    .fee-hc {
        padding: 64px 5%;
    }

    /* 진행순서·유의·요금: 동일 content-max 기준 좌측 정렬 (이전 steps-hc 전용 오른쪽 확장 제거) */
    .steps-hc {
        padding-bottom: 100px;
    }

    .steps-hc h3,
    .notice-hc h3,
    .fee-hc h3 {
        font-size: 1.85rem;
        margin-bottom: 36px;
    }

    .fee-table {
        font-size: 1.25rem;
    }

    .fee-table th,
    .fee-table td {
        padding: 24px 32px;
    }

    .footer-hc {
        padding: 64px 5%;
        padding-bottom: max(64px, calc(100px + env(safe-area-inset-bottom)));
    }
}

@media (min-width: 1024px) {
    .step-list-vertical {
        grid-template-columns: repeat(5, 1fr);
        gap: 28px;
    }

    .step-list-vertical .step-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 28px 24px;
    }

    .step-list-vertical .step-top-row {
        margin-bottom: 8px;
    }

    .step-list-vertical .step-card-img {
        flex: none;
        padding: 20px;
    }

    .step-list-vertical .step-card-img .step-img {
        max-width: 120px;
    }

    .step-list-vertical .step-body strong {
        font-size: 1.4rem;
    }

    .step-list-vertical .step-body p {
        font-size: 1.2rem;
        line-height: 1.7;
    }

}

@media (min-width: 769px) and (max-width: 1023px) {
    .step-list-vertical .step-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .step-list-vertical .step-card-img .step-img {
        max-width: 120px;
    }
}

/* 대형 화면 - 폼/STEP1 너비 맞춤 */
@media (min-width: 1400px) {
    .content-max,
    .hero-top .content-max,
    .steps-hc .content-max,
    .notice-hc .content-max,
    .fee-hc .content-max,
    .footer-hc .content-max {
        max-width: 1320px;
        padding: 0 60px;
    }

    .form-section-hc .content-max {
        max-width: 1320px;
        padding: 0 60px;
    }
}

.header-hc {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 16px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

@media (min-width: 769px) {
    .header-hc {
        padding: 24px 5%;
    }

    .header-hc .header-hc-brand {
        font-size: 1.5rem;
    }
}


.header-hc .view-switch {
    font-size: 0.85rem;
    color: #666;
    text-decoration: none;
}

.header-hc .view-switch:hover {
    color: #0068ff;
}

.header-hc .back-btn {
    color: #0068ff;
    text-decoration: none;
    font-size: 1.4rem;
}

.header-hc .header-hc-brand {
    flex: 1;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
}

.header-hc .header-hc-brand-text {
    display: inline-block;
    text-decoration: none;
    color: #0068ff;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.header-hc .header-hc-brand-text:hover {
    color: #0052cc;
}

/* Hero 섹션 - 타이포그래피 계층 */
.hero-built {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.hero-top {
    background: linear-gradient(135deg, #0068ff 0%, #0052cc 100%);
    color: #fff;
    padding: 17px 24px 22px;
}

.hero-top .content-max {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

/* 페이지당 단일 H1(SEO): 검색 로봇용 대표 제목 */
.hero-seo-h1 {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 12px 0;
    opacity: 0.98;
    letter-spacing: -0.02em;
}

.hero-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.hero-sub {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 18px 0;
    opacity: 0.95;
}

.hero-desc {
    font-size: 1.2rem;
    line-height: 1.75;
    margin: 0;
    opacity: 0.9;
}

@media (min-width: 769px) {
    /* Hero 파란 배경 - 오른쪽 끝(뷰포트)까지 확장, 고정 폼 영역 고려 */
    .hero-top {
        padding: 34px 5% 38px;
        margin-right: calc(-1 * clamp(420px, 28vw, 520px));
        padding-right: clamp(420px, 28vw, 520px);
    }

    .hero-seo-h1 {
        font-size: 1.25rem;
        margin-bottom: 14px;
    }

    .hero-title {
        font-size: 1.75rem;
        margin-bottom: 14px;
        line-height: 1.4;
        white-space: nowrap;
    }

    .hero-sub {
        font-size: 1.75rem;
        margin-bottom: 26px;
    }

    .hero-desc {
        font-size: 1.35rem;
        line-height: 1.85;
    }
}

/* 폼 섹션 */
.form-section-hc {
    padding: 40px 24px;
    background: #fff;
}

.form-section-hc .content-max {
    max-width: 720px;
    margin: 0 auto;
}

/* 그리드 - 텍스트+폼(좌) | 이미지(우), 빈공간 제거 */
.form-section-grid {
    display: grid;
    gap: 0 24px;
}

/* 모바일: 1열 */
.form-section-grid {
    grid-template-columns: 1fr;
}

.form-section-grid .form-intro-left {
    grid-column: 1;
    grid-row: 1;
}

.form-section-grid .form-fixed-right {
    grid-column: 1;
    grid-row: 2;
}

/* 모바일: 폼 일반 흐름 */
@media (max-width: 768px) {
    .form-fixed-right {
        width: 100%;
        position: static;
    }

    .body-pc .wrap-pc {
        padding-right: 0;
    }
}

.form-intro-title-row {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.form-intro-title-row .form-intro-title {
    margin: 0;
    margin-top: -1.4em;
}

.form-intro-img-right {
    flex-shrink: 0;
}

.form-intro-img-right img {
    width: 180px;
    height: auto;
    object-fit: contain;
    transform: scale(1.44) translateX(40%);
    transform-origin: left center;
}

.form-intro-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0068ff;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.form-intro-desc {
    font-size: 1.25rem;
    color: #555;
    line-height: 1.65;
    margin: 0;
    margin-top: -1.2em;
    animation: descBlink 4s ease-in-out infinite;
    transform-origin: left top;
    display: inline-block;
}

@keyframes descBlink {
    0%, 100% { color: #1a1a1a; transform: scale(1); }
    50% { color: #E53935; transform: scale(1.2); }
}

@media (min-width: 769px) {
    .form-intro-title {
        font-size: 2rem;
        margin-bottom: 14px;
    }

    .form-intro-desc {
        font-size: 1.4rem;
        line-height: 1.7;
    }
}

/* 모바일: 이미지 본문에 표시 */
.form-intro-img-left {
    text-align: center;
    padding: 24px 0;
}

.form-intro-img-left img {
    max-width: 200px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.form-section-hc .input-group.input-underline {
    margin-bottom: 13px;
}

@media (min-width: 769px) {
    .form-section-hc .input-group.input-underline {
        margin-bottom: 15px;
    }

    .input-group.input-underline label {
        font-size: 1.3rem;
        margin-bottom: 5px;
    }

    .input-group.input-underline input[type="text"],
    .input-group.input-underline input[type="tel"] {
        padding: 13px 0;
        font-size: 1.4rem;
    }

    /* 고정 폼만: 글자 원복 + 세로 간격만 넓게 (+10% 세로) */
    .form-fixed-right .input-group.input-underline {
        margin-bottom: clamp(9px, 1.21vw, 14px);
    }

    .form-fixed-right .input-group.input-underline label {
        font-size: clamp(0.95rem, 1.05vw, 1.12rem);
        margin-bottom: 3px;
    }

    .form-fixed-right .input-group.input-underline input[type="text"],
    .form-fixed-right .input-group.input-underline input[type="tel"] {
        padding: 11px 0;
        font-size: clamp(1.05rem, 1.12vw, 1.28rem);
    }
}

.input-group.input-underline label {
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
    display: block;
}

.input-group.input-underline input[type="text"],
.input-group.input-underline input[type="tel"] {
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    padding: 11px 0;
    background: transparent;
    box-shadow: none;
    font-size: 1.35rem;
}

.input-group.input-underline input[type="text"]:focus,
.input-group.input-underline input[type="tel"]:focus {
    outline: none;
    border-bottom-color: #0068ff;
    border-bottom-width: 2px;
    box-shadow: none;
}

.agreement-hc {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

.agreement-hc .check-item input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
}

.agreement-hc .check-item {
    margin-bottom: 22px;
    font-size: 0.95rem;
}

@media (min-width: 769px) {
    .agreement-hc .check-item {
        margin-bottom: 20px;
        font-size: 0.9rem;
    }

    .agreement-hc .check-item input[type="checkbox"] {
        width: 24px;
        height: 24px;
    }
}

.agreement-hc .check-item label span {
    line-height: 1.6;
}

.agreement-hc .btn-more {
    font-size: 1.1rem;
}

.agreement-hc .check-all {
    margin-top: 12px;
    font-size: 1.2rem;
    font-weight: 600;
}

.agreement-hc .searchbtn-hc {
    margin-top: 24px;
    width: 100%;
}

.btn-inquire {
    background: #0068ff !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 22px 32px;
    border-radius: 8px;
    border: none;
}

@media (min-width: 769px) {
    .btn-inquire {
        font-size: 1.15rem;
        padding: 18px 32px;
        min-width: auto;
    }
}

/* 조회하기 버튼 - 폼 섹션 하단(첫 화면)에 위치, 스크롤 시 하단 고정 */
.sticky-bottom-bar {
    position: sticky;
    bottom: 0;
    margin-top: 24px;
    padding: 16px 0;
    background: #fff;
    z-index: 50;
}

.sticky-bottom-bar .searchbtn-hc {
    margin-top: 0;
    width: 100%;
}

/* 진행순서 */
.steps-hc {
    padding: 40px 24px 80px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
}

.steps-hc .content-max {
    max-width: 720px;
    margin: 0 auto;
}

.steps-hc h3,
.notice-hc h3,
.fee-hc h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 28px;
    text-align: left;
}

.steps-hc h3 {
    position: relative;
    padding-bottom: 16px;
}

.steps-hc h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, #0068ff, #0052cc);
    border-radius: 2px;
}

.step-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step-list-vertical {
    gap: 16px;
}

.step-item.step-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 24px 20px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

.step-item.step-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 104, 255, 0.12);
}

@media (min-width: 769px) {
    .step-item.step-card {
        padding: 24px;
        gap: 18px;
    }

    .step-body strong {
        font-size: 1.4rem;
    }

    .step-body p {
        font-size: 1.2rem;
    }

    .step-num {
        font-size: 1.1rem;
        padding: 10px 14px;
    }
}

/* STEP 배지 + 이미지 같은 높이(한 줄) */
.step-top-row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.step-card-img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    margin-left: 100px;
    background: linear-gradient(135deg, rgba(0, 104, 255, 0.08) 0%, rgba(0, 104, 255, 0.04) 100%);
    border-radius: 14px;
}

.step-card-img .step-img {
    max-width: 110px;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.08));
}

.step-num {
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #0068ff 0%, #0052cc 100%);
    padding: 8px 14px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0, 104, 255, 0.35);
}

.step-body strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.step-body p {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.step-img-single {
    margin-top: 24px;
    margin-bottom: 0;
    padding-bottom: 48px;
    padding-left: 10ch; /* 진행순서 이미지만 우측으로 약 10자 폭 이동 */
    text-align: center;
    overflow: visible;
}

.step-img-single .step-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.4);
    transform-origin: center top;
}

/* 유의사항 */
.notice-hc {
    padding: 40px 24px;
    background: #fff;
    border-top: 1px solid #eee;
}

.notice-hc .content-max {
    max-width: 720px;
    margin: 0 auto;
}

.notice-hc ul {
    margin: 0;
    padding-left: 1.2em;
    font-size: 1.15rem;
    color: #555;
    line-height: 1.8;
}

.notice-hc li {
    margin-bottom: 12px;
}

.notice-add {
    font-size: 1.15rem;
    color: #666;
    line-height: 1.7;
    margin: 16px 0 0 0;
    padding-left: 1.2em;
}

@media (min-width: 769px) {
    .notice-hc ul {
        font-size: 1.25rem;
        line-height: 1.9;
    }

    .notice-hc li {
        margin-bottom: 16px;
    }

    .notice-add {
        font-size: 1.25rem;
        margin-top: 20px;
    }
}

/* 요금 테이블 */
.fee-hc {
    padding: 40px 24px;
    background: #f8f9fa;
}

.fee-hc .content-max {
    max-width: 720px;
    margin: 0 auto;
}

.fee-table-wrap {
    overflow-x: auto;
}

.fee-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.15rem;
}

.fee-table th,
.fee-table td {
    padding: 18px 20px;
    border: 1px solid #dee2e6;
    text-align: center;
}

.fee-table th {
    background: #0068ff;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
}

.fee-table tbody tr:nth-child(even) {
    background: #f8f9fa;
}

/* 푸터 */
.footer-hc {
    padding: 40px 24px;
    background: #fff;
    color: #333;
    border-top: 1px solid #eee;
}

.footer-hc .content-max {
    max-width: 720px;
    margin: 0 auto;
}

.footer-cs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.footer-cs-info {
    text-align: left;
}

.footer-cs .cs-label {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #333;
}

.footer-cs .cs-hours {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.footer-cs .cs-tel {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0068ff;
    margin: 0;
}

.footer-partners {
    padding: 24px 0 0 0;
}

.footer-logo {
    max-height: 36px;
    width: auto;
    margin-bottom: 12px;
    object-fit: contain;
}

.footer-partner-desc {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 768px) {
    .footer-cs {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .form-intro-title-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-intro-img-right img {
        width: 140px;
        transform: scale(1.44) translateX(40%);
        transform-origin: left center;
    }
}

@media (max-width: 480px) {
    .form-section-hc {
        padding: 24px 16px;
    }

    .form-intro-title {
        font-size: 1.6rem;
    }

    .form-intro-img-right img {
        width: 120px;
    }

    .input-group.input-underline input[type="text"],
    .input-group.input-underline input[type="tel"] {
        font-size: 1.25rem;
        padding: 10px 0;
    }

    .steps-hc,
    .notice-hc,
    .fee-hc {
        padding: 20px 16px;
    }

    .steps-hc {
        padding-bottom: 72px;
    }

    .fee-table {
        font-size: 1.1rem;
    }

    .fee-table th,
    .fee-table td {
        padding: 16px 14px;
    }
}
