﻿.martop50 {
    margin-top:50px !important;
}

section {
    background: #f9f9f9;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
    
}
    section .check_wrap,
    section.open_wrap,
    section .typetab_wrap {
        width: 100%;
        max-width: 1400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


    section.top_wrap {
        padding: 70px 0;
    }


.top_wrap .top_banner {
    background-color: #f7eaee;
}

    .top_wrap .top_banner.Type {
        background-image: url(/UploadFile/Re_sub/Nose/Type/01.png);
        background-position: 100% 70%;
        background-size: 54%;
    }

.check_wrap .check_icon {
    display: inline-block;
    background: #e386a2;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.check_wrap .tit {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

    .check_wrap .tit span {
        font-size: 42px;
        font-weight: 900;
        color: #e386a2;
    }

.check_wrap .check_box .check_img {
    margin: 40px 0;
}
.check_wrap .check_box .check_txt {
    font-size: 18px;
}
.check_wrap .check_box .check_txt span {
    font-weight: 700;
    display: inline-block;
    background: #f7eaee;
    padding: 0 3px;
}

section .open_wrap {
    width: 100%;
    max-width: 1200px;
    text-align: center;
}

.open_wrap .open_box {
    width: 100%;
    border-radius: 50px;
    background: #fff;
    padding: 60px 80px;
}
    .open_wrap .open_box .tit {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .open_wrap .open_box .txt {
        margin-top: 40px;
        font-size: 16px;
    }

    .open_wrap .open_box .txt span {
        font-weight: 700;
        display: inline-block;
        background: #f7eaee;
        padding: 0 3px;
    }



    section.border {
        background: #fff;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        padding: 120px 0;
    }





.typetab_wrap .tit {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
}
    .typetab_wrap .tit span {
        color: #e386a2;
    }

.typetab_wrap .tap_box {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    gap:10px;
}
    .typetab_wrap .tap_box .tap_tit {
        display: block;
        width: 16%;
        padding: 10px 0;
        font-size: 22px;
        color: #bebebe;
        text-align: center;
        background: #f9f9f9;
        border-radius: 40px;
        cursor: pointer;
        box-shadow: 8px 8px 10px 0px rgb(0 0 0 / 8%);
    }
        .typetab_wrap .tap_box .tap_tit.active {
            color: #fff;
            background: #eaadbf;
            font-weight:700;
        }

.typetab_wrap .type_box {
    width: 100%;
    max-width: 1200px;
    margin-top: 100px;
    padding-top:30px;
}

    .typetab_wrap .type_box .type_tit {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .typetab_wrap .type_box .sub_tit {
        font-size: 20px;
        font-weight: 500;
    }
    .typetab_wrap .type_box .img {
        margin: 50px 0;
    }

    .typetab_wrap .type_box .img_box {
        margin-top:50px;
    }
    .typetab_wrap .type_box .img_box .img_tit {
        display: inline-block;
        background: #db5a80;
        border-radius: 30px;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        padding: 5px 15px;
    }
        .typetab_wrap .type_box .img_box .img {
            margin: 30px 0 0 0;
        }



    .typetab_wrap .how_box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: stretch;
    }
        .typetab_wrap .how_box .how_tit {
            background: #061e35;
            color: #fff;
            font-size: 24px;
            font-weight: 700;
            border-radius: 10px 0 0 10px;
            width: 15%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .typetab_wrap .how_box .how_txt {
        background: #f9f9f9;
        font-weight: 500;
        border-radius: 0 10px 10px 0;
        width: 55%;
        padding: 25px 40px;
        text-align: left;
        font-size: 18px;
    }

.typetab_wrap .type_box .note {
    margin-top: 20px;
    font-size: 14px;
    color: #bebebe;
}

.typetab_wrap .case_box {
    width: 100%;
    max-width: 1200px;
    border-radius: 50px;
    background: #f9f9f9;
    padding: 60px 80px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 70px;
    margin: 80px 0;
}

    .typetab_wrap .case_box .case_ctn {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        width: 35%;
    }
        .typetab_wrap .case_box .case_ctn .case_img {
            width: 100%;
        }
        .typetab_wrap .case_box .case_ctn .case_img img {
            width: 100%;
        }

        .typetab_wrap .case_box .case_ctn .txt {
            font-size: 16px;
        }



.typetab_wrap .step_box {
    width: 100%;
    max-width: 1200px;
    border-radius: 50px;
    background: #f9f9f9;
    padding: 60px;
    margin: 80px 0;
}

    .typetab_wrap .step_box .step_tit {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .typetab_wrap .step_box .step_list {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 20px;
    }

    .typetab_wrap .step_box .step_ctn {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background: #fff;
        border-radius: 20px;
        width: 30%;
    }

        .typetab_wrap .step_box .step_ctn .step_img {
            width: 100%;
            display: table;
        }
            .typetab_wrap .step_box .step_ctn .step_img img {
                width: 100%;
                display: table-cell;
            }
        .typetab_wrap .step_box .step_ctn .txt_box {
            width: 100%;
            padding: 20px;
            display: flex;
            flex-direction: column;
            font-size: 18px;
            align-items: center;
            gap: 10px;
        }
            .typetab_wrap .step_box .step_ctn .txt_box .no {
                padding: 5px;
                background: #db5a80;
                color: #fff;
                font-weight: 300;
                line-height: 1;
                width: 26px;
                height: 26px;
                font-size: 16px;
                border-radius: 50%;
            }

            .typetab_wrap .step_box .step_ctn .txt_box .step_txt {
                font-size: 16px;
            }

            .typetab_wrap .step_box .step_ctn .txt_box .no_txt {
                font-size: 28px;
                font-weight: 700;
                color: #db5a80;
            }

.typetab_wrap .plan_box {
    width: 100%;
    max-width: 1200px;
    border-radius: 50px;
    background: #f9f9f9;
    padding: 60px;
    margin: 80px 0;
}

    .typetab_wrap .plan_box .plan_tit {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .typetab_wrap .plan_box .plan_txt {
        margin-top: 40px;
        font-size: 18px;
    }

        .typetab_wrap .plan_box .plan_txt span {
            font-weight: 700;
            display: inline-block;
            background: #f7eaee;
            padding: 0 3px;
        }



    .typetab_wrap .method_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: 30px;
        width: 100%;
        max-width: 1200px;
        border-radius: 50px;
        background: #f9f9f9;
        padding: 60px 80px;
        margin: 80px 0;
    }

    .typetab_wrap .method_box .method_tit {
        font-size: 28px;
        font-weight: 600;
    }
    .typetab_wrap .method_box .method_ctn {
        width: 100%;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0 30px 30px 0;
    }
        .typetab_wrap .method_box .method_ctn .method_img {
            width: 40%;
            display:table;
        }
            .typetab_wrap .method_box .method_ctn .method_img img {
                width: 100%;
                display: table-cell;
            }
        .typetab_wrap .method_box .method_ctn .method_txt_box {
            width:60%;
            padding:0 30px;
            text-align:left;
        }

            .typetab_wrap .method_box .method_ctn .method_txt_box .tit {
                font-size: 28px;
                font-weight: 700;
                color: #db5a80;
                margin-bottom:20px;
            }
            .typetab_wrap .method_box .method_ctn .method_txt_box .txt {
                font-size: 16px;
            }




            .typetab_wrap .bna_box .bna_tit {
                font-size: 34px;
                font-weight: 700;
                margin-bottom: 50px;
            }
.typetab_wrap .bna_box .bna_img {
    margin-top: 50px;
}




section.bg_promise {
    background-color: #e7d9cf;
    background-image: url(/UploadFile/Re_sub/Nose/Common/pro_bg.png);
    background-size: contain;
    background-position: 35% center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

section .promi_wrap {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.promi_wrap .txt_box {
    width: 55%;
}

    .promi_wrap .txt_box .tit img {
        width: 100%;
    }

    .promi_wrap .txt_box .sub_txt {
        
        margin-top: 40px;
        font-size: 18px;
    }


section .system_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    padding-top: 120px;
}


.system_wrap .tit {
    font-size: 34px;
    font-weight: 700;
    
}

.system_wrap .sub_txt {
    font-size: 18px;
    
    margin: 20px 0 40px 0;
}

.system_wrap .system_img {
    width: 80%;
    margin: 0 auto;
}

    .system_wrap .system_img img {
        width: 100%;
    }



section.bg_pink {
    background-color: #f7eaee;
    background-image: url(/UploadFile/Re_sub/Common/wonderful.png);
    background-size: auto;
    background-position: center 20px;
    background-repeat: no-repeat;
    padding: 120px 0;
}

section .drama_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}

.drama_wrap .tit {
    font-size: 42px;
    
}

    .drama_wrap .tit span {
        font-weight: 700;
    }

.drama_wrap .sub_tit {
    font-size: 24px;
    margin: 30px 0 70px 0;
    
}

    .drama_wrap .sub_tit span {
        font-weight: 700;
    }

.drama_wrap .drama_box {
    display: flex;
    justify-content: center;
    gap: 40px;
}

    .drama_wrap .drama_box .ctn_box {
        width: 30%;
        padding: 60px 40px 40px 40px;
        background: #fff;
        position: relative;
        border-radius: 50px;
    }


        .drama_wrap .drama_box .ctn_box .tit {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(calc(-50% - 0.5px), -50%);
            background: #061e35;
            border-radius: 50px;
            padding: 12px 10px;
            color: #fff;
            font-size: 22px;
            font-weight: 500;
            width: 55%;
        }


        .drama_wrap .drama_box .ctn_box .img,
        .drama_wrap .drama_box .ctn_box .img img {
            width: 100%;
        }

        .drama_wrap .drama_box .ctn_box .check_list {
            margin-top: 30px;
            font-size: 20px;
            display: grid;
            justify-content: center;
            gap: 15px;
        }

            .drama_wrap .drama_box .ctn_box .check_list .txt_box {
                text-align: left;
                font-weight: 500;
                
                display: flex;
            }

                .drama_wrap .drama_box .ctn_box .check_list .txt_box .icon {
                    font-size: 26px;
                    color: #061e35;
                    margin-right: 10px;
                    line-height: 1.3;
                }


section.bg_red {
    background-color: #f7eaee;
    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: 60%;
        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.top_wrap {
            padding: 60px 30px 50px 30px;
        }

    .top_wrap .top_banner.Type {
        background-image: url(/UploadFile/Re_sub/Nose/Type/01.png);
        background-position: 155% 70%;
        background-size: 74%;
    }




    .check_wrap .check_box .check_img,
    .check_wrap .check_box .check_img img,
    .open_wrap .open_box .img,
    .open_wrap .open_box .img img,
    .typetab_wrap .type_box .img,
    .typetab_wrap .type_box .img img,
    .typetab_wrap .bna_box .bna_img,
    .typetab_wrap .bna_box .bna_img img,
    .typetab_wrap .plan_box .plan_img,
    .typetab_wrap .plan_box .plan_img img{
        width: 100%;
    }



    section.border {
        padding: 80px 30px;
    }
    .typetab_wrap .tit {
        margin-bottom: 30px;
    }
    .typetab_wrap .type_box {
        margin-top: 80px;
    }
    .typetab_wrap .tap_box {
        flex-wrap: wrap;
        gap: 10px 5px;
        padding: 14px 0;
    }

        .typetab_wrap .tap_box .tap_tit {
            width: 32%;
            font-size: 14px;
            padding: 7px 0;
        }

    .typetab_wrap .how_box .how_tit {
        width: 20%;
        font-size: 20px;
    }
    .typetab_wrap .how_box .how_txt {
        width: 65%;
        padding: 20px 30px;
        font-size: 16px;
    }
    .typetab_wrap .case_box,
    .typetab_wrap .step_box,
    .typetab_wrap .method_box {
        border-radius: 30px;
        padding: 40px;
        gap: 50px;
        margin: 80px 0;
    }
        .typetab_wrap .case_box .case_ctn {
            width: 50%;
        }
        .typetab_wrap .step_box .step_list {
            flex-wrap: wrap;
        }
        .typetab_wrap .step_box .step_ctn {
            width: 45%;
        }

    .typetab_wrap .method_box {
        gap: 20px;
    }
        .typetab_wrap .method_box .method_ctn {
            border-radius: 0 20px 20px 0;
        }




        section.bg_promise {
            background-size: cover;
            background-position: 200% center;
            background-repeat: no-repeat;
            padding: 60px 30px;
        }

    .promi_wrap .txt_box {
        width: 60%;
    }

        .promi_wrap .txt_box .sub_txt {
            font-size: 18px;
        }


    section .system_wrap {
        padding-top: 80px;
    }

    .system_wrap .tit {
        font-size: 30px;
    }

    .system_wrap .sub_txt {
        font-size: 16px;
        margin: 10px 0 20px 0;
    }

    .system_wrap .system_img {
        width: 100%;
    }



    section.bg_pink {
        padding: 80px 30px;
    }

    .drama_wrap .tit {
        font-size: 34px;
    }

    .drama_wrap .sub_tit {
        font-size: 20px;
        margin: 10px 0 70px 0;
    }

    .drama_wrap .drama_box {
        gap: 20px;
    }

        .drama_wrap .drama_box .ctn_box {
            width: 50%;
            padding: 50px 20px 30px 20px;
            border-radius: 30px;
        }

            .drama_wrap .drama_box .ctn_box .tit {
                font-size: 20px;
                left: 50.5%;
                margin-left: -85px;
            }

            .drama_wrap .drama_box .ctn_box .check_list {
                margin-top: 20px;
                font-size: 16px;
                gap: 10px;
            }

                .drama_wrap .drama_box .ctn_box .check_list .txt_box .icon {
                    font-size: 22px;
                }
}


@media screen and (max-width: 767px) {


    section {
        padding: 0 20px 60px 20px;
    }

        section.top_wrap {
            padding: 40px 20px 80px 20px;
        }

    .top_wrap .top_banner.Type {
        background-image: url(/UploadFile/Re_sub/Nose/Type/01.png);
        background-position: 40% 55%;
        background-size: 170%;
    }



    .check_wrap .tit {
        font-size: 26px;
    }
        .check_wrap .tit span {
            font-size: 36px;
        }

        .check_wrap .check_box .check_img {
            margin: 20px 0;
            width: 100%;
        }

    .check_wrap .check_box .check_img img {
        width: 100%;
    }

    .check_wrap .check_box .check_txt {
        font-size: 14px;
    }

    .open_wrap .open_box {
        padding: 30px;
        border-radius: 30px;
    }

        .open_wrap .open_box .tit {
            font-size: 24px;
        }

        .open_wrap .open_box .img,
        .open_wrap .open_box .img img {
            width: 100%;
        }
        .open_wrap .open_box .txt {
            margin-top: 20px;
            font-size: 14px;
        }



        section.border {
            padding: 60px 20px;
        }
    .typetab_wrap .tit {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .typetab_wrap .tap_box {
        flex-wrap: wrap;
        gap: 10px 5px;
        padding: 14px 0;
    }

        .typetab_wrap .tap_box .tap_tit {
            width: 32%;
            font-size: 16px;
        }
    .typetab_wrap .type_box {
        margin-top: 80px;
    }
        .typetab_wrap .type_box .type_tit {
            font-size: 32px;
        }
        .typetab_wrap .type_box .sub_tit {
            font-size: 16px;
        }

        .typetab_wrap .type_box .img {
            margin: 30px 0;
            width: 100%;
        }
            .typetab_wrap .type_box .img img {
                width: 100%;
            }
    .typetab_wrap .how_box {
        flex-direction: column;
    }

        .typetab_wrap .how_box .how_tit {
            width: 100%;
            border-radius: 10px 10px 0 0;
            padding: 10px;
            font-size: 18px;
        }

        .typetab_wrap .how_box .how_txt {
            width: 100%;
            font-size: 14px;
            padding: 20px;
            text-align: center;
            border-radius: 0 0 10px 10px;
        }

    .typetab_wrap .type_box .note {
        margin-top: 15px;
        font-size: 12px;
    }

    .typetab_wrap .case_box {
        border-radius: 30px;
        padding: 30px;
        flex-direction: column;
        margin: 40px 0;
        gap: 40px;
    }
        .typetab_wrap .case_box .case_ctn {
            width:100%;
            gap:10px;
        }
            .typetab_wrap .case_box .case_ctn .txt {
                font-size: 14px;
            }

    .typetab_wrap .bna_box .bna_tit {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .typetab_wrap .bna_box .bna_img {
        width: 100%;
        margin-top: 20px;
    }
        .typetab_wrap .bna_box .bna_img img {
            width: 100%;
        }


    .typetab_wrap .step_box {
        border-radius: 30px;
        padding: 30px;
        margin: 40px 0;
    }
        .typetab_wrap .step_box .step_tit {
            font-size: 24px;
            margin-bottom: 20px;
        }
        .typetab_wrap .step_box .step_list {
            flex-wrap: wrap;
        }
        .typetab_wrap .step_box .step_ctn {
            width: 80%;
        }
            .typetab_wrap .step_box .step_ctn .txt_box {
                padding: 15px;
            }
            .typetab_wrap .step_box .step_ctn .txt_box .step_txt {
                font-size: 14px;
            }
            .typetab_wrap .step_box .step_ctn .txt_box .no {
                padding: 2px 0;
                width: 20px;
                height: 20px;
                font-size: 16px;
            }


    .typetab_wrap .type_box .img_box {
        margin-top: 30px;
    }

        .typetab_wrap .type_box .img_box .img_tit {
            font-size: 18px;
        }
        .typetab_wrap .type_box .img_box .img {
            margin: 20px 0 0 0;
        }

    .typetab_wrap .method_box {
        border-radius: 30px;
        padding: 30px;
        margin: 40px 0;
        gap: 20px;
    }
        .typetab_wrap .method_box .method_tit {
            font-size: 24px;
        }
        .typetab_wrap .method_box .method_ctn {
            border-radius: 10px;
            flex-direction: column;
            border-radius: 20px;
        }
            .typetab_wrap .method_box .method_ctn .method_img {
                width: 100%;
                border-radius: 20px;
                overflow: hidden;
            }
            .typetab_wrap .method_box .method_ctn .method_txt_box {
                width: 100%;
                padding: 20px;
                text-align: center;
            }
                .typetab_wrap .method_box .method_ctn .method_txt_box .tit {
                    font-size: 22px;
                    margin-bottom: 10px;
                }
                .typetab_wrap .method_box .method_ctn .method_txt_box .txt {
                    font-size: 14px;
                }
    .typetab_wrap .step_box .step_ctn .txt_box .no_txt {
        font-size: 22px;
        line-height: 1;
    }

    .typetab_wrap .plan_box {
        border-radius: 30px;
        padding: 30px;
        margin: 40px 0;
    }
        .typetab_wrap .plan_box .plan_tit {
            font-size: 24px;
            margin-bottom: 20px;
        }
        .typetab_wrap .plan_box .plan_img {
            width: 100%;
        }
        .typetab_wrap .plan_box .plan_img img {
            width: 100%;
        }
        .typetab_wrap .plan_box .plan_txt {
            margin-top: 20px;
            font-size: 14px;
        }


        section.bg_promise {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            padding: 40px 30px;
        }

    .promi_wrap .txt_box {
        width: 100%;
    }

        .promi_wrap .txt_box .sub_txt {
            font-size: 16px;
        }



    section .system_wrap {
        padding-top: 60px;
    }

    .system_wrap .tit {
        font-size: 26px;
    }

    .system_wrap .sub_txt {
        font-size: 14px;
        margin: 10px 0 20px 0;
    }

    .system_wrap .system_img {
        width: 100%;
    }


    section.bg_pink {
        background-size: 80%;
        padding: 60px 30px 80px 30px;
        background-position: center 10px;
    }

    .drama_wrap .tit {
        font-size: 34px;
        margin: 0;
    }

    .drama_wrap .sub_tit {
        font-size: 18px;
        margin: 10px 0 60px 0;
    }

    .drama_wrap .drama_box {
        flex-direction: column;
        gap: 70px;
    }

        .drama_wrap .drama_box .ctn_box {
            width: 100%;
            padding: 40px 30px 25px 30px;
            border-radius: 30px;
        }

            .drama_wrap .drama_box .ctn_box .img {
                width: 90%;
                margin: 0 auto;
            }

            .drama_wrap .drama_box .ctn_box .tit {
                font-size: 20px;
            }


            .drama_wrap .drama_box .ctn_box .check_list {
                font-size: 16px;
                gap: 10px;
                margin-top: 20px;
            }

                .drama_wrap .drama_box .ctn_box .check_list .txt_box .icon {
                    font-size: 18px;
                }


    section.bg_red {
        padding: 60px 20px;
    }

    .ytb_wrap .ytb_box {
        gap: 20px;
        flex-direction: column;
    }

    .ytb_wrap .tit {
        font-size: 31px;
        margin: 10px 0 20px 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;
        }




}
