:root {
    --main-color:#E6547C;
}

.font_highlight{
    color: var(--main-color);
    font-weight: 600;
}
.underline {
    line-height: 1em;
    border-bottom: 3px solid var(--main-color);
}
.stretchmark_description_section {
    margin-bottom: 2rem;
}
.section_banner_area {
    background: url("/images/stretchmark/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% center;
}

.section_banner_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: absolute;
    top: 20%;
    left: 22%;
    right: 33%;
}

.section_banner_title {
    max-width: 1000px;
}

.section_banner_subtitle {
    font-size: 2vw;
    letter-spacing: 3px;
    color: var(--main-color);
    font-weight: 600;
}
.feedicon {
    width: 50%;
    max-width: 250px;
    margin: 10px auto;
}
.stretchmark_intro_section {
    background-color: #f5f5f5;
}

.type_section {
    padding-top: 180px;
    margin-bottom: 60px;
}

.stretchmark_img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: -150px;
    margin-top: 200px;
}
.title_gp {
    position: relative;
}
.title_gp::after {
    content: '';
    background-image: url("/images/stretchmark/feedicon.png");
    background-size: cover;
    width: 200px;
    aspect-ratio:95/40;
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
}
.type_section {
    background: url("/images/stretchmark/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.type_row {
    display: flex;
    max-width:900px;
    margin: 0 auto;
    align-items: flex-start;
    padding: 30px 0;}
.type_img {
    width: 35%;
    max-width: 250px;
    font-size: 50px;
    text-align: center;
    margin-right: -25px;
    position: relative;
    z-index: 1;
}
.type_text {
    width: 75%;
    padding: 40px 80px;
    border-radius: 27px;
    border: 3px solid var(--main-color);
    color: unset;
}
.card_title {
    background: var(--main-color);
    padding: 8px 30px;
    border-radius: 0 100px 100px 0;
    color: white;
    font-size: 26px;
    position: absolute;
    font-weight: 700;
    top: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.card_title::after {
    content: '';
    border-top: 50px solid var(--main-color);
    border-right: 35px solid transparent;
    border-left: 0px solid transparent;
    position: absolute;
    bottom: -35px;
    transform: rotate(20deg);
    z-index: -1;
}
.card_title big {
    margin-right: 15px;
}
.stretchmark_intro_gp {
    max-width: 900px;
    margin: 0 auto;
}
.stretchmark_intro_row {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10%;
}
.stretchmark_intro_card {
    position: relative;
    padding: 20px;
}
.stretchmark_intro_card:first-child {
    margin-bottom: 78px;
}
.stretchmark_intro_card:first-child::after {
    content: '';
    background-image: url(/images/stretchmark/arrow.png);
    width: 110px;
    aspect-ratio: 135 / 95;
    position: absolute;
    background-size: cover;
    left: 50%;
    top: 98%;
    animation: arrowDown 5s ease-in infinite;
}

@keyframes arrowDown {
  0% {
    transform: translateX(-50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
  }
 
}
.card_bg {
    background-color: #FFF7E6;
    border-radius: 26px;
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.col_left {
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
}
.col_right {
    width: 66%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
}

.info_img {
    max-width: 350px;
    margin-bottom: 30px;
    position: relative;
}
.info_img .deco{
    width: 30%;
    position: absolute;
    right: -13%;
    top: -12%;
}
.feature_section {
    background-color: #FFF2F2;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#stretchmark label.mLabel {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

#stretchmark label.mLabel:hover {
    color: var(--main-color)!important;
}

.share_people_section {
    background-color: #FFF2F2;
}

.share_people_box:before{
    background: #FFC1D9;
}

.share_why_box img {
    filter: invert(34%) sepia(100%) saturate(500%) hue-rotate(298deg);
}
@media (max-width: 1280px) {
    .title_gp::after {
        left: 80%;
        width: 160px;
    }
}
@media (max-width: 991.98px) {
    .section_banner_content {
        top: 10%;
        left: 16%;
        right: 26%;
        gap: 5px;
    }
    .section_banner_subtitle {
        font-size: 3vw;
    }
    .page_title_margin2, .faq_section_title {
        margin-bottom: 15px;
    }
    .title_gp {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title_gp::after {
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
        right: unset;
        width: 200px;
        margin-bottom: 20px;
    }
    .type_img {
        margin-right: -10px;
    }
    .type_text {
        padding: 20px 40px;
    }
}

@media (max-width: 768px) {
    .section_banner_content {
        top: 12%;
        left: 16%;
        right: 20%;
    }
    .section_banner_subtitle {
        font-size: 3.5vw;
    }
    .container {
        width: unset;
    }
}

@media (max-width:640px){
    .section_banner_content {
        top: 24%;
        left: 8%;
        right: 24%;
    }
    .section_banner_subtitle {
        font-size: 4.2vw;
    }
    .section_banner_area {
        background-image: url(/images/stretchmark/banner_m.jpg);
    }
    .stretchmark_intro_row {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-top: 0;
    }
    .machine_img {
        aspect-ratio: 30 / 38;
        overflow: hidden;
    }
    .card_bg {
        display: none;
    }
    .card_title {
        width: 55%;
        right: 0;
        top: 5%;
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        font-size: 30px;
    }
    
    .info_img {
        max-width: unset;
        width: 100%;
    }
    .col_left {
        width: 50%;
    }
    .col_right {
        width: 100%;
        background-color: #FFF7E6;
        border-radius: 26px;
        padding: 30px;
    }
    .stretchmark_intro_card:first-child::after {
        top: 100%;
        width: 80px;
    }
    .stretchmark_intro_card:first-child {
    margin-bottom: 18px;
}
}