html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: "Montserrat","Pretendard","Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4em;
    text-decoration: auto;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    width: 100%;
    overflow-x: hidden;
}

<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet"> ol, ul {
                                                                                                                       list-style: none;
                                                                                                                   }

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: auto
}

/* 회사소개 */
.kmsol_company_hero {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    color: #fff;
}

/* ✅ 영상 */
.kmsol_company_bg_video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}

/* ✅ 어두운 오버레이 (가독성 핵심) */
.kmsol_company_hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(1 5 37 / 92%) 0%, rgb(0 0 0 / 68%) 35%, rgb(0 0 0 / 64%) 60%, rgb(0 0 0 / 70%) 100%);
    z-index: 1;
}

/* ✅ 콘텐츠 위로 올리기 */
.kmsol_company_inner {
    position: relative;
    z-index: 2;
}
.kmsol_company_hero[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.kmsol_company_hero[style*="background-image"]:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(20 41 99), rgb(15 23 42 / 0%));
}

.kmsol_company_section {
    background: #ffffff;
}

.kmsol_company_inner {
    width: min(1160px,92%);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* 히어로 안에서만 가운데 정렬 */
.kmsol_company_hero .kmsol_company_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.kmsol_company_kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #2b2b2b;
    border: 1px solid #ffffff;
    font-size: 13px;
    letter-spacing: -0.2px;
    color: #ffffff;
}

.kmsol_company_hero_title {
    margin: 20px 0 28px;
    font-size: 56px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #ffffff;
    max-width: 900px;
}

.kmsol_company_hero_subtitle {
    margin: 0 0 22px;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: -0.02em;
    color: #ffffff;
    max-width: 760px;
}

.kmsol_company_hero_desc_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 720px;
    margin-top: 8px;
}

.kmsol_company_hero_desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.02em;
    color: #ffffff;
}

/* 카드 위 이미지 영역 */
.kmsol_company_service_thumb {
    width: 100%;
    height: 220px;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
    border: 1px solid #eef2f7;
    background: #f8fafc;
    flex-shrink: 0;
}

.kmsol_company_service_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kmsol_company_block {
    padding: 72px 0;
    border-top: 1px solid #eef2f7;
}

.kmsol_company_head {
    max-width: 820px;
    margin: 0 auto 46px;
    text-align: center;
}

.kmsol_company_title {
    margin: 31px 0 21px;
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #111827;
    font-weight: 700;
}

.kmsol_company_subtitle {
    margin: 0 auto;
    max-width: 760px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.02em;
    color: #656565;
}

.kmsol_company_service_grid {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 16px;
    margin-top: 28px;
}

.kmsol_company_service_card {
    grid-column: span 6;
    padding: 29px;
    border-radius: 18px;
    background: #ffffff;
    border: 2px solid transparent;
    box-shadow: 0 14px 34px rgba(17,24,39,0.07);
    position: relative;
    overflow: hidden;

    opacity: 0;
    transform: translateY(24px) scale(0.985);

    transition:
            opacity 0.9s ease,
            transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
            box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
            border-color 0.35s ease;
}

.kmsol_company_service_card.is-show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.kmsol_company_service_card:hover {
    transform: translateY(-4px) scale(1.005);
    box-shadow:
            0 24px 48px rgba(17,24,39,0.12),
            0 8px 20px rgba(17,24,39,0.08);
    border-color: rgba(47,92,255,0.15);
}

.kmsol_company_service_card:before {
    content: "";
    position: absolute;
    inset: -1px;
    pointer-events: none;
    background:
            radial-gradient(520px 220px at 12% 0%,rgba(47,92,255,0.10),transparent 60%),
            radial-gradient(520px 260px at 92% 0%,rgba(126,87,255,0.08),transparent 55%);
}

.kmsol_company_service_card_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    padding: 0px 6px;
}

.kmsol_company_service_num {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    color: #ffffff;
    background: #2f5cff;
    border: 1px solid #dbe6ff;
    padding: 6px 10px;
    border-radius: 999px;
}

.kmsol_company_service_title {
    margin: 0;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -0.4px;
    color: #111827;
    flex: 1;
    text-align: left;
    font-weight: 600;
}

.kmsol_company_service_list {
    margin: 0;
    padding: 0px 18px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kmsol_company_service_item {
    font-size: 0.93em;
    line-height: 1.6;
    letter-spacing: -0.2px;
    color: #535353;
    padding-left: 12px;
    position: relative;
    font-weight: 600;
}

.kmsol_company_service_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: #2f5cff;
}

.kmsol_company_service_card:hover {
    transform: translateY(-4px); /* 살짝 더 자연스럽게 */
    border-color: 2px solid #ffffff; /* 색만 바뀜 */
    box-shadow: 2px 3px 18px rgb(82 135 231 / 39%);
}

.kmsol_company_service_card {
    transition: transform 1.8s ease, box-shadow 0.4s ease;
}

.kmsol_company_history_wrap {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 16px;
    margin-top: 28px;
}

.kmsol_company_history_group {
    grid-column: span 6;
    padding: 20px 20px 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 14px 34px rgba(17,24,39,0.06);
}

.kmsol_company_history_group_head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.kmsol_company_history_year {
    margin: 0;
    font-size: 33px;
    font-weight: 800;
    letter-spacing: -0.4px;
    color: #111827;
}

.kmsol_company_history_year_line {
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg,#e5e7eb,rgba(229,231,235,0));
}

.kmsol_company_history_group_body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kmsol_company_history_row {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 10px;
    border-radius: 12px;
    background: #f9fafb;
    border: 1px solid #eef2f7;
}

.kmsol_company_history_month {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2px;
    color: #2f5cff;
    background: #f1f5ff;
    border: 1px solid #dbe6ff;
    border-radius: 10px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kmsol_company_history_text {
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: -0.2px;
    color: #374151;
}

.kmsol_company_patent_grid {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 16px;
    margin-top: 28px;
    margin-bottom: 30px;
}

.kmsol_company_patent_card {
    grid-column: span 6;
    padding: 34px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 14px 34px rgba(17,24,39,0.07);
    position: relative;
    overflow: hidden;

    opacity: 0;
    transform: translateY(60px);

    /* 등장용 */
    transition:
            opacity 0.7s ease,
            transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
            box-shadow 0.4s ease;
}

.kmsol_company_patent_card.is-show {
    opacity: 1;
    transform: translateY(0);

    /* 등장 후 hover는 즉각 반응 */
    transition: transform 1.8s ease,
    box-shadow 0.2s ease,
    opacity 0.7s ease;
}

.kmsol_company_patent_card:hover {
    transform: translateY(-6px);
    box-shadow: 9px 12px 48px rgb(1 82 255 / 11%), 0 8px 20px rgb(33 104 255 / 3%);
}

.kmsol_company_patent_card::before {
    content: "";
    position: absolute;
    inset: -1px;
    pointer-events: none;
    background:
            radial-gradient(520px 220px at 10% 0%, rgba(47,92,255,0.10), transparent 60%),
            radial-gradient(520px 260px at 90% 0%, rgba(126,87,255,0.08), transparent 55%);
}

.kmsol_company_patent_top {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.kmsol_company_patent_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 26px;
    border-radius: 999px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -0.2px;
    color: #c2410c;
}

.kmsol_company_patent_badge_on {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #047857;
}

.kmsol_company_patent_title {
    margin: 0;
    font-size: 26px;
    line-height: 1.55;
    letter-spacing: -0.02em;
    color: #111827;
    font-weight: 700;
}

.kmsol_company_patent_en {
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.1px;
    color: #6b7280;
}

.kmsol_company_patent_meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
    border-radius: 14px;
    background: #f9fafb;
    border: 1px solid #eef2f7;
    margin: 12px 0;
}

.kmsol_company_patent_row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 10px;
    align-items: start;
}

.kmsol_company_patent_key {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -0.2px;
    color: #111827;
}

.kmsol_company_patent_val {
    margin: 0;
    font-size: 0.8em;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #141414;
}

.kmsol_company_patent_desc {
    margin: 0;
    font-size: 0.95em;
    line-height: 1.85;
    letter-spacing: -0.02em;
    color: #374151;
}

@media (max-width: 980px) {
    .kmsol_company_hero {
        padding:72px 0;
    }

    .kmsol_company_hero_title {
        font-size: 1.5em;
    }

    .kmsol_company_block {
        padding: 60px 0;
    }

    .kmsol_company_service_card {
        grid-column: span 12;
    }

    .kmsol_company_history_group {
        grid-column: span 12;
    }

    .kmsol_company_patent_card {
        grid-column: span 12;
    }
}

@media (max-width: 560px) {
    .kmsol_company_hero {
        padding:120px 0 60px;
    }

    .kmsol_company_hero_title {
        font-size: 1.8em;
    }

    .kmsol_company_hero_subtitle {
        font-size: 16px;
    }

    .kmsol_company_title {
        font-size: 26px;
    }

    .kmsol_company_service_card {
        padding: 18px 16px;
    }

    .kmsol_company_history_group {
        padding: 18px 16px;
    }

    .kmsol_company_history_row {
        grid-template-columns: 40px 1fr;
    }

    .kmsol_company_patent_card {
        padding: 18px 16px;
    }

    .kmsol_company_patent_row {
        grid-template-columns: 96px 1fr;
    }
}

.kook_solution_section {
    padding: 88px 0;
    background: #ffffff;
    color: #111827;
}

.kook_solution_wrap {
    width: min(1160px,92%);
    margin: 0 auto;
}

.kook_solution_header {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.kook_solution_kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f1f5ff;
    border: 1px solid #dbe6ff;
    font-size: 17px;
    letter-spacing: -0.2px;
    color: #2f5cff;
}

.kook_solution_title {
    margin: 14px 0 10px;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -1.2px;
    color: #111827;
    font-weight: 600;
    padding: 15px;
}

.kook_solution_desc {
    margin: 0 auto 18px;
    max-width: 720px;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: -0.2px;
    color: #4b5563;
}

.kook_solution_badge_list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.kook_solution_badge {
    padding: 10px 22px;
    border-radius: 999px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    font-size: 17px;
    letter-spacing: -0.2px;
    color: #374151;
}

.kook_solution_grid {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 16px;
    margin: 34px 0 0;
}

.kook_solution_card {
    grid-column: span 6;
    padding: 22px 22px 20px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 14px 34px rgba(17,24,39,0.08);
    position: relative;
    overflow: hidden;
}

.kook_solution_card:before {
    content: "";
    position: absolute;
    inset: -1px;
    pointer-events: none;
    background: radial-gradient(520px 220px at 10% 0%,rgba(47,92,255,0.10),transparent 60%),radial-gradient(520px 260px at 90% 0%,rgba(126,87,255,0.08),transparent 55%);
}

.kook_solution_card_title {
    margin: 0 0 12px;
    font-size: 20px;
    letter-spacing: -0.4px;
    color: #111827;
    font-weight: 600;
}

.kook_solution_list {
    margin: 0;
    padding: 0 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kook_solution_list li {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.2px;
    color: #374151;
}

.kook_solution_divider {
    height: 1px;
    margin: 16px 0;
    background: #e5e7eb;
}

.kook_solution_card_wide {
    grid-column: span 12;
    padding: 24px 24px 22px;
}

.kook_solution_feature_grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
    margin-top: 8px;
}

.kook_solution_feature_item {
    padding: 16px 16px 14px;
    border-radius: 14px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.kook_solution_feature_title {
    margin: 0 0 6px;
    font-size: 19px;
    letter-spacing: -0.2px;
    color: #111827;
    font-weight: 600;
}

.kook_solution_feature_desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: -0.2px;
    color: #4b5563;
}

.kook_solution_price_area {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 16px;
    margin-top: 22px;
    align-items: start;
}

.kook_solution_price_card {
    grid-column: span 5;
    padding: 22px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 14px 34px rgba(17,24,39,0.08);
    position: sticky;
    top: 18px;
}

.kook_solution_price_head {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 14px;
}

.kook_solution_price_title {
    margin: 0;
    font-size: 25px;
    letter-spacing: -0.4px;
    color: #111827;
    font-weight: 600;
}

.kook_solution_price_sub {
    margin: 0;
    font-size: 17px;
    letter-spacing: -0.2px;
    color: #6b7280;
}

.kook_solution_price_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 14px;
    border-radius: 14px;
    background: #f1f5ff;
    border: 1px solid #dbe6ff;
}

.kook_solution_price_amount {
    margin: 0;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.8px;
    color: #2f5cff;
    font-weight: 600;
}

.kook_solution_price_vat {
    margin: 0 0 2px;
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #6b7280;
}

.kook_solution_note_list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kook_solution_note_list li {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.2px;
    color: #374151;
    padding-left: 12px;
    position: relative;
}

.kook_solution_note_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: #2f5cff;
}

.kook_solution_note_list b {
    color: #111827;
    font-weight: 700;
}

.kook_solution_table_card {
    grid-column: span 7;
    padding: 22px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 14px 34px rgba(17,24,39,0.06);
}

.kook_solution_table_title {
    margin: 0 0 12px;
    font-size: 18px;
    letter-spacing: -0.4px;
    color: #111827;
    font-weight: 600;
}

.kook_solution_table_wrap {
    max-height: 420px;
    overflow: auto;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
}

.kook_solution_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 560px;
}

.kook_solution_th {
    position: sticky;
    top: 0;
    z-index: 2;
    text-align: left;
    padding: 12px 14px;
    font-size: 18px;
    letter-spacing: -0.2px;
    color: #111827;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
}

.kook_solution_th_price {
    text-align: right;
}

.kook_solution_td {
    padding: 12px 14px;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: -0.2px;
    color: #374151;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
}

.kook_solution_td_price {
    text-align: right;
    color: #111827;
    white-space: nowrap;
}

.kook_solution_table tbody tr:hover .kook_solution_td {
    background: #f9fafb;
}

.kook_solution_table tbody tr:last-child .kook_solution_td {
    border-bottom: 0;
}

.kook_solution_table_hint {
    margin: 10px 2px 0;
    font-size: 15px;
    letter-spacing: -0.2px;
    color: #4c88ff;
}

.kook_solution_cta {
    margin-top: 26px;
}

.kook_solution_cta_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 20px;
    border-radius: 18px;
    background: linear-gradient(135deg,#2f5cff,#7e57ff);
    border: 1px solid rgba(47,92,255,0.25);
    box-shadow: 0 16px 44px rgba(47,92,255,0.18);
}

.kook_solution_cta_text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.kook_solution_cta_title {
    margin: 0;
    font-size: 25px;
    letter-spacing: -0.4px;
    color: #ffffff;
    font-weight: 600;
}

.kook_solution_cta_desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.2px;
    color: rgba(255,255,255,0.88);
}

.kook_solution_cta_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    background: #ffffff;
    color: #2f5cff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(17,24,39,0.18);
    transition: transform 0.15s ease,box-shadow 0.15s ease,opacity 0.15s ease;
}

.kook_solution_cta_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(17,24,39,0.22);
}

.kook_solution_cta_btn:active {
    transform: translateY(0);
    opacity: 0.92;
}

.kook_solution_cta_btn:focus-visible {
    outline: 2px solid #2f5cff;
    outline-offset: 3px;
}

.kook_solution_table_wrap:focus-visible {
    outline: 2px solid #2f5cff;
    outline-offset: 3px;
}

.kook_solution_card:hover {
    transform: translateY(-2px);
    transition: transform 0.18s ease;
}

.kook_solution_card {
    transition: transform 0.18s ease;
}

@media (max-width: 980px) {
    .footer_content {
        font-size:14px;
    }

    .ui_note_box {
        font-size: 14px !important;
    }

    .mobilebr {
        display: block;
    }

    .map_title {
        text-align: center;
        font-size: 22px !important;
    }

    .map_sub_title {
        text-align: center;
        font-size: 15px !important;
    }

    .map_header {
        border-bottom: 1px solid rgba(16, 17, 18, 0.06);
        display: flex;
        align-items: center !important;
        justify-content: center!important;
        gap: 12px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .map_header_badge {
        display: none !important;
    }

    .kook_solution_table {
        min-width: auto;
    }

    .kook_solution_cta_title {
        text-align: center;
        font-size: 5vw;
    }

    .kook_solution_cta_desc {
        font-size: 2.9vw;
        text-align: center;
    }

    .kook_solution_grid {
        gap: 14px;
    }

    .kook_solution_card {
        grid-column: span 12;
    }

    .kook_solution_feature_grid {
        grid-template-columns: repeat(2,1fr);
    }

    .kook_solution_price_area {
        grid-template-columns: repeat(12,1fr);
    }

    .kook_solution_price_card {
        grid-column: span 12;
        position: static;
    }

    .kook_solution_table_card {
        grid-column: span 12;
    }

    .kook_solution_title {
        font-size: 38px;
    }
}

@media (max-width: 560px) {
    .kook_solution_section {
        padding:120px 0 64px;
    }

    .kook_solution_title {
        font-size: 32px;
    }

    .kook_solution_desc {
        font-size: 15px;
    }

    .kook_solution_card {
        padding: 18px 16px;
    }

    .kook_solution_card_wide {
        padding: 18px 16px;
    }

    .kook_solution_feature_grid {
        grid-template-columns: 1fr;
    }

    .kook_solution_price_amount {
        font-size: 30px;
    }

    .kook_solution_cta_box {
        flex-direction: column;
        align-items: stretch;
    }

    .kook_solution_cta_btn {
        width: 54vw;
        margin: 0 auto;
        font-size: 4vw;
    }
}

/*푸터*/
.footer_iso_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px 16px;
    background: #f4f8fb;
    border-bottom: 1px solid #e5e7eb;
}

.footer_iso_item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    transition: .2s;
}

.footer_iso_item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.footer_iso_img img {
    height: 48px;
    width: auto;
    display: block;
}

.footer_iso_text {
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
}

.footer_iso_text b {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

.footer_iso_text span {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

.footer_content {
    width: 100%;
    padding: 32px 16px;
}

.footer_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.footer_logo {
    width: 160px;
    flex-shrink: 0;
}

.footer_logo img {
    width: 100%;
    display: block;
}

.footer_info {
    flex: 1;
}

.footer_info p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}

.footer_copy {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    color: #999;
}

.footer_call {
    min-width: 200px;
    border-radius: 8px;
    text-align: left;
}

.footer_call_title {
    margin: 0 0 6px;
    font-size: 13px;
    color: #888;
}

.footer_call_number {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #222;
}

.footer_call_time {
    margin: 4px 0 0;
    font-size: 15px;
    color: #666;
}

.footer_call_notice {
    margin: 2px 0 0;
    font-size: 12px;
    color: #999;
}

@media (max-width: 768px) {
    .footer_inner {
        flex-direction:column;
    }

    .footer_logo {
        width: 140px;
    }

    .footer_call {
        width: 100%;
    }
}
.kmsol_company_patent_card img {
    width: 100%;
    display: block;
}



.kmsol_company_patent_grid {
    align-items: start;
}
.kmsol_company_service_thumb {
    width: 100%;
    height: 160px;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 14px;
}

.kmsol_company_service_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.mobilebr {
    display: none;
}

@media (max-width: 768px) {
    .mobilebr {
        display: inline;
    }
}

.kmsol_company_service_item span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}