/* care01_s01 */
.care01_s01 {
    padding: 300px 0px 0px;
    color: #333;
    text-align: center;
}
.sub_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_menu > * {
    margin-right: 10px;
}
.sub_menu p {
    font-size: 15px;
    font-weight: 500;
    color: #9b9b9b;
}
.sub_menu p.active {
    font-weight: 700;
    color: #333;
}
.care01_s01 h3 {
    margin: 30px 0px 15px;
    font-size: 24px;
    font-weight: 500;
    color: #666666;
}
.care01_s01 h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 130px;
}
.care01_s01 > div > img {
    /* margin-bottom: 150px; */
    display: block;
    margin: 0 auto 150px;
}
.care01_s01_txt {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 30px;
    padding: 40px 0px;
    font-size: 20px;
    font-weight: 500;
    color: #4a4a4a;
    line-height: 160%;
}

/* care01_s02 */
.care01_s02 {
    padding-top: 300px;
}
.care01_s02_swiper {
    position: relative;
}
.care01_s02_swiper .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #f5f5f5;
}
.care01_s02_txt {
    padding-top: 125px;
}
.care01_s02_txt h3 {
    font-size: 24px;
    font-weight: 600;
    color: #034580;
}
.care01_s02_txt h2 {
    font-size: 52px;
    font-weight: 400;
    color: #333;
    margin: 10px 0px 30px;
    line-height: 140%;
}
.care01_s02_txt p {
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 160%;
}
.care01_s02_nav {
    position: absolute;
    bottom: 145px;
    left: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 152px;
    width: 100%;
}
.care01_s02 .care01_s02_page {
    width: auto;
    font-size: 28px;
    font-weight: 400;
    color: #666666;
}
.care01_s02 .care01_s02_page .swiper-pagination-current {
    color: #034580;
}
.care01_s02_prev,
.care01_s02_next {
    cursor: pointer;
}

/* care01_s03 */
.care01_s03 {
    padding: 300px 0px 0px;
    color: #4a4a4a;
}
.care01_s03 h3 {
    font-size: 24px;
    font-weight: 600;
    color: #034580;
}
.care01_s03 h2 {
    font-size: 52px;
    font-weight: 400;
    color: #333;
    margin: 10px 0px 30px;
}
.care01_s03 > div > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}
.care01_s03_con {
    margin-top: 46px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #fff;
}
.care01_s03_con > div {
    width: 25%;
    box-shadow: 1px 0 0 0 #c8c8c8, 0 1px 0 0 #c8c8c8, 1px 1px 0 0 #c8c8c8, 1px 0 0 0 #c8c8c8 inset, 0 1px 0 0 #c8c8c8 inset;
}
.care01_s03_con h4 {
    line-height: 52px;
    font-size: 20px;
    font-weight: 700;
}
.care01_s03_con h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    margin-top: 25px;
}
.care01_s03_con h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    color: #034580;
    margin-bottom: 20px;
}
.care01_s03_con p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 25px;
    background-color: #f5f5f5;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 0 0 0 #c8c8c8, 0 1px 0 0 #c8c8c8, 1px 1px 0 0 #c8c8c8, 1px 0 0 0 #c8c8c8 inset, 0 1px 0 0 #c8c8c8 inset;
}
.care01_s03_bot {
    display: flex;
    align-items: center;
}
.care01_s03_bot > span {
    font-size: 18px;
    font-weight: 500;
    line-height: 70px;
    text-align: center;
}
.care01_s03_bot01 {
    color: #000;
    width: 37.5%;
    background-color: #e2ebff;
}
.care01_s03_bot02 {
    color: #000;
    background-color: #c3ddff;
    width: 37.5%;
}
.care01_s03_bot03 {
    color: #fff;
    background-color: #034580;
    width: 25%;
}

/* care01_s04 */
.care01_s04 {
    background-color: #f5f5f5;
    padding: 300px 0px 200px;
    color: #333;
}
.care01_s04 > div > h3 {
    font-size: 24px;
    font-weight: 600;
    color: #034580;
}
.care01_s04_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px auto 68px;
    padding-right: 42px;
}
.care01_s04_title h2 {
    font-size: 52px;
    font-weight: 400;
}
.care01_s04_title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: #4a4a4a;
}
.care01_s04_con01 {
    margin-bottom: 61px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.care01_s04_con01 h3 {
    font-size: 32px;
    font-weight: 700;
}
.care01_s04_con02 {
    margin-bottom: 239px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.care01_s04_con02 h3 {
    font-size: 32px;
    font-weight: 700;
}
.care01_s04_con02 h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0px;
    padding-left: 17px;
}
.care01_s04_con02 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    padding-left: 17px;
    color: #4a4a4a;
}
.care01_s04_con02 > div {
    display: flex;
    align-items: center;
    max-width: 1061px;
    width: 100%;
    justify-content: space-between;
}
.care01_s04_bot {
    display: flex;
    align-items: center;
    justify-content: center;
}
.care01_s04_con03 {
    max-width: 1400px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.care01_s04_txt > h3 {
    font-size: 24px;
    font-weight: 600;
    color: #034580;
}
.care01_s04_txt > h4 {
    font-size: 52px;
    font-weight: 400;
    line-height: 140%;
    margin: 10px 0px 30px;
}
.care01_s04_txt > h4 span {
    font-weight: 700;
    color: #034580;
}
.care01_s04_txt > h5 {
    font-size: 24px;
    font-weight: 700;
    color: #034580;
    margin-bottom: 10px;
}
.care01_s04_txt > p {
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 50px;
    line-height: 160%;
}
.care01_s04_txt > p:last-of-type {
    margin-bottom: 30px;
}
.care01_s04_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 391px;
    width: 100%;
    text-align: center;
}
.care01_s04_list > div {
    width: 33.3%;
}
.care01_s04_list span {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}
.pdrn_wrap {
    position: relative;
}
.pdrn_swiper {
    max-width: 620px;
    overflow: hidden;
    width: 100%;
}
.pdrn_prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    left: -92px;
    z-index: 1;
}
.pdrn_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    right: -92px;
    z-index: 1;
}
.pdrn_wrap .pdrn_page {
    margin-top: 30px;
    text-align: center;
}
.pdrn_wrap .pdrn_page span {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #034580;
    opacity: 1;
}
.pdrn_wrap .pdrn_page span.swiper-pagination-bullet-active {
    background-color: #034580;
}

/* care01_s05 */
.care01_s05 {
    padding: 300px 0px 79px;
    color: #333;
}
.care01_s05 h3 {
    font-size: 24px;
    font-weight: 600;
    color: #034580;
    margin-bottom: 10px;
}
.care01_s05 h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 140%;
}
.care01_s05_title {
    display: flex;
    align-items: flex-start;
    margin: 10px 0px 50px;
}
.care01_s05_title p {
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 160%;
    margin-left: 100px;
}
.care01_s05_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.care01_s05_con h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0px;
    padding-left: 14px;
}
.care01_s05_con p {
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    padding-left: 14px;
    line-height: 160%;
}
.care01_s05_con01,
.care01_s05_con02 {
    margin-bottom: 50px;
}

/* care01_s06 */
.care01_s06 {
    padding-top: 300px;
    padding-bottom: 150px;
    color: #fff;
    text-align: center;
}
.care01_s06 > div {
    background-color: #000;
    border-radius: 20px;
    padding: 40px 0px;
}
.care01_s06 h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 13px auto;
}
.care01_s06 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
}

/* care01_s07 */
.care01_s07 {
    padding-top: 300px;
    padding-bottom: 200px;
    color: #333;
}
.care01_s07 h3 {
    font-size: 24px;
    font-weight: 600;
    color: #034580;
}
.care01_s07 h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 140%;
    margin: 10px 0px 50px;
}
.care01_s07_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.care01_s07_con h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 30px auto 10px;
}
.care01_s07_con p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: #4a4a4a;
}

/* care01_s08 */
.care01_s08 {
    padding-top: 300px;
    padding-bottom: 200px;
    color: #333;
}
.care01_s08_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 200px;
}
.care01_s08 h3 {
    font-size: 24px;
    font-weight: 600;
    color: #034580;
}
.care01_s08_title h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 140%;
    margin: 10px 0px 30px;
}
.care01_s08_title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: #4a4a4a;
}
.care01_s08_con {
    margin-bottom: 140px;
}
.care01_s08_con h4 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}
.care01_s08_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.care01_s08_list > div {
    width: 305px;
    height: 305px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}
.care01_s08_list span {
    font-size: 36px;
    font-weight: 600;
    color: #034580;
}
.care01_s08_list p {
    font-size: 24px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 140%;
    margin-top: 10px;
}
.care01_s08 h5 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}
.care01_s08_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.care01_s08_box li {
    line-height: 95px;
    border-top: 1px solid #c8c8c8;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    display: flex;
    align-items: center;
}
.care01_s08_box li:last-child {
    border-bottom: 1px solid #c8c8c8;
}
.care01_s08_box ul {
    max-width: 640px;
    width: 100%;
}
.care01_s08_box li img {
    margin-right: 15px;
}

/* care01_s09 */
.care01_s09 {
    padding-top: 300px;
    text-align: center;
    color: #333;
    padding-bottom: 470px;
}
.care01_s09 h3 {
    font-size: 24px;
    font-weight: 600;
    color: #034580;
}
.care01_s09 h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 140%;
    margin: 10px auto 30px;
}
.care01_s09 > div > p {
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 160%;
    margin-bottom: 70px;
}
.care01_s09_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.care01_s09_list span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #034580;
    padding: 0px 33px;
    line-height: 53px;
    border-radius: 50%;
    display: inline-block;
}
.care01_s09_list img {
    margin: 25px auto 31px;
}
.care01_s09_list p {
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 400;
}
@media screen and (max-width: 1920px) {
    .care01_s09 {
        padding-bottom: 150px;
    }
}
