/* care01 */
.care01 {
    padding: 216px 0px 184px;
}
.care01_wrap {
    display: flex;
    align-items: flex-start;
}
.care01_txt {
    margin-left: 105px;
    max-width: 640px;
    width: 100%;
}
.care01_txt h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 79px 0px 23px;
}
.care01_txt h2 span {
    color: var(--main-color);
}
.care01_line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.care01_txt p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 23px 0px 83px;
}

/* care02 */
.care02 {
    background-color: #e8ebf0;
    text-align: center;
    padding: 154px 0px 178px;
}
.care02 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
}
.care02 h2 span {
    color: var(--title-color);
}
.care02 > div > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 20px 0px 85px;
}
.care02_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 115px;
    border-bottom: 1px solid #617ca5;
}
.care02_top p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin-top: 20px;
}
.care02 h3 {
    font-size: 42px;
    font-weight: 700;
    margin: 85px 0px 63px;
    color: #111;
}
.care02 h3 span {
    color: var(--title-color);
}
.care02_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.care02_bot p {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    margin-top: 30px;
    color: #617ca5;
}

/* care03 */
.care03 {
    padding: 156px 0px 159px;
    text-align: center;
}
.care03 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
}
.care03 .care03_page {
    margin: 24px auto 77px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 525px;
    padding: 5px;
    border-radius: 99px;
    background-color: rgba(143, 167, 203, 0.1);
}
.care03 .care03_page span {
    line-height: 50px;
    display: inline-block;
    border-radius: 99px;
    width: 165px;
    font-size: 20px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    height: auto;
    background-color: transparent;
    margin: 0 !important;
}
.care03 .care03_page span.swiper-pagination-bullet-active {
    background-color: var(--main-color);
    color: #fff;
}
/* .care03_wrap {
                padding: 0px 60px;
            } */
.care03_swiper {
    margin: 0 auto;
    max-width: 1800px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

/* care04 */
.care04 {
    background-image: url(../img/sub/care04_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 169px 0px 173px;
}
.care04 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
}
.care04 h2 span {
    color: var(--title-color);
}
.care04 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 20px 0px 81px;
}
.care04_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 583px;
    width: 100%;
}
.care04_list span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 48px;
    color: var(--main-color);
    padding: 0px 24px;
    border: 3px solid var(--main-color);
    border-radius: 99px;
    background-color: #fff;
}
.care04_list span img {
    margin-right: 10px;
}

/* care05 */
.care05 {
    padding: 174px 0px 209px;
    text-align: center;
    background-image: url(../img/sub/care05_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.care05 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
}
.care05 h2 span {
    color: var(--title-color);
}
.care05 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 20px 0px 44px;
}
.care05_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 766px;
    width: 100%;
    margin: 0 auto 71px;
}
.care05_list span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 48px;
    color: var(--main-color);
    padding: 0px 22px;
    border: 3px solid var(--main-color);
    border-radius: 99px;
    background-color: #fff;
}
.care05_list span img {
    margin-right: 10px;
}
.care05_con {
    display: flex;
    align-items: center;
    text-align: left;
}
.care05_con ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 7px;
    max-width: 640px;
    width: 100%;
    margin-left: 44px;
}
.care05_con li {
    font-size: 20px;
    font-weight: 600;
    line-height: 62px;
    padding: 0px 20px;
    border-radius: 14px;
    background-color: #f5f5f5;
}
.care05_con li img {
    margin-right: 20px;
}
.care05_img {
    position: relative;
}
.care05_img > img:last-child {
    position: absolute;
    right: -10px;
    top: 67px;
    z-index: 1;
}
