/* implant01_s01 */
.implant01_s01 {
    padding: 300px 0px 300px;
    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;
}
.implant01_s01 h3 {
    margin: 30px 0px 15px;
    font-size: 24px;
    font-weight: 500;
    color: #666666;
}
.implant01_s01 h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 130px;
}

/* implant01_s02 */
.implant01_s02 {
}
.implant01_s02 > div {
    display: flex;
    align-items: flex-start;
}
.implant01_s02_txt {
    margin-left: 64px;
    padding-top: 47px;
}
.implant01_s02_txt h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 140%;
    color: #333;
}
.implant01_s02_txt p {
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 160%;
}
.implant01_s02_txt p:first-of-type {
    margin-top: 30px;
}
.implant01_s02_txt p:nth-of-type(2) {
    margin: 20px 0px;
    font-weight: 700;
}

/* implant01_s03 */
.implant01_s03 {
    padding: 300px 0px 0px;
}
.implant01_s03 h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 30px;
    text-align: center;
}
.implant01_s03_con {
    display: flex;
    align-items: flex-start;
    width: 1420px;
}
.implant01_s03_con > div {
    width: 340px;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 40px 0px;
    height: 190px;
    margin-right: 20px;
}
.implant01_s03_con > div:last-child {
    margin: 0;
}
.implant01_s03_con h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 13px;
    line-height: 160%;
    color: #333;
}
.implant01_s03_con p {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #666;
}

/* implant01_s04 */
.implant01_s04 {
    color: #333;
    text-align: center;
    padding-top: 300px;
}
.implant01_s04 h2 {
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 52px;
    line-height: 140%;
}
.implant01_s04 h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}
.implant01_s04_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.implant01_s04_con > div {
    border-radius: 25px;
    overflow: hidden;
}
.implant01_s04_txt {
    background-color: #fff;
    padding: 40px 0px;
}

/* implant01_s05 */
.implant01_s05 {
    padding: 300px 0px 200px;
    text-align: center;
}
.implant01_s05 h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 40px;
}
.implant01_s05_video {
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
}

/* implant01_s06 */
.implant01_s06 {
    color: #333;
    padding-top: 300px;
}
.implant01_s06_wrap {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.implant01_s06 h3 {
    font-size: 20px;
    font-weight: 700;
    color: #034580;
}
.implant01_s06 h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 140%;
    margin: 10px 0px 30px;
}
.implant01_s06 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: #4a4a4a;
}
.implant01_s06 > div > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.implant01_s06_con02 {
    margin: 150px 0px;
    flex-direction: row-reverse;
    justify-content: flex-end !important;
}
.implant01_s06_con02 > div {
    padding-left: 70px;
}
.implant01_s06_con01 > div,
.implant01_s06_con03 > div {
    margin-left: 80px;
}

/* implant01_s07 */
.implant01_s07 {
    padding: 300px 0px 200px;
    text-align: center;
    color: #4a4a4a;
    overflow: hidden;
}
.implant01_s07 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
}
.implant01_s07 h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0px 50px;
}
.implant01_s07_swiper {
    max-width: 990px;
    width: 100%;
    margin: 0 auto 41px;
    position: relative;
}
.implant01_s07_swiper .swiper-slide {
    position: relative;
}
.implant01_s07_swiper .swiper-slide > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
.implant01_s07_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.after_wrap {
    position: relative;
}
.implant01_s07_cover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64);
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.implant01_s07_cover p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 7px;
}
.implant01_s07_prev {
    position: absolute;
    left: -86px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.implant01_s07_next {
    position: absolute;
    right: -86px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.implant01_s07 > div > span {
    font-size: 24px;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 160%;
    text-decoration: underline;
}
.implant01_s07 > div > p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 19px auto 37px;
    line-height: 160%;
}
.implant01_s07 > div > a {
    background-color: #034580;
    color: #fff;
    line-height: 59px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 177px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.2s;
    border: 1px solid transparent;
    margin: 0 auto;
}
.implant01_s07 > div > a:hover {
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
}
.implant01_s07 > div > a > img {
    transition: all 0.2s;
}
.implant01_s07 > div > a:hover > img {
    filter: invert(1);
}
@media screen and (max-width: 1920px) {
    .implant01_s07 {
        padding: 300px 0px 150px;
    }
}
@media screen and (min-width: 1921px) {
    .implant01_s07_swiper {
        max-width: 1280px;
        margin: 100px auto 100px;
    }
    .implant01_s07 h3 {
        margin: 40px 0px 100px;
    }
    .implant01_s07 > div > p {
        margin: 30px auto 70px;
        line-height: 180%;
    }
}
