.section_banner_area {
    background-image: url("/images/hydroinjection/banner.jpg");
}

.font_highlight {
    color: #3A81B5;
}

.page_title {
    font-size: 54px;
}

.page_subtitle {
    font-size: 30px;
    margin-top: 10px;
    line-height: 1.4em;
}

.hydroinjection_intro_section.bg_ani::after,
.hydroinjection_intro_img.bg_ani::after {
    background-color: #f5f5f5;
}

.section_banner_content {
    text-shadow: 0px 3px 8px #ffffff, 0px 3px 6px #ffffff, 0px 3px 4px #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    margin-top: 12%;
    right: 27%;
    font-weight: 600;
    letter-spacing: 3px;
}

.section_banner_title {
    font-size: 2.4vw;
    margin-bottom: 10px;
}

.section_banner_subtitle {
    font-size: 2vw;
}

.share_confirm_area {
    background: #F6FBFE;
}

.intro_card {
    background-color: white;
    margin-top: 2rem;
    border-radius: 23px;
    box-shadow: 7px 5px 2px #4c4c4c6c;
    max-width: 800px;
    margin: 2rem auto;
    padding: 1.5rem 3rem;
}

.hydroinjection_title {
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: x-large;
}

.intro_card_con {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6rem;
}

.intro_img {
    position: relative;
    margin-bottom: 20px;
}

.glow_ani {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: glow 4s linear infinite;
    overflow: hidden;
}

@keyframes glow {
    0% {
        opacity: 0%;
        height: 0%;
    }

    30% {
        opacity: 100%;
        height: 100%;
    }

    50% {
        opacity: 20%;
    }

    70% {
        opacity: 100%;
    }

    100% {
        opacity: 0%;
    }
}

.feature_img {
    position: relative;
    margin: 30px auto;
    width: 1050px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem;
}

.feature_text {
    position: absolute;
    display: flex;
    flex-direction: column;
}

.feature_text .hydroinjection_title {
    white-space: nowrap;
    font-size: 28px;
    letter-spacing: 3px;
    position: relative;
    display: inline;
    padding: 15px;
    width: fit-content;
}

.feature_text1 {
    top: 17px;
    left: 29%;
    flex-direction: row;
}

.feature_text1 .hydroinjection_title {
    margin-right: 45px;
    border-top: 2px solid #3A81B5;
    padding: 15px 0 0 15px;
}

.feature_text1 .hydroinjection_title:after {
    content: '';
    width: 2px;
    height: 65px;
    background-color: #3A81B5;
    transform: rotate(145deg);
    position: absolute;
    top: -7px;
    right: -19px;
}

.feature_text2 {
    top: 42%;
    left: 3px;
    right: 75%;
}

.feature_text2 .hydroinjection_title {
    border-bottom: 2px solid #3A81B5;
}

.feature_text2 .hydroinjection_title:after {
    content: '';
    width: 2px;
    height: 65px;
    background-color: #3A81B5;
    transform: rotate(210deg);
    position: absolute;
    bottom: -5px;
    right: -17px;
}

.feature_text3 {
    top: 42%;
    left: 79%;
    right: 0;
}

.feature_text3 .hydroinjection_title {
    border-bottom: 2px solid #3A81B5;
}

.feature_text3 .hydroinjection_title:after {
    content: '';
    width: 2px;
    height: 65px;
    background-color: #3A81B5;
    transform: rotate(-210deg);
    position: absolute;
    bottom: -5px;
    left: -17px;
}

.feature_text4 {
    top: 85%;
    left: 13%;
    right: 65%;
}

.feature_text4 .hydroinjection_title {
    border-bottom: 2px solid #3A81B5;
}

.feature_text4 .hydroinjection_title:after {
    content: '';
    width: 2px;
    height: 65px;
    background-color: #3A81B5;
    transform: rotate(210deg);
    position: absolute;
    bottom: -5px;
    right: -17px;
}

.feature_text5 {
    top: 85%;
    left: 69%;
    right: 0;
}

.feature_text5 .hydroinjection_title {
    border-bottom: 2px solid #3A81B5;
}

.feature_text5 .hydroinjection_title:after {
    content: '';
    width: 2px;
    height: 65px;
    background-color: #3A81B5;
    transform: rotate(-210deg);
    position: absolute;
    bottom: -5px;
    left: -17px;
}

.product_card {
    margin-top: 3rem;
    position: relative;
}

.product_card:first-child::after {
    content: '';
    width: 150px;
    height: 150px;
    background-image: url(/images/hydroinjection/plus.png);
    background-size: cover;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%);
}

.product_card:last-child {
    margin-top: 120px;
}

.product_card:last-child .product_card_text {
    background-color: #D2D0EA;
    color: #4942A8;
}

.product_card_row {
    padding: 2rem 4rem;
}

.product_card_col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.product_card_img {
    width: 30%;
}

.product_card_text {
    width: 70%;
    border-radius: 30px;
    background-color: #D2EBF4;
    display: flex;
    padding: 2rem;
    color: #3A81B5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_card_text_title {
    width: 120px;
    height: 120px;
    aspect-ratio: 1/1;
    border: 3px solid #00A3E0;
    color: #00A3E0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.288);
    font-size: 32px;
    margin-right: 20px;
}

.product_card {
    background-color: #F7F7F7;
    border-radius: 30px;
}

.product_card_title {
    background-color: #F0F0F0;
    border-radius: 30px;
    padding: 15px;
    font-size: 38px;
    color: #6E6E6E;
}

.product_card_text {
    display: flex;
}

.hydroinjection_effect .font_highlight {
    color: #3D62B9;
}

.effect_row {
    display: flex;
    flex-wrap: wrap;
}

.effect_col {
    width: 33.3%;
    padding: 2.2rem;
    position: relative;
    color: #3D62B9;
    display: flex;
    justify-content: center;
    transition: all 300ms;
}

.effect_title {
    font-size: 48px;
    line-height: 1.2em;
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
}

.share_confirm_cert {
    margin-top: unset;
    margin-bottom: -30px;
}

.share_why_con {
    width: 90px;
    color: #6E6E6E;
}

.share_why_box img {
    filter: invert(50%) saturate(12) hue-rotate(210deg) brightness(90%);
}

#hydroinjection .section_form_box.visionZ .section_form_img img:nth-child(2) {
    width: 52%;
    bottom: unset;
    top: 28%;
}

#hydroinjection .visionZ .section_form_img {
    width: 50%;
}

#hydroinjection .visionZ .col-sm-offset-5 {
    margin-left: 45.666667%;
}

#hydroinjection label.mLabel {
    border-color: #3A81B5;
    background-color: #3A81B5;
}

#hydroinjection label.mLabel:hover {
    color: #3A81B5 !important;
}

@media (max-width: 1200px) {
    .feature_text .hydroinjection_title {
        font-size: 20px;
        padding: 10px;
    }

    .feature_text .for_seo {
        font-size: 16px;
        line-height: 1.5em;
    }

    .feature_img {
        width: 560px;
    }

    .feature_text1 {
        left: 20%;
    }

    .feature_text2 {
        top: 45%;
        left: -87px;
        right: 81%;
    }

    .feature_text3 {
        top: 45%;
        left: 89%;
        right: -120px;
    }

    .feature_text4 {
        top: 82%;
        left: 1%;
    }

    .feature_text5 {
        top: 82%;
        left: 76%;
    }
}

@media (max-width: 991.98px) {

    .section_banner_title {
        font-size: 3vw;
    }

    .section_banner_subtitle {
        font-size: 3.4vw;
    }

    .section_banner_content {
        margin-top: 10%;
        right: 22%;
    }

    #hydroinjection .visionZ {
        margin-left: unset !important;
        width: 100% !important;
    }

    .feature_img {
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: unset;
    }

    .feature_img img {
        margin-bottom: 40px;
        max-width: 400px;

    }

    .feature_text {
        position: static;
        display: flex;
        flex-direction: row;
        line-height: 1em;
        width: 100%;
        max-width: 650px;
    }

    .feature_text1 .hydroinjection_title,
    .feature_text2 .hydroinjection_title,
    .feature_text3 .hydroinjection_title,
    .feature_text4 .hydroinjection_title,
    .feature_text5 .hydroinjection_title {
        border-bottom: unset;
        border-top: unset;
        margin-right: unset;
        padding: unset;
        flex: 1;
        display: flex;
        justify-content: end;
        padding: 15px;
        margin-bottom: unset;
        border-right: 1px solid #6E6E6E;
        width: 30%;
    }

    .feature_text .for_seo {
        width: 70%;
        padding: 15px;
    }

    .feature_text1 .hydroinjection_title:after,
    .feature_text2 .hydroinjection_title:after,
    .feature_text3 .hydroinjection_title:after,
    .feature_text4 .hydroinjection_title:after,
    .feature_text5 .hydroinjection_title:after {
        display: none;
    }

    .product_card_img {
        width: 30%;
        padding: 5px;
    }

    .product_card_row {
        padding: 20px;
    }

    .product_card_text {
        width: 70%;
        padding: 15px;
        align-items: flex-start;
    }

    .product_card_text_title {
        width: 85px;
        height: 85px;
        font-size: 22px;
    }

    .product_card:first-child::after {
        width: 100px;
        height: 100px;
        top: 101%;
        bottom: unset;
    }
    .effect_col {
        padding: 18px;
    }

    .effect_title {
        font-size: 28px;
    }
    .share_confirm_area .page_con {
        order: 1;
        padding: unset;
        margin-bottom: 30px;
    }
    .share_confirm_cert {
        order:2;
        right:0;
    }
}

@media (max-width:640px) {

    .section_banner_content {
        margin-top: 39%;
        right: 5%;
    }

    .section_banner_area {
        background-image: url(/images/hydroinjection/banner_m.jpg);
    }

    #hydroinjection .visionZ .col-sm-offset-5 {
        margin-left: 50%;
    }

    .hydroinjection_intro_img.bg_ani::after {
        background-color: white;
    }

    .share_confirm_area .row {
        display: flex;
        justify-content: center;

    }
    .faq_section_title.page_title {
        font-size: 38px;
    }
    .product_card_text .page_con  {
        font-size: 18px;
        line-height: 1.5em;
    }
}