.pc_nav > ul > li:nth-of-type(2) > a {
    color: #37b296;
}
/* implant02_title */
.implant02_title {
    position: relative;
}
.implant02_title h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0px;
}
.implant02_menu {
    border-bottom: 1px solid #c3c3c3;
    display: flex;
    justify-content: center;
}
.implant02_menu a {
    font-size: 18px;
    font-weight: 400;
    color: #727272;
    padding: 0px 40px;
    display: inline-block;
    line-height: 70px;
    position: relative;
    transition: all 0.2s;
}
.implant02_menu a.active {
    font-weight: 700;
    color: #1d1919;
}
.implant02_menu a:hover {
    color: #1d1919;
    font-weight: 700;
}
.implant02_menu a.active:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1d1919;
    left: 0px;
    bottom: 0px;
}
.implant02_con01 {
    padding-bottom: 119px;
}

.implant02_con01 > div {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-image: url(../img/sub/implant02_con01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 200px;
    padding-top: 406px;
}

.implant02_con01_title {
    height: 185px;
    width: 320px;
    text-align: center;
    background-image: url(../img/sub/implant01_con01_title.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.implant02_con01_title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3px;
}

.implant02_con01_title p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    opacity: 0.5;
    letter-spacing: 2px;
}

.implant02_con01 > div > p {
    font-size: 19px;
    font-weight: 400;
    color: #1d1919;
    line-height: 36px;
    margin-left: 60px;
}
.implant02_con02 {
    background-image: url(../img/sub/implant02_con02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 139px 0px 144px;
}

.implant02_con02_wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.implant02_con02 h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 72px;
}

.implant02_con02 p {
    font-size: 19px;
    font-weight: 400;
    margin: 21px auto 59px;
}

.implant02_con02_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.implant02_con02_box > div {
    max-width: 590px;
    width: 100%;
    background-color: rgba(29, 25, 25, 0.4);
    border-radius: 5px;
    border: 1px solid rgba(200, 200, 200, 0.3);
    padding: 43px 0px 42px;
}

.implant02_con02_box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.implant02_con02_box01,
.implant02_con02_box02 {
    margin-bottom: 20px;
}

.implant02_con02_list {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(200, 200, 200, 0.5);
    border-top: 1px solid rgba(200, 200, 200, 0.5);
}

.implant02_con02_list span {
    display: inline-block;
    width: 33.3%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 81px;
}

.implant02_con02_list img {
    margin-right: 10px;
}
.implant02_con03 {
    padding: 120px 0px;
    text-align: center;
}

.implant02_con03 h2 {
    font-size: 48px;
    font-weight: 700;
    color: #727272;
    line-height: 72px;
    margin-bottom: 39px;
}

.implant02_con03 h2 > span {
    color: #187e5b;
}

.sleep_table > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sleep_table > div:last-child {
    margin: 0;
}

.sleep_table_l,
.sleep_table_r {
    max-width: 560px;
    width: 100%;
}

.sleep_table_l,
.sleep_table_c {
    color: #1d1919;
    border: 1px solid #c7c7c7;
}

.sleep_table_c {
    max-width: 280px;
    width: 100%;
}

.sleep_table_r {
    background-color: #37b296;
    border: 1px solid #37b296;
    color: #fff;
}

.sleep_table h3 {
    font-size: 24px;
    font-weight: 700;
}

.sleep_table01 h3 {
    line-height: 80px;
}

.sleep_table_r h3 {
    margin-top: 8px;
}

.sleep_table p {
    font-size: 19px;
    font-weight: 400;
    margin-top: 10px;
}

.sleep_table02 > div,
.sleep_table03 > div,
.sleep_table04 > div {
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sleep_table04 > div {
    height: 380px;
}

.sleep_table04 > div.sleep_table_l,
.sleep_table04 > div.sleep_table_r {
    justify-content: space-between;
}

.sleep_table04 > div > div {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.implant02_con04 {
    background-color: #f2f2f2;
    padding: 120px 0px;
}

.implant02_con04 h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    color: #727272;
    margin-bottom: 39px;
}

.implant02_con04 h2 > span {
    color: #1d1919;
}

.implant02_con04 h3 {
    margin-bottom: 30px;
    line-height: 90px;
    background-color: #000000;
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.implant02_con04_box {
    display: flex;
    flex-wrap: wrap;
    height: 310px;
    justify-content: space-between;
    align-content: space-between;
}

.implant02_con04_box > li {
    width: 49.31%;
    background-color: #fbfbfb;
    border-radius: 10px;
    line-height: 90px;
    padding-left: 40px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.implant02_con04_box > li > img {
    margin-right: 10px;
}
.implant02_con05 {
    padding-top: 110px;
    padding-bottom: 120px;
}
.implant02_con05 > div > h2 {
    font-size: 48px;
    font-weight: 300;
    color: #1d1919;
}
.implant02_con05 > div > h2 > span {
    font-weight: 700;
}
.implant02_con05 > div > p {
    margin-bottom: 61px;
    margin-top: 30px;
    color: #1d1919;
    font-size: 24px;
    font-weight: 400;
}
.implant02_con05_box {
    display: flex;
    margin-left: 240px;
    justify-content: space-between;
}
.implant02_con05_right > div {
    display: none;
}
.implant02_con05_right > div.active {
    display: block;
}
.implant02_con05_left > a {
    display: flex;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 20px;
    width: 680px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    transition: all 0.2s;
    cursor: default;
}
.implant02_con05_left > a:hover {
    background-color: #f2f2f2;
}
.implant02_con05_left > a > span {
    background-color: #1d1919;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}
.implant02_con05_left > a > div > span {
    font-size: 24px;
    font-weight: 400;
    color: #1d1919;
}
.implant02_con05_left > a > div > p {
    color: #727272;
    font-size: 19px;
    font-weight: 400;
    margin-top: 13px;
}
.implant02_con06 {
    background-image: url(../img/sub/implant02_con06_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}
.implant02_con06 > div > p {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
}
.implant02_con06 > div > h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 72px;
}
.implant02_con06_wrap {
    display: flex;
    width: 100%;
    background-color: #000;
}
.implant02_con06_wrap > div {
    width: 25%;
    padding-left: 30px;
    height: 450px;
    padding-top: 211px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s;
}
.implant02_con06_wrap > div:hover {
    padding-top: 129px;
    background: #37b296 !important;
}
.implant02_con06_wrap > div > span {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.implant02_con06_wrap > div > p {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
}
.implant02_con06_box01 {
    background-image: url(../img/sub/implant02_con06_box01.png);
}
.implant02_con06_box02 {
    background-image: url(../img/sub/implant02_con06_box02.png);
}
.implant02_con06_box03 {
    background-image: url(../img/sub/implant02_con06_box03.png);
}
.implant02_con06_box04 {
    background-image: url(../img/sub/implant02_con06_box04.png);
}
.implant02_con07 {
    background-color: #f2f2f2;
    text-align: center;
    color: #1d1919;
    padding: 120px 0px 200px;
}

.implant02_con07 h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 39px;
}

.implant02_con07_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.implant02_con07_box > div {
    background-color: #fff;
    border-radius: 10px;
    padding-top: 75px;
    width: 23.47%;
    height: 410px;
}

.implant02_con07_box span {
    font-size: 24px;
    font-weight: 600;
}

.implant02_con07_box h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 30px auto 20px;
}

.implant02_con07_box p {
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 30px;
}
