/* intro02_title */
.intro02_title {
    padding-top: 200px;
}
.intro02_title > div {
    padding-bottom: 100px;
}
.intro02_title p {
    font-size: 16px;
    font-weight: 400;
    color: #191919;
}
.intro02_title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #191919;
}
.intro02_title h2 > span {
    color: #65c8cd;
}

/* intro02_con01 */
.intro02_con01 {
    padding-bottom: 44px;
}
.intro02_con01 > div {
    display: flex;
    position: relative;
    align-items: flex-end;
}
.intro02_con01 > div > img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.intro02_con01_left {
    background-color: #fff;
    margin-top: -85px;
    margin-left: -53px;
    padding-left: 53px;
    padding-top: 43px;
    width: 710px;
    height: 365px;
}
.intro02_con01_left h2 {
    font-size: 48px;
    font-weight: 700;
    color: #191919;
    line-height: 60px;
}
.intro02_con01_left h2 > span {
    color: #65c8cd;
}
.intro02_con01_left > p {
    line-height: 28px;
    font-size: 17px;
    font-weight: 400;
    color: #595857;
}
.intro02_con01_left > p:first-of-type {
    margin-top: 40px;
    margin-bottom: 20px;
}
.intro02_con01_right {
    margin-left: 63px;
    padding-bottom: 78px;
}
.intro02_con01_right p {
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    margin-bottom: 20px;
}
.intro02_con01_right span {
    font-size: 20px;
    font-weight: 500;
    color: #65c8cd;
}

/* intro02_con02 */
.intro02_con02 {
    padding-bottom: 140px;
}
.intro02_con02 > div {
    border-top: 1px solid #727272;
    border-bottom: 1px solid #727272;
}
.intro02_con02 > div > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.intro02_con02 > div > div:not(:last-child) {
    border-bottom: 1px solid #191919;
}

.intro02_docter01 {
    /* padding-top: 120px; */
    padding-top: 200px;
    padding-bottom: 199px;
}
.intro02_docter02 {
    padding-top: 200px;
    padding-bottom: 199px;
}

.intro02_docter03 {
    padding-top: 200px;
    padding-bottom: 199px;
}

.docter_right {
    width: 52%;
}
.docter_right h2 {
    font-size: 48px;
    font-weight: 700;
    color: #191919;
}

.intro02_docter03 h2 {
    margin-bottom: 29px;
}
.docter_right h3 {
    font-size: 36px;
    font-weight: 700;
    color: #191919;
}
.docter_right > p {
    font-size: 22px;
    font-weight: 400;
    color: #595857;
    margin-top: 10px;
    margin-bottom: 29px;
}
.docter_intro {
    border-top: 1px solid rgba(114, 114, 114, 0.5);
    border-bottom: 1px solid rgba(114, 114, 114, 0.5);
    padding-top: 40px;
    padding-bottom: 39px;
    margin-bottom: 30px;
}
.docter_right > div > p {
    font-size: 19px;
    font-weight: 400;
    color: #595857;
    margin-top: 20px;
    line-height: 36px;
    letter-spacing: -1px;
}
.docter_info {
    display: flex;
}

.docter_info > p {
    text-wrap: nowrap;
}
.docter_info > p:nth-of-type(2) {
    margin-left: 37px;
}
