/* implant01 */
.implant01 {
    padding: 185px 0px 135px;
    position: relative;
    text-align: center;
}
.implant01::before {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    background-color: #e8ebf0;
    width: 100%;
    height: 560px;
    z-index: -1;
}
.implant01 h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 140%;
}
.implant01 h2 span {
    color: var(--main-color);
}
.implant01 > div > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 30px 0px 96px;
}
.implant01_con {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 55px 0px 48px;
}
.implant01_con p {
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    margin-top: 21px;
    color: #666;
}
.implant01 h3 {
    font-size: 24px;
    font-weight: 5700;
    line-height: 99px;
    color: #fff;
    background-color: var(--sub-color);
    border-radius: 10px;
}
.implant01 h3 span {
    border-bottom: 1px solid #fff;
}

/* implant02 */
.implant02 {
    padding: 176px 0px 190px;
}
.implant02 h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
    color: #111;
}
.implant02 h2 span {
    color: var(--title-color);
}
.implant02 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 24px 0px 94px;
}
.implant02 p span {
    color: #617ca5;
    font-weight: 700;
}
.implant02_wrap {
    max-width: 1524px;
    width: 100%;
    margin: 0 auto;
}

/* implant03 */
.implant03 {
    background-color: #f5f5f5;
    padding: 129px 0px 190px;
    text-align: center;
}
.implant03 h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    color: #111;
}
.implant03 h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
    color: #111;
    margin: 10px auto 20px;
}
.implant03 h2 span {
    color: var(--title-color);
}
.implant03 > div > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 69px;
}
.implant03_con01 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.implant03_con01 ul {
    max-width: 640px;
    width: 100%;
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
}
.implant03_con01 li {
    font-size: 20px;
    font-weight: 600;
    line-height: 62px;
    background-color: #dedede;
    padding: 0px 20px;
    border-radius: 14px;
}
.implant03_con01 li img {
    margin-right: 20px;
}
.implant03_con02 {
    text-align: left;
    padding-top: 215px;
}
.implant03_con02 h2 {
    color: var(--title-color);
    margin: 0;
}
.implant03_con02 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 20px 0px 87px;
    color: #474747;
}
.implant03_con02 h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 99px;
    color: #fff;
    text-align: center;
    background-color: var(--sub-color);
    margin-top: 59px;
    border-radius: 10px;
}

/* implant04 */
.implant04 {
    text-align: center;
    padding-top: 186px;
}
.implant04 h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
    color: var(--title-color);
}
.implant04 > div > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 20px 0px 82px;
    color: #474747;
}
.implant04_bot {
    background-color: rgba(143, 167, 203, 0.2);
    padding: 61px 0px;
    margin-top: 104px;
}
.implant04_con {
    max-width: 1046px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.implant04_con p {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin-top: 21px;
    color: #666;
}

/* implant05 */
.implant05 {
    background-color: var(--sub-color);
    padding: 136px 0px 121px;
    color: #fff;
}
.implant05 h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 36px;
}
.implant05 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
}
.implant05 h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 59px 0px 20px;
}
.implant05_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* main_bna */
.main_bna {
    padding: 174px 0px 150px;
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
}
.main_bna h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--sub-color);
}
.main_bna h2 {
    font-size: 52px;
    font-weight: 700;
    margin: 12px auto 82px;
}
.main_bna_con > div {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.main_bna_con .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_bna_con .swiper-slide > div {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.main_bna_con .swiper-slide span {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    padding: 0px 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 53px;
    background-color: #a8a8a8;
    border-radius: 30px 0px 30px 0px;
}
.main_bna_con .swiper-slide .bna_after span {
    background-color: #8fa7cb;
}
.main_bna .main_bna_page {
    margin: 38px auto 61px;
}
.main_bna .main_bna_page span {
    width: 10px;
    height: 10px;
    opacity: 0.3;
    background-color: var(--main-color);
    margin: 0px 10px !important;
}
.main_bna .main_bna_page span.swiper-pagination-bullet-active {
    background-color: #fff;
    border: 1px solid var(--main-color);
    opacity: 1;
}
.main_bna_prev {
    position: absolute;
    left: -120px;
    top: 42%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.main_bna_next {
    position: absolute;
    right: -120px;
    top: 42%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.main_bna p {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #666;
}

/* implant06 */
.implant06 {
    text-align: center;
    padding-top: 153px;
    padding-bottom: 71px;
    position: relative;
}
.implant06::before {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    background-color: #f3f5f8;
    width: 100%;
    height: 364px;
    z-index: -1;
}
.implant06 h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
}
.implant06 h2 span {
    color: var(--title-color);
}
.implant06 > div > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 20px 0px 61px;
    color: #474747;
}
.implant06_con {
    position: relative;
}
.implant06_txt {
    position: absolute;
    left: 142px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
}
.implant06_txt span {
    font-size: 34px;
    font-weight: 700;
    line-height: 53px;
    display: inline-block;
    padding: 0px 14px;
    background-color: var(--main-color);
}
.implant06_txt h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 140%;
    margin: 3px 0px 51px;
}
.implant06_txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}
.implant06_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1047px;
    width: 100%;
    margin: 72px auto 0px;
}
.implant06_list p {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin-top: 21px;
    color: #666;
}

/* implant07 */
.implant07 {
    padding: 130px 0px;
}
.implant07_wrap {
    max-width: 1524px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background-color: rgba(143, 167, 203, 0.2);
    padding: 115px 0px 131px;
}
.implant07_wrap > div {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.implant07_wrap ul {
    max-width: 809px;
    width: 100%;
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
}
.implant07_wrap li {
    font-size: 20px;
    font-weight: 600;
    line-height: 62px;
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 14px;
    cursor: default;
    transition: all 0.2s;
}
.implant07_wrap li img {
    margin-right: 20px;
}
.implant07_wrap li:hover {
    background-color: var(--sub-color);
    color: #fff;
}
.implant07_wrap li:hover img {
    filter: brightness(100);
}
