.soso-home-hub,
.soso-home-hub *{box-sizing:border-box}
.soso-home-hub{
    --sh-bg:#fff;
    --sh-soft:#fff8fa;
    --sh-soft2:#fff3f7;
    --sh-line:#efe4e8;
    --sh-text:#342f31;
    --sh-sub:#91878b;
    --sh-point:#ee86a5;
    --sh-point-deep:#dc6d90;
    width:100%;
    min-width:0;
    color:var(--sh-text);
    font-family:Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI","Apple SD Gothic Neo","Noto Sans KR",sans-serif;
}
.soso-home-hub a{color:inherit;text-decoration:none}
.soso-home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:350px;gap:22px}
.soso-home-panel{position:relative;min-width:0;height:100%;overflow:hidden;border:1px solid var(--sh-line);border-radius:20px;background:var(--sh-bg);box-shadow:0 10px 28px rgba(79,54,63,.035)}
.soso-home-head{display:flex;align-items:center;justify-content:space-between;gap:16px;height:72px;padding:14px 18px;border-bottom:1px solid var(--sh-line)}
.soso-home-headcopy{min-width:0}
.soso-home-head h2{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:16px;line-height:1.35;font-weight:800;letter-spacing:-.35px}
.soso-home-head p{margin:3px 0 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--sh-sub);font-size:11.5px;line-height:1.35}
.soso-home-more{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;min-height:31px;padding:0 8px;border-radius:10px;color:#8e8387;font-size:11.5px;font-weight:700;transition:.16s ease}
.soso-home-more:hover{background:var(--sh-soft);color:var(--sh-point-deep)}
.soso-home-more span{font-size:13px}
.soso-home-new{display:inline-flex;align-items:center;justify-content:center;height:18px;padding:0 6px;border-radius:999px;background:#ef88a7;color:#fff;font-size:8px;font-weight:800;line-height:1}
.soso-home-empty{display:flex;height:calc(100% - 72px);min-height:150px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:20px;color:var(--sh-sub);text-align:center}
.soso-home-empty>span{font-size:28px}.soso-home-empty strong{color:var(--sh-text);font-size:13px}.soso-home-empty a{margin-top:4px;color:var(--sh-point-deep);font-size:11px;font-weight:700}

/* notice */
.soso-home-notice-body{padding:9px 11px 10px}
.soso-home-notice-featured{display:flex;align-items:center;gap:8px;min-height:55px;padding:8px 10px;border:1px solid #f6dce4;border-radius:13px;background:linear-gradient(90deg,#fff3f6 0%,#fffafb 70%,#fff 100%)}
.soso-home-notice-featured:hover{background:#fff5f8;border-color:#f1c9d5}
.soso-home-notice-pin{flex:0 0 30px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;background:#fff;font-size:14px;box-shadow:inset 0 0 0 1px #f5dce4}
.soso-home-notice-featured strong{flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:750;letter-spacing:-.2px}
.soso-home-notice-featured time,.soso-home-notice-list time{flex:0 0 42px;text-align:right;color:#aaa3a6;font-size:10px}
.soso-home-notice-list{margin:4px 0 0;padding:0;list-style:none}
.soso-home-notice-list li+li{border-top:1px solid var(--sh-line)}
.soso-home-notice-list a{display:flex;align-items:center;gap:8px;min-height:39px;padding:0 10px;border-radius:9px}
.soso-home-notice-list a:hover{background:#fffafb}
.soso-home-notice-list .dot{flex:0 0 5px;width:5px;height:5px;border-radius:50%;background:#ef9fb6}
.soso-home-notice-list .subject{flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#514a4d;font-size:12.2px}

/* events */
.soso-home-events{padding-bottom:0}
.soso-home-event-track{display:flex;height:calc(100% - 72px);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none}
.soso-home-event-track::-webkit-scrollbar{display:none}
.soso-home-event-card{flex:0 0 100%;min-width:0;height:100%;scroll-snap-align:start}
.soso-home-event-link{display:grid;grid-template-columns:minmax(180px,42%) minmax(0,1fr);gap:0;height:100%}
.soso-home-event-media{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff3f7,#fffaf2)}
.soso-home-event-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}
.soso-home-event-link:hover .soso-home-event-media img{transform:scale(1.02)}
.soso-home-event-media.is-empty{display:flex;align-items:center;justify-content:center;font-size:54px}
.soso-home-status{position:absolute;top:13px;left:13px;display:inline-flex;align-items:center;height:27px;padding:0 10px;border:1px solid #ffd8e4;border-radius:999px;background:rgba(255,243,247,.94);color:#df6e91;font-size:10.5px;font-weight:800;backdrop-filter:blur(6px)}
.soso-home-status.is-upcoming{border-color:#eee0bd;background:rgba(255,250,232,.95);color:#9b7c29}
.soso-home-event-copy{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:20px 22px}
.soso-home-event-cat{margin-bottom:8px;color:#e7799b;font-size:11px;font-weight:750}
.soso-home-event-copy h3{display:-webkit-box;margin:0;overflow:hidden;color:var(--sh-text);font-size:18px;line-height:1.38;font-weight:850;letter-spacing:-.45px;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.soso-home-event-copy p{display:-webkit-box;margin:9px 0 0;overflow:hidden;color:#85797e;font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.soso-home-event-date{margin-top:14px;padding-top:12px;border-top:1px dashed #eedfe4;color:#8e8589;font-size:10.8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.soso-home-arrows{position:absolute;right:12px;bottom:11px;z-index:4;display:flex;gap:5px}
.soso-home-arrows button{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;padding:0;border:1px solid #eee2e6;border-radius:999px;background:rgba(255,255,255,.94);color:#756a6e;font:700 17px/1 Arial,sans-serif;cursor:pointer;box-shadow:0 3px 9px rgba(63,43,50,.06)}
.soso-home-arrows button:hover{border-color:#efcbd6;background:#fff7fa;color:var(--sh-point-deep)}

/* banner */
.soso-home-banner{display:flex;align-items:center;justify-content:center;padding:18px;background:linear-gradient(145deg,#fffefe 0%,#fff8fa 100%)}
.soso-home-banner-stage{position:relative;width:100%;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 12px 26px rgba(69,46,54,.08)}
.soso-home-banner-stage::before{content:"";display:block;padding-top:40%}
.soso-home-banner-slide{position:absolute;inset:0;display:block;opacity:0;pointer-events:none;transition:opacity .34s ease,transform .42s ease;transform:scale(.992)}
.soso-home-banner-slide.is-active{opacity:1;pointer-events:auto;transform:scale(1)}
.soso-home-banner-slide img{display:block;width:100%;height:100%;object-fit:cover}
.soso-home-banner-prev,.soso-home-banner-next{position:absolute;z-index:4;top:50%;display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;margin-top:-15px;padding:0;border:1px solid rgba(255,255,255,.76);border-radius:999px;background:rgba(255,255,255,.74);color:#5f5357;font:700 20px/1 Arial,sans-serif;cursor:pointer;box-shadow:0 5px 14px rgba(56,39,45,.09);backdrop-filter:blur(8px);opacity:.45;transition:.18s ease}
.soso-home-banner-stage:hover .soso-home-banner-prev,.soso-home-banner-stage:hover .soso-home-banner-next{opacity:.95}
.soso-home-banner-prev{left:8px}.soso-home-banner-next{right:8px}
.soso-home-banner-dots{position:absolute;z-index:4;left:0;right:0;bottom:8px;display:flex;justify-content:center;gap:5px}
.soso-home-banner-dots button{width:6px;height:6px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 0 0 1px rgba(88,65,73,.08);cursor:pointer;transition:.18s ease}
.soso-home-banner-dots button.is-active{width:18px;background:#f2a1b9}
.soso-home-banner-settings{position:absolute;z-index:5;right:8px;top:8px;display:inline-flex;align-items:center;min-height:26px;padding:0 8px;border:1px solid rgba(238,222,227,.9);border-radius:999px;background:rgba(255,255,255,.9);color:#6d5e63;font-size:10px;font-weight:700;backdrop-filter:blur(8px)}

/* reviews */
.soso-home-review-track{display:flex;gap:12px;height:calc(100% - 72px);padding:13px 14px 16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none}
.soso-home-review-track::-webkit-scrollbar{display:none}
.soso-home-review-card{flex:0 0 calc(50% - 6px);min-width:230px;height:100%;overflow:hidden;border:1px solid #f0e3e7;border-radius:15px;background:#fff;scroll-snap-align:start}
.soso-home-review-media{display:block;height:122px;overflow:hidden;background:#faf7f8}
.soso-home-review-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
.soso-home-review-copy{padding:10px 11px 11px}
.soso-home-stars{margin-bottom:4px;color:#ef8aa7;font-size:10px;letter-spacing:1px}
.soso-home-review-title{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#453c40;font-size:12.5px;font-weight:750}
.soso-home-review-copy p{display:-webkit-box;margin:6px 0 0;overflow:hidden;color:#867a7f;font-size:11px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.soso-home-review-copy>span{display:block;margin-top:7px;color:#dc7392;font-size:9.8px;font-weight:700}

@media (max-width:1180px){
    .soso-home-grid{grid-auto-rows:330px;gap:18px}
    .soso-home-event-link{grid-template-columns:40% minmax(0,1fr)}
    .soso-home-event-copy{padding:16px}
    .soso-home-review-card{min-width:210px}
}

@media (max-width:860px){
    .soso-home-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:16px}
    .soso-home-panel{height:auto;min-height:310px;border-radius:17px}
    .soso-home-head{height:68px;padding:12px 14px}
    .soso-home-head h2{font-size:15px}.soso-home-head p{font-size:10.8px}
    .soso-home-notice-body{min-height:242px}
    .soso-home-event-track{height:242px}
    .soso-home-banner{min-height:0;padding:12px}
    .soso-home-review-track{height:242px;padding:11px 12px 14px}
    .soso-home-review-card{flex-basis:240px}
}

@media (max-width:560px){
    .soso-home-grid{gap:13px}
    .soso-home-panel{min-height:285px;border-radius:15px}
    .soso-home-head{height:62px;padding:10px 12px}
    .soso-home-head h2{font-size:14px}.soso-home-head p{font-size:10px}
    .soso-home-more{font-size:0;padding:0 5px}.soso-home-more span{font-size:16px}
    .soso-home-notice-body{padding:7px;min-height:223px}
    .soso-home-notice-featured{min-height:51px;padding:7px 8px}.soso-home-notice-featured strong{font-size:12.2px}
    .soso-home-notice-list a{min-height:36px;padding:0 8px}.soso-home-notice-list .subject{font-size:11.5px}
    .soso-home-event-track{height:223px}
    .soso-home-event-link{grid-template-columns:42% minmax(0,1fr)}
    .soso-home-event-copy{padding:11px 12px}.soso-home-event-copy h3{font-size:15px}.soso-home-event-copy p{font-size:10.8px}.soso-home-event-date{font-size:9.8px;margin-top:9px;padding-top:8px}
    .soso-home-banner{padding:9px;min-height:0}.soso-home-banner-stage{border-radius:12px}
    .soso-home-review-track{height:223px;padding:9px 10px 12px}
    .soso-home-review-card{flex-basis:205px;min-width:205px}.soso-home-review-media{height:96px}.soso-home-review-copy{padding:8px 9px}.soso-home-review-copy p{font-size:10.5px}
}

@media (prefers-reduced-motion:reduce){
    .soso-home-hub *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}

/* ============================================================
 * v1.1.0 - 통합 미니배너 원본 기능 유지 + 홈 패널 크기 정렬
 * ============================================================ */
.soso-home-banner-native{
    width:100%;
    min-width:0;
}
.soso-home-banner-native .sosododam-mini-banner{
    width:100%;
    max-width:none!important;
    margin:0!important;
}
.soso-home-banner-native .sosododam-mini-banner .sdmb-settings{
    z-index:20;
}
@media (max-width:860px){
    .soso-home-banner-native{width:100%;}
}
