.page_head.customers { background-image: url('../../img/head/bg_head_customers.jpg'); }

#customers_section_tab_wrap { margin: 0 auto; padding: 30px 0 0; }
#customers_section_tab_wrap .common_tab_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}
#customers_section_tab_wrap .tab_item { list-style: none; }
#customers_section_tab_wrap .tab_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 16px 6px 16px;
    border-radius: 999px;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #222;
    font-family: Roboto, 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}
#customers_section_tab_wrap .tab_item.active .tab_link,
#customers_section_tab_wrap .tab_link:hover,
#customers_section_tab_wrap .tab_link:focus-visible {
    background: #111;
    color: #fff;
    border-color: #111;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
#customers_section_tab_wrap .tab_link:focus-visible { outline: none; }
#customers_section_1 { padding: 30px 0 50px 0; }
#customers_section_1 .page_label { margin: 0; color: #000; font-family: Roboto; font-size: 16px; font-style: normal; font-weight: 600; line-height: 150%; }
#customers_section_1 .page_desc { margin: 10px 0 0 0; color: #000; font-family: Roboto; font-size: 34px; line-height: 1.4; font-style: normal; font-weight: 700; }

@media screen and (max-width: 1024px) {
    #customers_section_1 { padding: 30px 0; }
    #customers_section_1 .page_label { font-size: 14px; }
    #customers_section_1 .page_desc { margin-top: 5px; font-size: 20px; }
    #customers_section_tab_wrap .tab_link { min-height: 34px; padding: 7px 14px; font-size: 13px; }
}

@media screen and (max-width: 640px) {
    #customers_section_1 { padding: 15px 0 20px 0; }
    #customers_section_1 .page_label,
    #customers_section_1 .page_desc { text-align: center; }
    #customers_section_tab_wrap { max-width: 400px; padding: 20px 0 5px; }
    #customers_section_tab_wrap .common_tab_menu { gap: 8px; }
    #customers_section_tab_wrap .tab_link { min-height: 32px; padding: 6px 12px; }
    /* #customers_section_tab_wrap .site_inner { padding: 0; } */
}