.pc_nav > ul > li:nth-of-type(2) > a {
    color: #37b296;
}
/* implant01_title */
.implant01_title {
    position: relative;
}
.implant01_title h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0px;
}
.implant01_menu {
    border-bottom: 1px solid #c3c3c3;
    display: flex;
    justify-content: center;
}
.implant01_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;
}
.implant01_menu a.active {
    font-weight: 700;
    color: #1d1919;
}
.implant01_menu a:hover {
    color: #1d1919;
    font-weight: 700;
}
.implant01_menu a.active:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1d1919;
    left: 0px;
    bottom: 0px;
}

.implant01_con01 {
    padding-bottom: 139px;
}

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

.implant01_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;
}

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

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

.implant01_con01 > div > p {
    font-size: 19px;
    font-weight: 400;
    color: #1d1919;
    line-height: 36px;
    margin-left: 60px;
}

.implant01_con01_1 {
    padding-bottom: 140px;
}

.implant01_con01_1_title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 59px;
}

.implant01_con01_1_title h2 {
    font-size: 48px;
    font-weight: 600;
    color: #1d1919;
    line-height: 72px;
    margin-right: 259px;
}

.implant01_con01_1_title p {
    font-size: 24px;
    font-weight: 600;
    color: #1d1919;
    line-height: 36px;
}

.implant01_con01_1t {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
    text-align: center;
}

.implant01_con01_1t > div {
    width: 33.3%;
}

.implant01_con01_1b > div {
    width: 33.3%;
}

.implant01_con01_1b {
    display: flex;
    align-items: flex-start;
    text-align: center;
    justify-content: center;
}

.implant01_con01_1 span {
    display: inline-block;
    padding: 0px 30px;
    border-radius: 55px;
    line-height: 80px;
    border: 1px solid #707070;
    font-size: 24px;
    font-weight: 600;
    color: #1d1919;
    margin-top: 40px;
}

.implant01_con02 {
    background-color: #fbfbfb;
    padding: 120px 0px;
}

.implant01_con02 > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.implant01_con02_title h2 {
    font-size: 48px;
    font-weight: 300;
    color: #1d1919;
    line-height: 72px;
    margin-bottom: 29px;
}

.implant01_con02_title h2 > span {
    font-weight: 700;
}

.implant01_con02_title p {
    font-size: 19px;
    font-weight: 400;
    color: #727272;
    line-height: 36px;
}

.implant01_con02_right {
    width: 50%;
}

.implant01_con02_right_t {
    margin-bottom: 54px;
}

.implant01_con02_right > div {
    display: flex;
    align-items: flex-end;
}

.implant01_con02_right > div > div {
    text-align: center;
    width: 33.3%;
}

.implant01_con02_right h3 {
    font-size: 24px;
    font-weight: 500;
    color: #1d1919;
    margin-bottom: 13px;
    margin-top: 17px;
}

.implant01_con02_right p {
    font-size: 20px;
    font-weight: 400;
    color: #727272;
}

.implant01_con03 {
    padding: 120px 0px;
}

.implant01_con03 > div {
    display: flex;
    align-items: center;
}

.implant01_con03_txt {
    padding-left: 60px;
}

.implant01_con03_txt h2 {
    font-size: 48px;
    font-weight: 300;
    color: #727272;
    line-height: 72px;
}

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

.implant01_con03_txt h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1d1919;
    margin: 39px 0px 20px;
}

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

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

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

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

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

.implant01_con04_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;
}

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

.implant01_con04_box01,
.implant01_con04_box02 {
    margin-bottom: 20px;
}

.implant01_con04_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);
}

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

.implant01_con04_list img {
    margin-right: 10px;
}

.implant01_con05 {
    padding: 120px 0px;
    text-align: center;
}

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

.implant01_con05 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;
}

.implant01_con07 {
    padding-top: 110px;
    padding-bottom: 120px;
}
.implant01_con07 > div > h2 {
    font-size: 48px;
    font-weight: 300;
    color: #1d1919;
}
.implant01_con07 > div > h2 > span {
    font-weight: 700;
}
.implant01_con07 > div > p {
    margin-bottom: 61px;
    margin-top: 30px;
    color: #1d1919;
    font-size: 24px;
    font-weight: 700;
}
.implant01_con07_box {
    display: flex;
    margin-left: 240px;
    justify-content: space-between;
}
.implant01_con07_right > div {
    display: none;
}
.implant01_con07_right > div.active {
    display: block;
}
.implant01_con07_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;
}
.implant01_con07_left > a:hover {
    background-color: #f2f2f2;
}
.implant01_con07_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;
}
.implant01_con07_left > a > div > span {
    font-size: 24px;
    font-weight: 400;
    color: #1d1919;
}
.implant01_con07_left > a > div > p {
    color: #727272;
    font-size: 19px;
    font-weight: 400;
    margin-top: 13px;
}
.implant01_con08 {
    position: relative;
    padding-top: 118px;
    padding-bottom: 124px;
    color: #1d1919;
}

.implant01_con08::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 766px;
    background-color: #f5f6f9;
    z-index: -1;
}

.implant01_con08 h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 72px;
    margin-bottom: 39px;
}

.implant01_con08_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.implant01_con08_box h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.implant01_con08_box p {
    font-size: 19px;
    font-weight: 400;
    line-height: 37px;
}

.implant01_con08_box > div > div {
    padding: 40px;
    background-color: #fff;
}


/* 추가섹션 */

.implant01_con01_plus {
    background-color: #EFEFEF;
    padding: 136px 0;
  }
  .implant01_con01_plus .implant01_con01_plus_title {
    text-align: center;
    margin-bottom: 57px;
  }
  .implant01_con01_plus .implant01_con01_plus_title h2 {
    font-size: 48px;
    letter-spacing: -0.5px;
    line-height: 72px;
    font-weight: bold;
    color: #727272;
    margin-bottom: 43px;
  }
  .implant01_con01_plus .implant01_con01_plus_title h2 strong {
    color: #2A2A2A;
  }
  .implant01_con01_plus .implant01_con01_plus_title p {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 36px;
  }
  .implant01_con01_plus .implant01_con01_plus_con {
    display: flex;
    justify-content: space-between;
  }
  .implant01_con01_plus .implant01_con01_plus_con > div {
    position: relative;
  }
  .implant01_con01_plus .implant01_con01_plus_con > div:not(:last-child) {
    margin-right: 28px;
  }
  .implant01_con01_plus .implant01_con01_plus_con > div .con_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(36, 139, 116, 0.8);
    opacity: 0;
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .implant01_con01_plus .implant01_con01_plus_con > div .con_hover * {
    color: #fff;
  }
  .implant01_con01_plus .implant01_con01_plus_con > div .con_hover p {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 36px;
    margin-bottom: 17px;
    font-weight: bold;
  }
  .implant01_con01_plus .implant01_con01_plus_con > div .con_hover span {
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 28px;
  }
  .implant01_con01_plus .implant01_con01_plus_con > div:hover .con_hover {
    opacity: 1;
  }