﻿
.mar0 {
    margin:0 !important;
}
.pad0 {
    padding:0 !important;
}

section {
    background: #f9f9f9;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
    word-break: keep-all;
}

    section.top_wrap {
        padding: 70px 0 100px 0;
    }

.top_wrap .mo_tit {
    display: none;
}

.top_wrap .top_banner {
    width: 100%;
    max-width: 1400px;
    border-radius: 50px;
    background-color: #e0f1f3;
    background-size: auto;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 100px;
    gap: 20px;
    line-height: 1;
}

    .top_wrap .top_banner.stemcells {
        background-image: url(/UploadFile/Re_sub/Skin/stemcells/01.jpg);
        background-position: 87% 40%;
        background-size: 50%;
    }
    .top_wrap .top_banner .main_tit {
        font-size: 60px;
        font-weight: 700;
        margin-top: 50px;
        line-height: 1.2;
    }


    .top_wrap .top_banner .main_txt {
        font-size: 20px;
        line-height: 1.5;
        color: #7f7f7f;
    }


    .top_wrap .top_banner .sub_tit p {
        font-size: 24px;
        font-weight: 400;
        margin-top: 15px;
    }


section .recomm_wrap,
section .diagram_wrap,
section .program_wrap,
section .method_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}


/* 문단 타이틀 */
.recomm_wrap .tit,
.diagram_wrap .tit,
.method_wrap .tit {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
}



.recomm_wrap .recomm_ctn {
    display: flex;
    gap: 20px;
    justify-content: center;
}

    .recomm_wrap .recomm_ctn .recomm_detail {
        background: #ededed;
        width: 20%;
        padding: 30px 20px;
        border-radius: 20px;
    }

        .recomm_wrap .recomm_ctn .recomm_detail .icon i {
            font-size: 36px;
            color: #061e35;
            margin-bottom: 15px;
        }

        .recomm_wrap .recomm_ctn .recomm_detail .txt {
            font-size: 20px;
            font-weight: 500;
        }


.diagram_wrap .diag_img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

    .diagram_wrap .diag_img img {
        width: 100%;
    }

.diagram_wrap .sub_tit {
    font-size: 18px;
    font-weight: 500;
}

.type_wrap.bg_sky {
    background-color: #dcedef;
    background-image: url(/UploadFile/Re_sub/skin/stemcells/cell.png);
    background-size: auto;
    background-position: center 10px;
    background-repeat: no-repeat;
    padding: 140px 0 70px 0;
    width: 100%;
}

section .type_wrap .type_sect {
    width: 100%;
    max-width: 1400px;
    text-align: center;
    margin: 0 auto;
}

.type_wrap .type_sect .tit {
    font-size: 34px;
    font-weight: 700;
}

.type_sect .type_box {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
    gap: 40px;
}

    .type_sect .type_box .type_ctn {
        width: 30%;
        padding: 30px;
        background: #fff;
        cursor: pointer;
        border-radius: 30px;
        box-shadow: 0 0 20px #bedbdf;
    }


            .type_sect .type_box .type_ctn .img {
                width: 100%;
            }
            .type_sect .type_box .type_ctn .img img {
                width: 100%;
            }
            .type_sect .type_box .type_ctn .op_txt {
                font-size: 16px;
                font-weight: 700;
                color: #8fc5cc;
                margin: 20px 0 5px 0;
            }
            .type_sect .type_box .type_ctn .op_no {
                font-size: 16px;
                font-weight: 700;
                color: #fff;
                padding: 3px 10px;
                background: #8fc5cc;
                display: inline-block;
                border-radius: 20px;
            }
            .type_sect .type_box .type_ctn .name {
                font-size: 30px;
                font-weight: 700;
                margin: 20px 0 10px 0;
            }
            .type_sect .type_box .type_ctn .name {
                font-size: 30px;
                font-weight: 700;
                margin-top: 10px;
            }
            .type_sect .type_box .type_ctn .txt {
                font-size: 18px;
                margin: 0 0 30px 0;
            }

            .type_sect .type_box .type_ctn .btn {
                display: inline-block;
                background: #061e35;
                color: #fff;
                padding: 5px 10px;
                font-size: 14px;
                border-radius: 20px;
            }


.program_wrap .tit_no {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #8fc5cc;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
}
.program_wrap .tit {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0 0 0;
}

.program_wrap .img {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.program_wrap .img img {
    width: 100%;
}

.program_wrap .pro_box {
    background: #fff;
    width: 100%;
    max-width: 1000px;
    margin: 70px auto 0;
    padding: 50px;
    border-radius: 50px;
}

    .program_wrap .pro_box .pro_ctn .tit {
        font-size: 30px;
    }
        .program_wrap .pro_box .pro_ctn .tit span {
            font-weight: 900;
            color: #6baab2;
        }
    .program_wrap .pro_box .pro_ctn .txt {
        font-size: 18px;
        margin-top: 10px;
    }
        .program_wrap .pro_box .pro_ctn .txt span {
            color: #6baab2;
            font-weight: 500;
        }

    .program_wrap .pro_box .img {
        width: unset;
        margin: 30px auto 0;
    }
    .program_wrap .pro_box .img img {
        width: 80%;
    }

    .program_wrap .pro_box .basic_ctn {
        margin-top: 70px;
    }
        .program_wrap .pro_box .basic_ctn .sub_tit {
            font-size: 18px;
            font-weight: 500;
        }
        .program_wrap .pro_box .basic_ctn .tit {
            font-size: 30px;
            margin: 0;
        }
        .program_wrap .pro_box .basic_ctn .tit_img img {
            width: 400px;
        }
        .program_wrap .pro_box .basic_ctn .txt {
            font-size: 18px;
            margin-top: 10px;
        }

            .program_wrap .pro_box .basic_ctn .txt span {
                color: #6baab2;
                font-weight: 700;
            }

    .program_wrap .pro_box .check_ctn {
        background:#f9f9f9;
        border-radius:30px;
        padding:30px;
        margin-top:50px
    }

        .program_wrap .pro_box .check_ctn .check_icon {
            display: inline-block;
            background: #061e35;
            border-radius: 20px;
            color: #fff;
            font-weight: 700;
            padding: 5px 15px;
            margin-bottom: 10px;
        }

    .program_wrap .pro_box .check_ctn .tit {
        font-size:30px;
        margin:0;
    }

        .program_wrap .pro_box .check_ctn .img img.pc_img {
            width:90%;
        }
        .program_wrap .pro_box .check_ctn .img img.mo_img {
           display:none;
        }
    .program_wrap .pro_box .basic_ctn .tit_img2 img {
        width: 250px;
    }


.type_wrap .care_ctn {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
    gap: 60px;
}

.care_ctn .care_box {
    width: 25%;
    background: #fff;
    border-radius: 30px;
}

    .care_ctn .care_box .tit_box {
        background: #81c5cd;
        border-radius:30px 30px 0 0;
        padding:20px;
        color:#fff;
    }

        .care_ctn .care_box .tit_box .sub_tit {
            font-size: 18px;
            font-weight: 500;
        }
        .care_ctn .care_box .tit_box .tit {
            font-size: 30px;
            font-weight: 700;
            margin-top: 5px;
            line-height: 1;
        }

    .care_ctn .care_box .ctn_box {
        padding: 20px;
    }
        .care_ctn .care_box .ctn_box .img img {
            width:100%;
        }
        .care_ctn .care_box .ctn_box .name {
            font-size: 30px;
            font-weight: 700;
            color: #6caab2;
            margin: 10px;
        }
        .care_ctn .care_box .ctn_box .hash {

        }
            .care_ctn .care_box .ctn_box .hash span {
                display: inline-block;
                background: #f1f1f1;
                padding: 3px 10px;
                border-radius: 20px;
                margin: 5px;
            }

section.border {
    background: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 120px 0;
}

section .method_wrap {
    max-width: 1200px;
}

.method_wrap .step_box {
    width: 100%;
    border-radius: 50px;
    background: #f9f9f9;
    padding: 40px 80px 60px 80px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .method_wrap .step_box .step_no {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background: #061e35;
        color: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

        .method_wrap .step_box .step_no .no {
            font-size: 36px;
            font-weight: 700;
            line-height: 1;
        }

    .method_wrap .step_box .step_tit {
        font-size: 28px;
        font-weight: 600;
        margin: 20px 0 40px 0;
    }

    .method_wrap .step_box .step_ctn {
        display: flex;
        justify-content: center;
        gap: 100px;
        width: 100%;
        margin-bottom: 50px;
        align-items: center;
    }


    .method_wrap .step_box .step_txt {
        font-size: 20px;
    }

        .method_wrap .step_box .step_txt span {
            font-weight: 700;
            display: inline-block;
            background: #fff;
            padding: 0 3px;
        }

    .method_wrap .step_box .step_boxtit {
        padding: 15px 30px;
        background: #9eb6bf;
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        border-radius: 20px;
        margin-bottom: 20px;
    }

section.bg_red {
    background-color: #f7efed;
    padding: 100px 0 120px 0;
}


section .ytb_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}

.ytb_wrap .sub_tit {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 30px;
    background: #e93f3d;
    display: inline-block;
}

.ytb_wrap .tit {
    font-size: 42px;
    margin: 20px 0 40px 0;
}

    .ytb_wrap .tit span {
        font-weight: 700;
    }


.ytb_wrap .ytb_box {
    display: flex;
    justify-content: center;
    gap: 40px;
}

    .ytb_wrap .ytb_box .ytb_ctn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 40px;
        background: #fff;
        border-radius: 30px;
        width: 50%;
        gap: 20px;
        text-align: left;
    }

        .ytb_wrap .ytb_box .ytb_ctn .video_box {
            padding-top: 56.25%;
            position: relative;
        }

            .ytb_wrap .ytb_box .ytb_ctn .video_box iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: 10px;
            }


        .ytb_wrap .ytb_box .ytb_ctn .title {
            font-size: 26px;
            font-weight: 700;
            margin-top: 10px;
        }

        .ytb_wrap .ytb_box .ytb_ctn .name {
            font-weight: 500;
        }

            .ytb_wrap .ytb_box .ytb_ctn .name span.logo {
                display: inline-block;
                width: 30px;
                height: 30px;
                background: url(/UploadFile/Re_sub/Common/ytb_logo.png) no-repeat;
                background-position: 0 0;
                background-size: 100%;
                vertical-align: middle;
                margin-right: 10px;
            }

        .ytb_wrap .ytb_box .ytb_ctn .txt {
            color: #797979;
        }


/*미디어쿼리 시작*/
@media (min-width: 768px) and (max-width: 1024px) {
    section {
        padding: 0 30px 80px 30px;
    }
        section.full {
            padding: 0 0 80px 0;
        }

        section.top_wrap {
            padding: 60px 30px 50px 30px;
        }

    .top_wrap .top_banner.stemcells {
        background-size: 50%;
    }

    .top_wrap .top_banner {
        background-size: 70%;
        background-position: 120% 35%;
        height: 400px;
        padding: 0 40px;
        gap: 20px;
        border-radius: 30px;
    }

        .top_wrap .top_banner .main_tit {
            font-size: 50px;
            margin-top: 30px;
        }

        .top_wrap .top_banner .sub_tit p {
            font-size: 20px;
        }

    /* 문단 타이틀 */
    .recomm_wrap .tit,
    .diagram_wrap .tit,
    .method_wrap .tit {
        font-size: 30px;
        margin-bottom: 30px;
    }


    .recomm_wrap .recomm_ctn {
        flex-wrap: wrap;
        justify-content: center;
    }

        .recomm_wrap .recomm_ctn .recomm_detail {
            width: 30%;
            padding: 20px 30px;
        }

            .recomm_wrap .recomm_ctn .recomm_detail .txt {
                font-size: 16px;
            }

            .recomm_wrap .recomm_ctn .recomm_detail .icon i {
                font-size: 30px;
                margin-bottom: 10px;
            }

    .type_wrap.bg_sky {
        background-size: contain;
        padding: 100px 0 50px 0;
    }
    .type_sect .type_box .type_ctn {
        width: 40%;
        padding: 20px;
    }

    .care_ctn .care_box {
        width: 40%;
    }
    section.border {
        padding: 80px 20px;
    }

    .method_wrap .step_box .step_ctn img {
        width:100%;
        max-width:900px;
    }
    section.bg_red {
        padding: 80px 30px;
    }

    .ytb_wrap .ytb_box {
        gap: 20px;
    }

        .ytb_wrap .ytb_box .ytb_ctn {
            justify-content: flex-start;
            padding: 20px;
            gap: 15px
        }

            .ytb_wrap .ytb_box .ytb_ctn .title {
                font-size: 20px;
            }

            .ytb_wrap .ytb_box .ytb_ctn .name {
                font-size: 14px;
            }

                .ytb_wrap .ytb_box .ytb_ctn .name span.logo {
                    width: 24px;
                    height: 24px;
                    margin-right: 5px;
                }

            .ytb_wrap .ytb_box .ytb_ctn .txt {
                font-size: 14px;
            }


    }



@media screen and (max-width: 767px) {

    section {
        padding: 0 20px 60px 20px;
    }
        section.full {
            padding: 0;
        }

        section.top_wrap {
            padding: 40px 20px;
        }


    .top_wrap .top_banner {
        height: 360px;
        background-size: 150%;
        background-position: center 30%;
        border-radius: 30px;
    }

        .top_wrap .top_banner .main_tit,
        .top_wrap .top_banner .main_txt,
        .top_wrap .top_banner .sub_tit {
            display: none;
        }

        .top_wrap .top_banner.stemcells {
            background-position: 95% 25%;
            background-size: 130%;
        }

    .top_wrap .mo_tit {
        display: block;
        width: 100%;
        margin-top: 30px;
        padding: 0 20px;
    }

        .top_wrap .mo_tit .main_tit {
            font-size: 40px;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 10px;
        }

        .top_wrap .mo_tit .main_txt {
            font-size: 18px;
            color: #7f7f7f;
        }

        .top_wrap .mo_tit .sub_tit {
            margin-top: 20px;
        }

            .top_wrap .mo_tit .sub_tit p {
                font-size: 18px;
                font-weight: 400;
                margin-top: 5px;
            }


    /* 문단 타이틀 */
    .recomm_wrap .tit,
    .diagram_wrap .tit,
    .method_wrap .tit {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .diagram_wrap .sub_tit {
        font-size: 16px;
    }

    .recomm_wrap .recomm_ctn {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

        .recomm_wrap .recomm_ctn .recomm_detail {
            width: 47%;
            padding: 15px;
        }

            .recomm_wrap .recomm_ctn .recomm_detail .txt {
                font-size: 16px;
            }

            .recomm_wrap .recomm_ctn .recomm_detail .icon i {
                font-size: 30px;
                margin-bottom: 10px;
            }

    .type_wrap.bg_sky {
        background-size: contain;
        padding: 60px 0 40px 0;
    }
    .type_wrap .type_sect .tit {
        font-size: 26px;
    }
    .type_sect .type_box {
        gap: 10px;
        margin-top: 20px;
    }

        .type_sect .type_box .type_ctn {
            width: 45%;
            padding: 15px;
            border-radius: 20px;
        }
            .type_sect .type_box .type_ctn .op_no {
                font-size: 14px;
            }
            .type_sect .type_box .type_ctn .name {
                font-size: 24px;
                margin: 5px 0;
            }
            .type_sect .type_box .type_ctn .op_txt {
                font-size: 14px;
                margin: 10px 0 5px 0;
            }
            .type_sect .type_box .type_ctn .txt {
                font-size: 14px;
                margin: 0 0 20px 0;
            }


    section.op01,
    section.op02 {
        padding: 60px 20px;
    }
    .program_wrap .pro_box {
        margin: 30px auto 0;
        padding: 30px 20px;
        border-radius: 30px;
    }
    .program_wrap .tit_no {
        font-size: 16px;
        padding: 3px 12px;
    }
    .program_wrap .tit {
        font-size: 36px;
    }

        .program_wrap .pro_box .pro_ctn .tit {
            font-size: 26px;
        }
        .program_wrap .pro_box .pro_ctn .txt {
            font-size: 14px;
        }
        .program_wrap .pro_box .img img {
            width: 100%;
        }

        .program_wrap .pro_box .img {
            margin: 20px auto 0;
        }
        .program_wrap .pro_box .basic_ctn {
            margin-top: 40px;
        }
            .program_wrap .pro_box .basic_ctn .sub_tit {
                font-size: 16px;
            }
            .program_wrap .pro_box .basic_ctn .tit {
                font-size: 26px;
            }

            .program_wrap .pro_box .basic_ctn .tit_img img {
                width: 100%;
            }
            .program_wrap .pro_box .basic_ctn .txt {
                font-size: 14px;
            }

    .program_wrap .pro_box .check_ctn {
        border-radius: 20px;
        padding: 20px 10px;
        margin-top: 30px;
    }
        .program_wrap .pro_box .check_ctn .check_icon {
            padding: 3px 10px;
            font-size: 14px;
            margin-bottom: 5px;
        }
        .program_wrap .pro_box .check_ctn .tit {
            font-size: 22px;
            line-height: 1;
        }

        .program_wrap .pro_box .check_ctn .img img.pc_img {
            display:none;
        }
        .program_wrap .pro_box .check_ctn .img img.mo_img {
            width: 100%;
            display:block;
        }
    .program_wrap .pro_box .basic_ctn .tit_img2 img {
        width: 60%;
    }

    .type_wrap .care_ctn {
        gap: 15px;
        margin-top: 20px;
    }
    .care_ctn .care_box {
        width: 45%;
        border-radius: 20px;
    }
        .care_ctn .care_box .tit_box {
            border-radius: 20px 20px 0 0;
            padding: 10px;
        }
            .care_ctn .care_box .tit_box .sub_tit {
                font-size: 14px;
            }
            .care_ctn .care_box .tit_box .tit {
                font-size: 26px;
            }
        .care_ctn .care_box .ctn_box {
            padding: 10px;
        }
            .care_ctn .care_box .ctn_box .name {
                font-size: 20px;
                letter-spacing: -1px;
                margin: 10px 0;
            }
            .care_ctn .care_box .ctn_box .hash span {
                margin: 2px;
                font-size: 13px;
                padding: 2px 10px;
            }



            section.border {
                padding: 60px 20px;
            }


    .method_wrap .step_box {
        border-radius: 20px;
        padding: 30px 20px 40px 20px;
        margin-top: 30px;
    }

        .method_wrap .step_box .step_no {
            width: 55px;
            height: 55px;
        }

            .method_wrap .step_box .step_no p {
                font-size: 12px;
                margin-top: 0;
            }

            .method_wrap .step_box .step_no .no {
                font-size: 20px;
                margin-top: 0;
            }

        .method_wrap .step_box .step_tit {
            font-size: 22px;
            margin: 10px 0 20px 0;
        }

        .method_wrap .step_box .step_ctn {
            margin-bottom: 20px;
        }
            .method_wrap .step_box .step_ctn .bna_img img {
                width:100%;
            }
        .method_wrap .step_box .step_txt {
            font-size: 15px;
        }

    section.bg_red {
        padding: 60px 20px;
    }

    .ytb_wrap .ytb_box {
        gap: 20px;
        flex-direction: column;
    }
    .ytb_wrap .tit {
        font-size: 34px;
        margin: 10px 0 30px 0;
    }

    .ytb_wrap .sub_tit {
        font-size: 16px;
    }

    .ytb_wrap .ytb_box .ytb_ctn {
        justify-content: flex-start;
        padding: 20px;
        gap: 15px;
        width: 100%;
        border-radius: 20px;
    }

        .ytb_wrap .ytb_box .ytb_ctn .title {
            font-size: 20px;
        }

        .ytb_wrap .ytb_box .ytb_ctn .name {
            font-size: 14px;
        }

            .ytb_wrap .ytb_box .ytb_ctn .name span.logo {
                width: 24px;
                height: 24px;
                margin-right: 5px;
            }

        .ytb_wrap .ytb_box .ytb_ctn .txt {
            font-size: 14px;
        }


}