.joy-care-page {
    margin: 0;
    padding: 0;
}

.joy-care-page .sub-content {
    padding-top: 0 !important;
}

.joy-care-page .sub-body--flush {
    max-width: none;
    padding: 0;
}

.joy-care-page #header,
.joy-care-page #gnb,
.joy-care-page #footer {
    display: none !important;
}

.joy-care {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    letter-spacing: -0.02em;
    word-break: keep-all;
    container-type: inline-size;
    container-name: joy-care;
}

.joy-care-langs {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    height: 38px;
    padding: 0 16px;
    background-color: #3c3c3c;
    color: #fff;
}

.joy-care-langs .langMenu {
    margin-left: auto;
    display: flex;
    gap: 13px;
    font-size: 12px;
}

.joy-care-langs .langMenu a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

.joy-care-langs .langMenu a.active,
.joy-care-langs .langMenu a.is-on {
    color: #fff;
}

.joy-care-banner {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 0;
    background: #e07a4a;
}

.joy-care-banner-img {
    display: block;
    width: 100%;
    height: auto;
}

.joy-care-banner-title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin: 0;
    padding: 0 0 4.4% 4.4%;
    width: 72%;
    color: #fff;
    line-height: 1;
}

.joy-care-banner-kicker,
.joy-care-banner-name {
    display: block;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    letter-spacing: -0.04em;
}

.joy-care-banner-kicker {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.24;
    padding-bottom: 5px;
}

.joy-care-banner-name {
    font-size: 51px;
    font-weight: 700;
    line-height: 1.12;
}

@supports (font-size: 1cqw) {
    .joy-care-banner-kicker {
        font-size: 6.8cqw;
    }

    .joy-care-banner-name {
        font-size: 10.2cqw;
    }
}

.joy-care-event {
    /* margin-bottom: 110px; */
    /* padding-bottom: 20px; */
}

.joy-care-item {
    margin-bottom: 1px;
}

.joy-care-item:last-child {
    margin-bottom: 1px;
}

.joy-care-head {
    display: block;
    width: 100%;
    padding: 15px;
    border: 0;
    background-color: #d05326;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    position: relative;
    scroll-margin-top: 48px;
}

.joy-care-head::before {
    content: "";
    position: absolute;
    right: 18px;
    top: 22px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
    transition: transform 0.25s ease;
}

.joy-care-head.is-on::before {
    transform: rotate(180deg);
}

.joy-care-sub-body {
    display: none;
    background: #fff;
    padding: 15px;
}

.joy-care-sub-body.is-on {
    display: block;
}

.joy-care-lang[hidden] {
    display: none !important;
}

.joy-care-strong {
    margin: 0 0 12px;
    color: #d05326;
    font-size: 18px;
    font-weight: 700;
}

.joy-care-intro {
    margin: 0 0 16px;
    color: #444;
    font-size: 14px;
    line-height: 1.7;
}

.joy-care-list {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.75;
    list-style: none;
    counter-reset: care;
}

.joy-care-list li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    list-style: none;
}

.joy-care-list li::before {
    content: counter(care) ".";
    counter-increment: care;
    flex: 0 0 auto;
    color: #d05326;
    font-weight: 600;
}

.joy-care-list li + li {
    margin-top: 8px;
}

