#snomet {
    --red: #ea1917;
    --ink: #111111;
    --muted: #444444;
    --soft: #f6f6f6;
    --line: #e7e7e7;
    --ls-title-pc: -0.02em;
    --ls-body: -0.005em;
    --ls-disclaimer: -0.005em;
    font-family: "Pretendard", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
    background: #ffffff;
    color: var(--ink);
    word-break: keep-all;
    letter-spacing: 0;
}

#snomet * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    word-break: keep-all;
    letter-spacing: 0;
}

#snomet img {
    display: block;
    width: 100%;
    max-width: 100%;
}

#snomet ul,
#snomet ol {
    list-style: none;
}

#snomet a {
    color: inherit;
    text-decoration: none;
}

#snomet a:focus-visible,
#snomet button:focus-visible {
    outline: 2px solid #015fcb;
    outline-offset: 4px;
}

#snomet .pc-only,
#snomet br.pc-only {
    display: block;
}

#snomet .mo-only,
#snomet br.mo-only {
    display: none;
}

#snomet h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: var(--ls-title-pc);
}

#snomet h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: var(--ls-title-pc);
}

#snomet h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: var(--ls-title-pc);
}

#snomet h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
}

#snomet h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

#snomet h6 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
}

#snomet p,
#snomet li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.72;
}

#snomet .sub-copy,
#snomet .lead-copy,
#snomet .summary-list p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: var(--ls-body);
}

#snomet .point-title {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

#snomet .num-list-red .txt-box > p,
#snomet .tip-copy p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

#snomet .num-list-red .txt-box > p + p {
    margin-top: 8px;
}

#snomet .lg-red {
    color: var(--red) !important;
}

#snomet .inner-text {
    max-width: 1136px;
    margin: 0 auto;
    padding: 0 20px;
}

#snomet .inner-kv {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

#snomet .mt-120 {
    margin-top: 120px;
}

#snomet .mt-140 {
    margin-top: 140px;
}

#snomet .mt-80 {
    margin-top: 80px;
}

#snomet .mt-46 {
    margin-top: 46px;
}

#snomet .mt-28 {
    margin-top: 28px;
}

#snomet .mb-20 {
    margin-bottom: 20px;
}

#snomet .mb-8 {
    margin-bottom: 8px;
}

#snomet .sec-header {
    padding-top: 80px;
}

#snomet .sec-header .inner-text {
    margin-bottom: 70px;
}

#snomet .main-title {
    margin-bottom: 22px;
    font-size: 56px;
}

#snomet .sub-copy {
    color: #333333;
}

#snomet .hero-visual {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 500px;
    border-radius: 0;
}

#snomet .hero-visual img {
    width: 100%;
    max-width: 1380px;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}

#snomet.install-type-comparison-guide .hero-visual-stack {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
}

#snomet.install-type-comparison-guide .hero-visual-stack .hero-visual {
    position: absolute;
    inset: 0;
    height: 100%;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
}

#snomet.install-type-comparison-guide .hero-visual-stack .hero-visual.is-active {
    opacity: 1;
    z-index: 1;
}

#snomet .disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: var(--ls-body);
    text-align: left;
}

#snomet .disclaimer::before {
    content: "*";
    flex: 0 0 auto;
}

#snomet .disclaimer .txt {
    flex: 1;
    min-width: 0;
}

#snomet p.caption {
    width: 1380px;
    max-width: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
}

#snomet .sec-summary h2 {
    text-align: left;
}

#snomet .summary-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
    padding: 22px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background: transparent;
}

#snomet .summary-list li {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 20px 36px;
    border-bottom: 1px solid #d9d9d9;
    list-style: none;
}

#snomet .summary-list li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 13px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000000;
}

#snomet .summary-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

#snomet .summary-list h4,
#snomet .summary-list p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: var(--ls-body);
}

#snomet .section-title {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    text-align: left;
}

#snomet .section-title .num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 0;
    background: #000000;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: var(--ls-body);
}

#snomet .section-title h2 {
    flex: 1;
    line-height: 1.4;
}

#snomet .lead-copy {
    max-width: none;
    margin: 0;
    color: #333333;
    text-align: left;
}

#snomet .feature-img {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
    background: #f4f4f4;
}

#snomet .feature-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

#snomet .feature-media {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #f4f4f4;
    line-height: 0;
}

#snomet .feature-media--allinone-dim {
    aspect-ratio: 1096 / 504;
}

#snomet .feature-media > video.feature-img {
    position: absolute;
    max-width: none;
    aspect-ratio: auto;
}

#snomet .feature-media--allinone-dim > video.feature-img {
    top: -40.78%;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: initial;
    object-position: center;
}

#snomet .feature-media--allinone-dim::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, #fbfbfb 0%, rgba(251, 251, 251, 0) 48%);
    mix-blend-mode: multiply;
}

#snomet video.feature-img {
    width: 100%;
    aspect-ratio: 1096 / 504;
    height: auto;
    object-fit: cover;
    object-position: center -85px;
}

#snomet video.feature-img.roni-video {
    object-position: center;
}

#snomet .check-point {
    margin-top: 60px;
    text-align: left;
}

#snomet .cp-title {
    margin-bottom: 20px;
    color: #111111;
}

#snomet .num-list-red {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 32px 0;
}

#snomet .num-list-red > li {
    display: flex;
    align-items: stretch;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #d8d8d8;
}

#snomet .num-list-red > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

#snomet .num-list-red .n {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    flex: 0 0 130px;
    width: 130px;
    color: var(--red);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: var(--ls-body);
    text-align: center;
}

#snomet .num-list-red .txt-box {
    flex: 1;
    min-width: 0;
}

#snomet .num-list-red h6 + h6 {
    margin-top: 10px;
}

#snomet .num-list-red .tip-item .n {
    font-size: 22px;
}

#snomet .tip-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#snomet .tip-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#snomet .tip-copy h5,
#snomet .tip-copy h6,
#snomet .tip-copy .point-title,
#snomet .tip-copy p {
    margin: 0;
}

#snomet .tip-img {
    display: block;
    overflow: hidden;
    width: 960px;
    max-width: 100%;
    height: 510px;
}

#snomet .tip-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#snomet video.tip-img {
    object-fit: cover;
    object-position: center;
}

#snomet .roni-station-tip {
    width: 966px;
    max-width: 100%;
}

#snomet .roni-station-table {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#snomet .roni-station-table__row {
    display: grid;
    grid-template-columns: 180px 1fr 1fr;
    column-gap: 40px;
    padding: 22px;
    border-bottom: 1px solid #a7a7a7;
    align-items: center;
}

#snomet .roni-station-table__row:last-child {
    border-bottom: 0;
}

#snomet .roni-station-table__head {
    background: #f3f5f7;
    border-bottom-color: transparent;
}

#snomet .roni-station-table__image-row {
    align-items: flex-start;
    padding-top: 22px;
    padding-bottom: 22px;
}

#snomet .roni-station-table__image-cell {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 160px;
}

#snomet .roni-station-table__image-cell img {
    display: block;
    width: auto;
    max-width: 310px;
    max-height: 160px;
}

#snomet .roni-station-table__image--hidden {
    max-width: 245px;
    max-height: 172px;
}

#snomet .roni-station-table__image--objet {
    max-width: 170px;
    max-height: 170px;
}

#snomet .roni-station-table__cell {
    min-width: 0;
    color: #000;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0;
    word-break: keep-all;
}

#snomet .roni-station-table__head .roni-station-table__cell,
#snomet .roni-station-table__label {
    font-weight: 700;
}

#snomet .roni-station-table__head .roni-station-table__label {
    opacity: 0;
}

#snomet .roni-station-mobile {
    display: none;
}

#snomet .notice-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 20px;
    border: 0;
    background: transparent;
    color: #666666;
    cursor: pointer;
}

#snomet .notice-toggle::after {
    content: "";
    display: inline-block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background: center / 10px 6px no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transform: rotate(180deg);
    transform-origin: center;
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#snomet .notice-toggle[aria-expanded="false"]::after {
    transform: rotate(0deg);
}

#snomet .notice-toggle p {
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}

#snomet .notice-list {
    margin-top: 20px;
    max-height: none;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    will-change: max-height, opacity, margin-top;
    transition:
        max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.22s ease,
        margin-top 0.2s ease,
        visibility 0s linear 0s;
}

#snomet .notice-list.is-collapsed {
    pointer-events: none;
    transition:
        max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.18s ease,
        margin-top 0.2s ease 0.4s,
        visibility 0s linear 0.4s;
}

@media (prefers-reduced-motion: reduce) {
    #snomet .notice-list,
    #snomet .notice-toggle::after {
        transition: none;
    }
}

#snomet .notice-list li {
    position: relative;
    padding-left: 14px;
    color: #444444;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: var(--ls-body);
}

#snomet .notice-list li::before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
}

#snomet .notice-list .notice-heading {
    padding-left: 0;
}

#snomet .notice-list li:not(.notice-heading) + .notice-heading {
    margin-top: 8px;
}

#snomet .notice-list .notice-heading::before {
    content: none;
}

#snomet .notice-list p {
    color: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    letter-spacing: var(--ls-disclaimer);
}

#snomet .btn-wrap.center {
    text-align: center;
}

#snomet .btn-black {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 51px;
    padding: 10px 24px 10px 30px;
    border-radius: 60px;
    background: #111111;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: var(--ls-body);
    white-space: nowrap;
}

#snomet .btn-black .right-arrow {
    display: block;
    width: 10px;
    height: 20px;
}

#snomet .sec-banner {
    margin-top: 80px;
    padding-bottom: 120px;
}

#snomet .sec-banner .inner-text {
    position: relative;
}

#snomet .banner-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
    background: #f4f4f4;
}

#snomet .banner-img img {
    aspect-ratio: 1096 / 280;
    object-fit: cover;
}

#snomet .banner-copy {
    position: absolute;
    top: 50%;
    left: 130px;
    transform: translateY(-50%);
    z-index: 2;
    color: #111111;
}

#snomet .banner-copy h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: var(--ls-title-pc);
}

#snomet .banner-copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 258px;
    min-height: 51px;
    padding: 10px 24px 10px 30px;
    border-radius: 60px;
    background: #111111;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: var(--ls-body);
}

#snomet .banner-cta-icon {
    display: block;
    width: 10px;
    height: 20px;
}

#snomet .bullet-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#snomet .bullet-list li {
    position: relative;
    padding-left: 14px;
}

#snomet .bullet-list li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #111111;
}

#snomet .bullet-list p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

#snomet.all-in-one-guide .feature-img img {
    aspect-ratio: auto;
}

@media (max-width: 768px) {
    #snomet .pc-only,
    #snomet br.pc-only {
        display: none;
    }

    #snomet .mo-only,
    #snomet br.mo-only {
        display: block;
    }

    #snomet h1 {
        font-size: 32px;
        line-height: 1.34;
        letter-spacing: var(--ls-body);
    }

    #snomet h2 {
        font-size: 22px;
        line-height: 1.42;
        letter-spacing: var(--ls-body);
    }

    #snomet h3 {
        font-size: 22px;
        line-height: 1.45;
        letter-spacing: var(--ls-body);
    }

    #snomet h4 {
        font-size: 16px;
        line-height: 1.62;
        letter-spacing: var(--ls-body);
    }

    #snomet h5,
    #snomet h6 {
        font-size: 17px;
        line-height: 1.45;
        letter-spacing: var(--ls-body);
    }

    #snomet p,
    #snomet li {
        font-size: 15px;
        line-height: 1.68;
        letter-spacing: var(--ls-body);
    }

    #snomet .sub-copy,
    #snomet .lead-copy,
    #snomet .summary-list p{
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: var(--ls-body);
    }
    #snomet .point-title{
        font-size:14px ;
         line-height: 1.6;
        letter-spacing: var(--ls-body);
        margin-bottom:4px;
    }
    #snomet .num-list-red .txt-box > p,
    #snomet .tip-copy p {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: var(--ls-body);
    }

    #snomet .num-list-red .txt-box > p + p {
        margin-top: 4px;
    }

    #snomet .inner-text {
        padding: 0 20px;
    }

    #snomet .inner-kv {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    #snomet .mt-120 {
        margin-top: 60px;
    }

    #snomet .mt-140 {
        margin-top: 98px;
    }

    #snomet .mt-80 {
        margin-top: 80px;
    }

    #snomet .mt-46 {
        margin-top: 30px;
    }

    #snomet .mt-28 {
        margin-top: 13px;
    }

    #snomet .sec-header {
        padding-top: 40px;
        text-align: left;
    }

    #snomet .sec-header .inner-text {
        margin-bottom: 23px;
    }

    #snomet .main-title {
        margin-bottom: 13px;
        font-size: 32px;
    }

    #snomet .sub-copy {
        font-size: 16px;
        line-height: 1.58;
    }

    #snomet .hero-visual {
        height: 235px;
    }

    #snomet .hero-visual img {
        max-width: none;
        height: 100%;
        object-position: center;
    }

    #snomet.install-type-comparison-guide .hero-visual-stack {
        width: 100%;
    }

    #snomet .disclaimer {
        font-size: 11px;
        line-height: 1.6;
    }

    #snomet p.caption {
        width: auto;
        max-width: none;
        margin-top: 13px;
        padding: 0 20px;
    }

    #snomet .summary-list {
        margin-top: 10px;
        padding: 11px 0;
        border-top-width: 0.5px;
        border-bottom-width: 0.5px;
    }

    #snomet .summary-list li {
        margin-bottom: 10px;
        padding: 0 0 10px 24px;
        border-bottom-width: 0.5px;
    }

    #snomet .summary-list li::before {
        top: 11px;
        left: 9px;
        width: 3px;
        height: 3px;
    }

    #snomet .summary-list h4,
    #snomet .summary-list p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: var(--ls-body);
    }

    #snomet .sec-summary h2 {
        margin-bottom: 10px;
        line-height: 1.6;
        text-align: left;
    }

    #snomet .section-title {
        gap: 10px;
        margin-bottom: 16px;
    }

    #snomet .section-title h2 {
        line-height: 1.6;
    }

    #snomet .section-title .num {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    #snomet .lead-copy {
        font-size: 16px;
        text-align: left;
    }

    #snomet .feature-img img {
        aspect-ratio: 350 / 204;
        object-fit: cover;
    }

    #snomet video.feature-img {
        aspect-ratio: 350 / 204;
        object-position: calc(50% - 8.5px) calc(50% - 30px);
    }

    #snomet .feature-media--allinone-dim {
        aspect-ratio: 350 / 204;
    }

    #snomet .feature-media > video.feature-img {
        aspect-ratio: auto;
    }

    #snomet .feature-media--allinone-dim > video.feature-img {
        top: -14.95%;
        left: 50%;
        width: 104.9%;
        transform: translateX(-50%);
    }

    #snomet video.feature-img.roni-video {
        object-position: center;
    }

    #snomet .check-point {
        margin-top: 13px;
    }

    #snomet .cp-title {
        margin-bottom: 13px;
        font-size: 16px;
    }

    #snomet .num-list-red {
        padding: 16px 0;
        border-top-width: 0.5px;
        border-bottom-width: 0.5px;
    }

    #snomet .num-list-red > li {
        padding-bottom: 14px;
        margin-bottom: 14px;
        border-bottom-width: 0.5px;
    }

    #snomet .num-list-red .n {
        flex: 0 0 38px;
        width: 38px;
        font-size: 14px;
        line-height: 1.4;
    }

    #snomet .num-list-red > li.tip-item {
        display: flex;
        flex-direction: column;
    }

    #snomet .num-list-red .tip-item .n {
        align-items: flex-start;
        justify-content: flex-start;
        width: auto;
        margin-bottom: 14px;
        font-size: 14px;
    }
#snomet .num-list-red .tip-item .n.tip-text{
    flex:none;
}
    #snomet .tip-content {
        gap: 14px;
    }



    #snomet .tip-copy {
        gap: 4px;
    }

    #snomet .tip-img {
        width: 100%;
        height: auto;
        aspect-ratio: 349 / 231;
    }

    #snomet .tip-img img {
        aspect-ratio: 349 / 231;
        object-fit: contain;
    }

    #snomet video.tip-img {
        object-fit: cover;
    }

    #snomet .roni-station-tip {
        width: 100%;
    }

    #snomet .roni-station-table--pc {
        display: none;
    }

    #snomet .roni-station-mobile {
        display: grid;
        grid-template-columns: 79px minmax(0, 1fr);
        row-gap: 10px;
        width: 100%;
        margin-top: 13px;
    }

    #snomet .roni-station-mobile__labels,
    #snomet .roni-station-mobile__card {
        overflow: hidden;
        border-top: 0.5px solid #000;
        border-bottom: 0.5px solid #000;
        background-color: #fff;
    }

    #snomet .roni-station-mobile__labels {
        position: relative;
        z-index: 1;
    }

    #snomet .roni-station-mobile__scroll {
        min-width: 0;
        overflow: hidden;
    }

    #snomet .roni-station-mobile__track {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    #snomet .roni-station-mobile__track::-webkit-scrollbar {
        display: none;
    }

    #snomet .roni-station-mobile__track::after {
        content: "";
        display: block;
        flex: 0 0 100%;
    }

    #snomet .roni-station-mobile__card {
        flex: 0 0 216px;
        scroll-snap-align: start;
    }

    #snomet .roni-station-mobile__card:nth-child(2) {
        flex-basis: 236px;
    }

    #snomet .roni-station-mobile__head,
    #snomet .roni-station-mobile__row {
        display: flex;
        align-items: center;
        padding: 9px 11px;
        box-sizing: border-box;
        color: #000;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: -0.005em;
        word-break: keep-all;
    }

    #snomet .roni-station-mobile__head {
        height: 38px;
        background-color: #f3f5f7;
        font-weight: 700;
        line-height: 1.4;
    }

    #snomet .roni-station-mobile__row {
        border-top: 0.5px solid #a7a7a7;
    }

    #snomet .roni-station-mobile__labels .roni-station-mobile__row {
        font-weight: 700;
        line-height: 1.4;
    }

    #snomet .roni-station-mobile__head strong,
    #snomet .roni-station-mobile__row strong {
        font-weight: 700;
        line-height: 1.4;
    }

    #snomet .roni-station-mobile__row:nth-child(2) {
        height: 138px;
    }

    #snomet .roni-station-mobile__row:nth-child(3) {
        height: 41px;
    }

    #snomet .roni-station-mobile__row:nth-child(4) {
        height: 62px;
    }

    #snomet .roni-station-mobile__row:nth-child(5) {
        height: 58px;
    }

    #snomet .roni-station-mobile__row:nth-child(6) {
        height: 62px;
    }

    #snomet .roni-station-mobile__row:nth-child(7) {
        height: 67px;
    }

    #snomet .roni-station-mobile__image-row {
        align-items: center;
        justify-content: flex-start;
    }

    #snomet .roni-station-mobile__image-row img {
        display: block;
        width: 120px;
        height: 120px;
        object-fit: contain;
    }

    #snomet .roni-station-mobile__dots {
        display: flex;
        grid-column: 1 / -1;
        justify-content: center;
        align-items: center;
        gap: 12px;
        width: 100%;
        height: 30px;
        background-color: #fff;
    }

    #snomet .roni-station-mobile__dots button {
        width: 8px;
        min-width: 0;
        height: 8px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background-color: #8f8f8f;
        cursor: pointer;
        transition: width 0.3s, background-color 0.3s;
    }

    #snomet .roni-station-mobile__dots button[aria-current="true"] {
        width: 24px;
        background-color: #000;
    }

    #snomet .notice-toggle {
        margin-top: 13px;
    }

    #snomet .notice-toggle p {
        letter-spacing: var(--ls-body);
        font-size:12px;
    }

    #snomet .notice-list {
        margin-top: 13px;
    }

    #snomet .notice-list li {
        padding-left: 11px;
        font-size: 11px;
        letter-spacing: var(--ls-body);
    }

    #snomet .btn-black {
        min-height: 36px;
        padding: 7px 15px 7px 18px;
        border-radius: 30px;
        font-size: 16px;
    }

    #snomet .btn-black .right-arrow {
        width: 7px;
        height: 14px;
    }

    #snomet .sec-banner {
        margin-top: 60px;
        padding-bottom: 80px;
    }

    #snomet .banner-img {
        border-radius: 8px;
    }

    #snomet .banner-img img {
        aspect-ratio: 350 / 350;
    }

    #snomet .banner-copy {
        inset: 0;
        transform: none;
        color: #111111;
        text-align: center;
    }

    #snomet .banner-copy h2 {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        margin: 0;
        font-size: 22px;
        line-height: 1.6;
    }

    #snomet .banner-copy a {
        position: absolute;
        left: 50%;
        bottom: 18px;
        transform: translateX(-50%);
        min-width: 180px;
        min-height: 36px;
        padding: 7px 15px 7px 18px;
        border-radius: 30px;
        background: #111111;
        color: #ffffff;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: var(--ls-body);
        white-space: nowrap;
    }

    #snomet .banner-copy a::after {
        width: 7px;
        height: 7px;
        border-width: 1.5px;
    }

    #snomet .bullet-list {
        gap: 4px;
    }

    #snomet .bullet-list li {
        padding-left: 10px;
    }

    #snomet .bullet-list li::before {
        top: 11px;
        width: 3px;
        height: 3px;
    }

    #snomet .bullet-list p {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: var(--ls-body);
    }

    #snomet.all-in-one-guide .feature-img img {
        aspect-ratio: auto;
    }
    #snomet .banner-cta-icon{
        width:7px;
        height:14px;
    }
}

@media (max-width: 374px) {
    #snomet h1 {
        font-size: 31px;
    }

    #snomet h2 {
        font-size: 25px;
    }

    #snomet .inner-text,
    #snomet p.caption {
        padding-left: 16px;
        padding-right: 16px;
    }
}

#snomet .care-rotator {
    position: relative;
    overflow: hidden;
}

#snomet .care-rotator .feature-img {
    position: absolute;
    inset: 0;
    margin-top: 0;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
}

#snomet .care-rotator .feature-img.is-active {
    position: relative;
    opacity: 1;
    z-index: 1;
}

#snomet .care-fluid-img img,
#snomet .care-rotator .feature-img img {
    aspect-ratio: auto;
}

#snomet .care-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 24px;
}

#snomet .care-compare__col {
    overflow: hidden;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #111111;
}

#snomet .care-compare__head {
    display: flex;
    align-items: flex-start;
    min-height: 58px;
    padding: 12px 16px;
    background: #f3f5f7;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

#snomet .care-compare dl {
    padding: 12px 0;
}

#snomet .care-compare__row {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
    min-height: 88px;
    padding: 12px 16px;
    border-bottom: 1px solid #a7a7a7;
}

#snomet .care-compare__row:last-child {
    border-bottom: 0;
}

#snomet .care-compare__label,
#snomet .care-compare__text {
    display: block;
    padding: 0;
    font-weight: 400;
    line-height: 1.4;
}

#snomet .care-compare__label {
    font-size: 20px;
    font-weight: 700;
}

#snomet .care-compare__text {
    font-size: 22px;
}

#snomet .care-compare__pager {
    display: none;
}

#snomet .care-tip-line {
    margin-top: 60px;
    padding-top: 15px;
    border-bottom: 1px solid #111111;
}

#snomet .care-tip-line__label {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 15px;
    color: #ea1917;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

#snomet .care-tip-line__label::after {
    content: "";
    display: block;
    flex: 1 1 auto;
    margin-left: 22px;
    height: 1px;
    background: #a7a7a7;
}

#snomet .care-tip-line__text {
    padding: 0 22px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

#snomet .care-section3-notice {
    margin-top: 20px;
}

#snomet .care-tip-line--section2 {
    border-top: 0;
}

#snomet .care-tip-line--section3 {
    margin-top: 60px;
    padding-top: 15px;
    padding-bottom: 28px;
    border-bottom-color: #a7a7a7;
}

#snomet .care-tip-line--section3 .care-tip-line__label {
    padding: 0 22px;
}

#snomet .care-tip-line--section3 .care-tip-line__label::after {
    margin-left: 22px;
}

#snomet .care-tip-line--section3 .care-tip-line__text {
    padding: 0 22px;
}

#snomet .care-tip-line__sub {
    margin-top: 8px;
    padding: 0 22px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
}

#snomet .care-service-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
    padding: 0 0 28px 22px;
}

#snomet .care-service-list h5 {
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    #snomet .care-fluid-img img,
    #snomet .care-rotator .feature-img img {
        aspect-ratio: auto;
    }

    #snomet .care-compare {
        margin-top: 14px;
    }

    #snomet .care-compare-wrap {
        width: 332px;
        max-width: calc(100vw - 58px);
        margin-top: 14px;
    }

    #snomet .care-compare-scroller {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    #snomet .care-compare-scroller::-webkit-scrollbar {
        display: none;
    }

    #snomet .care-compare-wrap .care-compare {
        grid-template-columns: 270px 280px;
        width: max-content;
        max-width: none;
        margin-top: 0;
        padding-right: 52px;
        gap: 10px;
    }

    #snomet .care-compare__col {
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    #snomet .care-compare__head {
        min-height: 39px;
        width: 325px;
        padding: 9px 11px;
        font-size: 14px;
    }

    #snomet .care-compare dl {
        padding: 0;
    }

    #snomet .care-compare__row {
        grid-template-columns: 57px 236px;
        gap: 15px;
        width: 325px;
        min-height: 0;
        padding: 9px 11px;
        border-bottom-width: 0.5px;
    }

    #snomet .care-compare__label,
    #snomet .care-compare__text {
        line-height: 1.4;
    }

    #snomet .care-compare__label {
        font-size: 14px;
    }

    #snomet .care-compare__text {
        font-size: 14px;
        line-height: 1.6;
    }

    #snomet .care-compare__pager {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        width: 100%;
        height: 30px;
        margin-top: 10px;
    }

    #snomet .care-compare__pager button {
        width: 8px;
        height: 8px;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: #9b9b9b;
        cursor: pointer;
        transition: 0.3s;
    }

    #snomet .care-compare__pager button.is-active {
        width: 24px;
        background: #000000;
    }

    #snomet .care-tip-line {
        margin-top: 28px;
        padding-top: 0;
        border-bottom-width: 1px;
    }

    #snomet .care-tip-line__label {
        margin-bottom: 18px;
        font-size: 14px;
    }

    #snomet .care-tip-line__label::after {
        margin-left: 7px;
        height: 0.5px;
    }

    #snomet .care-tip-line__text {
        padding: 0;
        font-size: 16px;
        line-height: 1.4;
    }

    #snomet .care-section3-notice {
        margin-top: 16px;
    }

    #snomet .care-tip-line--section2 {
        margin-top: 14px;
    }

    #snomet .care-tip-line--section3 {
        margin-top: 28px;
        padding-top: 0;
        padding-bottom: 18px;
        border-bottom-width: 0.5px;
    }

    #snomet .care-tip-line--section3 .care-tip-line__label,
    #snomet .care-tip-line--section3 .care-tip-line__text {
        padding: 0;
    }

    #snomet .care-tip-line--section3 .care-tip-line__label {
        width: 38px;
        padding: 0 7px;
    }

    #snomet .care-tip-line--section3 .care-tip-line__label::after {
        margin-left: 0;
    }

    #snomet .care-tip-line__sub {
        margin-top: 4px;
        padding: 0;
        font-size: 13px;
        line-height: 1.6;
    }

    #snomet .care-service-list {
        gap: 12px;
        margin-top: 14px;
        padding: 0 0 18px;
    }

    #snomet .care-service-list h5 {
        margin-bottom: 4px;
        font-size: 14px;
    }
}
