@charset "utf-8";

/* 모티바 가슴 성형 */

/* 모티바 가슴 성형 시작 */
/* 모티바 가슴 성형 공통 속성 중 색상 및 이미지만 바뀌는 영역 시작 */
.C-visual .counseling_form .btn_request {
    background-color: #c200d9;
}
/* 모티바 가슴 성형 중 색상 및 이미지만 바뀌는 영역 끝 */
.motiva #container {
    background: #fcf7ff;
}
.motiva img {
    max-width: 100%;
}
.motiva .natural_fancy_info {
}
.c_961099 {
    color: #c200d9;
}
.motiva .natural_fancy_info .text {
    display: flex;
    width: 527px;
    height: 109px;
    margin: 31px auto 0;
    position: relative;
    padding-left: 39px;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.motiva .natural_fancy_info.inline-flex .text {
    width: auto;
    display: inline-flex;
    padding-inline: 45px;
}
.motiva .natural_fancy_info .text span {
    font-size: 26px;
    color: var(--C-737380);
    line-height: 1.1;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 3;
}
.motiva .natural_fancy_info .text strong {
    display: block;
    font-size: 48px;
    color: #c200d9;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 2;
}
.motiva .natural_fancy_info .text .info_img {
    width: 172px;
    right: 33px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.motiva .natural_fancy_info .text::before {
    content: "[";
    position: absolute;
    left: 0;
    bottom: 12px;
    font-size: 68px;
    color: #e58aff;
    font-weight: 900;
}
.motiva .natural_fancy_info .text::after {
    content: "]";
    position: absolute;
    right: 0;
    bottom: 12px;
    font-size: 68px;
    color: #e58aff;
    font-weight: 900;
}

.motiva .container_wrapper {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
/*section01*/
.section01 {
    margin: 23px 0 108px;
    line-height: 1;
}
.section01 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 63px;
    row-gap: 58px;
}
.section01 .text strong {
    display: block;
    font-size: 25px;
    letter-spacing: -0.5px;
    padding: 30px 0 16px;
    font-weight: 900;
    color: #8e01b7;
}
.section01 .text p {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    color: #000;
}
.section01 .text .notice {
    display: block;
    font-size: 17px;
    letter-spacing: -1px;
    color: #000;
    padding-top: 20px;
}

/*section02*/
.section02 {
    margin-bottom: 112px;
    line-height: 1;
}
.section02 .title_img {
    width: 252px;
    margin: 0 auto;
}
.section02 h3 {
    font-size: 40px;
    letter-spacing: -1px;
    padding: 20px 0 75px;
    color: #8e01b7;
    font-weight: 900;
}

/*section03*/
.section03 {
    margin-bottom: 103px;
    line-height: 1;
}
.section03 .section03_title {
    font-size: 40px;
    padding-bottom: 80px;
    letter-spacing: -1px;
    color: #000;
    font-weight: 900;
}
.section03 .section03_title strong {
    color: #c200d9;
}
.section03 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 63px;
    row-gap: 63px;
}
.section03 .text strong {
    display: block;
    color: #8e01b7;
    font-size: 25px;
    padding: 29px 0 17px;
    font-weight: 900;
}
.section03 .text p {
    font-size: 20px;
    letter-spacing: -1px;
    color: #111113;
}

/******* 추가 *********/
@media (max-width: 720px) {
    .motiva .natural_fancy_info .text {
        width: 73.19vw;
        height: 15.14vw;
        margin: 0.28vw auto 0;
        padding-left: 5.42vw;
    }
    .motiva .natural_fancy_info .text span {
        font-size: 3.61vw;
        letter-spacing: -0.07vw;
    }

    .motiva .natural_fancy_info .text strong {
        font-size: 6.67vw;
        letter-spacing: -0.07vw;
    }
    .motiva .natural_fancy_info .text::before,
    .motiva .natural_fancy_info .text::after {
        font-size: 9.44vw;
        bottom: 1.53vw;
    }
    .motiva .natural_fancy_info .text .info_img {
        width: 23.89vw;
        right: 4.58vw;
    }

    .motiva .container_wrapper {
        max-width: 100%;
        padding: 0 4.17vw;
    }
    /*section01*/
    .section01 {
        margin: 5.97vw 0 13.06vw;
    }
    .section01 ul {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        row-gap: 5.42vw;
    }
    .section01 .text strong {
        font-size: 3.47vw;
        letter-spacing: -0.07vw;
        padding: 4.03vw 0 2.08vw;
    }
    .section01 .text p {
        font-size: 2.78vw;
        letter-spacing: -0.07vw;
    }
    .section01 .text .notice {
        font-size: 2.5vw;
        letter-spacing: -0.14vw;
        padding-top: 3.61vw;
    }

    /*section02*/
    .section02 {
        margin-bottom: 13.06vw;
    }
    .section02 .title_img {
        width: 32vw;
    }
    .section02 h3 {
        font-size: 5.56vw;
        letter-spacing: -0.14vw;
        padding: 2vw 0 5.56vw;
    }

    /*section03*/
    .section03 {
        margin-bottom: 12.92vw;
    }
    .section03 .section03_title {
        font-size: 5.5vw;
        padding-bottom: 5.56vw;
        letter-spacing: -0.14vw;
    }
    .section03 ul {
        column-gap: 4.17vw;
        row-gap: 5.56vw;
    }
    .section03 .text strong {
        font-size: 3.47vw;
        padding: 3.75vw 0 2.5vw;
        letter-spacing: -0.07vw;
    }
    .section03 .text p {
        font-size: 2.36vw;
        letter-spacing: -0.14vw;
    }
}
/* 모티바 가슴 성형 끝 */
