.ksse-floating-quick {
    position:fixed;
    top:158px;
    right:16px;
    z-index:1200;
    width:254px;
    color:#111827;
    transition:width .18s ease, opacity .18s ease;
}
.ksse-floating-quick a {
    text-decoration:none;
}
.ksse-quick-panel {
    display:block;
}
.ksse-quick-toggle,
.ksse-quick-reopen {
    border:0;
    font-family:inherit;
    cursor:pointer;
}
.ksse-quick-toggle {
    position:absolute;
    top:-10px;
    left:-10px;
    z-index:3;
    width:28px;
    height:28px;
    display:grid;
    place-items:center;
    border:1px solid #d9e0ea;
    border-radius:999px;
    background:#fff;
    color:#334155;
    box-shadow:0 8px 18px rgba(15,23,42,.14);
}
.ksse-quick-toggle:hover {
    color:#0b62d6;
    border-color:#bfdbfe;
    background:#eff6ff;
}
.ksse-quick-reopen {
    display:none;
    width:84px;
    min-height:46px;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    border:1px solid #cbd5e1;
    border-radius:999px;
    background:#fff;
    color:#0b62d6;
    font-size:11px;
    font-weight:950;
    box-shadow:0 12px 26px rgba(15,23,42,.16);
}
.ksse-quick-reopen i {
    font-size:17px;
}
.ksse-floating-quick.is-collapsed {
    width:auto;
}
.ksse-floating-quick.is-collapsed .ksse-quick-panel,
.ksse-floating-quick.is-collapsed .ksse-quick-toggle {
    display:none;
}
.ksse-floating-quick.is-collapsed .ksse-quick-reopen {
    display:flex;
}
.ksse-quick-main {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
    min-height:114px;
    margin-bottom:8px;
    padding:12px 16px;
    border:2px solid #16a34a;
    border-radius:8px;
    background:#fff;
    color:#15803d;
    text-align:left;
    box-shadow:0 12px 30px rgba(15,23,42,.1);
}
.ksse-quick-main i {
    width:50px;
    height:50px;
    flex:0 0 50px;
    display:grid;
    place-items:center;
    border-radius:8px;
    background:#ecfdf5;
    color:#16a34a;
    font-size:24px;
}
.ksse-quick-main strong {
    font-size:19px;
    line-height:1.32;
    font-weight:950;
    word-break:keep-all;
}
.ksse-quick-stack {
    overflow:hidden;
    border:1px solid #1f2937;
    border-radius:8px;
    background:#fff;
    box-shadow:0 14px 34px rgba(15,23,42,.16);
}
.ksse-quick-stack a {
    min-height:84px;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
    padding:10px 15px;
    border-top:1px solid #1f2937;
    color:#111827;
    text-align:left;
    background:#fff;
}
.ksse-quick-stack a:first-child {
    border-top:0;
}
.ksse-quick-stack a:hover {
    color:#1f5eff;
    background:#f7faff;
}
.ksse-quick-stack i {
    width:44px;
    height:44px;
    flex:0 0 44px;
    display:grid;
    place-items:center;
    border-radius:8px;
    background:#eef4ff;
    color:#4b8df7;
    font-size:22px;
}
.ksse-quick-stack span {
    display:block;
    font-size:18px;
    line-height:1.28;
    font-weight:900;
    word-break:keep-all;
}
.ksse-quick-stack .is-chat {
    color:#0f5132;
    background:#f0fdf4;
}
.ksse-quick-stack .is-chat i {
    background:#16a34a;
    color:#fff;
}
.ksse-quick-social {
    display:flex;
    gap:8px;
    justify-content:center;
    margin-top:9px;
}
.ksse-quick-social a {
    width:56px;
    height:56px;
    display:grid;
    place-items:center;
    border:1px solid #d3d8e0;
    border-radius:999px;
    background:#fff;
    color:#111827;
    box-shadow:0 12px 24px rgba(15,23,42,.12);
}
.ksse-quick-social i {
    font-size:25px;
}
.ksse-quick-social span {
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0 0 0 0);
    white-space:nowrap;
    border:0;
}
.ksse-quick-social .blog i {
    color:#22a06b;
}
.ksse-quick-social .instagram i {
    color:#e1306c;
}
.ksse-quick-social .youtube i {
    color:#ff0000;
}

@media (max-width:1280px) {
    .ksse-floating-quick {
        top:154px;
        right:8px;
        width:238px;
    }
    .ksse-quick-main {
        min-height:108px;
    }
    .ksse-quick-stack a {
        min-height:80px;
    }
    .ksse-quick-stack span {
        font-size:17px;
    }
}

@media (min-width:1024px) {
    .ksse-floating-quick,
    .ksse-floating-quick.is-collapsed {
        position:fixed;
        top:50%;
        right:0;
        z-index:1100;
        width:144px;
        color:#fff;
        transform:translateY(-42%);
        transition:none;
    }

    .ksse-quick-toggle,
    .ksse-quick-reopen,
    .ksse-floating-quick.is-collapsed .ksse-quick-toggle,
    .ksse-floating-quick.is-collapsed .ksse-quick-reopen {
        display:none;
    }

    .ksse-quick-panel,
    .ksse-floating-quick.is-collapsed .ksse-quick-panel {
        display:flex;
        flex-direction:column;
        overflow:hidden;
        border:1px solid rgba(255,255,255,.24);
        border-right:0;
        border-radius:12px 0 0 12px;
        background:rgba(13,22,33,.78);
        box-shadow:0 20px 38px rgba(0,0,0,.30);
        backdrop-filter:blur(10px);
        -webkit-backdrop-filter:blur(10px);
    }

    .ksse-quick-main {
        min-height:92px;
        margin:0;
        padding:14px 11px 13px;
        flex-direction:column;
        justify-content:center;
        gap:9px;
        border:0;
        border-bottom:1px solid rgba(255,255,255,.28);
        border-radius:0;
        background:rgba(255,255,255,.12);
        color:#fff;
        text-align:center;
        box-shadow:none;
    }

    .ksse-quick-main i {
        width:34px;
        height:34px;
        flex:0 0 34px;
        border-radius:9px;
        background:rgba(255,255,255,.14);
        color:#fff;
        font-size:18px;
        box-shadow:none;
    }

    .ksse-quick-main strong {
        font-family:"GmarketSansMedium","Pretendard","Noto Sans KR","Malgun Gothic",Arial,sans-serif;
        font-size:15px;
        line-height:1.32;
        font-weight:800;
        letter-spacing:0;
    }

    .ksse-quick-stack {
        overflow:visible;
        border:0;
        border-radius:0;
        background:transparent;
        box-shadow:none;
    }

    .ksse-quick-stack a {
        min-height:64px;
        padding:11px 10px;
        flex-direction:column;
        justify-content:center;
        gap:0;
        border-top:1px solid rgba(255,255,255,.24);
        color:#fff;
        text-align:center;
        background:rgba(255,255,255,.035);
        box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
        transition:background .2s ease, color .2s ease;
    }

    .ksse-quick-stack a:first-child {
        border-top:0;
    }

    .ksse-quick-stack a:hover {
        color:#fff;
        background:rgba(255,255,255,.16);
    }

    .ksse-quick-stack i {
        display:none;
    }

    .ksse-quick-stack span {
        font-family:"GmarketSansMedium","Pretendard","Noto Sans KR","Malgun Gothic",Arial,sans-serif;
        font-size:15px;
        line-height:1.34;
        font-weight:800;
        letter-spacing:0;
        word-break:keep-all;
    }

    .ksse-quick-stack .is-chat {
        min-height:66px;
        color:#fff;
        background:rgba(15,118,110,.30);
    }

    .ksse-quick-stack .is-chat:hover {
        background:rgba(15,118,110,.44);
    }

    .ksse-quick-social {
        display:flex;
        align-items:center;
        justify-content:center;
        gap:8px;
        margin:0;
        padding:12px 9px 14px;
        border-top:1px solid rgba(255,255,255,.26);
        background:rgba(0,0,0,.22);
    }

    .ksse-quick-social a {
        width:36px;
        height:36px;
        border:1px solid rgba(255,255,255,.28);
        border-radius:50%;
        background:rgba(255,255,255,.12);
        color:#fff;
        box-shadow:none;
        transition:background .2s ease, border-color .2s ease, transform .2s ease;
    }

    .ksse-quick-social a:hover {
        border-color:rgba(255,255,255,.44);
        background:rgba(255,255,255,.18);
        transform:translateY(-1px);
    }

    .ksse-quick-social i {
        font-size:16px;
    }
}

@media (max-width:900px) {
    .ksse-floating-quick {
        top:auto;
        right:0;
        bottom:0;
        left:0;
        width:auto;
        display:flex;
        align-items:stretch;
        gap:0;
        padding:8px;
        background:rgba(255,255,255,.96);
        border-top:1px solid #dfe3ea;
        box-shadow:0 -12px 30px rgba(15,23,42,.12);
        overflow-x:auto;
    }
    .ksse-quick-panel {
        display:flex;
        align-items:stretch;
        gap:0;
    }
    .ksse-quick-toggle {
        top:-14px;
        right:12px;
        left:auto;
        width:30px;
        height:30px;
    }
    .ksse-quick-main {
        flex:0 0 132px;
        flex-direction:column;
        justify-content:center;
        min-height:64px;
        margin:0 8px 0 0;
        padding:8px;
        gap:6px;
        text-align:center;
    }
    .ksse-quick-main i {
        width:30px;
        height:30px;
        font-size:16px;
    }
    .ksse-quick-main strong {
        font-size:12px;
        line-height:1.25;
    }
    .ksse-quick-stack {
        flex:0 0 auto;
        display:flex;
        border-radius:8px;
    }
    .ksse-quick-stack a {
        min-width:86px;
        min-height:64px;
        flex-direction:column;
        justify-content:center;
        gap:5px;
        border-top:0;
        border-left:1px solid #1f2937;
        text-align:center;
    }
    .ksse-quick-stack a:first-child {
        border-left:0;
    }
    .ksse-quick-stack i {
        width:28px;
        height:28px;
        font-size:15px;
    }
    .ksse-quick-stack span {
        font-size:11px;
    }
    .ksse-quick-social {
        display:flex;
        flex:0 0 auto;
        align-items:center;
        gap:8px;
        margin:0 0 0 8px;
    }
    .ksse-quick-social a {
        width:48px;
        height:48px;
    }
    .ksse-quick-social i {
        font-size:21px;
    }
    .ksse-floating-quick.is-collapsed {
        right:12px;
        bottom:12px;
        left:auto;
        width:auto;
        padding:0;
        border-top:0;
        background:transparent;
        box-shadow:none;
        overflow:visible;
    }
    .ksse-floating-quick.is-collapsed .ksse-quick-reopen {
        width:72px;
        min-height:52px;
        border-radius:999px;
    }
}
