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

/* care01_con01 */
.care01_con01 {
    padding-top: 101px;
    padding-bottom: 120px;
}
.care01_con01_page {
    max-width: 958px;
    width: 100%;
    display: flex;
    margin: 0 auto;
}
.care01_con01_page > li {
    width: 25%;
}
.care01_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;
}
.care01_con01_page > li > a:hover {
    opacity: 0.7;
}
.care01_con01_page > li > a.active {
    background-color: #65c8cd;
    color: #fff;
}

/* care01_con04 */
.care01_con04 {
    padding-top: 163px;
    border-top: 1px solid #c3c3c3;
}
.care01_con04_title {
    display: flex;
    align-items: flex-end;
    padding-bottom: 108px;
}
.care01_con04_title > h2 {
    font-size: 52px;
    font-weight: 500;
    color: #191919;
    line-height: 64px;
}
.care01_con04_title > h2 > span {
    color: #65c8cd;
    font-weight: 700;
}
.care01_con04_title > p {
    color: #191919;
    font-weight: 700;
    font-size: 20px;
    margin-left: 81px;
}
.care01_con04_inner {
    position: relative;
    background-image: url(../img/sub/bna01_con01_wrap.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.care01_con04_inner > div {
    display: flex;
    position: relative;
    height: 665px;
}
.care01_con04_inner > div > img {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translateX(-50%);
}
.care01_con04_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;
}
