#subtop {
    display: none !important;
}

body {
    padding-top: 0;
}

.sedation-faq-page,
.sedation-faq-page * {
    box-sizing: border-box;
}

.sedation-faq-page {
    --sfq-point: #5E2C7B;
    --sfq-point2: #A8599E;
    --sfq-warm: #292524;
    --sfq-text: #44403C;
    --sfq-magenta: #E777D8;
    width: 100%;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--sfq-warm);
    background: #fff;
}

.sfq-br-tablet,
.sfq-br-mobile,
.sfq-hero-subtitle-tablet,
.sfq-hero-subtitle-mobile,
.sfq-tablet-only,
.sfq-mobile-only {
    display: none;
}

.sfq-break-space {
    display: inline;
}

body:has(.sedation-faq-page) #quickSide,
body:has(.sedation-faq-page) #quickFloat,
body:has(.sedation-faq-page) #quickToggleBtn,
body:has(.sedation-faq-page) #quickForm,
body:has(.sedation-faq-page) #floating1,
body:has(.sedation-faq-page) #floating1_btn,
body:has(.sedation-faq-page) #footer,
body:has(.sedation-faq-page) .footer-copyright {
    display: none !important;
}

.sedation-faq-hero {
    height: 900px;
}

.sedation-faq-hero .hero__bg {
    background-size: cover !important;
    background-position: center bottom !important;
}

.sedation-faq-hero .hero__overlay {
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.sedation-faq-hero .hero__container {
    max-width: 1370px;
    padding: 0 15px;
    gap: 60px;
}

.sedation-faq-hero .hero__text {
    width: 100%;
    gap: 35px;
}

.sedation-faq-hero .hero__eyebrow {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2.2px;
    opacity: 0.8;
    text-transform: uppercase;
    white-space: nowrap;
}

.sedation-faq-hero .hero__title {
    width: 100%;
    margin: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -3.2px;
}

.sedation-faq-hero .hero__subtitle {
    width: 100%;
    max-width: none;
    margin: 15px 0 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -1.2px;
}

.sedation-faq-hero .hero__btn {
    width: 220px;
    padding: 15px 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.51px;
}

body:has(.sedation-faq-page) #site_config {
    height: 60px;
    background: #fff;
}

body:has(.sedation-faq-page) #site_config .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

body:has(.sedation-faq-page) #site_config .site {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 1440px;
    height: 60px;
    margin: 0 auto;
}

body:has(.sedation-faq-page) #site_config .site .home {
    height: 60px;
    font-family: 'SF Pro', 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 17px;
    font-weight: 590;
    line-height: 22px;
    letter-spacing: -0.43px;
    color: #666;
}

body:has(.sedation-faq-page) #site_config .site .home.home1 {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
}

body:has(.sedation-faq-page) #site_config .site .home.home1 img {
    width: 20px;
    height: 20px;
}

body:has(.sedation-faq-page) #site_config .site .home.home2,
body:has(.sedation-faq-page) #site_config .site .home.home3 {
    flex: 0 0 300px;
    width: 300px;
}

body:has(.sedation-faq-page) #site_config .site .home > span {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 52px 0 20px;
}

body:has(.sedation-faq-page) #site_config .site .home.home2::after,
body:has(.sedation-faq-page) #site_config .site .home.home3::after {
    right: 20px;
    width: 22px;
    background-size: auto;
}

body:has(.sedation-faq-page) .imp-footer {
    padding-bottom: calc(clamp(80.6px, 9.0278vw, 130px) + 94px);
}

.sfq-content {
    width: min(100%, 1370px);
    margin: 0 auto;
    padding: 130px 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.sfq-section {
    width: 100%;
    padding: 0 15px;
}

.sfq-section__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    text-align: center;
}

.sfq-section__eyebrow {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
    color: var(--sfq-point2);
}

.sfq-section__title {
    margin: 0;
    color: var(--sfq-warm);
    font-size: 56px;
    line-height: 1.3;
    white-space: nowrap;
}

.sfq-title-normal {
    font-weight: 400;
    letter-spacing: -1.68px;
}

.sfq-title-bold {
    font-weight: 800;
    letter-spacing: -2.8px;
}

.sfq-section__desc {
    width: 100%;
    margin: 0;
    color: #746f6b;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -1.2px;
    text-align: center;
    word-break: keep-all;
}

.sfq-banner {
    position: relative;
    width: 100%;
    height: 845px;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 20px;
    background: #111;
}

.sfq-banner__image {
    display: block;
    position: absolute;
    width: 143.57%;
    height: 144.94%;
    left: -32.25%;
    top: -44.97%;
    max-width: none;
    background: url('../img/sleep/faq-assets/faq-banner.webp') 0 0 / 100% 100% no-repeat;
}

.sfq-banner__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 53.05%);
}

.sfq-banner__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 80px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    text-align: center;
}

.sfq-banner__text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sfq-banner__text h3 {
    margin: 0;
    color: #fff;
    font-size: 41px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2.05px;
}

.sfq-banner__line {
    display: block;
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.7);
}

.sfq-banner__text strong {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.4px;
}

.sfq-banner__text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.63px;
}

.sfq-banner__icons {
    width: 1200px;
    max-width: 100%;
    height: 214px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sfq-feature {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    text-align: center;
}

.sfq-feature__icon {
    display: block;
    width: var(--sfq-feature-icon-size, 100px);
    height: var(--sfq-feature-icon-size, 100px);
    opacity: 0.95;
    object-fit: contain;
    max-width: none;
    flex: 0 0 auto;
}

.sfq-feature__icon--memory {
    --sfq-feature-icon-size: 107px;
}

.sfq-feature em,
.sfq-feature strong {
    display: block;
    font-style: normal;
    white-space: nowrap;
}

.sfq-feature em {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -1.2px;
}

.sfq-feature strong {
    color: var(--sfq-magenta);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
}

.sfq-dots {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sfq-dots__cap {
    width: 26px;
    height: 26px;
    padding: 5px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
}

.sfq-dots__cap img {
    width: 16px;
    height: 16px;
    display: block;
}

.sfq-dots__line {
    width: 48px;
    height: 6px;
    display: block;
    flex: 0 0 48px;
}

.sfq-dots__line--tablet {
    display: none;
}

.sfq-list {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sfq-card {
    width: 100%;
    min-height: var(--sfq-h-pc);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sfq-card__q {
    width: 100%;
    min-height: 62px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 2px solid var(--sfq-point);
    background: rgba(94, 44, 123, 0.07);
    color: var(--sfq-point);
}

.sfq-card__q span {
    flex: 0 0 24px;
    width: 24px;
    color: var(--sfq-point);
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -1.05px;
}

.sfq-card__q strong {
    color: var(--sfq-point);
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -1.05px;
    word-break: keep-all;
}

.sfq-card__a {
    flex: 1 1 auto;
    width: 100%;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: rgba(247, 247, 247, 0.5);
}

.sfq-card__a img {
    flex: 0 0 24px;
    width: 24px;
    height: 24.364px;
    margin-top: 1px;
}

.sfq-card__a div {
    flex: 1 1 auto;
    min-width: 0;
}

.sfq-card__a p {
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.51px;
    word-break: keep-all;
}

.sfq-card__a p + p {
    margin-top: 0;
}

.sfq-actions {
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.sfq-action {
    width: 280px;
    height: 54px;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    border: 1px solid var(--sfq-warm);
    border-radius: 5px;
    background: var(--sfq-warm);
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.51px;
    text-decoration: none;
    white-space: nowrap;
}

.sfq-action--case {
    width: 252px;
}

.sfq-action img {
    width: 24px;
    height: 24px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sfq-br-tablet,
    .sfq-tablet-only {
        display: inline;
    }

    .sfq-pc-only,
    .sfq-hero-subtitle-pc {
        display: none;
    }

    .sfq-break-space {
        display: none;
    }

    .sfq-hero-subtitle-tablet {
        display: inline;
    }

    .sedation-faq-hero {
        height: 850px;
    }

    .sedation-faq-hero .hero__bg {
        background-size: 216.1% 102.41% !important;
        background-position: 84.52% 80.5% !important;
    }

    .sedation-faq-hero .hero__container {
        max-width: 768px;
        padding: 0 15px;
        gap: 60px;
    }

    .sedation-faq-hero .hero__text {
        gap: 35px;
    }

    .sedation-faq-hero .hero__eyebrow {
        font-size: 22px;
        line-height: normal;
        letter-spacing: 2.2px;
    }

    .sedation-faq-hero .hero__title {
        font-size: 64px;
        font-weight: 800;
        line-height: 1.3;
        letter-spacing: -1.92px;
    }

    .sedation-faq-hero .hero__subtitle {
        max-width: 738px;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -1.2px;
    }

    .sedation-faq-hero .hero__btn {
        width: 220px;
        font-size: 17px;
        line-height: normal;
        letter-spacing: -0.51px;
    }

    body:has(.sedation-faq-page) #site_config .site {
        max-width: none;
    }

    .sfq-content {
        width: 100%;
        padding: 130px 0;
        gap: 60px;
    }

    .sfq-section {
        padding: 0 15px;
    }

    .sfq-section__title {
        font-size: 56px;
        line-height: 1.3;
        white-space: normal;
    }

    .sfq-section__desc {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -1.2px;
    }

    .sfq-banner {
        height: 1540px;
    }

    .sfq-banner__image {
        width: 359.87%;
        height: 106.93%;
        left: -217.03%;
        top: -6.94%;
    }

    .sfq-banner__icons {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
    }

    .sfq-feature {
        flex: 0 0 auto;
        width: 100%;
    }

    .sfq-dots {
        flex: 0 0 86px;
        width: 100px;
        height: 86px;
        transform: rotate(90deg);
        transform-origin: center;
        overflow: visible;
    }

    .sfq-dots__line--desktop {
        display: none;
    }

    .sfq-dots__line--tablet {
        display: block;
        width: 34px;
        flex-basis: 34px;
    }

    .sfq-card {
        min-height: var(--sfq-h-tablet);
    }

    body:has(.sedation-faq-page) .imp-footer {
        padding-bottom: calc(clamp(71.3px, 14.974vw, 115px) + 154px);
    }
}

@media (max-width: 767px) {
    .sfq-br-mobile,
    .sfq-mobile-only {
        display: inline;
    }

    .sfq-pc-only,
    .sfq-pc-tablet,
    .sfq-tablet-only,
    .sfq-hero-subtitle-pc,
    .sfq-hero-subtitle-tablet {
        display: none;
    }

    .sfq-break-space {
        display: none;
    }

    .sfq-hero-subtitle-mobile {
        display: inline;
    }

    .sedation-faq-hero {
        height: 650px;
    }

    .sedation-faq-hero .hero__overlay {
        -webkit-backdrop-filter: blur(7.5px);
        backdrop-filter: blur(7.5px);
    }

    .sedation-faq-hero .hero__bg {
        overflow: hidden;
        background-image: none !important;
        background-size: auto !important;
        background-position: 0 0 !important;
    }

    .sedation-faq-hero .hero__bg::before,
    .sedation-faq-hero .hero__bg::after {
        content: '';
        position: absolute;
        pointer-events: none;
        background-repeat: no-repeat;
    }

    .sedation-faq-hero .hero__bg::before {
        top: 0;
        left: -142.89%;
        width: 330.49%;
        height: 100%;
        background-image: url('../img/sleep/faq-assets/hero-faq-mobile-base.webp');
        background-size: 100% 100%;
        background-position: 0 0;
    }

    .sedation-faq-hero .hero__bg::after {
        inset: 0;
        background-image: url('../img/sleep/faq-assets/hero-faq-mobile-overlay.webp');
        background-size: 100% 100%;
        background-position: center bottom;
    }

    .sedation-faq-hero .hero__container {
        max-width: 375px;
        padding: 0 15px;
        gap: 60px;
    }

    .sedation-faq-hero .hero__text {
        width: 345px;
        gap: 35px;
    }

    .sedation-faq-hero .hero__eyebrow {
        width: 345px;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 1.4px;
    }

    .sedation-faq-hero .hero__title {
        width: 345px;
        font-size: 32px;
        font-weight: 800;
        line-height: 1.3;
        letter-spacing: -0.96px;
    }

    .sedation-faq-hero .hero__subtitle {
        width: 345px;
        max-width: 345px;
        font-size: 17px;
        line-height: 1.3;
        letter-spacing: -0.85px;
    }

    .sedation-faq-hero .hero__btns {
        width: 220px;
        max-width: 220px;
        flex-direction: column;
    }

    .sedation-faq-hero .hero__btn {
        width: 220px;
        height: 46px;
        padding: 0;
        font-size: 13px;
        line-height: normal;
        letter-spacing: -0.39px;
    }

    body:has(.sedation-faq-page) #site_config {
        height: 120px;
    }

    body:has(.sedation-faq-page) #site_config .site {
        max-width: none;
        width: 100%;
        height: 120px;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    body:has(.sedation-faq-page) #site_config .site .home {
        height: 60px;
        font-size: 17px;
        line-height: 22px;
        letter-spacing: -0.43px;
    }

    body:has(.sedation-faq-page) #site_config .site .home.home1 {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
    }

    body:has(.sedation-faq-page) #site_config .site .home.home1 img {
        width: 20px;
        height: 20px;
    }

    body:has(.sedation-faq-page) #site_config .site .home.home2 {
        flex: 0 0 300px;
        width: 300px;
    }

    body:has(.sedation-faq-page) #site_config .site .home.home3 {
        flex: 0 0 315px;
        width: 315px;
        margin-left: 60px;
    }

    body:has(.sedation-faq-page) #site_config .site .home > span {
        padding: 0 52px 0 20px;
    }

    .sfq-content {
        width: 100%;
        padding: 130px 0;
        gap: 60px;
    }

    .sfq-section {
        padding: 0 15px;
    }

    .sfq-section__head {
        gap: 30px;
    }

    .sfq-section__eyebrow {
        font-size: 13px;
        line-height: normal;
        letter-spacing: -0.39px;
    }

    .sfq-section__title {
        font-size: 28px;
        line-height: 1.3;
        white-space: nowrap;
    }

    .sfq-title-normal {
        letter-spacing: -0.84px;
    }

    .sfq-title-bold {
        letter-spacing: -0.84px;
    }

    .sfq-section__desc {
        font-size: 13px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.39px;
    }

    .sfq-banner {
        height: 1308px;
        border-radius: 8px;
    }

    .sfq-banner__image {
        width: 595.14%;
        height: 100%;
        left: -370.68%;
        top: 0;
    }

    .sfq-banner__shade {
        border-radius: 8px;
    }

    .sfq-banner__panel {
        padding: 60px 20px;
        justify-content: center;
    }

    .sfq-banner__text h3 {
        font-size: 24px;
        line-height: normal;
        letter-spacing: -1.2px;
    }

    .sfq-banner__text strong {
        font-size: 20px;
        line-height: normal;
        letter-spacing: -1px;
    }

    .sfq-banner__text p {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.45px;
    }

    .sfq-banner__icons {
        width: 100%;
        height: auto;
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
    }

    .sfq-dots {
        display: flex;
        flex: 0 0 86px;
        width: 100px;
        height: 86px;
        transform: rotate(90deg);
        transform-origin: center;
        overflow: visible;
    }

    .sfq-dots__line--desktop {
        display: none;
    }

    .sfq-dots__line--tablet {
        display: block;
        width: 34px;
        flex-basis: 34px;
    }

    .sfq-feature {
        width: 100%;
        flex: 0 0 auto;
    }

    .sfq-feature__icon {
        --sfq-feature-icon-size: 58.333px;
    }

    .sfq-feature__icon--memory {
        --sfq-feature-icon-size: 62.417px;
    }

    .sfq-feature em,
    .sfq-feature strong {
        font-size: 17px;
        line-height: 1.3;
    }

    .sfq-feature em {
        letter-spacing: -0.85px;
    }

    .sfq-feature strong {
        letter-spacing: -0.51px;
    }

    .sfq-list {
        margin-top: 60px;
        gap: 20px;
    }

    .sfq-card {
        min-height: var(--sfq-h-mobile);
    }

    .sfq-card__q {
        min-height: auto;
        padding: 12px 20px;
    }

    .sfq-card__q span {
        flex: 0 0 24px;
        width: 24px;
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.75px;
    }

    .sfq-card__q strong {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.75px;
    }

    .sfq-card__a {
        padding: 20px;
    }

    .sfq-card__a img {
        flex-basis: 14.4px;
        width: 14.4px;
        height: 14.618px;
    }

    .sfq-card__a p {
        font-size: 13px;
        line-height: normal;
        letter-spacing: -0.39px;
    }

    body:has(.sedation-faq-page) .imp-footer {
        padding-bottom: calc(clamp(33.5px, 13.3333vw, 50px) + 95px + env(safe-area-inset-bottom));
    }

    .sfq-actions {
        flex-direction: column;
        gap: 32px;
    }

    .sfq-action,
    .sfq-action--case {
        width: 280px;
        height: 54px;
        font-size: 17px;
        line-height: normal;
        letter-spacing: -0.51px;
    }
}
