.pc_nav > ul > li:nth-of-type(4) > a {
    color: #37b296;
}
.video_wrap {
    position: relative;
    width: 100%;
}
.iframe16To9 {
    padding-top: 56.25%;
}
/* real_title */
.real_title {
    position: relative;
}
.real_title > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    width: 100%;
    letter-spacing: 0px;
    text-align: center;
}
.real_title h2 {
    font-size: 60px;
    font-weight: 700;
}
.real_title p {
    font-size: 30px;
    font-weight: 400;
    margin-top: 8px;
}

/* real01 */
.real01 {
    padding: 230px 0px 157px;
    color: #1d1919;
}
.real01 > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 70px;
    padding-right: 40px;
}
.real01_txt h4 {
    font-size: 19px;
    font-weight: 300;
    color: #727272;
}
.real01_txt h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 8px 0px 39px;
}
.real01_txt h2 span {
    font-weight: 300;
}
.real01_txt h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.real01_txt p {
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
}

/* real02 */
.real02 {
    position: relative;
    padding-bottom: 115px;
    text-align: center;
    color: #1d1919;
}
.real02::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 766px;
    background-color: #f5f6f9;
    z-index: -1;
}
.real02 h2 {
    font-size: 48px;
    font-weight: 300;
    margin: 100px auto 57px;
}
.real02 h2 span {
    font-weight: 700;
}
.real02_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.real02_con > div {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    padding: 59px 0px 62px;
    max-width: 460px;
    width: 100%;
}
.real02_con h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 33px;
}
.real02_con p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

/* real03 */
.real03 {
    padding-top: 156px;
    padding-bottom: 188px;
    text-align: center;
    color: #1d1919;
}
.real03 h2 {
    font-size: 48px;
    font-weight: 300;
}
.real03_con {
    margin: 99px auto 90px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 130px;
}
.real03_con h3 {
    font-size: 40px;
    font-weight: 700;
}
.real03_con > div > span {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    width: 426px;
    border-radius: 100px;
    line-height: 50px;
    background-color: #f1f1f1;
    margin: 21px auto 50px;
}
.real03_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.real03_img > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
.real03_img > div {
    position: relative;
}
.real03_img span {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.real03 p {
    background-color: rgba(241, 241, 241, 0.59);
    padding: 44px 0px 47px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #727272;
}
