/* care04_title */
.care04_title {
    position: relative;
}
.care04_title_con {
    position: absolute;
    left: 240px;
    bottom: 212px;
}
.care04_title_con > span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.care04_title_con > h2 {
    font-size: 52px;
    font-weight: 400;
    color: #fff;
    margin-top: 6px;
}

/* care04_con01 */
.care04_con01 {
    padding-top: 101px;
    padding-bottom: 120px;
}
.care04_con01_page {
    max-width: 958px;
    width: 100%;
    display: flex;
    margin: 0 auto;
}
.care04_con01_page > li {
    width: 25%;
}
.care04_con01_page > li > a {
    box-shadow:
        1px 0 0 0 #c3c3c3,
        0 1px 0 0 #c3c3c3,
        1px 1px 0 0 #c3c3c3,
        1px 0 0 0 #c3c3c3 inset,
        0 1px 0 0 #c3c3c3 inset;
    width: 100%;
    line-height: 65px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #191919;
    display: block;
    transition: all 0.2s;
    letter-spacing: -1px;
}
.care04_con01_page > li > a:hover {
    opacity: 0.7;
}
.care04_con01_page > li > a.active {
    background-color: #65c8cd;
    color: #fff;
}
.care04_con03 {
    padding-top: 120px;
}

/* care04_con04 */
.care04_con04 {
    padding-top: 128px;
    position: relative;
    padding-bottom: 119px;
}
.care04_con04 > div {
    display: flex;
    justify-content: space-between;
}
.care04_con04_left {
    position: sticky;
    top: 120px;
    height: 483px;
    padding-left: 70px;
}
.care04_con04_left > h2 {
    font-size: 48px;
    font-weight: 400;
    color: #191919;
    line-height: 66px;
    letter-spacing: -2.4px;
}
.care04_con04_left > h2 > span {
    font-weight: 700;
}
.care04_con04_left > p {
    font-size: 20px;
    font-weight: 500;
    color: #727272;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 36px;
    letter-spacing: -1px;
}
.care04_con04_left > h3 {
    font-size: 26px;
    font-weight: 500;
    color: #191919;
    line-height: 42px;
    letter-spacing: -1.3px;
}
.care04_con04_right > div > h4 {
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 13px;
}
.care04_con04_right > div > p {
    font-size: 24px;
    font-weight: 400;
    color: #595857;
    line-height: 42px;
    letter-spacing: -1.2px;
}
.care04_con04_01,
.care04_con04_02 {
    margin-bottom: 79px;
}
.care04_con04_03 {
    margin-bottom: 65px;
}

/* care04_con05 */
.care04_con05 > div {
    display: none;
}

/* care04_con06 */
.care04_con06 {
    padding-top: 163px;
}
.care04_con06_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 108px;
}
.care04_con06_title > h2 {
    font-size: 52px;
    font-weight: 500;
    color: #191919;
    line-height: 64px;
}
.care04_con06_title > h2 > span {
    color: #65c8cd;
    font-weight: 700;
}
.care04_con06_title > p {
    color: #191919;
    font-weight: 700;
    font-size: 20px;
}
.care04_con06_inner {
    position: relative;
    background-image: url(/theme/basic/img/sub/bna01_con01_wrap.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.care04_con06_inner > div {
    display: flex;
    position: relative;
    height: 665px;
}
.care04_con06_inner > div > img {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translateX(-50%);
}
.care04_con06_inner > div > div {
    position: relative;
    height: max-content;
}
.bna01_con01_before > span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #191919;
    display: inline-block;
    line-height: 51px;
    color: #fff;
    width: 198px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.bna01_con01_after {
    position: relative;
    top: 98px;
}
.bna01_con01_after > span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #65c8cd;
    display: inline-block;
    line-height: 51px;
    color: #fff;
    width: 198px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.bna01_con01_after_con {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 166px;
}
.bna01_con01_after_con > p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 31px;
}
.bna01_con01_after_con > a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    transition: all 0.2s;
}
.bna01_con01_after_con > a:hover {
    color: #65c8cd;
}
.bna01_con01_after_con > a:hover > img {
    transform: translateX(20px);
}
.bna01_con01_after_con > a > img {
    filter: invert(1);
    margin-left: 14px;
    transition: all 0.2s;
}
.bna01_con01_before > h3 {
    position: absolute;
    left: 0px;
    bottom: -101px;
    font-size: 44px;
    font-weight: 700;
    color: #000000;
}

/* care03_con07 */
.care03_con07 {
    margin-top: 200px;
}
