/* ====================================================================================================
   [WEBIS] - STANDARD
==================================================================================================== */

/* [WEBIS] - ROOT TOKEN : S */
:root {
    --webis_color:#4057F5;
    --webis_color_rgb:64,87,245;
    --webis_color_dark:#273AC7;
    --webis_color_deep:#17205F;
    --webis_color_soft:#EEF1FF;
    --webis_color_soft_2:#F6F7FF;
    --webis_color_sky:#EAF6FF;
    --webis_color_lavender:#F1EEFF;
    --webis_color_mint:#EAF8F4;
    --webis_color_gray:#F4F5F8;
    --webis_ink:#111827;
    --webis_ink_2:#273142;
    --webis_muted:#667085;
    --webis_muted_2:#8B95A5;
    --webis_line:#E4E8F0;
    --webis_line_dark:#D9DFEA;
    --webis_white:#FFFFFF;
    --webis_bg:#FFFFFF;
    --webis_bg_alt:#F8F9FC;
    --webis_navy:#11182C;
    --webis_success:#18A56B;
    --webis_warning:#F29C38;
    --webis_shadow_small:0 10px 28px rgba(31,43,84,.07);
    --webis_shadow_medium:0 24px 60px rgba(31,43,84,.10);
    --webis_shadow_large:0 36px 100px rgba(31,43,84,.14);
    --webis_radius_small:8px;
    --webis_radius_medium:12px;
    --webis_radius_large:18px;
    --webis_area:1200px;
    --webis_header_height:76px;
}
/* [WEBIS] - ROOT TOKEN : E */

* {box-sizing:border-box}
html {scroll-behavior:smooth}
body {
    margin:0;
    min-width:280px;
    color:var(--webis_ink);
    background:var(--webis_bg);
    font-family:"NanumSquare","Noto Sans CJK KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
    font-size:16px;
    line-height:1.6;
    letter-spacing:-.025em;
    word-break:keep-all;
    overflow-x:hidden;
}
body.we_menu_open {overflow:hidden}
a {color:inherit;text-decoration:none}
button,input,textarea {font:inherit}
button {color:inherit}
img,svg {display:block;max-width:100%}
ul,ol,dl,dd {margin:0;padding:0}
ul,ol {list-style:none}
h1,h2,h3,p {margin-top:0}
input,textarea,button {border-radius:0}

.we_symbol {position:absolute;width:0;height:0;overflow:hidden}
.we_area {width:min(calc(100% - 48px),var(--webis_area));margin:0 auto}
.we_sr_only {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.we_skip_link {position:fixed;left:16px;top:-60px;z-index:2000;padding:12px 18px;border-radius:9px;color:#fff;background:var(--webis_ink);font-size:14px;font-weight:800;transition:top .2s ease}
.we_skip_link:focus-visible {top:14px;outline:2px solid var(--webis_color);outline-offset:2px}
.we_reveal {opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.we_reveal.we_reveal_on {opacity:1;transform:none}

.we_button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:52px;
    padding:0 22px;
    border:1px solid transparent;
    border-radius:9px;
    cursor:pointer;
    font-size:15px;
    font-weight:800;
    letter-spacing:-.025em;
    transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
}
.we_button:hover {transform:translateY(-2px)}
.we_button svg {width:18px;height:18px}
.we_button_primary {color:#fff;background:var(--webis_color);box-shadow:0 12px 28px rgba(var(--webis_color_rgb),.22)}
.we_button_primary:hover {background:var(--webis_color_dark);box-shadow:0 16px 34px rgba(var(--webis_color_rgb),.28)}
.we_button_line {color:var(--webis_ink_2);border-color:var(--webis_line_dark);background:rgba(255,255,255,.78)}
.we_button_line:hover {border-color:#BBC4D5;background:#fff;box-shadow:var(--webis_shadow_small)}
.we_button_small {min-height:42px;padding:0 17px;font-size:14px}
.we_text_link {font-size:13px;font-weight:700;color:var(--webis_muted)}
.we_text_link:hover {color:var(--webis_color)}

.we_section_label {
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
    color:var(--webis_color);
    font-size:14px;
    font-weight:900;
    letter-spacing:.03em;
}
.we_section_label::before {content:"";width:28px;height:2px;background:currentColor}

.bs_section_head_box {display:flex;align-items:flex-end;justify-content:space-between;gap:68px;margin-bottom:52px}
.bs_section_head_box_center {display:block;text-align:center}
.bs_section_head_box_center .is_section_title_field,.bs_section_head_box_center .is_section_desc_field {margin-left:auto;margin-right:auto}
.is_section_title_field h2 {
    margin:0;
    color:var(--webis_ink);
    font-size:clamp(38px,4vw,54px);
    line-height:1.2;
    letter-spacing:-.055em;
    font-weight:900;
}
.is_section_desc_field {max-width:500px;margin:0;color:var(--webis_muted);font-size:17px;line-height:1.85}
.bs_section_head_box_center .is_section_desc_field {max-width:660px;margin-top:20px}

/* ====================================================================================================
   [WEBIS] - HEADER
==================================================================================================== */
#we_header {
    position:sticky;
    top:0;
    z-index:1000;
    height:var(--webis_header_height);
    border-bottom:1px solid rgba(228,232,240,.85);
    background:rgba(255,255,255,.9);
    backdrop-filter:blur(18px);
    transition:box-shadow .25s ease;
}
#we_header.we_header_scrolled {box-shadow:0 14px 34px rgba(25,35,64,.08)}
#we_header .es_header_area {height:100%;display:flex;align-items:center;justify-content:space-between;gap:34px}
.bs_brand_box {display:flex;align-items:center;gap:10px;flex:0 0 auto}
.is_brand_mark_field {
    position:relative;
    width:35px;
    height:35px;
    display:grid;
    place-items:center;
    border-radius:9px;
    background:linear-gradient(145deg,#5067FF,#3148E6);
    box-shadow:0 10px 22px rgba(var(--webis_color_rgb),.22);
}
.ss_brand_message_zone {position:relative;width:18px;height:14px;border:2px solid #fff;border-radius:5px}
.ss_brand_message_zone::before,.ss_brand_message_zone::after {content:"";position:absolute;top:4px;width:2px;height:2px;border-radius:50%;background:#fff}
.ss_brand_message_zone::before {left:4px;box-shadow:5px 0 0 #fff}
.ss_brand_message_zone::after {left:9px;box-shadow:0 5px 0 -1px #fff;clip-path:polygon(0 0,100% 0,0 100%)}
.is_brand_text_field {font-size:19px;font-weight:900;letter-spacing:-.04em}
.is_brand_text_field span {color:var(--webis_color)}
.bs_navigation_box {display:flex;align-items:center;justify-content:center;gap:31px;margin-left:auto}
.bs_navigation_box a {position:relative;padding:25px 0 23px;color:#404A5A;font-size:14px;font-weight:800}
.bs_navigation_box a::after {content:"";position:absolute;left:0;right:100%;bottom:17px;height:2px;background:var(--webis_color);transition:right .2s ease}
.bs_navigation_box a:hover {color:var(--webis_color)}
.bs_navigation_box a:hover::after {right:0}
.bs_header_action_box {display:flex;align-items:center;gap:13px;flex:0 0 auto}
.we_menu_button {
    display:none;
    width:44px;
    height:44px;
    place-items:center;
    border:1px solid var(--webis_line);
    border-radius:9px;
    background:#fff;
    cursor:pointer;
}
.we_menu_button svg {width:22px;height:22px}
.ws_mobile_menu_wrap {
    position:fixed;
    left:0;
    right:0;
    top:var(--webis_header_height);
    z-index:999;
    border-top:1px solid var(--webis_line);
    background:#fff;
    box-shadow:0 22px 50px rgba(25,35,64,.12);
}
.es_mobile_menu_area {display:grid;gap:0;padding:14px 24px 24px}
.es_mobile_menu_area > a:not(.we_button) {padding:14px 4px;border-bottom:1px solid var(--webis_line);font-size:16px;font-weight:800}
.es_mobile_menu_area .we_button {margin-top:16px}

/* ====================================================================================================
   [WEBIS] - HERO
==================================================================================================== */
.ws_hero_wrap {
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:88px 0 30px;
    background:
        radial-gradient(circle at 88% 13%,rgba(122,131,255,.19),transparent 28%),
        radial-gradient(circle at 13% 17%,rgba(174,202,255,.25),transparent 24%),
        linear-gradient(180deg,#F4F5FF 0%,#FAFBFF 68%,#FFFFFF 100%);
}
.es_hero_backdrop_area {position:absolute;inset:0;z-index:-1;pointer-events:none}
.bs_hero_blur_box {position:absolute;border-radius:50%;filter:blur(22px);opacity:.55}
.bs_hero_blur_box_01 {width:240px;height:240px;left:-100px;top:220px;background:#DCE5FF}
.bs_hero_blur_box_02 {width:320px;height:320px;right:-90px;bottom:40px;background:#E5E2FF}
.bs_hero_grid_box {position:absolute;inset:0;background-image:linear-gradient(rgba(64,87,245,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(64,87,245,.045) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.45),transparent 78%)}
.es_hero_area {display:grid;grid-template-columns:minmax(0,1fr) minmax(560px,.95fr);gap:40px;align-items:center;min-height:680px}
.bs_hero_copy_box {padding-bottom:28px}
.is_hero_label_field {display:inline-flex;align-items:center;gap:10px;margin-bottom:24px;color:var(--webis_color);font-size:14px;font-weight:900;letter-spacing:.01em}
.is_hero_label_field span {width:9px;height:9px;border-radius:50%;background:var(--webis_color);box-shadow:0 0 0 6px rgba(var(--webis_color_rgb),.10)}
.is_hero_title_field {margin:0;color:var(--webis_ink);font-size:clamp(50px,4.5vw,62px);line-height:1.12;letter-spacing:-.065em;font-weight:900}
.is_hero_title_field strong {position:relative;color:var(--webis_color);font-weight:900}
.is_hero_title_field strong::after {content:"";position:absolute;left:0;right:0;bottom:3px;height:10px;z-index:-1;background:rgba(var(--webis_color_rgb),.12)}
.is_hero_desc_field {max-width:610px;margin:28px 0 0;color:#5A6678;font-size:18px;line-height:1.9}
.is_hero_action_field {display:flex;align-items:center;gap:12px;margin-top:32px;flex-wrap:wrap}
.is_hero_proof_field {display:flex;align-items:center;gap:24px;margin-top:29px;color:#4F5B6B;font-size:13px;font-weight:700;flex-wrap:wrap}
.is_hero_proof_field span {display:inline-flex;align-items:center;gap:7px}
.is_hero_proof_field svg {width:17px;height:17px;color:var(--webis_color)}

.bs_hero_visual_box {position:relative;min-height:620px}
.is_product_window_field {position:absolute;left:0;right:0;top:16px;height:565px}
.ss_product_browser_zone {
    position:absolute;
    left:0;
    top:46px;
    width:585px;
    height:452px;
    overflow:hidden;
    border:1px solid rgba(207,214,227,.95);
    border-radius:16px;
    background:#fff;
    box-shadow:var(--webis_shadow_large);
    transform:perspective(1400px) rotateY(1deg) rotateX(.4deg);
}
.ks_browser_top {height:42px;display:flex;align-items:center;gap:6px;padding:0 14px;border-bottom:1px solid #E8ECF2;background:#F7F8FB}
.os_browser_dot {width:8px;height:8px;border-radius:50%;background:#C8CED8}
.os_browser_url {width:230px;height:23px;display:flex;align-items:center;margin-left:8px;padding:0 10px;border:1px solid #E2E6ED;border-radius:6px;color:#8A93A0;background:#fff;font-size:12px}
.ks_institution_site {height:calc(100% - 42px);background:#fff}
.os_institution_header {height:55px;display:flex;align-items:center;justify-content:space-between;padding:0 23px;border-bottom:1px solid #EDF0F4}
.rs_institution_logo {display:flex;align-items:center;gap:8px;color:#263246;font-size:12px;font-weight:900}
.rs_institution_logo i {width:23px;height:23px;display:grid;place-items:center;border-radius:7px;color:#fff;background:#315DD4;font-size:12px;font-style:normal}
.rs_institution_nav {color:#7A8493;font-size:12px;font-weight:700}
.os_institution_hero {position:relative;height:233px;overflow:hidden;padding:32px 30px;background:linear-gradient(135deg,#F2F7FF,#EFF2FF)}
.rs_institution_copy {position:relative;z-index:2;width:53%}
.rs_institution_copy > span {color:#4B63D7;font-size:12px;font-weight:800}
.rs_institution_copy strong {display:block;margin-top:10px;color:#162239;font-size:26px;line-height:1.28;letter-spacing:-.045em}
.rs_institution_copy p {margin:10px 0 0;color:#677386;font-size:12px;line-height:1.65}
.rs_institution_copy button {min-height:30px;margin-top:14px;padding:0 12px;border:0;border-radius:6px;color:#fff;background:#315DD4;font-size:12px;font-weight:800}
.rs_institution_art {position:absolute;right:18px;top:15px;width:225px;height:205px}
.art_circle {position:absolute;border-radius:50%}
.art_circle_01 {width:200px;height:200px;right:0;top:0;background:#DCE7FF}
.art_circle_02 {width:150px;height:150px;right:25px;top:25px;border:1px solid rgba(64,87,245,.15);background:rgba(255,255,255,.45)}
.art_person {position:absolute;bottom:33px;border-radius:50% 50% 35% 35%}
.art_person::before {content:"";position:absolute;left:50%;top:-28px;width:46px;height:46px;border-radius:50%;background:#FFE1CA;transform:translateX(-50%)}
.art_person_01 {right:38px;width:78px;height:92px;background:#5C6FF5}
.art_person_02 {right:105px;width:68px;height:78px;background:#93A8E8}
.os_institution_cards {display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:16px 20px 0}
.os_institution_cards > span {min-height:67px;padding:12px;border:1px solid #E8ECF2;border-radius:8px;background:#fff}
.os_institution_cards b {display:block;color:#2F3A4B;font-size:12px}
.os_institution_cards em {display:block;margin-top:4px;color:#8A93A0;font-size:12px;font-style:normal}

.ss_chat_widget_zone {
    position:absolute;
    right:-14px;
    top:0;
    width:310px;
    height:515px;
    overflow:hidden;
    border:1px solid #DDE3ED;
    border-radius:16px;
    background:#fff;
    box-shadow:0 28px 80px rgba(30,43,89,.22);
}
.ks_chat_head {height:72px;display:flex;align-items:center;padding:0 16px;color:#fff;background:linear-gradient(135deg,#314CE2,#5368FF)}
.os_chat_avatar {width:39px;height:39px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;color:#3449D9;background:#fff;font-size:13px;font-weight:900}
.os_chat_identity {margin-left:10px;line-height:1.25}
.os_chat_identity b {display:block;font-size:13px;font-weight:900}
.os_chat_identity em {display:flex;align-items:center;gap:5px;margin-top:5px;color:rgba(255,255,255,.78);font-size:12px;font-style:normal}
.os_chat_identity i {width:6px;height:6px;border-radius:50%;background:#7EF0B6}
.ks_chat_head > button {margin-left:auto;border:0;color:rgba(255,255,255,.72);background:transparent;font-size:22px;cursor:pointer}
.ks_chat_body {height:382px;padding:17px;background:#F6F7FB}
.os_chat_date {display:block;margin-bottom:13px;color:#9AA3B2;text-align:center;font-size:12px}
.os_chat_row {display:flex;flex-wrap:wrap;margin-bottom:12px}
.os_chat_row p {max-width:85%;margin:0;padding:11px 12px;border-radius:11px;font-size:12px;line-height:1.65;box-shadow:0 4px 14px rgba(30,43,89,.05)}
.os_chat_row_ai p {border-top-left-radius:4px;background:#fff}
.os_chat_row_user {justify-content:flex-end}
.os_chat_row_user p {border-top-right-radius:4px;color:#fff;background:#4A5FEF}
.os_chat_row strong {font-weight:800}
.rs_quick_reply {display:flex;width:100%;gap:6px;margin:8px 0 0}
.rs_quick_reply button {min-height:30px;padding:0 10px;border:1px solid #C8D0FF;border-radius:7px;color:#4057F5;background:#fff;font-size:12px;font-weight:800}
.ks_chat_input {height:61px;display:flex;align-items:center;gap:8px;padding:10px 12px;border-top:1px solid #E9ECF2;background:#fff}
.ks_chat_input > span {flex:1;display:flex;align-items:center;height:39px;padding:0 11px;border:1px solid #E1E5ED;border-radius:8px;color:#A0A8B5;font-size:12px}
.ks_chat_input > button {width:39px;height:39px;display:grid;place-items:center;border:0;border-radius:8px;color:#fff;background:var(--webis_color);cursor:pointer}
.ks_chat_input svg {width:16px;height:16px}
.is_handoff_notice_field {
    position:absolute;
    left:22px;
    bottom:14px;
    z-index:5;
    width:375px;
    min-height:72px;
    display:grid;
    grid-template-columns:42px 1fr auto;
    align-items:center;
    gap:11px;
    padding:12px 14px;
    border:1px solid #DCE2EE;
    border-radius:10px;
    background:rgba(255,255,255,.96);
    box-shadow:0 18px 40px rgba(33,46,90,.13);
}
.ss_handoff_icon_zone {width:42px;height:42px;display:grid;place-items:center;border-radius:9px;color:var(--webis_color);background:var(--webis_color_soft)}
.ss_handoff_icon_zone svg {width:21px;height:21px}
.ss_handoff_copy_zone b {display:block;font-size:13px}
.ss_handoff_copy_zone em {display:block;margin-top:2px;color:var(--webis_muted);font-size:12px;font-style:normal}
.ss_handoff_status_zone {padding:6px 8px;border-radius:6px;color:#16845A;background:#E9F8F1;font-size:12px;font-weight:900;white-space:nowrap}
.es_hero_target_area {display:flex;align-items:center;justify-content:center;gap:0;margin-top:18px;padding-top:24px;border-top:1px solid rgba(218,223,236,.9)}
.es_hero_target_area span {position:relative;padding:0 22px;color:#667085;font-size:13px;font-weight:700}
.es_hero_target_area span + span::before {content:"";position:absolute;left:0;top:50%;width:3px;height:3px;border-radius:50%;background:#A6AFC0;transform:translateY(-50%)}
@keyframes we_hero_float {0%,100% {transform:translateY(0)} 50% {transform:translateY(-9px)}}
.ss_chat_widget_zone {animation:we_hero_float 6.5s ease-in-out infinite}
.is_handoff_notice_field {animation:we_hero_float 7.5s ease-in-out 1.2s infinite}

/* ====================================================================================================
   [WEBIS] - PROOF
==================================================================================================== */
.ws_proof_wrap {padding:0 0 8px;background:#fff}
.es_proof_area {display:grid;grid-template-columns:repeat(4,1fr);margin-top:56px;border:1px solid var(--webis_line);border-radius:14px;background:#fff;box-shadow:var(--webis_shadow_small)}
.bs_proof_item_box {padding:33px 30px 31px}
.bs_proof_item_box + .bs_proof_item_box {border-left:1px solid var(--webis_line)}
.bs_proof_item_box strong {display:block;color:var(--webis_color);font-size:40px;font-weight:900;letter-spacing:-.05em;line-height:1}
.bs_proof_item_box b {display:block;margin-top:14px;color:var(--webis_ink);font-size:16px;letter-spacing:-.03em}
.bs_proof_item_box p {margin:8px 0 0;color:var(--webis_muted);font-size:13px;line-height:1.7}

/* ====================================================================================================
   [WEBIS] - SOLUTION
==================================================================================================== */
.ws_solution_wrap {padding:136px 0 128px;background:#fff}
.bs_dashboard_box {overflow:hidden;border:1px solid #DDE3ED;border-radius:16px;background:#F7F8FB;box-shadow:var(--webis_shadow_medium)}
.is_dashboard_top_field {height:58px;display:flex;align-items:center;padding:0 18px;border-bottom:1px solid #E2E6ED;background:#fff}
.ss_dashboard_brand_zone {display:flex;align-items:center;gap:9px;color:#263246;font-size:13px;font-weight:900}
.ss_dashboard_brand_zone i {width:29px;height:29px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--webis_color);font-size:12px;font-style:normal}
.ss_dashboard_search_zone {width:280px;height:34px;display:flex;align-items:center;margin-left:62px;padding:0 12px;border:1px solid #E2E6ED;border-radius:7px;color:#9AA2AF;background:#F8F9FB;font-size:12px}
.ss_dashboard_user_zone {display:flex;align-items:center;gap:8px;margin-left:auto;color:#596477;font-size:12px;font-weight:800}
.ss_dashboard_user_zone i {width:30px;height:30px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#7986A3;font-size:12px;font-style:normal}
.is_dashboard_body_field {display:grid;grid-template-columns:72px 260px minmax(0,1fr) 228px;min-height:570px}
.ss_dashboard_nav_zone {display:flex;flex-direction:column;align-items:center;gap:12px;padding-top:22px;background:#18213A}
.ss_dashboard_nav_zone span {width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:rgba(255,255,255,.46)}
.ss_dashboard_nav_zone span.active {color:#fff;background:var(--webis_color)}
.ss_dashboard_nav_zone svg {width:18px;height:18px}
.ss_dashboard_list_zone {border-right:1px solid #E2E6ED;background:#fff}
.ks_dashboard_list_head {display:flex;align-items:center;justify-content:space-between;padding:21px 17px 12px}
.ks_dashboard_list_head strong {font-size:15px}
.ks_dashboard_list_head span {color:var(--webis_muted_2);font-size:12px}
.ks_dashboard_filter {height:34px;display:flex;align-items:center;margin:0 15px 10px;padding:0 10px;border:1px solid #E4E8EF;border-radius:7px;color:#A1A9B5;background:#F8F9FB;font-size:12px}
.ks_dashboard_contact {display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:start;padding:14px 14px;border-top:1px solid #EDF0F4}
.ks_dashboard_contact.active {background:#EFF2FF}
.ks_dashboard_contact > i {width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#fff;font-size:12px;font-style:normal;font-weight:900}
.contact_blue {background:#5570F5}.contact_purple {background:#8C75DA}.contact_orange {background:#DC9559}.contact_green {background:#4DA88A}
.ks_dashboard_contact b {display:block;color:#303B4D;font-size:12px}
.ks_dashboard_contact em {display:block;max-width:150px;margin-top:4px;overflow:hidden;color:#87909F;font-size:12px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}
.ks_dashboard_contact time {color:#A0A7B3;font-size:12px}
.ss_dashboard_chat_zone {display:flex;flex-direction:column;background:#F7F8FB}
.ks_dashboard_chat_head {height:64px;display:flex;align-items:center;padding:0 20px;border-bottom:1px solid #E3E7ED;background:#fff}
.ks_dashboard_chat_head span b {display:block;font-size:14px}
.ks_dashboard_chat_head span em {display:block;margin-top:3px;color:#838D9B;font-size:12px;font-style:normal}
.ks_dashboard_chat_head button {min-height:34px;margin-left:auto;padding:0 12px;border:1px solid #C9D1FF;border-radius:7px;color:var(--webis_color);background:#fff;font-size:12px;font-weight:800}
.ks_dashboard_chat_body {flex:1;padding:20px}
.os_dashboard_day {display:block;margin-bottom:14px;color:#9AA3B2;text-align:center;font-size:12px}
.os_dashboard_message {display:flex;margin-bottom:13px}
.os_dashboard_message p {max-width:74%;margin:0;padding:12px 13px;border-radius:10px;font-size:12px;line-height:1.7;box-shadow:0 4px 12px rgba(24,34,58,.04)}
.os_dashboard_message_ai p {border-top-left-radius:4px;background:#fff}
.os_dashboard_message_user {justify-content:flex-end}
.os_dashboard_message_user p {border-top-right-radius:4px;color:#fff;background:var(--webis_color)}
.os_dashboard_handoff {display:flex;align-items:center;gap:10px;margin-top:18px;padding:13px;border:1px dashed #B7C2FF;border-radius:8px;color:#3C4B93;background:#F3F5FF}
.os_dashboard_handoff svg {width:19px;height:19px;flex:0 0 auto}
.os_dashboard_handoff b {display:block;font-size:12px}
.os_dashboard_handoff em {display:block;margin-top:2px;color:#6773A3;font-size:12px;font-style:normal}
.ks_dashboard_chat_input {height:58px;display:flex;align-items:center;padding:0 12px 0 17px;border-top:1px solid #E4E8EF;color:#A1A9B5;background:#fff;font-size:12px}
.ks_dashboard_chat_input button {min-height:34px;margin-left:auto;padding:0 14px;border:0;border-radius:7px;color:#fff;background:var(--webis_color);font-size:12px;font-weight:800}
.ss_dashboard_info_zone {padding:22px 18px;border-left:1px solid #E2E6ED;background:#fff}
.ks_dashboard_info_label {color:#8B95A5;font-size:12px;font-weight:900}
.ss_dashboard_info_zone > strong {display:block;margin-top:9px;font-size:21px;letter-spacing:-.045em}
.ss_dashboard_info_zone dl {margin-top:23px}
.ss_dashboard_info_zone dl > div {padding:13px 0;border-top:1px solid #EDF0F4}
.ss_dashboard_info_zone dt {margin-bottom:4px;color:#929BA8;font-size:12px}
.ss_dashboard_info_zone dd {color:#3A4556;font-size:12px;font-weight:700;line-height:1.55}
.ss_dashboard_info_zone dd i {display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:var(--webis_warning)}
.ks_dashboard_memo {margin-top:14px;padding:12px;border-radius:8px;color:#536073;background:#F4F5F8;font-size:12px;line-height:1.6}
.ks_dashboard_memo span {display:block;margin-bottom:4px;color:#8992A0;font-size:12px;font-weight:800}
.bs_solution_point_box {display:grid;grid-template-columns:repeat(4,1fr);margin-top:44px;border-top:1px solid var(--webis_line);border-bottom:1px solid var(--webis_line)}
.is_solution_point_field {padding:28px 25px 30px}
.is_solution_point_field + .is_solution_point_field {border-left:1px solid var(--webis_line)}
.is_solution_point_field > span {display:block;margin-bottom:19px;color:var(--webis_color);font-size:13px;font-weight:900}
.is_solution_point_field b {display:block;margin-bottom:9px;font-size:18px;letter-spacing:-.035em}
.is_solution_point_field p {margin:0;color:var(--webis_muted);font-size:14px;line-height:1.75}

/* ====================================================================================================
   [WEBIS] - CONVERSATION
==================================================================================================== */
.ws_conversation_wrap {padding:136px 0;background:var(--webis_bg_alt)}
.bs_conversation_demo_box {overflow:hidden;border:1px solid #DCE2EC;border-radius:16px;background:#fff;box-shadow:var(--webis_shadow_medium)}
.is_conversation_tab_field {display:grid;grid-template-columns:repeat(3,1fr);padding:8px;border-bottom:1px solid #E4E8EF;background:#F5F6F9}
.is_conversation_tab_field button {min-height:48px;border:0;border-radius:7px;color:#6A7484;background:transparent;font-size:14px;font-weight:900;cursor:pointer}
.is_conversation_tab_field button.active {color:#fff;background:var(--webis_color);box-shadow:0 8px 18px rgba(var(--webis_color_rgb),.2)}
.is_conversation_content_field {display:grid;grid-template-columns:minmax(0,1fr) 340px;min-height:590px}
.ss_conversation_chat_zone {display:flex;flex-direction:column;background:#F7F8FB}
.ks_conversation_chat_head {height:78px;display:flex;align-items:center;padding:0 26px;border-bottom:1px solid #E2E6ED;background:#fff}
.os_conversation_agent {display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto auto;column-gap:11px;align-items:center}
.os_conversation_agent > i {grid-row:1 / span 2;width:46px;height:46px;display:grid;place-items:center;border-radius:10px;color:#fff;background:var(--webis_color);font-size:13px;font-style:normal;font-weight:900}
.os_conversation_agent b {font-size:15px}
.os_conversation_agent em {margin-top:2px;color:#858E9D;font-size:12px;font-style:normal}
.os_conversation_live {display:flex;align-items:center;gap:7px;margin-left:auto;color:#388265;font-size:12px;font-weight:800}
.os_conversation_live i {width:7px;height:7px;border-radius:50%;background:#35C285;box-shadow:0 0 0 5px rgba(53,194,133,.1)}
.ks_conversation_messages {flex:1;padding:29px 31px}
.we_demo_message {display:flex;margin-bottom:16px}
.we_demo_message.user {justify-content:flex-end}
.we_demo_message .message_bubble {max-width:72%;padding:14px 16px;border-radius:11px;font-size:14px;line-height:1.75;box-shadow:0 4px 14px rgba(26,37,71,.045)}
.we_demo_message.ai .message_bubble {border-top-left-radius:4px;background:#fff}
.we_demo_message.user .message_bubble {border-top-right-radius:4px;color:#fff;background:var(--webis_color)}
.we_demo_message .message_bubble strong {display:block;margin-bottom:5px;color:var(--webis_color);font-size:13px}
.we_demo_message.user .message_bubble strong {color:#fff}
.we_demo_quick {display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.we_demo_quick span {padding:7px 10px;border:1px solid #C9D1FF;border-radius:7px;color:var(--webis_color);background:#fff;font-size:12px;font-weight:800}
.we_demo_escalation {display:flex;align-items:center;gap:9px;margin-top:10px;padding:11px;border:1px dashed #B6C1FF;border-radius:8px;color:#46569A;background:#F1F3FF;font-size:12px}
.we_demo_escalation svg {width:18px;height:18px}
.ks_conversation_input {height:64px;display:flex;align-items:center;padding:0 13px 0 19px;border-top:1px solid #E3E7ED;color:#A0A8B5;background:#fff;font-size:13px}
.ks_conversation_input button {width:40px;height:40px;display:grid;place-items:center;margin-left:auto;border:0;border-radius:8px;color:#fff;background:var(--webis_color)}
.ks_conversation_input svg {width:17px;height:17px}
.ss_conversation_context_zone {padding:34px 30px;border-left:1px solid #E2E6ED;background:#fff}
.ss_conversation_context_zone > span {color:var(--webis_color);font-size:13px;font-weight:900}
.ss_conversation_context_zone h3 {margin:11px 0 26px;font-size:27px;line-height:1.35;letter-spacing:-.05em}
.ss_conversation_context_zone dl > div {padding:15px 0;border-top:1px solid #E9EDF2}
.ss_conversation_context_zone dt {margin-bottom:5px;color:#9099A7;font-size:12px}
.ss_conversation_context_zone dd {color:#344053;font-size:14px;font-weight:700;line-height:1.6}
.ks_conversation_context_notice {display:flex;gap:10px;margin-top:23px;padding:14px;border-radius:8px;color:#4B5870;background:#F4F6FA}
.ks_conversation_context_notice svg {width:20px;height:20px;flex:0 0 auto;color:var(--webis_color)}
.ks_conversation_context_notice p {margin:0;font-size:12px;line-height:1.65}
.ks_conversation_context_notice b {display:block;margin-bottom:3px;color:#303C50}

/* ====================================================================================================
   [WEBIS] - INDUSTRY
==================================================================================================== */
.ws_industry_wrap {padding:138px 0;background:#fff}
.bs_industry_grid_box {display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.is_industry_card_field {
    min-height:244px;
    display:flex;
    flex-direction:column;
    padding:29px 28px 25px;
    border:1px solid transparent;
    border-radius:12px;
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.is_industry_card_field:hover {transform:translateY(-5px);border-color:rgba(var(--webis_color_rgb),.17);box-shadow:var(--webis_shadow_small)}
.industry_card_blue {background:#EEF3FF}.industry_card_lavender {background:#F2EFFF}.industry_card_sky {background:#EAF7FF}.industry_card_mint {background:#ECF8F5}.industry_card_gray {background:#F3F4F7}.industry_card_navy {color:#fff;background:#202A48}
.ss_industry_icon_zone {width:48px;height:48px;display:grid;place-items:center;margin-bottom:28px;border:1px solid rgba(var(--webis_color_rgb),.14);border-radius:10px;color:var(--webis_color);background:rgba(255,255,255,.72)}
.industry_card_navy .ss_industry_icon_zone {border-color:rgba(255,255,255,.14);color:#fff;background:rgba(255,255,255,.08)}
.ss_industry_icon_zone svg {width:24px;height:24px}
.ss_industry_copy_zone b {display:block;font-size:20px;line-height:1.4;letter-spacing:-.04em}
.ss_industry_copy_zone p {margin:10px 0 0;color:#627083;font-size:14px;line-height:1.75}
.industry_card_navy .ss_industry_copy_zone p {color:rgba(255,255,255,.68)}
.ss_industry_tag_zone {margin-top:auto;padding-top:23px;color:#66728A;font-size:12px;font-weight:800}
.industry_card_navy .ss_industry_tag_zone {color:rgba(255,255,255,.68)}

/* ====================================================================================================
   [WEBIS] - SKIN
==================================================================================================== */
.ws_skin_wrap {padding:136px 0;background:linear-gradient(180deg,#FFFFFF,#F7F8FC 30%,#F7F8FC 70%,#FFFFFF)}
.bs_skin_demo_box {overflow:hidden;border:1px solid #DCE2EC;border-radius:16px;background:#fff;box-shadow:var(--webis_shadow_medium)}
.is_skin_tab_field {display:grid;grid-template-columns:repeat(3,1fr);padding:8px;border-bottom:1px solid #E4E8EF;background:#F5F6F9}
.is_skin_tab_field button {min-height:48px;border:0;border-radius:7px;color:#6A7484;background:transparent;font-size:14px;font-weight:900;cursor:pointer;transition:color .2s ease,background .2s ease}
.is_skin_tab_field button.active {color:#fff;background:var(--webis_ink);box-shadow:0 8px 18px rgba(17,24,39,.18)}
.is_skin_content_field {display:grid;grid-template-columns:minmax(0,1fr) 340px;min-height:560px}
.ss_skin_stage_zone {position:relative;display:grid;place-items:center;padding:48px 30px;background:
    radial-gradient(circle at 18% 22%,rgba(64,87,245,.05),transparent 34%),
    radial-gradient(circle at 84% 78%,rgba(64,87,245,.05),transparent 30%),
    #F5F6FA}
.ks_skin_widget {
    --wskin_head:#e06a4b;
    --wskin_head_text:#FFFFFF;
    --wskin_accent:#c9563a;
    --wskin_user_bg:#f5dcd0;
    --wskin_user_text:#453931;
    --wskin_ai_bg:#FFFFFF;
    --wskin_body_bg:#fbf6f0;
    --wskin_line:#f0e5d9;
    --wskin_radius:16px;
    width:330px;
    overflow:hidden;
    border:1px solid var(--wskin_line);
    border-radius:var(--wskin_radius);
    background:#fff;
    box-shadow:0 30px 70px rgba(30,43,89,.16);
    transition:border-color .35s ease;
}
.os_skin_head {display:flex;align-items:center;gap:10px;padding:15px 16px;color:var(--wskin_head_text);background:var(--wskin_head);transition:background .35s ease}
.rs_skin_avatar {width:37px;height:37px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;color:var(--wskin_head);background:#fff;font-size:12px;font-weight:900;transition:color .35s ease}
.rs_skin_identity {line-height:1.25}
.rs_skin_identity b {display:block;font-size:13px;font-weight:900}
.rs_skin_identity em {display:flex;align-items:center;gap:5px;margin-top:4px;font-size:12px;font-style:normal;opacity:.82}
.rs_skin_identity i {width:6px;height:6px;border-radius:50%;background:#7EF0B6}
.rs_skin_close {margin-left:auto;font-size:20px;opacity:.7}
.os_skin_body {padding:17px 15px;background:var(--wskin_body_bg);transition:background .35s ease}
.rs_skin_row {display:flex;flex-wrap:wrap;margin-bottom:11px}
.rs_skin_row:last-child {margin-bottom:0}
.rs_skin_row p {max-width:86%;margin:0;padding:11px 13px;border-radius:12px;font-size:12px;line-height:1.65;box-shadow:0 4px 14px rgba(30,43,89,.05);transition:background .35s ease,color .35s ease}
.rs_skin_row_ai p {border-top-left-radius:4px;background:var(--wskin_ai_bg)}
.rs_skin_row_user {justify-content:flex-end}
.rs_skin_row_user p {border-top-right-radius:4px;color:var(--wskin_user_text);background:var(--wskin_user_bg)}
.rs_skin_quick {display:flex;width:100%;gap:6px;margin-top:8px}
.rs_skin_quick i {padding:7px 10px;border:1px solid var(--wskin_line);border-radius:7px;color:var(--wskin_accent);background:#fff;font-size:12px;font-style:normal;font-weight:800;transition:color .35s ease,border-color .35s ease}
.os_skin_input {display:flex;align-items:center;gap:8px;padding:11px 12px;border-top:1px solid var(--wskin_line);background:#fff}
.os_skin_input > span {flex:1;display:flex;align-items:center;height:38px;padding:0 11px;border:1px solid var(--wskin_line);border-radius:8px;color:#A0A8B5;font-size:12px}
.os_skin_input > button {width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:8px;color:var(--wskin_head_text);background:var(--wskin_head);cursor:pointer;transition:background .35s ease}
.os_skin_input svg {width:15px;height:15px}
.ss_skin_launcher_zone {position:absolute;right:26px;bottom:26px;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;color:var(--wskin_head_text,#fff);background:var(--wskin_head,#e06a4b);box-shadow:0 16px 36px rgba(30,43,89,.22);transition:background .35s ease}
.ss_skin_launcher_zone svg {width:24px;height:24px}
.ss_skin_context_zone {padding:34px 30px;border-left:1px solid #E2E6ED;background:#fff}
.ss_skin_context_zone > span {color:var(--webis_color);font-size:13px;font-weight:900}
.ss_skin_context_zone h3 {margin:11px 0 12px;font-size:27px;line-height:1.35;letter-spacing:-.05em}
.ks_skin_desc {margin:0 0 20px;color:var(--webis_muted);font-size:14px;line-height:1.75}
.ss_skin_context_zone dl > div {padding:15px 0;border-top:1px solid #E9EDF2}
.ss_skin_context_zone dt {margin-bottom:5px;color:#9099A7;font-size:12px}
.ss_skin_context_zone dd {color:#344053;font-size:14px;font-weight:700;line-height:1.6}
.ks_skin_palette {display:flex;gap:8px;margin-top:22px}
.ks_skin_palette span {width:34px;height:34px;border:1px solid rgba(17,24,39,.08);border-radius:9px}
.ks_skin_note {margin:18px 0 0;padding:13px;border-radius:8px;color:#4B5870;background:#F4F6FA;font-size:12px;line-height:1.65}

/* ====================================================================================================
   [WEBIS] - PLAN
==================================================================================================== */
.ws_plan_wrap {padding:136px 0;background:linear-gradient(180deg,#F7F8FC,#FFFFFF)}
.bs_plan_grid_box {display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #DDE3ED;border-radius:14px;background:#fff;box-shadow:var(--webis_shadow_small)}
.is_plan_card_field {position:relative;display:flex;flex-direction:column;min-height:530px;padding:34px 30px 28px}
.is_plan_card_field + .is_plan_card_field {border-left:1px solid #E2E6ED}
.is_plan_card_field_recommend {margin:-13px 0 -13px;border:2px solid var(--webis_color)!important;border-radius:12px;background:#fff;box-shadow:0 22px 54px rgba(var(--webis_color_rgb),.14)}
.ss_plan_badge_zone {position:absolute;left:28px;top:-17px;padding:7px 11px;border-radius:6px;color:#fff;background:var(--webis_color);font-size:12px;font-weight:900}
.ss_plan_head_zone > span {color:var(--webis_color);font-size:13px;font-weight:900}
.ss_plan_head_zone b {display:block;margin-top:9px;font-size:28px;letter-spacing:-.05em}
.ss_plan_head_zone p {min-height:52px;margin:10px 0 0;color:var(--webis_muted);font-size:14px;line-height:1.75}
.ss_plan_list_zone {display:grid;gap:15px;margin-top:29px;padding-top:25px;border-top:1px solid #E8ECF2}
.ss_plan_list_zone li {display:flex;align-items:flex-start;gap:10px;color:#3E495B;font-size:14px;font-weight:700}
.ss_plan_list_zone svg {width:18px;height:18px;flex:0 0 auto;color:var(--webis_color)}
.ss_plan_action_zone {display:flex;align-items:center;justify-content:space-between;min-height:50px;margin-top:auto;padding:0 15px;border:1px solid #DCE2EC;border-radius:8px;color:#354055;background:#fff;font-size:14px;font-weight:900}
.ss_plan_action_zone svg {width:18px;height:18px}
.is_plan_card_field_recommend .ss_plan_action_zone {border-color:var(--webis_color);color:#fff;background:var(--webis_color)}
.bs_plan_note_box {margin:27px 0 0;color:var(--webis_muted);text-align:center;font-size:13px}

/* ====================================================================================================
   [WEBIS] - PROCESS
==================================================================================================== */
.ws_process_wrap {padding:128px 0;background:#fff}
.bs_process_list_box {display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #DDE2EA;border-bottom:1px solid #DDE2EA}
.is_process_item_field {position:relative;padding:30px 24px 32px}
.is_process_item_field + .is_process_item_field {border-left:1px solid #E2E6ED}
.is_process_item_field > span {display:block;margin-bottom:24px;color:var(--webis_color);font-size:13px;font-weight:900}
.is_process_item_field b {display:block;font-size:19px;letter-spacing:-.04em}
.is_process_item_field p {margin:10px 0 0;color:var(--webis_muted);font-size:14px;line-height:1.75}

/* ====================================================================================================
   [WEBIS] - FAQ
==================================================================================================== */
.ws_faq_wrap {padding:128px 0;background:var(--webis_bg_alt)}
.es_faq_area {display:grid;grid-template-columns:.72fr 1.28fr;gap:96px;align-items:start}
.bs_faq_intro_box {position:sticky;top:118px}
.bs_faq_intro_box h2 {margin:0;font-size:42px;line-height:1.28;letter-spacing:-.055em}
.bs_faq_intro_box p {max-width:430px;margin:20px 0 0;color:var(--webis_muted);font-size:16px;line-height:1.8}
.bs_faq_intro_box > a {display:inline-flex;align-items:center;gap:8px;margin-top:27px;color:var(--webis_color);font-size:14px;font-weight:900}
.bs_faq_intro_box > a svg {width:19px;height:19px}
.bs_faq_list_box {border-top:1px solid #DDE2EA}
.is_faq_item_field {border-bottom:1px solid #DDE2EA}
.is_faq_item_field > button {width:100%;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}
.is_faq_item_field > button span {font-size:17px;font-weight:800}
.is_faq_item_field > button svg {width:21px;height:21px;flex:0 0 auto;color:#7F8998;transition:transform .2s ease}
.is_faq_item_field.active > button svg {color:var(--webis_color);transform:rotate(45deg)}
.ss_faq_answer_zone {padding:0 42px 25px 0}
.ss_faq_answer_zone p {margin:0;color:var(--webis_muted);font-size:15px;line-height:1.85}

/* ====================================================================================================
   [WEBIS] - CONTACT
==================================================================================================== */
.ws_contact_wrap {padding:118px 0;background:linear-gradient(135deg,#EEF2FF 0%,#F7F8FF 55%,#EDF7FF 100%)}
.es_contact_area {display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.bs_contact_copy_box h2 {margin:0;font-size:clamp(40px,4.4vw,58px);line-height:1.22;letter-spacing:-.06em}
.bs_contact_copy_box > p {max-width:520px;margin:23px 0 0;color:#5E697B;font-size:17px;line-height:1.85}
.bs_contact_copy_box > a {display:inline-flex;align-items:center;gap:8px;margin-top:29px;color:var(--webis_color);font-size:15px;font-weight:900}
.bs_contact_copy_box > a svg {width:20px;height:20px}
.bs_contact_form_box {display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding:31px;border:1px solid rgba(208,215,230,.95);border-radius:14px;background:rgba(255,255,255,.88);box-shadow:var(--webis_shadow_small);backdrop-filter:blur(8px)}
.is_contact_field {display:grid;gap:8px}
.is_contact_field_full {grid-column:1 / -1}
.is_contact_field label {color:#384457;font-size:13px;font-weight:900}
.is_contact_field input,.is_contact_field textarea {width:100%;border:1px solid #DDE3EC;border-radius:8px;color:#263247;background:#fff;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}
.is_contact_field input {height:50px;padding:0 14px}
.is_contact_field textarea {padding:13px 14px;resize:vertical;line-height:1.7}
.is_contact_field input:focus,.is_contact_field textarea:focus {border-color:var(--webis_color);box-shadow:0 0 0 4px rgba(var(--webis_color_rgb),.09)}
.is_contact_field input::placeholder,.is_contact_field textarea::placeholder {color:#A1A8B4}
.is_contact_action_field {grid-column:1 / -1;display:flex;align-items:center;gap:16px;margin-top:3px}
.is_contact_action_field span {color:#8A93A1;font-size:12px;line-height:1.55}

/* ====================================================================================================
   [WEBIS] - FOOTER / FLOAT
==================================================================================================== */
#we_footer {padding:58px 0 48px;color:#fff;background:var(--webis_navy)}
.es_footer_area {display:grid;grid-template-columns:minmax(0,1.2fr) auto auto;gap:70px;align-items:start}
.is_footer_logo_field {font-size:20px;font-weight:900;letter-spacing:-.04em}
.is_footer_logo_field span {color:#7F8CFF}
.is_footer_desc_field {max-width:400px;margin:14px 0 0;color:rgba(255,255,255,.58);font-size:13px;line-height:1.8}
.bs_footer_menu_box {display:grid;gap:11px;font-size:13px}
.bs_footer_menu_box b {margin-bottom:5px;color:rgba(255,255,255,.44);font-size:12px;font-weight:900;letter-spacing:.04em}
.bs_footer_menu_box a {color:rgba(255,255,255,.78);font-weight:700}
.bs_footer_menu_box a:hover {color:#fff}
.bs_footer_info_box {display:grid;justify-items:start;gap:9px;color:rgba(255,255,255,.68);font-size:12px}
.bs_footer_info_box b {margin-bottom:2px;color:rgba(255,255,255,.44);font-size:12px;font-weight:900;letter-spacing:.04em}
.bs_footer_info_box a {color:#fff;font-size:14px;font-weight:800}
.bs_footer_info_box small {margin-top:6px;color:rgba(255,255,255,.42);font-size:12px}
#we_float {position:relative;z-index:900}
.ws_float_contact_wrap {display:none;position:fixed;right:26px;bottom:26px;align-items:center;gap:8px;min-height:48px;padding:0 16px;border-radius:9px;color:#fff;background:var(--webis_color);box-shadow:0 14px 34px rgba(var(--webis_color_rgb),.3);font-size:13px;font-weight:900}
.ws_float_contact_wrap svg {width:18px;height:18px}

/* ====================================================================================================
   [WEBIS] - RESPONSIVE : 1180
==================================================================================================== */
@media (max-width:1180px) {
    :root {--webis_area:1040px}
    .bs_navigation_box {gap:20px}
    .we_text_link {display:none}
    .es_hero_area {grid-template-columns:minmax(0,.82fr) minmax(540px,1.18fr);gap:34px}
    .is_hero_title_field {font-size:56px}
    .ss_product_browser_zone {width:540px}
    .ss_chat_widget_zone {right:-10px;width:295px}
    .is_dashboard_body_field {grid-template-columns:64px 230px minmax(0,1fr) 200px}
    .ks_dashboard_contact em {max-width:125px}
    .ss_dashboard_search_zone {margin-left:35px}
    .bs_industry_grid_box {grid-template-columns:repeat(2,1fr)}
}

/* ====================================================================================================
   [WEBIS] - RESPONSIVE : 1024
==================================================================================================== */
@media (max-width:1024px) {
    :root {--webis_header_height:70px}
    .we_area {width:min(calc(100% - 40px),var(--webis_area))}
    .bs_navigation_box {display:none}
    .bs_header_action_box .we_button_small {display:none}
    .we_menu_button {display:grid}
    .ws_hero_wrap {padding-top:68px}
    .es_hero_area {display:block;min-height:auto}
    .bs_hero_copy_box {max-width:720px;padding-bottom:52px;text-align:center;margin:0 auto}
    .is_hero_label_field {justify-content:center}
    .is_hero_title_field {font-size:58px}
    .is_hero_desc_field {margin-left:auto;margin-right:auto}
    .is_hero_action_field,.is_hero_proof_field {justify-content:center}
    .bs_hero_visual_box {width:min(100%,760px);min-height:620px;margin:0 auto}
    .ss_product_browser_zone {width:650px}
    .ss_chat_widget_zone {right:0;width:320px}
    .es_hero_target_area {flex-wrap:wrap;row-gap:12px;padding-bottom:4px}
    .es_hero_target_area span {padding:0 14px}
    .bs_section_head_box {display:block}
    .is_section_desc_field {max-width:680px;margin-top:21px}
    .is_dashboard_body_field {grid-template-columns:62px 220px minmax(0,1fr)}
    .ss_dashboard_info_zone {display:none}
    .ss_dashboard_search_zone {margin-left:30px}
    .bs_solution_point_box {grid-template-columns:repeat(2,1fr)}
    .is_solution_point_field:nth-child(3) {border-left:0;border-top:1px solid var(--webis_line)}
    .is_solution_point_field:nth-child(4) {border-top:1px solid var(--webis_line)}
    .is_conversation_content_field {grid-template-columns:minmax(0,1fr) 300px}
    .bs_plan_grid_box {grid-template-columns:1fr;gap:0;border:0;background:transparent;box-shadow:none}
    .is_plan_card_field {min-height:auto;border:1px solid #DDE3ED;border-radius:11px;background:#fff}
    .is_plan_card_field + .is_plan_card_field {margin-top:15px;border-left:1px solid #DDE3ED}
    .is_plan_card_field_recommend {margin:15px 0 0}
    .ss_plan_head_zone p {min-height:0}
    .ss_plan_action_zone {margin-top:30px}
    .bs_process_list_box {grid-template-columns:repeat(2,1fr)}
    .is_process_item_field:nth-child(3) {border-left:0;border-top:1px solid #E2E6ED}
    .is_process_item_field:nth-child(4) {border-top:1px solid #E2E6ED}
    .es_faq_area {grid-template-columns:1fr;gap:48px}
    .bs_faq_intro_box {position:static}
    .es_contact_area {grid-template-columns:1fr;gap:48px}
}

/* ====================================================================================================
   [WEBIS] - RESPONSIVE : 768
==================================================================================================== */
@media (max-width:768px) {
    body {font-size:15px}
    .we_area {width:min(calc(100% - 32px),var(--webis_area))}
    .we_button {min-height:50px;padding:0 18px;font-size:14px}
    .we_section_label {font-size:13px}
    .is_section_title_field h2 {font-size:38px}
    .is_section_desc_field {font-size:16px}
    .ws_hero_wrap {padding-top:56px}
    .is_hero_label_field {font-size:13px}
    .is_hero_title_field {font-size:48px}
    .is_hero_desc_field {font-size:17px;line-height:1.8}
    .is_hero_proof_field {gap:14px;font-size:12px}
    .bs_hero_visual_box {min-height:560px}
    .is_product_window_field {height:520px}
    .ss_product_browser_zone {left:50%;width:620px;transform:translateX(-55%) scale(.82);transform-origin:top center}
    .ss_chat_widget_zone {right:2%;top:18px;width:300px;height:485px;transform:scale(.9);transform-origin:top right}
    .ks_chat_body {height:352px}
    .is_handoff_notice_field {left:8px;bottom:13px;width:340px;transform:scale(.92);transform-origin:left bottom}
    .es_hero_target_area {margin-top:0}
    .ws_solution_wrap,.ws_conversation_wrap,.ws_industry_wrap,.ws_plan_wrap {padding:104px 0}
    .ws_process_wrap,.ws_faq_wrap {padding:96px 0}
    .ws_contact_wrap {padding:92px 0}
    .bs_section_head_box {margin-bottom:38px}
    .bs_dashboard_box {overflow-x:auto}
    .is_dashboard_top_field,.is_dashboard_body_field {min-width:880px}
    .bs_solution_point_box {margin-top:35px}
    .is_conversation_content_field {grid-template-columns:1fr}
    .ss_conversation_context_zone {border-top:1px solid #E2E6ED;border-left:0}
    .ks_conversation_messages {min-height:430px}
    .bs_industry_grid_box {grid-template-columns:1fr}
    .is_industry_card_field {min-height:220px}
    .bs_process_list_box {grid-template-columns:1fr}
    .is_process_item_field + .is_process_item_field {border-top:1px solid #E2E6ED;border-left:0}
    .bs_contact_form_box {grid-template-columns:1fr}
    .is_contact_field_full {grid-column:auto}
    .is_contact_action_field {grid-column:auto;align-items:flex-start;flex-direction:column}
    .es_footer_area {align-items:flex-start;flex-direction:column}
    .bs_footer_info_box {justify-items:start;text-align:left}
}

/* ====================================================================================================
   [WEBIS] - RESPONSIVE : 520
==================================================================================================== */
@media (max-width:520px) {
    .we_area {width:min(calc(100% - 28px),var(--webis_area))}
    #we_header .es_header_area {gap:12px}
    .is_brand_text_field {font-size:18px}
    .we_menu_button {width:42px;height:42px}
    .ws_hero_wrap {padding-top:44px}
    .bs_hero_copy_box {padding-bottom:42px}
    .is_hero_label_field {justify-content:flex-start;text-align:left}
    .is_hero_title_field {font-size:39px;line-height:1.18;text-align:left}
    .is_hero_title_field br {display:none}
    .is_hero_desc_field {font-size:16px;line-height:1.78;text-align:left}
    .is_hero_action_field {align-items:stretch;flex-direction:column}
    .is_hero_action_field .we_button {width:100%}
    .is_hero_proof_field {justify-content:flex-start;gap:9px 15px;text-align:left}
    .bs_hero_visual_box {min-height:485px}
    .is_product_window_field {height:450px}
    .ss_product_browser_zone {left:50%;top:42px;width:590px;height:440px;transform:translateX(-60%) scale(.58);transform-origin:top center}
    .ss_chat_widget_zone {right:-12px;top:0;width:300px;height:485px;transform:scale(.72);transform-origin:top right}
    .is_handoff_notice_field {left:-5px;bottom:18px;width:330px;transform:scale(.72);transform-origin:left bottom}
    .es_hero_target_area {justify-content:flex-start;gap:9px 0;padding-top:20px}
    .es_hero_target_area span {width:50%;padding:0 6px;font-size:12px}
    .es_hero_target_area span + span::before {display:none}
    .ws_solution_wrap,.ws_conversation_wrap,.ws_industry_wrap,.ws_plan_wrap {padding:82px 0}
    .ws_process_wrap,.ws_faq_wrap {padding:78px 0}
    .ws_contact_wrap {padding:76px 0}
    .we_section_label {margin-bottom:14px;font-size:13px}
    .we_section_label::before {width:22px}
    .is_section_title_field h2 {font-size:32px;line-height:1.28}
    .is_section_desc_field {font-size:15px;line-height:1.75}
    .bs_section_head_box {margin-bottom:31px}
    .is_dashboard_top_field,.is_dashboard_body_field {min-width:840px}
    .bs_solution_point_box {grid-template-columns:1fr}
    .is_solution_point_field + .is_solution_point_field {border-top:1px solid var(--webis_line);border-left:0}
    .is_solution_point_field {padding:23px 4px 25px}
    .is_solution_point_field > span {margin-bottom:13px}
    .is_solution_point_field b {font-size:17px}
    .is_conversation_tab_field {display:flex;overflow-x:auto;padding:7px}
    .is_conversation_tab_field button {min-width:130px;flex:1 0 auto;font-size:13px}
    .ks_conversation_chat_head {height:72px;padding:0 16px}
    .os_conversation_agent {grid-template-columns:40px 1fr;column-gap:9px}
    .os_conversation_agent > i {width:40px;height:40px}
    .os_conversation_agent b {font-size:13px}
    .os_conversation_agent em {font-size:12px}
    .os_conversation_live {display:none}
    .ks_conversation_messages {min-height:450px;padding:21px 16px}
    .we_demo_message .message_bubble {max-width:89%;font-size:13px}
    .ss_conversation_context_zone {padding:27px 20px}
    .ss_conversation_context_zone h3 {font-size:24px}
    .is_industry_card_field {min-height:225px;padding:25px 23px 22px}
    .ss_industry_icon_zone {margin-bottom:22px}
    .ss_industry_copy_zone b {font-size:19px}
    .ss_industry_copy_zone p {font-size:14px}
    .is_plan_card_field {padding:30px 23px 24px}
    .ss_plan_head_zone b {font-size:25px}
    .ss_plan_badge_zone {left:22px}
    .bs_faq_intro_box h2 {font-size:32px}
    .bs_faq_intro_box p {font-size:15px}
    .is_faq_item_field > button {min-height:70px}
    .is_faq_item_field > button span {font-size:15px}
    .ss_faq_answer_zone {padding-right:14px}
    .ss_faq_answer_zone p {font-size:14px}
    .bs_contact_copy_box h2 {font-size:35px}
    .bs_contact_copy_box > p {font-size:15px}
    .bs_contact_form_box {padding:23px 19px}
    .is_contact_action_field .we_button {width:100%}
    .ws_float_contact_wrap {right:14px;bottom:14px;width:48px;height:48px;min-height:48px;padding:0;justify-content:center;border-radius:9px}
    .ws_float_contact_wrap span {display:none}
}

/* ====================================================================================================
   [WEBIS] - RESPONSIVE : 320
==================================================================================================== */
@media (max-width:320px) {
    .we_area {width:min(calc(100% - 24px),var(--webis_area))}
    .is_hero_title_field {font-size:34px}
    .is_hero_proof_field span {width:100%}
    .bs_hero_visual_box {min-height:440px}
    .ss_product_browser_zone {transform:translateX(-63%) scale(.51)}
    .ss_chat_widget_zone {right:-22px;transform:scale(.65)}
    .is_handoff_notice_field {transform:scale(.64)}
    .es_hero_target_area span {width:100%}
    .is_section_title_field h2 {font-size:29px}
}

/* ====================================================================================================
   [WEBIS] - RESPONSIVE : V2 (PROOF · SKIN · FOOTER)
==================================================================================================== */
@media (max-width:1024px) {
    .es_proof_area {grid-template-columns:repeat(2,1fr);margin-top:44px}
    .bs_proof_item_box:nth-child(3) {border-left:0;border-top:1px solid var(--webis_line)}
    .bs_proof_item_box:nth-child(4) {border-top:1px solid var(--webis_line)}
    .is_skin_content_field {grid-template-columns:minmax(0,1fr) 300px}
    .es_footer_area {grid-template-columns:1fr;gap:36px}
}
@media (max-width:768px) {
    .ws_skin_wrap {padding:104px 0}
    .is_skin_content_field {grid-template-columns:1fr}
    .ss_skin_context_zone {border-top:1px solid #E2E6ED;border-left:0}
    .ss_skin_stage_zone {padding:40px 20px}
    .es_proof_area {margin-top:36px}
}
@media (max-width:520px) {
    .ws_skin_wrap {padding:82px 0}
    .es_proof_area {grid-template-columns:1fr;margin-top:30px}
    .bs_proof_item_box {padding:25px 24px}
    .bs_proof_item_box + .bs_proof_item_box {border-left:0;border-top:1px solid var(--webis_line)}
    .bs_proof_item_box strong {font-size:34px}
    .is_skin_tab_field {display:flex;overflow-x:auto;padding:7px}
    .is_skin_tab_field button {min-width:150px;flex:1 0 auto;font-size:13px}
    .ks_skin_widget {width:min(330px,100%)}
    .ss_skin_launcher_zone {right:14px;bottom:14px;width:46px;height:46px}
    .ss_skin_context_zone {padding:27px 20px}
    .ss_skin_context_zone h3 {font-size:24px}
}

@media (prefers-reduced-motion:reduce) {
    html {scroll-behavior:auto}
    *,*::before,*::after {animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
