@charset "UTF-8";

.content-section {
    overflow: visible;
    padding: 200px 0;
}

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

.content-section .txt-content {
    flex-shrink: 0;
    max-width: 695px;
}

.content-section .txt-content .sub-tit-wrap {
    margin-bottom: 160px;
}

.content-section .txt-content .sub-tit-wrap img {
    width: 306px;
    display: block;
    margin-bottom: 20px;
}

.content-section .txt-content .sub-tit-wrap h3 {
    color: #111;
    font-size: 50px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.02em;
}

.content-section .txt-content .txt-wrap {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #D9D9D9;
}

.content-section .txt-content .txt-box {
    position: relative;
}

.content-section .txt-content .txt-wrap .txt-box {
    margin-bottom: 50px;
}

.content-section .txt-content .txt-wrap .txt-box:last-of-type {
    margin-bottom: 0;
}

.content-section .txt-content .txt-wrap p {
    color: #2C2C2C;
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.025em;
    margin-bottom: 12px;
}

.content-section .txt-content .txt-wrap p b {
    font-weight: 700;
}

.content-section .txt-content .txt-wrap p:last-of-type {
    margin-bottom: 0;
}

.content-section .txt-content .txt-wrap .txt-origin {
    opacity: 0.2;
}

.content-section .txt-content .txt-clone {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    clip-path: inset(0 100% 0 0);
}

.content-section .txt-content .sign-txt {
    display: flex;
    align-items: center;
    color: #2C2C2C;
    line-height: 150%;
}

.content-section .txt-content .sign-txt h6 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-right: 16px;
}

.content-section .txt-content .sign-txt h5 {
    color: #2C2C2C;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.75px;
    margin-right: 40px;
}

.content-section .txt-content .sign-txt img {
    width: 107px;
}

.content-section .img-content {
    position: sticky;
    top: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: end;
}

.content-section .img-content .img {
    border-radius: 50px;
    overflow: hidden;
    isolation: isolate;
}

.content-section .img-content .img2 {
    margin-left: -12%;
    margin-top: 25%;
}

@media all and (max-width: 1024px) {
    .content-section .txt-content {
        width: 60%;
    }

    .content-section .txt-content .sub-tit-wrap {
        margin-bottom: 50px;
    }

    .content-section .txt-content .sub-tit-wrap h3 {
        font-size: 36px;
    }

    .content-section .txt-content .sign-txt h5 {
        font-size: 24px;
    }

    .content-section .txt-content .sign-txt h6 {
        font-size: 18px;
    }

    .content-section .txt-content .txt-wrap p {
        font-size: 16px;
    }

}

@media all and (max-width: 768px) {
    .content-section {
        padding: 80px 0;
    }

    .content-section .inner {
        flex-direction: column-reverse;
    }

    .content-section .img-content {
        position: relative;
        top: 0;
        margin-bottom: 60px;
    }

    .content-section .img-content .img {
        border-radius: 15px;
    }

    .content-section .txt-content {
        width: 100%;
    }

    .content-section .txt-content .sub-tit-wrap img {
        width: 200px;
        margin-bottom: 20px;
    }

    .content-section .txt-content .sub-tit-wrap {
        text-align: left;
    }

    .content-section .txt-content .sub-tit-wrap h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .content-section .txt-content .txt-wrap {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }

    .content-section .txt-content .txt-wrap p {
        font-size: 16px;
    }

    .content-section .txt-content .sign-txt h6 {
        font-size: 18px;
        margin-right: 6px;
    }

    .content-section .txt-content .sign-txt h5 {
        font-size: 24px;
        margin-right: 12px;
    }

    .content-section .txt-content .sign-txt img {
        width: 86px;
    }

    .content-section .txt-content .txt-wrap .txt-box {
        margin-bottom: 20px;
    }
}