@charset "UTF-8";

:root{
    --sgr-navy:#172643;
    --sgr-blue:#3c5585;
    --sgr-gold:#b89b63;
    --sgr-ink:#0f1728;
    --sgr-muted:#6f7b91;
    --sgr-line:#dce4ef;
    --sgr-soft:#f6f8fb;
    --sgr-blush:#f6eef2;
    --sgr-white:#fff;
    --sgr-font:"Noto Sans KR","Noto Sans",sans-serif;
}

/* youtube-shorts-gap1: add breathing room between YouTube and Shorts */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section{
        padding-bottom:72px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section{
        padding-top:118px!important;
    }
}


@media (max-width:980px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section{
        padding-bottom:42px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section{
        padding-top:82px!important;
    }
}

/* youtube-shorts-gap2: final override for a clearer gap */
@media (min-width:981px){
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section{
        padding-top:128px!important;
    }
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section{
        padding-top:92px!important;
    }
}

/* pc-wide-final: PC YouTube and Shorts use the page width boldly */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid{
        position:relative;
        left:calc(30px + 50% - 50vw)!important;
        width:calc(100vw - 60px)!important;
        max-width:none!important;
        margin-left:0!important;
        margin-right:0!important;
        grid-template-columns:minmax(0,1fr) clamp(560px,34vw,680px)!important;
        gap:28px clamp(34px,2.6vw,56px)!important;
        min-height:560px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured .sgr-youtube-thumb{
        min-height:560px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card:not(.is-featured){
        grid-template-columns:clamp(182px,12vw,230px) minmax(0,1fr)!important;
        min-height:118px!important;
        gap:22px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
        width:clamp(182px,12vw,230px)!important;
        aspect-ratio:16/9!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card:not(.is-featured) strong{
        font-size:18px!important;
        line-height:1.44!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-shell{
        position:relative;
        left:calc(30px + 50% - 50vw)!important;
        width:calc(100vw - 60px)!important;
        max-width:none!important;
        margin-left:0!important;
        margin-right:0!important;
        grid-template-columns:54px minmax(0,1fr) 54px!important;
        gap:20px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card:last-child{
        flex-basis:clamp(248px,14.6vw,300px)!important;
    }
}

#sgr-renewal .sgr-youtube-head,
#sgr-renewal .sgr-shorts-head{
    display:block!important;
    width:min(1120px,calc(100% - 56px))!important;
    margin:0 auto 62px!important;
    text-align:center!important;
}

#sgr-renewal .sgr-youtube-head>div{
    display:block!important;
}

#sgr-renewal .sgr-youtube-head h2,
#sgr-renewal .sgr-shorts-head h2{
    margin:0 0 18px!important;
    color:#686d73!important;
    font-size:28px!important;
    font-weight:900!important;
    line-height:1.28!important;
    letter-spacing:0!important;
    text-transform:none!important;
}

#sgr-renewal .sgr-youtube-head p,
#sgr-renewal .sgr-shorts-head p{
    margin:0 auto!important;
    color:#7b8086!important;
    font-size:18px!important;
    font-weight:600!important;
    line-height:1.62!important;
}

#sgr-renewal .sgr-youtube-head>a{
    margin:22px auto 0!important;
}

#sgr-renewal .sgr-youtube-card strong,
#sgr-renewal .sgr-youtube-card.is-featured strong,
#sgr-renewal .sgr-youtube-card:not(.is-featured) strong,
#sgr-renewal .sgr-shorts-card strong{
    display:none!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-youtube-head,
    #sgr-renewal .sgr-shorts-head{
        width:100%!important;
        padding:0 16px!important;
        margin:0 auto 34px!important;
    }

    #sgr-renewal .sgr-youtube-head h2,
    #sgr-renewal .sgr-shorts-head h2{
        margin-bottom:9px!important;
        font-size:24px!important;
        line-height:1.3!important;
    }

    #sgr-renewal .sgr-youtube-head p,
    #sgr-renewal .sgr-shorts-head p{
        font-size:15px!important;
        line-height:1.62!important;
    }

    #sgr-renewal .sgr-youtube-head>a{
        margin-top:18px!important;
    }
}

/* uvom11: UVOM 레퍼런스 기준 유튜브/숏폼 최종 배치 */
#sgr-renewal .sgr-youtube-section,
#sgr-renewal .sgr-shorts-section{
    overflow:hidden!important;
    background:#fff!important;
}

#sgr-renewal .sgr-youtube-section{
    padding:116px 0 0!important;
}

#sgr-renewal .sgr-shorts-section{
    padding:128px 0 126px!important;
}

#sgr-renewal .sgr-youtube-head,
#sgr-renewal .sgr-shorts-head{
    position:relative!important;
    left:auto!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    width:min(1760px,calc(100vw - 120px))!important;
    max-width:none!important;
    margin:0 auto 42px!important;
    padding:0!important;
    text-align:left!important;
}

#sgr-renewal .sgr-shorts-head{
    display:block!important;
    margin-bottom:54px!important;
    text-align:center!important;
}

#sgr-renewal .sgr-youtube-head>div{
    display:block!important;
}

#sgr-renewal .sgr-youtube-head h2,
#sgr-renewal .sgr-shorts-head h2{
    margin:0 0 12px!important;
    color:#686d73!important;
    font-size:28px!important;
    font-weight:900!important;
    line-height:1.28!important;
    letter-spacing:0!important;
    text-transform:none!important;
}

#sgr-renewal .sgr-youtube-head p,
#sgr-renewal .sgr-shorts-head p{
    margin:0!important;
    color:#7b8086!important;
    font-size:18px!important;
    font-weight:600!important;
    line-height:1.62!important;
}

#sgr-renewal .sgr-youtube-head>a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:106px!important;
    min-width:106px!important;
    height:106px!important;
    margin:0!important;
    padding:0!important;
    border:1px solid rgba(23,38,67,.22)!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#7b8086!important;
    font-size:12px!important;
    font-weight:800!important;
    letter-spacing:0!important;
    line-height:1.1!important;
    text-align:center!important;
    transition:background .28s ease,color .28s ease,border-color .28s ease,transform .28s ease!important;
}

#sgr-renewal .sgr-youtube-head>a:hover{
    border-color:var(--sgr-navy)!important;
    background:var(--sgr-navy)!important;
    color:#fff!important;
    transform:translateY(-3px)!important;
}

#sgr-renewal .sgr-youtube-grid{
    position:relative!important;
    left:auto!important;
    display:grid!important;
    width:min(1760px,calc(100vw - 120px))!important;
    max-width:none!important;
    min-height:0!important;
    margin:0 auto!important;
    grid-template-columns:minmax(0,1.45fr) minmax(420px,.95fr)!important;
    grid-template-rows:repeat(4,minmax(0,1fr))!important;
    gap:0 40px!important;
    align-items:stretch!important;
}

#sgr-renewal .sgr-youtube-card{
    display:grid!important;
    min-width:0!important;
    overflow:hidden!important;
    border-radius:0!important;
    background:transparent!important;
    color:var(--sgr-navy)!important;
    text-decoration:none!important;
}

#sgr-renewal .sgr-youtube-card.is-featured{
    grid-column:1!important;
    grid-row:1 / span 4!important;
}

#sgr-renewal .sgr-youtube-card:not(.is-featured){
    grid-column:2!important;
    grid-template-columns:clamp(156px,12vw,210px) minmax(0,1fr)!important;
    align-items:center!important;
    gap:24px!important;
    min-height:104px!important;
    padding:14px 28px 14px 0!important;
    border-top:1px solid rgba(23,38,67,.12)!important;
}

#sgr-renewal .sgr-youtube-card:not(.is-featured):last-child{
    border-bottom:1px solid rgba(23,38,67,.12)!important;
}

#sgr-renewal .sgr-youtube-thumb{
    display:block!important;
    width:100%!important;
    overflow:hidden!important;
    border-radius:0!important;
    background:#eef2f7!important;
}

#sgr-renewal .sgr-youtube-card.is-featured .sgr-youtube-thumb{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/9!important;
    border-radius:38px!important;
}

#sgr-renewal .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
    width:clamp(156px,12vw,210px)!important;
    aspect-ratio:16/9!important;
    border-radius:8px!important;
}

#sgr-renewal .sgr-youtube-card img,
#sgr-renewal .sgr-shorts-card img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    transition:transform .58s cubic-bezier(.2,.8,.2,1),filter .38s ease!important;
}

#sgr-renewal .sgr-youtube-card:hover img,
#sgr-renewal .sgr-shorts-card:hover img{
    transform:scale(1.055)!important;
}

#sgr-renewal .sgr-youtube-card strong,
#sgr-renewal .sgr-youtube-card.is-featured strong,
#sgr-renewal .sgr-shorts-card strong{
    display:none!important;
}

#sgr-renewal .sgr-youtube-card:not(.is-featured) strong{
    display:-webkit-box!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    color:#5f666f!important;
    font-size:18px!important;
    font-weight:700!important;
    line-height:1.45!important;
    text-align:left!important;
}

#sgr-renewal .sgr-youtube-thumb::after,
#sgr-renewal .sgr-shorts-thumb::after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    pointer-events:none!important;
}

#sgr-renewal .sgr-youtube-card .sgr-youtube-thumb,
#sgr-renewal .sgr-shorts-card .sgr-shorts-thumb{
    position:relative!important;
}

#sgr-renewal .sgr-youtube-card .sgr-youtube-thumb::before{
    content:"VIEW"!important;
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    z-index:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:72px!important;
    height:38px!important;
    padding:0 16px!important;
    border-radius:8px!important;
    background:rgba(23,38,67,.88)!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:900!important;
    letter-spacing:0!important;
    opacity:0!important;
    transform:translate(-50%,-50%) scale(.92)!important;
    transition:opacity .3s ease,transform .3s ease!important;
}

#sgr-renewal .sgr-youtube-card:hover .sgr-youtube-thumb::before{
    opacity:1!important;
    transform:translate(-50%,-50%) scale(1)!important;
}

#sgr-renewal .sgr-shorts-shell{
    position:relative!important;
    left:auto!important;
    display:grid!important;
    width:100vw!important;
    max-width:none!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:0!important;
    grid-template-columns:76px minmax(0,1fr) 76px!important;
    align-items:center!important;
    gap:0!important;
}

#sgr-renewal .sgr-shorts-grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:28px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
}

#sgr-renewal .sgr-shorts-grid::-webkit-scrollbar{
    display:none!important;
}

#sgr-renewal .sgr-shorts-card,
#sgr-renewal .sgr-shorts-card:last-child{
    flex:0 0 clamp(210px,15vw,282px)!important;
    width:auto!important;
    max-width:none!important;
    grid-column:auto!important;
    scroll-snap-align:start!important;
    color:var(--sgr-navy)!important;
    text-decoration:none!important;
}

#sgr-renewal .sgr-shorts-thumb{
    display:block!important;
    aspect-ratio:9/16!important;
    overflow:hidden!important;
    border-radius:30px!important;
    background:#eef2f7!important;
}

#sgr-renewal .sgr-shorts-card:hover img{
    filter:grayscale(1) contrast(.96)!important;
}

#sgr-renewal .sgr-shorts-arrow{
    position:relative!important;
    z-index:2!important;
    display:block!important;
    width:76px!important;
    height:112px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    cursor:pointer!important;
}

#sgr-renewal .sgr-shorts-arrow::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:34px!important;
    height:34px!important;
    border-top:1.4px solid #7b8086!important;
    border-left:1.4px solid #7b8086!important;
    transition:transform .28s ease,border-color .28s ease,opacity .28s ease!important;
}

#sgr-renewal .sgr-shorts-arrow.is-prev::before{
    transform:translate(-28%,-50%) rotate(-45deg)!important;
}

#sgr-renewal .sgr-shorts-arrow.is-next::before{
    transform:translate(-72%,-50%) rotate(135deg)!important;
}

#sgr-renewal .sgr-shorts-arrow:hover::before{
    border-color:var(--sgr-navy)!important;
}

#sgr-renewal .sgr-shorts-arrow:disabled{
    opacity:.2!important;
    cursor:default!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-youtube-section{
        padding-top:82px!important;
    }

    #sgr-renewal .sgr-shorts-section{
        padding:86px 0 92px!important;
    }

    #sgr-renewal .sgr-youtube-head,
    #sgr-renewal .sgr-shorts-head{
        display:block!important;
        width:100%!important;
        margin:0 auto 30px!important;
        padding:0 18px!important;
        text-align:center!important;
    }

    #sgr-renewal .sgr-youtube-head h2,
    #sgr-renewal .sgr-shorts-head h2{
        margin-bottom:9px!important;
        font-size:24px!important;
        line-height:1.3!important;
    }

    #sgr-renewal .sgr-youtube-head p,
    #sgr-renewal .sgr-shorts-head p{
        font-size:15px!important;
        line-height:1.62!important;
    }

    #sgr-renewal .sgr-youtube-head>a{
        width:auto!important;
        min-width:142px!important;
        height:38px!important;
        margin:18px auto 0!important;
        padding:0 18px!important;
        border-radius:999px!important;
        font-size:12px!important;
    }

    #sgr-renewal .sgr-youtube-grid{
        display:grid!important;
        width:calc(100% - 32px)!important;
        grid-template-columns:1fr!important;
        grid-template-rows:none!important;
        gap:14px!important;
    }

    #sgr-renewal .sgr-youtube-card.is-featured,
    #sgr-renewal .sgr-youtube-card:not(.is-featured){
        grid-column:auto!important;
        grid-row:auto!important;
    }

    #sgr-renewal .sgr-youtube-card.is-featured .sgr-youtube-thumb{
        border-radius:22px!important;
    }

    #sgr-renewal .sgr-youtube-card:not(.is-featured){
        grid-template-columns:132px minmax(0,1fr)!important;
        gap:14px!important;
        min-height:84px!important;
        padding:10px 0!important;
    }

    #sgr-renewal .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
        width:132px!important;
        border-radius:7px!important;
    }

    #sgr-renewal .sgr-youtube-card:not(.is-featured) strong{
        font-size:14px!important;
        line-height:1.42!important;
    }

    #sgr-renewal .sgr-shorts-shell{
        width:100vw!important;
        grid-template-columns:38px minmax(0,1fr) 38px!important;
    }

    #sgr-renewal .sgr-shorts-grid{
        gap:14px!important;
    }

    #sgr-renewal .sgr-shorts-card,
    #sgr-renewal .sgr-shorts-card:last-child{
        flex-basis:42vw!important;
    }

    #sgr-renewal .sgr-shorts-thumb{
        border-radius:18px!important;
    }

    #sgr-renewal .sgr-shorts-arrow{
        width:38px!important;
        height:70px!important;
    }

    #sgr-renewal .sgr-shorts-arrow::before{
        width:19px!important;
        height:19px!important;
        border-width:1.2px!important;
    }
}

/* youtube5: Nana TV width and Topface-style shorts rail */
#sgr-renewal .sgr-youtube-section,
#sgr-renewal .sgr-shorts-section{
    padding-left:max(24px,calc((100vw - 1660px)/2))!important;
    padding-right:max(24px,calc((100vw - 1660px)/2))!important;
}

#sgr-renewal .sgr-youtube-grid{
    width:100%!important;
    max-width:1660px!important;
    margin:0 auto!important;
    grid-template-columns:minmax(0,1.78fr) repeat(2,minmax(250px,.62fr))!important;
    gap:20px!important;
}

#sgr-renewal .sgr-youtube-card{
    background:transparent!important;
    border-radius:0!important;
}

#sgr-renewal .sgr-youtube-thumb{
    border-radius:0!important;
    background:#f1f3f6!important;
}

#sgr-renewal .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
    aspect-ratio:16/9!important;
}

#sgr-renewal .sgr-shorts-section{
    overflow:hidden!important;
}

#sgr-renewal .sgr-shorts-shell{
    position:relative!important;
    display:grid!important;
    grid-template-columns:56px minmax(0,1fr) 56px!important;
    align-items:center!important;
    width:100%!important;
    max-width:1680px!important;
    margin:0 auto!important;
}

#sgr-renewal .sgr-shorts-grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:18px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
}

#sgr-renewal .sgr-shorts-grid::-webkit-scrollbar{
    display:none!important;
}

#sgr-renewal .sgr-shorts-card{
    flex:0 0 calc((100% - 72px) * .222222)!important;
    scroll-snap-align:start!important;
    overflow:visible!important;
}

#sgr-renewal .sgr-shorts-thumb{
    border-radius:28px!important;
}

#sgr-renewal .sgr-shorts-arrow{
    position:relative!important;
    z-index:2!important;
    display:block!important;
    width:54px!important;
    height:86px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    cursor:pointer!important;
}

#sgr-renewal .sgr-shorts-arrow::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:29px!important;
    height:29px!important;
    border-top:1.5px solid #7b8086!important;
    border-left:1.5px solid #7b8086!important;
    transition:opacity .25s ease,transform .25s ease,border-color .25s ease!important;
}

#sgr-renewal .sgr-shorts-arrow.is-prev::before{
    transform:translate(-35%,-50%) rotate(-45deg)!important;
}

#sgr-renewal .sgr-shorts-arrow.is-next::before{
    transform:translate(-65%,-50%) rotate(135deg)!important;
}

#sgr-renewal .sgr-shorts-arrow:hover::before{
    border-color:var(--sgr-navy)!important;
}

#sgr-renewal .sgr-shorts-arrow:disabled{
    cursor:default!important;
    opacity:.24!important;
}

#sgr-renewal .sgr-shorts-arrow:disabled::before{
    border-color:#9aa0aa!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-youtube-section,
    #sgr-renewal .sgr-shorts-section{
        padding-left:0!important;
        padding-right:0!important;
    }

    #sgr-renewal .sgr-youtube-grid{
        width:calc(100% - 32px)!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:12px!important;
    }

    #sgr-renewal .sgr-shorts-shell{
        grid-template-columns:36px minmax(0,1fr) 36px!important;
        max-width:none!important;
        width:100%!important;
    }

    #sgr-renewal .sgr-shorts-grid{
        gap:14px!important;
    }

    #sgr-renewal .sgr-shorts-card,
    #sgr-renewal .sgr-shorts-card:last-child{
        flex:0 0 calc((100% - 24px) * .425532)!important;
        width:auto!important;
        max-width:none!important;
        grid-column:auto!important;
    }

    #sgr-renewal .sgr-shorts-thumb{
        border-radius:18px!important;
    }

    #sgr-renewal .sgr-shorts-arrow{
        width:36px!important;
        height:62px!important;
    }

    #sgr-renewal .sgr-shorts-arrow::before{
        width:19px!important;
        height:19px!important;
        border-width:1.3px!important;
    }
}

/* uvom11-really-final: 최종 EOF 고정 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section,
    html body #sgr-renewal .sgr-shorts-section{
        overflow:hidden!important;
        padding-left:0!important;
        padding-right:0!important;
        background:#fff!important;
    }

    html body #sgr-renewal .sgr-youtube-section{
        padding-top:116px!important;
    }

    html body #sgr-renewal .sgr-shorts-section{
        padding-top:128px!important;
        padding-bottom:126px!important;
    }

    html body #sgr-renewal .sgr-youtube-head,
    html body #sgr-renewal .sgr-shorts-head{
        left:auto!important;
        width:min(1840px,calc(100vw - 96px))!important;
        max-width:none!important;
        margin-left:auto!important;
        margin-right:auto!important;
        padding:0!important;
    }

    html body #sgr-renewal .sgr-youtube-head{
        display:flex!important;
        align-items:flex-end!important;
        justify-content:space-between!important;
        gap:34px!important;
        margin-bottom:42px!important;
        text-align:left!important;
    }

    html body #sgr-renewal .sgr-shorts-head{
        display:block!important;
        margin-bottom:54px!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-youtube-head h2,
    html body #sgr-renewal .sgr-shorts-head h2{
        margin:0 0 12px!important;
        color:#686d73!important;
        font-size:28px!important;
        font-weight:900!important;
        line-height:1.28!important;
        letter-spacing:0!important;
        text-transform:none!important;
    }

    html body #sgr-renewal .sgr-youtube-head p,
    html body #sgr-renewal .sgr-shorts-head p{
        margin:0!important;
        color:#7b8086!important;
        font-size:18px!important;
        font-weight:600!important;
        line-height:1.62!important;
    }

    html body #sgr-renewal .sgr-youtube-head>a{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:106px!important;
        min-width:106px!important;
        height:106px!important;
        margin:0!important;
        padding:0!important;
        border:1px solid rgba(23,38,67,.22)!important;
        border-radius:999px!important;
        background:#fff!important;
        color:#7b8086!important;
        font-size:12px!important;
        font-weight:800!important;
        line-height:1.1!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-youtube-grid{
        position:relative!important;
        left:auto!important;
        display:grid!important;
        width:min(1840px,calc(100vw - 96px))!important;
        max-width:none!important;
        min-height:0!important;
        margin:0 auto!important;
        grid-template-columns:minmax(0,1.45fr) minmax(430px,.95fr)!important;
        grid-template-rows:repeat(4,minmax(0,1fr))!important;
        gap:0 42px!important;
        align-items:stretch!important;
    }

    html body #sgr-renewal .sgr-youtube-card{
        display:grid!important;
        min-width:0!important;
        overflow:hidden!important;
        border-radius:0!important;
        background:transparent!important;
        color:var(--sgr-navy)!important;
        text-decoration:none!important;
    }

    html body #sgr-renewal .sgr-youtube-card.is-featured{
        grid-column:1!important;
        grid-row:1 / span 4!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured){
        grid-column:2!important;
        grid-template-columns:clamp(164px,12vw,214px) minmax(0,1fr)!important;
        align-items:center!important;
        gap:24px!important;
        min-height:104px!important;
        padding:14px 28px 14px 0!important;
        border-top:1px solid rgba(23,38,67,.12)!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured):last-child{
        border-bottom:1px solid rgba(23,38,67,.12)!important;
    }

    html body #sgr-renewal .sgr-youtube-thumb{
        position:relative!important;
        display:block!important;
        width:100%!important;
        overflow:hidden!important;
        background:#eef2f7!important;
    }

    html body #sgr-renewal .sgr-youtube-card.is-featured .sgr-youtube-thumb{
        height:auto!important;
        min-height:0!important;
        aspect-ratio:16/9!important;
        border-radius:38px!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
        width:clamp(164px,12vw,214px)!important;
        aspect-ratio:16/9!important;
        border-radius:8px!important;
    }

    html body #sgr-renewal .sgr-youtube-card img,
    html body #sgr-renewal .sgr-shorts-card img{
        display:block!important;
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        transition:transform .58s cubic-bezier(.2,.8,.2,1),filter .38s ease!important;
    }

    html body #sgr-renewal .sgr-youtube-card:hover img,
    html body #sgr-renewal .sgr-shorts-card:hover img{
        transform:scale(1.055)!important;
    }

    html body #sgr-renewal .sgr-youtube-card strong,
    html body #sgr-renewal .sgr-youtube-card.is-featured strong,
    html body #sgr-renewal .sgr-shorts-card strong{
        display:none!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured) strong{
        display:-webkit-box!important;
        overflow:hidden!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        min-height:0!important;
        margin:0!important;
        padding:0!important;
        color:#5f666f!important;
        font-size:18px!important;
        font-weight:700!important;
        line-height:1.45!important;
        text-align:left!important;
    }

    html body #sgr-renewal .sgr-shorts-shell{
        position:relative!important;
        left:auto!important;
        display:grid!important;
        width:100vw!important;
        max-width:none!important;
        margin-left:calc(50% - 50vw)!important;
        margin-right:0!important;
        grid-template-columns:76px minmax(0,1fr) 76px!important;
        align-items:center!important;
        gap:0!important;
    }

    html body #sgr-renewal .sgr-shorts-grid{
        display:flex!important;
        grid-template-columns:none!important;
        gap:28px!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        scroll-snap-type:x mandatory!important;
        scroll-behavior:smooth!important;
        -webkit-overflow-scrolling:touch!important;
        scrollbar-width:none!important;
    }

    html body #sgr-renewal .sgr-shorts-grid::-webkit-scrollbar{
        display:none!important;
    }

    html body #sgr-renewal .sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-card:last-child{
        flex:0 0 clamp(210px,15vw,282px)!important;
        width:auto!important;
        max-width:none!important;
        grid-column:auto!important;
        scroll-snap-align:start!important;
        color:var(--sgr-navy)!important;
        text-decoration:none!important;
    }

    html body #sgr-renewal .sgr-shorts-thumb{
        position:relative!important;
        display:block!important;
        aspect-ratio:9/16!important;
        overflow:hidden!important;
        border-radius:30px!important;
        background:#eef2f7!important;
    }

    html body #sgr-renewal .sgr-shorts-card:hover img{
        filter:grayscale(1) contrast(.96)!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow{
        position:relative!important;
        z-index:2!important;
        display:block!important;
        width:76px!important;
        height:112px!important;
        padding:0!important;
        border:0!important;
        background:transparent!important;
        cursor:pointer!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow::before{
        content:""!important;
        position:absolute!important;
        top:50%!important;
        left:50%!important;
        width:34px!important;
        height:34px!important;
        border-top:1.4px solid #7b8086!important;
        border-left:1.4px solid #7b8086!important;
        transition:transform .28s ease,border-color .28s ease,opacity .28s ease!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow.is-prev::before{
        transform:translate(-28%,-50%) rotate(-45deg)!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow.is-next::before{
        transform:translate(-72%,-50%) rotate(135deg)!important;
    }
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-youtube-section{
        padding:82px 0 0!important;
    }

    html body #sgr-renewal .sgr-shorts-section{
        padding:86px 0 92px!important;
    }

    html body #sgr-renewal .sgr-youtube-head,
    html body #sgr-renewal .sgr-shorts-head{
        display:block!important;
        width:100%!important;
        margin:0 auto 30px!important;
        padding:0 18px!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-youtube-head h2,
    html body #sgr-renewal .sgr-shorts-head h2{
        margin:0 0 9px!important;
        color:#686d73!important;
        font-size:24px!important;
        font-weight:900!important;
        line-height:1.3!important;
    }

    html body #sgr-renewal .sgr-youtube-head p,
    html body #sgr-renewal .sgr-shorts-head p{
        margin:0!important;
        color:#7b8086!important;
        font-size:15px!important;
        font-weight:600!important;
        line-height:1.62!important;
    }

    html body #sgr-renewal .sgr-youtube-head>a{
        width:auto!important;
        min-width:142px!important;
        height:38px!important;
        margin:18px auto 0!important;
        padding:0 18px!important;
        border-radius:999px!important;
        font-size:12px!important;
    }

    html body #sgr-renewal .sgr-youtube-grid{
        display:grid!important;
        width:calc(100% - 32px)!important;
        max-width:none!important;
        margin:0 auto!important;
        grid-template-columns:1fr!important;
        grid-template-rows:none!important;
        gap:14px!important;
    }

    html body #sgr-renewal .sgr-youtube-card.is-featured,
    html body #sgr-renewal .sgr-youtube-card:not(.is-featured){
        grid-column:auto!important;
        grid-row:auto!important;
    }

    html body #sgr-renewal .sgr-youtube-card.is-featured .sgr-youtube-thumb{
        aspect-ratio:16/9!important;
        border-radius:22px!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured){
        display:grid!important;
        grid-template-columns:132px minmax(0,1fr)!important;
        align-items:center!important;
        gap:14px!important;
        min-height:84px!important;
        padding:10px 0!important;
        border-top:1px solid rgba(23,38,67,.12)!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
        width:132px!important;
        aspect-ratio:16/9!important;
        border-radius:7px!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured) strong{
        display:-webkit-box!important;
        overflow:hidden!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        color:#5f666f!important;
        font-size:14px!important;
        font-weight:700!important;
        line-height:1.42!important;
        text-align:left!important;
    }

    html body #sgr-renewal .sgr-shorts-shell{
        width:100vw!important;
        max-width:none!important;
        margin-left:calc(50% - 50vw)!important;
        grid-template-columns:38px minmax(0,1fr) 38px!important;
    }

    html body #sgr-renewal .sgr-shorts-grid{
        gap:14px!important;
    }

    html body #sgr-renewal .sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-card:last-child{
        flex:0 0 42vw!important;
        width:auto!important;
        max-width:none!important;
    }

    html body #sgr-renewal .sgr-shorts-thumb{
        aspect-ratio:9/16!important;
        border-radius:18px!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow{
        width:38px!important;
        height:70px!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow::before{
        width:19px!important;
        height:19px!important;
        border-width:1.2px!important;
    }
}

/* uvom11-final: 파일 맨 끝에서 유튜브/숏폼 폭과 비율을 최종 고정 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section,
    html body #sgr-renewal .sgr-shorts-section{
        overflow:hidden!important;
        padding-left:0!important;
        padding-right:0!important;
        background:#fff!important;
    }

    html body #sgr-renewal .sgr-youtube-section{
        padding-top:116px!important;
    }

    html body #sgr-renewal .sgr-shorts-section{
        padding-top:128px!important;
        padding-bottom:126px!important;
    }

    html body #sgr-renewal .sgr-youtube-head,
    html body #sgr-renewal .sgr-shorts-head{
        left:auto!important;
        width:min(1840px,calc(100vw - 96px))!important;
        max-width:none!important;
        margin-left:auto!important;
        margin-right:auto!important;
        padding:0!important;
    }

    html body #sgr-renewal .sgr-youtube-head{
        display:flex!important;
        align-items:flex-end!important;
        justify-content:space-between!important;
        gap:34px!important;
        margin-bottom:42px!important;
        text-align:left!important;
    }

    html body #sgr-renewal .sgr-shorts-head{
        display:block!important;
        margin-bottom:54px!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-youtube-head h2,
    html body #sgr-renewal .sgr-shorts-head h2{
        margin:0 0 12px!important;
        color:#686d73!important;
        font-size:28px!important;
        font-weight:900!important;
        line-height:1.28!important;
        letter-spacing:0!important;
        text-transform:none!important;
    }

    html body #sgr-renewal .sgr-youtube-head p,
    html body #sgr-renewal .sgr-shorts-head p{
        margin:0!important;
        color:#7b8086!important;
        font-size:18px!important;
        font-weight:600!important;
        line-height:1.62!important;
    }

    html body #sgr-renewal .sgr-youtube-head>a{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:106px!important;
        min-width:106px!important;
        height:106px!important;
        margin:0!important;
        padding:0!important;
        border:1px solid rgba(23,38,67,.22)!important;
        border-radius:999px!important;
        background:#fff!important;
        color:#7b8086!important;
        font-size:12px!important;
        font-weight:800!important;
        line-height:1.1!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-youtube-grid{
        position:relative!important;
        left:auto!important;
        display:grid!important;
        width:min(1840px,calc(100vw - 96px))!important;
        max-width:none!important;
        min-height:0!important;
        margin:0 auto!important;
        grid-template-columns:minmax(0,1.45fr) minmax(430px,.95fr)!important;
        grid-template-rows:repeat(4,minmax(0,1fr))!important;
        gap:0 42px!important;
        align-items:stretch!important;
    }

    html body #sgr-renewal .sgr-youtube-card{
        display:grid!important;
        min-width:0!important;
        overflow:hidden!important;
        border-radius:0!important;
        background:transparent!important;
        color:var(--sgr-navy)!important;
        text-decoration:none!important;
    }

    html body #sgr-renewal .sgr-youtube-card.is-featured{
        grid-column:1!important;
        grid-row:1 / span 4!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured){
        grid-column:2!important;
        grid-template-columns:clamp(164px,12vw,214px) minmax(0,1fr)!important;
        align-items:center!important;
        gap:24px!important;
        min-height:104px!important;
        padding:14px 28px 14px 0!important;
        border-top:1px solid rgba(23,38,67,.12)!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured):last-child{
        border-bottom:1px solid rgba(23,38,67,.12)!important;
    }

    html body #sgr-renewal .sgr-youtube-thumb{
        position:relative!important;
        display:block!important;
        width:100%!important;
        overflow:hidden!important;
        background:#eef2f7!important;
    }

    html body #sgr-renewal .sgr-youtube-card.is-featured .sgr-youtube-thumb{
        height:auto!important;
        min-height:0!important;
        aspect-ratio:16/9!important;
        border-radius:38px!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
        width:clamp(164px,12vw,214px)!important;
        aspect-ratio:16/9!important;
        border-radius:8px!important;
    }

    html body #sgr-renewal .sgr-youtube-card img,
    html body #sgr-renewal .sgr-shorts-card img{
        display:block!important;
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        transition:transform .58s cubic-bezier(.2,.8,.2,1),filter .38s ease!important;
    }

    html body #sgr-renewal .sgr-youtube-card:hover img,
    html body #sgr-renewal .sgr-shorts-card:hover img{
        transform:scale(1.055)!important;
    }

    html body #sgr-renewal .sgr-youtube-card strong,
    html body #sgr-renewal .sgr-youtube-card.is-featured strong,
    html body #sgr-renewal .sgr-shorts-card strong{
        display:none!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured) strong{
        display:-webkit-box!important;
        overflow:hidden!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        min-height:0!important;
        margin:0!important;
        padding:0!important;
        color:#5f666f!important;
        font-size:18px!important;
        font-weight:700!important;
        line-height:1.45!important;
        text-align:left!important;
    }

    html body #sgr-renewal .sgr-shorts-shell{
        position:relative!important;
        left:auto!important;
        display:grid!important;
        width:100vw!important;
        max-width:none!important;
        margin-left:calc(50% - 50vw)!important;
        margin-right:0!important;
        grid-template-columns:76px minmax(0,1fr) 76px!important;
        align-items:center!important;
        gap:0!important;
    }

    html body #sgr-renewal .sgr-shorts-grid{
        display:flex!important;
        grid-template-columns:none!important;
        gap:28px!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        scroll-snap-type:x mandatory!important;
        scroll-behavior:smooth!important;
        -webkit-overflow-scrolling:touch!important;
        scrollbar-width:none!important;
    }

    html body #sgr-renewal .sgr-shorts-grid::-webkit-scrollbar{
        display:none!important;
    }

    html body #sgr-renewal .sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-card:last-child{
        flex:0 0 clamp(210px,15vw,282px)!important;
        width:auto!important;
        max-width:none!important;
        grid-column:auto!important;
        scroll-snap-align:start!important;
        color:var(--sgr-navy)!important;
        text-decoration:none!important;
    }

    html body #sgr-renewal .sgr-shorts-thumb{
        position:relative!important;
        display:block!important;
        aspect-ratio:9/16!important;
        overflow:hidden!important;
        border-radius:30px!important;
        background:#eef2f7!important;
    }

    html body #sgr-renewal .sgr-shorts-card:hover img{
        filter:grayscale(1) contrast(.96)!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow{
        position:relative!important;
        z-index:2!important;
        display:block!important;
        width:76px!important;
        height:112px!important;
        padding:0!important;
        border:0!important;
        background:transparent!important;
        cursor:pointer!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow::before{
        content:""!important;
        position:absolute!important;
        top:50%!important;
        left:50%!important;
        width:34px!important;
        height:34px!important;
        border-top:1.4px solid #7b8086!important;
        border-left:1.4px solid #7b8086!important;
        transition:transform .28s ease,border-color .28s ease,opacity .28s ease!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow.is-prev::before{
        transform:translate(-28%,-50%) rotate(-45deg)!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow.is-next::before{
        transform:translate(-72%,-50%) rotate(135deg)!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow:hover::before{
        border-color:var(--sgr-navy)!important;
    }
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-youtube-section{
        padding:82px 0 0!important;
    }

    html body #sgr-renewal .sgr-shorts-section{
        padding:86px 0 92px!important;
    }

    html body #sgr-renewal .sgr-youtube-head,
    html body #sgr-renewal .sgr-shorts-head{
        display:block!important;
        width:100%!important;
        margin:0 auto 30px!important;
        padding:0 18px!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-youtube-head h2,
    html body #sgr-renewal .sgr-shorts-head h2{
        margin:0 0 9px!important;
        color:#686d73!important;
        font-size:24px!important;
        font-weight:900!important;
        line-height:1.3!important;
    }

    html body #sgr-renewal .sgr-youtube-head p,
    html body #sgr-renewal .sgr-shorts-head p{
        margin:0!important;
        color:#7b8086!important;
        font-size:15px!important;
        font-weight:600!important;
        line-height:1.62!important;
    }

    html body #sgr-renewal .sgr-youtube-head>a{
        width:auto!important;
        min-width:142px!important;
        height:38px!important;
        margin:18px auto 0!important;
        padding:0 18px!important;
        border-radius:999px!important;
        font-size:12px!important;
    }

    html body #sgr-renewal .sgr-youtube-grid{
        display:grid!important;
        width:calc(100% - 32px)!important;
        max-width:none!important;
        margin:0 auto!important;
        grid-template-columns:1fr!important;
        grid-template-rows:none!important;
        gap:14px!important;
    }

    html body #sgr-renewal .sgr-youtube-card.is-featured,
    html body #sgr-renewal .sgr-youtube-card:not(.is-featured){
        grid-column:auto!important;
        grid-row:auto!important;
    }

    html body #sgr-renewal .sgr-youtube-card.is-featured .sgr-youtube-thumb{
        aspect-ratio:16/9!important;
        border-radius:22px!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured){
        display:grid!important;
        grid-template-columns:132px minmax(0,1fr)!important;
        align-items:center!important;
        gap:14px!important;
        min-height:84px!important;
        padding:10px 0!important;
        border-top:1px solid rgba(23,38,67,.12)!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
        width:132px!important;
        aspect-ratio:16/9!important;
        border-radius:7px!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured) strong{
        display:-webkit-box!important;
        overflow:hidden!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        color:#5f666f!important;
        font-size:14px!important;
        font-weight:700!important;
        line-height:1.42!important;
        text-align:left!important;
    }

    html body #sgr-renewal .sgr-shorts-shell{
        width:100vw!important;
        max-width:none!important;
        margin-left:calc(50% - 50vw)!important;
        grid-template-columns:38px minmax(0,1fr) 38px!important;
    }

    html body #sgr-renewal .sgr-shorts-grid{
        gap:14px!important;
    }

    html body #sgr-renewal .sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-card:last-child{
        flex:0 0 42vw!important;
        width:auto!important;
        max-width:none!important;
    }

    html body #sgr-renewal .sgr-shorts-thumb{
        aspect-ratio:9/16!important;
        border-radius:18px!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow{
        width:38px!important;
        height:70px!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow::before{
        width:19px!important;
        height:19px!important;
        border-width:1.2px!important;
    }
}

/* uvom1: UVOM-style YouTube/Shorts layout and interior preface */
#sgr-renewal .sgr-youtube-section.sgr-youtube-section{
    padding:94px 0 0!important;
    background:#fff!important;
    overflow:hidden!important;
}

#sgr-renewal .sgr-shorts-section.sgr-shorts-section{
    padding:96px 0 126px!important;
    background:#fff!important;
    overflow:hidden!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-head,
#sgr-renewal .sgr-shorts-section .sgr-shorts-head{
    display:block!important;
    width:min(1120px,calc(100% - 56px))!important;
    margin:0 auto 54px!important;
    padding:0!important;
    text-align:center!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-head>div{
    display:block!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-head h2,
#sgr-renewal .sgr-shorts-section .sgr-shorts-head h2{
    margin:0 0 14px!important;
    color:#686d73!important;
    font-size:28px!important;
    font-weight:900!important;
    line-height:1.28!important;
    letter-spacing:0!important;
    text-transform:none!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-head p,
#sgr-renewal .sgr-shorts-section .sgr-shorts-head p{
    margin:0 auto!important;
    color:#7b8086!important;
    font-size:18px!important;
    font-weight:600!important;
    line-height:1.62!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-head>a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:172px!important;
    height:42px!important;
    margin:24px auto 0!important;
    padding:0 24px!important;
    border:1px solid rgba(23,38,67,.28)!important;
    border-radius:0!important;
    background:#fff!important;
    color:var(--sgr-navy)!important;
    font-size:14px!important;
    font-weight:700!important;
    transition:background .28s ease,color .28s ease,border-color .28s ease!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-head>a:hover{
    border-color:var(--sgr-navy)!important;
    background:var(--sgr-navy)!important;
    color:#fff!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) clamp(460px,34vw,620px)!important;
    grid-template-rows:repeat(4,minmax(0,1fr))!important;
    gap:24px clamp(28px,2.5vw,48px)!important;
    width:calc(100vw - 96px)!important;
    max-width:1720px!important;
    min-height:500px!important;
    margin:0 auto!important;
    align-items:stretch!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-card{
    display:block!important;
    min-width:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:var(--sgr-navy)!important;
    overflow:visible!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-card.is-featured{
    grid-row:1/5!important;
    height:100%!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-thumb{
    position:relative!important;
    display:block!important;
    overflow:hidden!important;
    border-radius:14px!important;
    background:#eef2f7!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-card.is-featured .sgr-youtube-thumb{
    width:100%!important;
    height:100%!important;
    min-height:500px!important;
    aspect-ratio:auto!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-card:not(.is-featured){
    display:grid!important;
    grid-template-columns:clamp(156px,11vw,190px) minmax(0,1fr)!important;
    align-items:center!important;
    gap:18px!important;
    min-height:100px!important;
    padding:0 0 18px!important;
    border-bottom:1px solid rgba(23,38,67,.12)!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
    width:clamp(156px,11vw,190px)!important;
    height:auto!important;
    aspect-ratio:16/9!important;
    border-radius:10px!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-card img,
#sgr-renewal .sgr-shorts-section .sgr-shorts-card img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    filter:none!important;
    transform:none!important;
    transition:transform .65s cubic-bezier(.2,.8,.2,1),filter .45s ease!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-thumb::after,
#sgr-renewal .sgr-shorts-section .sgr-shorts-thumb::after{
    content:"VIEW"!important;
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    z-index:2!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:72px!important;
    height:36px!important;
    padding:0 18px!important;
    border-radius:999px!important;
    background:rgba(23,38,67,.88)!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:900!important;
    letter-spacing:.04em!important;
    opacity:0!important;
    transform:translate(-50%,-50%) scale(.92)!important;
    transition:opacity .28s ease,transform .28s ease!important;
    pointer-events:none!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-thumb::before,
#sgr-renewal .sgr-shorts-section .sgr-shorts-thumb::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    background:rgba(0,0,0,.12)!important;
    opacity:0!important;
    transition:opacity .32s ease!important;
    pointer-events:none!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-card:hover img,
#sgr-renewal .sgr-shorts-section .sgr-shorts-card:hover img{
    filter:grayscale(1)!important;
    transform:scale(1.055)!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-card:hover .sgr-youtube-thumb::before,
#sgr-renewal .sgr-youtube-section .sgr-youtube-card:hover .sgr-youtube-thumb::after,
#sgr-renewal .sgr-shorts-section .sgr-shorts-card:hover .sgr-shorts-thumb::before,
#sgr-renewal .sgr-shorts-section .sgr-shorts-card:hover .sgr-shorts-thumb::after{
    opacity:1!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-card:hover .sgr-youtube-thumb::after,
#sgr-renewal .sgr-shorts-section .sgr-shorts-card:hover .sgr-shorts-thumb::after{
    transform:translate(-50%,-50%) scale(1)!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-card.is-featured strong{
    display:none!important;
}

#sgr-renewal .sgr-youtube-section .sgr-youtube-card:not(.is-featured) strong{
    display:-webkit-box!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    color:#62676f!important;
    font-size:17px!important;
    font-weight:800!important;
    line-height:1.45!important;
    text-align:left!important;
}

#sgr-renewal .sgr-shorts-section .sgr-shorts-shell{
    display:grid!important;
    grid-template-columns:54px minmax(0,1fr) 54px!important;
    align-items:center!important;
    gap:18px!important;
    width:calc(100vw - 132px)!important;
    max-width:1680px!important;
    margin:0 auto!important;
}

#sgr-renewal .sgr-shorts-section .sgr-shorts-grid{
    display:flex!important;
    gap:24px!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-behavior:auto!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
    overscroll-behavior-x:contain!important;
    -webkit-overflow-scrolling:touch!important;
}

#sgr-renewal .sgr-shorts-section .sgr-shorts-grid::-webkit-scrollbar{
    display:none!important;
}

#sgr-renewal .sgr-shorts-section .sgr-shorts-card,
#sgr-renewal .sgr-shorts-section .sgr-shorts-card:last-child{
    flex:0 0 clamp(230px,14.3vw,276px)!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    grid-column:auto!important;
    color:var(--sgr-navy)!important;
}

#sgr-renewal .sgr-shorts-section .sgr-shorts-thumb{
    position:relative!important;
    display:block!important;
    overflow:hidden!important;
    width:100%!important;
    aspect-ratio:9/16!important;
    border-radius:28px!important;
    background:#eef2f7!important;
}

#sgr-renewal .sgr-shorts-section .sgr-shorts-card strong{
    display:none!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
}

#sgr-renewal .sgr-shorts-section .sgr-shorts-arrow{
    position:relative!important;
    display:block!important;
    width:58px!important;
    height:92px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    cursor:pointer!important;
    box-shadow:none!important;
}

#sgr-renewal .sgr-shorts-section .sgr-shorts-arrow::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:30px!important;
    height:30px!important;
    border-top:1.4px solid #7b8086!important;
    border-left:1.4px solid #7b8086!important;
    transition:border-color .24s ease,opacity .24s ease,transform .24s ease!important;
}

#sgr-renewal .sgr-shorts-section .sgr-shorts-arrow.is-prev::before{
    transform:translate(-34%,-50%) rotate(-45deg)!important;
}

#sgr-renewal .sgr-shorts-section .sgr-shorts-arrow.is-next::before{
    transform:translate(-66%,-50%) rotate(135deg)!important;
}

#sgr-renewal .sgr-shorts-section .sgr-shorts-arrow:hover::before{
    border-color:var(--sgr-navy)!important;
}

#sgr-renewal .sgr-shorts-section .sgr-shorts-arrow:disabled{
    opacity:.22!important;
    cursor:default!important;
}

#sgr-renewal .sgr-directions-section{
    padding:118px 0 110px!important;
    background:#fff!important;
    color:var(--sgr-navy)!important;
    overflow:hidden!important;
}

#sgr-renewal .sgr-directions-inner{
    display:grid!important;
    grid-template-columns:minmax(360px,.42fr) minmax(700px,.58fr)!important;
    gap:0!important;
    width:calc(100vw - 96px)!important;
    max-width:1720px!important;
    margin:0 auto!important;
    align-items:start!important;
}

#sgr-renewal .sgr-directions-left{
    min-height:470px!important;
    padding:16px clamp(42px,7vw,148px) 0 0!important;
}

#sgr-renewal .sgr-directions-left span,
#sgr-renewal .sgr-directions-call span{
    display:block!important;
    margin:0 0 20px!important;
    color:#62676f!important;
    font-size:14px!important;
    font-weight:800!important;
    line-height:1!important;
    letter-spacing:.08em!important;
}

#sgr-renewal .sgr-directions-left h2{
    margin:0!important;
    color:#5e5b56!important;
    font-size:clamp(54px,5.2vw,88px)!important;
    font-weight:500!important;
    line-height:1.05!important;
    letter-spacing:0!important;
}

#sgr-renewal .sgr-directions-left p{
    max-width:420px!important;
    margin:28px 0 42px!important;
    color:#737b86!important;
    font-size:18px!important;
    font-weight:500!important;
    line-height:1.75!important;
}

#sgr-renewal .sgr-directions-left a,
#sgr-renewal .sgr-directions-box a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:172px!important;
    height:54px!important;
    padding:0 28px!important;
    border:1px solid rgba(23,38,67,.18)!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#62676f!important;
    font-size:14px!important;
    font-weight:800!important;
    transition:background .25s ease,color .25s ease,border-color .25s ease!important;
}

#sgr-renewal .sgr-directions-left a:hover,
#sgr-renewal .sgr-directions-box a:hover{
    border-color:var(--sgr-navy)!important;
    background:var(--sgr-navy)!important;
    color:#fff!important;
}

#sgr-renewal .sgr-directions-right{
    padding:0 clamp(84px,7vw,150px) 0 clamp(42px,4vw,72px)!important;
}

#sgr-renewal .sgr-directions-call{
    min-height:172px!important;
}

#sgr-renewal .sgr-directions-call strong{
    display:block!important;
    margin:0!important;
    color:#5e5b56!important;
    font-size:42px!important;
    font-weight:900!important;
    line-height:1.1!important;
    letter-spacing:0!important;
}

#sgr-renewal .sgr-directions-call p{
    margin:22px 0 0!important;
    color:#737b86!important;
    font-size:15px!important;
    font-weight:500!important;
    line-height:1.7!important;
}

#sgr-renewal .sgr-directions-box{
    position:relative!important;
    display:grid!important;
    grid-template-columns:128px minmax(260px,1fr) 158px!important;
    gap:24px!important;
    align-items:center!important;
    min-height:168px!important;
    padding:32px 0!important;
    border-top:1px solid rgba(23,38,67,.16)!important;
}

#sgr-renewal .sgr-directions-box:last-child{
    border-bottom:1px solid rgba(23,38,67,.16)!important;
}

#sgr-renewal .sgr-directions-box h3{
    margin:0!important;
    color:#62676f!important;
    font-size:24px!important;
    font-weight:900!important;
    line-height:1.25!important;
}

#sgr-renewal .sgr-directions-box dl{
    display:grid!important;
    grid-template-columns:76px minmax(220px,1fr)!important;
    gap:12px 18px!important;
    margin:0!important;
    color:#62676f!important;
    font-size:17px!important;
    font-weight:500!important;
    line-height:1.45!important;
}

#sgr-renewal .sgr-directions-box dt{
    color:#737b86!important;
    font-weight:800!important;
}

#sgr-renewal .sgr-directions-box dd{
    margin:0!important;
    color:#62676f!important;
    white-space:nowrap!important;
}

#sgr-renewal .sgr-directions-box p{
    margin:0!important;
    color:#62676f!important;
    font-size:17px!important;
    font-weight:500!important;
    line-height:1.75!important;
}

#sgr-renewal .sgr-directions-box a{
    justify-self:end!important;
    min-width:158px!important;
    height:58px!important;
    background:#5e5b56!important;
    border-color:#5e5b56!important;
    color:#fff!important;
}

#sgr-renewal .sgr-directions-map{
    width:calc(100vw - 96px)!important;
    max-width:1720px!important;
    height:520px!important;
    margin:62px auto 0!important;
    border:1px solid rgba(23,38,67,.12)!important;
    background:#eef2f7!important;
    overflow:hidden!important;
}

#sgr-renewal .sgr-directions-map iframe{
    display:block!important;
    width:100%!important;
    height:100%!important;
}

#sgr-renewal .sgr-interior-section{
    padding:0!important;
    background:#fff!important;
    overflow:hidden!important;
}

#sgr-renewal .sgr-interior-visual{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    width:100vw!important;
    min-height:560px!important;
    margin-left:calc(50% - 50vw)!important;
    overflow:hidden!important;
    color:#fff!important;
    text-align:center!important;
    text-decoration:none!important;
    isolation:isolate!important;
}

#sgr-renewal .sgr-interior-visual::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:-1!important;
    background:linear-gradient(180deg,rgba(23,38,67,.22),rgba(23,38,67,.42)),rgba(120,122,126,.22)!important;
}

#sgr-renewal .sgr-interior-visual img{
    position:absolute!important;
    inset:0!important;
    z-index:-2!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    filter:saturate(.8) contrast(.96) brightness(.92)!important;
    transform:scale(1.02)!important;
}

#sgr-renewal .sgr-interior-visual span{
    display:block!important;
    margin:0 0 24px!important;
    color:rgba(255,255,255,.9)!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.42em!important;
}

#sgr-renewal .sgr-interior-visual strong{
    display:block!important;
    color:#fff!important;
    font-family:var(--sgr-font)!important;
    font-size:clamp(34px,4.2vw,68px)!important;
    font-weight:500!important;
    line-height:1.18!important;
    letter-spacing:.16em!important;
    text-shadow:0 12px 34px rgba(0,0,0,.18)!important;
}

#sgr-renewal .sgr-interior-visual em{
    display:block!important;
    margin:28px 0 0!important;
    color:rgba(255,255,255,.86)!important;
    font-size:17px!important;
    font-weight:500!important;
    font-style:normal!important;
    line-height:1.6!important;
    letter-spacing:.04em!important;
}

#sgr-renewal .sgr-interior-wrap{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,1.24fr) minmax(330px,.76fr)!important;
    align-items:stretch!important;
    gap:0!important;
    width:min(1480px,calc(100% - 80px))!important;
    margin:0 auto!important;
    background:#fff!important;
    border:1px solid rgba(23,38,67,.1)!important;
    border-radius:18px!important;
    overflow:hidden!important;
    box-shadow:0 26px 72px rgba(23,38,67,.08)!important;
}

#sgr-renewal .sgr-interior-media{
    min-height:540px!important;
    overflow:hidden!important;
    background:#edf1f6!important;
}

#sgr-renewal .sgr-interior-media img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    filter:saturate(.98) contrast(1.02)!important;
}

#sgr-renewal .sgr-interior-copy{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    min-height:540px!important;
    padding:72px 64px!important;
    background:linear-gradient(135deg,#fff 0%,#f5f7fb 100%)!important;
}

#sgr-renewal .sgr-interior-copy span{
    display:block!important;
    margin:0 0 20px!important;
    color:#8b9096!important;
    font-size:15px!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
}

#sgr-renewal .sgr-interior-copy h2{
    margin:0!important;
    color:var(--sgr-navy)!important;
    font-size:clamp(36px,3vw,54px)!important;
    font-weight:900!important;
    line-height:1.18!important;
    letter-spacing:0!important;
}

#sgr-renewal .sgr-interior-copy p{
    max-width:460px!important;
    margin:26px 0 36px!important;
    color:#737b86!important;
    font-size:17px!important;
    font-weight:500!important;
    line-height:1.82!important;
}

#sgr-renewal .sgr-interior-copy a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:max-content!important;
    min-width:152px!important;
    height:46px!important;
    padding:0 24px!important;
    border:1px solid var(--sgr-navy)!important;
    border-radius:999px!important;
    background:var(--sgr-navy)!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:800!important;
}

@media (max-width:1200px){
    #sgr-renewal .sgr-youtube-section .sgr-youtube-grid{
        width:calc(100% - 56px)!important;
        grid-template-columns:minmax(0,1fr) 430px!important;
        gap:20px 24px!important;
    }

    #sgr-renewal .sgr-youtube-section .sgr-youtube-card:not(.is-featured){
        grid-template-columns:138px minmax(0,1fr)!important;
        gap:14px!important;
    }

    #sgr-renewal .sgr-youtube-section .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
        width:138px!important;
        height:78px!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-youtube-section.sgr-youtube-section{
        padding:58px 0 0!important;
    }

    #sgr-renewal .sgr-shorts-section.sgr-shorts-section{
        padding:62px 0 82px!important;
    }

    #sgr-renewal .sgr-youtube-section .sgr-youtube-head,
    #sgr-renewal .sgr-shorts-section .sgr-shorts-head{
        width:100%!important;
        margin:0 auto 32px!important;
        padding:0 16px!important;
    }

    #sgr-renewal .sgr-youtube-section .sgr-youtube-head h2,
    #sgr-renewal .sgr-shorts-section .sgr-shorts-head h2{
        margin-bottom:9px!important;
        font-size:24px!important;
    }

    #sgr-renewal .sgr-youtube-section .sgr-youtube-head p,
    #sgr-renewal .sgr-shorts-section .sgr-shorts-head p{
        font-size:15px!important;
        line-height:1.62!important;
    }

    #sgr-renewal .sgr-youtube-section .sgr-youtube-head>a{
        height:40px!important;
        margin-top:18px!important;
        font-size:13px!important;
    }

    #sgr-renewal .sgr-youtube-section .sgr-youtube-grid{
        display:grid!important;
        width:calc(100% - 32px)!important;
        min-height:0!important;
        grid-template-columns:1fr!important;
        grid-template-rows:auto!important;
        gap:14px!important;
    }

    #sgr-renewal .sgr-youtube-section .sgr-youtube-card.is-featured{
        grid-row:auto!important;
    }

    #sgr-renewal .sgr-youtube-section .sgr-youtube-card.is-featured .sgr-youtube-thumb{
        height:auto!important;
        min-height:0!important;
        aspect-ratio:16/9!important;
        border-radius:12px!important;
    }

    #sgr-renewal .sgr-youtube-section .sgr-youtube-card:not(.is-featured){
        grid-template-columns:112px minmax(0,1fr)!important;
        gap:12px!important;
        min-height:66px!important;
        padding:0 0 13px!important;
    }

    #sgr-renewal .sgr-youtube-section .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
        width:112px!important;
        height:63px!important;
        border-radius:9px!important;
    }

    #sgr-renewal .sgr-youtube-section .sgr-youtube-card:not(.is-featured) strong{
        font-size:13px!important;
        line-height:1.42!important;
    }

    #sgr-renewal .sgr-youtube-section .sgr-youtube-thumb::after,
    #sgr-renewal .sgr-shorts-section .sgr-shorts-thumb::after{
        min-width:58px!important;
        height:30px!important;
        padding:0 12px!important;
        font-size:10px!important;
    }

    #sgr-renewal .sgr-shorts-section .sgr-shorts-shell{
        grid-template-columns:34px minmax(0,1fr) 34px!important;
        gap:8px!important;
        width:100%!important;
    }

    #sgr-renewal .sgr-shorts-section .sgr-shorts-grid{
        gap:14px!important;
    }

    #sgr-renewal .sgr-shorts-section .sgr-shorts-card,
    #sgr-renewal .sgr-shorts-section .sgr-shorts-card:last-child{
        flex:0 0 42vw!important;
    }

    #sgr-renewal .sgr-shorts-section .sgr-shorts-thumb{
        border-radius:18px!important;
    }

    #sgr-renewal .sgr-shorts-section .sgr-shorts-arrow{
        width:34px!important;
        height:62px!important;
    }

    #sgr-renewal .sgr-shorts-section .sgr-shorts-arrow::before{
        width:18px!important;
        height:18px!important;
        border-width:1.2px!important;
    }

    #sgr-renewal .sgr-directions-section{
        padding:74px 16px 72px!important;
    }

    #sgr-renewal .sgr-directions-inner{
        width:100%!important;
        grid-template-columns:1fr!important;
    }

    #sgr-renewal .sgr-directions-left{
        min-height:0!important;
        padding:0 0 42px!important;
        text-align:left!important;
    }

    #sgr-renewal .sgr-directions-left span,
    #sgr-renewal .sgr-directions-call span{
        margin-bottom:12px!important;
        font-size:12px!important;
    }

    #sgr-renewal .sgr-directions-left h2{
        font-size:38px!important;
    }

    #sgr-renewal .sgr-directions-left p{
        margin:18px 0 24px!important;
        font-size:15px!important;
        line-height:1.7!important;
    }

    #sgr-renewal .sgr-directions-left a{
        min-width:150px!important;
        height:44px!important;
        padding:0 20px!important;
        font-size:13px!important;
    }

    #sgr-renewal .sgr-directions-right{
        padding:0!important;
    }

    #sgr-renewal .sgr-directions-call{
        min-height:0!important;
        padding:0 0 34px!important;
    }

    #sgr-renewal .sgr-directions-call strong{
        font-size:32px!important;
    }

    #sgr-renewal .sgr-directions-call p{
        margin-top:13px!important;
        font-size:14px!important;
    }

    #sgr-renewal .sgr-directions-box{
        grid-template-columns:1fr!important;
        gap:14px!important;
        min-height:0!important;
        padding:28px 0!important;
    }

    #sgr-renewal .sgr-directions-box h3{
        font-size:21px!important;
    }

    #sgr-renewal .sgr-directions-box dl{
        grid-template-columns:58px minmax(0,1fr)!important;
        gap:9px 12px!important;
        font-size:14px!important;
    }

    #sgr-renewal .sgr-directions-box p{
        font-size:14px!important;
        line-height:1.7!important;
    }

    #sgr-renewal .sgr-directions-box a{
        justify-self:start!important;
        min-width:150px!important;
        height:44px!important;
        padding:0 20px!important;
        font-size:13px!important;
    }

    #sgr-renewal .sgr-directions-map{
        width:100%!important;
        height:360px!important;
        margin:36px auto 0!important;
    }

    #sgr-renewal .sgr-interior-section{
        padding:0!important;
    }

    #sgr-renewal .sgr-interior-visual{
        min-height:420px!important;
        padding:74px 22px!important;
    }

    #sgr-renewal .sgr-interior-visual span{
        margin-bottom:16px!important;
        font-size:10px!important;
        letter-spacing:.34em!important;
    }

    #sgr-renewal .sgr-interior-visual strong{
        max-width:330px!important;
        font-size:28px!important;
        line-height:1.28!important;
        letter-spacing:.08em!important;
    }

    #sgr-renewal .sgr-interior-visual em{
        max-width:300px!important;
        margin-top:20px!important;
        font-size:14px!important;
        line-height:1.64!important;
    }

    #sgr-renewal .sgr-interior-wrap{
        width:100%!important;
        grid-template-columns:1fr!important;
        border-radius:14px!important;
    }

    #sgr-renewal .sgr-interior-media{
        min-height:0!important;
        aspect-ratio:1.12/1!important;
    }

    #sgr-renewal .sgr-interior-copy{
        min-height:0!important;
        padding:32px 24px 34px!important;
    }

    #sgr-renewal .sgr-interior-copy span{
        margin-bottom:12px!important;
        font-size:13px!important;
    }

    #sgr-renewal .sgr-interior-copy h2{
        font-size:27px!important;
        line-height:1.26!important;
    }

    #sgr-renewal .sgr-interior-copy p{
        margin:18px 0 24px!important;
        font-size:14px!important;
        line-height:1.72!important;
    }
}

/* youtube6: wider video sections and smoother 10-item shorts rail */
#sgr-renewal .sgr-youtube-section,
#sgr-renewal .sgr-shorts-section{
    padding-left:0!important;
    padding-right:0!important;
}

#sgr-renewal .sgr-youtube-head,
#sgr-renewal .sgr-shorts-head{
    width:min(1180px,calc(100% - 56px))!important;
}

#sgr-renewal .sgr-youtube-grid{
    width:min(1180px,calc(100% - 56px))!important;
    max-width:none!important;
    grid-template-columns:minmax(0,1.74fr) repeat(2,minmax(0,.72fr))!important;
    gap:18px!important;
}

#sgr-renewal .sgr-youtube-card,
#sgr-renewal .sgr-shorts-card{
    transform:translateZ(0)!important;
}

#sgr-renewal .sgr-youtube-thumb,
#sgr-renewal .sgr-shorts-thumb{
    background:#f2f4f7!important;
}

#sgr-renewal .sgr-youtube-card img,
#sgr-renewal .sgr-shorts-card img{
    object-fit:cover!important;
    image-rendering:auto!important;
    backface-visibility:hidden!important;
    will-change:transform,filter!important;
}

#sgr-renewal .sgr-shorts-shell{
    grid-template-columns:44px minmax(0,1fr) 44px!important;
    width:min(1180px,calc(100% - 56px))!important;
    max-width:none!important;
}

#sgr-renewal .sgr-shorts-grid{
    gap:18px!important;
    scroll-snap-type:none!important;
    scroll-behavior:auto!important;
}

#sgr-renewal .sgr-shorts-card,
#sgr-renewal .sgr-shorts-card:last-child{
    flex:0 0 calc((100% - 72px) / 4.5)!important;
    width:auto!important;
    max-width:none!important;
    grid-column:auto!important;
}

#sgr-renewal .sgr-shorts-thumb{
    border-radius:24px!important;
    box-shadow:none!important;
}

#sgr-renewal .sgr-shorts-arrow{
    width:44px!important;
    height:110px!important;
    opacity:.8!important;
}

#sgr-renewal .sgr-shorts-arrow::before{
    width:24px!important;
    height:24px!important;
    border-width:1.4px!important;
}

#sgr-renewal .sgr-shorts-arrow:hover{
    opacity:1!important;
}

@media (min-width:1600px){
    #sgr-renewal .sgr-youtube-head,
    #sgr-renewal .sgr-shorts-head,
    #sgr-renewal .sgr-youtube-grid,
    #sgr-renewal .sgr-shorts-shell{
        width:min(1220px,calc(100% - 64px))!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-youtube-head,
    #sgr-renewal .sgr-shorts-head,
    #sgr-renewal .sgr-youtube-grid{
        width:calc(100% - 32px)!important;
    }

    #sgr-renewal .sgr-shorts-shell{
        grid-template-columns:30px minmax(0,1fr) 30px!important;
        width:100%!important;
    }

    #sgr-renewal .sgr-shorts-grid{
        gap:12px!important;
    }

    #sgr-renewal .sgr-shorts-card,
    #sgr-renewal .sgr-shorts-card:last-child{
        flex-basis:calc((100% - 24px) / 2.35)!important;
    }

    #sgr-renewal .sgr-shorts-thumb{
        border-radius:18px!important;
    }

    #sgr-renewal .sgr-shorts-arrow{
        width:30px!important;
        height:78px!important;
    }

    #sgr-renewal .sgr-shorts-arrow::before{
        width:17px!important;
        height:17px!important;
        border-width:1.2px!important;
    }
}

/* youtube7: browser-safe shorts card width, 4.5 cards visible on desktop */
#sgr-renewal .sgr-shorts-card,
#sgr-renewal .sgr-shorts-card:last-child{
    flex:0 0 calc((100% - 72px) * .222222)!important;
    width:auto!important;
    max-width:none!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-shorts-card,
    #sgr-renewal .sgr-shorts-card:last-child{
        flex-basis:calc((100% - 24px) * .425532)!important;
    }
}

/* medical3: PC 의학사진 섹션 표시 및 로그인 없이 원본 첨부 이미지 노출 */
@media (min-width:981px){
    #sgr-renewal .sgr-mobile-about-flow{
        display:none!important;
    }

    #sgr-renewal .sgr-mobile-cases{
        display:block!important;
        width:100%!important;
        padding:132px max(44px,calc((100vw - 1380px)/2))!important;
        background:#fff!important;
        color:#0f1728!important;
    }

    #sgr-renewal .sgr-mobile-cases-head{
        display:flex!important;
        align-items:flex-end!important;
        justify-content:space-between!important;
        gap:36px!important;
        margin:0 0 34px!important;
    }

    #sgr-renewal .sgr-mobile-cases-head span{
        display:block!important;
        margin:0 0 14px!important;
        color:#b89b63!important;
        font-size:13px!important;
        font-weight:900!important;
        letter-spacing:.06em!important;
    }

    #sgr-renewal .sgr-mobile-cases-head h2{
        margin:0!important;
        color:#080d1b!important;
        font-size:clamp(38px,3.2vw,56px)!important;
        font-weight:900!important;
        line-height:1.18!important;
    }

    #sgr-renewal .sgr-mobile-case-tabs{
        display:flex!important;
        flex-wrap:wrap!important;
        gap:10px!important;
        margin:0 0 34px!important;
        padding:0!important;
        overflow:visible!important;
        white-space:normal!important;
    }

    #sgr-renewal .sgr-mobile-case-tabs a{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        flex:0 0 auto!important;
        min-width:78px!important;
        height:42px!important;
        padding:0 18px!important;
        border:1px solid #d9e1ec!important;
        border-radius:999px!important;
        background:#fff!important;
        color:#7a8494!important;
        font-size:15px!important;
        font-weight:800!important;
    }

    #sgr-renewal .sgr-mobile-case-tabs a.is-active{
        border-color:#172643!important;
        background:#172643!important;
        color:#fff!important;
    }

    #sgr-renewal .sgr-mobile-case-card{
        display:grid!important;
        grid-template-columns:minmax(0,1.38fr) minmax(360px,.72fr)!important;
        gap:42px!important;
        align-items:center!important;
        margin:0!important;
    }

    #sgr-renewal .sgr-mobile-case-photo{
        position:relative!important;
        display:grid!important;
        grid-template-columns:1fr 1fr!important;
        width:100%!important;
        aspect-ratio:1.72/1!important;
        overflow:hidden!important;
        border-radius:26px!important;
        background:#eef2f7!important;
        box-shadow:0 28px 70px rgba(23,38,67,.1)!important;
    }

    #sgr-renewal .sgr-mobile-case-photo>div:not(.sgr-mobile-case-angle){
        position:relative!important;
        min-width:0!important;
        overflow:hidden!important;
    }

    #sgr-renewal .sgr-mobile-case-photo img{
        display:block!important;
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        object-position:center center!important;
    }

    #sgr-renewal .sgr-mobile-case-photo>div:not(.sgr-mobile-case-angle)::after{
        content:""!important;
        position:absolute!important;
        inset:0!important;
        background:linear-gradient(180deg,rgba(10,17,31,.08) 0%,rgba(10,17,31,0) 42%,rgba(10,17,31,.08) 100%)!important;
        pointer-events:none!important;
    }

    #sgr-renewal .sgr-mobile-case-before span,
    #sgr-renewal .sgr-mobile-case-after span{
        top:18px!important;
        min-width:66px!important;
        height:32px!important;
        padding:0 12px!important;
        border-radius:8px!important;
        font-size:13px!important;
        font-weight:900!important;
    }

    #sgr-renewal .sgr-mobile-case-before span{
        left:18px!important;
    }

    #sgr-renewal .sgr-mobile-case-after span{
        right:18px!important;
    }

    #sgr-renewal .sgr-mobile-case-angle{
        bottom:20px!important;
        gap:8px!important;
    }

    #sgr-renewal .sgr-mobile-case-angle span{
        min-width:64px!important;
        height:36px!important;
        padding:0 14px!important;
        border-radius:8px!important;
        font-size:14px!important;
        font-weight:900!important;
    }

    #sgr-renewal .sgr-mobile-case-copy{
        padding:0!important;
    }

    #sgr-renewal .sgr-mobile-case-copy p{
        margin:0 0 8px!important;
        color:#2d3444!important;
        font-size:26px!important;
        font-weight:500!important;
        line-height:1.34!important;
    }

    #sgr-renewal .sgr-mobile-case-copy h3{
        display:-webkit-box!important;
        margin:0!important;
        overflow:hidden!important;
        -webkit-line-clamp:3!important;
        -webkit-box-orient:vertical!important;
        color:#070c18!important;
        font-size:clamp(34px,2.8vw,48px)!important;
        font-weight:900!important;
        line-height:1.22!important;
    }

    #sgr-renewal .sgr-mobile-case-copy h3 a{
        color:inherit!important;
    }

    #sgr-renewal .sgr-mobile-case-copy em{
        display:block!important;
        margin:26px 0 0!important;
        color:#8d96a6!important;
        font-size:15px!important;
        font-style:normal!important;
        font-weight:800!important;
    }

    #sgr-renewal .sgr-mobile-case-more{
        margin:34px 0 18px!important;
    }

    #sgr-renewal .sgr-mobile-case-more span,
    #sgr-renewal .sgr-mobile-case-more a{
        font-size:15px!important;
    }

    #sgr-renewal .sgr-mobile-case-thumbs{
        gap:12px!important;
        margin:0!important;
        padding:0 0 4px!important;
    }

    #sgr-renewal .sgr-mobile-case-thumbs a{
        flex:0 0 92px!important;
        border-radius:12px!important;
    }

    #sgr-renewal .sgr-mobile-case-note{
        margin:22px 0 0!important;
        font-size:12px!important;
        font-weight:600!important;
        line-height:1.7!important;
    }
}

/* 2026 interaction pass: hero slider, signature carousel, introduction snap flow */
.sgr-hero{position:relative;min-height:calc(100svh - 70px);padding:0;overflow:hidden;background:#dfe3e8;color:#3f464f}
.sgr-hero-stage,.sgr-hero-slide{position:absolute;inset:0}
.sgr-hero-slide{opacity:0;pointer-events:none;transition:opacity 1s ease}
.sgr-hero-slide.is-active{opacity:1;pointer-events:auto}
.sgr-hero-slide::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(222,226,231,.9) 0%,rgba(222,226,231,.62) 31%,rgba(222,226,231,.2) 58%,rgba(23,38,67,.18) 100%)}
.sgr-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.96;transform:scale(1.07);transition:transform 5.8s cubic-bezier(.19,1,.22,1),opacity 1s ease}
.sgr-hero-slide.is-active .sgr-hero-bg{transform:scale(1)}
.sgr-hero-copy{position:absolute;left:9.2%;top:33%;z-index:3;width:min(430px,33vw);opacity:0;transform:translateY(22px);transition:opacity .78s ease .18s,transform .78s ease .18s}
.sgr-hero-slide.is-active .sgr-hero-copy{opacity:1;transform:translateY(0)}
.sgr-hero-copy span{display:block;color:#5e646d;font-size:13px;font-weight:900}
.sgr-hero-copy h1{margin:18px 0;color:#464d56;font-size:clamp(34px,3.45vw,56px);font-weight:900;line-height:1.08}
.sgr-hero-copy p{max-width:410px;margin:0;color:#515a66;font-size:16px;font-weight:700;line-height:1.72}
.sgr-hero-slide.is-active .sgr-hero-copy span{color:#56606c}
.sgr-hero-slide.is-active .sgr-hero-copy h1{color:#333b47;text-shadow:0 10px 34px rgba(255,255,255,.56)}
.sgr-hero-slide.is-active .sgr-hero-copy p{color:#384352;text-shadow:0 10px 30px rgba(255,255,255,.6)}
.sgr-hero-cta{display:flex;gap:10px;margin-top:28px}
.sgr-hero-cta a{display:inline-flex;align-items:center;justify-content:center;min-width:132px;height:42px;padding:0 18px;border:1px solid rgba(63,69,76,.64);border-radius:0;background:rgba(255,255,255,.12);color:#303742;font-size:14px;font-weight:900}
.sgr-hero-index{position:absolute;right:8.4%;bottom:33%;z-index:3;width:min(430px,31vw);opacity:0;transform:translateX(24px);transition:opacity .8s ease .32s,transform .8s ease .32s}
.sgr-hero-slide.is-active .sgr-hero-index{opacity:1;transform:translateX(0)}
.sgr-hero-index b{display:block;color:rgba(255,255,255,.78);font-size:12px;font-weight:900}
.sgr-hero-index p{margin:8px 0 0;color:#fff;font-family:"Caveat",var(--sgr-font);font-size:clamp(48px,5vw,78px);font-weight:700;line-height:.9;text-shadow:0 18px 34px rgba(23,38,67,.22)}
.sgr-hero-controls{position:absolute;left:50%;bottom:calc(100px + env(safe-area-inset-bottom));z-index:4;display:flex;align-items:center;gap:13px;transform:translateX(-50%)}
.sgr-hero-controls button{position:relative;width:54px;height:28px;padding:0;border:0;background:transparent;color:rgba(255,255,255,.82);font-size:11px;font-weight:900;cursor:pointer}
.sgr-hero-controls button::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:rgba(255,255,255,.42)}
.sgr-hero-controls button.is-active::after{height:3px;background:#fff}

.sgr-signature{padding:136px 0 116px;background:#fff}
.sgr-signature .sgr-section-head{width:min(1120px,calc(100% - 56px));margin:0 auto 62px;text-align:center}
.sgr-signature-grid{display:flex;grid-template-columns:none;gap:0;width:100%;max-width:none;margin:0;padding:0 0 0 max(30px,calc((100vw - 1380px)/2));border-radius:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-left:max(30px,calc((100vw - 1380px)/2));-webkit-overflow-scrolling:touch;scrollbar-width:none}
.sgr-signature-grid::-webkit-scrollbar{display:none}
.sgr-signature-card{flex:0 0 min(31vw,440px);margin-right:28px;border:0;border-radius:0;overflow:visible;background:#fff;box-shadow:none;scroll-snap-align:start}
.sgr-signature-card img{width:100%;height:470px;border-radius:8px;object-fit:cover;filter:saturate(.92);transition:transform .72s ease,filter .72s ease}
.sgr-signature-card:hover img{transform:scale(1.025);filter:saturate(1)}
.sgr-signature-card span{display:block;margin:28px 0 12px;color:#8b9096;font-size:17px;font-weight:900}
.sgr-signature-card div{padding:0 0 18px}
.sgr-signature-card h3{margin:0 0 16px;padding-bottom:16px;border-bottom:1px solid #d8d8d8;color:#62676f;font-size:30px;line-height:1.24}
.sgr-signature-card p{margin:0;color:#737b86;font-size:16px;line-height:1.72}
.sgr-signature-dots{display:flex;justify-content:center;gap:10px;margin:34px 0 0}
.sgr-signature-dots button{width:12px;height:12px;padding:0;border:2px solid #cfcfcf;border-radius:50%;background:#fff;cursor:pointer}
.sgr-signature-dots button.is-active{border-color:#8b8f95;background:#8b8f95}

.sgr-about-flow{display:block;height:calc(100svh - 70px);margin:0;background:#f5f5f2;overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-y:auto;scrollbar-width:none}
.sgr-about-flow::-webkit-scrollbar{display:none}
.sgr-about-flow>article,.sgr-about-flow>a{scroll-snap-align:start;scroll-snap-stop:always}
.sgr-mobile-about-intro{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100svh - 70px);padding:110px 7vw 120px;text-align:center;background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(246,246,241,.92))}
.sgr-mobile-about-intro span{color:#7c8187;font-size:clamp(46px,5vw,82px);font-weight:300;letter-spacing:.16em}
.sgr-mobile-about-intro h2{margin:28px 0;color:#62666c;font-size:clamp(34px,3.4vw,52px);line-height:1.25}
.sgr-mobile-about-intro p{max-width:900px;margin:0;color:#747980;font-size:clamp(18px,1.45vw,24px);line-height:1.75}
.sgr-mobile-about-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:calc(100svh - 70px);padding:110px 8vw 124px;color:#5f646b;background:#f5f5f2;overflow:hidden}
.sgr-mobile-about-card::before{content:"";position:absolute;inset:0;background:var(--about-bg) center/cover no-repeat;opacity:.32;transform:scale(1.03)}
.sgr-mobile-about-card::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(245,245,242,.94) 0%,rgba(245,245,242,.82) 42%,rgba(245,245,242,.45) 100%)}
.sgr-mobile-about-card.is-dark{color:#fff}
.sgr-mobile-about-card.is-dark::before{opacity:.78}
.sgr-mobile-about-card.is-dark::after{background:linear-gradient(90deg,rgba(23,32,43,.78) 0%,rgba(23,32,43,.48) 58%,rgba(23,32,43,.18) 100%)}
.sgr-mobile-about-card b,.sgr-mobile-about-card strong,.sgr-mobile-about-card h3,.sgr-mobile-about-card p,.sgr-mobile-about-card em{position:relative;z-index:2}
.sgr-mobile-about-card b{font-size:clamp(36px,4vw,64px);font-weight:600}
.sgr-mobile-about-card strong{margin-top:18px;font-size:clamp(38px,4.6vw,74px);font-weight:600;line-height:1.04}
.sgr-mobile-about-card h3{margin:28px 0 18px;font-size:clamp(30px,3.4vw,52px);line-height:1.2}
.sgr-mobile-about-card p{max-width:780px;margin:0;color:inherit;font-size:clamp(17px,1.55vw,25px);line-height:1.64}
.sgr-mobile-about-card em{margin-top:32px;font-style:normal;font-size:20px;font-weight:700;letter-spacing:.22em}
.sgr-stories,.sgr-menu-map,.sgr-care,.sgr-doctor,.sgr-board-area,.sgr-location{display:none}

@media (max-width:720px){
    .sgr-hero{min-height:calc(100svh - 54px);padding:0 16px 92px;align-items:flex-end}
    .sgr-hero-slide::before{background:linear-gradient(180deg,rgba(223,227,232,.16) 0%,rgba(223,227,232,.24) 32%,rgba(255,255,255,.86) 72%,rgba(255,255,255,.98) 100%)}
    .sgr-hero-bg{object-position:56% center}
    .sgr-hero-copy{left:16px;right:16px;top:auto;bottom:132px;width:auto}
    .sgr-hero-copy span{font-size:12px}
    .sgr-hero-copy h1{font-size:26px;color:var(--sgr-navy)!important}
    .sgr-hero-copy p{font-size:13px;color:#2f3d54!important}
    .sgr-hero-copy span{color:#516074!important}
    .sgr-hero-cta{display:none}
    .sgr-hero-index{display:none}
    .sgr-hero-controls{bottom:78px;gap:8px}
    .sgr-hero-controls button{width:35px;height:18px;color:#647085}
    .sgr-hero-controls button::after{background:rgba(100,112,133,.34)}
    .sgr-hero-controls button.is-active::after{background:var(--sgr-navy)}
    .sgr-signature{padding:56px 0 100px}
    .sgr-signature .sgr-section-head{width:100%;padding:0 16px;margin-bottom:34px}
    .sgr-signature .sgr-section-head span{font-size:24px}
    .sgr-signature .sgr-section-head h2{font-size:15px;line-height:1.62}
    .sgr-signature-grid{padding-left:34px;scroll-padding-left:34px}
    .sgr-signature-card{flex-basis:73%;margin-right:22px}
    .sgr-signature-card img{height:310px}
    .sgr-signature-card h3{font-size:25px}
    .sgr-signature-card p{font-size:15px;line-height:1.58}
    .sgr-about-flow{height:calc(100svh - 54px)}
    .sgr-mobile-about-intro{min-height:calc(100svh - 54px);padding:88px 22px 116px}
    .sgr-mobile-about-intro span{font-size:35px;letter-spacing:.14em}
    .sgr-mobile-about-intro h2{font-size:31px}
    .sgr-mobile-about-intro p{font-size:18px}
    .sgr-mobile-about-card{min-height:calc(100svh - 54px);padding:78px 30px 112px}
    .sgr-mobile-about-card::after{background:linear-gradient(180deg,rgba(245,245,242,.52) 0%,rgba(245,245,242,.95) 72%,rgba(245,245,242,1) 100%)}
    .sgr-mobile-about-card b{font-size:33px}
    .sgr-mobile-about-card strong{font-size:31px}
    .sgr-mobile-about-card h3{font-size:28px}
    .sgr-mobile-about-card p{font-size:17px}
    .sgr-mobile-about-card em{font-size:18px}
}

/* about flow release override */
.sgr-about-flow,
.sgr-mobile-about-flow{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
    overscroll-behavior-y:auto!important;
    -webkit-overflow-scrolling:auto!important;
}
.sgr-about-flow>article,
.sgr-about-flow>a,
.sgr-mobile-about-flow>article,
.sgr-mobile-about-flow>a{
    min-height:calc(100svh - 70px);
    scroll-snap-align:none!important;
    scroll-snap-stop:normal!important;
}

@media (max-width:720px){
    .sgr-about-flow>article,
    .sgr-about-flow>a,
    .sgr-mobile-about-flow>article,
    .sgr-mobile-about-flow>a{
        min-height:calc(100svh - 54px);
    }
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body,button,input,select,textarea{font-family:var(--sgr-font)}
body{margin:0;background:#fff;color:var(--sgr-ink);letter-spacing:0;word-break:keep-all}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
#sgr-renewal{overflow:hidden;background:#fff}
.sgr-header{position:fixed;top:24px;left:50%;z-index:1000;display:flex;align-items:center;justify-content:space-between;width:min(1760px,calc(100% - 64px));height:74px;padding:0 28px;transform:translateX(-50%);color:var(--sgr-navy);transition:.28s ease}
.sgr-header.is-scrolled,.sgr-header.is-open{top:18px;background:rgba(255,255,255,.94);border:1px solid rgba(220,228,239,.95);border-radius:18px;box-shadow:0 22px 54px rgba(23,38,67,.13);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.sgr-logo{position:relative;display:block;width:176px;height:47px}
.sgr-logo img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;transition:.2s ease}
.sgr-logo-light{opacity:0}
.sgr-logo-dark{opacity:1}
.sgr-nav{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:800}
.sgr-nav a{position:relative;white-space:nowrap}
.sgr-nav a::after{content:"";position:absolute;left:0;bottom:-10px;width:0;height:2px;background:var(--sgr-gold);transition:.22s ease}
.sgr-nav a:hover::after{width:100%}
.sgr-header-actions{display:flex;align-items:center;gap:13px;font-size:12px;font-weight:900}
.sgr-menu-btn{display:grid;place-items:center;width:44px;height:44px;margin-left:4px;border:0;border-radius:50%;background:#eef3f9;color:var(--sgr-navy);cursor:pointer}
.sgr-menu-btn span{display:block;width:21px;height:2px;background:currentColor;transition:.2s ease}
.sgr-menu-btn span+span{margin-top:6px}
.sgr-header.is-open .sgr-menu-btn span:first-child{transform:translateY(4px) rotate(45deg)}
.sgr-header.is-open .sgr-menu-btn span:last-child{transform:translateY(-4px) rotate(-45deg)}
.sgr-menu-panel{position:fixed;inset:0;z-index:900;padding:128px 44px 44px;background:rgba(246,248,251,.98);opacity:0;pointer-events:none;transform:translateY(-16px);transition:.28s ease;overflow:auto}
.sgr-menu-panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}
.sgr-menu-panel-inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1480px;margin:0 auto}
.sgr-menu-panel section{min-height:250px;padding:26px;border:1px solid var(--sgr-line);border-radius:8px;background:#fff}
.sgr-menu-panel p,.sgr-section-head span,.sgr-care-copy span,.sgr-doctor-copy span,.sgr-location-copy span,.sgr-ready span{margin:0 0 12px;color:var(--sgr-gold);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.sgr-menu-panel h2{margin:0 0 20px;color:var(--sgr-navy);font-size:25px;line-height:1.25}
.sgr-menu-panel ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.sgr-menu-panel li a{display:block;padding:13px 0;border-top:1px solid #edf1f6;font-size:16px;font-weight:800}
.sgr-menu-panel li span{display:block;margin-top:5px;color:var(--sgr-muted);font-size:13px;font-weight:500;line-height:1.55}
.sgr-hero{position:relative;display:flex;align-items:center;min-height:clamp(760px,calc(100svh - 70px),900px);padding:126px max(40px,calc((100vw - 1480px)/2)) 78px;background:#f7f9fc;color:var(--sgr-navy);overflow:hidden}
.sgr-hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 34%,rgba(255,255,255,.42) 62%,rgba(255,255,255,.02) 100%)}
.sgr-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:2;height:1px;background:var(--sgr-line)}
.sgr-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}
.sgr-hero-copy{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;width:min(720px,56vw)}
.sgr-hero-copy span{color:var(--sgr-gold);font-size:14px;font-weight:900}
.sgr-hero-copy h1{margin:24px 0 24px;color:var(--sgr-navy);font-size:clamp(52px,5.5vw,96px);font-weight:900;line-height:1.04;letter-spacing:0}
.sgr-hero-copy p{max-width:620px;margin:0;color:#4e5c73;font-size:21px;font-weight:600;line-height:1.75}
.sgr-hero-points{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0 0;padding:0;list-style:none}
.sgr-hero-points li{padding:10px 14px;border:1px solid var(--sgr-line);border-radius:999px;background:#fff;color:#31405c;font-size:14px;font-weight:800}
.sgr-hero-cta{display:flex;gap:12px;margin-top:38px}
.sgr-hero-cta a,.sgr-care-copy a,.sgr-doctor-copy a,.sgr-location-copy a,.sgr-ready a{display:inline-flex;align-items:center;justify-content:center;min-width:148px;height:50px;padding:0 22px;border-radius:999px;background:var(--sgr-navy);color:#fff;font-weight:900}
.sgr-hero-cta a:last-child{border:1px solid var(--sgr-line);background:#fff;color:var(--sgr-navy)}
.sgr-hero-index{display:none;position:absolute;right:max(40px,calc((100vw - 1480px)/2));bottom:82px;z-index:3;width:min(360px,30vw);padding-left:26px;border-left:1px solid rgba(23,38,67,.2)}
.sgr-hero-index b{display:block;color:var(--sgr-gold);font-size:13px;font-weight:900}
.sgr-hero-index p{margin:10px 0 0;color:#4f5c71;font-size:16px;font-weight:700;line-height:1.65}
.sgr-section{width:min(1480px,calc(100% - 80px));margin:0 auto;padding:118px 0}
.sgr-section-head{display:grid;grid-template-columns:minmax(240px,330px) 1fr;gap:70px;margin-bottom:48px;border-top:1px solid var(--sgr-line);padding-top:34px}
.sgr-section-head h2,.sgr-care-copy h2,.sgr-doctor-copy h2,.sgr-location-copy h2{margin:0;color:var(--sgr-navy);font-size:clamp(34px,3.2vw,56px);font-weight:900;line-height:1.18}
.sgr-intro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.sgr-intro article,.sgr-menu-map article,.sgr-care-steps article,.sgr-board-block{border:1px solid var(--sgr-line);border-radius:8px;background:#fff;box-shadow:0 18px 45px rgba(23,38,67,.05)}
.sgr-intro article{padding:34px}
.sgr-intro b,.sgr-care-steps b{color:var(--sgr-blue);font-size:20px;font-weight:900}
.sgr-intro h3,.sgr-care-steps h3{margin:18px 0 12px;color:var(--sgr-navy);font-size:24px;line-height:1.28}
.sgr-intro p,.sgr-care-steps p,.sgr-doctor-copy p,.sgr-location-copy p{margin:0;color:var(--sgr-muted);font-size:17px;line-height:1.8}
.sgr-signature{width:100%;padding-left:max(40px,calc((100% - 1480px)/2));padding-right:max(40px,calc((100% - 1480px)/2));background:#fff}
.sgr-signature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.sgr-signature-card{position:relative;display:flex;flex-direction:column;min-height:560px;border:1px solid var(--sgr-line);border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 22px 50px rgba(23,38,67,.07)}
.sgr-signature-card img{width:100%;height:390px;object-fit:cover;transition:transform .65s ease}
.sgr-signature-card:hover img{transform:scale(1.045)}
.sgr-signature-card span{display:block;margin:24px 24px 10px;color:var(--sgr-gold);font-size:14px;font-weight:900}
.sgr-signature-card div{padding:0 24px 28px}
.sgr-signature-card h3{margin:0 0 12px;color:var(--sgr-navy);font-size:26px;line-height:1.25}
.sgr-signature-card p{margin:0;color:var(--sgr-muted);font-size:16px;line-height:1.68}
.sgr-signature-dots{display:none}
.sgr-mobile-about-flow{display:none}
.sgr-stories{width:100%;padding-left:max(40px,calc((100% - 1480px)/2));padding-right:max(40px,calc((100% - 1480px)/2));background:var(--sgr-soft)}
.sgr-story-list{display:grid;gap:24px}
.sgr-story-card{display:grid;grid-template-columns:1.1fr .9fr;gap:0;border:1px solid var(--sgr-line);border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 20px 54px rgba(23,38,67,.06)}
.sgr-story-card:nth-child(even){grid-template-columns:.9fr 1.1fr}
.sgr-story-card:nth-child(even) .sgr-story-img{order:2}
.sgr-story-img img{width:100%;height:520px;object-fit:cover}
.sgr-story-copy{display:flex;flex-direction:column;justify-content:center;padding:46px 54px}
.sgr-story-copy span{color:var(--sgr-gold);font-size:16px;font-weight:900}
.sgr-story-copy p{margin:16px 0 10px;color:var(--sgr-blue);font-size:16px;font-weight:900}
.sgr-story-copy h3{margin:0;color:var(--sgr-navy);font-size:42px;line-height:1.15}
.sgr-story-copy em{display:block;margin-top:20px;color:#5e6b80;font-size:18px;font-style:normal;line-height:1.75}
.sgr-story-copy ul{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 0;padding:0;list-style:none}
.sgr-story-copy li{padding:9px 12px;border-radius:999px;background:#f0f4f9;color:#304565;font-size:14px;font-weight:800}
.sgr-menu-map-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.sgr-menu-map article{overflow:hidden}
.sgr-menu-map-img{display:block;overflow:hidden;background:var(--sgr-soft)}
.sgr-menu-map-img img{width:100%;height:255px;object-fit:cover;transition:transform .55s ease}
.sgr-menu-map article:hover .sgr-menu-map-img img{transform:scale(1.04)}
.sgr-menu-map article>span{display:block;margin:24px 26px 8px;color:var(--sgr-gold);font-size:12px;font-weight:900;text-transform:uppercase}
.sgr-menu-map h3{margin:0 26px 18px;color:var(--sgr-navy);font-size:25px}
.sgr-menu-map ul{display:grid;gap:0;margin:0;padding:0 26px 26px;list-style:none}
.sgr-menu-map li{padding:13px 0;border-top:1px solid #edf1f6}
.sgr-menu-map a{display:block;color:var(--sgr-ink);font-size:16px;font-weight:900}
.sgr-menu-map em{display:block;margin-top:5px;color:var(--sgr-muted);font-size:13px;font-style:normal;line-height:1.55}
.sgr-care{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}
.sgr-care-copy{position:sticky;top:130px}
.sgr-care-copy p{margin:24px 0 34px}
.sgr-care-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.sgr-care-steps article{min-height:220px;padding:32px}
.sgr-doctor{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.sgr-doctor-photo{border-radius:8px;overflow:hidden;background:var(--sgr-soft);box-shadow:0 24px 60px rgba(23,38,67,.1)}
.sgr-doctor-photo img{width:100%;height:620px;object-fit:cover}
.sgr-doctor-copy p{margin:24px 0 34px}
.sgr-board-area{width:100%;padding-left:max(40px,calc((100% - 1480px)/2));padding-right:max(40px,calc((100% - 1480px)/2));background:linear-gradient(180deg,#fff 0%,#f4f7fb 100%)}
.sgr-board-block{padding:28px;margin-bottom:20px;overflow:hidden}
.sgr-board-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.sgr-board-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.sgr-board-title h3{margin:0;color:var(--sgr-navy);font-size:26px}
.sgr-board-title a{color:var(--sgr-blue);font-size:14px;font-weight:900}
.sgr-board-output{overflow:hidden}
.sgr-board-output ul{margin:0;padding:0;list-style:none}
.sgr-board-output img{border-radius:8px}
.sgr-board-link p{min-height:58px;margin:0 0 24px;color:var(--sgr-muted);font-size:16px;line-height:1.75}
.sgr-board-btn{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 20px;border-radius:999px;background:var(--sgr-navy);color:#fff;font-size:14px;font-weight:900}
.sgr-location{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}
.sgr-location-copy dl{display:grid;grid-template-columns:76px 1fr;gap:10px 0;margin:24px 0 34px;color:var(--sgr-muted);font-size:17px}
.sgr-location-copy dt{color:var(--sgr-navy);font-weight:900}
.sgr-location-img{border-radius:8px;overflow:hidden;box-shadow:0 24px 60px rgba(23,38,67,.1)}
.sgr-location-img img{width:100%;height:520px;object-fit:cover}
.sgr-floating{position:fixed;right:26px;bottom:26px;z-index:800;display:grid;gap:8px}
.sgr-floating a{display:flex;align-items:center;justify-content:center;width:86px;height:42px;border-radius:999px;background:#fff;color:var(--sgr-navy);font-size:12px;font-weight:900;box-shadow:0 14px 38px rgba(23,38,67,.13)}
[data-reveal]{opacity:0;transform:translateY(34px);transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1)}
[data-reveal].is-visible{opacity:1;transform:translateY(0)}
.sgr-ready{display:grid;place-items:center;min-height:100vh;padding:36px;background:var(--sgr-soft);color:var(--sgr-ink)}
.sgr-ready-logo{position:absolute;top:34px;left:40px;width:176px}
.sgr-ready section{width:min(720px,100%);padding:56px;border:1px solid var(--sgr-line);border-radius:8px;background:#fff;box-shadow:0 22px 54px rgba(23,38,67,.12)}
.sgr-ready h1{margin:0 0 18px;color:var(--sgr-navy);font-size:42px;line-height:1.25}
.sgr-ready p{margin:0 0 30px;color:var(--sgr-muted);font-size:18px;line-height:1.8}
@media (max-width:1200px){
    .sgr-nav{display:none}
    .sgr-hero{padding-top:118px}
    .sgr-hero-copy{width:min(680px,70vw)}
    .sgr-hero-index{display:none}
    .sgr-menu-panel-inner,.sgr-menu-map-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .sgr-signature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .sgr-care,.sgr-doctor,.sgr-location{grid-template-columns:1fr}
    .sgr-care-copy{position:static}
}
@media (max-width:720px){
    .sgr-header{top:14px;width:calc(100% - 28px);height:62px;padding:0 16px}
    .sgr-header.is-scrolled,.sgr-header.is-open{top:10px;border-radius:16px}
    .sgr-logo{width:132px;height:36px}
    .sgr-header-actions a{display:none}
    .sgr-menu-btn{width:38px;height:38px}
    .sgr-menu-panel{padding:92px 15px 22px}
    .sgr-menu-panel-inner,.sgr-menu-map-grid,.sgr-intro-grid,.sgr-signature-grid,.sgr-care-steps,.sgr-board-columns{grid-template-columns:1fr}
    .sgr-menu-panel section{min-height:auto;padding:22px}
    .sgr-hero{min-height:calc(100svh - 54px);padding:96px 16px 68px}
    .sgr-hero::before{background:linear-gradient(180deg,rgba(255,255,255,.86) 0%,rgba(255,255,255,.96) 44%,rgba(255,255,255,.7) 100%)}
    .sgr-hero-bg{object-position:62% center}
    .sgr-hero-copy{width:100%;justify-content:flex-end}
    .sgr-hero-copy h1{font-size:44px}
    .sgr-hero-copy p{font-size:17px}
    .sgr-hero-cta{flex-wrap:wrap;margin-top:28px}
    .sgr-hero-cta a{min-width:132px;height:48px}
    .sgr-section,.sgr-signature,.sgr-stories,.sgr-board-area{width:100%;padding:78px 16px}
    .sgr-section-head{grid-template-columns:1fr;gap:12px;margin-bottom:28px;padding-top:24px}
    .sgr-section-head h2,.sgr-care-copy h2,.sgr-doctor-copy h2,.sgr-location-copy h2{font-size:31px}
    .sgr-signature-card{min-height:auto}
    .sgr-signature-card img{height:330px}
    .sgr-story-card,.sgr-story-card:nth-child(even){grid-template-columns:1fr}
    .sgr-story-card:nth-child(even) .sgr-story-img{order:0}
    .sgr-story-img img{height:340px}
    .sgr-story-copy{padding:30px 24px}
    .sgr-story-copy h3{font-size:31px}
    .sgr-story-copy em{font-size:16px}
    .sgr-menu-map-img img{height:310px}
    .sgr-doctor-photo img,.sgr-location-img img{height:auto}
    .sgr-floating{left:0;right:0;bottom:0;grid-template-columns:repeat(3,1fr);gap:0}
    .sgr-floating a{width:100%;height:54px;border-radius:0;box-shadow:0 -10px 30px rgba(23,38,67,.12)}
    .sgr-ready-logo{left:22px;width:132px}
    .sgr-ready section{padding:34px 24px}
    .sgr-ready h1{font-size:31px}
}

/* 2026 redesign direction: ARC-like premium editorial layout */
#sgr-renewal *{letter-spacing:0}
.sgr-header{top:0;width:100%;height:92px;padding:0 46px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:transparent;border:0;border-radius:0;box-shadow:none;color:#3e444c;transform:translateX(-50%)}
.sgr-header::before{content:"SUGAR SIGNATURE";justify-self:start;color:#565b63;font-size:15px;font-weight:900}
.sgr-header.is-scrolled,.sgr-header.is-open{top:18px;width:calc(100% - 64px);height:72px;padding:0 28px;background:rgba(255,255,255,.92);border:1px solid rgba(220,224,230,.9);border-radius:18px;box-shadow:0 22px 54px rgba(23,38,67,.13)}
.sgr-header.is-scrolled::before,.sgr-header.is-open::before{color:var(--sgr-navy)}
.sgr-logo{grid-column:2;width:184px;height:44px}
.sgr-nav{display:none}
.sgr-header-actions{grid-column:3;justify-self:end;color:inherit}
.sgr-header-actions a{color:inherit}
.sgr-menu-btn{width:52px;height:52px;background:transparent;color:currentColor;border-radius:50%}
.sgr-menu-btn span{width:34px;height:2px}
.sgr-menu-btn span+span{margin-top:9px}

.sgr-hero{min-height:calc(100svh - 70px);padding:0;background:#dfe3e8}
.sgr-hero::before{background:linear-gradient(90deg,rgba(223,227,232,.86) 0%,rgba(223,227,232,.62) 27%,rgba(223,227,232,.14) 52%,rgba(23,38,67,.12) 100%)}
.sgr-hero::after{background:rgba(255,255,255,.75)}
.sgr-hero-bg{object-position:center center;opacity:.98}
.sgr-hero-copy{position:absolute;left:9.2%;top:31%;z-index:3;width:min(440px,34vw)}
.sgr-hero-copy span{color:#6a6f76;font-size:16px;font-weight:900}
.sgr-hero-copy h1{margin:18px 0 18px;color:#50565f;font-size:clamp(42px,4.2vw,66px);font-weight:900;line-height:1.08}
.sgr-hero-copy p{max-width:420px;color:#4e5661;font-size:18px;font-weight:700;line-height:1.72}
.sgr-hero-points{display:none}
.sgr-hero-cta{gap:10px;margin-top:30px}
.sgr-hero-cta a{min-width:138px;height:44px;border:1px solid rgba(63,69,76,.68);border-radius:0;background:rgba(255,255,255,.14);color:#2f3540;font-size:15px}
.sgr-hero-cta a:last-child{background:rgba(255,255,255,.14);color:#2f3540}
.sgr-hero-index{display:block;right:9.8%;bottom:34%;width:min(390px,30vw);padding:0;border:0}
.sgr-hero-index b{color:rgba(255,255,255,.8);font-size:12px;font-weight:900}
.sgr-hero-index p{margin:8px 0 0;color:#fff;font-family:"Caveat",var(--sgr-font);font-size:clamp(52px,5.2vw,78px);font-weight:700;line-height:.9;text-shadow:0 18px 34px rgba(23,38,67,.22)}

.sgr-intro{display:none}
.sgr-section{width:min(1380px,calc(100% - 60px));padding:138px 0}
.sgr-section-head{display:block;margin:0 auto 72px;padding:0;border:0;text-align:center}
.sgr-section-head span,.sgr-care-copy span,.sgr-doctor-copy span,.sgr-location-copy span{display:block;margin:0 0 18px;color:#777;font-size:18px;font-weight:900;text-transform:none}
.sgr-section-head h2,.sgr-care-copy h2,.sgr-doctor-copy h2,.sgr-location-copy h2{margin:0 auto;color:#60656b;font-size:clamp(31px,3vw,44px);font-weight:800;line-height:1.28}
.sgr-signature{width:100%;padding:142px 30px 120px;background:#fff}
.sgr-signature .sgr-section-head span{color:#686d73;font-size:28px}
.sgr-signature .sgr-section-head h2{color:#7b8086;font-size:18px;font-weight:600}
.sgr-signature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;max-width:1380px;margin:0 auto;border-radius:8px;overflow:hidden}
.sgr-signature-card{min-height:auto;border:0;border-radius:0;background:#fff;box-shadow:none}
.sgr-signature-card img{height:510px;border-radius:0;filter:saturate(.92);transition:transform .72s ease,filter .72s ease}
.sgr-signature-card:hover img{transform:scale(1.04);filter:saturate(1.02)}
.sgr-signature-card span{margin:30px 30px 12px;color:#80848a;font-size:15px}
.sgr-signature-card div{padding:0 30px 42px}
.sgr-signature-card h3{color:#575c63;font-size:29px}
.sgr-signature-card p{color:#747b86;font-size:16px;line-height:1.75}

.sgr-stories{padding-top:132px;padding-bottom:132px;background:#f4f5f7}
.sgr-story-card{border:0;border-radius:8px;box-shadow:none}
.sgr-story-img img{height:560px;filter:saturate(.94)}
.sgr-story-copy h3{color:#4e5560}
.sgr-story-copy em{color:#6d7480}
.sgr-menu-map{padding-top:132px}
.sgr-menu-map article{box-shadow:none}

.sgr-floating{position:fixed;right:20px;top:50%;bottom:auto;z-index:850;display:grid;gap:14px;transform:translateY(-50%)}
.sgr-floating a{width:78px;height:78px;border-radius:50%;background:rgba(23,38,67,.7);color:#fff;font-size:13px;font-weight:900;text-align:center;box-shadow:none}
.sgr-floating a:hover{background:var(--sgr-navy)}

.sgr-consult-bar{position:fixed;left:50%;bottom:20px;z-index:820;display:grid;grid-template-columns:1fr 1.15fr 2fr auto 180px;gap:34px;align-items:center;width:calc(100% - 64px);height:80px;padding:0 22px 0 58px;border-radius:40px;background:rgba(69,72,76,.64);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transform:translateX(-50%);color:#fff}
.sgr-consult-bar label{display:block;min-width:0}
.sgr-consult-bar label>span{display:block;margin-bottom:7px;color:#fff;font-size:14px;font-weight:800}
.sgr-consult-bar input[type="text"],.sgr-consult-bar input[type="tel"]{width:100%;height:30px;padding:0;border:0;border-bottom:1px solid rgba(255,255,255,.46);background:transparent;color:#fff;font-size:15px;outline:0}
.sgr-consult-agree{display:flex!important;align-items:center;gap:8px;white-space:nowrap}
.sgr-consult-agree input{width:18px;height:18px;margin:0}
.sgr-consult-agree span{margin:0!important}
.sgr-consult-bar button{height:50px;border:0;border-radius:999px;background:#fff;color:#50545a;font-size:16px;font-weight:900;cursor:pointer}

@media (max-width:1200px){
    .sgr-header{height:78px;padding:0 28px}
    .sgr-header::before{display:none}
    .sgr-logo{grid-column:1;justify-self:start;width:166px;height:42px}
    .sgr-header-actions{grid-column:3}
    .sgr-hero-copy{left:6%;width:42vw}
    .sgr-hero-index{display:none}
    .sgr-signature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .sgr-consult-bar{grid-template-columns:1fr 1fr 1.4fr 160px;gap:18px;padding-left:28px}
    .sgr-consult-agree{display:none!important}
}

@media (max-width:720px){
    .sgr-header{top:14px;width:calc(100% - 28px);height:60px;padding:0 14px;border-radius:16px;color:var(--sgr-navy)}
    .sgr-header:not(.is-scrolled):not(.is-open){background:rgba(255,255,255,.78);border:1px solid rgba(220,224,230,.8);box-shadow:0 14px 34px rgba(23,38,67,.09)}
    .sgr-header.is-scrolled,.sgr-header.is-open{top:10px;width:calc(100% - 28px);height:60px}
    .sgr-logo{width:126px;height:34px}
    .sgr-menu-btn{width:38px;height:38px;background:#edf2f8}
    .sgr-menu-btn span{width:22px}
    .sgr-menu-btn span+span{margin-top:6px}
    .sgr-hero{min-height:calc(100svh - 54px);padding:0 16px 92px;align-items:flex-end}
    .sgr-hero::before{background:linear-gradient(180deg,rgba(223,227,232,.25) 0%,rgba(223,227,232,.3) 34%,rgba(255,255,255,.9) 72%,rgba(255,255,255,.98) 100%)}
    .sgr-hero-bg{object-position:56% center}
    .sgr-hero-copy{position:relative;left:auto;top:auto;width:100%;padding-bottom:0}
    .sgr-hero-copy span{font-size:13px}
    .sgr-hero-copy h1{font-size:38px;color:var(--sgr-navy)}
    .sgr-hero-copy p{font-size:16px;color:#465267}
    .sgr-hero-cta{display:none}
    .sgr-section,.sgr-signature,.sgr-stories,.sgr-board-area{width:100%;padding:86px 16px}
    .sgr-section-head{margin-bottom:34px;text-align:left}
    .sgr-section-head span{font-size:15px}
    .sgr-section-head h2,.sgr-care-copy h2,.sgr-doctor-copy h2,.sgr-location-copy h2{font-size:29px}
    .sgr-signature{padding:56px 0 100px;background:#fff}
    .sgr-signature .sgr-section-head{padding:0 16px;margin-bottom:34px;text-align:center}
    .sgr-signature .sgr-section-head span{font-size:24px}
    .sgr-signature .sgr-section-head h2{font-size:15px;line-height:1.62}
    .sgr-signature-grid{display:flex;grid-template-columns:none;gap:0;width:100%;max-width:none;margin:0;padding:0 0 0 34px;border-radius:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-left:34px;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}
    .sgr-signature-grid::-webkit-scrollbar{display:none}
    .sgr-signature-card{flex:0 0 73%;margin-right:22px;border:0;border-radius:0;overflow:visible;box-shadow:none;scroll-snap-align:start}
    .sgr-signature-card img{height:310px;border-radius:8px;object-fit:cover}
    .sgr-signature-card span{margin:20px 0 8px;color:#8b9096;font-size:16px}
    .sgr-signature-card div{padding:0 0 10px}
    .sgr-signature-card h3{font-size:25px;color:#666b72;border-bottom:1px solid #d8d8d8;padding-bottom:13px}
    .sgr-signature-card p{font-size:15px;line-height:1.58;color:#777e88}
    .sgr-signature-dots{display:flex;justify-content:center;gap:10px;margin:18px 0 0}
    .sgr-signature-dots button{width:12px;height:12px;padding:0;border:2px solid #cfcfcf;border-radius:50%;background:#fff}
    .sgr-signature-dots button.is-active{border-color:#8b8f95;background:#8b8f95}
    .sgr-mobile-about-flow{display:block;height:calc(100svh - 54px);margin:0;background:#f5f5f2;overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scrollbar-width:none}
    .sgr-mobile-about-flow::-webkit-scrollbar{display:none}
    .sgr-mobile-about-flow>article,.sgr-mobile-about-flow>a{scroll-snap-align:start;scroll-snap-stop:always}
    .sgr-mobile-about-intro{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100svh - 54px);padding:88px 22px 116px;text-align:center;background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(246,246,241,.92))}
    .sgr-mobile-about-intro span{color:#7c8187;font-size:35px;font-weight:300;letter-spacing:.14em}
    .sgr-mobile-about-intro h2{margin:22px 0 22px;color:#62666c;font-size:31px;line-height:1.25}
    .sgr-mobile-about-intro p{margin:0;color:#747980;font-size:18px;line-height:1.72}
    .sgr-mobile-about-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:calc(100svh - 54px);padding:78px 30px 112px;color:#5f646b;background:#f5f5f2;overflow:hidden}
    .sgr-mobile-about-card::before{content:"";position:absolute;inset:0;background:var(--about-bg) center/cover no-repeat;opacity:.28;transform:scale(1.03)}
    .sgr-mobile-about-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(245,245,242,.52) 0%,rgba(245,245,242,.95) 72%,rgba(245,245,242,1) 100%)}
    .sgr-mobile-about-card.is-dark{color:#fff}
    .sgr-mobile-about-card.is-dark::before{opacity:.78}
    .sgr-mobile-about-card.is-dark::after{background:linear-gradient(90deg,rgba(23,32,43,.78) 0%,rgba(23,32,43,.48) 58%,rgba(23,32,43,.18) 100%)}
    .sgr-mobile-about-card b,.sgr-mobile-about-card strong,.sgr-mobile-about-card h3,.sgr-mobile-about-card p,.sgr-mobile-about-card em{position:relative;z-index:2}
    .sgr-mobile-about-card b{font-size:33px;font-weight:600}
    .sgr-mobile-about-card strong{margin-top:14px;font-size:31px;font-weight:600;line-height:1.12}
    .sgr-mobile-about-card h3{margin:26px 0 14px;font-size:28px;line-height:1.2}
    .sgr-mobile-about-card p{margin:0;color:inherit;font-size:17px;line-height:1.62}
    .sgr-mobile-about-card em{margin-top:26px;font-style:normal;font-size:18px;font-weight:700;letter-spacing:.22em}
    .sgr-stories,.sgr-menu-map,.sgr-care,.sgr-doctor,.sgr-board-area,.sgr-location{display:none}
    .sgr-floating{left:0;right:0;top:auto;bottom:0;grid-template-columns:repeat(3,1fr);gap:0;transform:none}
    .sgr-floating a{width:100%;height:54px;border-radius:0;background:#fff;color:var(--sgr-navy);box-shadow:0 -10px 30px rgba(23,38,67,.12)}
    .sgr-consult-bar{display:none}
}

/* final motion override - keep this at the end */
.sgr-hero{position:relative;min-height:calc(100svh - 70px);padding:0;overflow:hidden;background:#dfe3e8;color:#3f464f}
.sgr-hero::before{display:none}
.sgr-hero::after{z-index:5;background:rgba(255,255,255,.42)}
.sgr-hero-stage,.sgr-hero-slide{position:absolute;inset:0}
.sgr-hero-slide{opacity:0;pointer-events:none;transition:opacity 1s ease}
.sgr-hero-slide.is-active{opacity:1;pointer-events:auto}
.sgr-hero-slide::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(222,226,231,.9) 0%,rgba(222,226,231,.62) 31%,rgba(222,226,231,.2) 58%,rgba(23,38,67,.18) 100%)}
.sgr-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.96;transform:scale(1.07);transition:transform 5.8s cubic-bezier(.19,1,.22,1),opacity 1s ease}
.sgr-hero-slide.is-active .sgr-hero-bg{transform:scale(1)}
.sgr-hero-copy{position:absolute;left:9.2%;top:33%;z-index:3;width:min(430px,33vw);opacity:0;transform:translateY(22px);transition:opacity .78s ease .18s,transform .78s ease .18s}
.sgr-hero-slide.is-active .sgr-hero-copy{opacity:1;transform:translateY(0)}
.sgr-hero-copy span{display:block;color:#5e646d;font-size:13px;font-weight:900}
.sgr-hero-copy h1{margin:18px 0;color:#464d56;font-size:clamp(34px,3.45vw,56px);font-weight:900;line-height:1.08}
.sgr-hero-copy p{max-width:410px;margin:0;color:#515a66;font-size:16px;font-weight:700;line-height:1.72}
.sgr-hero-cta{display:flex;gap:10px;margin-top:28px}
.sgr-hero-cta a{display:inline-flex;align-items:center;justify-content:center;min-width:132px;height:42px;padding:0 18px;border:1px solid rgba(63,69,76,.64);border-radius:0;background:rgba(255,255,255,.12);color:#303742;font-size:14px;font-weight:900}
.sgr-hero-index{position:absolute;right:8.4%;bottom:33%;z-index:3;width:min(430px,31vw);padding:0;border:0;opacity:0;transform:translateX(24px);transition:opacity .8s ease .32s,transform .8s ease .32s}
.sgr-hero-slide.is-active .sgr-hero-index{opacity:1;transform:translateX(0)}
.sgr-hero-index b{display:block;color:rgba(255,255,255,.78);font-size:12px;font-weight:900}
.sgr-hero-index p{margin:8px 0 0;color:#fff;font-family:"Caveat",var(--sgr-font);font-size:clamp(48px,5vw,78px);font-weight:700;line-height:.9;text-shadow:0 18px 34px rgba(23,38,67,.22)}
.sgr-hero-controls{position:absolute;left:50%;bottom:calc(100px + env(safe-area-inset-bottom));z-index:4;display:flex;align-items:center;gap:13px;transform:translateX(-50%)}
.sgr-hero-controls button{position:relative;width:54px;height:28px;padding:0;border:0;background:transparent;color:rgba(255,255,255,.82);font-size:11px;font-weight:900;cursor:pointer}
.sgr-hero-controls button::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:rgba(255,255,255,.42)}
.sgr-hero-controls button.is-active::after{height:3px;background:#fff}
.sgr-signature{padding:136px 0 116px;background:#fff}
.sgr-signature .sgr-section-head{width:min(1120px,calc(100% - 56px));margin:0 auto 62px;text-align:center}
.sgr-signature-grid{display:flex;grid-template-columns:none;gap:0;width:100%;max-width:none;margin:0;padding:0 0 0 max(30px,calc((100vw - 1380px)/2));border-radius:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-left:max(30px,calc((100vw - 1380px)/2));-webkit-overflow-scrolling:touch;scrollbar-width:none}
.sgr-signature-grid::-webkit-scrollbar{display:none}
.sgr-signature-card{flex:0 0 min(31vw,440px);margin-right:28px;border:0;border-radius:0;overflow:visible;background:#fff;box-shadow:none;scroll-snap-align:start}
.sgr-signature-card img{width:100%;height:470px;border-radius:8px;object-fit:cover;filter:saturate(.92);transition:transform .72s ease,filter .72s ease}
.sgr-signature-card:hover img{transform:scale(1.025);filter:saturate(1)}
.sgr-signature-card span{display:block;margin:28px 0 12px;color:#8b9096;font-size:17px;font-weight:900}
.sgr-signature-card div{padding:0 0 18px}
.sgr-signature-card h3{margin:0 0 16px;padding-bottom:16px;border-bottom:1px solid #d8d8d8;color:#62676f;font-size:30px;line-height:1.24}
.sgr-signature-card p{margin:0;color:#737b86;font-size:16px;line-height:1.72}
.sgr-signature-dots{display:flex;justify-content:center;gap:10px;margin:34px 0 0}
.sgr-signature-dots button{width:12px;height:12px;padding:0;border:2px solid #cfcfcf;border-radius:50%;background:#fff;cursor:pointer}
.sgr-signature-dots button.is-active{border-color:#8b8f95;background:#8b8f95}
.sgr-about-flow{display:block;height:calc(100svh - 70px);margin:0;background:#f5f5f2;overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-y:auto;scrollbar-width:none}
.sgr-about-flow::-webkit-scrollbar{display:none}
.sgr-about-flow>article,.sgr-about-flow>a{scroll-snap-align:start;scroll-snap-stop:always}
.sgr-mobile-about-intro{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100svh - 70px);padding:110px 7vw 120px;text-align:center;background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(246,246,241,.92))}
.sgr-mobile-about-intro span{color:#7c8187;font-size:clamp(46px,5vw,82px);font-weight:300;letter-spacing:.16em}
.sgr-mobile-about-intro h2{margin:28px 0;color:#62666c;font-size:clamp(34px,3.4vw,52px);line-height:1.25}
.sgr-mobile-about-intro p{max-width:900px;margin:0;color:#747980;font-size:clamp(18px,1.45vw,24px);line-height:1.75}
.sgr-mobile-about-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:calc(100svh - 70px);padding:110px 8vw 124px;color:#5f646b;background:#f5f5f2;overflow:hidden}
.sgr-mobile-about-card::before{content:"";position:absolute;inset:0;background:var(--about-bg) center/cover no-repeat;opacity:.32;transform:scale(1.03)}
.sgr-mobile-about-card::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(245,245,242,.94) 0%,rgba(245,245,242,.82) 42%,rgba(245,245,242,.45) 100%)}
.sgr-mobile-about-card.is-dark{color:#fff}
.sgr-mobile-about-card.is-dark::before{opacity:.78}
.sgr-mobile-about-card.is-dark::after{background:linear-gradient(90deg,rgba(23,32,43,.78) 0%,rgba(23,32,43,.48) 58%,rgba(23,32,43,.18) 100%)}
.sgr-mobile-about-card b,.sgr-mobile-about-card strong,.sgr-mobile-about-card h3,.sgr-mobile-about-card p,.sgr-mobile-about-card em{position:relative;z-index:2}
.sgr-mobile-about-card b{font-size:clamp(36px,4vw,64px);font-weight:600}
.sgr-mobile-about-card strong{margin-top:18px;font-size:clamp(38px,4.6vw,74px);font-weight:600;line-height:1.04}
.sgr-mobile-about-card h3{margin:28px 0 18px;font-size:clamp(30px,3.4vw,52px);line-height:1.2}
.sgr-mobile-about-card p{max-width:780px;margin:0;color:inherit;font-size:clamp(17px,1.55vw,25px);line-height:1.64}
.sgr-mobile-about-card em{margin-top:32px;font-style:normal;font-size:20px;font-weight:700;letter-spacing:.22em}
.sgr-stories,.sgr-menu-map,.sgr-care,.sgr-doctor,.sgr-board-area,.sgr-location{display:none}

@media (max-width:720px){
    .sgr-hero{min-height:calc(100svh - 54px);padding:0 16px 92px;align-items:flex-end}
    .sgr-hero-slide::before{background:linear-gradient(180deg,rgba(223,227,232,.12) 0%,rgba(223,227,232,.22) 32%,rgba(255,255,255,.78) 72%,rgba(255,255,255,.94) 100%)}
    .sgr-hero-bg{object-position:56% center}
    .sgr-hero-copy{left:16px;right:16px;top:auto;bottom:132px;width:auto}
    .sgr-hero-copy span{font-size:12px}
    .sgr-hero-copy h1{font-size:26px;color:var(--sgr-navy)!important}
    .sgr-hero-copy p{font-size:13px;color:#2f3d54!important}
    .sgr-hero-copy span{color:#516074!important}
    .sgr-hero-cta{display:none}
    .sgr-hero-index{display:none}
    .sgr-hero-controls{bottom:78px;gap:8px}
    .sgr-hero-controls button{width:35px;height:18px;color:#647085}
    .sgr-hero-controls button::after{background:rgba(100,112,133,.34)}
    .sgr-hero-controls button.is-active::after{background:var(--sgr-navy)}
    .sgr-signature{padding:56px 0 100px}
    .sgr-signature .sgr-section-head{width:100%;padding:0 16px;margin-bottom:34px}
    .sgr-signature .sgr-section-head span{font-size:24px}
    .sgr-signature .sgr-section-head h2{font-size:15px;line-height:1.62}
    .sgr-signature-grid{padding-left:34px;scroll-padding-left:34px}
    .sgr-signature-card{flex-basis:73%;margin-right:22px}
    .sgr-signature-card img{height:310px}
    .sgr-signature-card h3{font-size:25px}
    .sgr-signature-card p{font-size:15px;line-height:1.58}
    .sgr-about-flow{height:calc(100svh - 54px)}
    .sgr-mobile-about-intro{min-height:calc(100svh - 54px);padding:88px 22px 116px}
    .sgr-mobile-about-intro span{font-size:35px;letter-spacing:.14em}
    .sgr-mobile-about-intro h2{font-size:31px}
    .sgr-mobile-about-intro p{font-size:18px}
    .sgr-mobile-about-card{min-height:calc(100svh - 54px);padding:78px 30px 112px}
    .sgr-mobile-about-card::after{background:linear-gradient(180deg,rgba(245,245,242,.52) 0%,rgba(245,245,242,.95) 72%,rgba(245,245,242,1) 100%)}
    .sgr-mobile-about-card b{font-size:33px}
    .sgr-mobile-about-card strong{font-size:31px}
    .sgr-mobile-about-card h3{font-size:28px}
    .sgr-mobile-about-card p{font-size:17px}
    .sgr-mobile-about-card em{font-size:18px}
}

/* final hard override: keep first hero image aligned with the other slides */
#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-of-type .sgr-hero-bg,
#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active .sgr-hero-bg{
    object-position:center center;
}

@media (max-width:720px){
    #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-of-type .sgr-hero-bg,
    #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active .sgr-hero-bg{
        object-position:center center;
    }
}

/* final hero refinement: logo header, sharp cutout model layers */
#sgr-renewal .sgr-header::before{
    content:none!important;
    display:none!important;
}

@media (min-width:981px){
    #sgr-renewal .sgr-header{
        grid-template-columns:auto 1fr auto!important;
    }
    #sgr-renewal .sgr-logo{
        grid-column:1!important;
        justify-self:start!important;
        width:184px!important;
        height:44px!important;
    }
    #sgr-renewal .sgr-header-actions{
        grid-column:3!important;
    }
    #sgr-renewal .sgr-hero-slide::before{
        inset:0 auto 0 0!important;
        width:47%!important;
        background:linear-gradient(90deg,rgba(246,249,253,.96) 0%,rgba(246,249,253,.86) 48%,rgba(246,249,253,.18) 82%,rgba(246,249,253,0) 100%)!important;
    }
}

#sgr-renewal .sgr-hero{
    background:#f4f7fb!important;
}

#sgr-renewal .sgr-hero-slide::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    background:linear-gradient(90deg,rgba(246,249,253,.96) 0%,rgba(246,249,253,.86) 31%,rgba(246,249,253,.34) 52%,rgba(246,249,253,0) 74%)!important;
    pointer-events:none!important;
}

#sgr-renewal .sgr-hero-bg,
#sgr-renewal .sgr-hero-slide.is-active .sgr-hero-bg{
    z-index:0!important;
    object-position:center center;
    opacity:1!important;
    filter:none!important;
}

#sgr-renewal .sgr-hero-person{
    position:absolute!important;
    z-index:2!important;
    right:max(24px,calc((100vw - 1480px)/2 + 4px))!important;
    bottom:-4vh!important;
    width:auto!important;
    height:min(94vh,900px)!important;
    max-width:none!important;
    object-fit:contain!important;
    opacity:1!important;
    filter:none!important;
    transform:none!important;
    transform-origin:center bottom!important;
    pointer-events:none!important;
}

#sgr-renewal .sgr-hero-person-1{
    right:max(24px,calc((100vw - 1480px)/2 - 18px))!important;
    bottom:-9vh!important;
    height:min(99vh,940px)!important;
}

#sgr-renewal .sgr-hero-person-2,
#sgr-renewal .sgr-hero-person-3{
    right:max(24px,calc((100vw - 1480px)/2 - 180px))!important;
    top:-7vh!important;
    bottom:auto!important;
    height:min(108vh,1040px)!important;
}

#sgr-renewal .sgr-hero-person-4{
    right:max(24px,calc((100vw - 1480px)/2 + 96px))!important;
    top:-7vh!important;
    bottom:auto!important;
    height:min(105vh,1000px)!important;
}

#sgr-renewal .sgr-hero-copy,
#sgr-renewal .sgr-hero-controls{
    z-index:4!important;
}

#sgr-renewal .sgr-hero-index b,
#sgr-renewal .sgr-hero-controls button{
    color:#61708a!important;
}

#sgr-renewal .sgr-hero-controls button::after{
    background:rgba(97,112,138,.32)!important;
}

#sgr-renewal .sgr-hero-controls button.is-active::after{
    background:var(--sgr-navy)!important;
}

@media (min-width:981px){
    #sgr-renewal .sgr-hero-index{
        display:block!important;
        position:absolute!important;
        top:31%!important;
        right:clamp(96px,5.8vw,140px)!important;
        bottom:auto!important;
        z-index:5!important;
        width:min(450px,23vw)!important;
        padding:0!important;
        border:0!important;
        opacity:0!important;
        transform:translateY(18px)!important;
        pointer-events:none!important;
        transition:opacity .8s ease .32s,transform .8s ease .32s!important;
    }

    #sgr-renewal .sgr-hero-slide.is-active .sgr-hero-index{
        opacity:1!important;
        transform:translateY(0)!important;
    }

    #sgr-renewal .sgr-hero-index b{
        display:block!important;
        color:rgba(38,53,78,.58)!important;
        font-size:12px!important;
        font-weight:800!important;
        letter-spacing:.22em!important;
    }

    #sgr-renewal .sgr-hero-index p{
        margin:14px 0 0!important;
        color:rgba(28,43,67,.86)!important;
        font-family:"Sandoll GongByungGakMagic","Sandoll GongByungGak Magic","SD GongByungGakMagic","SDGongbyunggakMagic","공병각매직","Sandoll 공병각매직","Magic R","Caveat",var(--sgr-font)!important;
        font-size:clamp(46px,4.25vw,78px)!important;
        font-weight:400!important;
        line-height:.95!important;
        letter-spacing:0!important;
        text-shadow:0 18px 38px rgba(255,255,255,.72)!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-hero-index{
        display:none!important;
    }

    #sgr-renewal .sgr-hero-slide::before{
        background:linear-gradient(180deg,rgba(246,249,253,.06) 0%,rgba(246,249,253,.1) 34%,rgba(255,255,255,.8) 72%,rgba(255,255,255,.96) 100%)!important;
    }
    #sgr-renewal .sgr-hero-person{
        right:-22vw!important;
        bottom:23vh!important;
        height:63vh!important;
        transform:none!important;
    }
    #sgr-renewal .sgr-hero-person-1{
        right:-16vw!important;
        bottom:25vh!important;
        height:66vh!important;
    }
    #sgr-renewal .sgr-hero-person-2,
    #sgr-renewal .sgr-hero-person-3{
        right:-19vw!important;
        bottom:26vh!important;
        height:64vh!important;
    }
    #sgr-renewal .sgr-hero-person-4{
        right:-16vw!important;
        bottom:27vh!important;
        height:64vh!important;
    }
}

/* hamburger locale flags: shared by the desktop language menu and the mobile drawer */
#sgr-renewal .sgr-flag{
    position:relative!important;
    display:block!important;
    width:24px!important;
    height:24px!important;
    flex:0 0 24px!important;
    border-radius:50%!important;
    overflow:hidden!important;
    box-shadow:inset 0 0 0 1px rgba(23,38,67,.16)!important;
}

#sgr-renewal .sgr-flag-jp{
    background:radial-gradient(circle at 50% 50%,#e60012 0 32%,#fff 33% 100%)!important;
}

#sgr-renewal .sgr-flag-cn{
    background:#ee1c25!important;
}

#sgr-renewal .sgr-flag-cn::before{
    content:""!important;
    position:absolute!important;
    left:6px!important;
    top:6px!important;
    width:6px!important;
    height:6px!important;
    border-radius:50%!important;
    background:#ffde00!important;
}

#sgr-renewal .sgr-flag-tw{
    background:#fe0000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32'%3E%3Cpath fill='%23fe0000' d='M0 0h48v32H0z'/%3E%3Cpath fill='%23000095' d='M0 0h24v16H0z'/%3E%3Cpolygon fill='white' points='12,1 13.09,3.94 15.5,1.94 14.97,5.03 18.06,4.5 16.06,6.91 19,8 16.06,9.09 18.06,11.5 14.97,10.97 15.5,14.06 13.09,12.06 12,15 10.91,12.06 8.5,14.06 9.03,10.97 5.94,11.5 7.94,9.09 5,8 7.94,6.91 5.94,4.5 9.03,5.03 8.5,1.94 10.91,3.94'/%3E%3C/svg%3E") center/100% 100% no-repeat!important;
}

#sgr-renewal .sgr-flag-tw::before,
#sgr-renewal .sgr-flag-tw::after{
    display:none!important;
}

#sgr-renewal .sgr-flag-us{
    background:repeating-linear-gradient(to bottom,#b22234 0 2px,#fff 2px 4px)!important;
}

#sgr-renewal .sgr-flag-us::before{
    content:""!important;
    position:absolute!important;
    left:0!important;
    top:0!important;
    width:12px!important;
    height:12px!important;
    background:#3c3b6e!important;
}

/* motion29: hero/header/signature refinement */
@media (min-width:981px){
    #sgr-renewal .sgr-header-actions{
        gap:22px!important;
        align-items:center!important;
        color:var(--sgr-navy)!important;
    }

    #sgr-renewal .sgr-logo-dark{
        filter:brightness(0) saturate(100%) invert(14%) sepia(35%) saturate(1118%) hue-rotate(184deg) brightness(90%) contrast(94%)!important;
    }

    #sgr-renewal .sgr-auth-link{
        display:inline-flex!important;
        align-items:center!important;
        height:34px!important;
        color:#555c66!important;
        font-size:14px!important;
        font-weight:800!important;
        letter-spacing:0!important;
    }

    #sgr-renewal .sgr-lang{
        position:relative!important;
        display:block!important;
        width:34px!important;
        height:34px!important;
    }

    #sgr-renewal .sgr-lang-btn{
        display:grid!important;
        place-items:center!important;
        width:34px!important;
        height:34px!important;
        padding:0!important;
        border:0!important;
        background:transparent!important;
        color:#555c66!important;
        cursor:pointer!important;
    }

    #sgr-renewal .sgr-globe{
        position:relative!important;
        display:block!important;
        width:24px!important;
        height:24px!important;
        border:1.8px solid currentColor!important;
        border-radius:50%!important;
    }

    #sgr-renewal .sgr-globe::before,
    #sgr-renewal .sgr-globe::after{
        content:""!important;
        position:absolute!important;
        left:50%!important;
        top:50%!important;
        transform:translate(-50%,-50%)!important;
        border-color:currentColor!important;
        pointer-events:none!important;
    }

    #sgr-renewal .sgr-globe::before{
        width:9px!important;
        height:22px!important;
        border-left:1.4px solid currentColor!important;
        border-right:1.4px solid currentColor!important;
        border-radius:50%!important;
    }

    #sgr-renewal .sgr-globe::after{
        width:22px!important;
        height:8px!important;
        border-top:1.4px solid currentColor!important;
        border-bottom:1.4px solid currentColor!important;
    }

    #sgr-renewal .sgr-lang-menu{
        position:absolute!important;
        top:44px!important;
        left:50%!important;
        z-index:1200!important;
        display:grid!important;
        gap:7px!important;
        min-width:92px!important;
        padding:9px!important;
        border:1px solid rgba(23,38,67,.18)!important;
        border-radius:12px!important;
        background:#fff!important;
        box-shadow:0 18px 42px rgba(23,38,67,.18)!important;
        opacity:0!important;
        visibility:hidden!important;
        transform:translate(-50%,-6px)!important;
        transition:opacity .18s ease,visibility .18s ease,transform .18s ease!important;
    }

    #sgr-renewal .sgr-lang:hover .sgr-lang-menu,
    #sgr-renewal .sgr-lang:focus-within .sgr-lang-menu{
        opacity:1!important;
        visibility:visible!important;
        transform:translate(-50%,0)!important;
    }

    #sgr-renewal .sgr-lang-menu a{
        display:flex!important;
        align-items:center!important;
        gap:9px!important;
        height:32px!important;
        padding:0 8px!important;
        border-radius:8px!important;
        color:var(--sgr-navy)!important;
        font-size:12px!important;
        font-weight:900!important;
        white-space:nowrap!important;
    }

    #sgr-renewal .sgr-lang-menu a:hover{
        background:#f3f6fa!important;
    }

    #sgr-renewal .sgr-menu-btn{
        display:flex!important;
        flex-direction:column!important;
        justify-content:center!important;
        align-items:center!important;
        gap:8px!important;
        width:48px!important;
        height:38px!important;
        margin-left:0!important;
        border:0!important;
        border-radius:0!important;
        background:transparent!important;
        color:#555c66!important;
    }

    #sgr-renewal .sgr-menu-btn span{
        display:block!important;
        width:34px!important;
        height:2px!important;
        margin:0!important;
        background:currentColor!important;
        transform-origin:center!important;
    }

    #sgr-renewal .sgr-header.is-open .sgr-menu-btn span:first-child{
        transform:translateY(10px) rotate(45deg)!important;
    }

    #sgr-renewal .sgr-header.is-open .sgr-menu-btn span:nth-child(2){
        opacity:0!important;
    }

    #sgr-renewal .sgr-header.is-open .sgr-menu-btn span:last-child{
        transform:translateY(-10px) rotate(-45deg)!important;
    }

    #sgr-renewal .sgr-hero{
        min-height:clamp(940px,calc(100svh + 90px),1160px)!important;
    }

    #sgr-renewal .sgr-hero-bg,
    #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-of-type .sgr-hero-bg,
    #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active .sgr-hero-bg{
        transition:transform 6.6s cubic-bezier(.19,1,.22,1),opacity 1s ease!important;
    }

    #sgr-renewal .sgr-hero-slide.is-active .sgr-hero-bg,
    #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active .sgr-hero-bg{
    }

    #sgr-renewal .sgr-hero-copy,
    #sgr-renewal .sgr-hero-copy span,
    #sgr-renewal .sgr-hero-copy h1,
    #sgr-renewal .sgr-hero-copy p{
        text-shadow:none!important;
        filter:none!important;
    }

    #sgr-renewal .sgr-hero-index{
        top:38.5%!important;
    }

    #sgr-renewal .sgr-hero-index p{
        text-shadow:none!important;
    }

    #sgr-renewal .sgr-hero-controls{
        top:min(calc(100svh - 185px),calc(100% - 160px))!important;
        bottom:auto!important;
    }

    #sgr-renewal .sgr-signature-grid{
        display:flex!important;
        grid-template-columns:none!important;
        gap:28px!important;
        width:100%!important;
        max-width:none!important;
        margin:0!important;
        padding:0 max(44px,calc((100vw - 1380px)/2)) 10px max(44px,calc((100vw - 1380px)/2))!important;
        border-radius:0!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        scroll-snap-type:x mandatory!important;
        scroll-padding-left:max(44px,calc((100vw - 1380px)/2))!important;
        -webkit-overflow-scrolling:touch!important;
        cursor:grab!important;
        scrollbar-width:thin!important;
    }

    #sgr-renewal .sgr-signature-grid.is-dragging{
        cursor:grabbing!important;
    }

    #sgr-renewal .sgr-signature-grid::-webkit-scrollbar{
        display:block!important;
        height:6px!important;
    }

    #sgr-renewal .sgr-signature-grid::-webkit-scrollbar-thumb{
        border-radius:999px!important;
        background:rgba(23,38,67,.28)!important;
    }

    #sgr-renewal .sgr-signature-card{
        flex:0 0 clamp(260px,22vw,320px)!important;
        margin:0!important;
        scroll-snap-align:start!important;
        transform:translateY(0)!important;
    }

    #sgr-renewal .sgr-signature-dots{
        display:flex!important;
        justify-content:center!important;
        gap:10px!important;
        margin:28px 0 0!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-auth-link,
    #sgr-renewal .sgr-lang{
        display:none!important;
    }
}

/* hero clarity cleanup */
#sgr-renewal .sgr-hero::before,
#sgr-renewal .sgr-hero-slide::before{
    display:none!important;
    background:none!important;
}

#sgr-renewal .sgr-hero-bg{
    opacity:1!important;
}

#sgr-renewal .sgr-hero-index b{
    display:none!important;
}

#sgr-renewal .sgr-hero-index p{
    margin-top:0!important;
    font-family:"Sandoll 공병각매직","Sandoll GongbyunggakMagic","Sandoll Gongbyunggak Magic","Sandoll GongByungGakMagic","Caveat","Magic R",var(--sgr-font)!important;
    text-shadow:none!important;
}

#sgr-renewal .sgr-hero-controls button{
    color:transparent!important;
    font-size:0!important;
    line-height:0!important;
}

#sgr-renewal .sgr-hero-controls button span{
    display:none!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-hero::before,
    #sgr-renewal .sgr-hero-slide::before{
        display:none!important;
        background:none!important;
    }

    #sgr-renewal .sgr-hero-bg{
        opacity:1!important;
    }
}

/* motion31: guide-style header state and compact hamburger */
#sgr-renewal .sgr-header{
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
}

#sgr-renewal .sgr-header.is-open:not(.is-scrolled){
    top:0!important;
    width:100%!important;
    height:92px!important;
    padding:0 46px!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
}

#sgr-renewal .sgr-header.is-scrolled{
    background:rgba(255,255,255,.94)!important;
    border:1px solid rgba(220,228,239,.95)!important;
    border-radius:18px!important;
    box-shadow:0 18px 46px rgba(23,38,67,.13)!important;
    backdrop-filter:blur(16px)!important;
    -webkit-backdrop-filter:blur(16px)!important;
}

@media (min-width:981px){
    #sgr-renewal .sgr-header-actions,
    #sgr-renewal .sgr-auth-link,
    #sgr-renewal .sgr-lang-btn,
    #sgr-renewal .sgr-globe,
    #sgr-renewal .sgr-menu-btn{
        color:var(--sgr-navy)!important;
    }
}

#sgr-renewal .sgr-logo-light{
    opacity:0!important;
}

#sgr-renewal .sgr-logo-dark{
    opacity:1!important;
    filter:brightness(0) saturate(100%) invert(14%) sepia(35%) saturate(1118%) hue-rotate(184deg) brightness(90%) contrast(94%)!important;
}

#sgr-renewal .sgr-menu-btn{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    width:38px!important;
    height:32px!important;
    min-width:38px!important;
    margin-left:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:var(--sgr-navy)!important;
}

#sgr-renewal .sgr-menu-btn span{
    display:block!important;
    width:28px!important;
    height:2px!important;
    margin:0!important;
    border-radius:999px!important;
    background:currentColor!important;
    transform-origin:center!important;
    transition:transform .24s ease,opacity .18s ease!important;
}

#sgr-renewal .sgr-menu-btn span+span{
    margin-top:0!important;
}

#sgr-renewal .sgr-header.is-open .sgr-menu-btn span:first-child{
    transform:translateY(7px) rotate(45deg)!important;
}

#sgr-renewal .sgr-header.is-open .sgr-menu-btn span:nth-child(2){
    opacity:0!important;
}

#sgr-renewal .sgr-header.is-open .sgr-menu-btn span:last-child{
    transform:translateY(-7px) rotate(-45deg)!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-header{
        background:transparent!important;
        border:0!important;
        border-radius:0!important;
        box-shadow:none!important;
        backdrop-filter:none!important;
        -webkit-backdrop-filter:none!important;
    }

    #sgr-renewal .sgr-header.is-open:not(.is-scrolled){
        top:14px!important;
        width:calc(100% - 28px)!important;
        height:60px!important;
        padding:0 14px!important;
        background:transparent!important;
        border:0!important;
        border-radius:0!important;
        box-shadow:none!important;
    }

    #sgr-renewal .sgr-header.is-scrolled{
        background:rgba(255,255,255,.94)!important;
        border:1px solid rgba(220,228,239,.95)!important;
        border-radius:16px!important;
        box-shadow:0 14px 34px rgba(23,38,67,.13)!important;
        backdrop-filter:blur(16px)!important;
        -webkit-backdrop-filter:blur(16px)!important;
    }

    #sgr-renewal .sgr-logo-dark{
        filter:brightness(0) saturate(100%) invert(14%) sepia(35%) saturate(1118%) hue-rotate(184deg) brightness(90%) contrast(94%)!important;
    }

    #sgr-renewal .sgr-menu-btn{
        width:34px!important;
        height:30px!important;
        min-width:34px!important;
        gap:4px!important;
        background:transparent!important;
        color:var(--sgr-navy)!important;
    }

    #sgr-renewal .sgr-menu-btn span{
        width:25px!important;
        height:2px!important;
    }

    #sgr-renewal .sgr-header.is-open .sgr-menu-btn span:first-child{
        transform:translateY(6px) rotate(45deg)!important;
    }

    #sgr-renewal .sgr-header.is-open .sgr-menu-btn span:last-child{
        transform:translateY(-6px) rotate(-45deg)!important;
    }
}

/* motion33: mobile logo scale and top contrast */
@media (max-width:980px){
    input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="search"],input[type="url"],input[type="number"],input[type="date"],input[type="datetime-local"],select,textarea:not([readonly]){font-size:16px!important}
    #sgr-renewal .sgr-logo{
        width:112px!important;
        height:30px!important;
    }

    #sgr-renewal .sgr-header:not(.is-scrolled):not(.is-open) .sgr-logo-light{
        opacity:1!important;
    }

    #sgr-renewal .sgr-header:not(.is-scrolled):not(.is-open) .sgr-logo-dark{
        opacity:0!important;
    }

    #sgr-renewal .sgr-header:not(.is-scrolled):not(.is-open) .sgr-menu-btn{
        color:#fff!important;
    }

    #sgr-renewal .sgr-header.is-scrolled .sgr-logo-light,
    #sgr-renewal .sgr-header.is-open .sgr-logo-light{
        opacity:0!important;
    }

    #sgr-renewal .sgr-header.is-scrolled .sgr-logo-dark,
    #sgr-renewal .sgr-header.is-open .sgr-logo-dark{
        opacity:1!important;
    }

    #sgr-renewal .sgr-header.is-scrolled .sgr-menu-btn,
    #sgr-renewal .sgr-header.is-open .sgr-menu-btn{
        color:var(--sgr-navy)!important;
    }
}

/* motion34: compact logo and Nana-style quick menu */
@media (min-width:981px){
    #sgr-renewal .sgr-logo{
        width:166px!important;
        height:40px!important;
    }
}

#sgr-renewal .sgr-floating{
    position:fixed!important;
    right:14px!important;
    top:50%!important;
    bottom:auto!important;
    left:auto!important;
    z-index:900!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
    transform:translateY(-50%)!important;
    width:auto!important;
    padding:5px 4px!important;
    border-radius:999px!important;
    background:rgba(23,38,67,.82)!important;
    box-shadow:0 14px 34px rgba(23,38,67,.13)!important;
    overflow:visible!important;
    isolation:isolate!important;
}

#sgr-renewal .sgr-floating::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:-1!important;
    border-radius:inherit!important;
    background:#172643!important;
    box-shadow:0 14px 34px rgba(23,38,67,.13)!important;
}

#sgr-renewal .sgr-quick-list{
    display:grid!important;
    gap:0!important;
}

#sgr-renewal .sgr-floating a,
#sgr-renewal .sgr-floating button{
    appearance:none!important;
    -webkit-appearance:none!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    background:transparent!important;
    color:#fff!important;
    box-shadow:none!important;
    text-decoration:none!important;
    cursor:pointer!important;
    position:relative!important;
    z-index:1!important;
}

#sgr-renewal .sgr-quick-item{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:0!important;
    font-family:var(--sgr-font)!important;
    text-align:center!important;
    line-height:1.05!important;
    transition:background .22s ease,transform .22s ease!important;
}

#sgr-renewal .sgr-quick-item:hover,
#sgr-renewal .sgr-quick-item:focus-visible{
    background:rgba(255,255,255,.1)!important;
    transform:none!important;
}

#sgr-renewal .sgr-quick-icon{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:19px!important;
    height:19px!important;
    color:#fff!important;
    font-size:0!important;
    font-weight:400!important;
    letter-spacing:0!important;
}

#sgr-renewal .sgr-quick-icon img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    opacity:1!important;
    visibility:visible!important;
    filter:none!important;
}

#sgr-renewal .sgr-quick-icon svg{
    display:block!important;
    width:100%!important;
    height:100%!important;
    color:#fff!important;
    overflow:visible!important;
}

#sgr-renewal .sgr-quick-item b{
    position:absolute!important;
    top:50%!important;
    right:calc(100% + 12px)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:62px!important;
    min-height:30px!important;
    padding:0 12px!important;
    border-radius:999px!important;
    background:rgba(23,38,67,.94)!important;
    color:#fff!important;
    font-size:11px!important;
    font-weight:800!important;
    line-height:1!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
    box-shadow:0 12px 24px rgba(23,38,67,.18)!important;
    opacity:0!important;
    pointer-events:none!important;
    transform:translate(8px,-50%) scale(.96)!important;
    transition:opacity .24s ease,transform .24s ease!important;
}

#sgr-renewal .sgr-quick-item b::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    right:-5px!important;
    width:10px!important;
    height:10px!important;
    background:rgba(23,38,67,.94)!important;
    transform:translateY(-50%) rotate(45deg)!important;
    border-radius:2px!important;
}

#sgr-renewal .sgr-quick-item:hover b,
#sgr-renewal .sgr-quick-item:focus-visible b{
    opacity:1!important;
    transform:translate(0,-50%) scale(1)!important;
}

#sgr-renewal .sgr-quick-badge{
    position:absolute!important;
    top:2px!important;
    right:2px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:15px!important;
    height:15px!important;
    border:2px solid #fff!important;
    border-radius:50%!important;
    background:#e83f4d!important;
    color:#fff!important;
    font-size:10px!important;
    font-weight:900!important;
    line-height:1!important;
}

#sgr-renewal .sgr-quick-top .sgr-quick-icon{
    position:relative!important;
    width:20px!important;
    height:20px!important;
}

#sgr-renewal .sgr-quick-top b{
    display:none!important;
}

#sgr-renewal .sgr-quick-top .sgr-quick-icon::before,
#sgr-renewal .sgr-quick-top .sgr-quick-icon::after{
    display:none!important;
    content:none!important;
}

#sgr-renewal .sgr-quick-toggle{
    display:none!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-logo{
        width:106px!important;
        height:29px!important;
    }

    #sgr-renewal .sgr-floating{
        left:auto!important;
        right:12px!important;
        top:122px!important;
        bottom:auto!important;
        width:auto!important;
        gap:0!important;
        padding:4px!important;
        border-radius:999px!important;
        background:rgba(23,38,67,.82)!important;
        box-shadow:0 12px 28px rgba(23,38,67,.15)!important;
        transform:none!important;
    }

    #sgr-renewal .sgr-floating a,
    #sgr-renewal .sgr-floating button{
        width:40px!important;
        height:40px!important;
        min-width:40px!important;
        border-radius:50%!important;
        background:transparent!important;
        box-shadow:none!important;
    }

    #sgr-renewal .sgr-quick-event{
        order:1!important;
    }

    #sgr-renewal .sgr-quick-list{
        order:2!important;
        display:grid!important;
        max-height:0!important;
        overflow:hidden!important;
        gap:0!important;
        opacity:0!important;
        transform:translateY(-4px)!important;
        pointer-events:none!important;
        transition:max-height .28s ease,opacity .22s ease,transform .22s ease!important;
    }

    #sgr-renewal .sgr-floating.is-open .sgr-quick-list{
        max-height:340px!important;
        opacity:1!important;
        transform:translateY(0)!important;
        pointer-events:auto!important;
    }

    #sgr-renewal .sgr-quick-toggle{
        order:3!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        background:transparent!important;
    }

    #sgr-renewal .sgr-quick-toggle span{
        width:10px!important;
        height:10px!important;
        border-right:2px solid #fff!important;
        border-bottom:2px solid #fff!important;
        transform:translateY(-3px) rotate(45deg)!important;
        transition:transform .22s ease!important;
    }

    #sgr-renewal .sgr-floating.is-open .sgr-quick-toggle span{
        transform:translateY(3px) rotate(225deg)!important;
    }

    #sgr-renewal .sgr-quick-icon{
        width:16px!important;
        height:16px!important;
        font-size:10px!important;
    }

    #sgr-renewal .sgr-quick-item b{
        display:none!important;
    }

    #sgr-renewal .sgr-quick-badge{
        top:0!important;
        right:0!important;
        width:14px!important;
        height:14px!important;
        font-size:9px!important;
    }
}

/* motion36: first hero load motion for PC */
@keyframes sgrHeroFirstImageIn{
    0%{
        scale:1.055;
        translate:26px 0;
        filter:saturate(.96) brightness(.985);
    }
    100%{
        scale:1;
        translate:0 0;
        filter:saturate(1) brightness(1);
    }
}

@keyframes sgrHeroFirstScriptIn{
    0%{
        opacity:0;
        translate:0 22px;
        scale:.985;
    }
    100%{
        opacity:1;
        translate:0 0;
        scale:1;
    }
}

@keyframes sgrHeroScriptBreath{
    0%,100%{
        translate:0 0;
    }
    50%{
        translate:0 -7px;
    }
}

@media (min-width:981px) and (prefers-reduced-motion:no-preference){
    #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-of-type .sgr-hero-bg{
        scale:1.055;
        translate:26px 0;
        will-change:scale,translate,filter!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active .sgr-hero-bg{
        animation:sgrHeroFirstImageIn 7.2s cubic-bezier(.19,1,.22,1) .08s both!important;
    }

    #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-of-type .sgr-hero-index p{
        opacity:0;
        will-change:opacity,translate,scale!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active .sgr-hero-index p{
        animation:sgrHeroFirstScriptIn 1.15s cubic-bezier(.19,1,.22,1) .3s both,sgrHeroScriptBreath 4.8s ease-in-out 1.7s infinite!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active .sgr-hero-bg{
        animation:sgrHeroFirstImageIn 6.4s cubic-bezier(.19,1,.22,1) both!important;
    }
}

/* motion37: extend mobile hero bottom without changing signature title spacing */
@media (max-width:980px){
    #sgr-renewal .sgr-hero{
        min-height:calc(100svh + 72px)!important;
    }

    #sgr-renewal .sgr-signature{
        padding-top:56px!important;
    }
}

/* motion38: keep mobile hero copy and progress line at their previous visual position */
@media (max-width:980px){
    #sgr-renewal .sgr-hero-copy{
        bottom:204px!important;
    }

    #sgr-renewal .sgr-hero-controls{
        top:auto!important;
        bottom:150px!important;
    }
}

/* motion42: raise mobile hero readability gradient one more step */
@media (max-width:980px){
    #sgr-renewal .sgr-hero-slide::before{
        content:""!important;
        display:block!important;
        position:absolute!important;
        inset:0!important;
        z-index:1!important;
        pointer-events:none!important;
        background:linear-gradient(
            180deg,
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0) 39%,
            rgba(255,255,255,.14) 53%,
            rgba(255,255,255,.5) 64%,
            rgba(255,255,255,.88) 78%,
            rgba(255,255,255,.98) 92%,
            #fff 100%
        )!important;
    }

    #sgr-renewal .sgr-hero-copy,
    #sgr-renewal .sgr-hero-controls{
        z-index:4!important;
    }
}

/* motion45: ARC-style hero entrance motion for every main banner */
@keyframes sgrArcHeroPhotoIn{
    0%{
        opacity:.98;
        transform:scale(1.085) translate3d(0,22px,0);
    }
    100%{
        opacity:1;
        transform:scale(1) translate3d(0,0,0);
    }
}

@keyframes sgrArcHeroTextIn{
    0%{
        opacity:0;
        transform:translate3d(0,34px,0) scale(.985);
    }
    100%{
        opacity:1;
        transform:translate3d(0,0,0) scale(1);
    }
}

@keyframes sgrArcHeroScriptIn{
    0%{
        opacity:0;
        transform:translate3d(0,28px,0) scale(1.08);
    }
    100%{
        opacity:1;
        transform:translate3d(0,0,0) scale(1);
    }
}

#sgr-renewal .sgr-hero-bg{
    transform-origin:center center!important;
    will-change:transform,opacity!important;
}

#sgr-renewal .sgr-hero-copy span,
#sgr-renewal .sgr-hero-copy h1,
#sgr-renewal .sgr-hero-copy p,
#sgr-renewal .sgr-hero-cta,
#sgr-renewal .sgr-hero-index p{
    text-shadow:none!important;
}

@media (prefers-reduced-motion:no-preference){
    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg{
        animation:sgrArcHeroPhotoIn 6.4s cubic-bezier(.19,1,.22,1) both!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy{
        opacity:1!important;
        transform:none!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy span{
        animation:sgrArcHeroTextIn .92s cubic-bezier(.19,1,.22,1) .16s both!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy h1{
        animation:sgrArcHeroTextIn 1.05s cubic-bezier(.19,1,.22,1) .28s both!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy p{
        animation:sgrArcHeroTextIn 1.05s cubic-bezier(.19,1,.22,1) .44s both!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-slide.is-active.is-hero-animating .sgr-hero-cta{
        animation:sgrArcHeroTextIn .95s cubic-bezier(.19,1,.22,1) .62s both!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index{
        opacity:1!important;
        transform:none!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index p{
        animation:sgrArcHeroScriptIn 1.18s cubic-bezier(.19,1,.22,1) .68s both!important;
    }
}

@media (max-width:980px) and (prefers-reduced-motion:no-preference){
    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg{
        animation:sgrArcHeroPhotoIn 5.6s cubic-bezier(.19,1,.22,1) both!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy span{
        animation:sgrArcHeroTextIn .82s cubic-bezier(.19,1,.22,1) .18s both!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy h1{
        animation:sgrArcHeroTextIn .96s cubic-bezier(.19,1,.22,1) .3s both!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy p{
        animation:sgrArcHeroTextIn .96s cubic-bezier(.19,1,.22,1) .46s both!important;
    }
}

@media (prefers-reduced-motion:reduce){
    #sgr-renewal .sgr-hero-bg,
    #sgr-renewal .sgr-hero-copy,
    #sgr-renewal .sgr-hero-copy span,
    #sgr-renewal .sgr-hero-copy h1,
    #sgr-renewal .sgr-hero-copy p,
    #sgr-renewal .sgr-hero-cta,
    #sgr-renewal .sgr-hero-index,
    #sgr-renewal .sgr-hero-index p{
        opacity:1!important;
        transform:none!important;
        animation:none!important;
    }
}

/* motion46: mobile menu accordion */
#sgr-renewal .sgr-menu-accordion{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    margin:0 0 20px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:var(--sgr-navy)!important;
    font-family:var(--sgr-font)!important;
    font-size:25px!important;
    font-weight:900!important;
    line-height:1.25!important;
    text-align:left!important;
    cursor:default!important;
}

#sgr-renewal .sgr-menu-accordion span{
    display:block!important;
    color:inherit!important;
    font-size:inherit!important;
    font-weight:inherit!important;
    line-height:inherit!important;
}

#sgr-renewal .sgr-menu-accordion i{
    display:none!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-menu-panel{
        padding:88px 14px 24px!important;
        background:rgba(246,248,251,.98)!important;
    }

    #sgr-renewal .sgr-menu-panel-inner{
        display:block!important;
        max-width:none!important;
    }

    #sgr-renewal .sgr-menu-panel section{
        min-height:0!important;
        margin:0 0 7px!important;
        padding:0!important;
        border:1px solid rgba(220,228,239,.9)!important;
        border-radius:12px!important;
        overflow:hidden!important;
        background:#fff!important;
        box-shadow:0 12px 26px rgba(23,38,67,.05)!important;
    }

    #sgr-renewal .sgr-menu-panel p{
        display:none!important;
    }

    #sgr-renewal .sgr-menu-accordion{
        min-height:44px!important;
        margin:0!important;
        padding:0 15px!important;
        color:var(--sgr-navy)!important;
        font-size:14px!important;
        font-weight:850!important;
        cursor:pointer!important;
    }

    #sgr-renewal .sgr-menu-accordion i{
        position:relative!important;
        display:block!important;
        width:14px!important;
        height:14px!important;
        flex:0 0 14px!important;
        margin-left:14px!important;
    }

    #sgr-renewal .sgr-menu-accordion i::before,
    #sgr-renewal .sgr-menu-accordion i::after{
        content:""!important;
        position:absolute!important;
        top:6px!important;
        left:1px!important;
        width:12px!important;
        height:2px!important;
        border-radius:999px!important;
        background:currentColor!important;
        transition:transform .22s ease!important;
    }

    #sgr-renewal .sgr-menu-accordion i::after{
        transform:rotate(90deg)!important;
    }

    #sgr-renewal .sgr-menu-panel section.is-open .sgr-menu-accordion{
        background:#f4f7fb!important;
    }

    #sgr-renewal .sgr-menu-panel section.is-open .sgr-menu-accordion i::after{
        transform:rotate(0deg)!important;
    }

    #sgr-renewal .sgr-menu-panel ul{
        display:grid!important;
        gap:0!important;
        max-height:0!important;
        margin:0!important;
        padding:0 16px!important;
        overflow:hidden!important;
        opacity:0!important;
        transition:max-height .3s ease, padding .3s ease, opacity .2s ease!important;
    }

    #sgr-renewal .sgr-menu-panel section.is-open ul{
        max-height:520px!important;
        padding:5px 15px 12px!important;
        opacity:1!important;
    }

    #sgr-renewal .sgr-menu-panel li a{
        display:block!important;
        padding:9px 0!important;
        border-top:1px solid #edf1f6!important;
        color:#2e3b55!important;
        font-size:12.5px!important;
        font-weight:750!important;
        line-height:1.35!important;
    }

    #sgr-renewal .sgr-menu-panel li:first-child a{
        border-top:0!important;
    }

    #sgr-renewal .sgr-menu-panel li span{
        display:none!important;
    }

    #sgr-renewal .sgr-menu-panel.is-open ~ .sgr-floating{
        opacity:0!important;
        pointer-events:none!important;
        visibility:hidden!important;
    }
}

/* motion48: lighter mobile menu without category cards */
@media (max-width:980px){
    #sgr-renewal .sgr-menu-panel{
        padding:88px 22px 24px!important;
        background:rgba(246,248,251,.97)!important;
    }

    #sgr-renewal .sgr-menu-panel-inner{
        padding:8px 0 0!important;
    }

    #sgr-renewal .sgr-menu-panel section{
        margin:0!important;
        border:0!important;
        border-bottom:1px solid rgba(210,219,232,.78)!important;
        border-radius:0!important;
        background:transparent!important;
        box-shadow:none!important;
    }

    #sgr-renewal .sgr-menu-panel section:first-child{
        border-top:1px solid rgba(210,219,232,.78)!important;
    }

    #sgr-renewal .sgr-menu-accordion{
        min-height:48px!important;
        padding:0 2px!important;
        font-size:15px!important;
        font-weight:500!important;
        letter-spacing:0!important;
        color:rgba(23,38,67,.92)!important;
    }

    #sgr-renewal .sgr-menu-panel section.is-open .sgr-menu-accordion{
        background:transparent!important;
        color:var(--sgr-navy)!important;
        font-weight:600!important;
    }

    #sgr-renewal .sgr-menu-accordion i{
        width:13px!important;
        height:13px!important;
        margin-left:12px!important;
        opacity:.82!important;
    }

    #sgr-renewal .sgr-menu-accordion i::before,
    #sgr-renewal .sgr-menu-accordion i::after{
        top:6px!important;
        left:1px!important;
        width:11px!important;
        height:1.5px!important;
        background:currentColor!important;
    }

    #sgr-renewal .sgr-menu-panel ul{
        padding:0!important;
        background:transparent!important;
    }

    #sgr-renewal .sgr-menu-panel section.is-open ul{
        padding:0 0 12px!important;
    }

    #sgr-renewal .sgr-menu-panel li a{
        padding:8px 0 8px 12px!important;
        border-top:0!important;
        color:rgba(38,52,78,.86)!important;
        font-size:13px!important;
        font-weight:400!important;
        line-height:1.42!important;
    }

    #sgr-renewal .sgr-menu-panel li a::before{
        content:""!important;
        display:inline-block!important;
        width:4px!important;
        height:4px!important;
        margin:0 9px 2px 0!important;
        border-radius:50%!important;
        background:rgba(23,38,67,.28)!important;
    }
}

@media (prefers-reduced-motion:no-preference){
    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg{
        scale:1!important;
        translate:0 0!important;
        transform-origin:center center!important;
    }
}

/* motion50: smooth PC hero slide transition without outgoing image jump */
@keyframes sgrHeroPcPhotoIn{
    0%{
        opacity:1;
        transform:scale(1.038) translate3d(0,0,0);
    }
    100%{
        opacity:1;
        transform:scale(1) translate3d(0,0,0);
    }
}

/* motion54: keep the outgoing hero above the incoming slide during fade-out */
#sgr-renewal .sgr-hero-slide.is-leaving{
    opacity:0!important;
    z-index:3!important;
    pointer-events:none!important;
}

#sgr-renewal .sgr-hero-slide.is-leaving .sgr-hero-copy,
#sgr-renewal .sgr-hero-slide.is-leaving .sgr-hero-index{
    opacity:0!important;
}

@media (min-width:981px) and (prefers-reduced-motion:no-preference){
    #sgr-renewal .sgr-hero-slide{
        z-index:1!important;
        transition:opacity .86s ease!important;
    }

    #sgr-renewal .sgr-hero-slide.is-active{
        z-index:2!important;
    }

    #sgr-renewal .sgr-hero-bg,
    #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-of-type .sgr-hero-bg,
    #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active .sgr-hero-bg{
        scale:1!important;
        translate:0 0!important;
        transition:none!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
        animation:sgrHeroPcPhotoIn 5.8s cubic-bezier(.19,1,.22,1) both!important;
    }

    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index p,
    #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-index p{
        animation:sgrArcHeroScriptIn 1.1s cubic-bezier(.19,1,.22,1) .44s both!important;
    }
}

/* motion58: direct hero dissolve without a white transition frame */
#sgr-renewal .sgr-hero-stage{
    background:#f2f4f8!important;
}

#sgr-renewal .sgr-hero-stage::after{
    content:none!important;
    display:none!important;
}

#sgr-renewal .sgr-hero-slide.is-leaving{
    transition:opacity 1.08s cubic-bezier(.22,1,.36,1)!important;
}

@media (min-width:981px) and (prefers-reduced-motion:no-preference){
    #sgr-renewal .sgr-hero-slide{
        transition:opacity 1.08s cubic-bezier(.22,1,.36,1)!important;
    }

    #sgr-renewal .sgr-hero-slide.is-leaving{
        transition:opacity 1.08s cubic-bezier(.22,1,.36,1)!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-hero-slide{
        transition:opacity .88s cubic-bezier(.22,1,.36,1)!important;
    }

    #sgr-renewal .sgr-hero-slide.is-leaving{
        transition:opacity .88s cubic-bezier(.22,1,.36,1)!important;
    }
}

/* 모바일 의학사진: case 게시판 최신 전후사진 연동 */
#sgr-renewal .sgr-mobile-cases{
    display:none;
}

@media (max-width:980px){
    #sgr-renewal .sgr-mobile-about-flow{
        display:none!important;
    }

    #sgr-renewal .sgr-mobile-cases{
        display:block!important;
        padding:126px 16px 138px;
        background:#fff;
        color:#0f1728;
    }

    #sgr-renewal .sgr-mobile-cases-head{
        margin:0 0 26px;
    }

    #sgr-renewal .sgr-mobile-cases-head span{
        display:block;
        margin:0 0 10px;
        color:#b89b63;
        font-size:12px;
        font-weight:800;
    }

    #sgr-renewal .sgr-mobile-cases-head h2{
        margin:0;
        color:#080d1b;
        font-size:26px;
        font-weight:900;
        line-height:1.28;
    }

    #sgr-renewal .sgr-mobile-case-tabs{
        display:flex;
        gap:24px;
        margin:0 -16px 30px;
        padding:0 16px 2px;
        overflow-x:auto;
        white-space:nowrap;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }

    #sgr-renewal .sgr-mobile-case-tabs::-webkit-scrollbar{
        display:none;
    }

    #sgr-renewal .sgr-mobile-case-tabs a{
        flex:0 0 auto;
        color:#8a919d;
        font-size:14px;
        font-weight:700;
    }

    #sgr-renewal .sgr-mobile-case-tabs a.is-active{
        color:#111827;
        font-weight:900;
    }

    #sgr-renewal .sgr-mobile-case-card{
        margin:0;
    }

    #sgr-renewal .sgr-mobile-case-photo{
        position:relative;
        display:grid;
        grid-template-columns:1fr 1fr;
        width:100%;
        aspect-ratio:1.72/1;
        overflow:hidden;
        border-radius:22px;
        background:#eef2f7;
        box-shadow:0 18px 45px rgba(23,38,67,.08);
    }

    #sgr-renewal .sgr-mobile-case-photo>div:not(.sgr-mobile-case-angle){
        position:relative;
        min-width:0;
        overflow:hidden;
    }

    #sgr-renewal .sgr-mobile-case-photo img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center center;
        display:block;
    }

    #sgr-renewal .sgr-mobile-case-photo>div:not(.sgr-mobile-case-angle)::after{
        content:"";
        position:absolute;
        inset:0;
        background:linear-gradient(180deg,rgba(10,17,31,.08) 0%,rgba(10,17,31,0) 42%,rgba(10,17,31,.08) 100%);
        pointer-events:none;
    }

    #sgr-renewal .sgr-mobile-case-before span,
    #sgr-renewal .sgr-mobile-case-after span{
        position:absolute;
        top:12px;
        z-index:2;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        min-width:54px;
        height:26px;
        padding:0 10px;
        border-radius:7px;
        background:rgba(255,255,255,.68);
        color:#fff;
        font-size:11px;
        font-weight:800;
        text-shadow:0 1px 4px rgba(15,23,42,.3);
        backdrop-filter:blur(6px);
    }

    #sgr-renewal .sgr-mobile-case-before span{
        left:12px;
    }

    #sgr-renewal .sgr-mobile-case-after span{
        right:12px;
    }

    #sgr-renewal .sgr-mobile-case-angle{
        position:absolute;
        left:50%;
        bottom:16px;
        z-index:3;
        display:flex;
        gap:7px;
        transform:translateX(-50%);
    }

    #sgr-renewal .sgr-mobile-case-angle span{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        min-width:50px;
        height:30px;
        padding:0 10px;
        border-radius:7px;
        background:rgba(15,23,42,.28);
        color:#fff;
        font-size:12px;
        font-weight:800;
        backdrop-filter:blur(6px);
    }

    #sgr-renewal .sgr-mobile-case-angle span.is-active{
        background:#0f1728;
    }

    #sgr-renewal .sgr-mobile-case-copy{
        padding:30px 0 0;
    }

    #sgr-renewal .sgr-mobile-case-copy p{
        margin:0 0 4px;
        color:#2d3444;
        font-size:24px;
        font-weight:500;
        line-height:1.34;
    }

    #sgr-renewal .sgr-mobile-case-copy h3{
        margin:0;
        color:#070c18;
        display:-webkit-box;
        overflow:hidden;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
        font-size:24px;
        font-weight:900;
        line-height:1.3;
    }

    #sgr-renewal .sgr-mobile-case-copy h3 a{
        color:inherit;
    }

    #sgr-renewal .sgr-mobile-case-copy em{
        display:block;
        margin:24px 0 0;
        color:#8d96a6;
        font-size:13px;
        font-style:normal;
        font-weight:700;
    }

    #sgr-renewal .sgr-mobile-case-more{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:12px;
        margin:25px 0 16px;
    }

    #sgr-renewal .sgr-mobile-case-more span{
        color:#5e687a;
        font-size:13px;
        font-weight:700;
    }

    #sgr-renewal .sgr-mobile-case-more a{
        flex:0 0 auto;
        color:#3c5585;
        font-size:13px;
        font-weight:900;
    }

    #sgr-renewal .sgr-mobile-case-more a::after{
        content:">";
        margin-left:8px;
    }

    #sgr-renewal .sgr-mobile-case-thumbs{
        display:flex;
        gap:10px;
        margin:0 -16px;
        padding:0 16px 4px;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }

    #sgr-renewal .sgr-mobile-case-thumbs::-webkit-scrollbar{
        display:none;
    }

    #sgr-renewal .sgr-mobile-case-thumbs a{
        flex:0 0 78px;
        aspect-ratio:1.42/1;
        overflow:hidden;
        border-radius:10px;
        background:#edf1f6;
        opacity:.42;
    }

    #sgr-renewal .sgr-mobile-case-thumbs a:first-child{
        opacity:1;
        box-shadow:0 0 0 2px rgba(60,85,133,.18);
    }

    #sgr-renewal .sgr-mobile-case-thumbs img{
        width:100%;
        height:100%;
        object-fit:cover;
        display:block;
    }

    #sgr-renewal .sgr-mobile-case-note{
        margin:18px 0 0;
        color:#a0a7b3;
        font-size:11px;
        font-weight:500;
        line-height:1.62;
    }

    #sgr-renewal .sgr-mobile-case-empty{
        padding:38px 22px;
        border:1px solid #e2e7ef;
        border-radius:18px;
        background:#f7f9fc;
    }

    #sgr-renewal .sgr-mobile-case-empty p{
        margin:0 0 16px;
        color:#687386;
        font-size:15px;
        line-height:1.6;
    }

    #sgr-renewal .sgr-mobile-case-empty a{
        color:#172643;
        font-size:14px;
        font-weight:900;
    }
}

/* medical4: keep the medical photo section visible on both desktop and mobile */
#sgr-renewal .sgr-mobile-cases{
    scroll-margin-top:120px;
}

@media (min-width:981px){
    #sgr-renewal .sgr-mobile-about-flow{
        display:none!important;
    }

    #sgr-renewal .sgr-mobile-cases{
        display:block!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-floating{
        top:clamp(184px,28svh,238px)!important;
    }

    #sgr-renewal .sgr-mobile-cases{
        scroll-margin-top:96px;
    }
}

/* medical6: YouTube-style medical photo layout */
#sgr-renewal .sgr-mobile-cases:not(.sgr-medical-cases){
    display:none!important;
}

#sgr-renewal .sgr-medical-cases{
    display:block!important;
    scroll-margin-top:120px;
    width:100%!important;
    padding:118px max(38px,calc((100vw - 1360px)/2)) 124px!important;
    background:#fff!important;
    color:var(--sgr-ink)!important;
}

#sgr-renewal .sgr-medical-head{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    align-items:center!important;
    gap:28px!important;
    margin:0 0 34px!important;
}

#sgr-renewal .sgr-medical-head h2{
    margin:0!important;
    color:#a8cdea!important;
    font-size:52px!important;
    font-weight:300!important;
    line-height:1!important;
    letter-spacing:0!important;
}

#sgr-renewal .sgr-medical-tabs{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:0!important;
    min-width:0!important;
}

#sgr-renewal .sgr-medical-tabs a{
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:28px!important;
    padding:0 20px!important;
    color:#111827!important;
    font-size:16px!important;
    font-weight:600!important;
    white-space:nowrap!important;
}

#sgr-renewal .sgr-medical-tabs a::before{
    content:""!important;
    position:absolute!important;
    left:0!important;
    top:50%!important;
    width:1px!important;
    height:18px!important;
    background:#d8dee8!important;
    transform:translateY(-50%)!important;
}

#sgr-renewal .sgr-medical-tabs a:last-child::after{
    content:""!important;
    position:absolute!important;
    right:0!important;
    top:50%!important;
    width:1px!important;
    height:18px!important;
    background:#d8dee8!important;
    transform:translateY(-50%)!important;
}

#sgr-renewal .sgr-medical-tabs a.is-active{
    color:#87bde0!important;
    font-weight:800!important;
}

#sgr-renewal .sgr-medical-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1.64fr) minmax(360px,.98fr)!important;
    grid-template-areas:
        "feature side"
        "copy copy"!important;
    gap:18px 34px!important;
    margin:0!important;
}

#sgr-renewal .sgr-medical-feature{
    position:relative!important;
    grid-area:feature!important;
    min-width:0!important;
}

#sgr-renewal .sgr-medical-frame{
    position:relative!important;
    display:block!important;
    width:100%!important;
    aspect-ratio:1.72/1!important;
    overflow:hidden!important;
    border-radius:34px!important;
    background:#eef2f7!important;
    box-shadow:0 24px 58px rgba(23,38,67,.1)!important;
}

#sgr-renewal .sgr-medical-frame img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
}

#sgr-renewal .sgr-medical-frame::after{
    content:""!important;
    position:absolute!important;
    inset:auto 0 0!important;
    height:34%!important;
    background:linear-gradient(180deg,rgba(5,10,18,0),rgba(5,10,18,.22))!important;
    pointer-events:none!important;
}

#sgr-renewal .sgr-medical-angle{
    position:absolute!important;
    left:50%!important;
    bottom:18px!important;
    z-index:3!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    transform:translateX(-50%)!important;
}

#sgr-renewal .sgr-medical-angle button{
    appearance:none!important;
    -webkit-appearance:none!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:76px!important;
    height:36px!important;
    padding:0 16px!important;
    border:0!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.76)!important;
    color:#172643!important;
    font-family:var(--sgr-font)!important;
    font-size:15px!important;
    font-weight:900!important;
    box-shadow:0 10px 22px rgba(10,18,33,.12)!important;
    backdrop-filter:blur(8px)!important;
    cursor:pointer!important;
}

#sgr-renewal .sgr-medical-angle button.is-active{
    background:#172643!important;
    color:#fff!important;
}

#sgr-renewal .sgr-medical-angle-eye button{
    pointer-events:none!important;
}

#sgr-renewal .sgr-medical-copy{
    grid-area:copy!important;
    padding:4px 0 0!important;
}

#sgr-renewal .sgr-medical-copy span{
    display:block!important;
    margin:0 0 9px!important;
    color:#5f6b7f!important;
    font-size:17px!important;
    font-weight:800!important;
}

#sgr-renewal .sgr-medical-copy h3{
    margin:0!important;
    color:#070c18!important;
    font-size:34px!important;
    font-weight:900!important;
    line-height:1.22!important;
    letter-spacing:0!important;
}

#sgr-renewal .sgr-medical-copy h3 a{
    color:inherit!important;
}

#sgr-renewal .sgr-medical-copy em{
    display:block!important;
    margin:12px 0 0!important;
    color:#8b95a7!important;
    font-size:15px!important;
    font-style:normal!important;
    font-weight:800!important;
}

#sgr-renewal .sgr-medical-side-wrap{
    grid-area:side!important;
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    align-self:stretch!important;
    min-height:0!important;
    height:100%!important;
}

#sgr-renewal .sgr-medical-side{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    border-top:1px solid #e4e9f1!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

#sgr-renewal .sgr-medical-side::-webkit-scrollbar{
    display:none!important;
}

#sgr-renewal .sgr-medical-side-item{
    display:grid!important;
    grid-template-columns:160px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:20px!important;
    row-gap:7px!important;
    align-items:center!important;
    min-height:118px!important;
    padding:16px 0!important;
    border-bottom:1px solid #e4e9f1!important;
}

#sgr-renewal .sgr-medical-side-item img{
    grid-row:1/3!important;
    width:160px!important;
    aspect-ratio:1.72/1!important;
    object-fit:cover!important;
    border-radius:8px!important;
    background:#eef2f7!important;
}

#sgr-renewal .sgr-medical-side-item span{
    align-self:end!important;
    color:#91bee0!important;
    font-size:13px!important;
    font-weight:900!important;
}

#sgr-renewal .sgr-medical-side-item strong{
    display:-webkit-box!important;
    overflow:hidden!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    align-self:start!important;
    color:#111827!important;
    font-size:18px!important;
    font-weight:800!important;
    line-height:1.36!important;
}

#sgr-renewal .sgr-medical-mobile-rail{
    display:none!important;
}

#sgr-renewal .sgr-medical-more{
    grid-area:more!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:16px!important;
    padding:2px 0 0!important;
}

#sgr-renewal .sgr-medical-more span,
#sgr-renewal .sgr-medical-more a{
    color:#3c5585!important;
    font-size:15px!important;
    font-weight:900!important;
}

#sgr-renewal .sgr-medical-more a::after{
    content:">"!important;
    margin-left:10px!important;
}

#sgr-renewal .sgr-medical-note{
    grid-area:note!important;
    margin:4px 0 0!important;
    color:#a0a8b7!important;
    font-size:13px!important;
    font-weight:600!important;
    line-height:1.6!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-cases{
        padding:150px 8px 126px!important;
        overflow:hidden!important;
    }

    #sgr-renewal .sgr-medical-head{
        display:block!important;
        margin:0 0 28px!important;
    }

    #sgr-renewal .sgr-medical-head h2{
        margin:0 0 18px!important;
        padding:0 2px!important;
        font-size:28px!important;
        line-height:1.1!important;
    }

    #sgr-renewal .sgr-medical-tabs{
        display:grid!important;
        grid-template-columns:repeat(3,1fr)!important;
        row-gap:12px!important;
        margin:0 -8px!important;
    }

    #sgr-renewal .sgr-medical-tabs a{
        min-height:22px!important;
        padding:0 8px!important;
        color:#1f2937!important;
        font-size:13px!important;
        font-weight:600!important;
    }

    #sgr-renewal .sgr-medical-tabs a::before,
    #sgr-renewal .sgr-medical-tabs a:last-child::after{
        height:14px!important;
    }

    #sgr-renewal .sgr-medical-layout{
        display:block!important;
    }

    #sgr-renewal .sgr-medical-feature{
        margin:0!important;
    }

    #sgr-renewal .sgr-medical-frame{
        border-radius:20px!important;
        box-shadow:0 18px 45px rgba(23,38,67,.12)!important;
    }

    #sgr-renewal .sgr-medical-angle{
        bottom:12px!important;
        gap:6px!important;
    }

    #sgr-renewal .sgr-medical-angle button{
        min-width:58px!important;
        height:34px!important;
        padding:0 12px!important;
        border-radius:9px!important;
        font-size:14px!important;
    }

    #sgr-renewal .sgr-medical-copy{
        padding:28px 24px 0!important;
    }

    #sgr-renewal .sgr-medical-copy span{
        margin:0 0 9px!important;
        font-size:24px!important;
        font-weight:800!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        font-size:28px!important;
        line-height:1.28!important;
    }

    #sgr-renewal .sgr-medical-copy em{
        margin-top:20px!important;
        font-size:16px!important;
    }

    #sgr-renewal .sgr-medical-side{
        display:none!important;
    }

    #sgr-renewal .sgr-medical-mobile-rail{
        display:flex!important;
        gap:14px!important;
        margin:26px -8px 0!important;
        padding:0 8px 7px!important;
        overflow-x:auto!important;
        -webkit-overflow-scrolling:touch!important;
        scrollbar-width:none!important;
    }

    #sgr-renewal .sgr-medical-mobile-rail::-webkit-scrollbar{
        display:none!important;
    }

    #sgr-renewal .sgr-medical-mobile-rail a{
        flex:0 0 146px!important;
        min-width:0!important;
    }

    #sgr-renewal .sgr-medical-mobile-rail img{
        display:block!important;
        width:100%!important;
        aspect-ratio:1.72/1!important;
        object-fit:cover!important;
        border-radius:10px!important;
        background:#eef2f7!important;
    }

    #sgr-renewal .sgr-medical-mobile-rail strong{
        display:-webkit-box!important;
        overflow:hidden!important;
        -webkit-line-clamp:1!important;
        -webkit-box-orient:vertical!important;
        margin-top:8px!important;
        color:#4b5565!important;
        font-size:13px!important;
        font-weight:600!important;
        line-height:1.28!important;
    }

    #sgr-renewal .sgr-medical-more{
        padding:20px 24px 0!important;
    }

    #sgr-renewal .sgr-medical-more span,
    #sgr-renewal .sgr-medical-more a{
        font-size:15px!important;
    }

    #sgr-renewal .sgr-medical-note{
        margin:22px 24px 0!important;
        font-size:12px!important;
        line-height:1.66!important;
    }
}

/* medical9: brand navy + signature gray text cleanup */
#sgr-renewal{
    --sgr-signature-gray:#62676f;
    --sgr-signature-muted:#737b86;
    color:var(--sgr-signature-gray)!important;
}

#sgr-renewal p,
#sgr-renewal li,
#sgr-renewal em,
#sgr-renewal .sgr-section-head h2,
#sgr-renewal .sgr-signature-card h3,
#sgr-renewal .sgr-signature-card p{
    color:var(--sgr-signature-gray)!important;
}

#sgr-renewal .sgr-hero-copy h1,
#sgr-renewal .sgr-hero-copy p,
#sgr-renewal .sgr-hero-copy span,
#sgr-renewal .sgr-hero-cta a,
#sgr-renewal .sgr-nav a,
#sgr-renewal .sgr-auth-link,
#sgr-renewal .sgr-menu-btn,
#sgr-renewal .sgr-medical-copy h3,
#sgr-renewal .sgr-medical-copy h3 a,
#sgr-renewal .sgr-medical-side-item strong{
    color:var(--sgr-navy)!important;
}

#sgr-renewal .sgr-medical-cases{
    color:var(--sgr-signature-gray)!important;
}

#sgr-renewal .sgr-medical-head h2{
    color:var(--sgr-navy)!important;
}

#sgr-renewal .sgr-medical-tabs a{
    color:var(--sgr-signature-gray)!important;
}

#sgr-renewal .sgr-medical-tabs a.is-active{
    color:var(--sgr-navy)!important;
}

#sgr-renewal .sgr-medical-copy{
    padding-top:22px!important;
    text-align:center!important;
}

#sgr-renewal .sgr-medical-copy span{
    color:var(--sgr-signature-gray)!important;
    font-size:16px!important;
}

#sgr-renewal .sgr-medical-copy h3{
    max-width:820px!important;
    margin:0 auto!important;
    font-size:28px!important;
    line-height:1.3!important;
}

#sgr-renewal .sgr-medical-angle button{
    background:#fff!important;
    color:var(--sgr-signature-gray)!important;
}

#sgr-renewal .sgr-medical-angle button.is-active{
    background:var(--sgr-navy)!important;
    color:#fff!important;
}

#sgr-renewal .sgr-medical-side{
    max-height:585px!important;
    overflow-y:auto!important;
    padding-right:10px!important;
    scrollbar-width:thin!important;
    scrollbar-color:rgba(23,38,67,.42) rgba(23,38,67,.08)!important;
}

#sgr-renewal .sgr-medical-side::-webkit-scrollbar{
    width:6px!important;
}

#sgr-renewal .sgr-medical-side::-webkit-scrollbar-track{
    background:rgba(23,38,67,.08)!important;
    border-radius:999px!important;
}

#sgr-renewal .sgr-medical-side::-webkit-scrollbar-thumb{
    background:rgba(23,38,67,.42)!important;
    border-radius:999px!important;
}

#sgr-renewal .sgr-medical-side-item span{
    color:#87bde0!important;
}

#sgr-renewal .sgr-medical-side-more{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    min-height:44px!important;
    padding:12px 0 0!important;
    color:var(--sgr-navy)!important;
    font-size:15px!important;
    font-weight:900!important;
}

#sgr-renewal .sgr-medical-side-more span{
    margin-left:8px!important;
    color:inherit!important;
}

#sgr-renewal .sgr-medical-more,
#sgr-renewal .sgr-medical-note{
    display:none!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-head{
        text-align:center!important;
    }

    #sgr-renewal .sgr-medical-head h2{
        margin:0 auto 22px!important;
        padding:0!important;
        color:var(--sgr-signature-gray)!important;
        font-size:24px!important;
        font-weight:900!important;
        line-height:1.18!important;
    }

    #sgr-renewal .sgr-medical-copy{
        padding:28px 20px 0!important;
        text-align:center!important;
    }

    #sgr-renewal .sgr-medical-copy span{
        font-size:16px!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        max-width:330px!important;
        font-size:20px!important;
        line-height:1.34!important;
    }

    #sgr-renewal .sgr-medical-mobile-rail strong{
        color:var(--sgr-signature-gray)!important;
    }
}

/* medical15: 의학사진 PC 정렬 및 기본 스크롤 정리 */
@media (min-width:981px){
    #sgr-renewal .sgr-medical-head h2{
        font-family:var(--sgr-font)!important;
        color:#686d73!important;
        font-size:28px!important;
        font-weight:900!important;
        line-height:1.22!important;
        letter-spacing:0!important;
    }

    #sgr-renewal .sgr-medical-cases{
        padding-right:max(38px,calc((100vw - 1360px)/2))!important;
    }

    #sgr-renewal .sgr-medical-head{
        display:block!important;
        text-align:center!important;
        margin:0 0 42px!important;
    }

    #sgr-renewal .sgr-medical-head h2{
        display:block!important;
        margin:0 auto 24px!important;
    }

    #sgr-renewal .sgr-medical-tabs{
        justify-content:center!important;
        margin:0 auto!important;
    }

    #sgr-renewal .sgr-medical-layout{
        grid-template-areas:
            "feature side"
            "copy ."!important;
        grid-template-rows:auto auto!important;
        align-items:stretch!important;
        row-gap:104px!important;
    }

    #sgr-renewal .sgr-medical-feature{
        overflow:visible!important;
    }

    #sgr-renewal .sgr-medical-angle{
        bottom:-74px!important;
        gap:12px!important;
    }

    #sgr-renewal .sgr-medical-angle button{
        min-width:92px!important;
        height:42px!important;
        padding:0 22px!important;
        border:1px solid #d7dfeb!important;
        border-radius:12px!important;
        background:#fff!important;
        color:var(--sgr-signature-gray)!important;
        font-size:17px!important;
        box-shadow:0 14px 28px rgba(23,38,67,.12)!important;
    }

    #sgr-renewal .sgr-medical-angle button.is-active{
        border-color:var(--sgr-navy)!important;
        background:var(--sgr-navy)!important;
        color:#fff!important;
    }

    #sgr-renewal .sgr-medical-side-wrap{
        grid-area:side!important;
        position:relative!important;
        display:flex!important;
        flex-direction:column!important;
        align-self:stretch!important;
        min-height:0!important;
        height:100%!important;
        max-height:none!important;
        overflow:visible!important;
    }

    #sgr-renewal .sgr-medical-side{
        flex:1 1 auto!important;
        min-height:0!important;
        max-height:none!important;
        height:auto!important;
        overflow-y:scroll!important;
        padding-right:16px!important;
        border-top:1px solid #e4e9f1!important;
        scrollbar-width:thin!important;
        scrollbar-color:transparent transparent!important;
        scrollbar-gutter:stable!important;
        -ms-overflow-style:auto!important;
        scroll-behavior:smooth!important;
        overscroll-behavior:contain!important;
    }

    #sgr-renewal .sgr-medical-side:hover{
        scrollbar-color:rgba(23,38,67,.72) rgba(232,237,244,.68)!important;
    }

    #sgr-renewal .sgr-medical-side::-webkit-scrollbar{
        display:block!important;
        width:12px!important;
        height:0!important;
    }

    #sgr-renewal .sgr-medical-side::-webkit-scrollbar-track{
        margin:8px 0!important;
        border-radius:999px!important;
        background:transparent!important;
    }

    #sgr-renewal .sgr-medical-side::-webkit-scrollbar-thumb{
        min-height:78px!important;
        border:3px solid transparent!important;
        border-radius:999px!important;
        background:transparent!important;
        background-clip:padding-box!important;
    }

    #sgr-renewal .sgr-medical-side:hover::-webkit-scrollbar-track{
        background:linear-gradient(180deg,rgba(23,38,67,.035),rgba(23,38,67,.1))!important;
    }

    #sgr-renewal .sgr-medical-side:hover::-webkit-scrollbar-thumb{
        border-color:#f7f9fc!important;
        background:linear-gradient(180deg,rgba(23,38,67,.82) 0%,rgba(83,98,124,.72) 100%)!important;
        background-clip:padding-box!important;
    }

    #sgr-renewal .sgr-medical-scroll-arrow,
    #sgr-renewal .sgr-medical-side-more{
        display:none!important;
    }

    #sgr-renewal .sgr-medical-side-item span{
        color:var(--sgr-signature-gray)!important;
    }

    #sgr-renewal .sgr-medical-copy{
        position:relative!important;
        display:block!important;
        min-height:32px!important;
        padding-left:0!important;
        padding-right:0!important;
        padding-top:0!important;
        text-align:center!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        max-width:640px!important;
        margin:0 auto!important;
        color:var(--sgr-navy)!important;
        font-size:18px!important;
        line-height:1.28!important;
    }

    #sgr-renewal .sgr-medical-main-more{
        position:absolute!important;
        left:4px!important;
        right:auto!important;
        top:calc(100% + 24px)!important;
        bottom:auto!important;
        display:inline-flex!important;
        align-items:center!important;
        min-height:28px!important;
        color:var(--sgr-signature-gray)!important;
        font-size:15px!important;
        font-weight:500!important;
        white-space:nowrap!important;
    }

    #sgr-renewal .sgr-medical-main-more span{
        margin-left:8px!important;
        color:inherit!important;
    }
}

@media (min-width:981px) and (max-width:1500px){
    #sgr-renewal .sgr-medical-cases{
        padding-right:116px!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-head{
        display:block!important;
        text-align:center!important;
        margin:0 0 30px!important;
    }

    #sgr-renewal .sgr-medical-head h2{
        display:block!important;
        margin:0 auto 24px!important;
        color:#686d73!important;
        font-size:24px!important;
        line-height:1.22!important;
    }

    #sgr-renewal .sgr-medical-tabs{
        margin:0 auto!important;
    }

    #sgr-renewal .sgr-medical-main-more{
        display:none!important;
    }

    #sgr-renewal .sgr-medical-feature{
        margin-bottom:66px!important;
        overflow:visible!important;
    }

    #sgr-renewal .sgr-medical-angle{
        bottom:-52px!important;
        gap:8px!important;
    }

    #sgr-renewal .sgr-medical-angle button{
        min-width:72px!important;
        height:38px!important;
        padding:0 16px!important;
        border:1px solid #d7dfeb!important;
        border-radius:11px!important;
        background:#fff!important;
        color:var(--sgr-signature-gray)!important;
        font-size:14px!important;
        box-shadow:0 12px 24px rgba(23,38,67,.12)!important;
    }

    #sgr-renewal .sgr-medical-angle button.is-active{
        border-color:var(--sgr-navy)!important;
        background:var(--sgr-navy)!important;
        color:#fff!important;
    }

    #sgr-renewal .sgr-medical-copy{
        padding:0 20px!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        max-width:330px!important;
        font-size:15px!important;
        font-weight:800!important;
        line-height:1.34!important;
    }

    #sgr-renewal .sgr-medical-side-item span{
        color:var(--sgr-signature-gray)!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-side-wrap{
        display:none!important;
    }
}

/* medical21: 사이드 패널형 메인 + 하단 가로 의학사진 리스트 */
#sgr-renewal .sgr-medical-head{
    display:block!important;
    width:min(1120px,calc(100vw - 56px))!important;
    margin:0 auto 34px!important;
    text-align:center!important;
}

#sgr-renewal .sgr-medical-head h2{
    display:block!important;
    width:auto!important;
    margin:0 auto 22px!important;
    color:#686d73!important;
    font-family:var(--sgr-font)!important;
    font-size:28px!important;
    font-weight:900!important;
    line-height:1.22!important;
    letter-spacing:0!important;
}

#sgr-renewal .sgr-medical-tabs{
    justify-content:center!important;
    margin:0 auto!important;
}

#sgr-renewal .sgr-medical-layout{
    display:block!important;
    max-width:1180px!important;
    margin:0 auto!important;
}

#sgr-renewal .sgr-medical-showcase{
    display:grid!important;
    grid-template-columns:minmax(0,1.7fr) minmax(260px,.68fr)!important;
    gap:24px!important;
    align-items:center!important;
    padding:18px!important;
    border:1px solid #dfe5ee!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 18px 48px rgba(23,38,67,.06)!important;
}

#sgr-renewal .sgr-medical-feature{
    position:relative!important;
    grid-area:auto!important;
    margin:0!important;
    overflow:visible!important;
}

#sgr-renewal .sgr-medical-frame{
    aspect-ratio:1.9/1!important;
    border-radius:8px!important;
    box-shadow:none!important;
}

#sgr-renewal .sgr-medical-frame::after{
    display:none!important;
}

#sgr-renewal .sgr-medical-copy{
    grid-area:auto!important;
    display:block!important;
    min-height:0!important;
    padding:0!important;
    text-align:left!important;
}

#sgr-renewal .sgr-medical-copy span{
    display:inline-flex!important;
    align-items:center!important;
    min-height:24px!important;
    margin:0 0 10px!important;
    padding:0 10px!important;
    border-radius:999px!important;
    background:#edf4ff!important;
    color:#7d8793!important;
    font-size:13px!important;
    font-weight:700!important;
}

#sgr-renewal .sgr-medical-copy h3{
    max-width:none!important;
    margin:0 0 14px!important;
    color:var(--sgr-navy)!important;
    font-size:17px!important;
    font-weight:900!important;
    line-height:1.36!important;
    text-align:left!important;
}

#sgr-renewal .sgr-medical-copy h3 a{
    color:inherit!important;
}

#sgr-renewal .sgr-medical-angle{
    position:static!important;
    display:flex!important;
    justify-content:flex-start!important;
    gap:8px!important;
    transform:none!important;
}

#sgr-renewal .sgr-medical-angle button{
    min-width:68px!important;
    height:34px!important;
    padding:0 14px!important;
    border:1px solid #d8e0eb!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#646b75!important;
    font-size:14px!important;
    font-weight:800!important;
    box-shadow:none!important;
}

#sgr-renewal .sgr-medical-angle button.is-active{
    border-color:var(--sgr-navy)!important;
    background:var(--sgr-navy)!important;
    color:#fff!important;
}

#sgr-renewal .sgr-medical-disclaimer{
    max-width:760px!important;
    margin:10px 0 0 18px!important;
    color:#8b9096!important;
    font-size:10px!important;
    font-weight:400!important;
    line-height:1.55!important;
    letter-spacing:0!important;
}

#sgr-renewal .sgr-medical-side-wrap{
    position:relative!important;
    display:block!important;
    height:auto!important;
    max-height:none!important;
    margin:24px 0 0!important;
    overflow:visible!important;
}

#sgr-renewal .sgr-medical-main-more{
    position:static!important;
    display:flex!important;
    justify-content:flex-end!important;
    min-height:0!important;
    margin:10px 0 0!important;
    padding:0 2px!important;
    color:var(--sgr-signature-gray)!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.4!important;
    white-space:nowrap!important;
}

#sgr-renewal .sgr-medical-main-more span{
    margin-left:6px!important;
    color:inherit!important;
}

#sgr-renewal .sgr-medical-side{
    display:flex!important;
    flex:0 0 auto!important;
    gap:16px!important;
    height:auto!important;
    max-height:none!important;
    min-height:0!important;
    padding:4px 2px 18px!important;
    border-top:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:none!important;
    scroll-behavior:smooth!important;
    scrollbar-width:thin!important;
    scrollbar-color:transparent transparent!important;
    overscroll-behavior-x:contain!important;
    -webkit-overflow-scrolling:touch!important;
}

#sgr-renewal .sgr-medical-side:hover{
    scrollbar-color:rgba(23,38,67,.54) rgba(232,237,244,.76)!important;
}

#sgr-renewal .sgr-medical-side::-webkit-scrollbar{
    display:block!important;
    width:auto!important;
    height:10px!important;
}

#sgr-renewal .sgr-medical-side::-webkit-scrollbar-track{
    border-radius:999px!important;
    background:transparent!important;
}

#sgr-renewal .sgr-medical-side::-webkit-scrollbar-thumb{
    min-width:80px!important;
    border:3px solid transparent!important;
    border-radius:999px!important;
    background:transparent!important;
    background-clip:padding-box!important;
}

#sgr-renewal .sgr-medical-side:hover::-webkit-scrollbar-track{
    background:rgba(23,38,67,.07)!important;
}

#sgr-renewal .sgr-medical-side:hover::-webkit-scrollbar-thumb{
    border-color:#f7f9fc!important;
    background:rgba(23,38,67,.56)!important;
    background-clip:padding-box!important;
}

#sgr-renewal .sgr-medical-side-item{
    flex:0 0 220px!important;
    display:block!important;
    min-width:0!important;
    padding:0!important;
    border-top:0!important;
    scroll-snap-align:none!important;
}

#sgr-renewal .sgr-medical-side-item img{
    display:block!important;
    width:100%!important;
    height:124px!important;
    margin:0 0 10px!important;
    border-radius:8px!important;
    object-fit:cover!important;
    box-shadow:none!important;
}

#sgr-renewal .sgr-medical-side-item span{
    display:block!important;
    margin:0 0 4px!important;
    color:#8b9096!important;
    font-size:12px!important;
    font-weight:600!important;
}

#sgr-renewal .sgr-medical-side-item strong{
    display:block!important;
    color:var(--sgr-navy)!important;
    font-size:15px!important;
    font-weight:800!important;
    line-height:1.35!important;
}

#sgr-renewal .sgr-medical-mobile-rail{
    display:none!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-head{
        margin:0 auto 28px!important;
    }

    #sgr-renewal .sgr-medical-head h2{
        margin:0 auto 22px!important;
        font-size:24px!important;
    }

    #sgr-renewal .sgr-medical-showcase{
        display:block!important;
        padding:12px!important;
        border-radius:12px!important;
    }

    #sgr-renewal .sgr-medical-feature{
        margin:0 0 14px!important;
    }

    #sgr-renewal .sgr-medical-frame{
        aspect-ratio:1.72/1!important;
        border-radius:10px!important;
    }

    #sgr-renewal .sgr-medical-copy{
        padding:0 2px!important;
        text-align:left!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        max-width:none!important;
        font-size:15px!important;
        text-align:left!important;
    }

    #sgr-renewal .sgr-medical-disclaimer{
        margin:9px 4px 0!important;
        font-size:9px!important;
        line-height:1.5!important;
    }

    #sgr-renewal .sgr-medical-side-wrap{
        display:block!important;
        margin-top:20px!important;
    }

    #sgr-renewal .sgr-medical-main-more{
        justify-content:flex-start!important;
        padding:0!important;
        font-size:13px!important;
    }

    #sgr-renewal .sgr-medical-side{
        display:flex!important;
        gap:14px!important;
        padding:2px 0 15px!important;
    }

    #sgr-renewal .sgr-medical-side-item{
        flex-basis:156px!important;
    }

    #sgr-renewal .sgr-medical-side-item img{
        height:92px!important;
    }

    #sgr-renewal .sgr-medical-side-item strong{
        font-size:13px!important;
    }
}

/* medical23: 화살표 레일, PC 정보패널 정렬, 모바일 이전형 복원 */
#sgr-renewal .sgr-medical-disclaimer-pc{
    display:none!important;
}

#sgr-renewal .sgr-medical-rail-arrow{
    appearance:none!important;
    -webkit-appearance:none!important;
    position:absolute!important;
    top:50%!important;
    z-index:5!important;
    width:46px!important;
    height:86px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    cursor:pointer!important;
    transform:translateY(-50%)!important;
}

#sgr-renewal .sgr-medical-rail-arrow::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:33px!important;
    height:33px!important;
    border-top:1.5px solid #172643!important;
    border-left:1.5px solid #172643!important;
    transform:translate(-34%,-50%) rotate(-45deg)!important;
}

#sgr-renewal .sgr-medical-rail-arrow.is-prev{
    left:-58px!important;
}

#sgr-renewal .sgr-medical-rail-arrow.is-next{
    right:-58px!important;
}

#sgr-renewal .sgr-medical-rail-arrow.is-next::before{
    transform:translate(-66%,-50%) rotate(135deg)!important;
}

@media (min-width:981px){
    #sgr-renewal .sgr-medical-layout{
        max-width:1140px!important;
    }

    #sgr-renewal .sgr-medical-showcase{
        grid-template-columns:minmax(0,2.05fr) minmax(300px,.9fr)!important;
        align-items:start!important;
        gap:22px!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        box-shadow:none!important;
    }

    #sgr-renewal .sgr-medical-frame{
        aspect-ratio:1.86/1!important;
    }

    #sgr-renewal .sgr-medical-copy{
        align-self:stretch!important;
        display:flex!important;
        flex-direction:column!important;
        min-height:100%!important;
        padding:0!important;
    }

    #sgr-renewal .sgr-medical-copy span{
        min-height:28px!important;
        margin:0 0 14px!important;
        padding:0 12px!important;
        font-size:15px!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        margin:0 0 18px!important;
        font-size:22px!important;
        line-height:1.36!important;
    }

    #sgr-renewal .sgr-medical-angle{
        gap:10px!important;
    }

    #sgr-renewal .sgr-medical-angle button{
        min-width:76px!important;
        height:38px!important;
        padding:0 18px!important;
        font-size:15px!important;
    }

    #sgr-renewal .sgr-medical-disclaimer{
        display:none!important;
    }

    #sgr-renewal .sgr-medical-disclaimer-pc{
        display:block!important;
        margin:auto 0 0!important;
        color:#8b9096!important;
        font-size:10px!important;
        font-weight:400!important;
        line-height:1.55!important;
        letter-spacing:0!important;
    }

    #sgr-renewal .sgr-medical-side-wrap{
        margin-top:30px!important;
    }

    #sgr-renewal .sgr-medical-side{
        padding:4px 0 12px!important;
        scrollbar-width:none!important;
    }

    #sgr-renewal .sgr-medical-side::-webkit-scrollbar{
        display:none!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-showcase{
        display:block!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        background:transparent!important;
        box-shadow:none!important;
    }

    #sgr-renewal .sgr-medical-feature{
        margin:0 0 66px!important;
        overflow:visible!important;
    }

    #sgr-renewal .sgr-medical-frame{
        aspect-ratio:1.72/1!important;
        border-radius:20px!important;
        box-shadow:0 18px 45px rgba(23,38,67,.12)!important;
    }

    #sgr-renewal .sgr-medical-copy{
        padding:0 20px!important;
        text-align:center!important;
    }

    #sgr-renewal .sgr-medical-copy span{
        display:none!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        max-width:330px!important;
        margin:0 auto!important;
        font-size:15px!important;
        line-height:1.34!important;
        text-align:center!important;
    }

    #sgr-renewal .sgr-medical-angle{
        position:absolute!important;
        left:50%!important;
        bottom:-52px!important;
        justify-content:center!important;
        gap:8px!important;
        transform:translateX(-50%)!important;
    }

    #sgr-renewal .sgr-medical-angle button{
        min-width:72px!important;
        height:38px!important;
        padding:0 16px!important;
        border-radius:11px!important;
        font-size:14px!important;
    }

    #sgr-renewal .sgr-medical-disclaimer{
        display:block!important;
        margin:18px 10px 0!important;
        color:#8b9096!important;
        font-size:9px!important;
        line-height:1.5!important;
        text-align:left!important;
    }

    #sgr-renewal .sgr-medical-side-wrap{
        display:block!important;
        margin-top:22px!important;
    }

    #sgr-renewal .sgr-medical-side{
        scrollbar-width:none!important;
    }

    #sgr-renewal .sgr-medical-side::-webkit-scrollbar{
        display:none!important;
    }

    #sgr-renewal .sgr-medical-rail-arrow{
        width:34px!important;
        height:72px!important;
    }

    #sgr-renewal .sgr-medical-rail-arrow::before{
        width:25px!important;
        height:25px!important;
    }

    #sgr-renewal .sgr-medical-rail-arrow.is-prev{
        left:-34px!important;
    }

    #sgr-renewal .sgr-medical-rail-arrow.is-next{
        right:-34px!important;
    }
}

/* medical24: requested PC side-panel and mobile restored flow */
@media (min-width:981px){
    #sgr-renewal .sgr-medical-showcase{
        grid-template-columns:minmax(0,760px) minmax(330px,1fr)!important;
        align-items:stretch!important;
        gap:24px!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        background:transparent!important;
        box-shadow:none!important;
    }

    #sgr-renewal .sgr-medical-feature{
        margin:0!important;
    }

    #sgr-renewal .sgr-medical-frame{
        border:0!important;
        box-shadow:none!important;
    }

    #sgr-renewal .sgr-medical-copy{
        align-self:stretch!important;
        justify-content:flex-start!important;
        min-height:100%!important;
        padding:6px 0 0 2px!important;
    }

    #sgr-renewal .sgr-medical-copy span{
        align-self:flex-start!important;
        min-height:28px!important;
        margin:0 0 14px!important;
        font-size:16px!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        max-width:360px!important;
        margin:0 0 18px!important;
        font-size:24px!important;
        line-height:1.34!important;
    }

    #sgr-renewal .sgr-medical-angle{
        justify-content:flex-start!important;
        margin:0!important;
    }

    #sgr-renewal .sgr-medical-angle button{
        min-width:82px!important;
        height:40px!important;
        font-size:15px!important;
    }

    #sgr-renewal .sgr-medical-disclaimer-pc{
        max-width:370px!important;
        margin:auto 0 38px!important;
        color:#8b9096!important;
        font-size:10px!important;
        font-weight:400!important;
        line-height:1.55!important;
        text-align:left!important;
    }

    #sgr-renewal .sgr-medical-side-wrap{
        overflow:visible!important;
    }

    #sgr-renewal .sgr-medical-side{
        scrollbar-width:none!important;
    }

    #sgr-renewal .sgr-medical-side::-webkit-scrollbar{
        display:none!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-feature{
        margin:0 0 22px!important;
    }

    #sgr-renewal .sgr-medical-copy{
        display:flex!important;
        flex-direction:column!important;
        align-items:center!important;
        padding:0 20px!important;
        text-align:center!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        order:2!important;
        max-width:330px!important;
        margin:0 auto!important;
        font-size:15px!important;
        line-height:1.34!important;
        text-align:center!important;
    }

    #sgr-renewal .sgr-medical-angle{
        position:static!important;
        order:1!important;
        display:flex!important;
        justify-content:center!important;
        gap:8px!important;
        margin:0 auto 16px!important;
        transform:none!important;
    }

    #sgr-renewal .sgr-medical-disclaimer{
        display:block!important;
        margin:18px 10px 0!important;
    }

    #sgr-renewal .sgr-medical-side-wrap{
        overflow:visible!important;
        padding:0 26px!important;
    }

    #sgr-renewal .sgr-medical-side{
        scrollbar-width:none!important;
    }

    #sgr-renewal .sgr-medical-side::-webkit-scrollbar{
        display:none!important;
    }

    #sgr-renewal .sgr-medical-rail-arrow{
        top:48%!important;
        width:30px!important;
        height:64px!important;
    }

    #sgr-renewal .sgr-medical-rail-arrow::before{
        width:22px!important;
        height:22px!important;
    }

    #sgr-renewal .sgr-medical-rail-arrow.is-prev{
        left:0!important;
    }

    #sgr-renewal .sgr-medical-rail-arrow.is-next{
        right:0!important;
    }
}

/* medical26: mobile arrow refinement and dissolve support */
#sgr-renewal [data-sgr-case-main-img]{
    opacity:1;
    transition:opacity .34s ease, transform .34s ease;
    will-change:opacity, transform;
}

#sgr-renewal [data-sgr-case-main-img].is-dissolving{
    opacity:.18;
    transform:scale(1.006);
}

#sgr-renewal .sgr-medical-rail-arrow{
    color:#8f949b!important;
}

#sgr-renewal .sgr-medical-rail-arrow::before{
    border-top-color:#8f949b!important;
    border-left-color:#8f949b!important;
}

@media (min-width:981px){
    #sgr-renewal .sgr-medical-rail-arrow{
        top:50%!important;
        width:38px!important;
        height:72px!important;
    }

    #sgr-renewal .sgr-medical-rail-arrow::before{
        width:27px!important;
        height:27px!important;
        border-top-width:.9px!important;
        border-left-width:.9px!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-feature{
        margin:0 0 16px!important;
    }

    #sgr-renewal .sgr-medical-angle{
        margin:0 auto 16px!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        max-width:315px!important;
        font-size:13.5px!important;
        line-height:1.32!important;
    }

    #sgr-renewal .sgr-medical-side-wrap{
        padding:0 24px!important;
    }

    #sgr-renewal .sgr-medical-rail-arrow{
        top:calc(50% - 14px)!important;
        width:24px!important;
        height:52px!important;
    }

    #sgr-renewal .sgr-medical-rail-arrow::before{
        width:17px!important;
        height:17px!important;
        border-top-width:.8px!important;
        border-left-width:.8px!important;
    }

    #sgr-renewal .sgr-medical-rail-arrow.is-prev{
        left:4px!important;
    }

    #sgr-renewal .sgr-medical-rail-arrow.is-next{
        right:4px!important;
    }
}

/* medical28: wider PC layout, softer controls, crossfade image motion */
#sgr-renewal .sgr-medical-frame{
    position:relative!important;
    display:block!important;
    overflow:hidden!important;
}

#sgr-renewal [data-sgr-case-main-img]{
    position:relative!important;
    z-index:1!important;
    transition:opacity .52s ease, transform .7s cubic-bezier(.2,.8,.2,1), filter .52s ease!important;
    will-change:opacity, transform!important;
}

#sgr-renewal [data-sgr-case-main-img].is-dissolving{
    opacity:0!important;
    transform:scale(1.01)!important;
}

#sgr-renewal .sgr-case-fade-ghost{
    position:absolute!important;
    inset:0!important;
    z-index:2!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    opacity:1!important;
    pointer-events:none!important;
    transform:scale(1.006)!important;
    transition:opacity .52s ease, transform .7s cubic-bezier(.2,.8,.2,1)!important;
}

#sgr-renewal .sgr-case-fade-ghost.is-fade-out{
    opacity:0!important;
    transform:scale(1.026)!important;
}

#sgr-renewal .sgr-medical-frame:hover [data-sgr-case-main-img]:not(.is-dissolving){
    transform:scale(1.028)!important;
}

#sgr-renewal .sgr-medical-side-item img{
    transition:transform .55s ease, filter .55s ease!important;
}

#sgr-renewal .sgr-medical-side-item:hover img{
    transform:scale(1.035)!important;
    filter:saturate(1.03)!important;
}

#sgr-renewal .sgr-medical-angle button{
    transition:background-color .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease!important;
}

#sgr-renewal .sgr-medical-angle button:hover{
    transform:translateY(-1px)!important;
    box-shadow:0 8px 20px rgba(23,38,67,.1)!important;
}

#sgr-renewal .sgr-medical-angle button:active{
    transform:translateY(1px) scale(.975)!important;
    box-shadow:0 3px 10px rgba(23,38,67,.08)!important;
}

#sgr-renewal .sgr-medical-angle button.is-active{
    box-shadow:0 10px 24px rgba(23,38,67,.16)!important;
}

@media (min-width:981px){
    #sgr-renewal .sgr-medical-head,
    #sgr-renewal .sgr-medical-layout{
        width:min(1380px,calc(100vw - 80px))!important;
        max-width:none!important;
    }

    #sgr-renewal .sgr-medical-showcase{
        grid-template-columns:minmax(0,900px) minmax(370px,1fr)!important;
        gap:34px!important;
    }

    #sgr-renewal .sgr-medical-frame{
        aspect-ratio:1.94/1!important;
    }

    #sgr-renewal .sgr-medical-copy{
        padding:6px 0 0!important;
    }

    #sgr-renewal .sgr-medical-copy span{
        color:var(--sgr-navy)!important;
        font-weight:800!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        max-width:430px!important;
        color:#737b86!important;
        font-size:23px!important;
        font-weight:400!important;
        line-height:1.38!important;
    }

    #sgr-renewal .sgr-medical-disclaimer-pc{
        max-width:440px!important;
        margin:auto 0 8px!important;
    }

    #sgr-renewal .sgr-medical-side{
        gap:18px!important;
    }

    #sgr-renewal .sgr-medical-side-item{
        flex-basis:248px!important;
    }

    #sgr-renewal .sgr-medical-side-item img{
        height:140px!important;
    }
}

@media (min-width:981px) and (max-width:1500px){
    #sgr-renewal .sgr-medical-head,
    #sgr-renewal .sgr-medical-layout{
        width:min(1280px,calc(100vw - 180px))!important;
    }

    #sgr-renewal .sgr-medical-showcase{
        grid-template-columns:minmax(0,820px) minmax(330px,1fr)!important;
        gap:28px!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-copy span{
        color:var(--sgr-navy)!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        color:#737b86!important;
        font-weight:400!important;
    }
}

/* medical30: inline case switching and softer list depth */
#sgr-renewal .sgr-medical-copy{
    transition:opacity .32s ease, transform .32s ease!important;
}

#sgr-renewal .sgr-medical-copy.is-case-changing{
    opacity:.42!important;
    transform:translateY(8px)!important;
}

#sgr-renewal .sgr-medical-angle.is-empty{
    display:none!important;
}

#sgr-renewal .sgr-medical-angle button:hover,
#sgr-renewal .sgr-medical-angle button.is-active{
    transform:none!important;
    box-shadow:none!important;
}

#sgr-renewal .sgr-medical-angle button:active{
    transform:translateY(1px) scale(.99)!important;
    box-shadow:none!important;
}

#sgr-renewal .sgr-medical-frame{
    transition:transform .48s cubic-bezier(.2,.8,.2,1), box-shadow .48s ease!important;
}

#sgr-renewal .sgr-medical-frame:hover{
    transform:translateY(-7px)!important;
    box-shadow:0 24px 46px rgba(23,38,67,.14)!important;
}

#sgr-renewal .sgr-medical-frame:hover [data-sgr-case-main-img]:not(.is-dissolving){
    transform:none!important;
}

#sgr-renewal .sgr-medical-side-item{
    cursor:pointer!important;
    transition:transform .42s cubic-bezier(.2,.8,.2,1), opacity .3s ease!important;
}

#sgr-renewal .sgr-medical-side-item img{
    transition:box-shadow .42s ease, filter .42s ease!important;
}

#sgr-renewal .sgr-medical-side-item:hover{
    transform:translateY(-7px)!important;
}

#sgr-renewal .sgr-medical-side-item:hover img{
    transform:none!important;
    filter:saturate(1.03)!important;
    box-shadow:0 18px 32px rgba(23,38,67,.14)!important;
}

#sgr-renewal .sgr-medical-side-item.is-active span,
#sgr-renewal .sgr-medical-side-item.is-active strong{
    color:var(--sgr-navy)!important;
}

@media (min-width:981px){
    #sgr-renewal .sgr-medical-side{
        overflow-y:visible!important;
        padding-top:12px!important;
        padding-bottom:26px!important;
    }

    #sgr-renewal .sgr-medical-side-item{
        min-height:258px!important;
        padding-bottom:28px!important;
    }

    #sgr-renewal .sgr-medical-side-item strong{
        min-height:74px!important;
        font-weight:800!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-frame:hover{
        transform:none!important;
        box-shadow:0 18px 45px rgba(23,38,67,.12)!important;
    }

    #sgr-renewal .sgr-medical-side{
        overflow-y:visible!important;
        padding-top:8px!important;
    }

    #sgr-renewal .sgr-medical-side-item{
        min-height:188px!important;
        padding-bottom:20px!important;
    }

    #sgr-renewal .sgr-medical-side-item:hover{
        transform:none!important;
    }
}

/* medical31: remove medical hover motion and move PC more link */
#sgr-renewal .sgr-medical-copy-more{
    display:none!important;
}

#sgr-renewal .sgr-medical-frame:hover,
#sgr-renewal .sgr-medical-frame:focus-within{
    transform:none!important;
}

#sgr-renewal .sgr-medical-frame:hover [data-sgr-case-main-img]:not(.is-dissolving),
#sgr-renewal .sgr-medical-frame:focus-within [data-sgr-case-main-img]:not(.is-dissolving){
    transform:none!important;
}

#sgr-renewal .sgr-medical-side-item:hover,
#sgr-renewal .sgr-medical-side-item:focus{
    transform:none!important;
}

#sgr-renewal .sgr-medical-side-item:hover img,
#sgr-renewal .sgr-medical-side-item:focus img{
    transform:none!important;
    filter:none!important;
    box-shadow:none!important;
}

@media (min-width:981px){
    #sgr-renewal .sgr-medical-copy-more{
        display:inline-flex!important;
        align-items:center!important;
        align-self:flex-start!important;
        margin:auto 0 12px!important;
        color:#8b9096!important;
        font-size:14px!important;
        font-weight:400!important;
        line-height:1.4!important;
        white-space:nowrap!important;
    }

    #sgr-renewal .sgr-medical-copy-more span{
        margin-left:6px!important;
        color:inherit!important;
    }

    #sgr-renewal .sgr-medical-disclaimer-pc{
        margin:0 0 8px!important;
    }

    #sgr-renewal .sgr-medical-side-wrap .sgr-medical-main-more{
        display:none!important;
    }

    #sgr-renewal .sgr-medical-frame:hover,
    #sgr-renewal .sgr-medical-frame:focus-within{
        box-shadow:none!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-copy-more{
        display:none!important;
    }
}

/* medical33: rebuild case buttons and show eye before/after proportionally */
#sgr-renewal .sgr-medical-frame{
    background:#eef2f6!important;
}

#sgr-renewal .sgr-medical-frame img,
#sgr-renewal [data-sgr-case-main-img],
#sgr-renewal .sgr-case-fade-ghost{
    object-fit:contain!important;
    object-position:center center!important;
}

#sgr-renewal .sgr-medical-frame.is-pair-mode [data-sgr-case-main-img]{
    opacity:0!important;
}

#sgr-renewal .sgr-medical-pair{
    position:absolute!important;
    inset:0!important;
    z-index:3!important;
    display:grid!important;
    grid-template-rows:1fr 1fr!important;
    gap:0!important;
    width:100%!important;
    height:100%!important;
    background:#eef2f6!important;
    opacity:1!important;
    transform:translateY(0)!important;
    transition:opacity .44s ease, transform .44s cubic-bezier(.2,.8,.2,1)!important;
}

#sgr-renewal .sgr-medical-pair.is-entering{
    opacity:.08!important;
    transform:translateY(10px)!important;
}

#sgr-renewal .sgr-medical-pair>div{
    position:relative!important;
    min-width:0!important;
    min-height:0!important;
    overflow:hidden!important;
}

#sgr-renewal .sgr-medical-pair img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
}

#sgr-renewal .sgr-medical-pair span{
    position:absolute!important;
    top:12px!important;
    left:14px!important;
    z-index:2!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:50px!important;
    height:24px!important;
    padding:0 10px!important;
    border-radius:5px!important;
    background:rgba(218,224,230,.82)!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1!important;
}

#sgr-renewal .sgr-medical-pair>div:last-child span{
    left:auto!important;
    right:14px!important;
}

#sgr-renewal .sgr-medical-copy-more span,
#sgr-renewal .sgr-medical-main-more span{
    display:inline!important;
    width:auto!important;
    min-width:0!important;
    height:auto!important;
    margin-left:5px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:inherit!important;
    font:inherit!important;
    line-height:inherit!important;
}

/* medical35: 모바일 의학사진 리스트는 좌우 스크롤만 허용 */
@media (max-width:980px){
    #sgr-renewal .sgr-medical-side,
    #sgr-renewal .sgr-medical-mobile-rail{
        overflow-x:auto!important;
        overflow-y:hidden!important;
        touch-action:pan-x!important;
        overscroll-behavior-x:contain!important;
        overscroll-behavior-y:contain!important;
        -webkit-overflow-scrolling:touch!important;
    }

    #sgr-renewal .sgr-medical-side-wrap{
        overflow:hidden!important;
        overscroll-behavior:contain!important;
    }
}

/* medical36: 의학사진 전환 디테일 정리 */
#sgr-renewal .sgr-medical-copy-more,
#sgr-renewal .sgr-medical-main-more{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:5px!important;
    width:auto!important;
    min-width:0!important;
    white-space:nowrap!important;
}

#sgr-renewal .sgr-medical-copy-more span,
#sgr-renewal .sgr-medical-main-more span{
    display:none!important;
}

#sgr-renewal .sgr-medical-copy-more::after,
#sgr-renewal .sgr-medical-main-more::after{
    content:">"!important;
    display:inline!important;
    position:static!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:inherit!important;
    font:inherit!important;
    line-height:inherit!important;
}

@media (min-width:981px){
    #sgr-renewal .sgr-medical-pair span{
        display:none!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-copy-more{
        display:none!important;
    }

    #sgr-renewal .sgr-medical-copy{
        padding-top:18px!important;
        opacity:1!important;
        transform:none!important;
        transition:opacity .34s ease!important;
    }

    #sgr-renewal .sgr-medical-copy.is-case-changing{
        opacity:.28!important;
        transform:none!important;
    }

    #sgr-renewal .sgr-medical-angle{
        margin-top:22px!important;
        margin-bottom:20px!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        margin-top:18px!important;
        margin-bottom:18px!important;
    }
}

/* medical38: 하단 의학사진 리스트 수술명 숨김 */
#sgr-renewal .sgr-medical-side-item strong,
#sgr-renewal .sgr-medical-mobile-rail strong{
    display:none!important;
}

#sgr-renewal .sgr-medical-side-item{
    min-height:auto!important;
    row-gap:0!important;
}

#sgr-renewal .sgr-medical-side-item span{
    display:block!important;
    margin:8px 0 0!important;
}

@media (min-width:981px){
    #sgr-renewal .sgr-medical-side{
        padding-bottom:10px!important;
    }

    #sgr-renewal .sgr-medical-side-item{
        min-height:auto!important;
        padding-bottom:13px!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-side{
        padding-bottom:8px!important;
    }

    #sgr-renewal .sgr-medical-side-item{
        min-height:auto!important;
        padding-bottom:11px!important;
    }

    #sgr-renewal .sgr-medical-side-item span{
        margin-top:7px!important;
    }
}

/* medical39: 의학사진 전환은 제목만, 리스트는 사진만 */
#sgr-renewal .sgr-medical-copy{
    opacity:1!important;
    transform:none!important;
}

#sgr-renewal .sgr-medical-copy.is-case-changing{
    opacity:1!important;
    transform:none!important;
}

#sgr-renewal .sgr-medical-copy>span,
#sgr-renewal .sgr-medical-copy h3{
    transition:opacity .34s ease!important;
    transform:none!important;
}

#sgr-renewal .sgr-medical-copy>span.is-case-changing,
#sgr-renewal .sgr-medical-copy h3.is-case-changing{
    opacity:.28!important;
    transform:none!important;
}

#sgr-renewal .sgr-medical-pair span{
    display:none!important;
}

#sgr-renewal .sgr-medical-side-item span,
#sgr-renewal .sgr-medical-side-item strong,
#sgr-renewal .sgr-medical-mobile-rail span,
#sgr-renewal .sgr-medical-mobile-rail strong{
    display:none!important;
}

#sgr-renewal .sgr-medical-side-item img,
#sgr-renewal .sgr-medical-mobile-rail img{
    margin-bottom:0!important;
}

@media (min-width:981px){
    #sgr-renewal .sgr-medical-copy{
        min-height:100%!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        min-height:128px!important;
    }

    #sgr-renewal .sgr-medical-angle{
        min-height:40px!important;
    }

    #sgr-renewal .sgr-medical-disclaimer-pc,
    #sgr-renewal .sgr-medical-side-wrap{
        transform:none!important;
        transition:none!important;
    }

    #sgr-renewal .sgr-medical-side-item{
        padding-bottom:12px!important;
    }
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-angle{
        margin-top:14px!important;
        margin-bottom:14px!important;
        gap:7px!important;
        transition:none!important;
    }

    #sgr-renewal .sgr-medical-angle button{
        min-width:58px!important;
        height:32px!important;
        padding:0 12px!important;
        border-radius:9px!important;
        font-size:13px!important;
        transition:none!important;
        transform:none!important;
        box-shadow:none!important;
    }

    #sgr-renewal .sgr-medical-angle button.is-active,
    #sgr-renewal .sgr-medical-angle button:hover,
    #sgr-renewal .sgr-medical-angle button:active{
        transform:none!important;
        box-shadow:none!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        margin-top:14px!important;
        margin-bottom:14px!important;
        min-height:40px!important;
    }

    #sgr-renewal .sgr-medical-disclaimer,
    #sgr-renewal .sgr-medical-side-wrap{
        transform:none!important;
        transition:none!important;
    }

    #sgr-renewal .sgr-medical-side-item{
        padding-bottom:10px!important;
    }
}

/* medical40: 모바일 의학사진 상하 여백 압축 */
@media (max-width:980px){
    #sgr-renewal .sgr-medical-feature{
        margin-bottom:8px!important;
    }

    #sgr-renewal .sgr-medical-frame{
        box-shadow:none!important;
    }

    #sgr-renewal .sgr-medical-copy{
        padding-top:0!important;
    }

    #sgr-renewal .sgr-medical-angle{
        margin-top:4px!important;
        margin-bottom:9px!important;
    }

    #sgr-renewal .sgr-medical-angle button{
        min-width:54px!important;
        height:30px!important;
        padding:0 11px!important;
        font-size:13px!important;
    }

    #sgr-renewal .sgr-medical-copy h3{
        margin-top:8px!important;
        margin-bottom:9px!important;
        min-height:36px!important;
    }

    #sgr-renewal .sgr-medical-disclaimer{
        margin-top:7px!important;
    }
}

/* medical41: 의학사진 상단 여백 축소 + 사진 전환 튐 제거 */
#sgr-renewal .sgr-medical-frame{
    transform:none!important;
    transition:box-shadow .32s ease!important;
}

#sgr-renewal [data-sgr-case-main-img]{
    transform:none!important;
    transition:opacity .42s ease!important;
    will-change:opacity!important;
}

#sgr-renewal [data-sgr-case-main-img].is-dissolving{
    opacity:0!important;
    transform:none!important;
}

#sgr-renewal .sgr-case-fade-ghost{
    transform:none!important;
    transition:opacity .42s ease!important;
    object-fit:contain!important;
    object-position:center center!important;
}

#sgr-renewal .sgr-case-fade-ghost.is-fade-out{
    opacity:0!important;
    transform:none!important;
}

#sgr-renewal .sgr-medical-pair{
    transform:none!important;
    transition:opacity .42s ease!important;
}

#sgr-renewal .sgr-medical-pair.is-entering{
    opacity:0!important;
    transform:none!important;
}

#sgr-renewal .sgr-medical-pair.is-fade-out{
    opacity:0!important;
    transform:none!important;
}

#sgr-renewal .sgr-medical-frame:hover,
#sgr-renewal .sgr-medical-frame:focus-within,
#sgr-renewal .sgr-medical-frame:hover [data-sgr-case-main-img]:not(.is-dissolving),
#sgr-renewal .sgr-medical-frame:focus-within [data-sgr-case-main-img]:not(.is-dissolving){
    transform:none!important;
}

#sgr-renewal .sgr-medical-copy,
#sgr-renewal .sgr-medical-copy.is-case-changing,
#sgr-renewal .sgr-medical-copy>span,
#sgr-renewal .sgr-medical-copy h3,
#sgr-renewal .sgr-medical-copy>span.is-case-changing,
#sgr-renewal .sgr-medical-copy h3.is-case-changing{
    transform:none!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-medical-cases{
        padding-top:52px!important;
    }

    #sgr-renewal .sgr-medical-angle button{
        min-width:50px!important;
        height:28px!important;
        padding:0 10px!important;
        border-radius:10px!important;
        font-size:12px!important;
    }

    #sgr-renewal .sgr-medical-main-more,
    #sgr-renewal .sgr-medical-copy-more{
        display:none!important;
    }
}

/* medical47: 의학사진 프레임을 코 기준 2:1 높이로 고정 */
#sgr-renewal .sgr-medical-frame,
#sgr-renewal .sgr-medical-layout.is-medical-kind-eye .sgr-medical-frame,
#sgr-renewal .sgr-medical-layout.is-medical-kind-nose .sgr-medical-frame,
#sgr-renewal .sgr-medical-layout.is-medical-kind-other .sgr-medical-frame{
    aspect-ratio:2/1!important;
}

/* youtube1: SUGAR YOUTUBE + SHORTS */
#sgr-renewal .sgr-youtube-section,
#sgr-renewal .sgr-shorts-section{
    padding:118px max(38px,calc((100vw - 1360px)/2)) 0!important;
    background:#fff!important;
}

#sgr-renewal .sgr-youtube-head{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:28px!important;
    margin:0 0 44px!important;
}

#sgr-renewal .sgr-youtube-head h2,
#sgr-renewal .sgr-shorts-head h2{
    margin:0!important;
    color:var(--sgr-navy)!important;
    font-size:52px!important;
    font-weight:800!important;
    line-height:1!important;
    letter-spacing:0!important;
}

#sgr-renewal .sgr-youtube-head p,
#sgr-renewal .sgr-shorts-head p{
    margin:12px 0 0!important;
    color:var(--sgr-signature-gray)!important;
    font-size:21px!important;
    font-weight:600!important;
    line-height:1.45!important;
}

#sgr-renewal .sgr-youtube-head>a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:176px!important;
    height:44px!important;
    padding:0 24px!important;
    border:1px solid rgba(60,85,133,.36)!important;
    color:var(--sgr-navy)!important;
    font-size:15px!important;
    font-weight:700!important;
    transition:background .28s ease,color .28s ease,border-color .28s ease!important;
}

#sgr-renewal .sgr-youtube-head>a:hover{
    border-color:var(--sgr-navy)!important;
    background:var(--sgr-navy)!important;
    color:#fff!important;
}

#sgr-renewal .sgr-youtube-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1.68fr) minmax(220px,.56fr) minmax(220px,.56fr)!important;
    grid-template-rows:repeat(2,minmax(0,1fr))!important;
    gap:18px!important;
}

#sgr-renewal .sgr-youtube-card{
    display:block!important;
    min-width:0!important;
    color:var(--sgr-navy)!important;
    background:#f6f4f0!important;
    overflow:hidden!important;
}

#sgr-renewal .sgr-youtube-card.is-featured{
    grid-row:1/3!important;
}

#sgr-renewal .sgr-youtube-thumb,
#sgr-renewal .sgr-shorts-thumb{
    display:block!important;
    overflow:hidden!important;
    background:#eef2f7!important;
}

#sgr-renewal .sgr-youtube-thumb{
    aspect-ratio:16/9!important;
}

#sgr-renewal .sgr-youtube-card.is-featured .sgr-youtube-thumb{
    height:100%!important;
    min-height:512px!important;
    aspect-ratio:auto!important;
}

#sgr-renewal .sgr-youtube-card img,
#sgr-renewal .sgr-shorts-card img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    transition:transform .6s cubic-bezier(.2,.8,.2,1),filter .45s ease!important;
}

#sgr-renewal .sgr-youtube-card strong{
    display:-webkit-box!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    min-height:54px!important;
    padding:16px 18px!important;
    color:var(--sgr-navy)!important;
    font-size:16px!important;
    font-weight:700!important;
    line-height:1.45!important;
    text-align:center!important;
}

#sgr-renewal .sgr-youtube-card.is-featured strong{
    min-height:0!important;
    padding:20px 24px 22px!important;
    font-size:22px!important;
    line-height:1.38!important;
}

#sgr-renewal .sgr-youtube-card:hover img{
    transform:scale(1.045)!important;
}

#sgr-renewal .sgr-shorts-section{
    padding-top:112px!important;
    padding-bottom:118px!important;
}

#sgr-renewal .sgr-shorts-head{
    margin:0 0 42px!important;
    text-align:center!important;
}

#sgr-renewal .sgr-shorts-grid{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:24px!important;
}

#sgr-renewal .sgr-shorts-card{
    display:block!important;
    min-width:0!important;
    color:var(--sgr-navy)!important;
}

#sgr-renewal .sgr-shorts-thumb{
    aspect-ratio:9/16!important;
    border-radius:28px!important;
}

#sgr-renewal .sgr-shorts-card strong{
    display:-webkit-box!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    min-height:45px!important;
    margin:14px 4px 0!important;
    color:var(--sgr-signature-gray)!important;
    font-size:15px!important;
    font-weight:600!important;
    line-height:1.45!important;
    text-align:center!important;
}

#sgr-renewal .sgr-shorts-card:hover img{
    filter:grayscale(1)!important;
    transform:scale(1.075)!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-youtube-section,
    #sgr-renewal .sgr-shorts-section{
        padding:86px 16px 0!important;
    }

    #sgr-renewal .sgr-youtube-head{
        display:block!important;
        margin-bottom:28px!important;
        text-align:center!important;
    }

    #sgr-renewal .sgr-youtube-head h2,
    #sgr-renewal .sgr-shorts-head h2{
        font-size:31px!important;
    }

    #sgr-renewal .sgr-youtube-head p,
    #sgr-renewal .sgr-shorts-head p{
        margin-top:9px!important;
        font-size:15px!important;
    }

    #sgr-renewal .sgr-youtube-head>a{
        min-width:142px!important;
        height:38px!important;
        margin-top:18px!important;
        padding:0 16px!important;
        font-size:13px!important;
    }

    #sgr-renewal .sgr-youtube-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        grid-template-rows:auto!important;
        gap:12px!important;
    }

    #sgr-renewal .sgr-youtube-card.is-featured{
        grid-column:1/3!important;
        grid-row:auto!important;
    }

    #sgr-renewal .sgr-youtube-card.is-featured .sgr-youtube-thumb{
        min-height:0!important;
        aspect-ratio:16/9!important;
    }

    #sgr-renewal .sgr-youtube-card strong{
        min-height:48px!important;
        padding:11px 10px!important;
        font-size:12px!important;
        line-height:1.4!important;
    }

    #sgr-renewal .sgr-youtube-card.is-featured strong{
        padding:14px 14px 15px!important;
        font-size:15px!important;
    }

    #sgr-renewal .sgr-shorts-section{
        padding-top:74px!important;
        padding-bottom:92px!important;
    }

    #sgr-renewal .sgr-shorts-head{
        margin-bottom:28px!important;
    }

    #sgr-renewal .sgr-shorts-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:16px 12px!important;
    }

    #sgr-renewal .sgr-shorts-card:last-child{
        grid-column:1/3!important;
        max-width:48%!important;
        justify-self:center!important;
    }

    #sgr-renewal .sgr-shorts-thumb{
        border-radius:20px!important;
    }

    #sgr-renewal .sgr-shorts-card strong{
        min-height:40px!important;
        margin-top:10px!important;
        font-size:12px!important;
        line-height:1.4!important;
    }
}

/* youtube3: 나나 TV / 톱티어 쇼츠 레퍼런스 비율 보정 */
#sgr-renewal .sgr-youtube-grid{
    grid-template-columns:minmax(0,1.72fr) repeat(2,minmax(220px,.56fr))!important;
    grid-template-rows:auto auto!important;
    align-items:start!important;
}

#sgr-renewal .sgr-youtube-card{
    align-self:start!important;
}

#sgr-renewal .sgr-youtube-card.is-featured .sgr-youtube-thumb{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/9!important;
}

#sgr-renewal .sgr-youtube-card.is-featured strong{
    display:none!important;
}

#sgr-renewal .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
    aspect-ratio:16/9!important;
}

#sgr-renewal .sgr-youtube-card:not(.is-featured) strong{
    min-height:58px!important;
    padding:13px 14px 14px!important;
    font-size:15px!important;
    line-height:1.42!important;
}

#sgr-renewal .sgr-shorts-grid{
    align-items:start!important;
}

#sgr-renewal .sgr-shorts-card{
    overflow:hidden!important;
}

#sgr-renewal .sgr-shorts-card strong{
    display:none!important;
}

#sgr-renewal .sgr-shorts-thumb{
    width:100%!important;
    aspect-ratio:9/16!important;
    border-radius:30px!important;
    box-shadow:0 18px 38px rgba(23,38,67,.08)!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-youtube-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:12px!important;
    }

    #sgr-renewal .sgr-youtube-card.is-featured{
        grid-column:1/3!important;
    }

    #sgr-renewal .sgr-youtube-card:not(.is-featured) strong{
        min-height:46px!important;
        padding:10px 9px 11px!important;
        font-size:12px!important;
        line-height:1.38!important;
    }

    #sgr-renewal .sgr-shorts-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:14px 12px!important;
    }

    #sgr-renewal .sgr-shorts-card:last-child{
        grid-column:1/3!important;
        width:calc(50% - 6px)!important;
        max-width:none!important;
        justify-self:center!important;
    }

    #sgr-renewal .sgr-shorts-thumb{
        border-radius:22px!important;
    }
}

/* youtube4: SUGAR Signature heading match and thumbnail-only video cards */
#sgr-renewal .sgr-youtube-head,
#sgr-renewal .sgr-shorts-head{
    display:block!important;
    width:min(1120px,calc(100% - 56px))!important;
    margin:0 auto 62px!important;
    text-align:center!important;
}

#sgr-renewal .sgr-youtube-head>div{
    display:block!important;
}

#sgr-renewal .sgr-youtube-head h2,
#sgr-renewal .sgr-shorts-head h2{
    margin:0 0 18px!important;
    color:#686d73!important;
    font-size:28px!important;
    font-weight:900!important;
    line-height:1.28!important;
    letter-spacing:0!important;
    text-transform:none!important;
}

#sgr-renewal .sgr-youtube-head p,
#sgr-renewal .sgr-shorts-head p{
    margin:0 auto!important;
    color:#7b8086!important;
    font-size:18px!important;
    font-weight:600!important;
    line-height:1.62!important;
}

#sgr-renewal .sgr-youtube-head>a{
    margin:22px auto 0!important;
}

#sgr-renewal .sgr-youtube-card strong,
#sgr-renewal .sgr-youtube-card.is-featured strong,
#sgr-renewal .sgr-youtube-card:not(.is-featured) strong,
#sgr-renewal .sgr-shorts-card strong{
    display:none!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-youtube-head,
    #sgr-renewal .sgr-shorts-head{
        width:100%!important;
        padding:0 16px!important;
        margin:0 auto 34px!important;
    }

    #sgr-renewal .sgr-youtube-head h2,
    #sgr-renewal .sgr-shorts-head h2{
        margin-bottom:9px!important;
        font-size:24px!important;
        line-height:1.3!important;
    }

    #sgr-renewal .sgr-youtube-head p,
    #sgr-renewal .sgr-shorts-head p{
        font-size:15px!important;
        line-height:1.62!important;
    }

    #sgr-renewal .sgr-youtube-head>a{
        margin-top:18px!important;
    }
}

/* youtube5: Nana TV width and Topface-style shorts rail */
#sgr-renewal .sgr-youtube-section,
#sgr-renewal .sgr-shorts-section{
    padding-left:max(24px,calc((100vw - 1660px)/2))!important;
    padding-right:max(24px,calc((100vw - 1660px)/2))!important;
}

#sgr-renewal .sgr-youtube-grid{
    width:100%!important;
    max-width:1660px!important;
    margin:0 auto!important;
    grid-template-columns:minmax(0,1.78fr) repeat(2,minmax(250px,.62fr))!important;
    gap:20px!important;
}

#sgr-renewal .sgr-youtube-card{
    background:transparent!important;
    border-radius:0!important;
}

#sgr-renewal .sgr-youtube-thumb{
    border-radius:0!important;
    background:#f1f3f6!important;
}

#sgr-renewal .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
    aspect-ratio:16/9!important;
}

#sgr-renewal .sgr-shorts-section{
    overflow:hidden!important;
}

#sgr-renewal .sgr-shorts-shell{
    position:relative!important;
    display:grid!important;
    grid-template-columns:56px minmax(0,1fr) 56px!important;
    align-items:center!important;
    width:100%!important;
    max-width:1680px!important;
    margin:0 auto!important;
}

#sgr-renewal .sgr-shorts-grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:18px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
}

#sgr-renewal .sgr-shorts-grid::-webkit-scrollbar{
    display:none!important;
}

#sgr-renewal .sgr-shorts-card{
    flex:0 0 calc((100% - 72px) * .222222)!important;
    scroll-snap-align:start!important;
    overflow:visible!important;
}

#sgr-renewal .sgr-shorts-thumb{
    border-radius:28px!important;
}

#sgr-renewal .sgr-shorts-arrow{
    position:relative!important;
    z-index:2!important;
    display:block!important;
    width:54px!important;
    height:86px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    cursor:pointer!important;
}

#sgr-renewal .sgr-shorts-arrow::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:29px!important;
    height:29px!important;
    border-top:1.5px solid #7b8086!important;
    border-left:1.5px solid #7b8086!important;
    transition:opacity .25s ease,transform .25s ease,border-color .25s ease!important;
}

#sgr-renewal .sgr-shorts-arrow.is-prev::before{
    transform:translate(-35%,-50%) rotate(-45deg)!important;
}

#sgr-renewal .sgr-shorts-arrow.is-next::before{
    transform:translate(-65%,-50%) rotate(135deg)!important;
}

#sgr-renewal .sgr-shorts-arrow:hover::before{
    border-color:var(--sgr-navy)!important;
}

#sgr-renewal .sgr-shorts-arrow:disabled{
    cursor:default!important;
    opacity:.24!important;
}

#sgr-renewal .sgr-shorts-arrow:disabled::before{
    border-color:#9aa0aa!important;
}

@media (max-width:980px){
    #sgr-renewal .sgr-youtube-section,
    #sgr-renewal .sgr-shorts-section{
        padding-left:0!important;
        padding-right:0!important;
    }

    #sgr-renewal .sgr-youtube-grid{
        width:calc(100% - 32px)!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:12px!important;
    }

    #sgr-renewal .sgr-shorts-shell{
        grid-template-columns:36px minmax(0,1fr) 36px!important;
        max-width:none!important;
        width:100%!important;
    }

    #sgr-renewal .sgr-shorts-grid{
        gap:14px!important;
    }

    #sgr-renewal .sgr-shorts-card,
    #sgr-renewal .sgr-shorts-card:last-child{
        flex:0 0 calc((100% - 24px) * .425532)!important;
        width:auto!important;
        max-width:none!important;
        grid-column:auto!important;
    }

    #sgr-renewal .sgr-shorts-thumb{
        border-radius:18px!important;
    }

    #sgr-renewal .sgr-shorts-arrow{
        width:36px!important;
        height:62px!important;
    }

    #sgr-renewal .sgr-shorts-arrow::before{
        width:19px!important;
        height:19px!important;
        border-width:1.3px!important;
    }
}

/* uvom11-eof-final: 실제 파일 끝에서 다시 덮어쓰기 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section,
    html body #sgr-renewal .sgr-shorts-section{
        overflow:hidden!important;
        padding-left:0!important;
        padding-right:0!important;
        background:#fff!important;
    }

    html body #sgr-renewal .sgr-youtube-section{
        padding-top:116px!important;
    }

    html body #sgr-renewal .sgr-shorts-section{
        padding-top:128px!important;
        padding-bottom:126px!important;
    }

    html body #sgr-renewal .sgr-youtube-head,
    html body #sgr-renewal .sgr-shorts-head{
        left:auto!important;
        width:min(1840px,calc(100vw - 96px))!important;
        max-width:none!important;
        margin-left:auto!important;
        margin-right:auto!important;
        padding:0!important;
    }

    html body #sgr-renewal .sgr-youtube-head{
        display:flex!important;
        align-items:flex-end!important;
        justify-content:space-between!important;
        gap:34px!important;
        margin-bottom:42px!important;
        text-align:left!important;
    }

    html body #sgr-renewal .sgr-shorts-head{
        display:block!important;
        margin-bottom:54px!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-youtube-head h2,
    html body #sgr-renewal .sgr-shorts-head h2{
        margin:0 0 12px!important;
        color:#686d73!important;
        font-size:28px!important;
        font-weight:900!important;
        line-height:1.28!important;
        letter-spacing:0!important;
        text-transform:none!important;
    }

    html body #sgr-renewal .sgr-youtube-head p,
    html body #sgr-renewal .sgr-shorts-head p{
        margin:0!important;
        color:#7b8086!important;
        font-size:18px!important;
        font-weight:600!important;
        line-height:1.62!important;
    }

    html body #sgr-renewal .sgr-youtube-head>a{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:106px!important;
        min-width:106px!important;
        height:106px!important;
        margin:0!important;
        padding:0!important;
        border:1px solid rgba(23,38,67,.22)!important;
        border-radius:999px!important;
        background:#fff!important;
        color:#7b8086!important;
        font-size:12px!important;
        font-weight:800!important;
        line-height:1.1!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-youtube-grid{
        position:relative!important;
        left:auto!important;
        display:grid!important;
        width:min(1840px,calc(100vw - 96px))!important;
        max-width:none!important;
        min-height:0!important;
        margin:0 auto!important;
        grid-template-columns:minmax(0,1.45fr) minmax(430px,.95fr)!important;
        grid-template-rows:repeat(4,minmax(0,1fr))!important;
        gap:0 42px!important;
        align-items:stretch!important;
    }

    html body #sgr-renewal .sgr-youtube-card{
        display:grid!important;
        min-width:0!important;
        overflow:hidden!important;
        border-radius:0!important;
        background:transparent!important;
        color:var(--sgr-navy)!important;
        text-decoration:none!important;
    }

    html body #sgr-renewal .sgr-youtube-card.is-featured{
        grid-column:1!important;
        grid-row:1 / span 4!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured){
        grid-column:2!important;
        grid-template-columns:clamp(164px,12vw,214px) minmax(0,1fr)!important;
        align-items:center!important;
        gap:24px!important;
        min-height:104px!important;
        padding:14px 28px 14px 0!important;
        border-top:1px solid rgba(23,38,67,.12)!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured):last-child{
        border-bottom:1px solid rgba(23,38,67,.12)!important;
    }

    html body #sgr-renewal .sgr-youtube-thumb{
        position:relative!important;
        display:block!important;
        width:100%!important;
        overflow:hidden!important;
        background:#eef2f7!important;
    }

    html body #sgr-renewal .sgr-youtube-card.is-featured .sgr-youtube-thumb{
        height:auto!important;
        min-height:0!important;
        aspect-ratio:16/9!important;
        border-radius:38px!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
        width:clamp(164px,12vw,214px)!important;
        aspect-ratio:16/9!important;
        border-radius:8px!important;
    }

    html body #sgr-renewal .sgr-youtube-card img,
    html body #sgr-renewal .sgr-shorts-card img{
        display:block!important;
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        transition:transform .58s cubic-bezier(.2,.8,.2,1),filter .38s ease!important;
    }

    html body #sgr-renewal .sgr-youtube-card:hover img,
    html body #sgr-renewal .sgr-shorts-card:hover img{
        transform:scale(1.055)!important;
    }

    html body #sgr-renewal .sgr-youtube-card strong,
    html body #sgr-renewal .sgr-youtube-card.is-featured strong,
    html body #sgr-renewal .sgr-shorts-card strong{
        display:none!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured) strong{
        display:-webkit-box!important;
        overflow:hidden!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        min-height:0!important;
        margin:0!important;
        padding:0!important;
        color:#5f666f!important;
        font-size:18px!important;
        font-weight:700!important;
        line-height:1.45!important;
        text-align:left!important;
    }

    html body #sgr-renewal .sgr-shorts-shell{
        position:relative!important;
        left:auto!important;
        display:grid!important;
        width:100vw!important;
        max-width:none!important;
        margin-left:calc(50% - 50vw)!important;
        margin-right:0!important;
        grid-template-columns:76px minmax(0,1fr) 76px!important;
        align-items:center!important;
        gap:0!important;
    }

    html body #sgr-renewal .sgr-shorts-grid{
        display:flex!important;
        grid-template-columns:none!important;
        gap:28px!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        scroll-snap-type:x mandatory!important;
        scroll-behavior:smooth!important;
        -webkit-overflow-scrolling:touch!important;
        scrollbar-width:none!important;
    }

    html body #sgr-renewal .sgr-shorts-grid::-webkit-scrollbar{
        display:none!important;
    }

    html body #sgr-renewal .sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-card:last-child{
        flex:0 0 clamp(210px,15vw,282px)!important;
        width:auto!important;
        max-width:none!important;
        grid-column:auto!important;
        scroll-snap-align:start!important;
        color:var(--sgr-navy)!important;
        text-decoration:none!important;
    }

    html body #sgr-renewal .sgr-shorts-thumb{
        position:relative!important;
        display:block!important;
        aspect-ratio:9/16!important;
        overflow:hidden!important;
        border-radius:30px!important;
        background:#eef2f7!important;
    }

    html body #sgr-renewal .sgr-shorts-card:hover img{
        filter:grayscale(1) contrast(.96)!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow{
        position:relative!important;
        z-index:2!important;
        display:block!important;
        width:76px!important;
        height:112px!important;
        padding:0!important;
        border:0!important;
        background:transparent!important;
        cursor:pointer!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow::before{
        content:""!important;
        position:absolute!important;
        top:50%!important;
        left:50%!important;
        width:34px!important;
        height:34px!important;
        border-top:1.4px solid #7b8086!important;
        border-left:1.4px solid #7b8086!important;
        transition:transform .28s ease,border-color .28s ease,opacity .28s ease!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow.is-prev::before{
        transform:translate(-28%,-50%) rotate(-45deg)!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow.is-next::before{
        transform:translate(-72%,-50%) rotate(135deg)!important;
    }
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-youtube-section{
        padding:82px 0 0!important;
    }

    html body #sgr-renewal .sgr-shorts-section{
        padding:86px 0 92px!important;
    }

    html body #sgr-renewal .sgr-youtube-head,
    html body #sgr-renewal .sgr-shorts-head{
        display:block!important;
        width:100%!important;
        margin:0 auto 30px!important;
        padding:0 18px!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-youtube-head h2,
    html body #sgr-renewal .sgr-shorts-head h2{
        margin:0 0 9px!important;
        color:#686d73!important;
        font-size:24px!important;
        font-weight:900!important;
        line-height:1.3!important;
    }

    html body #sgr-renewal .sgr-youtube-head p,
    html body #sgr-renewal .sgr-shorts-head p{
        margin:0!important;
        color:#7b8086!important;
        font-size:15px!important;
        font-weight:600!important;
        line-height:1.62!important;
    }

    html body #sgr-renewal .sgr-youtube-head>a{
        width:auto!important;
        min-width:142px!important;
        height:38px!important;
        margin:18px auto 0!important;
        padding:0 18px!important;
        border-radius:999px!important;
        font-size:12px!important;
    }

    html body #sgr-renewal .sgr-youtube-grid{
        display:grid!important;
        width:calc(100% - 32px)!important;
        max-width:none!important;
        margin:0 auto!important;
        grid-template-columns:1fr!important;
        grid-template-rows:none!important;
        gap:14px!important;
    }

    html body #sgr-renewal .sgr-youtube-card.is-featured,
    html body #sgr-renewal .sgr-youtube-card:not(.is-featured){
        grid-column:auto!important;
        grid-row:auto!important;
    }

    html body #sgr-renewal .sgr-youtube-card.is-featured .sgr-youtube-thumb{
        aspect-ratio:16/9!important;
        border-radius:22px!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured){
        display:grid!important;
        grid-template-columns:132px minmax(0,1fr)!important;
        align-items:center!important;
        gap:14px!important;
        min-height:84px!important;
        padding:10px 0!important;
        border-top:1px solid rgba(23,38,67,.12)!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb{
        width:132px!important;
        aspect-ratio:16/9!important;
        border-radius:7px!important;
    }

    html body #sgr-renewal .sgr-youtube-card:not(.is-featured) strong{
        display:-webkit-box!important;
        overflow:hidden!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        color:#5f666f!important;
        font-size:14px!important;
        font-weight:700!important;
        line-height:1.42!important;
        text-align:left!important;
    }

    html body #sgr-renewal .sgr-shorts-shell{
        width:100vw!important;
        max-width:none!important;
        margin-left:calc(50% - 50vw)!important;
        grid-template-columns:38px minmax(0,1fr) 38px!important;
    }

    html body #sgr-renewal .sgr-shorts-grid{
        gap:14px!important;
    }

    html body #sgr-renewal .sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-card:last-child{
        flex:0 0 42vw!important;
        width:auto!important;
        max-width:none!important;
    }

    html body #sgr-renewal .sgr-shorts-thumb{
        aspect-ratio:9/16!important;
        border-radius:18px!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow{
        width:38px!important;
        height:70px!important;
    }

    html body #sgr-renewal .sgr-shorts-arrow::before{
        width:19px!important;
        height:19px!important;
        border-width:1.2px!important;
    }
}

/* uvom11-priority-final: 초기 pc-wide-final보다 높은 선택자로 최종 우선 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head,
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-head.sgr-shorts-head{
        left:auto!important;
        width:min(1840px,calc(100vw - 96px))!important;
        max-width:none!important;
        margin-left:auto!important;
        margin-right:auto!important;
        padding:0!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head{
        display:flex!important;
        align-items:flex-end!important;
        justify-content:space-between!important;
        gap:34px!important;
        margin-bottom:42px!important;
        text-align:left!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        left:auto!important;
        width:min(1840px,calc(100vw - 96px))!important;
        max-width:none!important;
        min-height:0!important;
        margin-left:auto!important;
        margin-right:auto!important;
        grid-template-columns:minmax(0,1.45fr) minmax(430px,.95fr)!important;
        grid-template-rows:repeat(4,minmax(0,1fr))!important;
        gap:0 42px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured{
        grid-column:1!important;
        grid-row:1 / span 4!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured .sgr-youtube-thumb.sgr-youtube-thumb{
        height:auto!important;
        min-height:0!important;
        aspect-ratio:16/9!important;
        border-radius:38px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card:not(.is-featured){
        grid-column:2!important;
        display:grid!important;
        grid-template-columns:clamp(164px,12vw,214px) minmax(0,1fr)!important;
        align-items:center!important;
        gap:24px!important;
        min-height:104px!important;
        padding:14px 28px 14px 0!important;
        border-top:1px solid rgba(23,38,67,.12)!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card:not(.is-featured) .sgr-youtube-thumb.sgr-youtube-thumb{
        width:clamp(164px,12vw,214px)!important;
        aspect-ratio:16/9!important;
        border-radius:8px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card:not(.is-featured) strong{
        display:-webkit-box!important;
        overflow:hidden!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        min-height:0!important;
        margin:0!important;
        padding:0!important;
        color:#5f666f!important;
        font-size:18px!important;
        font-weight:700!important;
        line-height:1.45!important;
        text-align:left!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-shell.sgr-shorts-shell{
        left:auto!important;
        width:100vw!important;
        max-width:none!important;
        margin-left:calc(50% - 50vw)!important;
        margin-right:0!important;
        grid-template-columns:76px minmax(0,1fr) 76px!important;
        gap:0!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-grid.sgr-shorts-grid{
        gap:28px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card:last-child{
        flex:0 0 clamp(210px,15vw,282px)!important;
        width:auto!important;
        max-width:none!important;
    }
}

/* uvom11-position-final: PC 부모 컨테이너 밀림 보정 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head,
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        position:relative!important;
        left:calc(48px + 50% - 50vw)!important;
        width:calc(100vw - 96px)!important;
        max-width:none!important;
        margin-left:0!important;
        margin-right:0!important;
    }
}

/* uvom11-more-final: 유튜브 바로가기 버튼 우측 원형 고정 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        flex:0 0 106px!important;
        width:106px!important;
        min-width:106px!important;
        max-width:106px!important;
        height:106px!important;
        margin:0!important;
        padding:0!important;
        border:1px solid rgba(23,38,67,.22)!important;
        border-radius:999px!important;
        background:#fff!important;
        color:#7b8086!important;
        font-size:0!important;
        font-weight:800!important;
        line-height:1!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a::before{
        content:"MORE"!important;
        font-size:12px!important;
        letter-spacing:0!important;
    }
}

/* uvom11-quick-reserve: PC 퀵메뉴와 유튜브 우측 리스트 겹침 방지 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head,
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        left:calc(48px + 50% - 50vw)!important;
        width:calc(100vw - 206px)!important;
        max-width:none!important;
        margin-left:0!important;
        margin-right:0!important;
    }
}

/* uvom12-pc-no-cut: PC에서 유튜브/숏폼 섹션 부모 clipping 제거 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section,
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section{
        position:relative!important;
        left:calc(50% - 50vw)!important;
        width:100vw!important;
        max-width:none!important;
        margin-left:0!important;
        margin-right:0!important;
        overflow:visible!important;
        padding-left:0!important;
        padding-right:0!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head,
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        left:48px!important;
        width:calc(100vw - 206px)!important;
        max-width:none!important;
        margin-left:0!important;
        margin-right:0!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-shell.sgr-shorts-shell{
        left:0!important;
        width:100vw!important;
        max-width:none!important;
        margin-left:0!important;
        margin-right:0!important;
    }
}

/* uvom12-shorts-no-cut-pc: PC 숏폼 카드 좌우 잘림 제거 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card:last-child{
        flex-basis:calc((100% - 112px) / 5)!important;
        width:calc((100% - 112px) / 5)!important;
        max-width:none!important;
    }
}

/* uvom12-shorts-quick-reserve: PC 숏폼도 우측 퀵메뉴 영역 확보 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-shell.sgr-shorts-shell{
        width:calc(100vw - 82px)!important;
        max-width:none!important;
        margin-left:0!important;
        margin-right:0!important;
    }
}

/* uvom13-youtube-centered: 유봄처럼 PC 유튜브 본편 콘텐츠는 중앙 고정폭으로 정리 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section{
        position:relative!important;
        left:calc(50% - 50vw)!important;
        width:100vw!important;
        max-width:none!important;
        margin-left:0!important;
        margin-right:0!important;
        overflow:visible!important;
        padding-left:0!important;
        padding-right:0!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head,
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        position:relative!important;
        left:auto!important;
        width:min(1284px,calc(100vw - 180px))!important;
        max-width:none!important;
        margin-left:auto!important;
        margin-right:auto!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        grid-template-columns:minmax(0,1.45fr) minmax(430px,.95fr)!important;
        gap:0 42px!important;
    }
}

/* signature06-pc-centered: PC 슈가 시그니처 5개 카드 스크롤 없이 중앙 정렬 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-signature.sgr-signature{
        width:100%!important;
        padding-left:0!important;
        padding-right:0!important;
        overflow:visible!important;
    }

    html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-grid.sgr-signature-grid{
        display:grid!important;
        grid-template-columns:repeat(5,minmax(0,1fr))!important;
        gap:22px!important;
        width:min(1540px,calc(100vw - 96px))!important;
        max-width:none!important;
        margin-left:auto!important;
        margin-right:auto!important;
        padding:0!important;
        overflow:visible!important;
        scroll-snap-type:none!important;
        scroll-padding-left:0!important;
        border-radius:0!important;
    }

    html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card.sgr-signature-card{
        display:block!important;
        flex:none!important;
        width:auto!important;
        min-width:0!important;
        max-width:none!important;
        min-height:0!important;
        margin:0!important;
        overflow:visible!important;
        scroll-snap-align:none!important;
    }

    html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card img{
        height:clamp(330px,23vw,430px)!important;
        border-radius:8px!important;
    }

    html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card span{
        margin:24px 0 10px!important;
    }

    html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card div{
        padding:0 0 10px!important;
    }

    html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card h3{
        font-size:clamp(22px,1.5vw,28px)!important;
        line-height:1.25!important;
    }

    html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card p{
        font-size:15px!important;
        line-height:1.62!important;
    }

    html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-dots{
        display:none!important;
    }
}

/* bottom04-wide: 지도와 최하단 영역을 더 넓게 사용 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-directions-section.sgr-directions-section{
        width:100vw!important;
        max-width:none!important;
        margin-left:calc(50% - 50vw)!important;
        margin-right:0!important;
        padding-left:0!important;
        padding-right:0!important;
        overflow:visible!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-inner,
    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-map{
        width:min(1860px,calc(100vw - 40px))!important;
        max-width:none!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-inner{
        grid-template-columns:minmax(360px,.38fr) minmax(820px,.62fr)!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-right{
        padding-right:clamp(28px,3vw,72px)!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-map{
        height:clamp(560px,32vw,640px)!important;
    }

    html body #sgr-renewal .sgr-interior-section.sgr-interior-section{
        position:relative!important;
        left:calc(50% - 50vw)!important;
        width:100vw!important;
        max-width:none!important;
        margin-left:0!important;
        margin-right:0!important;
        overflow:hidden!important;
    }

    html body #sgr-renewal .sgr-interior-section.sgr-interior-section .sgr-interior-visual{
        width:100vw!important;
        min-height:clamp(620px,36vw,720px)!important;
        margin-left:0!important;
    }

    html body #sgr-renewal .sgr-consult-bar{
        width:calc(100% - 40px)!important;
    }
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-directions-section.sgr-directions-section{
        padding-left:10px!important;
        padding-right:10px!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-map{
        width:calc(100vw - 20px)!important;
        margin-left:calc(50% - 50vw + 10px)!important;
        margin-right:0!important;
    }
}

/* rea01-location-layout: 리아성형외과 레퍼런스형 오시는길 + 구글지도 2분할 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-directions-section.sgr-directions-section{
        display:grid!important;
        grid-template-columns:50vw 50vw!important;
        grid-template-rows:630px!important;
        align-items:stretch!important;
        width:100vw!important;
        max-width:none!important;
        min-height:630px!important;
        margin-left:calc(50% - 50vw)!important;
        margin-right:0!important;
        padding:0!important;
        background:#fff!important;
        overflow:hidden!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-map{
        grid-column:1!important;
        grid-row:1!important;
        width:50vw!important;
        max-width:none!important;
        height:630px!important;
        margin:0!important;
        border:0!important;
        background:#eef2f7!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-inner{
        position:relative!important;
        grid-column:2!important;
        grid-row:1!important;
        display:block!important;
        width:50vw!important;
        max-width:none!important;
        height:630px!important;
        margin:0!important;
        padding:88px clamp(72px,7.5vw,118px) 70px clamp(72px,7.6vw,110px)!important;
        background:#fff!important;
        overflow:hidden!important;
        color:#404247!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-inner::after{
        content:"SUGAR"!important;
        position:absolute!important;
        right:-6vw!important;
        top:50%!important;
        z-index:0!important;
        color:rgba(23,38,67,.035)!important;
        font-size:clamp(170px,18vw,340px)!important;
        font-weight:900!important;
        line-height:.82!important;
        letter-spacing:-.08em!important;
        transform:translateY(-50%) rotate(0deg)!important;
        pointer-events:none!important;
        white-space:nowrap!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-left{
        display:none!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-right{
        position:relative!important;
        z-index:1!important;
        display:block!important;
        padding:0!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-call{
        min-height:0!important;
        margin:0 0 58px!important;
        padding:0!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-call span{
        display:none!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-call strong{
        display:block!important;
        margin:0 0 18px!important;
        color:#424246!important;
        font-size:clamp(28px,2vw,34px)!important;
        font-weight:900!important;
        line-height:1.18!important;
        letter-spacing:0!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-call strong::before{
        content:"대표번호 : "!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-call p{
        margin:0!important;
        color:#4f5156!important;
        font-size:16px!important;
        font-weight:500!important;
        line-height:1.7!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-box{
        display:block!important;
        min-height:0!important;
        padding:0!important;
        border:0!important;
        background:transparent!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-box:first-of-type{
        margin-bottom:56px!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-box h3{
        margin:0 0 30px!important;
        color:#424246!important;
        font-size:clamp(30px,2.15vw,38px)!important;
        font-weight:900!important;
        line-height:1.2!important;
        letter-spacing:0!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-box dl{
        display:grid!important;
        grid-template-columns:120px 24px minmax(0,1fr)!important;
        gap:18px 18px!important;
        margin:0!important;
        color:#4a4c51!important;
        font-size:18px!important;
        font-weight:500!important;
        line-height:1.4!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-box dt{
        color:#44464b!important;
        font-weight:600!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-box dt::after{
        content:">"!important;
        float:right!important;
        color:#a5a6aa!important;
        font-weight:300!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-box dd{
        grid-column:3!important;
        margin:0!important;
        color:#44464b!important;
        white-space:normal!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-box p{
        margin:0!important;
        color:#45474c!important;
        font-size:19px!important;
        font-weight:500!important;
        line-height:1.85!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-box:last-child h3{
        display:none!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-box:last-child p::before{
        content:"신논현역 도보 1분 거리\A"!important;
        white-space:pre!important;
    }

    html body #sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-box a{
        display:none!important;
    }

    html body #sgr-renewal .sgr-consult-bar{
        position:relative!important;
        left:calc(50% - 50vw)!important;
        bottom:auto!important;
        z-index:20!important;
        display:grid!important;
        grid-template-columns:96px minmax(110px,1fr) minmax(150px,1.15fr) minmax(220px,2fr) minmax(190px,auto) 180px!important;
        gap:34px!important;
        align-items:center!important;
        width:100vw!important;
        max-width:none!important;
        height:110px!important;
        margin:0!important;
        padding:0 58px!important;
        border-radius:0!important;
        background:rgba(134,135,137,.82)!important;
        color:#fff!important;
        transform:none!important;
        box-shadow:none!important;
        backdrop-filter:none!important;
        -webkit-backdrop-filter:none!important;
    }

    html body #sgr-renewal .sgr-consult-bar::before{
        content:"빠른상담"!important;
        color:#fff!important;
        font-size:18px!important;
        font-weight:900!important;
        line-height:1!important;
        white-space:nowrap!important;
    }

    html body #sgr-renewal .sgr-consult-bar label{
        min-width:0!important;
        margin:0!important;
    }

    html body #sgr-renewal .sgr-consult-bar label>span{
        margin:0 0 10px!important;
        color:#fff!important;
        font-size:16px!important;
        font-weight:800!important;
    }

    html body #sgr-renewal .sgr-consult-bar input[type="text"],
    html body #sgr-renewal .sgr-consult-bar input[type="tel"]{
        height:30px!important;
        border-bottom:1px solid rgba(255,255,255,.55)!important;
        color:#fff!important;
        font-size:15px!important;
    }

    html body #sgr-renewal .sgr-consult-bar .sgr-consult-agree{
        display:flex!important;
        align-items:center!important;
        gap:10px!important;
        color:#fff!important;
    }

    html body #sgr-renewal .sgr-consult-bar .sgr-consult-agree span{
        margin:0!important;
        line-height:1.4!important;
    }

    html body #sgr-renewal .sgr-consult-bar button{
        width:100%!important;
        height:60px!important;
        border:0!important;
        border-radius:999px!important;
        background:#34363a!important;
        color:#fff!important;
        font-size:17px!important;
        font-weight:900!important;
    }
}

/* uvom14-youtube-shorts: 유봄 기준 본편/숏츠 폭, 비율, 반복 스크롤 보정 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section{
        position:relative!important;
        left:calc(50% - 50vw)!important;
        width:100vw!important;
        max-width:none!important;
        margin-left:0!important;
        margin-right:0!important;
        padding:108px 0 0!important;
        overflow:visible!important;
        background:#fff!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head{
        width:min(1498px,calc(100vw - 150px))!important;
        max-width:none!important;
        margin:0 auto 40px!important;
        padding:0!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        display:grid!important;
        grid-template-columns:minmax(0,.58fr) minmax(440px,.42fr)!important;
        align-items:stretch!important;
        gap:clamp(34px,2.8vw,46px)!important;
        width:min(1498px,calc(100vw - 150px))!important;
        max-width:none!important;
        min-height:0!important;
        margin:0 auto!important;
        padding:0!important;
        left:auto!important;
        overflow:visible!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card{
        min-width:0!important;
        color:#555b63!important;
        text-decoration:none!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured{
        grid-column:1!important;
        grid-row:1!important;
        display:block!important;
        min-height:0!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured .sgr-youtube-thumb.sgr-youtube-thumb{
        width:100%!important;
        height:auto!important;
        min-height:0!important;
        aspect-ratio:16/9!important;
        border-radius:24px!important;
        overflow:hidden!important;
        background:#eef2f7!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured strong{
        display:none!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-list{
        grid-column:2!important;
        grid-row:1!important;
        position:relative!important;
        height:100%!important;
        min-height:0!important;
        overflow:hidden!important;
        border-right:1px solid rgba(23,38,67,.16)!important;
        mask-image:linear-gradient(180deg,transparent 0,#000 8%,#000 92%,transparent 100%)!important;
        -webkit-mask-image:linear-gradient(180deg,transparent 0,#000 8%,#000 92%,transparent 100%)!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-list-track{
        display:flex!important;
        flex-direction:column!important;
        gap:14px!important;
        will-change:transform!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item{
        display:grid!important;
        grid-template-columns:clamp(148px,11vw,178px) minmax(0,1fr)!important;
        align-items:center!important;
        gap:20px!important;
        height:clamp(92px,5.6vw,108px)!important;
        min-height:0!important;
        padding:0 28px 0 0!important;
        border-top:1px solid rgba(23,38,67,.12)!important;
        background:#fff!important;
        opacity:.94!important;
        transition:opacity .28s ease,transform .28s ease!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item:hover{
        opacity:1!important;
        transform:translateX(4px)!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item .sgr-youtube-thumb.sgr-youtube-thumb{
        width:clamp(148px,11vw,178px)!important;
        height:auto!important;
        min-height:0!important;
        aspect-ratio:16/9!important;
        border-radius:8px!important;
        overflow:hidden!important;
        background:#eef2f7!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item strong{
        display:-webkit-box!important;
        overflow:hidden!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        margin:0!important;
        padding:0!important;
        color:#62676f!important;
        font-size:clamp(15px,1.12vw,18px)!important;
        font-weight:800!important;
        line-height:1.42!important;
        text-align:left!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section{
        position:relative!important;
        left:calc(50% - 50vw)!important;
        width:100vw!important;
        max-width:none!important;
        margin-left:0!important;
        margin-right:0!important;
        padding:86px 0 92px!important;
        overflow:hidden!important;
        background:#fff!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-head.sgr-shorts-head{
        width:100vw!important;
        max-width:none!important;
        margin:0 auto 42px!important;
        padding:0!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-shell.sgr-shorts-shell{
        position:relative!important;
        left:auto!important;
        display:block!important;
        width:100vw!important;
        max-width:none!important;
        margin:0!important;
        padding:0!important;
        overflow:visible!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-grid.sgr-shorts-grid{
        display:flex!important;
        gap:26px!important;
        width:100vw!important;
        max-width:none!important;
        margin:0!important;
        padding:0!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        scrollbar-width:none!important;
        -webkit-overflow-scrolling:touch!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-grid::-webkit-scrollbar{
        display:none!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card:last-child{
        flex:0 0 clamp(204px,15.1vw,232px)!important;
        width:clamp(204px,15.1vw,232px)!important;
        max-width:none!important;
        margin:0!important;
        border-radius:24px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-thumb.sgr-shorts-thumb{
        width:100%!important;
        height:auto!important;
        aspect-ratio:9/16!important;
        border-radius:24px!important;
        overflow:hidden!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow{
        position:absolute!important;
        top:50%!important;
        z-index:5!important;
        width:58px!important;
        height:96px!important;
        margin-top:-48px!important;
        border:0!important;
        background:transparent!important;
        transform:none!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow.is-prev{
        left:18px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow.is-next{
        right:18px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow::before{
        width:24px!important;
        height:24px!important;
        border-color:rgba(23,38,67,.54)!important;
        border-width:1.2px!important;
    }
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-list{
        display:none!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card:last-child{
        flex-basis:42vw!important;
        width:42vw!important;
    }
}

/* uvom15-youtube-shorts: UVOM proportion pass */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head,
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        width:min(1720px,calc(100vw - 96px))!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a{
        margin-right:128px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        grid-template-columns:minmax(0,.58fr) minmax(430px,.42fr)!important;
        grid-template-rows:minmax(0,1fr)!important;
        height:clamp(390px,29.5vw,520px)!important;
        gap:clamp(36px,2.6vw,48px)!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured,
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured .sgr-youtube-thumb.sgr-youtube-thumb,
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-list{
        height:100%!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured .sgr-youtube-thumb.sgr-youtube-thumb{
        aspect-ratio:auto!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card img,
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card img{
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item{
        height:clamp(94px,5.45vw,110px)!important;
        grid-template-columns:clamp(154px,10.8vw,184px) minmax(0,1fr)!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item .sgr-youtube-thumb.sgr-youtube-thumb{
        width:clamp(154px,10.8vw,184px)!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section{
        padding-top:92px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-grid.sgr-shorts-grid{
        gap:clamp(22px,1.8vw,30px)!important;
        scroll-behavior:smooth!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card:last-child{
        flex-basis:clamp(208px,15.15vw,242px)!important;
        width:clamp(208px,15.15vw,242px)!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card strong{
        display:none!important;
    }
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section{
        position:relative!important;
        left:calc(50% - 50vw)!important;
        width:100vw!important;
        max-width:none!important;
        padding-top:66px!important;
        padding-bottom:74px!important;
        overflow:hidden!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-shell.sgr-shorts-shell{
        left:auto!important;
        display:block!important;
        justify-content:normal!important;
        align-items:normal!important;
        width:100vw!important;
        max-width:none!important;
        margin:0!important;
        padding:0!important;
        overflow:visible!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-grid.sgr-shorts-grid{
        width:100vw!important;
        max-width:none!important;
        margin:0!important;
        padding:0 18px!important;
        box-sizing:border-box!important;
        gap:12px!important;
        scroll-behavior:smooth!important;
        scroll-padding-inline:18px!important;
        overscroll-behavior-x:contain!important;
        overscroll-behavior-y:auto!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card:last-child{
        flex:0 0 clamp(198px,56vw,220px)!important;
        width:clamp(198px,56vw,220px)!important;
        max-width:none!important;
        border-radius:20px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-thumb.sgr-shorts-thumb{
        border-radius:20px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow.is-prev{
        left:6px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow.is-next{
        right:6px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card strong{
        display:none!important;
    }
}

/* shorts16-five-cards: PC 숏츠는 정확히 5칸 노출 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section{
        --sgr-shorts-gap:clamp(22px,1.65vw,30px);
        --sgr-shorts-view:min(1220px,calc(100vw - 140px));
        padding-top:96px!important;
        padding-bottom:104px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-grid.sgr-shorts-grid{
        gap:var(--sgr-shorts-gap)!important;
        width:var(--sgr-shorts-view)!important;
        max-width:none!important;
        margin:0 auto!important;
        overscroll-behavior-x:contain!important;
        overscroll-behavior-y:contain!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card:last-child{
        flex:0 0 calc((var(--sgr-shorts-view) - (var(--sgr-shorts-gap) * 4)) / 5)!important;
        width:calc((var(--sgr-shorts-view) - (var(--sgr-shorts-gap) * 4)) / 5)!important;
        max-width:none!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow.is-prev{
        left:calc((100vw - var(--sgr-shorts-view)) / 2 - 42px)!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow.is-next{
        right:calc((100vw - var(--sgr-shorts-view)) / 2 - 42px)!important;
    }
}

/* mobile-output2: actual mobile browsers must never leave reveal items invisible */
@media (max-width:980px){
    html body #sgr-renewal [data-reveal],
    html body #sgr-renewal [data-reveal].is-visible{
        opacity:1!important;
        visibility:visible!important;
        transform:none!important;
    }

    html body #sgr-renewal .sgr-mobile-cases:not(.sgr-medical-cases){
        display:none!important;
        height:0!important;
        min-height:0!important;
        margin:0!important;
        padding:0!important;
        overflow:hidden!important;
        visibility:hidden!important;
    }

    html body #sgr-renewal .sgr-signature,
    html body #sgr-renewal .sgr-signature-grid,
    html body #sgr-renewal .sgr-signature-card,
    html body #sgr-renewal .sgr-medical-cases,
    html body #sgr-renewal .sgr-medical-layout,
    html body #sgr-renewal .sgr-medical-showcase,
    html body #sgr-renewal .sgr-medical-side-item,
    html body #sgr-renewal .sgr-youtube-section,
    html body #sgr-renewal .sgr-youtube-grid,
    html body #sgr-renewal .sgr-shorts-section,
    html body #sgr-renewal .sgr-shorts-shell,
    html body #sgr-renewal .sgr-directions-section,
    html body #sgr-renewal .sgr-interior-section{
        opacity:1!important;
        visibility:visible!important;
    }
}

/* mobile-output3: prevent blank first paint while hero assets are still loading */
@media (max-width:980px){
    html body{
        background:#f3f6fb!important;
    }

    html body #sgr-renewal{
        min-height:100vh!important;
        background:#f3f6fb!important;
    }

    html body #sgr-renewal .sgr-hero{
        background:#e8edf5!important;
    }

    html body #sgr-renewal .sgr-header:not(.is-open){
        background:rgba(255,255,255,.92)!important;
        border:1px solid rgba(220,228,239,.95)!important;
        box-shadow:0 14px 34px rgba(23,38,67,.12)!important;
        color:var(--sgr-navy)!important;
    }

    html body #sgr-renewal .sgr-header:not(.is-open) .sgr-logo-light{
        opacity:0!important;
    }

    html body #sgr-renewal .sgr-header:not(.is-open) .sgr-logo-dark{
        opacity:1!important;
        visibility:visible!important;
    }

    html body #sgr-renewal .sgr-header:not(.is-scrolled):not(.is-open) .sgr-logo-light{
        opacity:0!important;
        visibility:hidden!important;
    }

    html body #sgr-renewal .sgr-header:not(.is-scrolled):not(.is-open) .sgr-logo-dark{
        opacity:1!important;
        visibility:visible!important;
    }

    html body #sgr-renewal .sgr-header:not(.is-open) .sgr-menu-btn,
    html body #sgr-renewal .sgr-header:not(.is-open) .sgr-lang-btn{
        color:var(--sgr-navy)!important;
    }

    html body #sgr-renewal .sgr-header:not(.is-open) .sgr-menu-btn span{
        background:var(--sgr-navy)!important;
    }
}

/* shorts-loadfix2: 숏폼 화살표를 콘텐츠 안쪽에 맞추고 무한 스크롤 끝 노출 방지 */
@media (min-width:981px){
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section{
        --sgr-shorts-view:min(1220px,calc(100vw - 168px));
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow{
        position:absolute!important;
        top:50%!important;
        width:44px!important;
        height:74px!important;
        margin-top:-37px!important;
        border-radius:999px!important;
        background:rgba(255,255,255,.68)!important;
        box-shadow:0 16px 34px rgba(23,38,67,.08)!important;
        backdrop-filter:blur(8px)!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow.is-prev{
        right:auto!important;
        left:calc((100vw - var(--sgr-shorts-view)) / 2 + 10px)!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow.is-next{
        left:auto!important;
        right:calc((100vw - var(--sgr-shorts-view)) / 2 + 10px)!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow::before{
        width:20px!important;
        height:20px!important;
        border-color:rgba(23,38,67,.5)!important;
        border-width:1.1px!important;
    }
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow{
        position:absolute!important;
        top:50%!important;
        width:38px!important;
        height:62px!important;
        margin-top:-31px!important;
        border-radius:999px!important;
        background:rgba(255,255,255,.62)!important;
        box-shadow:0 12px 28px rgba(23,38,67,.08)!important;
        backdrop-filter:blur(8px)!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow.is-prev{
        right:auto!important;
        left:12px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow.is-next{
        left:auto!important;
        right:12px!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow::before{
        width:18px!important;
        height:18px!important;
        border-color:rgba(23,38,67,.48)!important;
        border-width:1px!important;
    }
}

/* shorts-mobileloop2: mobile shorts use transform carousel instead of native scroll */
@media (max-width:980px){
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-shell.is-mobile-carousel{
        overflow:hidden!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-grid.is-mobile-carousel-track{
        overflow:visible!important;
        scroll-behavior:auto!important;
        -webkit-overflow-scrolling:auto!important;
        touch-action:pan-y!important;
        will-change:transform!important;
    }
}

/* shorts-pcwheel1: PC wheel only works on the thumbnail track; arrows sit outside content */
@media (min-width:981px){
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-grid.sgr-shorts-grid{
        overflow-x:hidden!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow.is-prev{
        left:calc((100vw - var(--sgr-shorts-view)) / 2 - 58px)!important;
        right:auto!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-arrow.is-next{
        right:calc((100vw - var(--sgr-shorts-view)) / 2 - 58px)!important;
        left:auto!important;
    }
}

/* shorts-fivebig1: PC shorts show 5 larger contents */
@media (min-width:981px){
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section{
        --sgr-shorts-gap:clamp(18px,1.35vw,26px)!important;
        --sgr-shorts-view:min(1400px,calc(100vw - 136px))!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card:last-child{
        flex:0 0 calc((var(--sgr-shorts-view) - (var(--sgr-shorts-gap) * 4)) / 5)!important;
        width:calc((var(--sgr-shorts-view) - (var(--sgr-shorts-gap) * 4)) / 5)!important;
        max-width:none!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-grid.sgr-shorts-grid{
        scroll-snap-type:none!important;
    }

    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section .sgr-shorts-card.sgr-shorts-card{
        scroll-snap-align:none!important;
    }
}

/* youtube-more-small1: make the YouTube more button slightly quieter */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a{
        flex:0 0 88px!important;
        width:88px!important;
        min-width:88px!important;
        max-width:88px!important;
        height:88px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a::before{
        font-size:11px!important;
    }
}

/* motion-section1: DAWOOM/CODE inspired reveal directions */
@media (min-width:981px){
    html body #sgr-renewal [data-reveal="fade-up"]{
        transform:translateY(58px);
    }

    html body #sgr-renewal [data-reveal="fade-right"]{
        transform:translateX(-92px);
    }

    html body #sgr-renewal [data-reveal="fade-left"],
    html body #sgr-renewal [data-reveal="from-right"]{
        transform:translateX(120px);
    }

    html body #sgr-renewal [data-reveal="fade-up"].is-visible,
    html body #sgr-renewal [data-reveal="fade-right"].is-visible,
    html body #sgr-renewal [data-reveal="fade-left"].is-visible,
    html body #sgr-renewal [data-reveal="from-right"].is-visible{
        transform:translate(0,0);
    }

    html body #sgr-renewal .sgr-signature .sgr-signature-card{
        transition-duration:.86s!important;
    }
}

/* event-philosophy-process1: event, doctor philosophy, safety process */
#sgr-renewal .sgr-event-section,
#sgr-renewal .sgr-philosophy-section,
#sgr-renewal .sgr-process-section{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
}

#sgr-renewal .sgr-event-section{
    padding:124px max(44px,calc((100vw - 1480px)/2)) 118px!important;
    background:linear-gradient(180deg,#fff 0%,#f4f7fb 100%)!important;
}

#sgr-renewal .sgr-event-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:32px;
    margin:0 0 42px;
}

#sgr-renewal .sgr-event-head span,
#sgr-renewal .sgr-process-head span{
    display:block;
    margin:0 0 12px;
    color:var(--sgr-gold);
    font-size:13px;
    font-weight:900;
    letter-spacing:.06em;
}

#sgr-renewal .sgr-event-head h2,
#sgr-renewal .sgr-process-head h2{
    margin:0;
    color:var(--sgr-navy);
    font-size:clamp(40px,3.6vw,64px);
    font-weight:900;
    line-height:1.08;
    letter-spacing:0;
}

#sgr-renewal .sgr-event-head>a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:92px;
    height:92px;
    border:1px solid rgba(23,38,67,.22);
    border-radius:999px;
    color:var(--sgr-navy);
    font-size:12px;
    font-weight:900;
}

#sgr-renewal .sgr-event-stage{
    --event-x:50%;
    --event-y:50%;
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
    gap:22px;
    min-height:460px;
    padding:22px;
    border:1px solid rgba(206,216,230,.9);
    border-radius:22px;
    background:radial-gradient(circle at var(--event-x) var(--event-y),rgba(60,85,133,.18),transparent 34%),#fff;
    box-shadow:0 28px 72px rgba(23,38,67,.08);
    overflow:hidden;
}

#sgr-renewal .sgr-event-hero{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    min-height:420px;
    padding:42px;
    border-radius:18px;
    color:#fff;
    background:linear-gradient(135deg,rgba(23,38,67,.94),rgba(60,85,133,.82));
    overflow:hidden;
}

#sgr-renewal .sgr-event-hero b{
    color:var(--sgr-gold);
    font-size:13px;
    letter-spacing:.08em;
}

#sgr-renewal .sgr-event-hero strong{
    display:block;
    margin:18px 0 14px;
    font-size:clamp(34px,3vw,54px);
    font-weight:900;
    line-height:1.08;
}

#sgr-renewal .sgr-event-hero p{
    max-width:520px;
    margin:0 0 30px;
    color:rgba(255,255,255,.78);
    font-size:18px;
    line-height:1.75;
}

#sgr-renewal .sgr-event-hero em{
    font-style:normal;
    font-size:13px;
    font-weight:900;
    letter-spacing:.04em;
}

#sgr-renewal .sgr-event-cards{
    display:grid;
    gap:14px;
}

#sgr-renewal .sgr-event-cards a{
    display:grid;
    grid-template-columns:54px 1fr;
    gap:4px 22px;
    align-content:center;
    min-height:130px;
    padding:28px;
    border:1px solid rgba(220,228,239,.95);
    border-radius:16px;
    background:rgba(255,255,255,.86);
    color:var(--sgr-navy);
    transition:transform .34s ease,box-shadow .34s ease,border-color .34s ease;
}

#sgr-renewal .sgr-event-cards a:hover{
    transform:translateY(-6px);
    border-color:rgba(60,85,133,.38);
    box-shadow:0 18px 44px rgba(23,38,67,.1);
}

#sgr-renewal .sgr-event-cards span{
    grid-row:1/3;
    color:var(--sgr-blue);
    font-size:22px;
    font-weight:900;
}

#sgr-renewal .sgr-event-cards strong{
    font-size:24px;
    font-weight:900;
}

#sgr-renewal .sgr-event-cards p{
    margin:0;
    color:var(--sgr-signature-gray);
    font-size:16px;
    line-height:1.65;
}

#sgr-renewal .sgr-philosophy-section{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
    align-items:center;
    min-height:720px;
    padding:118px max(44px,calc((100vw - 1480px)/2))!important;
    background:#172643!important;
    color:#fff;
    overflow:hidden;
}

#sgr-renewal .sgr-philosophy-section::before{
    content:"";
    position:absolute;
    inset:auto -8% -28% 42%;
    height:520px;
    background:radial-gradient(circle,rgba(198,168,105,.18),transparent 62%);
    pointer-events:none;
}

#sgr-renewal .sgr-philosophy-photo{
    position:relative;
    z-index:1;
    width:min(560px,42vw);
    border-radius:26px;
    overflow:hidden;
    box-shadow:0 34px 84px rgba(0,0,0,.25);
}

#sgr-renewal .sgr-philosophy-photo img{
    width:100%;
    height:620px;
    object-fit:cover;
}

#sgr-renewal .sgr-philosophy-copy{
    position:relative;
    z-index:1;
    max-width:720px;
    margin-left:auto;
}

#sgr-renewal .sgr-philosophy-copy p{
    margin:0;
}

#sgr-renewal .sgr-philosophy-copy .t1{
    color:var(--sgr-gold);
    font-size:22px;
    font-weight:900;
    letter-spacing:.08em;
}

#sgr-renewal .sgr-philosophy-copy .t2{
    margin-top:20px;
    font-size:clamp(44px,4.2vw,78px);
    font-weight:900;
    line-height:1.08;
}

#sgr-renewal .sgr-philosophy-copy .t3{
    margin-top:22px;
    color:rgba(255,255,255,.58);
    font-size:15px;
    font-weight:900;
    letter-spacing:.16em;
}

#sgr-renewal .sgr-philosophy-copy .t4{
    margin-top:34px;
    color:rgba(255,255,255,.74);
    font-size:18px;
    line-height:1.9;
}

#sgr-renewal .sgr-process-section{
    padding:120px max(44px,calc((100vw - 1480px)/2)) 128px!important;
    background:#fff!important;
}

#sgr-renewal .sgr-process-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:40px;
    margin-bottom:46px;
}

#sgr-renewal .sgr-process-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    border-top:1px solid var(--sgr-line);
    border-bottom:1px solid var(--sgr-line);
}

#sgr-renewal .sgr-process-grid a{
    min-height:330px;
    padding:34px 30px;
    border-right:1px solid var(--sgr-line);
    color:var(--sgr-navy);
    background:#fff;
    transition:background .32s ease,transform .32s ease;
}

#sgr-renewal .sgr-process-grid a:last-child{
    border-right:0;
}

#sgr-renewal .sgr-process-grid a:hover{
    background:#f4f7fb;
    transform:translateY(-8px);
}

#sgr-renewal .sgr-process-grid b{
    display:block;
    margin-bottom:72px;
    color:var(--sgr-blue);
    font-size:24px;
    font-weight:900;
}

#sgr-renewal .sgr-process-grid strong{
    display:block;
    margin-bottom:18px;
    font-size:28px;
    font-weight:900;
    line-height:1.25;
}

#sgr-renewal .sgr-process-grid p{
    margin:0;
    color:var(--sgr-signature-gray);
    font-size:16px;
    line-height:1.75;
}

@media (max-width:980px){
    #sgr-renewal .sgr-event-section,
    #sgr-renewal .sgr-philosophy-section,
    #sgr-renewal .sgr-process-section{
        padding:82px 18px!important;
    }

    #sgr-renewal .sgr-event-head,
    #sgr-renewal .sgr-process-head{
        display:block;
    }

    #sgr-renewal .sgr-event-head h2,
    #sgr-renewal .sgr-process-head h2{
        font-size:34px;
    }

    #sgr-renewal .sgr-event-head>a{
        width:76px;
        height:76px;
        margin-top:22px;
    }

    #sgr-renewal .sgr-event-stage,
    #sgr-renewal .sgr-philosophy-section,
    #sgr-renewal .sgr-process-grid{
        grid-template-columns:1fr;
    }

    #sgr-renewal .sgr-event-stage{
        min-height:0;
        padding:14px;
    }

    #sgr-renewal .sgr-event-hero{
        min-height:360px;
        padding:30px;
    }

    #sgr-renewal .sgr-event-cards a{
        grid-template-columns:42px 1fr;
        padding:22px;
    }

    #sgr-renewal .sgr-philosophy-section{
        min-height:0;
        gap:34px;
    }

    #sgr-renewal .sgr-philosophy-photo{
        width:100%;
    }

    #sgr-renewal .sgr-philosophy-photo img{
        height:420px;
    }

    #sgr-renewal .sgr-philosophy-copy .t2{
        font-size:38px;
    }

    #sgr-renewal .sgr-philosophy-copy .t4{
        font-size:16px;
    }

    #sgr-renewal .sgr-process-grid a{
        min-height:0;
        border-right:0;
        border-bottom:1px solid var(--sgr-line);
    }

    #sgr-renewal .sgr-process-grid a:last-child{
        border-bottom:0;
    }

    #sgr-renewal .sgr-process-grid b{
        margin-bottom:34px;
    }
}

/* motion-section2: polish new reveal sections after live visual check */
#sgr-renewal .sgr-event-hero{
    background:linear-gradient(135deg,rgba(23,38,67,.88),rgba(60,85,133,.72))!important;
}

#sgr-renewal .sgr-event-hero p,
#sgr-renewal .sgr-event-hero em{
    color:rgba(255,255,255,.9)!important;
}

#sgr-renewal .sgr-event-cards strong,
#sgr-renewal .sgr-event-cards p{
    color:var(--sgr-navy)!important;
}

#sgr-renewal .sgr-event-cards p{
    opacity:.72;
}

#sgr-renewal .sgr-philosophy-copy .t1{
    color:var(--sgr-gold)!important;
}

#sgr-renewal .sgr-philosophy-copy .t2{
    color:#fff!important;
}

#sgr-renewal .sgr-philosophy-copy .t3{
    color:rgba(255,255,255,.68)!important;
}

#sgr-renewal .sgr-philosophy-copy .t4{
    color:rgba(255,255,255,.82)!important;
}

#sgr-renewal .sgr-philosophy-photo img{
    object-position:center top;
}

/* ref-motion1: stronger CODE/DAWOOM-like scroll entrance without external source copy */
@media (min-width:981px){
    html body #sgr-renewal [data-reveal]{
        transition-duration:.92s!important;
        transition-timing-function:cubic-bezier(.16,1,.3,1)!important;
    }

    html body #sgr-renewal [data-reveal="fade-up"]{
        transform:translate3d(0,72px,0)!important;
    }

    html body #sgr-renewal [data-reveal="fade-right"]{
        transform:translate3d(-120px,0,0)!important;
    }

    html body #sgr-renewal [data-reveal="fade-left"],
    html body #sgr-renewal [data-reveal="from-right"]{
        transform:translate3d(180px,0,0)!important;
    }

    html body #sgr-renewal [data-reveal].is-visible{
        transform:translate3d(0,0,0);
    }

    html body #sgr-renewal .sgr-signature .sgr-section-head[data-reveal],
    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-head[data-reveal],
    html body #sgr-renewal .sgr-event-section .sgr-event-head[data-reveal],
    html body #sgr-renewal .sgr-process-section .sgr-process-head[data-reveal]{
        transition-duration:.78s!important;
    }

    html body #sgr-renewal .sgr-signature .sgr-signature-card{
        transform-origin:center bottom;
    }

    html body #sgr-renewal .sgr-signature .sgr-signature-card[data-reveal]:not(.is-visible){
        transform:translate3d(0,86px,0) scale(.965)!important;
    }

    html body #sgr-renewal .sgr-signature .sgr-signature-card[data-reveal].is-visible{
        transform:translate3d(0,0,0) scale(1)!important;
    }

    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-card.is-featured[data-reveal]:not(.is-visible){
        transform:translate3d(-150px,0,0) scale(.97)!important;
    }

    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-list[data-reveal]:not(.is-visible){
        transform:translate3d(150px,0,0)!important;
    }

    html body #sgr-renewal .sgr-philosophy-section{
        min-height:760px!important;
        background:linear-gradient(90deg,#14233e 0%,#172643 54%,#0f1b31 100%)!important;
    }

    html body #sgr-renewal .sgr-philosophy-photo[data-reveal]{
        opacity:0;
        clip-path:inset(0 100% 0 0 round 26px);
        transform:translate3d(-120px,0,0)!important;
        transition:opacity .92s cubic-bezier(.16,1,.3,1),transform .92s cubic-bezier(.16,1,.3,1),clip-path 1.08s cubic-bezier(.16,1,.3,1)!important;
    }

    html body #sgr-renewal .sgr-philosophy-photo[data-reveal].is-visible{
        opacity:1;
        clip-path:inset(0 0 0 0 round 26px);
        transform:translate3d(0,0,0);
    }

    html body #sgr-renewal .sgr-philosophy-copy[data-reveal]:not(.is-visible){
        opacity:0;
        transform:translate3d(220px,0,0)!important;
    }

    html body #sgr-renewal .sgr-philosophy-copy[data-reveal].is-visible{
        opacity:1;
        transform:translate3d(0,0,0)!important;
    }

    html body #sgr-renewal .sgr-philosophy-copy .t2{
        max-width:740px;
        font-size:clamp(52px,4.6vw,82px)!important;
        letter-spacing:-.01em;
    }

    html body #sgr-renewal .sgr-process-grid a[data-reveal]:not(.is-visible){
        transform:translate3d(0,74px,0)!important;
    }

    html body #sgr-renewal .sgr-process-grid a[data-reveal].is-visible{
        transform:translate3d(0,0,0)!important;
    }
}

/* youtube-pc-compact1: reduce PC YouTube section scale */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section{
        padding-top:88px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head,
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        width:min(1480px,calc(100vw - 180px))!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head{
        margin-bottom:30px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a{
        flex:0 0 76px!important;
        width:76px!important;
        min-width:76px!important;
        max-width:76px!important;
        height:76px!important;
        margin-right:92px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a::before{
        font-size:10px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        grid-template-columns:minmax(0,.57fr) minmax(390px,.43fr)!important;
        gap:clamp(28px,2.2vw,38px)!important;
        height:clamp(320px,24vw,430px)!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured .sgr-youtube-thumb.sgr-youtube-thumb{
        border-radius:18px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item{
        grid-template-columns:clamp(126px,9vw,154px) minmax(0,1fr)!important;
        gap:16px!important;
        height:clamp(76px,4.8vw,92px)!important;
        padding-right:22px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item .sgr-youtube-thumb.sgr-youtube-thumb{
        width:clamp(126px,9vw,154px)!important;
        border-radius:7px!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item strong{
        font-size:clamp(14px,.95vw,16px)!important;
        line-height:1.38!important;
    }
}

/* youtube-title-center1: center PC YouTube section title and subtitle */
@media (min-width:981px){
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head{
        position:relative!important;
        display:block!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>div{
        display:block!important;
        width:100%!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head h2,
    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head p{
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a{
        position:absolute!important;
        top:calc(50% - 38px)!important;
        right:92px!important;
        margin:0!important;
        transform:none!important;
        transition:none!important;
    }

    html body #sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a:hover{
        top:calc(50% - 38px)!important;
        transform:none!important;
        box-shadow:none!important;
    }
}

/* youtube-shorts-gap-final: keep more space between YouTube and Shorts */
@media (min-width:981px){
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section{
        padding-top:190px!important;
    }
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-shorts-section.sgr-shorts-section{
        padding-top:120px!important;
    }
}

/* hero-text-motion1: slow directional motion for each active main banner */
@keyframes sgrHeroCopyLeftToRightSlow{
    0%{opacity:0;transform:translate3d(-86px,0,0)}
    100%{opacity:1;transform:translate3d(0,0,0)}
}

@keyframes sgrHeroScriptRightToLeftSlow{
    0%{opacity:0;transform:translate3d(96px,0,0)}
    100%{opacity:1;transform:translate3d(0,0,0)}
}

@media (min-width:981px) and (prefers-reduced-motion:no-preference){
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy{
        opacity:1!important;
        animation:sgrHeroCopyLeftToRightSlow 1.9s cubic-bezier(.19,1,.22,1) .18s both!important;
    }

    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy span{
        animation:sgrHeroCopyLeftToRightSlow 1.75s cubic-bezier(.19,1,.22,1) .2s both!important;
    }

    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy h1{
        animation:sgrHeroCopyLeftToRightSlow 1.95s cubic-bezier(.19,1,.22,1) .34s both!important;
    }

    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy p{
        animation:sgrHeroCopyLeftToRightSlow 2.05s cubic-bezier(.19,1,.22,1) .52s both!important;
    }

    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-cta{
        animation:sgrHeroCopyLeftToRightSlow 1.9s cubic-bezier(.19,1,.22,1) .68s both!important;
    }

    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index{
        opacity:1!important;
        animation:sgrHeroScriptRightToLeftSlow 2.05s cubic-bezier(.19,1,.22,1) .28s both!important;
    }

    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index p{
        animation:sgrHeroScriptRightToLeftSlow 2.15s cubic-bezier(.19,1,.22,1) .48s both!important;
    }

    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-index p{
        animation:sgrHeroScriptRightToLeftSlow 2.15s cubic-bezier(.19,1,.22,1) .48s both!important;
    }
}

/* medical-review1: MGTY-style medical photo card slider */
html body #sgr-renewal .sgr-medical-review{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:clamp(92px,7vw,138px) 0 clamp(92px,7vw,132px)!important;
    overflow:hidden!important;
    background:#fff!important;
}

html body #sgr-renewal .sgr-medical-review .sgr-medical-head{
    width:min(1560px,calc(100% - 96px))!important;
    max-width:none!important;
    margin:0 auto 48px!important;
    padding:0!important;
    text-align:left!important;
}

html body #sgr-renewal .sgr-medical-title-row{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:clamp(34px,4.2vw,72px)!important;
    width:100%!important;
}

html body #sgr-renewal .sgr-medical-review .sgr-medical-head h2{
    margin:0!important;
    color:var(--sgr-navy)!important;
    font-size:clamp(44px,3.25vw,64px)!important;
    font-weight:900!important;
    line-height:1!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
}

html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
}

html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a{
    position:relative!important;
    min-width:150px!important;
    padding:12px 28px 16px!important;
    border:0!important;
    border-left:1px solid #d9dee8!important;
    border-radius:0!important;
    background:transparent!important;
    color:#4f5663!important;
    font-size:18px!important;
    font-weight:600!important;
    line-height:1.2!important;
    text-align:center!important;
    box-shadow:none!important;
}

html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a:last-child{
    border-right:1px solid #d9dee8!important;
}

html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a::after{
    content:""!important;
    position:absolute!important;
    left:28px!important;
    right:28px!important;
    bottom:0!important;
    height:3px!important;
    background:transparent!important;
    transition:background .28s ease!important;
}

html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a.is-active{
    color:var(--sgr-blue)!important;
    font-weight:800!important;
}

html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a.is-active::after,
html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a:hover::after{
    background:var(--sgr-blue)!important;
}

html body #sgr-renewal .sgr-medical-review-more{
    display:grid!important;
    place-items:center!important;
    width:78px!important;
    height:78px!important;
    border:1px solid rgba(23,38,67,.35)!important;
    border-radius:50%!important;
    color:var(--sgr-blue)!important;
    font-size:11px!important;
    font-weight:900!important;
    letter-spacing:.12em!important;
    text-decoration:none!important;
    transition:border-color .25s ease,color .25s ease,background .25s ease!important;
}

html body #sgr-renewal .sgr-medical-review-more:hover{
    border-color:var(--sgr-navy)!important;
    background:var(--sgr-navy)!important;
    color:#fff!important;
}

html body #sgr-renewal .sgr-medical-review-shell{
    position:relative!important;
    width:min(1600px,calc(100% - 118px))!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0!important;
}

html body #sgr-renewal .sgr-medical-review-viewport{
    width:100%!important;
    overflow:hidden!important;
    touch-action:pan-y!important;
}

html body #sgr-renewal .sgr-medical-review-track{
    display:flex!important;
    align-items:stretch!important;
    gap:clamp(28px,2.4vw,38px)!important;
    will-change:scroll-position!important;
}

html body #sgr-renewal .sgr-medical-review-card{
    flex:0 0 calc((100% - 114px) / 4)!important;
    min-width:0!important;
    padding:0 0 26px!important;
    border-right:1px solid #dde3ec!important;
    color:var(--sgr-navy)!important;
    text-decoration:none!important;
}

html body #sgr-renewal .sgr-medical-review-img{
    display:block!important;
    width:100%!important;
    aspect-ratio:1/1!important;
    overflow:hidden!important;
    background:#eef2f7!important;
}

html body #sgr-renewal .sgr-medical-review-img img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center top!important;
    transform:translateZ(0)!important;
}

html body #sgr-renewal .sgr-medical-review-card em{
    display:block!important;
    margin:24px 20px 8px!important;
    color:#8790a0!important;
    font-style:normal!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.2!important;
}

html body #sgr-renewal .sgr-medical-review-card strong{
    display:block!important;
    margin:0 20px!important;
    color:#48505c!important;
    font-size:18px!important;
    font-weight:600!important;
    line-height:1.5!important;
    word-break:keep-all!important;
}

html body #sgr-renewal .sgr-medical-review-arrow{
    position:absolute!important;
    top:calc(50% - 44px)!important;
    z-index:4!important;
    width:72px!important;
    height:72px!important;
    border:0!important;
    border-radius:50%!important;
    background:transparent!important;
    cursor:pointer!important;
}

html body #sgr-renewal .sgr-medical-review-arrow::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:30px!important;
    height:30px!important;
    border-left:1px solid #8d95a2!important;
    border-bottom:1px solid #8d95a2!important;
    transform:translate(-36%,-50%) rotate(45deg)!important;
    transition:border-color .2s ease,transform .2s ease!important;
}

html body #sgr-renewal .sgr-medical-review-arrow.is-prev{
    left:-42px!important;
}

html body #sgr-renewal .sgr-medical-review-arrow.is-next{
    right:-42px!important;
}

html body #sgr-renewal .sgr-medical-review-arrow.is-next::before{
    transform:translate(-64%,-50%) rotate(225deg)!important;
}

html body #sgr-renewal .sgr-medical-review-arrow:hover::before{
    border-color:var(--sgr-navy)!important;
}

html body #sgr-renewal .sgr-medical-review-dots{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:9px!important;
    margin:54px auto 0!important;
}

html body #sgr-renewal .sgr-medical-review-dots button{
    width:8px!important;
    height:8px!important;
    min-width:0!important;
    padding:0!important;
    border:0!important;
    border-radius:999px!important;
    background:#d9dde3!important;
    cursor:pointer!important;
    transition:width .25s ease,background .25s ease!important;
}

html body #sgr-renewal .sgr-medical-review-dots button.is-active{
    width:38px!important;
    background:#7b8088!important;
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-medical-review{
        padding:72px 0 76px!important;
    }

    html body #sgr-renewal .sgr-medical-review .sgr-medical-head{
        width:100%!important;
        margin:0 auto 28px!important;
        padding:0 18px!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-medical-title-row{
        display:flex!important;
        flex-direction:column!important;
        gap:18px!important;
        align-items:center!important;
    }

    html body #sgr-renewal .sgr-medical-review .sgr-medical-head h2{
        font-size:28px!important;
        white-space:normal!important;
    }

    html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs{
        width:100%!important;
        justify-content:center!important;
        overflow:auto!important;
        -webkit-overflow-scrolling:touch!important;
    }

    html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a{
        min-width:86px!important;
        padding:8px 14px 12px!important;
        font-size:13px!important;
    }

    html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a::after{
        left:14px!important;
        right:14px!important;
        height:2px!important;
    }

    html body #sgr-renewal .sgr-medical-review-more{
        width:54px!important;
        height:54px!important;
        font-size:9px!important;
    }

    html body #sgr-renewal .sgr-medical-review-shell{
        width:100%!important;
        padding:0 18px!important;
    }

    html body #sgr-renewal .sgr-medical-review-viewport{
        overflow-x:auto!important;
        overflow-y:hidden!important;
        scroll-snap-type:x mandatory!important;
        -webkit-overflow-scrolling:touch!important;
        scrollbar-width:none!important;
    }

    html body #sgr-renewal .sgr-medical-review-viewport::-webkit-scrollbar{
        display:none!important;
    }

    html body #sgr-renewal .sgr-medical-review-track{
        gap:18px!important;
    }

    html body #sgr-renewal .sgr-medical-review-card{
        flex:0 0 76vw!important;
        scroll-snap-align:start!important;
        padding-bottom:18px!important;
        border-right:1px solid #e2e7ef!important;
    }

    html body #sgr-renewal .sgr-medical-review-card em{
        margin:16px 12px 6px!important;
        font-size:12px!important;
    }

    html body #sgr-renewal .sgr-medical-review-card strong{
        margin:0 12px!important;
        font-size:15px!important;
        line-height:1.45!important;
    }

    html body #sgr-renewal .sgr-medical-review-arrow{
        top:calc(50% - 40px)!important;
        width:44px!important;
        height:44px!important;
        background:rgba(255,255,255,.86)!important;
        box-shadow:0 10px 24px rgba(23,38,67,.08)!important;
    }

    html body #sgr-renewal .sgr-medical-review-arrow::before{
        width:18px!important;
        height:18px!important;
    }

    html body #sgr-renewal .sgr-medical-review-arrow.is-prev{
        left:4px!important;
    }

    html body #sgr-renewal .sgr-medical-review-arrow.is-next{
        right:4px!important;
    }

    html body #sgr-renewal .sgr-medical-review-dots{
        gap:7px!important;
        margin-top:26px!important;
    }

    html body #sgr-renewal .sgr-medical-review-dots button{
        width:7px!important;
        height:7px!important;
    }

    html body #sgr-renewal .sgr-medical-review-dots button.is-active{
        width:28px!important;
    }
}

/* hero-beauline-motion1: background and copy movement inspired by the reference banner */
@keyframes sgrHeroBeaulineBgMove{
    0%{opacity:.82;transform:scale(1.075) translate3d(32px,0,0)}
    100%{opacity:1;transform:scale(1.018) translate3d(0,0,0)}
}

@keyframes sgrHeroBeaulineCopyMove{
    0%{opacity:0;transform:translate3d(-92px,0,0)}
    100%{opacity:1;transform:translate3d(0,0,0)}
}

@keyframes sgrHeroBeaulineScriptMove{
    0%{opacity:0;transform:translate3d(108px,0,0)}
    100%{opacity:1;transform:translate3d(0,0,0)}
}

@media (prefers-reduced-motion:no-preference){
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
        animation:sgrHeroBeaulineBgMove 6.4s cubic-bezier(.19,1,.22,1) both!important;
        transform-origin:center center!important;
    }

    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy span,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy h1,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy p,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-cta{
        animation:sgrHeroBeaulineCopyMove 2.15s cubic-bezier(.19,1,.22,1) .18s both!important;
    }

    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index p,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-index p{
        animation:sgrHeroBeaulineScriptMove 2.25s cubic-bezier(.19,1,.22,1) .36s both!important;
    }
}

@media (max-width:980px) and (prefers-reduced-motion:no-preference){
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy span,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy h1,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy p,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-cta{
        animation:sgrHeroBeaulineCopyMove 1.65s cubic-bezier(.19,1,.22,1) .12s both!important;
    }
}

/* medical-review4: match YouTube width and show 4:5 photos */
@media (min-width:981px){
    html body #sgr-renewal .sgr-medical-review .sgr-medical-head,
    html body #sgr-renewal .sgr-medical-review-shell{
        width:min(1260px,calc(100% - 80px))!important;
        max-width:1260px!important;
    }

    html body #sgr-renewal .sgr-medical-title-row{
        position:relative!important;
        display:block!important;
        width:100%!important;
    }

    html body #sgr-renewal .sgr-medical-title-copy{
        display:block!important;
        width:100%!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-medical-title-copy h2,
    html body #sgr-renewal .sgr-medical-review .sgr-medical-head h2{
        margin:0 0 14px!important;
        text-align:center!important;
        font-size:clamp(34px,2.55vw,48px)!important;
    }

    html body #sgr-renewal .sgr-medical-title-copy p{
        margin:0 auto 30px!important;
        color:#7b8086!important;
        font-size:18px!important;
        font-weight:600!important;
        line-height:1.62!important;
        text-align:center!important;
        word-break:keep-all!important;
    }

    html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs{
        justify-content:center!important;
        margin:0 auto!important;
    }

    html body #sgr-renewal .sgr-medical-review-more{
        position:absolute!important;
        top:0!important;
        right:0!important;
    }

    html body #sgr-renewal .sgr-medical-review-img{
        aspect-ratio:4/5!important;
    }

    html body #sgr-renewal .sgr-medical-review-arrow.is-prev{
        left:-72px!important;
    }

    html body #sgr-renewal .sgr-medical-review-arrow.is-next{
        right:-72px!important;
    }
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-medical-title-copy{
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-medical-title-copy h2{
        margin:0 0 8px!important;
        text-align:center!important;
    }

    html body #sgr-renewal .sgr-medical-title-copy p{
        max-width:300px!important;
        margin:0 auto 2px!important;
        color:#7b8086!important;
        font-size:14px!important;
        font-weight:600!important;
        line-height:1.55!important;
        text-align:center!important;
        word-break:keep-all!important;
    }

    html body #sgr-renewal .sgr-medical-review-img{
        aspect-ratio:4/5!important;
    }
}

/* medical-review6: SUGAR Signature heading match, YouTube-width cards, fixed old arrow position */
@media (min-width:981px){
    html body #sgr-renewal .sgr-medical-review{
        --sgr-medical-review-old-width:min(1600px,calc(100vw - 118px));
        --sgr-medical-review-new-width:min(1480px,calc(100vw - 180px));
    }

    html body #sgr-renewal .sgr-medical-review .sgr-medical-head,
    html body #sgr-renewal .sgr-medical-review-shell{
        width:var(--sgr-medical-review-new-width)!important;
        max-width:none!important;
    }

    html body #sgr-renewal .sgr-medical-title-copy h2,
    html body #sgr-renewal .sgr-medical-review .sgr-medical-head h2{
        margin:0 0 14px!important;
        color:#686d73!important;
        font-size:28px!important;
        font-weight:900!important;
        line-height:1.28!important;
        text-align:center!important;
        letter-spacing:0!important;
    }

    html body #sgr-renewal .sgr-medical-title-copy p{
        margin:0 auto 30px!important;
        color:#7b8086!important;
        font-size:18px!important;
        font-weight:600!important;
        line-height:1.62!important;
        text-align:center!important;
        word-break:keep-all!important;
        letter-spacing:0!important;
    }

    html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a{
        min-width:150px!important;
        padding:12px 28px 16px!important;
        color:#686d73!important;
        font-size:18px!important;
        font-weight:600!important;
        line-height:1.35!important;
        letter-spacing:0!important;
    }

    html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a.is-active{
        color:#172643!important;
        font-weight:800!important;
    }

    html body #sgr-renewal .sgr-medical-review-track{
        gap:32px!important;
    }

    html body #sgr-renewal .sgr-medical-review-card{
        flex:0 0 calc((100% - 96px) / 4)!important;
    }

    html body #sgr-renewal .sgr-medical-review-img{
        aspect-ratio:4/5!important;
    }

    html body #sgr-renewal .sgr-medical-review-arrow.is-prev,
    html body #sgr-renewal .sgr-medical-review-arrow.is-next{
        left:auto!important;
        right:auto!important;
    }

    html body #sgr-renewal .sgr-medical-review-arrow.is-prev{
        left:calc((var(--sgr-medical-review-new-width) - var(--sgr-medical-review-old-width)) / 2 - 42px)!important;
    }

    html body #sgr-renewal .sgr-medical-review-arrow.is-next{
        right:calc((var(--sgr-medical-review-new-width) - var(--sgr-medical-review-old-width)) / 2 - 42px)!important;
    }
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-medical-title-copy h2,
    html body #sgr-renewal .sgr-medical-review .sgr-medical-head h2{
        margin:0 0 8px!important;
        color:#686d73!important;
        font-size:24px!important;
        font-weight:900!important;
        line-height:1.3!important;
        text-align:center!important;
        letter-spacing:0!important;
    }

    html body #sgr-renewal .sgr-medical-title-copy p{
        max-width:310px!important;
        margin:0 auto 2px!important;
        color:#7b8086!important;
        font-size:15px!important;
        font-weight:600!important;
        line-height:1.62!important;
        text-align:center!important;
        word-break:keep-all!important;
        letter-spacing:0!important;
    }

    html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a{
        min-width:86px!important;
        padding:8px 14px 12px!important;
        color:#686d73!important;
        font-size:15px!important;
        font-weight:600!important;
        line-height:1.35!important;
        letter-spacing:0!important;
    }

    html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a.is-active{
        color:#172643!important;
        font-weight:800!important;
    }
}

/* medical-review7: clean tab separators and remove card title-side divider lines */
html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a,
html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a:last-child{
    border-left:0!important;
    border-right:0!important;
}

html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a::before{
    content:""!important;
    position:absolute!important;
    left:0!important;
    top:50%!important;
    display:block!important;
    width:1px!important;
    height:12px!important;
    border:0!important;
    background:#d9dee8!important;
    opacity:1!important;
    transform:translateY(-50%)!important;
}

html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a:first-child::before{
    display:none!important;
    content:none!important;
}

html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a:hover::before,
html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a.is-active::before{
    background:#d9dee8!important;
    transform:translateY(-50%)!important;
}

html body #sgr-renewal .sgr-medical-review-card{
    border-right:0!important;
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a::before{
        height:10px!important;
    }

    html body #sgr-renewal .sgr-medical-review-card{
        border-right:0!important;
    }
}

/* medical-review8: remove medical category vertical marks entirely */
html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a::before,
html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a:hover::before,
html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a.is-active::before,
html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a:first-child::before{
    content:none!important;
    display:none!important;
    width:0!important;
    height:0!important;
    background:transparent!important;
}

/* medical-review9: four compact category tabs */
html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs{
    gap:2px!important;
}

html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a{
    min-width:112px!important;
    padding:8px 18px 11px!important;
    font-size:15px!important;
    line-height:1.28!important;
}

html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a::after{
    left:18px!important;
    right:18px!important;
    height:2px!important;
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs{
        gap:0!important;
        justify-content:center!important;
    }

    html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a{
        min-width:72px!important;
        padding:7px 9px 9px!important;
        font-size:13px!important;
        line-height:1.25!important;
    }

    html body #sgr-renewal .sgr-medical-review .sgr-medical-tabs a::after{
        left:10px!important;
        right:10px!important;
        height:2px!important;
    }
}

/* youtube-reveal1: restore visible scroll entrance timing and motion */
@media (prefers-reduced-motion:no-preference){
    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-head[data-reveal],
    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-card.is-featured[data-reveal],
    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-list[data-reveal]{
        transition-property:opacity,transform!important;
        transition-duration:.98s!important;
        transition-timing-function:cubic-bezier(.16,1,.3,1)!important;
        will-change:opacity,transform!important;
    }

    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-head[data-reveal]:not(.is-visible){
        opacity:0!important;
        visibility:visible!important;
        transform:translate3d(0,72px,0)!important;
    }

    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-card.is-featured[data-reveal]:not(.is-visible){
        opacity:0!important;
        visibility:visible!important;
        transform:translate3d(-170px,0,0) scale(.96)!important;
    }

    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-list[data-reveal]:not(.is-visible){
        opacity:0!important;
        visibility:visible!important;
        transform:translate3d(170px,0,0)!important;
    }

    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-head[data-reveal].is-visible,
    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-card.is-featured[data-reveal].is-visible,
    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-list[data-reveal].is-visible{
        opacity:1!important;
        visibility:visible!important;
        transform:translate3d(0,0,0) scale(1)!important;
    }
}

@media (max-width:980px) and (prefers-reduced-motion:no-preference){
    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-head[data-reveal]:not(.is-visible),
    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-card.is-featured[data-reveal]:not(.is-visible),
    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-list[data-reveal]:not(.is-visible){
        opacity:0!important;
        visibility:visible!important;
        transform:translate3d(0,46px,0)!important;
    }

    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-head[data-reveal].is-visible,
    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-card.is-featured[data-reveal].is-visible,
    html body #sgr-renewal .sgr-youtube-section .sgr-youtube-list[data-reveal].is-visible{
        opacity:1!important;
        transform:translate3d(0,0,0)!important;
    }
}

/* shorts-reveal1: give the Shorts rail the same scroll entrance polish as YouTube */
@media (prefers-reduced-motion:no-preference){
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-head[data-reveal],
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal]{
        transition-property:opacity,transform!important;
        transition-duration:.94s!important;
        transition-timing-function:cubic-bezier(.16,1,.3,1)!important;
        will-change:opacity,transform!important;
    }

    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-head[data-reveal]:not(.is-visible){
        opacity:0!important;
        visibility:visible!important;
        transform:translate3d(0,70px,0)!important;
    }

    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-head[data-reveal].is-visible,
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal]{
        opacity:1!important;
        visibility:visible!important;
        transform:translate3d(0,0,0)!important;
    }

    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-arrow{
        transition-property:opacity,transform!important;
        transition-duration:.88s!important;
        transition-timing-function:cubic-bezier(.16,1,.3,1)!important;
        will-change:opacity,transform!important;
    }

    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal]:not(.is-visible) .sgr-shorts-card{
        opacity:0!important;
        transform:translate3d(0,92px,0) scale(.965)!important;
    }

    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal]:not(.is-visible) .sgr-shorts-arrow{
        opacity:0!important;
        transform:translate3d(0,28px,0)!important;
    }

    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal].is-visible .sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal].is-visible .sgr-shorts-arrow{
        opacity:1!important;
        transform:translate3d(0,0,0) scale(1)!important;
    }

    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal].is-visible .sgr-shorts-card:nth-child(2){transition-delay:.04s!important;}
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal].is-visible .sgr-shorts-card:nth-child(3){transition-delay:.08s!important;}
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal].is-visible .sgr-shorts-card:nth-child(4){transition-delay:.12s!important;}
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal].is-visible .sgr-shorts-card:nth-child(5){transition-delay:.16s!important;}
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal].is-visible .sgr-shorts-card:nth-child(6){transition-delay:.2s!important;}
}

@media (max-width:980px) and (prefers-reduced-motion:no-preference){
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-head[data-reveal]:not(.is-visible){
        opacity:1!important;
        transform:translate3d(0,34px,0)!important;
    }

    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal]:not(.is-visible) .sgr-shorts-card{
        opacity:1!important;
        transform:translate3d(0,30px,0) scale(.985)!important;
    }
}

/* shorts-reveal2: keep the rail container paint-safe while cards handle the entrance */
html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal],
html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal]:not(.is-visible){
    opacity:1!important;
    visibility:visible!important;
    transform:translate3d(0,0,0)!important;
}

/* shorts-reveal3: default Shorts entrance, with reduced-motion kept safe */
html body #sgr-renewal .sgr-shorts-section .sgr-shorts-head[data-reveal],
html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal],
html body #sgr-renewal .sgr-shorts-section .sgr-shorts-card,
html body #sgr-renewal .sgr-shorts-section .sgr-shorts-arrow{
    transition-property:opacity,transform!important;
    transition-duration:.9s!important;
    transition-timing-function:cubic-bezier(.16,1,.3,1)!important;
}

html body #sgr-renewal .sgr-shorts-section .sgr-shorts-head[data-reveal]:not(.is-visible){
    opacity:0!important;
    visibility:visible!important;
    transform:translate3d(0,70px,0)!important;
}

html body #sgr-renewal .sgr-shorts-section .sgr-shorts-head[data-reveal].is-visible{
    opacity:1!important;
    visibility:visible!important;
    transform:translate3d(0,0,0)!important;
}

html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal]:not(.is-visible) .sgr-shorts-card{
    opacity:0!important;
    transform:translate3d(0,92px,0) scale(.965)!important;
}

html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal]:not(.is-visible) .sgr-shorts-arrow{
    opacity:0!important;
    transform:translate3d(0,28px,0)!important;
}

html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal].is-visible .sgr-shorts-card,
html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal].is-visible .sgr-shorts-arrow{
    opacity:1!important;
    transform:translate3d(0,0,0) scale(1)!important;
}

html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal].is-visible .sgr-shorts-card:nth-child(2){transition-delay:.04s!important;}
html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal].is-visible .sgr-shorts-card:nth-child(3){transition-delay:.08s!important;}
html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal].is-visible .sgr-shorts-card:nth-child(4){transition-delay:.12s!important;}
html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal].is-visible .sgr-shorts-card:nth-child(5){transition-delay:.16s!important;}
html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal].is-visible .sgr-shorts-card:nth-child(6){transition-delay:.2s!important;}

@media (max-width:980px){
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-head[data-reveal]:not(.is-visible){
        opacity:1!important;
        transform:translate3d(0,34px,0)!important;
    }

    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal]:not(.is-visible) .sgr-shorts-card{
        opacity:1!important;
        transform:translate3d(0,30px,0) scale(.985)!important;
    }
}

@media (prefers-reduced-motion:reduce){
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-head[data-reveal],
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-shell[data-reveal],
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-card,
    html body #sgr-renewal .sgr-shorts-section .sgr-shorts-arrow{
        opacity:1!important;
        visibility:visible!important;
        transform:none!important;
        transition:none!important;
    }
}

/* hero-zero-motion1: stronger Zero Clinic-style hero photo/text entrance */
@keyframes sgrHeroZeroPhotoMove{
    0%{opacity:.88;transform:scale(1.13) translate3d(4.2vw,0,0)}
    52%{opacity:1}
    100%{opacity:1;transform:scale(1.025) translate3d(0,0,0)}
}

@keyframes sgrHeroZeroCopyMove{
    0%{opacity:0;transform:translate3d(-150px,0,0)}
    100%{opacity:1;transform:translate3d(0,0,0)}
}

@keyframes sgrHeroZeroScriptMove{
    0%{opacity:0;transform:translate3d(160px,0,0)}
    100%{opacity:1;transform:translate3d(0,0,0)}
}

html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide.is-active .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
    scale:none!important;
    translate:none!important;
    rotate:none!important;
    animation:sgrHeroZeroPhotoMove 7.2s cubic-bezier(.19,1,.22,1) both!important;
    transform-origin:center center!important;
    will-change:transform,opacity!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy{
    opacity:1!important;
    animation:sgrHeroZeroCopyMove 2.35s cubic-bezier(.19,1,.22,1) .08s both!important;
    will-change:transform,opacity!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy span{
    animation:sgrHeroZeroCopyMove 2.05s cubic-bezier(.19,1,.22,1) .1s both!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy h1{
    animation:sgrHeroZeroCopyMove 2.35s cubic-bezier(.19,1,.22,1) .26s both!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy p{
    animation:sgrHeroZeroCopyMove 2.45s cubic-bezier(.19,1,.22,1) .46s both!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-cta{
    animation:sgrHeroZeroCopyMove 2.18s cubic-bezier(.19,1,.22,1) .66s both!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index p,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-index p{
    opacity:1!important;
    animation:sgrHeroZeroScriptMove 2.42s cubic-bezier(.19,1,.22,1) .34s both!important;
    will-change:transform,opacity!important;
}

@media (max-width:980px){
    @keyframes sgrHeroZeroPhotoMove{
        0%{opacity:.92;transform:scale(1.12) translate3d(22px,0,0)}
        100%{opacity:1;transform:scale(1.025) translate3d(0,0,0)}
    }

    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy span,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy h1,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy p{
        animation:sgrHeroZeroCopyMove 1.75s cubic-bezier(.19,1,.22,1) .08s both!important;
    }
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating{
    --sgr-hero-active-motion:1;
}

@media (prefers-reduced-motion:reduce){
    html body #sgr-renewal .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero-copy,
    html body #sgr-renewal .sgr-hero-copy span,
    html body #sgr-renewal .sgr-hero-copy h1,
    html body #sgr-renewal .sgr-hero-copy p,
    html body #sgr-renewal .sgr-hero-cta,
    html body #sgr-renewal .sgr-hero-index,
    html body #sgr-renewal .sgr-hero-index p{
        animation:none!important;
    }
}

/* hero-visible-motion1: visible hero motion that does not rely on transform overrides */
@keyframes sgrHeroVisiblePhotoMove{
    0%{opacity:.92;transform:scale(1.055) translate3d(2.8vw,0,0)}
    48%{opacity:1}
    100%{opacity:1;transform:scale(1.012) translate3d(0,0,0)}
}

@keyframes sgrHeroVisibleCopyMove{
    0%{opacity:0;transform:translate3d(-86px,0,0)}
    38%{opacity:1}
    100%{opacity:1;transform:translate3d(0,0,0)}
}

@keyframes sgrHeroVisibleScriptMove{
    0%{opacity:0;transform:translate3d(92px,0,0)}
    38%{opacity:1}
    100%{opacity:1;transform:translate3d(0,0,0)}
}

@keyframes sgrHeroVisibleFade{
    0%{opacity:0}
    100%{opacity:1}
}

@keyframes sgrHeroVisibleCopyItemMove{
    0%{opacity:0;transform:translate3d(-88px,0,0)}
    42%{opacity:1}
    100%{opacity:1;transform:translate3d(0,0,0)}
}

@keyframes sgrHeroVisibleScriptItemMove{
    0%{opacity:0;transform:translate3d(108px,0,0)}
    42%{opacity:1}
    100%{opacity:1;transform:translate3d(0,0,0)}
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
    max-width:none!important;
    min-width:100%!important;
    transition:none!important;
    animation:sgrHeroVisiblePhotoMove 7.4s cubic-bezier(.19,1,.22,1) both!important;
    will-change:transform,opacity!important;
    backface-visibility:hidden!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy{
    opacity:1!important;
    animation:none!important;
    will-change:opacity!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy span,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy h1,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy p,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-cta{
    position:relative!important;
    animation:sgrHeroVisibleCopyItemMove 2.25s cubic-bezier(.19,1,.22,1) both!important;
    will-change:transform,opacity!important;
    backface-visibility:hidden!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy span{animation-delay:.12s!important;}
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy h1{animation-delay:.26s!important;}
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy p{animation-delay:.46s!important;}
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-cta{animation-delay:.64s!important;}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index{
    opacity:1!important;
    animation:none!important;
    will-change:opacity!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index p,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-index p{
    position:relative!important;
    opacity:1!important;
    animation:sgrHeroVisibleScriptItemMove 2.35s cubic-bezier(.19,1,.22,1) .38s both!important;
    will-change:transform,opacity!important;
    backface-visibility:hidden!important;
}

@media (max-width:980px){
    @keyframes sgrHeroVisiblePhotoMove{
        0%{opacity:.94;transform:scale(1.04) translate3d(16px,0,0)}
        100%{opacity:1;transform:scale(1.01) translate3d(0,0,0)}
    }

    @keyframes sgrHeroVisibleCopyMove{
        0%{opacity:0;transform:translate3d(-42px,0,0)}
        100%{opacity:1;transform:translate3d(0,0,0)}
    }

    @keyframes sgrHeroVisibleCopyItemMove{
        0%{opacity:0;transform:translate3d(-42px,0,0)}
        100%{opacity:1;transform:translate3d(0,0,0)}
    }

    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy{
        animation-duration:1.75s!important;
    }
}

@media (prefers-reduced-motion:reduce){
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index p{
        animation:none!important;
        margin-left:0!important;
        margin-right:0!important;
        clip-path:none!important;
        transform:none!important;
    }
}

/* hero-respect-motion2: JS drives the image variables for a smoother reference-style entrance */
@property --sgr-hero-img-x{
    syntax:"<length>";
    inherits:false;
    initial-value:0px;
}

@property --sgr-hero-img-scale{
    syntax:"<number>";
    inherits:false;
    initial-value:1;
}

@property --sgr-hero-copy-x{
    syntax:"<length>";
    inherits:false;
    initial-value:0px;
}

@property --sgr-hero-script-x{
    syntax:"<length>";
    inherits:false;
    initial-value:0px;
}

@keyframes sgrHeroSmoothPhotoVars{
    0%{opacity:1;--sgr-hero-img-x:118px;--sgr-hero-img-scale:1.105}
    100%{opacity:1;--sgr-hero-img-x:0px;--sgr-hero-img-scale:1.026}
}

@keyframes sgrHeroSmoothPhotoVarsReverse{
    0%{opacity:1;--sgr-hero-img-x:-118px;--sgr-hero-img-scale:1.105}
    100%{opacity:1;--sgr-hero-img-x:0px;--sgr-hero-img-scale:1.026}
}

@keyframes sgrHeroSmoothCopyVars{
    0%{opacity:0;--sgr-hero-copy-x:-58px}
    46%{opacity:1}
    100%{opacity:1;--sgr-hero-copy-x:0px}
}

@keyframes sgrHeroSmoothScriptVars{
    0%{opacity:0;--sgr-hero-script-x:68px}
    46%{opacity:1}
    100%{opacity:1;--sgr-hero-script-x:0px}
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
    --sgr-hero-img-x:0px;
    --sgr-hero-img-scale:1.026;
    transform-origin:center center!important;
    animation:none!important;
    will-change:transform,opacity!important;
    contain:paint!important;
}

html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(even).is-active .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:nth-child(even).is-active.is-hero-animating .sgr-hero-bg{
    animation:none!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index{
    animation:none!important;
    transform:none!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy span,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy h1,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy p,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-cta{
    --sgr-hero-copy-x:0px;
    left:auto!important;
    clip-path:none!important;
    transform:translate3d(var(--sgr-hero-copy-x),0,0)!important;
    animation:sgrHeroSmoothCopyVars 2.85s cubic-bezier(.22,1,.36,1) both!important;
    will-change:transform,opacity!important;
    contain:paint!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy span{animation-delay:.08s!important;}
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy h1{animation-delay:.2s!important;}
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy p{animation-delay:.36s!important;}
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-cta{animation-delay:.52s!important;}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index p,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-index p{
    --sgr-hero-script-x:0px;
    right:auto!important;
    clip-path:none!important;
    transform:translate3d(var(--sgr-hero-script-x),0,0)!important;
    animation:sgrHeroSmoothScriptVars 2.95s cubic-bezier(.22,1,.36,1) .3s both!important;
    will-change:transform,opacity!important;
    contain:paint!important;
}

@media (max-width:980px){
    @keyframes sgrHeroSmoothPhotoVars{
        0%{opacity:1;--sgr-hero-img-x:42px;--sgr-hero-img-scale:1.105}
        100%{opacity:1;--sgr-hero-img-x:0px;--sgr-hero-img-scale:1.032}
    }

    @keyframes sgrHeroSmoothPhotoVarsReverse{
        0%{opacity:1;--sgr-hero-img-x:-42px;--sgr-hero-img-scale:1.105}
        100%{opacity:1;--sgr-hero-img-x:0px;--sgr-hero-img-scale:1.032}
    }

    @keyframes sgrHeroSmoothCopyVars{
        0%{opacity:0;--sgr-hero-copy-x:-30px}
        100%{opacity:1;--sgr-hero-copy-x:0px}
    }
}

/* hero-person-motion1: final override so the cutout model moves with each hero slide */
html body #sgr-renewal .sgr-hero-person,
html body #sgr-renewal .sgr-hero-slide.is-active .sgr-hero-person,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-person{
    --sgr-hero-person-x:0px;
    --sgr-hero-person-y:0px;
    --sgr-hero-person-scale:1;
    transform:translate3d(var(--sgr-hero-person-x),var(--sgr-hero-person-y),0) scale(var(--sgr-hero-person-scale))!important;
    will-change:transform,opacity!important;
    backface-visibility:hidden!important;
}

/* hero-force-photo-motion1: final visible motion for the full hero image, including the model */
@keyframes sgrHeroForcePhotoMove{
    0%{opacity:1;transform:translate3d(170px,0,0) scale(1)}
    100%{opacity:1;transform:translate3d(-62px,0,0) scale(1)}
}

@keyframes sgrHeroForcePhotoMoveReverse{
    0%{opacity:1;transform:translate3d(-170px,0,0) scale(1)}
    100%{opacity:1;transform:translate3d(62px,0,0) scale(1)}
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
    max-width:none!important;
    min-width:100%!important;
    transform-origin:center center!important;
    animation:sgrHeroForcePhotoMove 6.2s cubic-bezier(.16,1,.3,1) both!important;
    will-change:transform,opacity!important;
    backface-visibility:hidden!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:nth-child(even).is-active.is-hero-animating .sgr-hero-bg{
    animation-name:sgrHeroForcePhotoMoveReverse!important;
}

@media (max-width:980px){
    @keyframes sgrHeroForcePhotoMove{
        0%{opacity:1;transform:translate3d(64px,0,0) scale(1)}
        100%{opacity:1;transform:translate3d(-30px,0,0) scale(1)}
    }

    @keyframes sgrHeroForcePhotoMoveReverse{
        0%{opacity:1;transform:translate3d(-64px,0,0) scale(1)}
        100%{opacity:1;transform:translate3d(30px,0,0) scale(1)}
    }

    html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide.is-active .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
        animation-duration:5.8s!important;
    }
}

/* hero-force-vars-motion2: move the actual hero photo sideways only, with no zoom in/out */
@property --sgr-force-photo-x{
    syntax:"<length>";
    inherits:false;
    initial-value:0px;
}

@keyframes sgrHeroForceVarsPhotoMove{
    0%{opacity:1;--sgr-force-photo-x:0px}
    100%{opacity:1;--sgr-force-photo-x:-230px}
}

@keyframes sgrHeroForceVarsPhotoMoveReverse{
    0%{opacity:1;--sgr-force-photo-x:-230px}
    100%{opacity:1;--sgr-force-photo-x:0px}
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
    --sgr-force-photo-x:0px;
    inset:0 auto 0 -230px!important;
    width:calc(100% + 460px)!important;
    min-width:calc(100% + 460px)!important;
    max-width:none!important;
    transform:translate3d(var(--sgr-force-photo-x),0,0)!important;
    animation:sgrHeroForceVarsPhotoMove 6.4s cubic-bezier(.16,1,.3,1) both!important;
    transform-origin:center center!important;
    will-change:transform,opacity!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:nth-child(even).is-active.is-hero-animating .sgr-hero-bg{
    animation-name:sgrHeroForceVarsPhotoMoveReverse!important;
}

@media (max-width:980px){
    @keyframes sgrHeroForceVarsPhotoMove{
        0%{opacity:1;--sgr-force-photo-x:0px}
        100%{opacity:1;--sgr-force-photo-x:-92px}
    }

    @keyframes sgrHeroForceVarsPhotoMoveReverse{
        0%{opacity:1;--sgr-force-photo-x:-92px}
        100%{opacity:1;--sgr-force-photo-x:0px}
    }

    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
        inset:0 auto 0 -92px!important;
        width:calc(100% + 184px)!important;
        min-width:calc(100% + 184px)!important;
        animation-duration:6s!important;
    }
}

/* hero-center-pan1: keep model faces centered and pan by crop position only */
@property --sgr-hero-pan{
    syntax:"<percentage>";
    inherits:false;
    initial-value:0%;
}

@keyframes sgrHeroCenteredObjectPan{
    0%{--sgr-hero-pan:-1.15%}
    100%{--sgr-hero-pan:1.15%}
}

@keyframes sgrHeroCenteredObjectPanReverse{
    0%{--sgr-hero-pan:1.15%}
    100%{--sgr-hero-pan:-1.15%}
}

html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(1){--sgr-hero-face-x:50%}
html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(2){--sgr-hero-face-x:51%}
html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(3){--sgr-hero-face-x:51%}
html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(4){--sgr-hero-face-x:50%}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
    --sgr-hero-pan:0%;
    inset:0!important;
    width:100%!important;
    min-width:100%!important;
    max-width:none!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:calc(var(--sgr-hero-face-x,50%) + var(--sgr-hero-pan)) center;
    transform:none!important;
    animation:sgrHeroCenteredObjectPan 6.6s cubic-bezier(.16,1,.3,1) both!important;
    will-change:object-position,opacity!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:nth-child(even).is-active.is-hero-animating .sgr-hero-bg{
    animation-name:sgrHeroCenteredObjectPanReverse!important;
}

html body #sgr-renewal .sgr-hero-index p{
    font-synthesis:none!important;
}

@media (max-width:980px){
    @keyframes sgrHeroCenteredObjectPan{
        0%{--sgr-hero-pan:-.55%}
        100%{--sgr-hero-pan:.55%}
    }

    @keyframes sgrHeroCenteredObjectPanReverse{
        0%{--sgr-hero-pan:.55%}
        100%{--sgr-hero-pan:-.55%}
    }

    html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(1){--sgr-hero-face-x:50%}
    html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(2){--sgr-hero-face-x:51.5%}
    html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(3){--sgr-hero-face-x:51.5%}
    html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(4){--sgr-hero-face-x:50.5%}

    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
        animation-duration:6.2s!important;
    }
}

/* hero-center-pan2: browser-safe centered panning without custom-property animation */
@keyframes sgrHeroCenterPan1{
    0%{object-position:49.55% center}
    100%{object-position:50.45% center}
}

@keyframes sgrHeroCenterPan2{
    0%{object-position:50.55% center}
    100%{object-position:51.45% center}
}

@keyframes sgrHeroCenterPan3{
    0%{object-position:50.55% center}
    100%{object-position:51.45% center}
}

@keyframes sgrHeroCenterPan4{
    0%{object-position:49.6% center}
    100%{object-position:50.4% center}
}

html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
    inset:0!important;
    width:100%!important;
    min-width:100%!important;
    max-width:none!important;
    height:100%!important;
    object-fit:cover!important;
    transform:none!important;
    will-change:object-position,opacity!important;
}

html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(1) .sgr-hero-bg{object-position:50% center}
html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(2) .sgr-hero-bg{object-position:51% center}
html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(3) .sgr-hero-bg{object-position:51% center}
html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(4) .sgr-hero-bg{object-position:50% center}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:nth-child(1).is-active.is-hero-animating .sgr-hero-bg{
    animation:sgrHeroCenterPan1 6.4s cubic-bezier(.16,1,.3,1) both!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:nth-child(2).is-active.is-hero-animating .sgr-hero-bg{
    animation:sgrHeroCenterPan2 6.4s cubic-bezier(.16,1,.3,1) both!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:nth-child(3).is-active.is-hero-animating .sgr-hero-bg{
    animation:sgrHeroCenterPan3 6.4s cubic-bezier(.16,1,.3,1) both!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:nth-child(4).is-active.is-hero-animating .sgr-hero-bg{
    animation:sgrHeroCenterPan4 6.4s cubic-bezier(.16,1,.3,1) both!important;
}

@media (max-width:980px){
    @keyframes sgrHeroCenterPan1{
        0%{object-position:49.8% center}
        100%{object-position:50.2% center}
    }

    @keyframes sgrHeroCenterPan2{
        0%{object-position:51.2% center}
        100%{object-position:51.6% center}
    }

    @keyframes sgrHeroCenterPan3{
        0%{object-position:51.2% center}
        100%{object-position:51.6% center}
    }

    @keyframes sgrHeroCenterPan4{
        0%{object-position:50.3% center}
        100%{object-position:50.7% center}
    }
}

/* hero-final-motion2: visible photo panning and non-choppy text motion */
@keyframes sgrHeroFinalPhotoPan{
    0%{transform:translate3d(calc(-50% - 92px),0,0)}
    100%{transform:translate3d(calc(-50% + 92px),0,0)}
}

@keyframes sgrHeroFinalPhotoPanReverse{
    0%{transform:translate3d(calc(-50% + 92px),0,0)}
    100%{transform:translate3d(calc(-50% - 92px),0,0)}
}

@keyframes sgrHeroFinalCopyIn{
    0%{opacity:0;transform:translate3d(-72px,0,0)}
    100%{opacity:1;transform:translate3d(0,0,0)}
}

@keyframes sgrHeroFinalScriptIn{
    0%{opacity:0;transform:translate3d(82px,0,0)}
    100%{opacity:1;transform:translate3d(0,0,0)}
}

html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide .sgr-hero-bg,
html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide.is-active .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
    left:50%!important;
    right:auto!important;
    top:0!important;
    bottom:0!important;
    width:calc(100% + 240px)!important;
    min-width:calc(100% + 240px)!important;
    max-width:none!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    transform:translate3d(-50%,0,0)!important;
    transform-origin:center center!important;
    transition:none!important;
    animation:none!important;
    will-change:transform,opacity!important;
    backface-visibility:hidden!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg{
    animation:sgrHeroFinalPhotoPan 6.8s cubic-bezier(.16,1,.3,1) both!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:nth-child(even).is-active.is-hero-animating .sgr-hero-bg{
    animation:sgrHeroFinalPhotoPanReverse 6.8s cubic-bezier(.16,1,.3,1) both!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index{
    opacity:1!important;
    clip-path:none!important;
    overflow:visible!important;
    transition:none!important;
    will-change:transform,opacity!important;
    backface-visibility:hidden!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy{
    animation:sgrHeroFinalCopyIn 1.45s cubic-bezier(.16,1,.3,1) .1s both!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index{
    width:min(560px,38vw)!important;
    right:7.4%!important;
    animation:sgrHeroFinalScriptIn 1.55s cubic-bezier(.16,1,.3,1) .16s both!important;
}

html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy span,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy h1,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy p,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-cta,
html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index p{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
    animation:none!important;
    clip-path:none!important;
}

html body #sgr-renewal .sgr-hero-index p{
    visibility:visible!important;
    overflow:visible!important;
    line-height:1!important;
}

@media (max-width:980px){
    @keyframes sgrHeroFinalPhotoPan{
        0%{transform:translate3d(calc(-50% - 40px),0,0)}
        100%{transform:translate3d(calc(-50% + 40px),0,0)}
    }

    @keyframes sgrHeroFinalPhotoPanReverse{
        0%{transform:translate3d(calc(-50% + 40px),0,0)}
        100%{transform:translate3d(calc(-50% - 40px),0,0)}
    }

    html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero-stage>.sgr-hero-slide.is-active .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
        width:calc(100% + 110px)!important;
        min-width:calc(100% + 110px)!important;
    }

    html body #sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy{
        animation:sgrHeroFinalCopyIn 1.15s cubic-bezier(.16,1,.3,1) .06s both!important;
    }
}

/* hero-final-zoom3: oversized image plate prevents edge gaps during centered slow zoom */
html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide .sgr-hero-bg,
html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide.is-active .sgr-hero-bg,
html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
    left:50%!important;
    top:50%!important;
    right:auto!important;
    bottom:auto!important;
    width:calc(100% + 380px)!important;
    min-width:calc(100% + 380px)!important;
    height:calc(100% + 180px)!important;
    min-height:calc(100% + 180px)!important;
    object-fit:cover!important;
    object-position:center center!important;
    transform:translate3d(-50%,-50%,0) scale(.965)!important;
    transform-origin:center center!important;
    transition:none!important;
    animation:none!important;
    will-change:transform,opacity!important;
}

html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
    animation:sgrHeroFinalCopyIn 1.45s cubic-bezier(.16,1,.3,1) .1s both!important;
}

html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index{
    opacity:1!important;
    width:min(560px,38vw)!important;
    right:7.4%!important;
    overflow:visible!important;
    transform:none!important;
    transition:none!important;
    animation:sgrHeroFinalScriptIn 1.55s cubic-bezier(.16,1,.3,1) .16s both!important;
}

html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:not(:first-child) .sgr-hero-copy span,
html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:not(:first-child) .sgr-hero-copy h1,
html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:not(:first-child) .sgr-hero-copy p,
html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:not(:first-child) .sgr-hero-index b,
html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:not(:first-child) .sgr-hero-index p{
    color:var(--sgr-navy)!important;
    text-shadow:none!important;
}

html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-child .sgr-hero-copy span{
    color:#4e5c73!important;
}

html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-child .sgr-hero-copy h1,
html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-child .sgr-hero-copy p,
html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:first-child .sgr-hero-index p{
    color:var(--sgr-navy)!important;
    text-shadow:none!important;
}

html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy span,
html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy h1,
html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy p,
html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-cta,
html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index p,
html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-index p{
    opacity:1!important;
    visibility:visible!important;
    clip-path:none!important;
    transform:none!important;
    transition:none!important;
    animation:none!important;
}

@media (max-width:980px){
    html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide .sgr-hero-bg,
    html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide.is-active .sgr-hero-bg,
    html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-bg,
    html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:first-of-type.is-active.is-hero-animating .sgr-hero-bg,
    html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:not(:first-of-type).is-active.is-hero-animating .sgr-hero-bg{
        width:calc(100% + 190px)!important;
        min-width:calc(100% + 190px)!important;
        height:calc(100% + 130px)!important;
        min-height:calc(100% + 130px)!important;
    }
}

/* hero-final-text-motion1: text slides independently from the fixed transform rules */
@keyframes sgrHeroCopySlideSmooth{
    0%{opacity:0;translate:-86px 0}
    42%{opacity:1}
    100%{opacity:1;translate:0 0}
}

@keyframes sgrHeroIndexSlideSmooth{
    0%{opacity:0;translate:96px 0}
    42%{opacity:1}
    100%{opacity:1;translate:0 0}
}

html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy{
    opacity:1!important;
    animation:sgrHeroCopySlideSmooth 3.45s cubic-bezier(.16,1,.3,1) .08s both!important;
}

html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-index{
    opacity:1!important;
    animation:sgrHeroIndexSlideSmooth 3.65s cubic-bezier(.16,1,.3,1) .12s both!important;
}

@media (max-width:980px){
    html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide.is-active.is-hero-animating .sgr-hero-copy{
        animation:sgrHeroCopySlideSmooth 2.7s cubic-bezier(.16,1,.3,1) .04s both!important;
    }
}

/* hero-slide3-left1: move the third hero model slightly left */
html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(3) .sgr-hero-bg,
html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(3).is-active .sgr-hero-bg,
html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:nth-child(3).is-active.is-hero-animating .sgr-hero-bg{
    left:48.8%!important;
}

@media (max-width:980px){
    html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(3) .sgr-hero-bg,
    html body #sgr-renewal#sgr-renewal .sgr-hero-stage>.sgr-hero-slide:nth-child(3).is-active .sgr-hero-bg,
    html body #sgr-renewal#sgr-renewal .sgr-hero.is-motion-ready .sgr-hero-stage>.sgr-hero-slide:nth-child(3).is-active.is-hero-animating .sgr-hero-bg{
        left:49.2%!important;
    }
}

/* event-arch-layout1: full-width event section with left copy and full-height image stack */
html body #sgr-renewal#sgr-renewal .sgr-event-section{
    padding:0!important;
    background:#f5f7fb!important;
    overflow:hidden!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section>.sgr-event-head,
html body #sgr-renewal#sgr-renewal .sgr-event-section>.sgr-event-stage{
    display:none!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch-container{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch{
    position:relative;
    display:grid;
    grid-template-columns:minmax(460px,40vw) minmax(0,1fr);
    width:100%;
    min-height:820px;
    background:#f8fafc;
    overflow:hidden;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__left{
    position:relative;
    z-index:2;
    display:grid;
    align-content:center;
    gap:18px;
    min-height:820px;
    padding:clamp(76px,7vw,132px) clamp(34px,5vw,96px);
    background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 72%,rgba(255,255,255,.76) 100%);
    box-shadow:28px 0 70px rgba(23,38,67,.08);
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info{
    position:relative;
    display:block;
    padding:0 0 24px;
    color:rgba(23,38,67,.46);
    border-bottom:1px solid rgba(23,38,67,.12);
    transition:color .45s ease,opacity .45s ease,transform .45s ease;
    opacity:.58;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info:last-child{
    border-bottom:0;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info.is-active,
html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info:hover{
    color:var(--sgr-navy);
    opacity:1;
    transform:translateX(10px);
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .eyebrow{
    display:block;
    margin:0 0 12px;
    color:var(--sgr-gold);
    font-size:13px;
    font-weight:900;
    letter-spacing:.08em;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .header{
    margin:0;
    color:currentColor;
    font-size:clamp(32px,3.1vw,58px);
    font-weight:900;
    line-height:1.08;
    letter-spacing:0;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .desc{
    max-width:560px;
    margin:18px 0 0;
    color:var(--sgr-signature-gray);
    font-size:clamp(15px,1.05vw,18px);
    font-weight:500;
    line-height:1.78;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:142px;
    height:46px;
    margin-top:26px;
    padding:0 22px;
    border:1px solid rgba(23,38,67,.22);
    border-radius:999px;
    background:var(--sgr-navy);
    color:#fff;
    font-size:13px;
    font-weight:900;
    letter-spacing:.03em;
    transition:transform .34s ease,background .34s ease,color .34s ease,border-color .34s ease;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .link:hover{
    transform:translateY(-3px);
    background:#fff;
    color:var(--sgr-navy);
    border-color:rgba(23,38,67,.36);
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__right{
    position:relative;
    min-height:820px;
    background:#dfe6ee;
    overflow:hidden;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .img-wrapper{
    position:absolute;
    inset:0;
    opacity:0;
    transform:scale(1.035);
    transition:opacity .72s ease,transform 1.6s cubic-bezier(.16,1,.3,1);
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .img-wrapper.is-active{
    z-index:2;
    opacity:1;
    transform:scale(1);
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .img-wrapper::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(23,38,67,.2) 0%,rgba(23,38,67,.02) 38%,rgba(23,38,67,.18) 100%);
    pointer-events:none;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .img-wrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    filter:saturate(1.02) contrast(1.03);
}

@media (min-width:981px){
    html body #sgr-renewal#sgr-renewal .sgr-event-arch{
        min-height:min(860px,88vh);
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__left,
    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__right{
        min-height:min(860px,88vh);
    }
}

@media (max-width:980px){
    html body #sgr-renewal#sgr-renewal .sgr-event-arch{
        display:block;
        min-height:0;
        background:#fff;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__left{
        min-height:0;
        padding:72px 20px 28px;
        background:#fff;
        box-shadow:none;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info{
        padding-bottom:22px;
        opacity:1;
        transform:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info:not(.is-active){
        opacity:.64;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .header{
        font-size:32px;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .desc{
        font-size:15px;
        line-height:1.72;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__right{
        min-height:440px;
        margin:10px 18px 72px;
        border-radius:18px;
        overflow:hidden;
    }
}

@media (max-width:520px){
    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__left{
        padding-top:60px;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__right{
        min-height:360px;
        margin-inline:14px;
    }
}

/* event-arch-compact1: keep the full-width arch section elegant and not overly tall */
html body #sgr-renewal#sgr-renewal .sgr-event-arch{
    min-height:820px!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__left,
html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__right{
    min-height:820px!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__left{
    gap:12px!important;
    padding:clamp(68px,6vw,104px) clamp(34px,4.6vw,88px)!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info{
    padding:0 0 18px!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .header{
    font-size:clamp(28px,2.45vw,46px)!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .desc{
    max-height:0;
    margin-top:0!important;
    opacity:0;
    overflow:hidden;
    transition:max-height .5s ease,opacity .42s ease,margin .42s ease;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .link{
    max-height:0;
    margin-top:0!important;
    opacity:0;
    overflow:hidden;
    pointer-events:none;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info.is-active .desc,
html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info:hover .desc{
    max-height:190px;
    margin-top:16px!important;
    opacity:1;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info.is-active .link,
html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info:hover .link{
    max-height:54px;
    margin-top:22px!important;
    opacity:1;
    pointer-events:auto;
}

@media (min-width:981px){
    html body #sgr-renewal#sgr-renewal .sgr-event-arch{
        min-height:min(820px,86vh)!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__left,
    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__right{
        min-height:min(820px,86vh)!important;
    }
}

@media (max-width:980px){
    html body #sgr-renewal#sgr-renewal .sgr-event-arch{
        min-height:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__left{
        min-height:0!important;
        gap:10px!important;
        padding:118px 20px 22px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__right{
        min-height:340px!important;
        height:340px!important;
        margin-top:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info{
        padding-bottom:16px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .header{
        font-size:29px!important;
        line-height:1.12!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .eyebrow{
        margin-bottom:8px!important;
        font-size:11px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info.is-active .desc,
    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info:hover .desc{
        max-height:150px;
        margin-top:12px!important;
        margin-left:92px!important;
        font-size:14px!important;
        line-height:1.68!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info.is-active .link,
    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info:hover .link{
        max-height:46px;
        margin-top:16px!important;
        margin-left:92px!important;
    }
}

/* event-arch-final2: compact 5-event board links using the supplied arch layout */
html body #sgr-renewal#sgr-renewal .sgr-event-section{
    padding:58px max(28px,calc((100vw - 1560px)/2)) 68px!important;
    background:#f7f9fc!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch-container{
    width:100%!important;
    max-width:1560px!important;
    margin-inline:auto!important;
    padding:0!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:clamp(30px,3.4vw,52px)!important;
    width:100%!important;
    min-height:auto!important;
    background:transparent!important;
    overflow:visible!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__left{
    flex:0 0 min(40%,540px)!important;
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    min-width:300px!important;
    min-height:0!important;
    padding:0!important;
    background:transparent!important;
    box-shadow:none!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info{
    display:grid!important;
    place-items:center start!important;
    max-width:none!important;
    min-height:96px!important;
    height:auto!important;
    padding:13px 0!important;
    color:rgba(23,38,67,.32)!important;
    border-bottom:1px solid rgba(23,38,67,.1)!important;
    opacity:1!important;
    transform:none!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info:last-child{
    border-bottom:0!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info.is-active,
html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info:hover{
    color:var(--sgr-navy)!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .content{
    width:100%;
    max-width:520px;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .eyebrow{
    margin:0 0 8px!important;
    color:var(--sgr-gold)!important;
    font-family:"Noto Sans KR",sans-serif!important;
    font-size:12px!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .header{
    margin:0!important;
    color:currentColor!important;
    font-family:"Noto Sans KR",sans-serif!important;
    font-size:clamp(24px,2.1vw,36px)!important;
    font-weight:900!important;
    line-height:1.12!important;
    letter-spacing:0!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .desc{
    max-width:520px!important;
    max-height:0!important;
    margin:0!important;
    color:var(--sgr-signature-gray)!important;
    font-size:15px!important;
    font-weight:600!important;
    line-height:1.58!important;
    opacity:0!important;
    overflow:hidden!important;
    transition:max-height .42s ease,opacity .32s ease,margin .32s ease!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .link{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:fit-content!important;
    min-width:118px!important;
    height:38px!important;
    max-height:0!important;
    margin:0!important;
    padding:0 18px!important;
    border:1px solid rgba(23,38,67,.22)!important;
    border-radius:40px!important;
    background:var(--sgr-navy)!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1!important;
    opacity:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
    text-decoration:none!important;
    transition:opacity .28s ease,margin .28s ease,background .28s ease,color .28s ease!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info.is-active .desc,
html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info:hover .desc{
    max-height:96px!important;
    margin-top:8px!important;
    opacity:1!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info.is-active .link,
html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info:hover .link{
    max-height:38px!important;
    margin-top:14px!important;
    opacity:1!important;
    pointer-events:auto!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .link:hover{
    background:#fff!important;
    color:var(--sgr-navy)!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__right{
    position:sticky!important;
    top:118px!important;
    flex:1 1 auto!important;
    width:100%!important;
    max-width:none!important;
    height:clamp(360px,47vh,470px)!important;
    min-height:0!important;
    border-radius:24px!important;
    background:#e7edf4!important;
    box-shadow:0 28px 72px rgba(23,38,67,.12)!important;
    overflow:hidden!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .img-wrapper{
    position:absolute!important;
    inset:0!important;
    top:0!important;
    left:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    border-radius:0!important;
    opacity:0!important;
    clip-path:inset(0 0 100% 0)!important;
    transform:none!important;
    transition:opacity .54s ease,clip-path .78s cubic-bezier(.16,1,.3,1)!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .img-wrapper.is-active{
    z-index:5!important;
    opacity:1!important;
    clip-path:inset(0 0 0 0)!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-arch .img-wrapper img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
}

@media (max-width:980px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section{
        padding:54px 16px 58px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch{
        display:flex!important;
        flex-direction:column!important;
        gap:12px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__left,
    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__right{
        display:contents!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info{
        min-height:0!important;
        padding:14px 0 8px!important;
        border-bottom:0!important;
        color:var(--sgr-navy)!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .content{
        max-width:none!important;
        padding-left:78px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .header{
        font-size:27px!important;
        line-height:1.12!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .desc{
        max-height:none!important;
        margin-top:8px!important;
        margin-left:0!important;
        font-size:14px!important;
        line-height:1.64!important;
        opacity:1!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .link,
    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info.is-active .link,
    html body #sgr-renewal#sgr-renewal .sgr-event-arch .arch__info:hover .link{
        max-height:38px!important;
        margin:12px 0 0!important;
        opacity:1!important;
        pointer-events:auto!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .img-wrapper{
        position:relative!important;
        inset:auto!important;
        display:block!important;
        width:100%!important;
        height:264px!important;
        margin:0 0 14px!important;
        border-radius:16px!important;
        opacity:1!important;
        clip-path:none!important;
        overflow:hidden!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .img-wrapper::after{
        display:none!important;
    }
}

@media (max-width:560px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section{
        padding-inline:12px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .content{
        padding-left:74px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .header{
        font-size:25px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-arch .img-wrapper{
        height:230px!important;
        border-radius:12px!important;
    }
}

/* event-arch-supplied1: supplied arch event section scoped to renewal page */
html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied{
    color:#121212!important;
    font-family:"Noto Sans KR","Outfit",sans-serif!important;
    background-color:#f9ffe7!important;
    padding:0!important;
    overflow:visible!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .container{
    max-width:1440px!important;
    width:100%!important;
    padding:2rem!important;
    margin-inline:auto!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .spacer{
    width:100%!important;
    height:30vh!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch{
    display:flex!important;
    gap:60px!important;
    justify-content:space-between!important;
    align-items:stretch!important;
    max-width:1100px!important;
    width:100%!important;
    margin-inline:auto!important;
    min-height:0!important;
    background:transparent!important;
    overflow:visible!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__left{
    display:flex!important;
    flex-direction:column!important;
    flex:0 0 auto!important;
    min-width:300px!important;
    width:auto!important;
    padding:0!important;
    background:transparent!important;
    box-shadow:none!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__info{
    max-width:356px!important;
    width:100%!important;
    height:100vh!important;
    min-height:0!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    border:0!important;
    color:#121212!important;
    opacity:1!important;
    transform:none!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .content{
    width:100%!important;
    max-width:356px!important;
    padding:0!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .eyebrow{
    display:block!important;
    margin:0 0 12px!important;
    color:var(--sgr-gold)!important;
    font-family:"Noto Sans KR",sans-serif!important;
    font-size:12px!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied h2.header{
    margin:0!important;
    color:var(--sgr-navy)!important;
    font-family:"Noto Sans KR","Outfit",sans-serif!important;
    font-size:42px!important;
    font-weight:800!important;
    line-height:1.16!important;
    letter-spacing:0!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied p.desc{
    max-height:none!important;
    margin-block:6px 28px!important;
    color:rgba(18,18,18,.8)!important;
    font-size:18px!important;
    font-weight:500!important;
    line-height:1.55!important;
    letter-spacing:-.02em!important;
    opacity:1!important;
    overflow:visible!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied a.link{
    display:flex!important;
    align-items:center!important;
    gap:4px!important;
    width:fit-content!important;
    min-width:0!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:16px 18px!important;
    border:0!important;
    border-radius:40px!important;
    background:var(--sgr-navy)!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1!important;
    text-decoration:none!important;
    opacity:1!important;
    overflow:visible!important;
    pointer-events:auto!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__right{
    flex-shrink:1!important;
    height:100vh!important;
    width:100%!important;
    max-width:540px!important;
    position:relative!important;
    top:auto!important;
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper{
    position:absolute!important;
    top:50%!important;
    left:0!important;
    inset:auto!important;
    transform:translateY(-50%)!important;
    display:block!important;
    height:400px!important;
    width:100%!important;
    margin:0!important;
    border-radius:16px!important;
    overflow:hidden!important;
    opacity:1!important;
    clip-path:inset(0)!important;
    transition:none!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    display:block!important;
}

@media (max-width:900px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch{
        gap:30px!important;
    }
}

@media (max-width:768px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch{
        flex-direction:column!important;
        gap:20px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__left,
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__right{
        display:contents!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__right{
        height:auto!important;
        max-width:100%!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper{
        position:static!important;
        transform:none!important;
        height:360px!important;
        width:100%!important;
        margin-bottom:20px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__info{
        height:auto!important;
        max-width:none!important;
        padding:20px 0!important;
        display:grid!important;
        place-items:center!important;
    }
}

@media (max-width:560px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch{
        gap:12px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .container{
        padding:10px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper{
        border-radius:10px!important;
        height:280px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied h2.header{
        font-size:31px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied p.desc{
        font-size:15px!important;
    }

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .content{
        width:calc(100% - 76px)!important;
        max-width:none!important;
        margin-left:76px!important;
    }
}

/* signature-events-carousel1: keep Signature as carousel while using event contents */
html body #sgr-renewal .sgr-signature.sgr-signature{
    padding:136px 0 116px!important;
    background:#fff!important;
    overflow:hidden!important;
}

html body #sgr-renewal .sgr-signature.sgr-signature .sgr-section-head{
    width:min(1120px,calc(100% - 56px))!important;
    margin:0 auto 62px!important;
    text-align:center!important;
}

html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-grid.sgr-signature-grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:0!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0 0 0 max(30px,calc((100vw - 1380px)/2))!important;
    border-radius:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-left:max(30px,calc((100vw - 1380px)/2))!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
}

html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-grid.sgr-signature-grid::-webkit-scrollbar{
    display:none!important;
}

html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card.sgr-signature-card{
    flex:0 0 min(26vw,360px)!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    min-height:auto!important;
    margin:0 28px 0 0!important;
    border:0!important;
    border-radius:0!important;
    overflow:visible!important;
    background:#fff!important;
    box-shadow:none!important;
    scroll-snap-align:start!important;
}

html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:2 / 3!important;
    border-radius:8px!important;
    object-fit:cover!important;
    object-position:center!important;
    filter:saturate(.92)!important;
    transition:transform .72s ease,filter .72s ease!important;
}

html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card:hover img{
    transform:scale(1.025)!important;
    filter:saturate(1)!important;
}

html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card span{
    display:block!important;
    margin:28px 0 12px!important;
    color:#8b9096!important;
    font-size:17px!important;
    font-weight:900!important;
}

html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card div{
    padding:0 0 18px!important;
}

html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card h3{
    margin:0 0 16px!important;
    padding-bottom:16px!important;
    border-bottom:1px solid #d8d8d8!important;
    color:#62676f!important;
    font-size:30px!important;
    line-height:1.24!important;
}

html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card p{
    margin:0!important;
    color:#737b86!important;
    font-size:16px!important;
    line-height:1.72!important;
}

html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-dots{
    display:flex!important;
    justify-content:center!important;
    gap:10px!important;
    margin:34px 0 0!important;
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-signature.sgr-signature{
        padding:56px 0 100px!important;
    }

    html body #sgr-renewal .sgr-signature.sgr-signature .sgr-section-head{
        width:100%!important;
        padding:0 16px!important;
        margin-bottom:34px!important;
    }

    html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-grid.sgr-signature-grid{
        padding-left:34px!important;
        scroll-padding-left:34px!important;
    }

    html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card.sgr-signature-card{
        flex-basis:60%!important;
        margin-right:22px!important;
    }

    html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card img{
        aspect-ratio:2 / 3!important;
    }

    html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card h3{
        font-size:25px!important;
    }

    html body #sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card p{
        font-size:15px!important;
        line-height:1.58!important;
    }
}

/* signature-arch-scroll1: shorten the PC pinned scroll and keep the image below the fixed header */
@media (min-width:769px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .container{
        max-width:none!important;
        padding:0 max(48px,calc((100vw - 1320px)/2))!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .spacer{
        height:clamp(56px,8vh,96px)!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch{
        max-width:1320px!important;
        gap:clamp(56px,7vw,112px)!important;
        align-items:stretch!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__left{
        flex:0 0 min(40vw,480px)!important;
        min-width:320px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__info{
        height:clamp(680px,84vh,800px)!important;
        max-width:480px!important;
        place-items:center start!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .content{
        max-width:440px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__right{
        height:100vh!important;
        max-width:560px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper{
        inset:auto auto auto 0!important;
        top:calc(50% + 46px)!important;
        left:0!important;
        height:clamp(360px,52vh,520px)!important;
        border-radius:18px!important;
    }
}

/* signature-safety-split1: exact 50/50 safety process scene */
html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied{
    background:linear-gradient(180deg,#fff 0%,rgba(242,250,255,.92) 34%,rgba(226,244,255,.86) 100%)!important;
}

@media (min-width:769px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied{
        min-height:100vh!important;
        overflow:visible!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .container{
        max-width:none!important;
        width:100%!important;
        padding:0!important;
        margin:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .spacer{
        height:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch{
        width:100vw!important;
        max-width:none!important;
        margin:0!important;
        gap:0!important;
        justify-content:stretch!important;
        align-items:stretch!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__left,
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__right{
        flex:0 0 50vw!important;
        width:50vw!important;
        max-width:none!important;
        min-width:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__left{
        align-items:center!important;
        justify-content:center!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__info{
        height:118vh!important;
        width:100%!important;
        max-width:none!important;
        display:grid!important;
        place-items:center!important;
        padding:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .content{
        width:min(560px,calc(50vw - 170px))!important;
        max-width:none!important;
        margin:0 auto!important;
        position:relative!important;
        top:auto!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied h2.header{
        font-size:clamp(42px,3.2vw,62px)!important;
        line-height:1.12!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied p.desc{
        font-size:clamp(17px,1.05vw,21px)!important;
        line-height:1.75!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__right{
        height:100vh!important;
        position:relative!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper{
        inset:auto!important;
        top:calc(50% + 34px)!important;
        left:50%!important;
        transform:translate3d(-50%,-50%,0)!important;
        width:min(760px,calc(50vw - 96px))!important;
        height:min(680px,calc(100vh - 200px))!important;
        border-radius:18px!important;
        box-shadow:0 24px 70px rgba(18,36,67,.12)!important;
        backface-visibility:hidden!important;
        will-change:clip-path,transform!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper img{
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        object-position:center!important;
        backface-visibility:hidden!important;
        transform:translateZ(0)!important;
        will-change:clip-path!important;
    }
}

@media (max-width:768px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied{
        background:linear-gradient(180deg,#fff 0%,rgba(242,250,255,.92) 34%,rgba(226,244,255,.86) 100%)!important;
    }
}

/* signature-safety-stage1: fixed text stage with image transition dwell on desktop */
@media (min-width:769px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch{
        height:472vh!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__left{
        display:block!important;
        position:relative!important;
        top:auto!important;
        align-self:stretch!important;
        height:100vh!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__info{
        position:absolute!important;
        inset:0 auto auto 0!important;
        width:100%!important;
        height:100vh!important;
        display:grid!important;
        place-items:center!important;
        pointer-events:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__info .content{
        opacity:0;
        visibility:hidden;
        transform:translate3d(0,34px,0);
        will-change:opacity,transform;
        pointer-events:none;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__info:first-child .content{
        opacity:1;
        visibility:visible;
        transform:translate3d(0,0,0);
        pointer-events:auto;
    }
}

/* signature-safety-pin2: one pinned 50/50 scene with a soft white-to-sky background shift */
html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied{
    --sgr-arch-bg-progress:0;
    position:relative!important;
    isolation:isolate!important;
    background:#fff!important;
    overflow:hidden!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background:linear-gradient(180deg,#fff 0%,rgba(244,250,255,.96) 34%,rgba(219,242,255,.9) 100%);
    opacity:var(--sgr-arch-bg-progress);
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .container{
    position:relative!important;
    z-index:1!important;
}

@media (min-width:769px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .container{
        max-width:none!important;
        width:100%!important;
        margin:0!important;
        padding:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .spacer{
        height:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch{
        width:100vw!important;
        max-width:none!important;
        height:100vh!important;
        min-height:100vh!important;
        margin:0!important;
        display:flex!important;
        gap:0!important;
        align-items:stretch!important;
        justify-content:stretch!important;
        position:relative;
        overflow:hidden!important;
        background:transparent!important;
        transform:translate3d(0,0,0);
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__left,
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__right{
        flex:0 0 50vw!important;
        width:50vw!important;
        max-width:none!important;
        min-width:0!important;
        height:100vh!important;
        min-height:100vh!important;
        transform:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__left{
        position:relative!important;
        display:block!important;
        inset:auto!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__info{
        position:absolute!important;
        inset:0!important;
        width:100%!important;
        height:100%!important;
        padding:0!important;
        display:grid!important;
        place-items:center!important;
        pointer-events:none!important;
        transform:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .content{
        width:min(560px,calc(50vw - 176px))!important;
        max-width:none!important;
        margin:0 auto!important;
        position:relative!important;
        top:auto!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied h2.header{
        font-size:clamp(42px,3.25vw,62px)!important;
        line-height:1.1!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied p.desc{
        font-size:clamp(17px,1.04vw,21px)!important;
        line-height:1.75!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__right{
        position:relative!important;
        overflow:visible!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper{
        position:absolute!important;
        inset:auto!important;
        top:calc(50% + 34px)!important;
        left:50%!important;
        width:min(800px,calc(50vw - 86px))!important;
        height:min(700px,calc(100vh - 150px))!important;
        transform:translate3d(-50%,-50%,0)!important;
        overflow:hidden!important;
        border-radius:20px!important;
        box-shadow:0 24px 70px rgba(18,36,67,.12)!important;
        backface-visibility:hidden!important;
        will-change:clip-path!important;
        contain:paint!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper img{
        display:block!important;
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        object-position:center!important;
        transform:translate3d(0,0,0)!important;
        backface-visibility:hidden!important;
        will-change:auto!important;
    }
}

@media (max-width:768px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied{
        --sgr-arch-bg-progress:1;
    }
}

/* youtube-layout-fix1: PC 유튜브 섹션 최종 레이아웃 교정 */
@media (min-width:981px){
    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section{
        padding:112px max(48px,calc((100vw - 1540px)/2)) 104px!important;
        overflow:hidden!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head{
        position:relative!important;
        display:block!important;
        width:100%!important;
        max-width:1540px!important;
        margin:0 auto 44px!important;
        padding:0 112px!important;
        text-align:center!important;
        box-sizing:border-box!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>div{
        display:block!important;
        width:100%!important;
        text-align:center!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head h2,
    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head p{
        text-align:center!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a{
        position:absolute!important;
        top:50%!important;
        right:0!important;
        width:70px!important;
        min-width:70px!important;
        max-width:70px!important;
        height:70px!important;
        margin:0!important;
        padding:0!important;
        border-radius:50%!important;
        transform:translateY(-50%)!important;
        box-shadow:none!important;
        transition:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a:hover{
        top:50%!important;
        transform:translateY(-50%)!important;
        box-shadow:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        position:relative!important;
        left:auto!important;
        display:grid!important;
        grid-template-columns:minmax(0,1fr) minmax(390px,470px)!important;
        grid-template-rows:1fr!important;
        gap:clamp(34px,3vw,54px)!important;
        width:100%!important;
        max-width:1540px!important;
        height:clamp(390px,28vw,500px)!important;
        min-height:0!important;
        margin:0 auto!important;
        transform:none!important;
        box-sizing:border-box!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured{
        display:block!important;
        grid-column:1!important;
        grid-row:1!important;
        width:100%!important;
        height:100%!important;
        min-height:0!important;
        overflow:hidden!important;
        border-radius:0!important;
        background:transparent!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured .sgr-youtube-thumb.sgr-youtube-thumb{
        display:block!important;
        width:100%!important;
        height:100%!important;
        min-height:0!important;
        aspect-ratio:auto!important;
        overflow:hidden!important;
        border-radius:18px!important;
        background:#eef2f7!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured strong{
        display:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-list.sgr-youtube-list{
        display:block!important;
        grid-column:2!important;
        grid-row:1!important;
        width:100%!important;
        height:100%!important;
        min-height:0!important;
        overflow:hidden!important;
        border-right:1px solid rgba(23,38,67,.16)!important;
        border-left:0!important;
        background:transparent!important;
        mask-image:linear-gradient(180deg,transparent 0,#000 8%,#000 92%,transparent 100%)!important;
        -webkit-mask-image:linear-gradient(180deg,transparent 0,#000 8%,#000 92%,transparent 100%)!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-list-track.sgr-youtube-list-track{
        display:flex!important;
        flex-direction:column!important;
        gap:16px!important;
        width:100%!important;
        will-change:transform!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item{
        display:grid!important;
        grid-template-columns:clamp(150px,10.5vw,180px) minmax(0,1fr)!important;
        align-items:center!important;
        gap:18px!important;
        width:100%!important;
        height:clamp(94px,5.4vw,110px)!important;
        min-height:0!important;
        padding:0 24px 0 0!important;
        overflow:hidden!important;
        border-top:1px solid rgba(23,38,67,.12)!important;
        border-radius:0!important;
        background:#fff!important;
        color:var(--sgr-navy)!important;
        text-decoration:none!important;
        box-sizing:border-box!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item:first-child{
        border-top:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item .sgr-youtube-thumb.sgr-youtube-thumb{
        display:block!important;
        width:clamp(150px,10.5vw,180px)!important;
        height:auto!important;
        aspect-ratio:16/9!important;
        overflow:hidden!important;
        border-radius:8px!important;
        background:#eef2f7!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card img{
        display:block!important;
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        transform:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item strong{
        display:-webkit-box!important;
        overflow:hidden!important;
        color:var(--sgr-navy)!important;
        font-size:clamp(14px,.92vw,16px)!important;
        font-weight:800!important;
        line-height:1.42!important;
        -webkit-line-clamp:2!important;
        -webkit-box-orient:vertical!important;
    }
}

@media (max-width:980px){
    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        display:grid!important;
        grid-template-columns:1fr!important;
        width:calc(100% - 32px)!important;
        max-width:none!important;
        margin:0 auto!important;
        gap:16px!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-list{
        display:none!important;
    }
}

/* youtube-layout-fix2: reveal transform reset after final layout */
@media (min-width:981px){
    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head[data-reveal].is-visible,
    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured[data-reveal].is-visible,
    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-list[data-reveal].is-visible{
        transform:translate3d(0,0,0)!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured,
    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-list{
        justify-self:stretch!important;
        align-self:stretch!important;
    }
}

/* safety-process-flicker-fix1: keep pinned image layers stable while scrubbing */
@media (min-width:769px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper{
        transition:none!important;
        clip-path:none!important;
        backface-visibility:hidden!important;
        -webkit-backface-visibility:hidden!important;
        transform:translate3d(-50%,-50%,0)!important;
        will-change:opacity!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper img{
        backface-visibility:hidden!important;
        -webkit-backface-visibility:hidden!important;
        transform:translate3d(0,0,0)!important;
    }
}

/* safety-process-screen-transition1: larger right-side visual and smoother scene change */
@media (min-width:769px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper{
        top:50%!important;
        left:50%!important;
        width:min(1100px,calc(50vw - 20px))!important;
        height:min(880px,calc(100vh - 80px))!important;
        border-radius:22px!important;
        box-shadow:0 30px 82px rgba(18,36,67,.14)!important;
        opacity:var(--sgr-safety-img-opacity,0)!important;
        visibility:visible!important;
        clip-path:none!important;
        transition:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper img{
        object-fit:cover!important;
        object-position:center center!important;
    }
}

/* safety-process-full-right-image1: clean white stage with a full-height right visual */
html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied{
    background:#fff!important;
}

html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied::before{
    opacity:0!important;
    display:none!important;
}

@media (min-width:769px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper{
        top:50%!important;
        left:50%!important;
        width:50vw!important;
        height:100vh!important;
        border-radius:0!important;
        box-shadow:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper img{
        object-fit:cover!important;
        object-position:center center!important;
    }
}

/* youtube-main-ratio-fix1: keep the featured YouTube content from feeling too wide */
@media (min-width:981px){
    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        grid-template-columns:minmax(0,min(52vw,760px)) minmax(360px,430px)!important;
        width:min(1280px,calc(100vw - 120px))!important;
        max-width:1280px!important;
        height:clamp(350px,29.25vw,428px)!important;
        gap:clamp(30px,2.5vw,44px)!important;
        justify-content:center!important;
        align-items:stretch!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured{
        height:100%!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-featured .sgr-youtube-thumb.sgr-youtube-thumb{
        width:100%!important;
        height:100%!important;
        aspect-ratio:16/9!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-list.sgr-youtube-list{
        height:100%!important;
    }
}

/* safety-process-60-image-and-static-pc-header1 */
@media (min-width:981px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__left{
        flex:0 0 40vw!important;
        width:40vw!important;
        max-width:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__right{
        flex:0 0 60vw!important;
        width:60vw!important;
        max-width:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper{
        left:50%!important;
        width:60vw!important;
        height:100vh!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .content{
        width:min(500px,calc(40vw - 108px))!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-header{
        position:absolute!important;
    }
}

/* philosophy-height-match-safety1: match the philosophy section height to the safety visual stage */
@media (min-width:981px){
    html body #sgr-renewal#sgr-renewal .sgr-philosophy-section{
        height:100vh!important;
        min-height:100vh!important;
        box-sizing:border-box!important;
        padding-top:clamp(72px,8vh,118px)!important;
        padding-bottom:clamp(72px,8vh,118px)!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-philosophy-photo img{
        height:min(620px,calc(100vh - 164px))!important;
    }
}

/* pc-youtube-map-safety-motion1: enlarge YouTube, set map ratio 60:40, and slide safety images into place */
@media (min-width:981px){
    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-grid.sgr-youtube-grid{
        grid-template-columns:minmax(0,min(59vw,940px)) minmax(430px,540px)!important;
        width:min(1540px,calc(100vw - 80px))!important;
        max-width:1540px!important;
        height:clamp(460px,32.5vw,570px)!important;
        gap:clamp(38px,3vw,58px)!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item{
        grid-template-columns:clamp(178px,11.7vw,220px) minmax(0,1fr)!important;
        height:clamp(112px,6.5vw,132px)!important;
        gap:clamp(18px,1.4vw,24px)!important;
        padding-right:clamp(20px,1.6vw,30px)!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item .sgr-youtube-thumb.sgr-youtube-thumb{
        width:clamp(178px,11.7vw,220px)!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-card.is-list-item strong{
        font-size:clamp(15px,1vw,18px)!important;
        line-height:1.46!important;
    }

    html body #sgr-renewal.sgr-renewal .sgr-directions-section,
    html body #sgr-renewal#sgr-renewal .sgr-directions-section.sgr-directions-section{
        width:100%!important;
        margin-left:0!important;
        margin-right:0!important;
        grid-template-columns:minmax(0,60%) minmax(0,40%)!important;
        grid-template-rows:clamp(600px,36vw,700px)!important;
        min-height:clamp(600px,36vw,700px)!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-map{
        grid-column:1!important;
        width:100%!important;
        height:clamp(600px,36vw,700px)!important;
        overflow:hidden!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-map iframe{
        width:100%!important;
        height:100%!important;
        transform:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-inner{
        grid-column:2!important;
        width:100%!important;
        height:clamp(600px,36vw,700px)!important;
        padding:clamp(72px,6vw,118px) clamp(44px,4.2vw,84px)!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-directions-section.sgr-directions-section .sgr-directions-inner::after{
        right:-9vw!important;
    }
}

@media (min-width:769px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper{
        transform:translate3d(calc(-50% + var(--sgr-safety-slide-x,0px)),-50%,0)!important;
        will-change:opacity,transform!important;
    }
}

/* header-scroll-direction1: PC header appears while scrolling up and hides while scrolling down */
@media (min-width:981px){
    html body #sgr-renewal#sgr-renewal .sgr-header{
        position:fixed!important;
        left:50%!important;
        z-index:1200!important;
        transform:translate3d(-50%,0,0)!important;
        opacity:1!important;
        pointer-events:auto!important;
        will-change:transform,opacity!important;
        transition:
            top .28s ease,
            width .28s ease,
            height .28s ease,
            padding .28s ease,
            background-color .28s ease,
            border-color .28s ease,
            border-radius .28s ease,
            box-shadow .28s ease,
            transform .34s cubic-bezier(.22,.61,.36,1),
            opacity .24s ease!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-header.is-hidden:not(.is-open){
        transform:translate3d(-50%,-132%,0)!important;
        opacity:0!important;
        pointer-events:none!important;
        background:transparent!important;
        border-color:transparent!important;
        box-shadow:none!important;
        backdrop-filter:none!important;
        -webkit-backdrop-filter:none!important;
        transition:transform .3s cubic-bezier(.22,.61,.36,1),opacity .16s ease!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-header.is-visible,
    html body #sgr-renewal#sgr-renewal .sgr-header.is-open{
        transform:translate3d(-50%,0,0)!important;
        opacity:1!important;
        pointer-events:auto!important;
    }
}

/* event-all-visible-pc1: show all five event cards at once with centered side breathing room */
@media (min-width:981px){
    html body #sgr-renewal#sgr-renewal .sgr-signature.sgr-signature{
        padding:136px 0 116px!important;
        overflow:hidden!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-signature.sgr-signature .sgr-signature-grid.sgr-signature-grid{
        display:grid!important;
        grid-template-columns:repeat(5,minmax(0,1fr))!important;
        gap:clamp(16px,1.25vw,24px)!important;
        width:min(1660px,calc(100vw - 96px))!important;
        max-width:1660px!important;
        margin:0 auto!important;
        padding:0!important;
        overflow:visible!important;
        scroll-snap-type:none!important;
        scroll-padding-left:0!important;
        border-radius:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card.sgr-signature-card{
        display:block!important;
        flex:none!important;
        width:100%!important;
        min-width:0!important;
        max-width:none!important;
        margin:0!important;
        scroll-snap-align:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card img{
        width:100%!important;
        height:auto!important;
        aspect-ratio:2 / 3!important;
        object-fit:cover!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card h3{
        font-size:clamp(21px,1.35vw,28px)!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card p{
        font-size:clamp(14px,.86vw,16px)!important;
        line-height:1.58!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-signature.sgr-signature .sgr-signature-dots{
        display:none!important;
    }
}

/* mobile-safety-cards1: mobile-only safety process card slider */
html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-carousel{
    display:none;
}

@media (max-width:768px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied{
        padding:82px 0 88px!important;
        background:#fff!important;
        overflow:hidden!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied::before,
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .spacer,
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__left,
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch__right{
        display:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .container{
        width:100%!important;
        max-width:none!important;
        margin:0!important;
        padding:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .arch{
        display:block!important;
        width:100%!important;
        max-width:none!important;
        min-height:0!important;
        height:auto!important;
        margin:0!important;
        padding:0!important;
        overflow:visible!important;
        background:transparent!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-carousel{
        display:block!important;
        width:100%!important;
        margin:0!important;
        color:var(--sgr-navy)!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-track{
        display:flex!important;
        gap:18px!important;
        width:100%!important;
        padding:0 22px 4px!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        scroll-snap-type:x mandatory!important;
        scroll-padding-left:22px!important;
        -webkit-overflow-scrolling:touch!important;
        overscroll-behavior-x:contain!important;
        scrollbar-width:none!important;
        box-sizing:border-box!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-track::-webkit-scrollbar{
        display:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-card{
        flex:0 0 calc(100vw - 44px)!important;
        min-width:0!important;
        margin:0!important;
        border:1px solid rgba(23,38,67,.12)!important;
        border-radius:18px!important;
        overflow:hidden!important;
        background:#fff!important;
        box-shadow:0 20px 48px rgba(23,38,67,.1)!important;
        scroll-snap-align:start!important;
        box-sizing:border-box!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-visual{
        display:block!important;
        width:100%!important;
        height:clamp(235px,63vw,330px)!important;
        overflow:hidden!important;
        background:#eef3f8!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-visual img{
        display:block!important;
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        object-position:center!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-copy{
        padding:24px 24px 26px!important;
        text-align:left!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-copy span{
        display:block!important;
        margin:0 0 10px!important;
        color:var(--sgr-gold)!important;
        font-size:11px!important;
        font-weight:900!important;
        letter-spacing:.08em!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-copy h2{
        margin:0!important;
        color:var(--sgr-navy)!important;
        font-size:clamp(27px,7.4vw,34px)!important;
        font-weight:800!important;
        line-height:1.18!important;
        letter-spacing:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-copy p{
        margin:13px 0 22px!important;
        color:var(--sgr-signature-gray,#62676f)!important;
        font-size:15px!important;
        font-weight:500!important;
        line-height:1.68!important;
        letter-spacing:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-copy a{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        min-width:112px!important;
        height:42px!important;
        padding:0 18px!important;
        border-radius:999px!important;
        background:var(--sgr-navy)!important;
        color:#fff!important;
        font-size:12px!important;
        font-weight:800!important;
        text-decoration:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-dots{
        display:flex!important;
        justify-content:center!important;
        align-items:center!important;
        gap:9px!important;
        margin:24px 0 0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-dots button{
        width:9px!important;
        height:9px!important;
        padding:0!important;
        border:0!important;
        border-radius:999px!important;
        background:rgba(23,38,67,.2)!important;
        cursor:pointer!important;
        transition:width .28s ease,background .28s ease!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-safety-mobile-dots button.is-active{
        width:28px!important;
        background:var(--sgr-navy)!important;
    }
}

/* pc-safety-slide-stack1: slide each safety image in from outside the right edge without dissolve */
@media (min-width:769px){
    html body #sgr-renewal#sgr-renewal .sgr-event-section.sgr-event-arch-supplied .img-wrapper{
        opacity:1!important;
        visibility:visible!important;
        will-change:transform!important;
        transition:none!important;
    }
}

/* mobile-medical-touch1: make Medical Photo cards drag horizontally like the Shorts rail */
@media (max-width:768px){
    html body #sgr-renewal#sgr-renewal .sgr-medical-review .sgr-medical-review-shell{
        width:100%!important;
        max-width:none!important;
        overflow:visible!important;
        padding:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-medical-review .sgr-medical-review-viewport{
        width:100vw!important;
        max-width:none!important;
        margin-left:calc(50% - 50vw)!important;
        margin-right:calc(50% - 50vw)!important;
        padding:0 22px!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        scroll-snap-type:x proximity!important;
        scroll-padding-left:22px!important;
        scroll-behavior:smooth!important;
        -webkit-overflow-scrolling:touch!important;
        overscroll-behavior-x:contain!important;
        overscroll-behavior-y:auto!important;
        touch-action:pan-x pan-y!important;
        scrollbar-width:none!important;
        box-sizing:border-box!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-medical-review .sgr-medical-review-viewport::-webkit-scrollbar{
        display:none!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-medical-review .sgr-medical-review-track{
        width:max-content!important;
        gap:16px!important;
        padding:0!important;
    }

    html body #sgr-renewal#sgr-renewal .sgr-medical-review .sgr-medical-review-card{
        flex:0 0 min(76vw,300px)!important;
        width:min(76vw,300px)!important;
        scroll-snap-align:start!important;
        scroll-snap-stop:normal!important;
    }
}

/* signature-event-square-thumbs1: supplied event thumbnails use a clean 1:1 image frame */
html body #sgr-renewal#sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:1 / 1!important;
    object-fit:cover!important;
    object-position:center center!important;
}

@media (max-width:980px){
    html body #sgr-renewal#sgr-renewal .sgr-signature.sgr-signature .sgr-signature-card img{
        height:auto!important;
        aspect-ratio:1 / 1!important;
    }
}

/* SUGAR_RENEWAL_AUTH_STATE_START */
html body #sgr-renewal#sgr-renewal#sgr-renewal .sgr-header .sgr-auth-link[data-sgr-auth-state="logout"]{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:34px!important;
    color:#fff!important;
    background:none!important;
    font-family:var(--sgp-font,var(--sgr-font,"Noto Sans KR","Noto Sans",sans-serif))!important;
    font-size:14px!important;
    font-weight:800!important;
    line-height:1!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
}

html body #sgr-renewal#sgr-renewal#sgr-renewal .sgr-header.sgn-solid .sgr-auth-link[data-sgr-auth-state="logout"]{
    color:#1b2a4a!important;
}

html body #sgr-renewal#sgr-renewal#sgr-renewal .sgr-header .sgr-auth-link[data-sgr-auth-join][hidden],
.sgr-menu-panel .sgn-top a[data-sgr-auth-join][hidden]{
    display:none!important;
}
/* SUGAR_RENEWAL_AUTH_STATE_END */

/* SUGAR_RENEWAL_LOGIN_MODAL_START */
body.sgr-login-modal-open{
    overflow:hidden!important;
}

.sgr-login-modal[hidden]{
    display:none!important;
}

.sgr-login-modal{
    position:fixed;
    z-index:4000;
    inset:0;
    display:grid;
    place-items:center;
    overflow:hidden;
    padding:max(20px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));
    background:rgba(10,18,32,.64);
    overscroll-behavior:contain;
    font-family:var(--sgp-font,var(--sgr-font,"Noto Sans KR","Noto Sans",sans-serif));
    color:#172033;
    opacity:0;
    pointer-events:none;
    transition:opacity 1s ease-in-out;
}

.sgr-login-modal.is-open{
    opacity:1;
    pointer-events:auto;
}

.sgr-login-modal *,
.sgr-login-modal *::before,
.sgr-login-modal *::after{
    box-sizing:border-box;
}

.sgr-login-dialog{
    position:relative;
    width:min(100%,500px);
    height:auto;
    max-height:calc(100vh - 40px);
    max-height:calc(100dvh - 40px);
    overflow-y:auto;
    padding:28px 40px 16px;
    border-radius:22px;
    background:#fff;
    box-shadow:0 30px 80px rgba(10,18,32,.28);
    opacity:0;
    transform:translateY(28px) scale(.975);
    transition:opacity 1.4s cubic-bezier(.4,0,.2,1),transform 1.4s cubic-bezier(.4,0,.2,1);
    will-change:opacity,transform;
}

.sgr-login-modal.is-open .sgr-login-dialog{
    opacity:1;
    transform:none;
}

.sgr-login-modal button,
.sgr-login-modal input{
    font:inherit;
}

.sgr-login-modal a{
    color:inherit;
    text-decoration:none;
}

.sgr-login-modal a:focus-visible,
.sgr-login-modal button:focus-visible,
.sgr-login-modal input:focus-visible{
    outline:3px solid #6589d1;
    outline-offset:3px;
}

.sgr-login-close{
    position:absolute;
    z-index:2;
    top:22px;
    right:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    padding:0;
    border:0;
    background:none;
    color:#1b2a4a;
    cursor:pointer;
}

.sgr-login-close:hover{
    color:#3c5585;
}

.sgr-login-close svg{
    display:block;
    width:20px;
    height:20px;
}

.sgr-login-eyebrow{
    margin:0 0 6px;
    color:#3c5585;
    font-family:var(--sgp-en,"Playfair Display",Georgia,serif);
    font-size:12px;
    letter-spacing:.18em;
}

.sgr-login-title{
    margin:0;
    color:#172643;
    font-size:36px;
    font-weight:500;
    line-height:1.2;
    letter-spacing:-.055em;
}

.sgr-login-form{
    display:grid;
    gap:12px;
    margin:0;
}

.sgr-login-field{
    display:grid;
    gap:5px;
}

.sgr-login-field label{
    color:#172033;
    font-size:13px;
    font-weight:700;
}

.sgr-login-field input{
    width:100%;
    height:50px;
    margin:0;
    padding:0 15px;
    border:1px solid #dfe3e8;
    border-radius:10px;
    background:#fff;
    color:#172033;
    font-size:16px;
    appearance:none;
}

.sgr-login-field input::placeholder{
    color:#a4a9b1;
}

.sgr-login-field input:focus{
    border-color:#3c5585;
    box-shadow:0 0 0 4px rgba(60,85,133,.1);
    outline:0;
}

.sgr-login-form-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    color:#6d7480;
    font-size:12px;
}

.sgr-login-keep{
    display:inline-flex;
    align-items:center;
    gap:7px;
    cursor:pointer;
}

.sgr-login-keep input{
    width:17px;
    height:17px;
    margin:0;
    accent-color:#172643;
}

.sgr-login-find{
    padding:6px 0;
}

.sgr-login-submit{
    width:100%;
    height:50px;
    margin:0;
    padding:0 20px;
    border:0;
    border-radius:10px;
    background:#172643;
    color:#fff;
    font-size:14px;
    font-weight:800;
    letter-spacing:.08em;
    cursor:pointer;
    box-shadow:0 12px 28px rgba(23,38,67,.18);
}

.sgr-login-submit:hover{
    background:#3c5585;
}

.sgr-login-divider{
    display:flex;
    align-items:center;
    gap:13px;
    margin:14px 0 8px;
    color:#969ca5;
    font-size:11px;
    letter-spacing:.08em;
}

.sgr-login-divider::before,
.sgr-login-divider::after{
    content:"";
    height:1px;
    flex:1;
    background:#dfe3e8;
}

.sgr-login-social{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin:14px 0 0;
}

.sgr-login-social-link{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:60px;
    border-radius:12px;
    font-size:14px;
    font-weight:800;
    box-shadow:0 10px 24px rgba(23,38,67,.1);
    transition:filter .2s ease,transform .2s ease;
}

.sgr-login-social-link:hover{
    filter:brightness(.97);
    transform:translateY(-1px);
}

.sgr-login-social-link i{
    display:grid;
    place-items:center;
    width:25px;
    height:25px;
    border-radius:50%;
    font-style:normal;
    font-size:12px;
}

.sgr-login-naver{
    background:#03c75a;
    color:#fff!important;
}

.sgr-login-naver i{
    background:#fff;
    color:#03c75a;
}

.sgr-login-kakao{
    background:#fee500;
    color:#261c1c!important;
}

.sgr-login-kakao i{
    background:#261c1c;
    color:#fee500;
}

.sgr-login-join{
    margin:14px 0 0;
    color:#6d7480;
    font-size:12px;
    text-align:center;
}

.sgr-login-join a{
    margin-left:5px;
    color:#172643;
    font-weight:800;
    border-bottom:1px solid currentColor;
}

.sgr-login-privacy{
    margin:10px 0 0;
    color:#9499a2;
    font-size:11px;
    line-height:1.55;
    text-align:center;
}

@media (max-width:980px){
    .sgr-login-social{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width:520px){
    .sgr-login-modal{
        padding:0;
    }

    .sgr-login-dialog{
        width:calc(100% - 24px);
        max-height:calc(100vh - 24px);
        max-height:calc(100dvh - 24px);
        padding:22px 20px 14px;
    }

    .sgr-login-close{
        top:10px;
        right:8px;
    }

    .sgr-login-eyebrow{
        margin-bottom:4px;
    }

    .sgr-login-title{
        font-size:30px;
    }

    .sgr-login-social{
        gap:8px;
        margin-top:10px;
    }

    .sgr-login-social-link{
        gap:8px;
        min-height:48px;
        font-size:13px;
    }

    .sgr-login-social-link i{
        width:22px;
        height:22px;
    }

    .sgr-login-divider{
        margin:10px 0 5px;
    }

    .sgr-login-form{
        gap:8px;
    }

    .sgr-login-field{
        gap:3px;
    }

    .sgr-login-field input{
        height:46px;
    }

    .sgr-login-submit{
        height:46px;
    }

    .sgr-login-join{
        margin-top:10px;
    }

    .sgr-login-privacy{
        margin-top:7px;
    }

}

@media (prefers-reduced-motion:reduce){
    .sgr-login-modal{
        transition:opacity 1s ease-in-out;
    }

    .sgr-login-dialog{
        transform:translateY(18px);
        transition:opacity 1.4s cubic-bezier(.4,0,.2,1),transform 1.4s cubic-bezier(.4,0,.2,1);
        will-change:opacity,transform;
    }

    .sgr-login-modal.is-open .sgr-login-dialog{
        transform:none;
    }

    .sgr-login-social-link{
        transition:none;
    }
}
/* SUGAR_RENEWAL_LOGIN_MODAL_END */

/* featured-header-admin-fade5: desktop shortcuts match the header admin-link hover; mobile keeps the drawer only */
@media (min-width:981px){
    html body #sgr-renewal .sgr-header .sgr-featured-nav{
        grid-column:2!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        justify-self:center!important;
        gap:clamp(16px,1.65vw,32px)!important;
        min-width:0;
        font-family:var(--sgr-font,"Noto Sans KR","Noto Sans",sans-serif)!important;
        font-size:clamp(13px,.78vw,15px)!important;
        font-weight:500!important;
        line-height:1.4!important;
        letter-spacing:-.025em!important;
        transition:opacity .2s ease,visibility .2s ease;
    }

    html body #sgr-renewal .sgr-header .sgr-featured-nav a{
        color:#fff!important;
        white-space:nowrap;
        text-shadow:0 1px 5px rgba(15,28,60,.42);
        transition:color .2s ease,opacity .2s ease;
    }

    html body #sgr-renewal .sgr-header .sgr-featured-nav a::after{
        display:none!important;
    }

    html body #sgr-renewal .sgr-header .sgr-featured-nav a:hover{
        opacity:.72;
    }

    html body #sgr-renewal .sgr-header.sgn-solid .sgr-featured-nav a{
        color:#1b2a4a!important;
        text-shadow:none;
    }

    html body #sgr-renewal .sgr-header.is-open .sgr-featured-nav{
        opacity:0!important;
        visibility:hidden!important;
        pointer-events:none!important;
    }

    html body #sgr-renewal .sgr-header .sgr-featured-nav a:focus-visible{
        outline:2px solid currentColor;
        outline-offset:5px;
    }
}

@media (max-width:980px){
    html body #sgr-renewal .sgr-header .sgr-featured-nav{
        display:none!important;
    }

    .sgp-medical-sources li.sgv2-responsive-translate{
        --sgv2-translate-x-mobile:0px!important;
    }
}

/* youtube-more-medical-parity1 */
html:is(:lang(ko),:lang(en),:lang(ja),:lang(zh-Hant)) body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:78px!important;
    min-width:78px!important;
    max-width:78px!important;
    height:78px!important;
    padding:0!important;
    border:1px solid rgba(23,38,67,.35)!important;
    border-radius:50%!important;
    background:transparent!important;
    color:var(--sgr-blue)!important;
    font-size:0!important;
    font-weight:900!important;
    letter-spacing:.12em!important;
    line-height:normal!important;
    text-decoration:none!important;
    box-shadow:none!important;
    transition:border-color .25s ease,color .25s ease,background .25s ease!important;
}

html:is(:lang(ko),:lang(en),:lang(ja),:lang(zh-Hant)) body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a::before{
    content:"MORE"!important;
    color:inherit!important;
    font-size:11px!important;
    font-weight:900!important;
    letter-spacing:.12em!important;
    line-height:normal!important;
}

html:is(:lang(ko),:lang(en),:lang(ja),:lang(zh-Hant)) body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a:hover{
    border-color:var(--sgr-navy)!important;
    background:var(--sgr-navy)!important;
    color:#fff!important;
    box-shadow:none!important;
}

@media (min-width:981px){
    html:is(:lang(ko),:lang(en),:lang(ja),:lang(zh-Hant)) body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a,
    html:is(:lang(ko),:lang(en),:lang(ja),:lang(zh-Hant)) body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a:hover{
        position:absolute!important;
        top:50%!important;
        right:0!important;
        margin:0!important;
        transform:translateY(-50%)!important;
    }
}

@media (max-width:980px){
    html:is(:lang(ko),:lang(en),:lang(ja),:lang(zh-Hant)) body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a{
        position:static!important;
        width:54px!important;
        min-width:54px!important;
        max-width:54px!important;
        height:54px!important;
        margin:18px auto 0!important;
        transform:none!important;
    }

    html:is(:lang(ko),:lang(en),:lang(ja),:lang(zh-Hant)) body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a::before{
        font-size:9px!important;
    }

    html:is(:lang(ko),:lang(en),:lang(ja),:lang(zh-Hant)) body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a:hover,
    html:is(:lang(ko),:lang(en),:lang(ja),:lang(zh-Hant)) body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a:focus-visible,
    html:is(:lang(ko),:lang(en),:lang(ja),:lang(zh-Hant)) body #sgr-renewal#sgr-renewal .sgr-youtube-section.sgr-youtube-section .sgr-youtube-head.sgr-youtube-head>a:active{
        transform:none!important;
    }
}

/* SUGAR_FONTS_V1 2026-09-04 self-hosted web fonts: Noto Sans KR (variable 100-900, unicode-range slices) + Playfair Display (variable 400-900, latin/latin-ext). Source Google Fonts (OFL). Delete this block to revert. */
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x.woff2) format('woff2');unicode-range:U+f9ca-fa0b, U+ff03-ff05, U+ff07, U+ff0a-ff0b, U+ff0d-ff19, U+ff1b, U+ff1d, U+ff20-ff5b, U+ff5d, U+ffe0-ffe3, U+ffe5-ffe6}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-2.woff2) format('woff2');unicode-range:U+f92f-f980, U+f982-f9c9}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-3.woff2) format('woff2');unicode-range:U+d723-d728, U+d72a-d733, U+d735-d748, U+d74a-d74f, U+d752-d753, U+d755-d757, U+d75a-d75f, U+d762-d764, U+d766-d768, U+d76a-d76b, U+d76d-d76f, U+d771-d787, U+d789-d78b, U+d78d-d78f, U+d791-d797, U+d79a, U+d79c, U+d79e-d7a3, U+f900-f909, U+f90b-f92e}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-4.woff2) format('woff2');unicode-range:U+D679-D68B,U+D68E-D69E,U+D6A0,U+D6A2-D6A7,U+D6A9-D6C3,U+D6C6-D6C7,U+D6C9-D6CB,U+D6CD-D6D3,U+D6D5-D6D6,U+D6D8-D6E3,U+D6E5-D6E7,U+D6E9-D6FB,U+D6FD-D717,U+D719-D71B,U+D71D-D71F,U+D721-D722}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-5.woff2) format('woff2');unicode-range:U+d5bc-d5c7, U+d5ca-d5cb, U+d5cd-d5cf, U+d5d1-d5d7, U+d5d9-d5da, U+d5dc, U+d5de-d5e3, U+d5e6-d5e7, U+d5e9-d5eb, U+d5ed-d5f6, U+d5f8, U+d5fa-d5ff, U+d602-d603, U+d605-d607, U+d609-d60f, U+d612-d613, U+d616-d61b, U+d61d-d637, U+d63a-d63b, U+d63d-d63f, U+d641-d647, U+d64a-d64c, U+d64e-d653, U+d656-d657, U+d659-d65b, U+d65d-d666, U+d668, U+d66a-d678}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-6.woff2) format('woff2');unicode-range:U+d507, U+d509-d50b, U+d50d-d513, U+d515-d53b, U+d53e-d53f, U+d541-d543, U+d545-d54c, U+d54e, U+d550, U+d552-d557, U+d55a-d55b, U+d55d-d55f, U+d561-d564, U+d566-d567, U+d56a, U+d56c, U+d56e-d573, U+d576-d577, U+d579-d583, U+d585-d586, U+d58a-d5a4, U+d5a6-d5bb}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-7.woff2) format('woff2');unicode-range:U+d464-d477, U+d47a-d47b, U+d47d-d47f, U+d481-d487, U+d489-d48a, U+d48c, U+d48e-d4e7, U+d4e9-d503, U+d505-d506}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-8.woff2) format('woff2');unicode-range:U+d3bf-d3c7, U+d3ca-d3cf, U+d3d1-d3eb, U+d3ee-d3ef, U+d3f1-d3f3, U+d3f5-d3fb, U+d3fd-d400, U+d402-d45b, U+d45d-d463}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-9.woff2) format('woff2');unicode-range:U+d2ff, U+d302-d304, U+d306-d30b, U+d30f, U+d311-d313, U+d315-d31b, U+d31e, U+d322-d324, U+d326-d327, U+d32a-d32b, U+d32d-d32f, U+d331-d337, U+d339-d33c, U+d33e-d37b, U+d37e-d37f, U+d381-d383, U+d385-d38b, U+d38e-d390, U+d392-d397, U+d39a-d39b, U+d39d-d39f, U+d3a1-d3a7, U+d3a9-d3aa, U+d3ac, U+d3ae-d3b3, U+d3b5-d3b7, U+d3b9-d3bb, U+d3bd-d3be}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-10.woff2) format('woff2');unicode-range:U+d257-d27f, U+d281-d29b, U+d29d-d29f, U+d2a1-d2ab, U+d2ad-d2b7, U+d2ba-d2bb, U+d2bd-d2bf, U+d2c1-d2c7, U+d2c9-d2ef, U+d2f2-d2f3, U+d2f5-d2f7, U+d2f9-d2fe}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-11.woff2) format('woff2');unicode-range:U+d1b4, U+d1b6-d1f3, U+d1f5-d22b, U+d22e-d22f, U+d231-d233, U+d235-d23b, U+d23d-d240, U+d242-d256}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-12.woff2) format('woff2');unicode-range:U+d105-d12f, U+d132-d133, U+d135-d137, U+d139-d13f, U+d141-d142, U+d144, U+d146-d14b, U+d14e-d14f, U+d151-d153, U+d155-d15b, U+d15e-d187, U+d189-d19f, U+d1a2-d1a3, U+d1a5-d1a7, U+d1a9-d1af, U+d1b2-d1b3}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-13.woff2) format('woff2');unicode-range:U+d04b-d04f, U+d051-d057, U+d059-d06b, U+d06d-d06f, U+d071-d073, U+d075-d07b, U+d07e-d0a3, U+d0a6-d0a7, U+d0a9-d0ab, U+d0ad-d0b3, U+d0b6, U+d0b8, U+d0ba-d0bf, U+d0c2-d0c3, U+d0c5-d0c7, U+d0c9-d0cf, U+d0d2, U+d0d6-d0db, U+d0de-d0df, U+d0e1-d0e3, U+d0e5-d0eb, U+d0ee-d0f0, U+d0f2-d104}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-14.woff2) format('woff2');unicode-range:U+cfa2-cfc3, U+cfc5-cfdf, U+cfe2-cfe3, U+cfe5-cfe7, U+cfe9-cff4, U+cff6-cffb, U+cffd-cfff, U+d001-d003, U+d005-d017, U+d019-d033, U+d036-d037, U+d039-d03b, U+d03d-d04a}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-15.woff2) format('woff2');unicode-range:U+cef0-cef3, U+cef6, U+cef9-ceff, U+cf01-cf03, U+cf05-cf07, U+cf09-cf0f, U+cf11-cf12, U+cf14-cf1b, U+cf1d-cf1f, U+cf21-cf2f, U+cf31-cf53, U+cf56-cf57, U+cf59-cf5b, U+cf5d-cf63, U+cf66, U+cf68, U+cf6a-cf6f, U+cf71-cf84, U+cf86-cf8b, U+cf8d-cfa1}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-16.woff2) format('woff2');unicode-range:U+ce3c-ce57, U+ce5a-ce5b, U+ce5d-ce5f, U+ce61-ce67, U+ce6a, U+ce6c, U+ce6e-ce73, U+ce76-ce77, U+ce79-ce7b, U+ce7d-ce83, U+ce85-ce88, U+ce8a-ce8f, U+ce91-ce93, U+ce95-ce97, U+ce99-ce9f, U+cea2, U+cea4-ceab, U+cead-cee3, U+cee6-cee7, U+cee9-ceeb, U+ceed-ceef}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-17.woff2) format('woff2');unicode-range:U+cd92-cd93, U+cd96-cd97, U+cd99-cd9b, U+cd9d-cda3, U+cda6-cda8, U+cdaa-cdaf, U+cdb1-cdc3, U+cdc5-cdcb, U+cdcd-cde7, U+cde9-ce03, U+ce05-ce1f, U+ce22-ce34, U+ce36-ce3b}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-18.woff2) format('woff2');unicode-range:U+ccef-cd07, U+cd0a-cd0b, U+cd0d-cd1a, U+cd1c, U+cd1e-cd2b, U+cd2d-cd5b, U+cd5d-cd77, U+cd79-cd91}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-19.woff2) format('woff2');unicode-range:U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-20.woff2) format('woff2');unicode-range:U+cb91-cbd3, U+cbd5-cbe3, U+cbe5-cc0b, U+cc0e-cc0f, U+cc11-cc13, U+cc15-cc1b, U+cc1d-cc20, U+cc23-cc27, U+cc2a-cc2b, U+cc2d, U+cc2f, U+cc31-cc37, U+cc3a, U+cc3c}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-21.woff2) format('woff2');unicode-range:U+caf4-cb47, U+cb4a-cb90}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-22.woff2) format('woff2');unicode-range:U+ca4a-ca4b, U+ca4e-ca4f, U+ca51-ca53, U+ca55-ca5b, U+ca5d-ca60, U+ca62-ca83, U+ca85-cabb, U+cabe-cabf, U+cac1-cac3, U+cac5-cacb, U+cacd-cad0, U+cad2, U+cad4-cad8, U+cada-caf3}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-23.woff2) format('woff2');unicode-range:U+c996-c997, U+c99a-c99c, U+c99e-c9bf, U+c9c2-c9c3, U+c9c5-c9c7, U+c9c9-c9cf, U+c9d2, U+c9d4, U+c9d7-c9d8, U+c9db, U+c9de-c9df, U+c9e1-c9e3, U+c9e5-c9e6, U+c9e8-c9eb, U+c9ee-c9f0, U+c9f2-c9f7, U+c9f9-ca0b, U+ca0d-ca28, U+ca2a-ca49}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-24.woff2) format('woff2');unicode-range:U+c8e9-c8f4, U+c8f6-c8fb, U+c8fe-c8ff, U+c901-c903, U+c905-c90b, U+c90e-c910, U+c912-c917, U+c919-c92b, U+c92d-c94f, U+c951-c953, U+c955-c96b, U+c96d-c973, U+c975-c987, U+c98a-c98b, U+c98d-c98f, U+c991-c995}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-25.woff2) format('woff2');unicode-range:U+c841-c84b, U+c84d-c86f, U+c872-c873, U+c875-c877, U+c879-c87f, U+c882-c884, U+c887-c88a, U+c88d-c8c3, U+c8c5-c8df, U+c8e1-c8e8}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-26.woff2) format('woff2');unicode-range:U+c779-c77b, U+c77e-c782, U+c786, U+c78b, U+c78d, U+c78f, U+c792-c793, U+c795, U+c797, U+c799-c79f, U+c7a2, U+c7a7-c7ab, U+c7ae-c7bb, U+c7bd-c7c0, U+c7c2-c7c7, U+c7c9-c7dc, U+c7de-c7ff, U+c802-c803, U+c805-c807, U+c809, U+c80b-c80f, U+c812, U+c814, U+c817-c81b, U+c81e-c81f, U+c821-c823, U+c825-c82e, U+c830-c837, U+c839-c83b, U+c83d-c840}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-27.woff2) format('woff2');unicode-range:U+c6bb-c6bf, U+c6c2, U+c6c4, U+c6c6-c6cb, U+c6ce-c6cf, U+c6d1-c6d3, U+c6d5-c6db, U+c6dd-c6df, U+c6e1-c6e7, U+c6e9-c6eb, U+c6ed-c6ef, U+c6f1-c6f8, U+c6fa-c703, U+c705-c707, U+c709-c70b, U+c70d-c716, U+c718, U+c71a-c71f, U+c722-c723, U+c725-c727, U+c729-c734, U+c736-c73b, U+c73e-c73f, U+c741-c743, U+c745-c74b, U+c74e-c750, U+c752-c757, U+c759-c773, U+c776-c777}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-28.woff2) format('woff2');unicode-range:U+c5f5-c5fb, U+c5fe, U+c602-c605, U+c607, U+c609-c60f, U+c611-c61a, U+c61c-c623, U+c626-c627, U+c629-c62b, U+c62d, U+c62f-c632, U+c636, U+c638, U+c63a-c63f, U+c642-c643, U+c645-c647, U+c649-c652, U+c656-c65b, U+c65d-c65f, U+c661-c663, U+c665-c677, U+c679-c67b, U+c67d-c693, U+c696-c697, U+c699-c69b, U+c69d-c6a3, U+c6a6, U+c6a8, U+c6aa-c6af, U+c6b2-c6b3, U+c6b5-c6b7, U+c6b9-c6ba}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-29.woff2) format('woff2');unicode-range:U+c517-c527, U+c52a-c52b, U+c52d-c52f, U+c531-c538, U+c53a, U+c53c, U+c53e-c543, U+c546-c547, U+c54b, U+c54d-c552, U+c556, U+c55a-c55b, U+c55d, U+c55f, U+c562-c563, U+c565-c567, U+c569-c56f, U+c572, U+c574, U+c576-c57b, U+c57e-c57f, U+c581-c583, U+c585-c586, U+c588-c58b, U+c58e, U+c590, U+c592-c596, U+c599-c5b3, U+c5b6-c5b7, U+c5ba, U+c5be-c5c3, U+c5ca-c5cb, U+c5cd, U+c5cf, U+c5d2-c5d3, U+c5d5-c5d7, U+c5d9-c5df, U+c5e1-c5e2, U+c5e4, U+c5e6-c5eb, U+c5ef, U+c5f1-c5f3}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-30.woff2) format('woff2');unicode-range:U+c475-c4ef, U+c4f2-c4f3, U+c4f5-c4f7, U+c4f9-c4ff, U+c502-c50b, U+c50d-c516}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-31.woff2) format('woff2');unicode-range:U+c3d0-c3d7, U+c3da-c3db, U+c3dd-c3de, U+c3e1-c3ec, U+c3ee-c3f3, U+c3f5-c42b, U+c42d-c463, U+c466-c474}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-32.woff2) format('woff2');unicode-range:U+c32b-c367, U+c36a-c36b, U+c36d-c36f, U+c371-c377, U+c37a-c37b, U+c37e-c383, U+c385-c387, U+c389-c3cf}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-33.woff2) format('woff2');unicode-range:U+c26a-c26b, U+c26d-c26f, U+c271-c273, U+c275-c27b, U+c27e-c287, U+c289-c28f, U+c291-c297, U+c299-c29a, U+c29c-c2a3, U+c2a5-c2a7, U+c2a9-c2ab, U+c2ad-c2b3, U+c2b6, U+c2b8, U+c2ba-c2bb, U+c2bd-c2db, U+c2de-c2df, U+c2e1-c2e2, U+c2e5-c2ea, U+c2ee, U+c2f0, U+c2f2-c2f5, U+c2f7, U+c2fa-c2fb, U+c2fd-c2ff, U+c301-c307, U+c309-c30c, U+c30e-c312, U+c315-c323, U+c325-c328, U+c32a}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-34.woff2) format('woff2');unicode-range:U+c1bc-c1c3, U+c1c5-c1df, U+c1e1-c1fb, U+c1fd-c203, U+c205-c20c, U+c20e, U+c210-c217, U+c21a-c21b, U+c21d-c21e, U+c221-c227, U+c229-c22a, U+c22c, U+c22e, U+c230, U+c233-c24f, U+c251-c257, U+c259-c269}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-35.woff2) format('woff2');unicode-range:U+c101-c11b, U+c11f, U+c121-c123, U+c125-c12b, U+c12e, U+c132-c137, U+c13a-c13b, U+c13d-c13f, U+c141-c147, U+c14a, U+c14c-c153, U+c155-c157, U+c159-c15b, U+c15d-c166, U+c169-c16f, U+c171-c177, U+c179-c18b, U+c18e-c18f, U+c191-c193, U+c195-c19b, U+c19d-c19e, U+c1a0, U+c1a2-c1a4, U+c1a6-c1bb}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-36.woff2) format('woff2');unicode-range:U+c049-c057, U+c059-c05b, U+c05d-c05f, U+c061-c067, U+c069-c08f, U+c091-c0ab, U+c0ae-c0af, U+c0b1-c0b3, U+c0b5, U+c0b7-c0bb, U+c0be, U+c0c2-c0c7, U+c0ca-c0cb, U+c0cd-c0cf, U+c0d1-c0d7, U+c0d9-c0da, U+c0dc, U+c0de-c0e3, U+c0e5-c0eb, U+c0ed-c0f3, U+c0f6, U+c0f8, U+c0fa-c0ff}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-37.woff2) format('woff2');unicode-range:U+bfa7-bfaf, U+bfb1-bfc4, U+bfc6-bfcb, U+bfce-bfcf, U+bfd1-bfd3, U+bfd5-bfdb, U+bfdd-c048}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-38.woff2) format('woff2');unicode-range:U+bf07, U+bf09-bf3f, U+bf41-bf4f, U+bf52-bf54, U+bf56-bfa6}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-39.woff2) format('woff2');unicode-range:U+be56, U+be58, U+be5c-be5f, U+be62-be63, U+be65-be67, U+be69-be74, U+be76-be7b, U+be7e-be7f, U+be81-be8e, U+be90, U+be92-bea7, U+bea9-becf, U+bed2-bed3, U+bed5-bed6, U+bed9-bee3, U+bee6-bf06}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-40.woff2) format('woff2');unicode-range:U+bdb0-bdd3, U+bdd5-bdef, U+bdf1-be0b, U+be0d-be0f, U+be11-be13, U+be15-be43, U+be46-be47, U+be49-be4b, U+be4d-be53}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-41.woff2) format('woff2');unicode-range:U+bd03, U+bd06, U+bd08, U+bd0a-bd0f, U+bd11-bd22, U+bd25-bd47, U+bd49-bd58, U+bd5a-bd7f, U+bd82-bd83, U+bd85-bd87, U+bd8a-bd8f, U+bd91-bd92, U+bd94, U+bd96-bd98, U+bd9a-bdaf}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-42.woff2) format('woff2');unicode-range:U+bc4e-bc83, U+bc86-bc87, U+bc89-bc8b, U+bc8d-bc93, U+bc96, U+bc98, U+bc9b-bc9f, U+bca2-bca3, U+bca5-bca7, U+bca9-bcb2, U+bcb4-bcbb, U+bcbe-bcbf, U+bcc1-bcc3, U+bcc5-bccc, U+bcce-bcd0, U+bcd2-bcd4, U+bcd6-bcf3, U+bcf7, U+bcf9-bcfb, U+bcfd-bd02}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-43.woff2) format('woff2');unicode-range:U+bb90-bba3, U+bba5-bbab, U+bbad-bbbf, U+bbc1-bbf7, U+bbfa-bbfb, U+bbfd-bbfe, U+bc01-bc07, U+bc09-bc0a, U+bc0e, U+bc10, U+bc12-bc13, U+bc17, U+bc19-bc1a, U+bc1e, U+bc20-bc23, U+bc26, U+bc28, U+bc2a-bc2c, U+bc2e-bc2f, U+bc32-bc33, U+bc35-bc37, U+bc39-bc3f, U+bc41-bc42, U+bc44, U+bc46-bc48, U+bc4a-bc4d}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-44.woff2) format('woff2');unicode-range:U+bae6-bafb, U+bafd-bb17, U+bb19-bb33, U+bb37, U+bb39-bb3a, U+bb3d-bb43, U+bb45-bb46, U+bb48, U+bb4a-bb4f, U+bb51-bb53, U+bb55-bb57, U+bb59-bb62, U+bb64-bb8f}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-45.woff2) format('woff2');unicode-range:U+ba30-ba37, U+ba3a-ba3b, U+ba3d-ba3f, U+ba41-ba47, U+ba49-ba4a, U+ba4c, U+ba4e-ba53, U+ba56-ba57, U+ba59-ba5b, U+ba5d-ba63, U+ba65-ba66, U+ba68-ba6f, U+ba71-ba73, U+ba75-ba77, U+ba79-ba84, U+ba86, U+ba88-baa7, U+baaa, U+baad-baaf, U+bab1-bab7, U+baba, U+babc, U+babe-bae5}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-46.woff2) format('woff2');unicode-range:U+b96e-b973, U+b976-b977, U+b979-b97b, U+b97d-b983, U+b986, U+b988, U+b98a-b98d, U+b98f-b9ab, U+b9ae-b9af, U+b9b1-b9b3, U+b9b5-b9bb, U+b9be, U+b9c0, U+b9c2-b9c7, U+b9ca-b9cb, U+b9cd, U+b9d2-b9d7, U+b9da, U+b9dc, U+b9df-b9e0, U+b9e2, U+b9e6-b9e7, U+b9e9-b9f3, U+b9f6, U+b9f8, U+b9fb-ba2f}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-47.woff2) format('woff2');unicode-range:U+b8bf-b8cb, U+b8cd-b8e0, U+b8e2-b8e7, U+b8ea-b8eb, U+b8ed-b8ef, U+b8f1-b8f7, U+b8fa, U+b8fc, U+b8fe-b903, U+b905-b917, U+b919-b91f, U+b921-b93b, U+b93d-b957, U+b95a-b95b, U+b95d-b95f, U+b961-b967, U+b969-b96c}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-48.woff2) format('woff2');unicode-range:U+b80d-b80f, U+b811-b817, U+b81a, U+b81c-b823, U+b826-b827, U+b829-b82b, U+b82d-b833, U+b836, U+b83a-b83f, U+b841-b85b, U+b85e-b85f, U+b861-b863, U+b865-b86b, U+b86e, U+b870, U+b872-b8af, U+b8b1-b8be}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-49.woff2) format('woff2');unicode-range:U+b74d-b75f, U+b761-b763, U+b765-b774, U+b776-b77b, U+b77e-b77f, U+b781-b783, U+b785-b78b, U+b78e, U+b792-b796, U+b79a-b79b, U+b79d-b7a7, U+b7aa, U+b7ae-b7b3, U+b7b6-b7c8, U+b7ca-b7eb, U+b7ee-b7ef, U+b7f1-b7f3, U+b7f5-b7fb, U+b7fe, U+b802-b806, U+b80a-b80b}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-50.woff2) format('woff2');unicode-range:U+b6a7-b6aa, U+b6ac-b6b0, U+b6b2-b6ef, U+b6f1-b727, U+b72a-b72b, U+b72d-b72e, U+b731-b737, U+b739-b73a, U+b73c-b743, U+b745-b74c}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-51.woff2) format('woff2');unicode-range:U+b605-b60f, U+b612-b617, U+b619-b624, U+b626-b69b, U+b69e-b6a3, U+b6a5-b6a6}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-52.woff2) format('woff2');unicode-range:U+b55f, U+b562-b583, U+b585-b59f, U+b5a2-b5a3, U+b5a5-b5a7, U+b5a9-b5b2, U+b5b5-b5ba, U+b5bd-b604}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-53.woff2) format('woff2');unicode-range:U+b4a5-b4b6, U+b4b8-b4bf, U+b4c1-b4c7, U+b4c9-b4db, U+b4de-b4df, U+b4e1-b4e2, U+b4e5-b4eb, U+b4ee, U+b4f0, U+b4f2-b513, U+b516-b517, U+b519-b51a, U+b51d-b523, U+b526, U+b528, U+b52b-b52f, U+b532-b533, U+b535-b537, U+b539-b53f, U+b541-b544, U+b546-b54b, U+b54d-b54f, U+b551-b55b, U+b55d-b55e}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-54.woff2) format('woff2');unicode-range:U+b3f8-b3fb, U+b3fd-b40f, U+b411-b417, U+b419-b41b, U+b41d-b41f, U+b421-b427, U+b42a-b42b, U+b42d-b44f, U+b452-b453, U+b455-b457, U+b459-b45f, U+b462-b464, U+b466-b46b, U+b46d-b47f, U+b481-b4a3}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-55.woff2) format('woff2');unicode-range:U+b342-b353, U+b356-b357, U+b359-b35b, U+b35d-b35e, U+b360-b363, U+b366, U+b368, U+b36a-b36d, U+b36f, U+b372-b373, U+b375-b377, U+b379-b37f, U+b381-b382, U+b384, U+b386-b38b, U+b38d-b3c3, U+b3c6-b3c7, U+b3c9-b3ca, U+b3cd-b3d3, U+b3d6, U+b3d8, U+b3da-b3f7}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-56.woff2) format('woff2');unicode-range:U+b27c-b283, U+b285-b28f, U+b292-b293, U+b295-b297, U+b29a-b29f, U+b2a1-b2a4, U+b2a7-b2a9, U+b2ab, U+b2ad-b2c7, U+b2ca-b2cb, U+b2cd-b2cf, U+b2d1-b2d7, U+b2da, U+b2dc, U+b2de-b2e3, U+b2e7, U+b2e9-b2ea, U+b2ef-b2f3, U+b2f6, U+b2f8, U+b2fa-b2fb, U+b2fd-b2fe, U+b302-b303, U+b305-b307, U+b309-b30f, U+b312, U+b316-b31b, U+b31d-b341}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-57.woff2) format('woff2');unicode-range:U+b1d6-b1e7, U+b1e9-b1fc, U+b1fe-b203, U+b206-b207, U+b209-b20b, U+b20d-b213, U+b216-b21f, U+b221-b257, U+b259-b273, U+b275-b27b}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-58.woff2) format('woff2');unicode-range:U+b120-b122, U+b126-b127, U+b129-b12b, U+b12d-b133, U+b136, U+b138, U+b13a-b13f, U+b142-b143, U+b145-b14f, U+b151-b153, U+b156-b157, U+b159-b177, U+b17a-b17b, U+b17d-b17f, U+b181-b187, U+b189-b18c, U+b18e-b191, U+b195-b1a7, U+b1a9-b1cb, U+b1cd-b1d5}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-59.woff2) format('woff2');unicode-range:U+b05f-b07b, U+b07e-b07f, U+b081-b083, U+b085-b08b, U+b08d-b097, U+b09b, U+b09d-b09f, U+b0a2-b0a7, U+b0aa, U+b0b0, U+b0b2, U+b0b6-b0b7, U+b0b9-b0bb, U+b0bd-b0c3, U+b0c6-b0c7, U+b0ca-b0cf, U+b0d1-b0df, U+b0e1-b0e4, U+b0e6-b107, U+b10a-b10b, U+b10d-b10f, U+b111-b112, U+b114-b117, U+b119-b11a, U+b11c-b11f}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-60.woff2) format('woff2');unicode-range:U+afac-afb7, U+afba-afbb, U+afbd-afbf, U+afc1-afc6, U+afca-afcc, U+afce-afd3, U+afd5-afe7, U+afe9-afef, U+aff1-b00b, U+b00d-b00f, U+b011-b013, U+b015-b01b, U+b01d-b027, U+b029-b043, U+b045-b047, U+b049, U+b04b, U+b04d-b052, U+b055-b056, U+b058-b05c, U+b05e}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-61.woff2) format('woff2');unicode-range:U+af03-af07, U+af09-af2b, U+af2e-af33, U+af35-af3b, U+af3e-af40, U+af44-af47, U+af4a-af5c, U+af5e-af63, U+af65-af7f, U+af81-afab}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-62.woff2) format('woff2');unicode-range:U+ae56-ae5b, U+ae5e-ae60, U+ae62-ae64, U+ae66-ae67, U+ae69-ae6b, U+ae6d-ae83, U+ae85-aebb, U+aebf, U+aec1-aec3, U+aec5-aecb, U+aece, U+aed0, U+aed2-aed7, U+aed9-aef3, U+aef5-af02}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-63.woff2) format('woff2');unicode-range:U+ad9c-ada3, U+ada5-adbf, U+adc1-adc3, U+adc5-adc7, U+adc9-add2, U+add4-addb, U+addd-addf, U+ade1-ade3, U+ade5-adf7, U+adfa-adfb, U+adfd-adff, U+ae02-ae07, U+ae0a, U+ae0c, U+ae0e-ae13, U+ae15-ae2f, U+ae31-ae33, U+ae35-ae37, U+ae39-ae3f, U+ae42, U+ae44, U+ae46-ae49, U+ae4b, U+ae4f, U+ae51-ae53, U+ae55}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-64.woff2) format('woff2');unicode-range:U+ace2-ace3, U+ace5-ace6, U+ace9-acef, U+acf2, U+acf4, U+acf7-acfb, U+acfe-acff, U+ad01-ad03, U+ad05-ad0b, U+ad0d-ad10, U+ad12-ad1b, U+ad1d-ad33, U+ad35-ad48, U+ad4a-ad4f, U+ad51-ad6b, U+ad6e-ad6f, U+ad71-ad72, U+ad77-ad7c, U+ad7e, U+ad80, U+ad82-ad87, U+ad89-ad8b, U+ad8d-ad8f, U+ad91-ad9b}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-65.woff2) format('woff2');unicode-range:U+ac25-ac2c, U+ac2e, U+ac30, U+ac32-ac37, U+ac39-ac3f, U+ac41-ac4c, U+ac4e-ac6f, U+ac72-ac73, U+ac75-ac76, U+ac79-ac7f, U+ac82, U+ac84-ac88, U+ac8a-ac8b, U+ac8d-ac8f, U+ac91-ac93, U+ac95-ac9b, U+ac9d-ac9e, U+aca1-aca7, U+acab, U+acad-acaf, U+acb1-acb7, U+acba-acbb, U+acbe-acc0, U+acc2-acc3, U+acc5-acdf}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-66.woff2) format('woff2');unicode-range:U+99df, U+99ed, U+99f1, U+99ff, U+9a01, U+9a08, U+9a0e-9a0f, U+9a19, U+9a2b, U+9a30, U+9a36-9a37, U+9a40, U+9a43, U+9a45, U+9a4d, U+9a55, U+9a57, U+9a5a-9a5b, U+9a5f, U+9a62, U+9a65, U+9a69-9a6a, U+9aa8, U+9ab8, U+9ad3, U+9ae5, U+9aee, U+9b1a, U+9b27, U+9b2a, U+9b31, U+9b3c, U+9b41-9b45, U+9b4f, U+9b54, U+9b5a, U+9b6f, U+9b8e, U+9b91, U+9b9f, U+9bab, U+9bae, U+9bc9, U+9bd6, U+9be4, U+9be8, U+9c0d, U+9c10, U+9c12, U+9c15, U+9c25, U+9c32, U+9c3b, U+9c47, U+9c49, U+9c57, U+9ce5, U+9ce7, U+9ce9, U+9cf3-9cf4, U+9cf6, U+9d09, U+9d1b, U+9d26, U+9d28, U+9d3b, U+9d51, U+9d5d, U+9d60-9d61, U+9d6c, U+9d72, U+9da9, U+9daf, U+9db4, U+9dc4, U+9dd7, U+9df2, U+9df8-9dfa, U+9e1a, U+9e1e, U+9e75, U+9e79, U+9e7d, U+9e7f, U+9e92-9e93, U+9e97, U+9e9d, U+9e9f, U+9ea5, U+9eb4-9eb5, U+9ebb, U+9ebe, U+9ec3, U+9ecd-9ece, U+9ed4, U+9ed8, U+9edb-9edc, U+9ede, U+9ee8, U+9ef4, U+9f07-9f08, U+9f0e, U+9f13, U+9f20, U+9f3b, U+9f4a-9f4b, U+9f4e, U+9f52, U+9f5f, U+9f61, U+9f67, U+9f6a, U+9f6c, U+9f77, U+9f8d, U+9f90, U+9f95, U+9f9c, U+ac02-ac03, U+ac05-ac06, U+ac09-ac0f, U+ac17-ac18, U+ac1b, U+ac1e-ac1f, U+ac21-ac23}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-67.woff2) format('woff2');unicode-range:U+96a7-96a8, U+96aa, U+96b1, U+96b7, U+96bb, U+96c0-96c1, U+96c4-96c5, U+96c7, U+96c9, U+96cb-96ce, U+96d5-96d6, U+96d9, U+96db-96dc, U+96e2-96e3, U+96e8-96ea, U+96ef-96f0, U+96f2, U+96f6-96f7, U+96f9, U+96fb, U+9700, U+9706-9707, U+9711, U+9713, U+9716, U+9719, U+971c, U+971e, U+9727, U+9730, U+9732, U+9739, U+973d, U+9742, U+9744, U+9748, U+9756, U+975c, U+9761, U+9769, U+976d, U+9774, U+9777, U+977a, U+978b, U+978d, U+978f, U+97a0, U+97a8, U+97ab, U+97ad, U+97c6, U+97cb, U+97dc, U+97f6, U+97fb, U+97ff-9803, U+9805-9806, U+9808, U+980a, U+980c, U+9810-9813, U+9817-9818, U+982d, U+9830, U+9838-9839, U+983b, U+9846, U+984c-984e, U+9854, U+9858, U+985a, U+985e, U+9865, U+9867, U+986b, U+986f, U+98af, U+98b1, U+98c4, U+98c7, U+98db-98dc, U+98e1-98e2, U+98ed-98ef, U+98f4, U+98fc-98fe, U+9903, U+9909-990a, U+990c, U+9910, U+9913, U+9918, U+991e, U+9920, U+9928, U+9945, U+9949, U+994b-994d, U+9951-9952, U+9954, U+9957, U+9996, U+999d, U+99a5, U+99a8, U+99ac-99ae, U+99b1, U+99b3-99b4, U+99b9, U+99c1, U+99d0-99d2, U+99d5, U+99d9, U+99dd}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-68.woff2) format('woff2');unicode-range:U+920d, U+9210-9212, U+9217, U+921e, U+9234, U+923a, U+923f-9240, U+9245, U+9249, U+9257, U+925b, U+925e, U+9262, U+9264-9266, U+9283, U+9285, U+9291, U+9293, U+9296, U+9298, U+929c, U+92b3, U+92b6-92b7, U+92b9, U+92cc, U+92cf, U+92d2, U+92e4, U+92ea, U+92f8, U+92fc, U+9304, U+9310, U+9318, U+931a, U+931e-9322, U+9324, U+9326, U+9328, U+932b, U+932e-932f, U+9348, U+934a-934b, U+934d, U+9354, U+935b, U+936e, U+9375, U+937c, U+937e, U+938c, U+9394, U+9396, U+939a, U+93a3, U+93a7, U+93ac-93ad, U+93b0, U+93c3, U+93d1, U+93de, U+93e1, U+93e4, U+93f6, U+9404, U+9418, U+9425, U+942b, U+9435, U+9438, U+9444, U+9451-9452, U+945b, U+947d, U+947f, U+9583, U+9589, U+958f, U+9591-9592, U+9594, U+9598, U+95a3-95a5, U+95a8, U+95ad, U+95b1, U+95bb-95bc, U+95c7, U+95ca, U+95d4-95d6, U+95dc, U+95e1-95e2, U+961c, U+9621, U+962a, U+962e, U+9632, U+963b, U+963f-9640, U+9642, U+9644, U+964b-964d, U+9650, U+965b-965f, U+9662-9664, U+966a, U+9670, U+9673, U+9675-9678, U+967d, U+9685-9686, U+968a-968b, U+968d-968e, U+9694-9695, U+9698-9699, U+969b-969c, U+96a3}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-69.woff2) format('woff2');unicode-range:U+8fa8, U+8fad, U+8faf-8fb2, U+8fc2, U+8fc5, U+8fce, U+8fd4, U+8fe6, U+8fea-8feb, U+8fed, U+8ff0, U+8ff2, U+8ff7, U+8ff9, U+8ffd, U+9000-9003, U+9005-9006, U+9008, U+900b, U+900d, U+900f-9011, U+9014-9015, U+9017, U+9019, U+901d-9023, U+902e, U+9031-9032, U+9035, U+9038, U+903c, U+903e, U+9041-9042, U+9047, U+904a-904b, U+904d-904e, U+9050-9051, U+9054-9055, U+9059, U+905c-905e, U+9060-9061, U+9063, U+9069, U+906d-906f, U+9072, U+9075, U+9077-9078, U+907a, U+907c-907d, U+907f-9084, U+9087-9088, U+908a, U+908f, U+9091, U+9095, U+9099, U+90a2-90a3, U+90a6, U+90a8, U+90aa, U+90af-90b1, U+90b5, U+90b8, U+90c1, U+90ca, U+90de, U+90e1, U+90ed, U+90f5, U+9102, U+9112, U+9115, U+9119, U+9127, U+912d, U+9132, U+9149-914e, U+9152, U+9162, U+9169-916a, U+916c, U+9175, U+9177-9178, U+9187, U+9189, U+918b, U+918d, U+9192, U+919c, U+91ab-91ac, U+91ae-91af, U+91b1, U+91b4-91b5, U+91c0, U+91c7, U+91c9, U+91cb, U+91cf-91d0, U+91d7-91d8, U+91dc-91dd, U+91e3, U+91e7, U+91ea, U+91f5}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-70.woff2) format('woff2');unicode-range:U+8c6a-8c6b, U+8c79-8c7a, U+8c82, U+8c8a, U+8c8c, U+8c9d-8c9e, U+8ca0-8ca2, U+8ca7-8cac, U+8caf-8cb0, U+8cb3-8cb4, U+8cb6-8cb8, U+8cbb-8cbd, U+8cbf-8cc4, U+8cc7-8cc8, U+8cca, U+8cd1, U+8cd3, U+8cda, U+8cdc, U+8cde, U+8ce0, U+8ce2-8ce4, U+8ce6, U+8cea, U+8ced, U+8cf4, U+8cfb-8cfd, U+8d04-8d05, U+8d07-8d08, U+8d0a, U+8d0d, U+8d13, U+8d16, U+8d64, U+8d66, U+8d6b, U+8d70, U+8d73-8d74, U+8d77, U+8d85, U+8d8a, U+8d99, U+8da3, U+8da8, U+8db3, U+8dba, U+8dbe, U+8dc6, U+8dcb-8dcc, U+8dcf, U+8ddb, U+8ddd, U+8de1, U+8de3, U+8de8, U+8df3, U+8e0a, U+8e0f-8e10, U+8e1e, U+8e2a, U+8e30, U+8e35, U+8e42, U+8e44, U+8e47-8e4a, U+8e59, U+8e5f-8e60, U+8e74, U+8e76, U+8e81, U+8e87, U+8e8a, U+8e8d, U+8eaa-8eac, U+8ec0, U+8ecb-8ecc, U+8ed2, U+8edf, U+8eeb, U+8ef8, U+8efb, U+8efe, U+8f03, U+8f05, U+8f09, U+8f12-8f15, U+8f1b-8f1f, U+8f26-8f27, U+8f29-8f2a, U+8f2f, U+8f33, U+8f38-8f39, U+8f3b, U+8f3e-8f3f, U+8f44-8f45, U+8f49, U+8f4d-8f4e, U+8f5d, U+8f5f, U+8f62, U+8f9b-8f9c, U+8fa3, U+8fa6}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-71.woff2) format('woff2');unicode-range:U+8941, U+8944, U+895f, U+8964, U+896a, U+8972, U+8981, U+8983, U+8986-8987, U+898f, U+8993, U+8996, U+89a1, U+89a9-89aa, U+89b2, U+89ba, U+89bd, U+89c0, U+89d2, U+89e3, U+89f4, U+89f8, U+8a02-8a03, U+8a08, U+8a0a, U+8a0c, U+8a0e, U+8a13, U+8a16-8a17, U+8a1b, U+8a1d, U+8a1f, U+8a23, U+8a25, U+8a2a, U+8a2d, U+8a31, U+8a34, U+8a36, U+8a3a-8a3b, U+8a50, U+8a54-8a55, U+8a5b, U+8a5e, U+8a60, U+8a62-8a63, U+8a66, U+8a6d-8a6e, U+8a70, U+8a72-8a73, U+8a75, U+8a79, U+8a85, U+8a87, U+8a8c-8a8d, U+8a93, U+8a95, U+8a98, U+8aa0-8aa1, U+8aa3-8aa6, U+8aa8, U+8aaa, U+8ab0, U+8ab2, U+8ab9, U+8abc, U+8abe-8abf, U+8ac2, U+8ac4, U+8ac7, U+8acb, U+8acd, U+8acf, U+8ad2, U+8ad6, U+8adb-8adc, U+8ae1, U+8ae6-8ae7, U+8aea-8aeb, U+8aed-8aee, U+8af1, U+8af6-8af8, U+8afa, U+8afe, U+8b00-8b02, U+8b04, U+8b0e, U+8b10, U+8b14, U+8b16-8b17, U+8b19-8b1b, U+8b1d, U+8b20, U+8b28, U+8b2b-8b2c, U+8b33, U+8b39, U+8b41, U+8b49, U+8b4e-8b4f, U+8b58, U+8b5a, U+8b5c, U+8b66, U+8b6c, U+8b6f-8b70, U+8b74, U+8b77, U+8b7d, U+8b80, U+8b8a, U+8b90, U+8b92-8b93, U+8b96, U+8b9a, U+8c37, U+8c3f, U+8c41, U+8c46, U+8c48, U+8c4a, U+8c4c, U+8c55, U+8c5a, U+8c61}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-72.woff2) format('woff2');unicode-range:U+858f, U+8591, U+8594, U+859b, U+85a6, U+85a8-85aa, U+85af-85b0, U+85ba, U+85c1, U+85c9, U+85cd-85cf, U+85d5, U+85dc-85dd, U+85e4-85e5, U+85e9-85ea, U+85f7, U+85fa-85fb, U+85ff, U+8602, U+8606-8607, U+860a, U+8616-8617, U+861a, U+862d, U+863f, U+864e, U+8650, U+8654-8655, U+865b-865c, U+865e-865f, U+8667, U+8679, U+868a, U+868c, U+8693, U+86a3-86a4, U+86a9, U+86c7, U+86cb, U+86d4, U+86d9, U+86db, U+86df, U+86e4, U+86ed, U+86fe, U+8700, U+8702-8703, U+8708, U+8718, U+871a, U+871c, U+874e, U+8755, U+8757, U+875f, U+8766, U+8768, U+8774, U+8776, U+8778, U+8782, U+878d, U+879f, U+87a2, U+87b3, U+87ba, U+87c4, U+87e0, U+87ec, U+87ef, U+87f2, U+87f9, U+87fb, U+87fe, U+8805, U+881f, U+8822-8823, U+8831, U+8836, U+883b, U+8840, U+8846, U+884d, U+8852-8853, U+8857, U+8859, U+885b, U+885d, U+8861-8863, U+8868, U+886b, U+8870, U+8872, U+8877, U+887e-887f, U+8881-8882, U+8888, U+888b, U+888d, U+8892, U+8896-8897, U+889e, U+88ab, U+88b4, U+88c1-88c2, U+88cf, U+88d4-88d5, U+88d9, U+88dc-88dd, U+88df, U+88e1, U+88e8, U+88f3-88f5, U+88f8, U+88fd, U+8907, U+8910, U+8912-8913, U+8918-8919, U+8925, U+892a, U+8936, U+8938, U+893b}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-73.woff2) format('woff2');unicode-range:U+82a6, U+82a9, U+82ac-82af, U+82b3, U+82b7-82b9, U+82bb-82bd, U+82bf, U+82d1-82d2, U+82d4-82d5, U+82d7, U+82db, U+82de-82df, U+82e1, U+82e5-82e7, U+82fd-82fe, U+8301-8305, U+8309, U+8317, U+8328, U+832b, U+832f, U+8331, U+8334-8336, U+8338-8339, U+8340, U+8347, U+8349-834a, U+834f, U+8351-8352, U+8373, U+8377, U+837b, U+8389-838a, U+838e, U+8396, U+8398, U+839e, U+83a2, U+83a9-83ab, U+83bd, U+83c1, U+83c5, U+83c9-83ca, U+83cc, U+83d3, U+83d6, U+83dc, U+83e9, U+83eb, U+83ef-83f2, U+83f4, U+83f9, U+83fd, U+8403-8404, U+840a, U+840c-840e, U+8429, U+842c, U+8431, U+8438, U+843d, U+8449, U+8457, U+845b, U+8461, U+8463, U+8466, U+846b-846c, U+846f, U+8475, U+847a, U+8490, U+8494, U+8499, U+849c, U+84a1, U+84b2, U+84b8, U+84bb-84bc, U+84bf-84c0, U+84c2, U+84c4, U+84c6, U+84c9, U+84cb, U+84cd, U+84d1, U+84da, U+84ec, U+84ee, U+84f4, U+84fc, U+8511, U+8513-8514, U+8517-8518, U+851a, U+851e, U+8521, U+8523, U+8525, U+852c-852d, U+852f, U+853d, U+853f, U+8541, U+8543, U+8549, U+854e, U+8553, U+8559, U+8563, U+8568-856a, U+856d, U+8584, U+8587}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-74.woff2) format('woff2');unicode-range:U+8033, U+8036, U+803d, U+803f, U+8043, U+8046, U+804a, U+8056, U+8058, U+805a, U+805e, U+806f-8070, U+8072-8073, U+8077, U+807d-807f, U+8084-8087, U+8089, U+808b-808c, U+8096, U+809b, U+809d, U+80a1-80a2, U+80a5, U+80a9-80aa, U+80af, U+80b1-80b2, U+80b4, U+80ba, U+80c3-80c4, U+80cc, U+80ce, U+80da-80db, U+80de, U+80e1, U+80e4-80e5, U+80f1, U+80f4, U+80f8, U+80fd, U+8102, U+8105-8108, U+810a, U+8118, U+811a-811b, U+8123, U+8129, U+812b, U+812f, U+8139, U+813e, U+814b, U+814e, U+8150-8151, U+8154-8155, U+8165-8166, U+816b, U+8170-8171, U+8178-817a, U+817f-8180, U+8188, U+818a, U+818f, U+819a, U+819c-819d, U+81a0, U+81a3, U+81a8, U+81b3, U+81b5, U+81ba, U+81bd-81c0, U+81c2, U+81c6, U+81cd, U+81d8, U+81df, U+81e3, U+81e5, U+81e7-81e8, U+81ed, U+81f3-81f4, U+81fa-81fc, U+81fe, U+8205, U+8208, U+820a, U+820c-820d, U+8212, U+821b-821c, U+821e-821f, U+8221, U+822a-822c, U+8235-8237, U+8239, U+8240, U+8245, U+8247, U+8259, U+8264, U+8266, U+826e-826f, U+8271, U+8276, U+8278, U+827e, U+828b, U+828d-828e, U+8292, U+8299-829a, U+829d, U+829f, U+82a5}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-75.woff2) format('woff2');unicode-range:U+7d2f-7d30, U+7d33, U+7d35, U+7d39-7d3a, U+7d42-7d46, U+7d50, U+7d5e, U+7d61-7d62, U+7d66, U+7d68, U+7d6a, U+7d6e, U+7d71-7d73, U+7d76, U+7d79, U+7d7f, U+7d8e-7d8f, U+7d93, U+7d9c, U+7da0, U+7da2, U+7dac-7dad, U+7db1-7db2, U+7db4-7db5, U+7db8, U+7dba-7dbb, U+7dbd-7dbf, U+7dc7, U+7dca-7dcb, U+7dd6, U+7dd8, U+7dda, U+7ddd-7dde, U+7de0-7de1, U+7de3, U+7de8-7de9, U+7dec, U+7def, U+7df4, U+7dfb, U+7e09-7e0a, U+7e15, U+7e1b, U+7e1d-7e1f, U+7e21, U+7e23, U+7e2b, U+7e2e-7e2f, U+7e31, U+7e37, U+7e3d-7e3e, U+7e43, U+7e46-7e47, U+7e52, U+7e54-7e55, U+7e5e, U+7e61, U+7e69-7e6b, U+7e6d, U+7e70, U+7e79, U+7e7c, U+7e82, U+7e8c, U+7e8f, U+7e93, U+7e96, U+7e98, U+7e9b-7e9c, U+7f36, U+7f38, U+7f3a, U+7f4c, U+7f50, U+7f54-7f55, U+7f6a-7f6b, U+7f6e, U+7f70, U+7f72, U+7f75, U+7f77, U+7f79, U+7f85, U+7f88, U+7f8a, U+7f8c, U+7f94, U+7f9a, U+7f9e, U+7fa4, U+7fa8-7fa9, U+7fb2, U+7fb8-7fb9, U+7fbd, U+7fc1, U+7fc5, U+7fca, U+7fcc, U+7fce, U+7fd2, U+7fd4-7fd5, U+7fdf-7fe1, U+7fe9, U+7feb, U+7ff0, U+7ff9, U+7ffc, U+8000-8001, U+8003, U+8006, U+8009, U+800c, U+8010, U+8015, U+8017-8018, U+802d}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-76.woff2) format('woff2');unicode-range:U+7a49, U+7a4d-7a4e, U+7a57, U+7a61-7a62, U+7a69, U+7a6b, U+7a70, U+7a74, U+7a76, U+7a79, U+7a7d, U+7a7f, U+7a81, U+7a84, U+7a88, U+7a92-7a93, U+7a95, U+7a98, U+7a9f, U+7aa9-7aaa, U+7aae-7aaf, U+7aba, U+7ac4-7ac5, U+7ac7, U+7aca, U+7ad7, U+7ad9, U+7add, U+7adf-7ae0, U+7ae3, U+7ae5, U+7aea, U+7aed, U+7aef, U+7af6, U+7af9-7afa, U+7aff, U+7b0f, U+7b11, U+7b19, U+7b1b, U+7b1e, U+7b20, U+7b26, U+7b2d, U+7b39, U+7b46, U+7b49, U+7b4b-7b4d, U+7b4f-7b52, U+7b54, U+7b56, U+7b60, U+7b6c, U+7b6e, U+7b75, U+7b7d, U+7b87, U+7b8b, U+7b8f, U+7b94-7b95, U+7b97, U+7b9a, U+7b9d, U+7ba1, U+7bad, U+7bb1, U+7bb4, U+7bb8, U+7bc0-7bc1, U+7bc4, U+7bc6-7bc7, U+7bc9, U+7bd2, U+7be0, U+7be4, U+7be9, U+7c07, U+7c12, U+7c1e, U+7c21, U+7c27, U+7c2a-7c2b, U+7c3d-7c3f, U+7c43, U+7c4c-7c4d, U+7c60, U+7c64, U+7c6c, U+7c73, U+7c83, U+7c89, U+7c92, U+7c95, U+7c97-7c98, U+7c9f, U+7ca5, U+7ca7, U+7cae, U+7cb1-7cb3, U+7cb9, U+7cbe, U+7cca, U+7cd6, U+7cde-7ce0, U+7ce7, U+7cfb, U+7cfe, U+7d00, U+7d02, U+7d04-7d08, U+7d0a-7d0b, U+7d0d, U+7d10, U+7d14, U+7d17-7d1b, U+7d20-7d21, U+7d2b-7d2c, U+7d2e}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-77.woff2) format('woff2');unicode-range:U+7704, U+7708-7709, U+770b, U+771e, U+7720, U+7729, U+7737-7738, U+773a, U+773c, U+7740, U+774d, U+775b, U+7761, U+7763, U+7766, U+776b, U+7779, U+777e-777f, U+778b, U+7791, U+779e, U+77a5, U+77ac-77ad, U+77b0, U+77b3, U+77bb-77bc, U+77bf, U+77d7, U+77db-77dc, U+77e2-77e3, U+77e9, U+77ed-77ef, U+7802, U+7812, U+7825-7827, U+782c, U+7832, U+7834, U+7845, U+784f, U+785d, U+786b-786c, U+786f, U+787c, U+7881, U+7887, U+788c-788e, U+7891, U+7897, U+78a3, U+78a7, U+78a9, U+78ba-78bc, U+78c1, U+78c5, U+78ca-78cb, U+78ce, U+78d0, U+78e8, U+78ec, U+78ef, U+78f5, U+78fb, U+7901, U+790e, U+7916, U+792a-792c, U+793a, U+7940-7941, U+7947-7949, U+7950, U+7956-7957, U+795a-795d, U+7960, U+7965, U+7968, U+796d, U+797a, U+797f, U+7981, U+798d-798e, U+7991, U+79a6-79a7, U+79aa, U+79ae, U+79b1, U+79b3, U+79b9, U+79bd-79c1, U+79c9-79cb, U+79d2, U+79d5, U+79d8, U+79df, U+79e4, U+79e6-79e7, U+79e9, U+79fb, U+7a00, U+7a05, U+7a08, U+7a0b, U+7a0d, U+7a14, U+7a17, U+7a19-7a1a, U+7a1c, U+7a1f-7a20, U+7a2e, U+7a31, U+7a36-7a37, U+7a3b-7a3d, U+7a3f-7a40, U+7a46}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-78.woff2) format('woff2');unicode-range:U+7482-7483, U+7487, U+7489, U+748b, U+7498, U+749c, U+749e-749f, U+74a1, U+74a3, U+74a5, U+74a7-74a8, U+74aa, U+74b0, U+74b2, U+74b5, U+74b9, U+74bd, U+74bf, U+74c6, U+74ca, U+74cf, U+74d4, U+74d8, U+74da, U+74dc, U+74e0, U+74e2-74e3, U+74e6, U+74ee, U+74f7, U+7501, U+7504, U+7511, U+7515, U+7518, U+751a-751b, U+7523, U+7525-7526, U+752b-752c, U+7531, U+7533, U+7538, U+753a, U+7547, U+754c, U+754f, U+7551, U+7553-7554, U+7559, U+755b-755d, U+7562, U+7565-7566, U+756a, U+756f-7570, U+7575-7576, U+7578, U+757a, U+757f, U+7586-7587, U+758a-758b, U+758e-758f, U+7591, U+759d, U+75a5, U+75ab, U+75b1-75b3, U+75b5, U+75b8-75b9, U+75bc-75be, U+75c2, U+75c5, U+75c7, U+75cd, U+75d2, U+75d4-75d5, U+75d8-75d9, U+75db, U+75e2, U+75f0, U+75f2, U+75f4, U+75fa, U+75fc, U+7600, U+760d, U+7619, U+761f-7622, U+7624, U+7626, U+763b, U+7642, U+764c, U+764e, U+7652, U+7656, U+7661, U+7664, U+7669, U+766c, U+7670, U+7672, U+7678, U+7686-7687, U+768e, U+7690, U+7693, U+76ae, U+76ba, U+76bf, U+76c2-76c3, U+76c6, U+76c8, U+76ca, U+76d2, U+76d6, U+76db-76dc, U+76de-76df, U+76e1, U+76e3-76e4, U+76e7, U+76f2, U+76fc, U+76fe, U+7701}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-79.woff2) format('woff2');unicode-range:U+7230, U+7232, U+7235, U+723a-723b, U+723d-723e, U+7240, U+7246-7248, U+724c, U+7252, U+7258-7259, U+725b, U+725d, U+725f, U+7261-7262, U+7267, U+7272, U+727d, U+7280-7281, U+72a2, U+72a7, U+72ac, U+72af, U+72c0, U+72c2, U+72c4, U+72ce, U+72d0, U+72d7, U+72d9, U+72e1, U+72e9, U+72f8-72f9, U+72fc-72fd, U+730a, U+7316, U+731b-731d, U+7325, U+7329-732b, U+7336-7337, U+733e-733f, U+7344-7345, U+7350, U+7352, U+7357, U+7368, U+736a, U+7370, U+7372, U+7375, U+7378, U+737a-737b, U+7384, U+7386-7387, U+7389, U+738e, U+7394, U+7396-7398, U+739f, U+73a7, U+73a9, U+73ad, U+73b2-73b3, U+73b9, U+73c0, U+73c2, U+73c9-73ca, U+73cc-73cd, U+73cf, U+73d6, U+73d9, U+73dd-73de, U+73e0, U+73e3-73e6, U+73e9-73ea, U+73ed, U+73f7, U+73f9, U+73fd-73fe, U+7401, U+7403, U+7405, U+7407, U+7409, U+7413, U+741b, U+7420-7422, U+7425-7426, U+7428, U+742a-742c, U+742e-7430, U+7433-7436, U+7438, U+743a, U+743f-7441, U+7443-7444, U+744b, U+7455, U+7457, U+7459-745c, U+745e-7460, U+7462, U+7464-7465, U+7468-746a, U+746f, U+747e}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-80.woff2) format('woff2');unicode-range:U+6f8d-6f8e, U+6f90, U+6f94, U+6f97, U+6fa3-6fa4, U+6fa7, U+6fae-6faf, U+6fb1, U+6fb3, U+6fb9, U+6fbe, U+6fc0-6fc3, U+6fca, U+6fd5, U+6fda, U+6fdf-6fe1, U+6fe4, U+6fe9, U+6feb-6fec, U+6fef, U+6ff1, U+6ffe, U+7001, U+7005-7006, U+7009, U+700b, U+700f, U+7011, U+7015, U+7018, U+701a-701f, U+7023, U+7027-7028, U+702f, U+7037, U+703e, U+704c, U+7050-7051, U+7058, U+705d, U+7070, U+7078, U+707c-707d, U+7085, U+708a, U+708e, U+7092, U+7098-709a, U+70a1, U+70a4, U+70ab-70ad, U+70af, U+70b3, U+70b7-70b9, U+70c8, U+70cb, U+70cf, U+70d8-70d9, U+70dd, U+70df, U+70f1, U+70f9, U+70fd, U+7104, U+7109, U+710c, U+7119-711a, U+711e, U+7126, U+7130, U+7136, U+7147, U+7149-714a, U+714c, U+714e, U+7150, U+7156, U+7159, U+715c, U+715e, U+7164-7167, U+7169, U+716c, U+716e, U+717d, U+7184, U+7189-718a, U+718f, U+7192, U+7194, U+7199, U+719f, U+71a2, U+71ac, U+71b1, U+71b9-71ba, U+71be, U+71c1, U+71c3, U+71c8-71c9, U+71ce, U+71d0, U+71d2, U+71d4-71d5, U+71df, U+71e5-71e7, U+71ed-71ee, U+71fb-71fc, U+71fe-7200, U+7206, U+7210, U+721b, U+722a, U+722c-722d}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-81.woff2) format('woff2');unicode-range:U+6d5a, U+6d5c, U+6d63, U+6d66, U+6d69-6d6a, U+6d6c, U+6d6e, U+6d74, U+6d78-6d79, U+6d7f, U+6d85, U+6d87-6d89, U+6d8c-6d8e, U+6d91, U+6d93, U+6d95, U+6daf, U+6db2, U+6db5, U+6dc0, U+6dc3-6dc7, U+6dcb, U+6dcf, U+6dd1, U+6dd8-6dda, U+6dde, U+6de1, U+6de8, U+6dea-6deb, U+6dee, U+6df1, U+6df3, U+6df5, U+6df7-6dfb, U+6e17, U+6e19-6e1b, U+6e1f-6e21, U+6e23-6e26, U+6e2b-6e2d, U+6e32, U+6e34, U+6e36, U+6e38, U+6e3a, U+6e3c-6e3e, U+6e43-6e44, U+6e4a, U+6e4d, U+6e56, U+6e58, U+6e5b-6e5c, U+6e5e-6e5f, U+6e67, U+6e6b, U+6e6e-6e6f, U+6e72-6e73, U+6e7a, U+6e90, U+6e96, U+6e9c-6e9d, U+6e9f, U+6ea2, U+6ea5, U+6eaa-6eab, U+6eaf, U+6eb1, U+6eb6, U+6eba, U+6ec2, U+6ec4-6ec5, U+6ec9, U+6ecb-6ecc, U+6ece, U+6ed1, U+6ed3-6ed4, U+6eef, U+6ef4, U+6ef8, U+6efe-6eff, U+6f01-6f02, U+6f06, U+6f0f, U+6f11, U+6f14-6f15, U+6f20, U+6f22-6f23, U+6f2b-6f2c, U+6f31-6f32, U+6f38, U+6f3f, U+6f41, U+6f51, U+6f54, U+6f57-6f58, U+6f5a-6f5b, U+6f5e-6f5f, U+6f62, U+6f64, U+6f6d-6f6e, U+6f70, U+6f7a, U+6f7c-6f7e, U+6f81, U+6f84, U+6f88}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-82.woff2) format('woff2');unicode-range:U+6ada-6adb, U+6af6, U+6afb, U+6b04, U+6b0a, U+6b0c, U+6b12, U+6b16, U+6b20-6b21, U+6b23, U+6b32, U+6b3a, U+6b3d-6b3e, U+6b46-6b47, U+6b4e, U+6b50, U+6b5f, U+6b61-6b62, U+6b64-6b66, U+6b6a, U+6b72, U+6b77-6b78, U+6b7b, U+6b7f, U+6b83-6b84, U+6b86, U+6b89-6b8a, U+6b96, U+6b98, U+6b9e, U+6bae-6baf, U+6bb2, U+6bb5, U+6bb7, U+6bba, U+6bbc, U+6bbf, U+6bc1, U+6bc5-6bc6, U+6bcb, U+6bcf, U+6bd2-6bd3, U+6bd6-6bd8, U+6bdb, U+6beb-6bec, U+6c08, U+6c0f, U+6c13, U+6c23, U+6c37-6c38, U+6c3e, U+6c40-6c42, U+6c4e, U+6c50, U+6c55, U+6c57, U+6c5a, U+6c5d-6c60, U+6c68, U+6c6a, U+6c6d, U+6c70, U+6c72, U+6c76, U+6c7a, U+6c7d-6c7e, U+6c81-6c83, U+6c85-6c88, U+6c8c, U+6c90, U+6c92-6c96, U+6c99-6c9b, U+6cab, U+6cae, U+6cb3, U+6cb8-6cb9, U+6cbb-6cbf, U+6cc1-6cc2, U+6cc4, U+6cc9-6cca, U+6ccc, U+6cd3, U+6cd7, U+6cdb, U+6ce1-6ce3, U+6ce5, U+6ce8, U+6ceb, U+6cee-6cf0, U+6cf3, U+6d0b-6d0c, U+6d11, U+6d17, U+6d19, U+6d1b, U+6d1e, U+6d25, U+6d27, U+6d29, U+6d32, U+6d35-6d36, U+6d38-6d39, U+6d3b, U+6d3d-6d3e, U+6d41, U+6d59}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-83.woff2) format('woff2');unicode-range:U+67f0-67f1, U+67f3-67f6, U+67fb, U+67fe, U+6812-6813, U+6816-6817, U+6821-6822, U+682f, U+6838-6839, U+683d, U+6840-6843, U+6848, U+684e, U+6850-6851, U+6853-6854, U+686d, U+6876, U+687f, U+6881, U+6885, U+688f, U+6893-6894, U+6897, U+689d, U+689f, U+68a1-68a2, U+68a7-68a8, U+68ad, U+68af-68b1, U+68b3, U+68b5-68b6, U+68c4-68c5, U+68c9, U+68cb, U+68cd, U+68d2, U+68d5, U+68d7-68d8, U+68da, U+68df-68e0, U+68e7-68e8, U+68ee, U+68f2, U+68f9-68fa, U+6900, U+6905, U+690d-690e, U+6912, U+6927, U+6930, U+693d, U+693f, U+694a, U+6953-6955, U+6957, U+6959-695a, U+695e, U+6960-6963, U+6968, U+696b, U+696d-696f, U+6975, U+6977-6979, U+6995, U+699b-699c, U+69a5, U+69a7, U+69ae, U+69b4, U+69bb, U+69c1, U+69c3, U+69cb-69cd, U+69d0, U+69e8, U+69ea, U+69fb, U+69fd, U+69ff, U+6a02, U+6a0a, U+6a11, U+6a13, U+6a17, U+6a19, U+6a1e-6a1f, U+6a21, U+6a23, U+6a35, U+6a38-6a3a, U+6a3d, U+6a44, U+6a48, U+6a4b, U+6a52-6a53, U+6a58-6a59, U+6a5f, U+6a61, U+6a6b, U+6a80, U+6a84, U+6a89, U+6a8d-6a8e, U+6a97, U+6a9c, U+6aa3, U+6ab3, U+6abb, U+6ac2-6ac3, U+6ad3}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-84.woff2) format('woff2');unicode-range:U+6607, U+6609-660a, U+660c, U+660f-6611, U+6613-6615, U+661e, U+6620, U+6627-6628, U+662d, U+6630-6631, U+6634, U+6636, U+663a-663b, U+6641, U+6643-6644, U+6649, U+664b, U+664f, U+6659, U+665b, U+665d-665f, U+6664-6669, U+666b, U+666e-666f, U+6673-6674, U+6676-6678, U+6684, U+6687-6689, U+668e, U+6690-6691, U+6696-6698, U+669d, U+66a0, U+66a2, U+66ab, U+66ae, U+66b2-66b4, U+66b9, U+66bb, U+66be, U+66c4, U+66c6-66c7, U+66c9, U+66d6, U+66d9, U+66dc-66dd, U+66e0, U+66e6, U+66f0, U+66f2-66f4, U+66f7, U+66f9-66fa, U+66fc, U+66fe-66ff, U+6703, U+670b, U+670d, U+6714-6715, U+6717, U+671b, U+671d-671f, U+6726-6727, U+672a-672b, U+672d-672e, U+6731, U+6736, U+673a, U+673d, U+6746, U+6749, U+674e-6751, U+6753, U+6756, U+675c, U+675e-675f, U+676d, U+676f-6770, U+6773, U+6775, U+6777, U+677b, U+677e-677f, U+6787, U+6789, U+678b, U+678f-6790, U+6793, U+6795, U+679a, U+679d, U+67af-67b0, U+67b3, U+67b6-67b8, U+67be, U+67c4, U+67cf-67d4, U+67da, U+67dd, U+67e9, U+67ec, U+67ef}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-85.woff2) format('woff2');unicode-range:U+6392, U+6396, U+6398, U+639b, U+63a0-63a2, U+63a5, U+63a7-63aa, U+63c0, U+63c4, U+63c6, U+63cf, U+63d6, U+63da-63db, U+63e1, U+63ed-63ee, U+63f4, U+63f6-63f7, U+640d, U+640f, U+6414, U+6416-6417, U+641c, U+6422, U+642c-642d, U+643a, U+643e, U+6458, U+6460, U+6469, U+646f, U+6478-647a, U+6488, U+6491-6493, U+649a, U+649e, U+64a4-64a5, U+64ab, U+64ad-64ae, U+64b0, U+64b2, U+64bb, U+64c1, U+64c4-64c5, U+64c7, U+64ca, U+64cd-64ce, U+64d2, U+64d4, U+64d8, U+64da, U+64e1-64e2, U+64e5-64e7, U+64ec, U+64f2, U+64f4, U+64fa, U+64fe, U+6500, U+6504, U+6518, U+651d, U+6523, U+652a-652c, U+652f, U+6536-6539, U+653b, U+653e, U+6548, U+654d-654f, U+6551, U+6556-6557, U+655e, U+6562-6563, U+6566, U+656c-656d, U+6572, U+6574-6575, U+6577-6578, U+657e, U+6582-6583, U+6585, U+658c, U+6590-6591, U+6597, U+6599, U+659b-659c, U+659f, U+65a1, U+65a4-65a5, U+65a7, U+65ab-65ac, U+65af, U+65b7, U+65bc-65bd, U+65c1, U+65c5, U+65cb-65cc, U+65cf, U+65d2, U+65d7, U+65e0, U+65e3, U+65e6, U+65e8-65e9, U+65ec-65ed, U+65f1, U+65f4, U+65fa-65fd, U+65ff, U+6606}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-86.woff2) format('woff2');unicode-range:U+614c, U+6153, U+6155, U+6158-6159, U+615d, U+615f, U+6162-6164, U+6167-6168, U+616b, U+616e, U+6170, U+6176-6177, U+617d-617e, U+6181-6182, U+618a, U+618e, U+6190-6191, U+6194, U+6198-619a, U+61a4, U+61a7, U+61a9, U+61ab-61ac, U+61ae, U+61b2, U+61b6, U+61ba, U+61be, U+61c3, U+61c7-61cb, U+61e6, U+61f2, U+61f6-61f8, U+61fa, U+61fc, U+61ff-6200, U+6207-6208, U+620a, U+620c-620e, U+6212, U+6216, U+621a, U+621f, U+6221, U+622a, U+622e, U+6230-6231, U+6234, U+6236, U+623e-623f, U+6241, U+6247-6249, U+624d, U+6253, U+6258, U+626e, U+6271, U+6276, U+6279, U+627c, U+627f-6280, U+6284, U+6289-628a, U+6291-6292, U+6295, U+6297-6298, U+629b, U+62ab, U+62b1, U+62b5, U+62b9, U+62bc-62bd, U+62c2, U+62c7-62c9, U+62cc-62cd, U+62cf-62d0, U+62d2-62d4, U+62d6-62d9, U+62db-62dc, U+62ec-62ef, U+62f1, U+62f3, U+62f7, U+62fe-62ff, U+6301, U+6307, U+6309, U+6311, U+632b, U+632f, U+633a-633b, U+633d-633e, U+6349, U+634c, U+634f-6350, U+6355, U+6367-6368, U+636e, U+6372, U+6377, U+637a-637b, U+637f, U+6383, U+6388-6389, U+638c}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-87.woff2) format('woff2');unicode-range:U+5f11, U+5f13-5f15, U+5f17-5f18, U+5f1b, U+5f1f, U+5f26-5f27, U+5f29, U+5f31, U+5f35, U+5f3a, U+5f3c, U+5f48, U+5f4a, U+5f4c, U+5f4e, U+5f56-5f57, U+5f59, U+5f5b, U+5f62, U+5f66-5f67, U+5f69-5f6d, U+5f70-5f71, U+5f77, U+5f79, U+5f7c, U+5f7f-5f81, U+5f85, U+5f87, U+5f8a-5f8b, U+5f90-5f92, U+5f98-5f99, U+5f9e, U+5fa0-5fa1, U+5fa8-5faa, U+5fae, U+5fb5, U+5fb9, U+5fbd, U+5fc5, U+5fcc-5fcd, U+5fd6-5fd9, U+5fe0, U+5feb, U+5ff5, U+5ffd, U+5fff, U+600f, U+6012, U+6016, U+601c, U+6020-6021, U+6025, U+6028, U+602a, U+602f, U+6041-6043, U+604d, U+6050, U+6052, U+6055, U+6059, U+605d, U+6062-6065, U+6068-606a, U+606c-606d, U+606f-6070, U+6085, U+6089, U+608c-608d, U+6094, U+6096, U+609a-609b, U+609f-60a0, U+60a3-60a4, U+60a7, U+60b0, U+60b2-60b4, U+60b6, U+60b8, U+60bc-60bd, U+60c7, U+60d1, U+60da, U+60dc, U+60df-60e1, U+60f0-60f1, U+60f6, U+60f9-60fb, U+6101, U+6106, U+6108-6109, U+610d-610e, U+6115, U+611a, U+6127, U+6130, U+6134, U+6137, U+613c, U+613e-613f, U+6142, U+6144, U+6147-6148, U+614a-614b}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-88.woff2) format('woff2');unicode-range:U+5c40, U+5c45-5c46, U+5c48, U+5c4b, U+5c4d-5c4e, U+5c51, U+5c5b, U+5c60, U+5c62, U+5c64-5c65, U+5c6c, U+5c6f, U+5c79, U+5c90-5c91, U+5ca1, U+5ca9, U+5cab-5cac, U+5cb1, U+5cb3, U+5cb5, U+5cb7-5cb8, U+5cba, U+5cbe, U+5cc0, U+5cd9, U+5ce0, U+5ce8, U+5cef-5cf0, U+5cf4, U+5cf6, U+5cfb, U+5cfd, U+5d07, U+5d0d-5d0e, U+5d11, U+5d14, U+5d16-5d17, U+5d19, U+5d27, U+5d29, U+5d4b-5d4c, U+5d50, U+5d69, U+5d6c, U+5d6f, U+5d87, U+5d8b, U+5d9d, U+5da0, U+5da2, U+5daa, U+5db8, U+5dba, U+5dbc-5dbd, U+5dcd, U+5dd2, U+5dd6, U+5de1-5de2, U+5de5-5de8, U+5deb, U+5dee, U+5df1-5df4, U+5df7, U+5dfd-5dfe, U+5e03, U+5e06, U+5e11, U+5e16, U+5e19, U+5e1b, U+5e1d, U+5e25, U+5e2b, U+5e2d, U+5e33, U+5e36, U+5e38, U+5e3d, U+5e3f-5e40, U+5e44-5e45, U+5e47, U+5e4c, U+5e55, U+5e5f, U+5e61-5e63, U+5e72, U+5e77-5e79, U+5e7b-5e7e, U+5e84, U+5e87, U+5e8a, U+5e8f, U+5e95, U+5e97, U+5e9a, U+5e9c, U+5ea0, U+5ea7, U+5eab, U+5ead, U+5eb5-5eb8, U+5ebe, U+5ec2, U+5ec8-5eca, U+5ed0, U+5ed3, U+5ed6, U+5eda-5edb, U+5edf-5ee0, U+5ee2-5ee3, U+5eec, U+5ef3, U+5ef6-5ef7, U+5efa-5efb, U+5f01, U+5f04, U+5f0a}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-89.woff2) format('woff2');unicode-range:U+59be, U+59c3, U+59c6, U+59c9, U+59cb, U+59d0-59d1, U+59d3-59d4, U+59d9-59da, U+59dc-59dd, U+59e6, U+59e8, U+59ea, U+59ec, U+59ee, U+59f8, U+59fb, U+59ff, U+5a01, U+5a03, U+5a11, U+5a18, U+5a1b-5a1c, U+5a1f-5a20, U+5a25, U+5a29, U+5a36, U+5a3c, U+5a41, U+5a46, U+5a49, U+5a5a, U+5a62, U+5a66, U+5a92, U+5a9a-5a9b, U+5aa4, U+5ac1-5ac2, U+5ac4, U+5ac9, U+5acc, U+5ae1, U+5ae6, U+5ae9, U+5b05, U+5b09, U+5b0b-5b0c, U+5b16, U+5b2a, U+5b40, U+5b43, U+5b51, U+5b54-5b55, U+5b58, U+5b5a, U+5b5c-5b5d, U+5b5f, U+5b63-5b64, U+5b69, U+5b6b, U+5b70-5b71, U+5b75, U+5b7a, U+5b7c, U+5b85, U+5b87-5b88, U+5b8b, U+5b8f, U+5b93, U+5b95-5b99, U+5b9b-5b9c, U+5ba2-5ba6, U+5bac, U+5bae, U+5bb0, U+5bb3-5bb5, U+5bb8-5bb9, U+5bbf-5bc0, U+5bc2-5bc7, U+5bcc, U+5bd0, U+5bd2-5bd4, U+5bd7, U+5bde-5bdf, U+5be1-5be2, U+5be4-5be9, U+5beb-5bec, U+5bee-5bef, U+5bf5-5bf6, U+5bf8, U+5bfa, U+5c01, U+5c04, U+5c07-5c0b, U+5c0d-5c0e, U+5c16, U+5c19, U+5c24, U+5c28, U+5c31, U+5c38-5c3c, U+5c3e-5c3f}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-90.woff2) format('woff2');unicode-range:U+5703-5704, U+5708, U+570d, U+5712-5713, U+5716, U+5718, U+572d, U+573b, U+5740, U+5742, U+5747, U+574a, U+574d-574e, U+5750-5751, U+5761, U+5764, U+5766, U+576a, U+576e, U+5770, U+5775, U+577c, U+5782, U+5788, U+578b, U+5793, U+57a0, U+57a2-57a3, U+57c3, U+57c7-57c8, U+57cb, U+57df-57e0, U+57f0, U+57f4, U+57f7, U+57f9-57fa, U+57fc, U+5800, U+5802, U+5805-5806, U+5808-580a, U+581e, U+5821, U+5824, U+5827, U+582a, U+582f-5831, U+5835, U+583a, U+584a-584b, U+584f, U+5851, U+5854, U+5857-5858, U+585a, U+585e, U+5861-5862, U+5864, U+5875, U+5879, U+587c, U+587e, U+5883, U+5885, U+5889, U+5893, U+589c, U+589e-589f, U+58a8-58a9, U+58ae, U+58b3, U+58ba-58bb, U+58be, U+58c1, U+58c5, U+58c7, U+58ce, U+58d1, U+58d3, U+58d5, U+58d8-58d9, U+58de-58df, U+58e4, U+58ec, U+58ef, U+58f9-58fb, U+58fd, U+590f, U+5914-5915, U+5919, U+5922, U+592d-592e, U+5931, U+5937, U+593e, U+5944, U+5947-5949, U+594e-5951, U+5954-5955, U+5957, U+595a, U+5960, U+5962, U+5967, U+596a-596e, U+5974, U+5978, U+5982-5984, U+598a, U+5993, U+5996-5997, U+5999, U+59a5, U+59a8, U+59ac, U+59b9, U+59bb}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-91.woff2) format('woff2');unicode-range:U+539a, U+53a0, U+53a5-53a6, U+53ad, U+53bb, U+53c3, U+53c8-53cb, U+53cd, U+53d4, U+53d6-53d7, U+53db, U+53e1-53e3, U+53e5, U+53e9-53ed, U+53f1, U+53f3, U+53f8, U+5403-5404, U+540a, U+540e-5411, U+541b, U+541d, U+541f-5420, U+5426, U+5429, U+542b, U+5433, U+5438-5439, U+543b-543c, U+543e, U+5442, U+5448, U+544a, U+5451, U+5468, U+546a, U+5471, U+5473, U+5475, U+547b-547d, U+5480, U+5486, U+548e, U+5490, U+54a4, U+54a8, U+54ab-54ac, U+54b3, U+54b8, U+54bd, U+54c0, U+54c4, U+54c8-54c9, U+54e1, U+54e5, U+54e8, U+54ed-54ee, U+54f2, U+54fa, U+5504, U+5506-5507, U+550e, U+5510, U+551c, U+552f, U+5531, U+5535, U+553e, U+5544, U+5546, U+554f, U+5553, U+5556, U+555e, U+5563, U+557c, U+5580, U+5584, U+5586-5587, U+5589-558a, U+5598-559a, U+559c-559d, U+55a7, U+55a9-55ac, U+55ae, U+55c5, U+55c7, U+55d4, U+55da, U+55dc, U+55df, U+55e3-55e4, U+55fd-55fe, U+5606, U+5609, U+5614, U+5617, U+562f, U+5632, U+5634, U+5636, U+5653, U+5668, U+566b, U+5674, U+5686, U+56a5, U+56ac, U+56ae, U+56b4, U+56bc, U+56ca, U+56cd, U+56d1, U+56da-56db, U+56de, U+56e0, U+56f0, U+56f9-56fa}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-92.woff2) format('woff2');unicode-range:U+516e, U+5175-5178, U+517c, U+5180, U+5186, U+518a, U+518d, U+5192, U+5195, U+5197, U+51a0, U+51a5, U+51aa, U+51ac, U+51b6-51b7, U+51bd, U+51c4, U+51c6, U+51c9, U+51cb-51cd, U+51dc-51de, U+51e1, U+51f0-51f1, U+51f6, U+51f8-51f9, U+51fd, U+5200, U+5203, U+5207-5208, U+520a, U+520e, U+5211, U+5217, U+521d, U+5224-5225, U+522a, U+522e, U+5230, U+5236-523b, U+5243, U+5247, U+524a-524c, U+5254, U+5256, U+525b, U+525d, U+5261, U+5269-526a, U+526f, U+5272, U+5275, U+527d, U+527f, U+5283, U+5287-5289, U+528d, U+5291-5292, U+529f, U+52a3-52a4, U+52a9-52ab, U+52be, U+52c1, U+52c3, U+52c5, U+52c7, U+52c9, U+52cd, U+52d2, U+52d6, U+52d8-52d9, U+52db, U+52dd-52df, U+52e2-52e4, U+52f3, U+52f5, U+52f8, U+52fa-52fb, U+52fe-52ff, U+5305, U+5308, U+530d, U+530f-5310, U+5315, U+5319, U+5320-5321, U+5323, U+532a, U+532f, U+5339, U+533f-5341, U+5343-5344, U+5347-534a, U+534d, U+5351-5354, U+535a, U+535c, U+535e, U+5360, U+5366, U+5368, U+536f-5371, U+5374-5375, U+5377, U+537d, U+537f, U+5384, U+5393, U+5398}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-93.woff2) format('woff2');unicode-range:U+4f43, U+4f46-4f48, U+4f4d-4f51, U+4f55, U+4f59-4f5a, U+4f69, U+4f6f-4f70, U+4f73, U+4f76, U+4f7a, U+4f7e-4f7f, U+4f81, U+4f83-4f84, U+4f86, U+4f88, U+4f8a-4f8b, U+4f8d, U+4f8f, U+4f91, U+4f96, U+4f98, U+4f9b, U+4f9d, U+4fae-4faf, U+4fb5-4fb6, U+4fbf, U+4fc2-4fc4, U+4fc9-4fca, U+4fce, U+4fd1, U+4fd3-4fd4, U+4fd7, U+4fda, U+4fdf-4fe0, U+4fee-4fef, U+4ff1, U+4ff3, U+4ff5, U+4ff8, U+4ffa, U+5002, U+5006, U+5009, U+500b, U+500d, U+5011-5012, U+5016, U+5019-501a, U+501c, U+501e-501f, U+5021, U+5023-5024, U+5026-5028, U+502a-502d, U+503b, U+5043, U+5047-5049, U+504f, U+5055, U+505a, U+505c, U+5065, U+5074-5076, U+5078, U+5080, U+5085, U+508d, U+5091, U+5098-5099, U+50ac-50ad, U+50b2-50b3, U+50b5, U+50b7, U+50be, U+50c5, U+50c9-50ca, U+50d1, U+50d5-50d6, U+50da, U+50de, U+50e5, U+50e7, U+50ed, U+50f9, U+50fb, U+50ff-5101, U+5104, U+5106, U+5109, U+5112, U+511f, U+5121, U+512a, U+5132, U+5137, U+513a, U+513c, U+5140-5141, U+5143-5148, U+514b-514e, U+5152, U+515c, U+5162, U+5169-516b, U+516d}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-94.woff2) format('woff2');unicode-range:U+338c-339c, U+339f-33a0, U+33a2-33cb, U+33cf-33d0, U+33d3, U+33d6, U+33d8, U+33db-33dd, U+4e01, U+4e03, U+4e07-4e08, U+4e11, U+4e14-4e15, U+4e18-4e19, U+4e1e, U+4e32, U+4e38-4e39, U+4e42-4e43, U+4e45, U+4e4d-4e4f, U+4e56, U+4e58-4e59, U+4e5d-4e5e, U+4e6b, U+4e6d, U+4e73, U+4e76-4e77, U+4e7e, U+4e82, U+4e86, U+4e88, U+4e8e, U+4e90-4e92, U+4e94-4e95, U+4e98, U+4e9b, U+4e9e, U+4ea1-4ea2, U+4ea4-4ea6, U+4ea8, U+4eab, U+4ead-4eae, U+4eb6, U+4ec0-4ec1, U+4ec4, U+4ec7, U+4ecb, U+4ecd, U+4ed4-4ed5, U+4ed7-4ed9, U+4edd, U+4edf, U+4ee4, U+4ef0, U+4ef2, U+4ef6-4ef7, U+4efb, U+4f01, U+4f09, U+4f0b, U+4f0d-4f11, U+4f2f, U+4f34, U+4f36, U+4f38, U+4f3a, U+4f3c-4f3d}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-95.woff2) format('woff2');unicode-range:U+3136, U+3138, U+313a-3140, U+3143-3144, U+3150, U+3152, U+3154-3156, U+3158-315b, U+315d-315f, U+3162, U+3164-318c, U+318e, U+3200-321b, U+3231, U+3239, U+3251-325a, U+3260-327b, U+327e-327f, U+328a-3290, U+3294, U+329e, U+32a5, U+3380-3384, U+3388-338b}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-96.woff2) format('woff2');unicode-range:U+2f7d, U+2f7f-2f8b, U+2f8e-2f90, U+2f92-2f97, U+2f99-2fa0, U+2fa2-2fa3, U+2fa5-2fa9, U+2fac-2fb1, U+2fb3-2fbc, U+2fc1-2fca, U+2fcd-2fd4, U+3003, U+3012-3019, U+301c, U+301e-3020, U+3036, U+3041, U+3043, U+3045, U+3047, U+3049, U+304e, U+3050, U+3052, U+3056, U+305a, U+305c, U+305e, U+3062, U+3065, U+306c, U+3070-307d, U+3080, U+3085, U+3087, U+308e, U+3090-3091, U+30a1, U+30a5, U+30a9, U+30ae, U+30b1-30b2, U+30b4, U+30b6, U+30bc-30be, U+30c2, U+30c5, U+30cc, U+30d2, U+30d4, U+30d8-30dd, U+30e4, U+30e6, U+30e8, U+30ee, U+30f0-30f2, U+30f4-30f6, U+3133, U+3135}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-97.woff2) format('woff2');unicode-range:U+2541-254b, U+25a4-25a9, U+25b1, U+25b5, U+25b9, U+25bf, U+25c1, U+25c3, U+25c9-25ca, U+25cc, U+25ce, U+25d0-25d1, U+25e6, U+25ef, U+260f, U+261d, U+261f, U+262f, U+2660, U+2664, U+2667-2669, U+266d, U+266f, U+2716, U+271a, U+273d, U+2756, U+2776-277f, U+278a-2793, U+2963, U+2965, U+2ac5-2ac6, U+2acb-2acc, U+2f00, U+2f04, U+2f06, U+2f08, U+2f0a-2f0b, U+2f11-2f12, U+2f14, U+2f17-2f18, U+2f1c-2f1d, U+2f1f-2f20, U+2f23-2f26, U+2f28-2f29, U+2f2b, U+2f2d, U+2f2f-2f32, U+2f38, U+2f3c-2f40, U+2f42-2f4c, U+2f4f-2f52, U+2f54-2f58, U+2f5a-2f66, U+2f69-2f70, U+2f72-2f76, U+2f78, U+2f7a-2f7c}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-98.woff2) format('woff2');unicode-range:U+2479-2487, U+249c-24d1, U+24d3-24d7, U+24d9-24e9, U+24eb-24f4, U+2500-2501, U+2503, U+250c-2513, U+2515-2516, U+2518-2540}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-99.woff2) format('woff2');unicode-range:U+215b-215e, U+2162-2169, U+2170-2179, U+2195-2199, U+21b0-21b4, U+21bc, U+21c0, U+21c4-21c5, U+21cd, U+21cf-21d4, U+21e0-21e3, U+21e6-21e9, U+2200, U+2202-2203, U+2206-2209, U+220b-220c, U+220f, U+2211, U+2213, U+221a, U+221d-2220, U+2222, U+2225-2227, U+2229-222c, U+222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+2250-2253, U+225a, U+2260-2262, U+2264-2267, U+226a-226b, U+226e-2273, U+2276-2277, U+2279-227b, U+2280-2287, U+228a-228b, U+2295-2297, U+22a3-22a5, U+22bb-22bc, U+22ce-22cf, U+22da-22db, U+22ee-22ef, U+2306, U+2312, U+2314, U+2467-2478}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-100.woff2) format('woff2');unicode-range:U+81-82, U+84, U+a2-a5, U+a7-a8, U+aa, U+ac-ad, U+b1-b3, U+b6, U+b8-ba, U+bc-be, U+c0, U+c2, U+c6-cb, U+ce-d0, U+d4, U+d8-d9, U+db-dc, U+de-df, U+e6, U+eb, U+ee-f0, U+f4, U+f7-f9, U+fb, U+fe-ff, U+111, U+126-127, U+132-133, U+138, U+13f-142, U+149-14b, U+152-153, U+166-167, U+2bc, U+2c7, U+2d0, U+2d8-2d9, U+2db-2dd, U+391-394, U+396-3a1, U+3a3-3a9, U+3b2-3b6, U+3b8, U+3bc, U+3be-3c1, U+3c3-3c9, U+2010, U+2015-2016, U+2018-2019, U+201b, U+201f-2021, U+2025, U+2030, U+2033-2036, U+203c, U+203e, U+2042, U+2074, U+207a-207f, U+2081-2084, U+2109, U+2113, U+2116, U+2121, U+2126, U+212b, U+2153-2154}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-101.woff2) format('woff2');unicode-range:U+e8, U+2da, U+2160, U+2194, U+3054, U+3058, U+306d, U+3086, U+308d, U+30ac, U+30bb, U+30c4, U+30cd-30ce, U+30e2, U+3132, U+3146, U+3149, U+339d, U+4e3b, U+4f0a, U+4fdd, U+4fe1, U+5409, U+540c, U+5834, U+592a-592b, U+5b9a, U+5dde, U+5e0c, U+5e73, U+5f0f, U+60f3, U+653f, U+661f, U+662f, U+667a, U+683c, U+6b4c, U+6c11, U+767c, U+76ee, U+76f4, U+77f3, U+79d1, U+7a7a, U+7b2c, U+7d22, U+8207, U+8a00, U+8a71, U+9280, U+9580, U+958b, U+96c6, U+9762, U+98df, U+9ed1, U+ac2d, U+adc8, U+add3, U+af48, U+b014, U+b134-b135, U+b158, U+b2aa, U+b35f, U+b6a4, U+b9cf, U+bb63, U+bd23, U+be91, U+c29b, U+c3f4, U+c42c, U+c55c, U+c573, U+c58f, U+c78c, U+c7dd, U+c8f5, U+cad1, U+cc48, U+cf10, U+cf20, U+d03c, U+d07d, U+d2a0, U+d30e, U+d38d, U+d3a8, U+d3c8, U+d5e5, U+d5f9, U+d6e4, U+f90a, U+ff02, U+ff1c}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-102.woff2) format('woff2');unicode-range:U+3b1, U+2466, U+25a1, U+25a3, U+261c, U+3008-3009, U+305b, U+305d, U+3069, U+30a7, U+30ba, U+30cf, U+30ef, U+3151, U+3157, U+4e4b, U+4e5f, U+4e8c, U+4eca, U+4ed6, U+4f5b, U+50cf, U+5149, U+5165, U+5171, U+5229, U+529b, U+5316, U+539f, U+53f2, U+571f, U+5728, U+58eb, U+591c, U+5b78, U+5c11, U+5c55, U+5ddd, U+5e02, U+5fb7, U+60c5, U+610f, U+611f, U+6625, U+66f8, U+6797, U+679c, U+682a, U+6d2a, U+706b, U+7406, U+767b, U+76f8, U+77e5, U+7acb, U+898b, U+8a69, U+8def, U+8fd1, U+901a, U+90e8, U+91cd, U+975e, U+ae14, U+ae6c, U+aec0, U+afc7, U+afc9, U+b01c, U+b028, U+b308, U+b311, U+b314, U+b31c, U+b524, U+b560, U+b764, U+b920, U+b9e3, U+bd48, U+be7d, U+c0db, U+c231, U+c270, U+c2e3, U+c37d, U+c3ed, U+c530, U+c6a5, U+c6dc, U+c7a4, U+c954, U+c974, U+d000, U+d565, U+d667, U+d6c5, U+d79d, U+ff1e}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-103.woff2) format('woff2');unicode-range:U+131, U+2032, U+2465, U+2642, U+3048, U+3051, U+3083-3084, U+308f, U+30c0, U+30d1, U+30d3, U+30d6, U+30df, U+30e7, U+3153, U+4e16, U+4e8b, U+4ee5, U+5206, U+52a0, U+52d5, U+53e4, U+53ef, U+54c1, U+57ce, U+597d, U+5b8c, U+5ea6, U+5f8c, U+5f97, U+6210, U+6240, U+624b, U+6728, U+6bd4, U+7236, U+7269, U+7279, U+738b, U+7528, U+7530, U+767e, U+798f, U+8005, U+8a18, U+90fd, U+91cc, U+9577, U+9593, U+98a8, U+ac20, U+acf6, U+ad90, U+af5d, U+af80, U+afcd, U+aff0, U+b0a1, U+b0b5, U+b1fd, U+b2fc, U+b380, U+b51b, U+b584, U+b5b3, U+b8fd, U+b93c, U+b9f4, U+bb44, U+bc08, U+bc27, U+bc49, U+be55, U+be64, U+bfb0, U+bfc5, U+c178, U+c21f, U+c314, U+c4f1, U+c58d, U+c664, U+c698, U+c6a7, U+c6c1, U+c9ed, U+cac0, U+cacc, U+cad9, U+ccb5, U+cdcc, U+d0e4, U+d143, U+d320, U+d330, U+d54d, U+ff06, U+ff1f, U+ff5e}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-104.woff2) format('woff2');unicode-range:U+b4, U+20a9, U+20ac, U+2190, U+24d8, U+2502, U+2514, U+2592, U+25c7-25c8, U+2663, U+3060, U+3064, U+3081, U+3088, U+30a3, U+30a6, U+30aa, U+30b5, U+30c7, U+30ca-30cb, U+30d0, U+30e3, U+30e5, U+339e, U+4e09, U+4eac, U+4f5c, U+5167-5168, U+516c, U+51fa, U+5408, U+540d, U+591a, U+5b57, U+6211, U+65b9, U+660e, U+6642, U+6700, U+6b63, U+6e2f, U+7063, U+7532, U+793e, U+81ea, U+8272, U+82b1, U+897f, U+8eca, U+91ce, U+ac38, U+ad76, U+ae84, U+aecc, U+b07d, U+b0b1, U+b215, U+b2a0, U+b310, U+b3d7, U+b52a, U+b618, U+b775, U+b797, U+bcd5, U+bd59, U+be80, U+bea8, U+bed1, U+bee4-bee5, U+c060, U+c2ef, U+c329, U+c3dc, U+c597, U+c5bd, U+c5e5, U+c69c, U+c9d6, U+ca29, U+ca5c, U+ca84, U+cc39, U+cc3b, U+ce89, U+cee5, U+cf65, U+cf85, U+d058, U+d145, U+d22d, U+d325, U+d37d, U+d3ad, U+d769, U+ff0c}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-105.woff2) format('woff2');unicode-range:U+2161, U+2228, U+2299, U+2464, U+2517, U+2640, U+3042, U+304a, U+3053, U+3061, U+307f, U+3082, U+308c, U+3092, U+30a8, U+30ab, U+30ad, U+30b0, U+30b3, U+30b7, U+30c1, U+30c6, U+30c9, U+30d5, U+30d7, U+30de, U+30e0-30e1, U+30ec-30ed, U+4e0b, U+4e0d, U+4ee3, U+53f0, U+548c, U+5b89, U+5bb6, U+5c0f, U+611b, U+6771, U+6aa2, U+6bcd, U+6c34, U+6cd5, U+6d77, U+767d, U+795e, U+8ecd, U+9999, U+9ad8, U+ac07, U+ac1a, U+ac40, U+ad0c, U+ad88, U+ada4, U+ae01, U+ae65, U+aebd, U+aec4, U+afe8, U+b139, U+b205, U+b383, U+b38c, U+b42c, U+b461, U+b55c, U+b78f, U+b8fb, U+b9f7, U+bafc, U+bc99, U+bed8, U+bfcd, U+c0bf, U+c0f9, U+c167, U+c204, U+c20f, U+c22f, U+c258, U+c298, U+c2bc, U+c388, U+c501, U+c50c, U+c5b9, U+c5ce, U+c641, U+c648, U+c73d, U+ca50, U+ca61, U+cc4c, U+ceac, U+d0d4, U+d5f7, U+d6d7, U+ff1a}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-106.woff2) format('woff2');unicode-range:U+2103, U+2463, U+25c6, U+25cb, U+266c, U+3001, U+300a, U+3046, U+304c-304d, U+304f, U+3055, U+3059, U+3063, U+3066-3068, U+306f, U+3089, U+30b8, U+30bf, U+314f, U+4e0a, U+570b, U+5730, U+5916, U+5929, U+5c71, U+5e74, U+5fc3, U+601d, U+6027, U+63d0, U+6709, U+6734, U+751f, U+7684, U+82f1, U+9053, U+91d1, U+97f3, U+ac2f, U+ac4d, U+adc4, U+ade4, U+ae41, U+ae4d-ae4e, U+aed1, U+afb9, U+b0e0, U+b299, U+b365, U+b46c, U+b480, U+b4c8, U+b7b4, U+b819, U+b918, U+baab, U+bab9, U+be8f, U+bed7, U+c0ec, U+c19f, U+c1a5, U+c3d9, U+c464, U+c53d, U+c553, U+c570, U+c5cc, U+c633, U+c6a4, U+c7a3, U+c7a6, U+c886, U+c9d9-c9da, U+c9ec, U+ca0c, U+cc21, U+cd1b, U+cd78, U+cdc4, U+cef8, U+cfe4, U+d0a5, U+d0b5, U+d0ec, U+d15d, U+d188, U+d23c, U+d2ac, U+d729, U+d79b, U+ff01, U+ff08-ff09, U+ff5c}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-107.woff2) format('woff2');unicode-range:U+223C,U+25B3,U+25B7,U+25BD,U+25CF,U+266A,U+3002,U+300B,U+304B,U+3057,U+305F,U+306A-306B,U+307E,U+308A-308B,U+3093,U+30A2,U+30AF,U+30B9,U+30C3,U+30E9-30EB,U+33A1,U+4E00,U+524D,U+5357,U+5B50,U+7121,U+884C,U+9751,U+AC94,U+AEBE,U+AECD,U+AF08,U+AF41,U+AF49,U+B010,U+B053,U+B109,U+B11B,U+B128,U+B154,U+B2E6,U+B301,U+B385,U+B525,U+B5B4,U+B729,U+B72F,U+B738,U+B7FF,U+B975,U+BA67,U+BB47,U+BC1F,U+BD90,U+BFD4,U+C27C,U+C324,U+C3E0,U+C465,U+C53B,U+C58C,U+C610,U+C653,U+C6CD,U+C813,U+C82F,U+C999,U+C9E0,U+CAC4,U+CAD3,U+CBD4,U+CC10,U+CC22,U+CCB8,U+CCBC,U+CDA5,U+CE84,U+CEA3,U+CFE1,U+D241,U+D30D,U+D31C,U+D391,U+D401,U+D479,U+D5C9,U+D5DB,U+D649,U+D6D4}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-108.woff2) format('woff2');unicode-range:U+b0, U+e9, U+2193, U+2462, U+260e, U+261e, U+300e-300f, U+3044, U+30a4, U+30fb-30fc, U+314d, U+5973, U+6545, U+6708, U+7537, U+ac89, U+ac9c, U+acc1, U+ad04, U+ad75, U+ad7d, U+ae45, U+ae61, U+af42, U+b0ab, U+b0af, U+b0b3, U+b12c, U+b194, U+b1a8, U+b220, U+b258, U+b284, U+b2ff, U+b315, U+b371, U+b3d4-b3d5, U+b460, U+b527, U+b534, U+b810, U+b818, U+b98e, U+ba55, U+bbac, U+bc0b, U+bc40, U+bca1, U+bccd, U+bd93, U+be54, U+be5a, U+bf08, U+bf50, U+bf55, U+bfdc, U+c0c0, U+c0d0, U+c0f4, U+c100, U+c11e, U+c170, U+c20d, U+c274, U+c290, U+c308, U+c369, U+c539, U+c587, U+c5ff, U+c6ec, U+c70c, U+c7ad, U+c7c8, U+c83c, U+c881, U+cb48, U+cc60, U+ce69, U+ce6b, U+ce75, U+cf04, U+cf08, U+cf55, U+cf70, U+cffc, U+d0b7, U+d1a8, U+d2c8, U+d384, U+d47c, U+d48b, U+d5dd, U+d5e8, U+d720, U+d759, U+f981}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-109.woff2) format('woff2');unicode-range:U+E0,U+E2,U+395,U+3B7,U+3BA,U+2460-2461,U+25A0,U+3010-3011,U+306E,U+30F3,U+314A,U+314C,U+5927,U+65B0,U+97D3,U+AD49,U+AE0B,U+AE0D,U+AE43,U+AE5D,U+AECF,U+AF3C,U+AF64,U+AFD4,U+B080,U+B084,U+B0C5,U+B10C,U+B1E8,U+B2AC,U+B36E,U+B451,U+B515,U+B540,U+B561,U+B6AB,U+B6B1,U+B72C,U+B730,U+B744,U+B800,U+B8EC,U+B8F0,U+B904,U+B96D,U+B987,U+B9D9,U+BB36,U+BB49,U+BC2D,U+BC43,U+BCF6,U+BD89,U+BE57,U+BE61,U+BED4,U+C090,U+C130,U+C148,U+C19C,U+C2F9,U+C36C,U+C37C,U+C3DF,U+C575,U+C584,U+C660,U+C719,U+C816,U+CA4D,U+CA54,U+CABC,U+CB49,U+CC14,U+CFF5,U+D004,U+D038,U+D0B4,U+D0D3,U+D0E0,U+D0ED,U+D131,U+D1B0,U+D31F,U+D33D,U+D3A0,U+D3AB,U+D514,U+D584,U+D6A1,U+D6CC,U+D760,U+D799}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-110.woff2) format('woff2');unicode-range:U+60,U+3B9,U+3BB,U+3BD,U+2191,U+2606,U+300C-300D,U+3131,U+3134,U+3139,U+3141-3142,U+3148,U+3161,U+3163,U+321C,U+4EBA,U+5317,U+AC31,U+AC77,U+AC9F,U+ACB9,U+ACF0-ACF1,U+ACFD,U+AD73,U+AF3D,U+B00C,U+B04A,U+B057,U+B0C4,U+B188,U+B1CC,U+B214,U+B2DB,U+B2EE,U+B304,U+B4ED,U+B518,U+B5BC,U+B625,U+B69C-B69D,U+B7AC,U+B801,U+B86C,U+B959,U+B95C,U+B985,U+BA48,U+BB58,U+BC0C,U+BC38,U+BC85,U+BC9A,U+BF40,U+C068,U+C0BD,U+C0CC,U+C12F,U+C149,U+C1E0,U+C22B,U+C22D,U+C250,U+C2FC,U+C300,U+C313,U+C370,U+C3D8,U+C557,U+C580,U+C5E3,U+C62E,U+C634,U+C6F0,U+C74D,U+C783,U+C78E,U+C796,U+C7BC,U+C92C,U+CA4C,U+CC1C,U+CC54,U+CC59,U+CE04,U+CF30,U+CFC4,U+D140,U+D321,U+D38C,U+D399,U+D54F,U+D587,U+D5D0,U+D6E8,U+D770}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-111.woff2) format('woff2');unicode-range:U+D7,U+EA,U+FC,U+2192,U+25BC,U+3000,U+3145,U+315C,U+7F8E,U+AC13,U+AC90,U+ACB8,U+AD7F,U+AE50,U+AEF4,U+AF34,U+AFBC,U+B048,U+B09A,U+B0AD,U+B0BC,U+B113,U+B125,U+B141,U+B20C,U+B2D9,U+B2ED,U+B367,U+B369,U+B374,U+B3CB,U+B4EC,U+B81B,U+B834,U+B8E1,U+B989,U+B9D1,U+B9E1,U+B9FA,U+BA78,U+BB35,U+BB54,U+BBF9,U+BCB3,U+BD05,U+BD95,U+BDD4,U+BE10,U+BED0,U+BF51,U+C0D8,U+C232,U+C2B7,U+C2EB,U+C378,U+C500,U+C52C,U+C549,U+C568,U+C598,U+C5C9,U+C61B,U+C639,U+C67C,U+C78A,U+C80A,U+C90C,U+C950,U+CBE4,U+CCA9,U+CCE4,U+CE78,U+CE94,U+CE98,U+D018,U+D034,U+D0F1,U+D1B1,U+D280,U+D2F8,U+D338,U+D380,U+D3B4,U+D610,U+D69F,U+D6FC}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-112.woff2) format('woff2');unicode-range:U+E7,U+2022,U+203B,U+25C0,U+2605,U+2661,U+3147,U+318D,U+ACAA,U+ACBC,U+AD1C,U+AE4A,U+AE5C,U+B044,U+B0C8-B0C9,U+B2A6,U+B2D0,U+B364,U+B428,U+B454,U+B465,U+B4B7,U+B4E3,U+B51C,U+B5A1,U+B784,U+B790,U+B7AB,U+B7F4,U+B82C,U+B835,U+B8F8,U+B9D8,U+B9F9,U+BA5C,U+BA64,U+BB18,U+BB3B,U+BBFF,U+BC0D,U+BC45,U+BC97,U+BCBC,U+BE45,U+BE75,U+BE7C,U+BFCC,U+C0B6,U+C0F7,U+C14B,U+C2B4,U+C4F8,U+C5BB,U+C5D1,U+C5E0,U+C5EE,U+C5FD,U+C606,U+C6C5,U+C6E0,U+C708,U+C81D,U+C824,U+C878,U+C918,U+C96C,U+C9E4,U+C9F1,U+CC2E,U+CD09,U+CEA1,U+CEF5,U+CEF7,U+CF69,U+CFE8,U+D0AC,U+D230,U+D234,U+D2F4,U+D575,U+D578,U+D608,U+D614,U+D718,U+D751,U+D761,U+D78C,U+D790}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-113.woff2) format('woff2');unicode-range:U+2665,U+3160,U+AC12,U+AC14,U+AC16,U+AC81,U+AD34,U+AFC0,U+AFC8,U+B04C,U+B08C,U+B099,U+B0A9,U+B0AC,U+B0B8,U+B123,U+B179,U+B2E5,U+B2F7,U+B4C0,U+B531,U+B538,U+B545,U+B550,U+B6F0,U+B728,U+B73B,U+B7AD,U+B7ED,U+B809,U+B864,U+B86D,U+B871,U+B9BF,U+B9F5,U+BA40,U+BA4B,U+BA58,U+BA87,U+BAAC,U+BBC0,U+BC34,U+BD07,U+BD99,U+BE59,U+BFD0,U+C0E4,U+C0F5,U+C12D,U+C139,U+C228,U+C529,U+C5C7,U+C635,U+C637,U+C735,U+C77D,U+C787,U+C789,U+C8C4,U+C989,U+C98C,U+C9D3,U+CC0C,U+CC99,U+CD0C,U+CD2C,U+CE59,U+CEA0,U+D0D0-D0D1,U+D0D5,U+D1A4,U+D2F1,U+D39C,U+D3BC,U+D4E8,U+D540,U+D5EC,U+D640,U+D750}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-114.woff2) format('woff2');unicode-range:U+25B2,U+25B6,U+314E,U+AC24,U+ACE1,U+ACE4,U+AE68,U+AF2D,U+B0D0,U+B0E5,U+B150,U+B155,U+B193,U+B2C9,U+B2DD,U+B3C8,U+B3FC,U+B410,U+B4DD,U+B5A0,U+B5A4,U+B5BB,U+B7B5,U+B838,U+B840,U+B86F,U+B8F9,U+B960,U+B9E5,U+BAB8,U+BB50,U+BC1D,U+BC24-BC25,U+BCA8,U+BCBD,U+BD04,U+BD10,U+BD24,U+BE48,U+BE5B,U+BE68,U+C15C,U+C168,U+C194,U+C219,U+C27D,U+C2A8,U+C2F1,U+C2F8,U+C368,U+C554-C555,U+C559,U+C564,U+C5D8,U+C5FC,U+C625,U+C65C,U+C6B1,U+C794,U+C84C,U+C88C,U+C8E0,U+C8FD,U+C998,U+C9DD,U+CC0D,U+CC30,U+CF13,U+CF1C,U+CF5C,U+D050,U+D07C,U+D0A8,U+D134,U+D138,U+D154,U+D1F4,U+D2BC,U+D32C,U+D3D0,U+D3F4,U+D3FC,U+D56B,U+D5CC,U+D600-D601,U+D639,U+D765}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-115.woff2) format('woff2');unicode-range:U+2026,U+24D2,U+314B,U+AC11,U+ACF3,U+AD81,U+ADF9,U+AE34,U+AF43,U+AFB8,U+B07C,U+B110,U+B118,U+B180,U+B18D,U+B2CC,U+B355,U+B4EF,U+B78D,U+B799,U+B7A9,U+B807,U+B80C,U+B839,U+B9B4,U+B9DB,U+BAB0,U+BC94,U+BE4C,U+C154,U+C1C4,U+C2ED,U+C4F4,U+C561,U+C571,U+C5B5,U+C5C4,U+C654-C655,U+C695,U+C6F9,U+C724,U+C751,U+C775,U+C7A0,U+C7C1,U+C880,U+C9D5,U+CABD,U+CC2C,U+CCA8,U+CCD0,U+CE21,U+CE7C,U+CE90,U+CEE8,U+CEF4,U+CFE0,U+D070,U+D0B9,U+D0C1,U+D2C0,U+D314,U+D478,U+D48D,U+D508,U+D53D,U+D5E4,U+D611,U+D798}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-116.woff2) format('woff2');unicode-range:U+A9,U+AC08,U+AC78,U+ACAC,U+AD70,U+ADDC,U+B137,U+B140,U+B3C5,U+B429,U+B529,U+B79C,U+B7A8,U+B7C9,U+B7F0,U+B7FC,U+B828,U+B860,U+B9AD,U+B9C1,U+B9E8,U+BA39,U+BABB,U+BC8C,U+BCA0,U+BD09,U+BDF0,U+C0AD,U+C0BC,U+C190,U+C2B9,U+C2F6,U+C528,U+C545,U+C558,U+C5D4,U+C600,U+C721,U+C798,U+C838,U+C990,U+C9DC,U+CC38,U+CCA0,U+CDA9,U+D22C,U+D328,U+D37C,U+D3F0,U+D551,U+D5C8,U+D5D8,U+D64D,U+D669}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-117.woff2) format('woff2');unicode-range:U+7E,U+ACA9,U+AD8C,U+B09C,U+B0A0,U+B204,U+B313,U+B4E0,U+B54C,U+B780,U+B78C,U+B791,U+B8E8,U+B9BC-B9BD,U+B9CE,U+BA70,U+BBFC,U+BC15,U+BC1B,U+BC95,U+BD81,U+C0C8,U+C13C,U+C158,U+C18D,U+C1A1,U+C21C,U+C4F0,U+C560,U+C5C8,U+C88B,U+C99D,U+C9C8,U+CC3D,U+CC45,U+D074,U+D2B9,U+D488,U+D648}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-118.woff2) format('woff2');unicode-range:U+D,U+AC80,U+AD11,U+AD6D,U+AE08,U+B124,U+B370,U+B41C,U+B798,U+B808,U+B978,U+B9D0,U+BC1C,U+BC84,U+BE14,U+C0B0,U+C0C9,U+C54C,U+C591,U+CDE8,U+D1B5,U+D30C,U+D50C,U+D788}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-119.woff2) format('woff2');unicode-range:U+A0}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-x-120.woff2) format('woff2');unicode-range:U+2A,U+51,U+58,U+5A,U+A1,U+AB,U+AE,U+BB,U+BF,U+2013,U+201C-201D,U+2122}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-cyrillic.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-vietnamese.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/noto-kr-normal-100-900-latin.woff2) format('woff2');unicode-range:U+0-1F,U+2A,U+51,U+58,U+5A,U+60,U+7E-B6,U+B8-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-2013,U+2015-2038,U+203B-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400 900;font-display:optional;src:url(/renewal/assets/fonts/playfair-normal-400-900-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400 900;font-display:optional;src:url(/renewal/assets/fonts/playfair-normal-400-900-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
#sgr-renewal .sgn-sig-eb{font-family:"Playfair Display",Georgia,serif!important}
/* SUGAR_FONTS_V1_END */

/* SUGAR_HOME_SUBSETS_KO_20260907_START */
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/home-ko-noto-kr-normal-100-900-x-4.1c89d49c4d86d323.woff2) format('woff2');unicode-range:U+D71C}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/home-ko-noto-kr-normal-100-900-x-107.0267a0b3470625d2.woff2) format('woff2');unicode-range:U+2039,U+203A,U+30C8,U+B291,U+B837,U+C379,U+CF67}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/home-ko-noto-kr-normal-100-900-x-109.5914c0d2a48ccb8a.woff2) format('woff2');unicode-range:U+7E41,U+9AD4,U+B968,U+C384,U+D749}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/home-ko-noto-kr-normal-100-900-x-111.81a543aa0b02294e.woff2) format('woff2');unicode-range:U+3137,U+AC71,U+ACE7,U+B611,U+B760,U+B8B0,U+BA4D,U+BC11,U+C717,U+C90D,U+C9E7,U+CDB0,U+CF8C,U+D758}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/home-ko-noto-kr-normal-100-900-x-112.5ad0206fac693ab2.woff2) format('woff2');unicode-range:U+672C,U+8A9E,U+B054,U+B35C,U+B8E9,U+BABD,U+C30D,U+C820,U+CF64,U+D035,U+D31D}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/home-ko-noto-kr-normal-100-900-x-113.72c9875da8fdce3d.woff2) format('woff2');unicode-range:U+4E2D,U+6587,U+65E5,U+ADE0,U+AE54,U+AEBC,U+AF2C,U+B0AE,U+B5A8,U+BC16,U+C058,U+C9D0,U+CD98,U+CDA4,U+CE60,U+CE6D,U+D14D,U+D29C,U+D301}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/home-ko-noto-kr-normal-100-900-x-114.cecdeb85ed2bd6d9.woff2) format('woff2');unicode-range:U+005E,U+B458,U+C05C,U+C12C,U+C140,U+C728,U+CEEC,U+D329,U+D6C8,U+D754}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/home-ko-noto-kr-normal-100-900-x-115.e172ca87fd52ba42.woff2) format('woff2');unicode-range:U+003C,U+003D,U+AD74,U+B05D,U+B17C,U+B192,U+B378,U+B4A4,U+B7FD,U+BA3C,U+BBA4,U+C26C,U+C2AC,U+C55E,U+C6E8,U+C874,U+C9F8,U+CC29,U+CCAB,U+CE35,U+D0C4,U+D0C8,U+D15C,U+D1A1,U+D300,U+D3ED,U+D480,U+D61C,U+D68D,U+D6A8}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/home-ko-noto-kr-normal-100-900-x-116.4d490c29180770df.woff2) format('woff2');unicode-range:U+0023,U+0025,U+005F,U+ACA8,U+ACE8,U+ADC0,U+B208,U+B290,U+B2F5,U+B3CC,U+B420,U+B530,U+B77D,U+B9C9,U+B9DD,U+B9DE,U+BA38,U+BC00,U+BCA4,U+BCD1,U+BCFC,U+BE60,U+C0B4,U+C1FC,U+C220,U+C288,U+C5BC,U+C644,U+C6C0,U+C6C3,U+C7A1,U+C811,U+C871,U+C904,U+CC44,U+CD1D,U+CD95,U+CE5C,U+CF00,U+CF58,U+D150,U+D305,U+D5A5,U+D63C,U+D734,U+D76C}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/home-ko-noto-kr-normal-100-900-x-117.c4de3d37035381a2.woff2) format('woff2');unicode-range:U+0026,U+002B,U+003E,U+0040,U+AC01,U+AC19,U+AC1D,U+ACA0,U+ACB0,U+AE09,U+AE38,U+AE40,U+AED8,U+B108,U+B298,U+B2D8,U+B2EB,U+B2EC,U+B2F4,U+B358,U+B450,U+B610,U+B958,U+B974,U+B984,U+B9B0,U+BC0F,U+BC31,U+BCC0,U+BCC4,U+BD88,U+C11D,U+C54A,U+C5B8,U+C5F4,U+C628,U+C62C,U+C678,U+C6CC,U+C808,U+C810,U+C885,U+C900,U+C988,U+CC3E,U+CD08,U+CE20,U+CEE4,U+D0A4,U+D0DD,U+D3B8,U+D3C9,U+D544,U+D559,U+D56D,U+D588,U+D615,U+D655,U+D658,U+D65C}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/home-ko-noto-kr-normal-100-900-x-118.f804c1a5e6d25c5d.woff2) format('woff2');unicode-range:U+0048,U+007C,U+AC10,U+AC15,U+AC74,U+AC83,U+ACC4,U+AD50,U+ADFC,U+AE00,U+AE4C,U+B0A8,U+B144,U+B178,U+B274,U+B2A5,U+B2E8,U+B2F9,U+B354,U+B418,U+B4F1,U+B514,U+B824,U+B825,U+B8CC,U+B9E4,U+BAA9,U+BB3C,U+BC18,U+BC30,U+BCF5,U+BCF8,U+BD84,U+BE0C,U+C0DD,U+C124,U+C2DD,U+C2E4,U+C2EC,U+C57C,U+C57D,U+C5C5,U+C5C6,U+C5ED,U+C608,U+C640,U+C6B8,U+C6D4,U+C784,U+C7AC,U+C800,U+C801,U+C9C1,U+C9D1,U+CC28,U+CC98,U+CC9C,U+CCAD,U+CD5C,U+CD94,U+CD9C,U+CE68,U+CF54,U+D0DC,U+D14C,U+D1A0,U+D2F0,U+D310,U+D398,U+D45C,U+D53C,U+D560,U+D568,U+D589,U+D604,U+D6C4}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/home-ko-noto-kr-normal-100-900-x-119.e6a62b01f92e31d1.woff2) format('woff2');unicode-range:U+0039,U+0049,U+004D,U+004E,U+AC04,U+AC1C,U+AC70,U+AC8C,U+ACBD,U+ACF5,U+ACFC,U+AD00,U+AD6C,U+ADF8,U+B098,U+B0B4,U+B294,U+B2C8,U+B300,U+B3C4,U+B3D9,U+B4DC,U+B4E4,U+B77C,U+B7EC,U+B85D,U+B97C,U+B9C8,U+B9CC,U+BA54,U+BA74,U+BA85,U+BAA8,U+BB34,U+BB38,U+BBF8,U+BC14,U+BC29,U+BC88,U+BCF4,U+BD80,U+BE44,U+C0C1,U+C11C,U+C120,U+C131,U+C138,U+C18C,U+C218,U+C2B5,U+C2E0,U+C544,U+C548,U+C5B4,U+C5D0,U+C5EC,U+C5F0,U+C601,U+C624,U+C694,U+C6A9,U+C6B0,U+C6B4,U+C6D0,U+C704,U+C720,U+C73C,U+C740,U+C744,U+C74C,U+C758,U+C77C,U+C785,U+C788,U+C790,U+C791,U+C7A5,U+C804,U+C815,U+C81C,U+C870,U+C8FC,U+C911,U+C9C4,U+CCB4,U+CE58,U+CE74,U+D06C,U+D0C0,U+D130,U+D2B8,U+D3EC,U+D504,U+D55C,U+D569,U+D574,U+D638,U+D654,U+D68C}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/home-ko-noto-kr-normal-100-900-x-120.ccc06d3e87b0a399.woff2) format('woff2');unicode-range:U+0020,U+0021,U+0022,U+0027,U+0028,U+0029,U+002C,U+002D,U+002E,U+002F,U+0030,U+0031,U+0032,U+0033,U+0034,U+0035,U+0036,U+0037,U+0038,U+003A,U+003B,U+003F,U+0041,U+0042,U+0043,U+0044,U+0045,U+0046,U+0047,U+004A,U+004B,U+004C,U+004F,U+0050,U+0052,U+0053,U+0054,U+0055,U+0056,U+0057,U+0059,U+005B,U+005C,U+005D,U+0061,U+0062,U+0063,U+0064,U+0065,U+0066,U+0067,U+0068,U+0069,U+006A,U+006B,U+006C,U+006D,U+006E,U+006F,U+0070,U+0071,U+0072,U+0073,U+0074,U+0075,U+0076,U+0077,U+0078,U+0079,U+007A,U+007B,U+007D,U+00B7,U+2014,U+AC00,U+ACE0,U+AE30,U+B2E4,U+B85C,U+B9AC,U+C0AC,U+C2A4,U+C2DC,U+C774,U+C778,U+C9C0,U+D558}
@font-face{font-family:'Noto Sans KR';font-style:normal;font-weight:100 900;font-display:block;src:url(/renewal/assets/fonts/home-ko-noto-kr-normal-100-900-latin.35444b74b7bebcb5.woff2) format('woff2');unicode-range:U+0020,U+0021,U+0022,U+0023,U+0024,U+0025,U+0026,U+0027,U+0028,U+0029,U+002B,U+002C,U+002D,U+002E,U+002F,U+0030,U+0031,U+0032,U+0033,U+0034,U+0035,U+0036,U+0037,U+0038,U+0039,U+003A,U+003B,U+003C,U+003D,U+003E,U+003F,U+0040,U+0041,U+0042,U+0043,U+0044,U+0045,U+0046,U+0047,U+0048,U+0049,U+004A,U+004B,U+004C,U+004D,U+004E,U+004F,U+0050,U+0052,U+0053,U+0054,U+0055,U+0056,U+0057,U+0059,U+005B,U+005C,U+005D,U+005E,U+005F,U+0061,U+0062,U+0063,U+0064,U+0065,U+0066,U+0067,U+0068,U+0069,U+006A,U+006B,U+006C,U+006D,U+006E,U+006F,U+0070,U+0071,U+0072,U+0073,U+0074,U+0075,U+0076,U+0077,U+0078,U+0079,U+007A,U+007B,U+007C,U+007D,U+00B7,U+2014,U+2039,U+203A}
/* SUGAR_HOME_SUBSETS_KO_20260907_END */
