#gjw009 {
    --red: #db3437;
    --ink: #191c1f;
    --muted: #444444;
    --soft: #f7f7f7;
    font-family: "Pretendard", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
    background: #fff;
    color: var(--ink);
    word-break: keep-all;
    letter-spacing: 0;
}

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

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

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

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

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

#gjw009 .pc-only {
    display: block;
}

#gjw009 .mo-only {
    display: none;
}

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

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

#gjw009 h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

#gjw009 h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}

#gjw009 h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

#gjw009 h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}
#gjw009 h4.gray{
    color: var(--muted);
}
#gjw009 .sec-header h4.gray{
    margin-top: 4px;
}
#gjw009 strong {
    font-weight: 700;
}

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

#gjw009 .inner-kv {
    max-width: 1920px;
    margin: 0 auto;
}

#gjw009 .sec-header {
    overflow: hidden;
    padding-top: 80px;
    text-align: center;
}

#gjw009 .sec-header .inner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 72px;
}

#gjw009 .eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 4px 18px;
    border-radius: 4px;
    background: rgba(219, 52, 55, 0.1);
    color: var(--red);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.68;
}

#gjw009 .sub-copy {
    width: min(700px, 100%);
    font-size: 18px;
    letter-spacing: -0.02em;
}

#gjw009 .hero-visual {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 616px;
    background: #f3f3f3;
}

#gjw009 .hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 45%;
}

#gjw009 .disclaimer {
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: left;
}

#gjw009 .sec-header .disclaimer {
    padding: 12px 40px 0;
}
    #gjw009 .sec-manager .disclaimer  {
    width: 100%;
    padding: 12px 0px 0;
}
#gjw009 .sec-header .inner-kv .disclaimer {
    width: 100%;
    padding: 12px 40px 0;
}

#gjw009 .sec-summary,
#gjw009 .sec-review,
#gjw009 .sec-process,
#gjw009 .sec-care,
#gjw009 .sec-manager,
#gjw009 .sec-service {
    padding-top: 100px;
}

#gjw009 .sec-summary h2,
#gjw009 .section-title,
#gjw009 .sec-process h2,
#gjw009 .manager-copy,
#gjw009 .sec-service > .inner-text > h2 {
    text-align: center;
}

#gjw009 .sec-summary h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.68;
}

#gjw009 .summary-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 48px 80px;
    border-radius: 30px;
    background: rgba(245, 245, 245, 0.6);
}

#gjw009 .summary-list li {
    position: relative;
    width: auto;
    align-self: center;
    padding-left: 22px;
}

#gjw009 .summary-list li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #111;
}

#gjw009 .summary-list h4 {
    font-size: 20px;
    letter-spacing: -0.02em;
}

#gjw009 .section-title {
    margin-bottom: 60px;
}

#gjw009 .section-title p {
    color: var(--red);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.68;
}

#gjw009 .review-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    min-height: 306px;
    padding: 48px 80px;
    border-radius: 30px;
    background: rgba(245, 245, 245, 0.6);
}

#gjw009 .review-profile {
    overflow: hidden;
    flex: 0 0 180px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
}

#gjw009 .review-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

#gjw009 .review-profile picture {
    display: block;
    width: 100%;
    height: 100%;
}

#gjw009 .review-copy {
    width: 615px;
    max-width: 100%;
}

#gjw009 blockquote {
   
    max-width: 100%;
    margin-bottom: 31px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.02em;
       text-indent: -15px;
    padding-left: 16px;
}

#gjw009 .review-copy h3 {
    margin-bottom: 12px;
    padding-left: 16px;
    font-size: 18px;
    letter-spacing: -0.02em;
}

#gjw009 .space-list {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 16px;
}

#gjw009 .space-list li {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ink);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

#gjw009 .space-list li span {
    letter-spacing: -0.02em;
}

#gjw009 .space-list li img {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

#gjw009 .space-list li + li {
    padding-left: 20px;
}

#gjw009 .space-list li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background: rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
}

#gjw009 .process-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 52px;
    width: min(1296px, 100%);
    margin: 32px auto 0;
    padding-bottom: 48px;
}

#gjw009 .process-steps::before {
    content: "";
    position: absolute;
    left: 6.6%;
    /* right: 4.2%; */
    right: 6.6%;
    bottom: 100px;
    height: 1px;
    background: var(--red);
}

#gjw009 .process-steps li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    text-align: center;
}

#gjw009 .process-steps li::before,
#gjw009 .process-steps li::after {
    content: "";
    position: absolute;
    left: 50%;
    border-radius: 50%;
    background: #fff;
    transform: translateX(-50%);
}
#gjw009 .process-steps li::after{
    border: 1px solid var(--red);

}
#gjw009 .process-steps li::before {
    bottom: 45px;
    width: 15px;
    height: 15px;
}

#gjw009 .process-steps li:last-child::before {
    /* left: 67%; */
}
#gjw009 .process-steps li::after {
    bottom: 49px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
}
#gjw009 .process-steps li:last-child::after {
    /* left: 67%; */
}
#gjw009 .process-thumb {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 130px;
    margin-bottom: 36px;
}

#gjw009 .process-thumb img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 130px;
}

#gjw009 .process-steps li > span:last-child {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

#gjw009 .sec-article {
    position: relative;
    margin-top: 100px;
    overflow: hidden;
    background: #fff;
}

#gjw009 .sec-article .inner-text {
    max-width: 1420px;
    padding: 0;
}

#gjw009 .article-paper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    padding: 44px 32px;
    border-radius: 30px;
    background: #f9f9f9;
}

#gjw009 .article-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 1282px;
    max-width: 100%;
}

#gjw009 .article-logo {
    width: 196px;
    height: 44px;
    overflow: hidden;
}

#gjw009 .article-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#gjw009 .article-grid {
    display: grid;
    grid-template-columns: repeat(2, 636px);
    gap: 10px;
    width: 100%;
    justify-content: center;
}

#gjw009 .article-card {
    display: flex;
    flex-direction: column;
    width: 636px;
    padding: 31px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 8px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
}

#gjw009 .article-card:nth-child(-n + 2) {
    min-height: 600px;
}

#gjw009 .article-card-copy {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

#gjw009 .article-card:nth-child(-n + 2) .article-card-copy {
    flex: 1;
}

#gjw009 .article-card h3 {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

#gjw009 .article-card h3 span {
    display: block;
    color: var(--red);
    letter-spacing: -0.02em;
}

#gjw009 .article-card p {
    color: #444;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
    border-left: 2px solid #D9D9D9;
    padding: 10px 0 10px 14px;
    flex: 1;
}

#gjw009 .article-card-image {
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 16px;
    aspect-ratio: 572/280;
    
}

#gjw009 .article-card-image picture,
#gjw009 .article-card-image img {
    display: block;
    width: 100%;
    height: 100%;
}

#gjw009 .article-card-image img {
    object-fit: fill;
}

#gjw009 .article-card mark {
    padding: 2px 2px 3px;
    background: rgba(251, 255, 0, 0.3);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: inherit;
    /* font-weight: inherit; */
    font-weight:700;
    letter-spacing: -0.02em;
}

#gjw009 .article-source {
    color: #646669;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: -0.02em;
    text-align: center;
}

#gjw009 .article-recommend {
    width: 736px;
    max-width: 100%;
    border-radius: 16px;
}

#gjw009 .article-recommend li {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 88px;
    padding: 28px 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--ink);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

#gjw009 .article-recommend li:last-child {
    border-bottom: 0;
}

#gjw009 .article-recommend li::before {
    content: "";
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: url("/kr/story/hands-on-reviews/img/lglife-air-conditioner/check-btn.svg") center / contain no-repeat;
}

#gjw009 .article-notice {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-top: 12px;
}

#gjw009 .article-notice li {
    position: relative;
    padding-left: 0.7em;
    color: #646669;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

#gjw009 .article-notice li::before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
}
#gjw009 .article-notice a:hover{
    text-decoration: underline;
}
#gjw009 .care-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

#gjw009 .care-visual {
    position: relative;
    display: block;
    overflow: hidden;
    height: 638px;
    background: #f5f5f5;
}

#gjw009 .care-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#gjw009 .care-title {
    position: absolute;
    z-index: 1;
    top: 160px;
    left: 80px;
    width: 520px;
    text-align: left;
}

#gjw009 .care-title p {
    margin-bottom: 8px;
    color: var(--red);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.68;
}

#gjw009 .care-title h2 {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 1.68;
}

#gjw009 .care-title h4 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

#gjw009 .care-title h4 span {
    letter-spacing: -0.02em;
}

#gjw009 .care-note {
    display: grid;
    grid-template-columns: 296px 1px 1fr;
    gap: 57px;
    align-items: center;
    padding: 48px;
    background: #f7f7f7;
}

#gjw009 .care-note::after {
    content: "";
    grid-column: 2;
    grid-row: 1;
    width: 1px;
    height: 60px;
    background: #ddd;
}

#gjw009 .care-note-icon {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    width: 32px;
    height: 32px;
    margin-top: 7px;
}

#gjw009 .care-note h3 {
    grid-column: 1;
    grid-row: 1;
    padding-left: 52px;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

#gjw009 .care-note p {
    grid-column: 3;
    grid-row: 1;
    color: var(--ink);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

#gjw009 .manager-copy {
    max-width: 902px;
    margin: 0 auto 40px;
}

#gjw009 .manager-copy h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.36;
    letter-spacing: -0.02em;
}

#gjw009 .manager-copy h4 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

#gjw009 .manager-copy h4 + h4 {
    margin-top: 4px;
}

#gjw009 .manager-visual {
    display: block;
    overflow: hidden;
    height: 560px;
    border-radius: 30px;
    background: rgba(245, 245, 245, 0.6);
}

#gjw009 .manager-visual img {
    height: 100%;
    object-fit: cover;
}
#gjw009 .sec-service{
    padding-top: 0;
}
#gjw009 .sec-service .inner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#gjw009 .sec-service > .inner-text > h2 {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.36;
    letter-spacing: -0.02em;
}

#gjw009 .service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eee;
}

#gjw009 .service-item {
    min-height: 300px;
    padding: 40px 20px;
    text-align: center;
}

#gjw009 .service-item + .service-item {
    border-left: 1px solid #ddd;
}

#gjw009 .service-item p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 8px 20px;
    border: 2px solid var(--red);
    border-radius: 24px;
    color: var(--red);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.44;
    letter-spacing: -0.02em;
}

#gjw009 .service-item h3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

#gjw009 .service-item h4 {
    font-size: 18px;
    letter-spacing: -0.02em;
}

#gjw009 .notice-toggle {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 4px;
    width: auto;
    border: 0;
    background: transparent;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    font-family: inherit;
    text-align: left;
    letter-spacing: -0.02em;
    cursor: pointer;
}

#gjw009 .notice-toggle::after {
    content: "";
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background: url("/kr/story/hands-on-reviews/img/lglife-air-conditioner/icon_chevron_down.svg") center / 12px 7px no-repeat;
    transform: none;
    transform-origin: center;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

#gjw009 .notice-toggle[aria-expanded="false"]::after {
    transform: scaleY(-1);
}

#gjw009 .notice-list {
    align-self: flex-start;
    
    margin-top: 12px;
    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.2s ease,
        margin-top 0.2s ease,
        visibility 0s linear 0s;
}

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

#gjw009 .notice-list li {
    padding-left: 9px;
    color: #646669;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.02em;
    text-indent: -9px;
}

#gjw009 .notice-list li:nth-child(4) {
    margin-bottom: 8px;
}

#gjw009 .notice-list li::before {
    content: "* ";
}

#gjw009 .primary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    min-height: 52px;
    padding: 12px 32px;
    border-radius: 27px;
    background: #111;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.58;
    letter-spacing: -0.02em;
}

#gjw009 .sec-footer-cta {
    margin-top: 100px;
    padding: 100px 0;
    border-top: 1px solid #ddd;
    background: #fff;
}

#gjw009 .sec-footer-cta .inner-text {
    max-width: 1320px;
}

#gjw009 .footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

#gjw009 .footer-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100px;
    padding: 22px 64px 22px 40px;
    border-radius: 10px;
    background: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

#gjw009 .footer-link::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
    transform: translateY(-50%) rotate(45deg);
}

#gjw009 .call-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    min-height: 160px;
    padding: 40px;
    border-radius: 10px;
    background: #fdf3f3;
}

#gjw009 .call-box h3 {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

#gjw009 .call-box p {
    width: 256px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

#gjw009 .call-box strong {
    color: var(--red);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

@media (min-width: 769px) and (max-width: 1300px) {
    #gjw009 .sec-article .inner-text {
        padding: 0 20px;
    }

    #gjw009 .article-paper {
        border-radius: 16px;
    }

    #gjw009 .article-content {
        width: 636px;
        max-width: 100%;
    }

    #gjw009 .article-grid {
        grid-template-columns: minmax(0, 636px);
    }

    #gjw009 .article-card {
        width: 100%;
    }

    #gjw009 .process-steps {
        gap: clamp(20px, 3vw, 40px);
    }

    #gjw009 .process-steps li > span:last-child {
        font-size: 15px;
        line-height: 1.5;
        white-space: normal;
    }

    #gjw009 .process-thumb img {
        width: 100%;
        max-width: 110px;
    }

    #gjw009 .sec-care .inner-text,
    #gjw009 .sec-manager .inner-text {

        padding: 0 20px;
    }

    #gjw009 .care-card {
       
        margin: 0 auto;
        border-radius: 8px;
    }

    #gjw009 .care-visual {
        height: 280px;
    }

    #gjw009 .care-visual::before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 150px;
        background: linear-gradient(to bottom, #e1dcd8 36%, rgba(225, 220, 216, 0));
        pointer-events: none;
    }

    #gjw009 .care-visual img {
    
        object-fit: cover;
        object-position: center center;
    }

    #gjw009 .care-title {
        top: 36px;
        left: 0;
        width: 100%;
        padding: 0 16px;
        text-align: center;
    }

    #gjw009 .care-title .pc-only {
        display: none;
    }

    #gjw009 .care-title .mo-only {
        display: block;
    }

    #gjw009 .care-title p {
        margin-bottom: 4px;
        font-size: 14px;
    }

    #gjw009 .care-title h2 {
        margin-bottom: 4px;
        font-size: 28px;
        line-height: 1.5;
        letter-spacing: -0.02em;
    }

    #gjw009 .care-title h4 {
        font-size: 16px;
        line-height: 1.45;
    }

    #gjw009 .care-note {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 16px 16px 24px;
        text-align: center;
    }

    #gjw009 .care-note::after {
        display: none;
    }

    #gjw009 .care-note-icon {
        align-self: center;
        width: 20px;
        height: 20px;
        margin-top: 0;
    }

    #gjw009 .care-note h3 {
        width: 100%;
        padding-left: 0;
        padding-bottom: 12px;
        border-bottom: 1px solid #ddd;
        font-size: 15px;
        line-height: 1.45;
    }

    #gjw009 .care-note p {
        font-size: 12px;
        line-height: 1.45;
    }

    #gjw009 .manager-copy {
   
        margin: 0 auto 32px;
        text-align: center;
    }

    #gjw009 .manager-copy h2 {
        margin-bottom: 4px;
        font-size: 28px;
        line-height: 1.5;
    }

    #gjw009 .manager-copy h4 {
        font-size: 16px;
        line-height: 1.45;
    }

    #gjw009 .manager-visual {
        width: 100%;
        height: auto;
        aspect-ratio: 350 / 320;
        margin: 0 auto;
        border-radius: 8px;
    }

    #gjw009 .manager-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

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

    #gjw009 .mo-only {
        display: block;
    }

    #gjw009 br.pc-only {
        display: none;
    }

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

    #gjw009 h1 {
        font-size: 32px;
    }

    #gjw009 h2 {
        font-size: 28px;
    }

    #gjw009 h3 {
        font-size: 20px;
    }

    #gjw009 h4 {
        font-size: 16px;
        line-height: 1.45;
    }

    #gjw009 .inner-text {
        max-width: none;
        margin: 0;
        padding: 0 20px;
    }

    #gjw009 .sec-header {
        padding-top: 60px;
    }

    #gjw009 .sec-header .inner-text {
        gap: 16px;
        margin-bottom: 44px;
    }

    #gjw009 .eyebrow {
        min-height: 38px;
        font-size: 18px;
    }

    #gjw009 .sub-copy {
        width: 305px;
        font-size: 16px;
    }

    #gjw009 .hero-visual {
        height: 282px;
    }

    #gjw009 .hero-visual img {
        object-position: center center;
    }

    #gjw009 .sec-manager .disclaimer {
        width: 350px;
        max-width: 100%;
        padding: 12px 0 0;
        margin: 0 auto;
        font-size: 11px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: -0.005em;
    }

    #gjw009 .sec-header .inner-kv .disclaimer {
        width: 350px;
        max-width: calc(100% - 40px);
        padding: 12px 0 0;
        margin: 0 auto;
        font-size: 11px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: -0.005em;
    }

    #gjw009 .sec-header .inner-kv .disclaimer,
    #gjw009 .sec-manager .disclaimer {
        padding-left: 0.8em;
        text-indent: -0.8em;
    }

    #gjw009 .sec-summary,
    #gjw009 .sec-review,
    #gjw009 .sec-process,
    #gjw009 .sec-care,
    #gjw009 .sec-manager,
    #gjw009 .sec-service {
        padding-top: 60px;
    }

    #gjw009 .sec-summary h2 {
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 1.5;
    }

    #gjw009 .summary-list {
        gap: 10px;
        padding: 24px 20px;
        border-radius: 8px;
    }

    #gjw009 .summary-list li {
        width: auto;
        align-self: stretch;
        padding-left: 21px;
        text-align: left;
    }

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

    #gjw009 .summary-list h4 {
        font-size: 14px;
        line-height: 1.5;
    }

    #gjw009 .section-title {
        margin-bottom: 32px;
    }

    #gjw009 .section-title p {
        font-size: 14px;
    }

    #gjw009 .review-card {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        min-height: 0;
        padding: 32px 20px;
        border-radius: 8px;
    }

    #gjw009 .review-profile {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
    }

    #gjw009 blockquote {
        margin-top: -84px;
        margin-bottom: 24px;
        padding-left: 76px;
        font-size: 15px;
        line-height: 1.45;
        text-indent: -10px;
        padding-left: 86px;
    }

    #gjw009 .review-copy h3 {
        margin-bottom: 8px;
        padding: 0 0 0 4px;
        border-top: 0;
        font-size: 14px;
    }

    #gjw009 .space-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 13px 0 13px 12px;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }

    #gjw009 .space-list li {
        font-size: 14px;
        line-height: 1.4;
    }

    #gjw009 .space-list li img {
        flex-basis: 16px;
        width: 16px;
        height: 16px;
    }

    #gjw009 .space-list li + li {
        padding-left: 0;
    }

    #gjw009 .space-list li + li::before {
        display: none;
    }

    #gjw009 .process-steps {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 292px;
        margin-top: 32px;
        padding: 0;
    }

    #gjw009 .process-steps::before {
        left: 124px;
        right: auto;
        top: 36px;
        bottom: 42px;
        width: 1px;
        height: auto;
    }

    #gjw009 .process-steps li {
        display: grid;
        grid-template-columns: 104px 7px 1fr;
        gap: 16px;
        align-items: center;
        text-align: left;
    }

    #gjw009 .process-steps li::before,
    #gjw009 .process-steps li::after {
        left: 124px;
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
    }

    #gjw009 .process-steps li::before {
        width: 15px;
        height: 15px;
    }

    #gjw009 .process-steps li::after {
        width: 7px;
        height: 7px;
    }

    #gjw009 .process-thumb {
        grid-column: 1;
        height: auto;
        margin-bottom: 0;
    }

    #gjw009 .process-thumb img {
        max-width: none;
        max-height: none;
    }

    #gjw009 .process-steps li:nth-child(1) .process-thumb img {
        width: 93px;
    }

    #gjw009 .process-steps li:nth-child(2) .process-thumb img {
        width: 82px;
    }

    #gjw009 .process-steps li:nth-child(3) .process-thumb img {
        width: 89px;
    }

    #gjw009 .process-steps li:nth-child(4) .process-thumb img {
        width: 97px;
    }

    #gjw009 .process-steps li:nth-child(5) .process-thumb img {
        width: 104px;
    }

    #gjw009 .process-steps li:nth-child(6) .process-thumb img {
        width: 100px;
    }

    #gjw009 .process-steps li > span:last-child {
        grid-column: 3;
        font-size: 16px;
        line-height: 1.8;
        white-space: normal;
    }

    #gjw009 .sec-article {
        margin-top: 60px;
    }

    #gjw009 .sec-article .inner-text {
        padding: 0;
    }

    #gjw009 .article-paper {
        gap: 16px;
        padding: 32px 16px 20px;
        border-radius: 16px;
    }

    #gjw009 .article-logo {
        width: 160px;
        height: 36px;
    }

    #gjw009 .article-content {
        gap: 16px;
        /* width: 302px; */
        max-width: 100%;
    }

    #gjw009 .article-grid {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    #gjw009 .article-card {
        width: 100%;
        min-height: 0;
        padding: 24px;
        box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
    }

    #gjw009 .article-card:nth-child(-n + 2) {
        min-height: 0;
    }

    #gjw009 .article-card-copy {
        flex: 0 1 auto;
        gap: 8px;
    }

    #gjw009 .article-card h3 {
        font-size: 14px;
        line-height: 1.4;
    }

    #gjw009 .article-card p {
        color: var(--ink);
        font-size: 14px;
        line-height: 1.44;
        letter-spacing: -0.02em;
        border-left: 2px solid #D9D9D9;
        padding: 4.5px 0 4.5px 12px;
    }

    #gjw009 .article-card-image {
        height: auto;
        margin-top: 16px;
        border-radius: 16px;
        aspect-ratio: 254/160;
    }

    #gjw009 .article-card mark {
        padding-top: 1px;
        padding-bottom: 2px;
        background: rgba(251, 255, 0, 0.3);
    }

    #gjw009 .article-source {
        margin-top: 2px;
        font-size: 11px;
        line-height: 1.42;
    }

    #gjw009 .article-recommend {
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
    }

    #gjw009 .article-recommend li {
        min-height: 60px;
        padding: 9px 16px;
        background: #f7f7f7;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.44;
    }

    #gjw009 .article-recommend li::before {
        flex-basis: 24px;
    }

    #gjw009 .article-notice {
        width: 100%;
        padding: 0 20px;
        margin-top: 12px;
        margin-right: auto;
        margin-left: auto;
    }

    #gjw009 .article-notice li {
        font-size: 14px;
        line-height: 1.4;
    }

    #gjw009 .care-card {
        border-radius: 8px;
    }

    #gjw009 .care-visual {
        height: 280px;
    }

    #gjw009 .care-visual::before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 150px;
        background: linear-gradient(to bottom, #e1dcd8 36%, rgba(225, 220, 216, 0));
        pointer-events: none;
    }

    #gjw009 .care-visual img {

        object-fit: cover;
        object-position: center center;
    }

    #gjw009 .care-title {
        top: 36px;
        left: 0;
        width: 100%;
        padding: 0 16px;
        text-align: center;
    }

    #gjw009 .care-title p {
        margin-bottom: 4px;
        font-size: 14px;
    }

    #gjw009 .care-title h2 {
        margin-bottom: 4px;
        font-size: 28px;
        line-height: 1.5;
        letter-spacing: -0.02em;
    }

    #gjw009 .care-title h4 {
        font-size: 16px;
        line-height: 1.45;
    }

    #gjw009 .care-note {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 16px 16px 24px;
        text-align: center;
    }

    #gjw009 .care-note::after {
        display: none;
    }

    #gjw009 .care-note-icon {
        align-self: center;
        width: 20px;
        height: 20px;
        margin-top: 0;
    }

    #gjw009 .care-note h3 {
        width: 100%;
        padding-left: 0;
        padding-bottom: 12px;
        border-bottom: 1px solid #ddd;
        font-size: 15px;
        line-height: 1.45;
    }

    #gjw009 .care-note p {
        font-size: 12px;
        line-height: 1.45;
    }

    #gjw009 .manager-copy {
        margin-bottom: 32px;
    }

    #gjw009 .manager-copy h2 {
        margin-bottom: 4px;
        font-size: 28px;
        line-height: 1.5;
    }

    #gjw009 .manager-copy h4 {
        font-size: 16px;
        line-height: 1.45;
        letter-spacing: -0.02em;
    }

    #gjw009 .manager-visual {
        width: 100%;
        height: auto;
        aspect-ratio: 350 / 320;
        border-radius: 8px;
    }

    #gjw009 .sec-service > .inner-text > h2 {
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 1.5;
    }

    #gjw009 .service-grid {
        display: flex;
        flex-direction: column;
        margin-bottom: 13px;
        border-radius: 16px;
    }

    #gjw009 .service-item {
        min-height: 0;
        padding: 20px;
    }

    #gjw009 .service-item + .service-item {
        border-left: 0;
        border-top: 1px solid #ddd;
    }

    #gjw009 .service-item p {
        margin-bottom: 16px;
        padding: 6px 16px;
        border-width: 1.5px;
        font-size: 12px;
    }

    #gjw009 .service-item h4 {
        font-size: 18px;
        line-height: 1.6;
    }

    #gjw009 .service-item:first-child h4 {
        line-height: 1.8;
    }

    #gjw009 .notice-toggle {
        font-size: 12px;
    }

    #gjw009 .notice-list {
        width: 100%;
        margin-top: 13px;
    }

    #gjw009 .notice-list li {
        font-size: 11px;
    }

    #gjw009 .notice-list li:nth-child(4) {
        margin-bottom: 4px;
    }

    #gjw009 .primary-cta {
        min-height: 52px;
        font-size: 16px;
    }

    #gjw009 .sec-footer-cta {
        margin-top: 60px;
        padding: 60px 0;
    }

    #gjw009 .footer-links {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 12px;
    }

    #gjw009 .footer-link {
        min-height: 60px;
        padding: 18px 48px 18px 20px;
        font-size: 16px;
    }

    #gjw009 .footer-link::after {
        right: 20px;
    }

    #gjw009 .call-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        min-height: 0;
        padding: 24px 20px;
    }

    #gjw009 .call-box h3 {
        font-size: 16px;
    }

    #gjw009 .call-box p {
        width: auto;
        font-size: 14px;
    }

    #gjw009 .call-box strong {
        font-size: 32px;
    }
}
