/* sub_head */
.sub_head {
    position: relative;
}
.sub_head_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #fff;
}
.sub_head_title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #d3fff0;
}
.sub_head_title h2 {
    font-size: 72px;
    font-weight: 400;
    margin: 20px auto 30px;
}
.sub_head_title p {
    font-size: 20px;
    font-weight: 400;
}
.sub_head_title h4 {
    width: 800px;
    margin: 93px auto 0px;
    border-radius: 20px;
    line-height: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 30px;
    font-weight: 400;
    border: 1px solid #67807a;
}
.sub_head_title h4 span {
    font-weight: 700;
}
#scroll {
    position: absolute;
    bottom: 57px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    z-index: 1;
    letter-spacing: 0;
}
#scroll img {
    margin-top: 8px;
}

/* sub_menu */
.sub_menu {
    background-color: #fff;
}
.sub_menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.sub_menu a {
    line-height: 120%;
    display: flex;
    height: 70px;
    font-size: 18px;
    font-weight: 400;
    color: #9b9b9b;
    width: 220px;
    text-align: center;
    transition: all 0.2s;
    position: relative;
    align-items: center;
    justify-content: center;
}
.sub_menu a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #c8c8c8;
    transition: all 0.2s;
}
.sub_menu a:hover {
    color: #333;
    font-weight: 700;
}
.sub_menu a:hover::after {
    height: 2px;
    background-color: #000;
}

/* implant01 */
.implant01_title {
    margin: 186px auto 119px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
}
.implant01_title h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    color: #222;
    margin-bottom: 21px;
}
.implant01_title h2 span {
    color: #46675c;
    font-weight: 700;
}
.implant01_title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    color: #111;
    padding: 0px 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 99px;
    border: 1px solid #46675c;
    max-width: 351px;
    margin: 0 auto;
}
.implant01_title h3 span {
    color: #27493e;
    margin-right: 20px;
}
.implant01_con {
    background-color: #27493e;
    padding-bottom: 138px;
    position: relative;
}
.implant01_box {
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
    z-index: 11;
    background-color: #d9d9d9;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
}
.implant01_box p {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    color: #222;
    margin-left: 46px;
}
.implant01_img {
    display: flex;
    align-items: center;
}
.implant01_img img {
    width: 50%;
}
.implant01_con > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px auto 0px;
    padding: 0px 40px;
    line-height: 45px;
    border-radius: 99px;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    width: fit-content;
}
.implant01_con h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 80px auto 20px;
    text-align: center;
}
.implant01_con h5 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
    text-align: center;
}

/* implant02 */
.implant02 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 230px 0px 188px;
}
.implant02_wrap {
    max-width: 1600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.implant02_txt h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    color: #333;
}
.implant02_txt h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 140%;
    color: #111;
    margin: 34px 0px 78px;
}
.implant02_txt h2 span {
    font-weight: 700;
    color: #46675c;
}
.implant02_txt h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    color: #fff;
    padding: 0px 28px;
    display: inline-block;
    background-color: #46675c;
    border-radius: 10px;
}
.implant02_txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #111;
    margin: 40px 0px 71px;
}
.implant02_txt p span {
    font-weight: 700;
    color: #27493e;
}

/* implant03 */
.implant03 {
    background-image: url(../img/sub/implant03_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 318px 60px 65px;
    color: #fff;
    text-align: center;
}
.implant03 h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 160%;
}
.implant03 h2 span {
    color: #d3fff0;
    font-weight: 700;
}
.implant03_line {
    width: 180px;
    height: 2px;
    margin: 0px 90px;
    background-color: #fff;
}
.implant03 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    margin: 54px auto 247px;
}
.implant03_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
    border-radius: 20px;
    background-color: rgba(84, 130, 115, 0.6);
    padding: 30px 0px;
}
.implant03_list li {
    background-color: #27493e;
    border: 1px solid #d3fff0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    line-height: 61px;
    gap: 7px;
    font-size: 20px;
    font-weight: 600;
    color: #d3fff0;
    width: 413px;
}

/* implant04 */
.implant04 {
    background-color: rgba(207, 207, 207, 0.2);
    text-align: center;
    padding: 199px 0px 212px;
}
.implant04_wrap {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.implant04_wrap h3 {
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
}
.implant04_wrap h2 {
    font-size: 46px;
    font-weight: 400;
    color: #111;
    line-height: 140%;
    margin: 25px auto 94px;
}
.implant04_wrap h2 span {
    color: #46675c;
    font-weight: 700;
}
.implant04_con {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    position: relative;
}
.implant04_con::before {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    border-radius: 50px;
    background: linear-gradient(90deg, #2d5045 0%, #61897c 100%);
    width: 100%;
    left: 0px;
    top: 88px;
}
.implant04_con span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
    padding: 0px 20px;
    background-color: #fff;
    border: 2px solid #46675c;
    line-height: 45px;
    border-radius: 99px;
}
.implant04_dot {
    background-color: #46675c;
    width: 30px;
    height: 30px;
    border: 5px solid #fff;
    border-radius: 100%;
    margin: 28px auto;
    position: relative;
}
.implant04_con h4 {
    font-size: 22px;
    font-weight: 700;
    color: #46675c;
    margin-bottom: 68px;
}
.implant04_con p {
    font-size: 20px;
    font-weight: 400;
    color: #111;
    line-height: 170%;
    margin-top: 28px;
}

/* implant05 */
.implant05 {
    text-align: center;
    padding: 184px 0px 198px;
}
.implant05 h3 {
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
}
.implant05 h2 {
    font-size: 46px;
    font-weight: 700;
    color: #46675c;
    margin: 20px auto 34px;
    line-height: 140%;
}
.implant05 h4 {
    font-size: 46px;
    font-weight: 400;
    color: #333;
    margin: 0px auto 101px;
    line-height: 140%;
}
.implant05 h4 span {
    display: inline-block;
    color: #d3fff0;
    font-weight: 700;
    background-color: #27493e;
    border-radius: 10px;
    line-height: 62px;
    padding: 0px 27px;
}
.implant05_con {
    margin-top: 66px;
}
.implant05_con > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 59px 30px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.implant05_con01 {
    border-top: 1px solid #ccc;
}
.implant05_con > div > div {
    display: flex;
}
.implant05_con > div > div > div {
    width: 13vw;
}
.implant05_con span {
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
    color: #ccc;
    display: inline-block;
}
.implant05_con h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #46675c;
    margin-top: 4px;
}
.implant05_con p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #333;
    padding-top: 40px;
}

/* implant06 */
.implant06 {
    background-image: url(../img/sub/implant06_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px;
    text-align: center;
    color: #fff;
}
.implant06 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 44px;
}
.implant06 h2 span {
    font-weight: 700;
}
.implant06 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
}

/* implant07 */
.implant07 {
    text-align: center;
    padding: 185px 0px 242px;
}
.implant07_wrap {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.implant07_wrap h2 {
    max-width: 535px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 44px;
    border-radius: 10px;
    background-color: #46675c;
    margin: 53px auto 30px;
}
.implant07_list {
    margin-bottom: 141px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.implant07_list li {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    width: 237px;
    line-height: 160%;
    padding: 19px 0px;
    background-color: rgba(152, 152, 152, 0.2);
    border-radius: 10px;
    transition: all 0.2s;
}
.implant07_list li:hover {
    color: #fff;
    background-color: #46675c;
}
.implant07_con {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 45px;
    position: relative;
}
.implant07_con::before {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    border-radius: 50px;
    background: linear-gradient(90deg, #2d5045 0%, #61897c 100%);
    width: 100%;
    left: 0px;
    top: 88px;
}
.implant07_con span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
    padding: 0px 20px;
    background-color: #fff;
    border: 2px solid #46675c;
    line-height: 45px;
    border-radius: 99px;
}
.implant04_dot {
    background-color: #46675c;
    width: 30px;
    height: 30px;
    border: 5px solid #fff;
    border-radius: 100%;
    margin: 28px auto;
    position: relative;
}
.implant07_con h4 {
    font-size: 22px;
    font-weight: 700;
    color: #46675c;
    margin-bottom: 68px;
}
.implant07_con p {
    font-size: 20px;
    font-weight: 400;
    color: #111;
    line-height: 170%;
    margin-top: 28px;
    position: absolute;
}

/* implant08 */
.implant08 {
    background-image: url(../img/sub/implant08_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 112px 0px 92px;
}
.implant08_wrap {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-left: 88px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.implant08_title {
    color: #fff;
    padding-top: 41px;
}
.implant08_title h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 49px;
}
.implant08_title h2 span {
    color: #d3fff0;
    font-weight: 700;
}
.implant08_title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
}
.implant08_con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 760px;
}
.implant08_con > div {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    width: 240px;
    height: 240px;
}
.implant08_con p {
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    color: #27493e;
    margin-top: 20px;
}

/* implant09 */
.implant09 {
    text-align: center;
    padding: 207px 0px 248px;
}
.implant09_title h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
}
.implant09_title h2 span {
    color: #46675c;
}
.implant09_title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #333;
    margin: 41px auto 135px;
}
.implant09_list h3 {
    max-width: 375px;
    margin: 53px auto 30px;
    color: #fff;
    border-radius: 10px;
    line-height: 44px;
    background-color: #46675c;
    font-size: 24px;
    font-weight: 700;
}
.implant09_list h3 span {
    font-weight: 400;
}
.implant09_list ul {
    margin-bottom: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.implant09_list li {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    width: 237px;
    line-height: 160%;
    padding: 19px 0px;
    background-color: rgba(152, 152, 152, 0.2);
    border-radius: 10px;
    transition: all 0.2s;
}
.implant09_list li:hover {
    color: #fff;
    background-color: #46675c;
}
.implant09_con > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
}
.implant09_con > div > * {
    width: 50%;
}
.implant09_con > *:nth-child(even) {
    flex-direction: row-reverse;
}
.implant09_con > *:nth-child(odd) .implant09_txt {
    padding-left: 88px;
}
.implant09_txt h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    color: #666;
    position: relative;
}
.implant09_txt h4::after {
    content: '';
    display: block;
    position: absolute;
    left: 114px;
    top: 0px;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    background-color: #46675c;
}
.implant09_txt h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 140%;
    color: #111;
    margin: 10px 0px 40px;
}
.implant09_txt h3 span {
    font-weight: 700;
    color: #46675c;
}
.implant09_txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #666;
}

/* implant10 */
.implant10 {
    background-color: rgba(234, 224, 216, 0.5);
    padding: 79px 0px 205px;
}
.implant10_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1800px;
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 1px solid #46675c;
    margin: 0 auto;
}
.implant10_head h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    color: #222;
}
.implant10_head h3 span {
    color: #46675c;
    font-weight: 700;
}
.implant10 .sub_center {
    text-align: center;
    padding-top: 172px;
}
.implant10 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    color: #222;
}
.implant10 h2 span {
    font-weight: 700;
    color: #46675c;
}
.implant10 h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #222;
    margin: 22px auto 71px;
}
.implant10 h4 span {
    font-weight: 700;
    color: #46675c;
}
.implant10_con {
    position: relative;
}
.implant10_swiper {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 30px;
}
.implant10_title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #f5f0ec;
    padding: 22px 0px;
    gap: 22px;
}
.implant10_swiper .swiper-slide {
    padding: 25px 25px 66px;
}
.implant10_title h5 {
    font-size: 30px;
    font-weight: 700;
    color: #46675c;
}
.implant10_num {
    display: inline-block;
    line-height: 44px;
    border-radius: 99px;
    background-color: #46675c;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 0px 20px;
}
.implant10_name {
    display: inline-block;
    line-height: 44px;
    border-radius: 99px;
    border: 1px solid #46675c;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 28px;
}
.implant10_img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin: 64px auto 0px;
}
.implant10_img > div {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.implant10_img > div > span {
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    background-color: #111;
    border-radius: 20px 0px 0px 0px;
    padding: 0px 28px;
    line-height: 46px;
}
.implant10_img .implant10_after > span {
    background-color: #46675c;
}
.implant10_date {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin: 30px auto 20px;
}
.implant10_step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.implant10_step span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #27493e;
    color: #fff;
    border-radius: 100%;
    font-size: 17px;
    font-weight: 500;
    margin-right: 6px;
}
.implant10_step h6 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #27493e;
}
.implant10_prev {
    position: absolute;
    left: -160px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.implant10_next {
    position: absolute;
    right: -160px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.implant10 p {
    border-radius: 30px;
    color: #222;
    padding: 50px 0px 41px;
    margin: 37px auto 40px;
    line-height: 180%;
    font-size: 16px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.5);
}
.implant10 > div > a {
    border-radius: 99px;
    border: 1px solid #27493e;
    line-height: 65px;
    padding: 0px 25px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 18px;
    font-weight: 500;
    color: #27493e;
    margin: 0 auto;
    transition: all 0.2s;
}
.implant10 > div > a:hover {
    background-color: #fff;
}
