.magazine_wrap {
    font-family: "Paperozi", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    word-break: keep-all;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}


.magazine_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    word-break: keep-all;
}

section {
    width: 100%;
    max-width: 1920px;
}

    section .intro_wrap {
        width: 100%;
    }

.intro_wrap .intro_box {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 180px 0 100px 0;
    background: url('/UploadFile/magazine/yn/1_INTRO/(1).jpg') no-repeat;
    background-size: contain;
    background-position: 78% 0;
    background-color: #edeff2;
}

    .intro_wrap .intro_box .txt_box {
        width: 60%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-left: 12vw;
    }

        .intro_wrap .intro_box .txt_box .wm_txt {
            font-size: 18px;
            border-bottom: 1px solid #000;
            width: fit-content;
            font-weight: 400;
        }

        .intro_wrap .intro_box .txt_box .main_tit {
            font-size: 60px;
            font-weight: 900;
            line-height: 1.2;
            letter-spacing: 2px;
        }

            .intro_wrap .intro_box .txt_box .main_tit span {
                color: #6f3fe9;
            }

        .intro_wrap .intro_box .txt_box .sub_tit {
            font-family: 'NanumGiBbeumBarkEum';
            font-size: 34px;
            line-height: 1.2;
            color: #6f3fe9;
        }

        .intro_wrap .intro_box .txt_box .name {
            margin-top: 20px;
            font-size: 24px;
            font-weight: 700;
        }

            .intro_wrap .intro_box .txt_box .name span {
                font-family: 'NanumGiBbeumBarkEum';
                font-size: 50px;
                font-weight: 100;
                display: inline-block;
                border-bottom: 2px solid #000;
                padding: 0 20px;
                line-height: 1;
            }

        .intro_wrap .intro_box .txt_box .txt {
            margin-top: 20px;
            font-size: 14px;
            color: #9b9b9b;
        }


.intro_wrap .bar_box {
    width: 100%;
    padding: 40px 0;
    background: #3f267c;
    display: flex;
    justify-content: center;
}

    .intro_wrap .bar_box .txt_box {
        width: 100%;
        max-width: 1100px;
        display: flex;
        gap: 5%;
        align-items: center;
        justify-content: space-around;
        color: #fff;
    }

        .intro_wrap .bar_box .txt_box .tit {
            width: 25%;
            font-size: 30px;
            font-weight: 500;
        }

        .intro_wrap .bar_box .txt_box .txt {
        }

            .intro_wrap .bar_box .txt_box .txt span {
                color: #f3eb90;
            }


section .ctn_wrap {
    background: #f0f0f0;
    display: flex;
}

.ctn_wrap .menu_box {
    width: 20%;
    padding-top: 40px;
    position: relative;
}

    .ctn_wrap .menu_box .menu_sti {
        position: sticky;
        top: 8.5vh;
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 40px;
    }

    .ctn_wrap .menu_box .menu {
        width: 50%;
        font-size: 18px;
        font-weight: 700;
        opacity: 0.2;
    }

        .ctn_wrap .menu_box .menu.active {
            width: 50%;
            font-size: 18px;
            font-weight: 700;
            opacity: 1;
        }

        .ctn_wrap .menu_box .menu p {
            font-size: 15px;
            font-weight: 400;
            margin-top: 10px;
        }



/*chapter 01*/

.ctn_wrap .ctn_box {
    width: 80%;
}

.ctn_box .bna_b {
    width: 100%;
    background: url('/UploadFile/magazine/yn/1_INTRO/(2).jpg') no-repeat;
    background-size: contain;
    background-position: 650px top;
    background-color: #fff;
    padding: 50px 80px 200px 80px;
}

.ctn_box .txt_box {
    display: flex;
    flex-direction: column;
    /*gap: 40px;*/
}

    .ctn_box .txt_box .tit {
        font-size: 100px;
        font-weight: 900;
        color: #edeff2;
    }

    .ctn_box .txt_box .txt {
        font-size: 18px;
    }

        .ctn_box .txt_box .txt span {
            background: #000;
            color: #fff;
            font-weight: 500;
            padding: 0 7px;
            margin-bottom: 10px;
        }

        .ctn_box .txt_box .txt b {
            font-weight: 500;
        }

    .ctn_box .txt_box .handwrite {
        font-family: 'NanumGiBbeumBarkEum';
        font-size: 40px;
        margin-top: 20px;
        line-height: 1.2;
    }

.ctn_box .bna_b .txt_box .handwrite span {
    font-size: 42px;
    color: #6f3fe9;
}



.ctn_box .bna_a {
    width: 100%;
    background: url('/UploadFile/magazine/yn/1_INTRO/(3).jpg') no-repeat;
    background-size: contain;
    background-position: 85% 0;
    background-color: #6f3fe9;
    padding: 50px 80px 80px 80px;
    color: #fff;
}

    .ctn_box .bna_a .txt_box .tit {
        font-size: 100px;
        font-weight: 900;
        color: #fff;
    }

    .ctn_box .bna_a .txt_box .txt {
        text-align: left;
        width: 40%;
    }

    .ctn_box .bna_a .txt_box .handwrite span {
        font-size: 42px;
        color: #fff36d;
    }


.ctn_box .first_box {
    background: #efe6f5;
    padding: 80px;
}

.first_box .subs_tit {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.first_box .interview_box {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

    .first_box .interview_box .tit_box {
        display: flex;
        padding-top: 80px;
        justify-content: space-between;
    }

        .first_box .interview_box .tit_box .txt_box {
            display: flex;
            justify-content: space-between;
            width: 40%;
            flex-direction: column;
        }

            .first_box .interview_box .tit_box .txt_box .tit {
                font-size: 40px;
                color: #000;
                font-weight: 700;
            }

            .first_box .interview_box .tit_box .txt_box .hi_txt {
                background: #6f3fe9;
                color: #fff;
                font-size: 30px;
                font-weight: 500;
                width: 80%;
                padding: 20px 30px;
            }

                .first_box .interview_box .tit_box .txt_box .hi_txt .yuna_name {
                    color: #FEFF98;
                }

    .first_box .interview_box .img {
        width: 40%;
        text-align: right;
    }

        .first_box .interview_box .img img {
            display: table;
            width: 100%;
        }

.interview_box .inter_ctn {
    display: flex;
    gap: 3%;
    align-items: flex-end;
    justify-content: space-between;
}

    .interview_box .inter_ctn .img {
        width: 50%;
    }


        .interview_box .inter_ctn .img img {
            width: 100%;
        }



            .interview_box .inter_ctn .inter_box {
                width: 50%;
            }


.inter_ctn .w40 {
    width: 40% !important;
}

.inter_ctn .w60 {
    width: 60% !important;
}
.inter_ctn .w70 {
    width: 70% !important;
}

.inter_ctn .w80 {
    width: 80% !important;
}

.inter_ctn .w100 {
    width: 100% !important;
}

.interview_box .inter_ctn.under {
    flex-wrap: wrap;
    justify-content: space-between;
}

    .interview_box .inter_ctn.under .inter_box.w40 {
        width: calc(40% - 180px) !important;
        min-width: 300px;
    }

    .interview_box .inter_ctn.under > .img {
        width: calc(50% + 180px);
    }

.interview_box .inter_ctn.colum {
    flex-direction: column;
    align-items: flex-start;
}

.interview_box .inter_box.bottom {
    display: flex;
    justify-content: end;
    flex-direction: column;
    width: 100%;
    padding-left: 16.5vw;
    margin-top: 40px;
}


.interview_box .inter_ctn .inter_box .question {
    font-size: 22px;
    font-weight: 500;
    align-items: end;
    /*margin-bottom: 20px;*/
}

    .interview_box .inter_ctn .inter_box .question p {
        font-size: 30px;
        font-weight: 900;
    }

.interview_box .inter_ctn .inter_box .answer {
    line-height: 1.7;
	margin-top:20px;
}

.interview_box .inter_ctn .answer {
    line-height: 1.7;
}

    .interview_box .inter_ctn .inter_box .answer span {
        background: #fff9c7;
        font-weight: 500;
    }

.interview_box .inter_ctn .answer span {
    background: #fff9c7;
    font-weight: 500;
}

.interview_box .inter_ctn.ep07_plan_ctn {
    align-items: flex-end;
    gap: 3%;
}

    .interview_box .inter_ctn.ep07_plan_ctn .img {
        width: 50%;
    }

    .interview_box .inter_ctn.ep07_plan_ctn .inter_box {
        width: 47%;
    }

.ep07_wide_photo {
    width: 100%;
    margin: 60px 0 0px;
}

    .ep07_wide_photo img {
        display: block;
        width: 100%;
    }

    .ep07_wide_photo img.mo {
        display: none;
    }

.interview_box .inter_ctn.ep07_regret_ctn {
    display: block;
}

    .interview_box .inter_ctn.ep07_regret_ctn .inter_box {
        width: 100%;
    }

.interview_box .inter_ctn.ep07_wannabe_ctn {
    align-items: flex-end;
    gap: 3%;
}

    .interview_box .inter_ctn.ep07_wannabe_ctn .inter_box {
        width: 55%;
        padding-top: 0;
    }

    .interview_box .inter_ctn.ep07_wannabe_ctn .img {
        width: 42%;
    }

.interview_box .inter_ctn.ep07_reaction_ctn {
    align-items: flex-end;
    gap: 3%;
    margin-top: 70px;
}

    .interview_box .inter_ctn.ep07_reaction_ctn .img {
        width: 42%;
    }

    .interview_box .inter_ctn.ep07_reaction_ctn .inter_box {
        width: 55%;
        padding-bottom: 10px;
    }

.interview_box .inter_ctn.ep07_home_ctn,
.interview_box .inter_ctn.ep07_photo_advice_ctn,
.interview_box .inter_ctn.ep07_last_ctn {
    align-items: flex-end;
    gap: 3%;
    margin-top: 0px;
}

.interview_box .inter_ctn.ep07_photo_advice_ctn,
.interview_box .inter_ctn.ep07_last_ctn {
    margin-top: 70px;
}

    .interview_box .inter_ctn.ep07_home_ctn .img {
        width: 42%;
    }

    
    .interview_box .inter_ctn.ep07_last_ctn .img {
        width: 100%;
    }

    .interview_box .inter_ctn.ep07_home_ctn .inter_box,
    .interview_box .inter_ctn.ep07_last_ctn .inter_box {
        width: 55%;
        padding-bottom: 0;
    }

.interview_box .inter_ctn.ep07_pain_ctn {
    align-items: flex-end;
    gap: 3%;
    margin-top: 70px;
}

    .interview_box .inter_ctn.ep07_pain_ctn .img {
        order: 2;
        width: 42%;
    }

    .interview_box .inter_ctn.ep07_pain_ctn .inter_box {
        order: 1;
        width: 55%;
	    padding-bottom: 0;
    }

.interview_box .inter_ctn.ep07_photo_advice_ctn .img {
    width: 44%;
}

.interview_box .inter_ctn.ep07_photo_advice_ctn .inter_box {
    width: 53%;
}

.interview_box .inter_ctn.ep07_photo_advice_ctn .question + .answer + .question {
    margin-top: 45px;
}


/*chapter 02*/

.bna_box {
    background: #fff;
    padding: 80px;
}

    .bna_box .subs_tit {
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
    }

    .bna_box .ctn_box {
        display: flex;
        padding-top: 80px;
        width: 100%;
    }

        .bna_box .ctn_box .tit_box {
            display: flex;
            width: 40%;
        }

            .bna_box .ctn_box .tit_box .txt_box {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

                .bna_box .ctn_box .tit_box .txt_box .tit {
                    font-size: 40px;
                    color: #000;
                }

                    .bna_box .ctn_box .tit_box .txt_box .tit .b_color {
                        color: #c2becd;
                    }

                    .bna_box .ctn_box .tit_box .txt_box .tit .a_color {
                        color: #6f3fe8;
                    }

                .bna_box .ctn_box .tit_box .txt_box .plan_box {
                    background: #6f3fe9;
                    color: #fff;
                    font-size: 16px;
                    padding: 20px 30px;
                    display: flex;
                    gap: 20px;
                    flex-direction: column;
                    width: 80%;
                }
                    .bna_box .ctn_box .tit_box .txt_box .plan_box span {
                        font-weight: 700;
                        color: #f3eb90;
                    }

                    .bna_box .ctn_box .tit_box .txt_box .plan_box .txt_ctn .tit_txt {
                        font-weight: 700;
                        color: #f3eb90;
                        margin-bottom: 10px;
                    }



        .bna_box .ctn_box .bna_ctn {
            width: 60%;
        }

            .bna_box .ctn_box .bna_ctn .bna_img img {
                width: 100%;
                display: table;
            }


            .bna_box .ctn_box .bna_ctn .angle_button_group {
                text-align: right;
                margin-bottom: 20px;
            }

                .bna_box .ctn_box .bna_ctn .angle_button_group .angle_btn {
                    font-size: 14px;
                    background: #ccc;
                    color: #fff;
                    border: none;
                    border-radius: 4px;
                    font-weight: 500;
                    cursor: pointer;
                    transition: background .3s;
                    padding: 5px 12px;
                    line-height: 1;
                    margin-left: 5px;
                }

                    .bna_box .ctn_box .bna_ctn .angle_button_group .angle_btn.active {
                        background: #000;
                    }

/* 60일간의 변화*/

.change_box {
    background: #fff;
    padding: 0 80px 80px 80px;
}

    .change_box .tit {
        font-size: 40px;
        color: #000;
        font-weight: 900;
    }

    .change_box .ctn_box {
        display: flex;
        gap: 15px;
        margin-top: 30px;
        width: 100%;
    }

        .change_box .ctn_box .change_ctn {
            display: flex;
            flex-direction: column;
            gap: 1px;
        }

.change_box .change_ctn .img_box {
    width: 100%;
    line-height: 0;
}

    .change_box .change_ctn .img_box .img {
        line-height: 0;
    }

    .change_box .change_ctn .img_box .img img {
        width: 100%;
        display: block;
    }

.change_box .change_ctn .txt {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
}

.change_box .change_eye_point {
    width: 78%;
    margin: 55px auto 0;
}

    .change_box .change_eye_point .img img {
        display: block;
        width: 100%;
    }

    .change_box .change_eye_point .txt {
        margin-top: 22px;
        text-align: center;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.4;
        color: #000;
    }


/* 도윤 의 회복 기록편*/

.record_box {
    background: #fff;
    padding: 0 80px 100px 80px;
}

    .record_box .tit {
        font-size: 40px;
        color: #000;
        font-weight: 900;
    }


    .record_box .tit_box .tit span {
        font-family: 'NanumGiBbeumBarkEum';
        font-size: 70px;
        font-weight: 100;
        display: inline-block;
        border-bottom: 2px solid #000;
        padding: 0 10px;
        line-height: 1;
    }



    .record_box .record_ctn {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 30px;
        justify-content: space-between;
        margin-top: 30px;
    }

        .record_box .record_ctn .img_box {
            width: 48%;
            display: flex;
            gap: 20px;
            justify-content: space-between;
            align-items: center;
        }

            .record_box .record_ctn .img_box .img {
                width: 45%;
            }

                .record_box .record_ctn .img_box .img img {
                    width: 100%;
                    display: table;
                }

        .record_box .record_ctn .txt_box {
            width: 50%;
            display: unset;
        }

            .record_box .record_ctn .txt_box .tit {
                font-size: 20px;
                font-weight: 500;
                color: #6f3fe9;
                margin-bottom: 10px;
            }

            .record_box .record_ctn .txt_box .txt {
                font-size: 16px;
            }

/* 귀연골 채취 후*/

.ear_box {
    background: #fff;
    padding: 0 80px 80px 80px;
}

    .ear_box .tit_box {
        display: flex;
        gap: 10%;
        margin-bottom: 50px;
        align-items: end;
    }

        .ear_box .tit_box .txt_box {
            width: 65%;
            gap: 30px;
        }

            .ear_box .tit_box .txt_box .tit {
                font-size: 40px;
                color: #000;
                font-weight: 600;
                line-height: 1.2;
            }

                .ear_box .tit_box .txt_box .tit span {
                    font-size: 30px;
                    color: #6f3fe9;
                    font-weight: 500;
                }

            .ear_box .tit_box .txt_box .txt {
                font-size: 16px;
                line-height: 1.7;
            }

        .ear_box .tit_box .img {
            width: 35%;
        }

            .ear_box .tit_box .img img {
                width: 100%;
            }

    .ear_box .img_box,
    .ear_box .img_box img {
        width: 100%;
    }

        .ear_box .img_box img.mo {
            display: none;
        }

    .ear_box .notice_box {
        background: #efe6f5;
        padding: 20px 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 30px;
    }
        .ear_box .notice_box .tit {
            font-size: 22px;
            font-weight: 700;
            color: #6f3fe8;
            width: 22%;
            text-align: center;
        }
        .ear_box .notice_box .row_line {
            width: 2px;
            background: #e4d2f0;
            height: 60px;
            margin: 0 40px;
        }
        .ear_box .notice_box .txt {
            font-size: 16px;
            line-height: 2;
        }




    /* Q&A */

.qna_box {
    background: #fff;
    padding: 0 80px 80px 80px;
}
    .qna_box .tit_box {
        display: flex;
        margin-bottom: 50px;
    }

        .qna_box .tit_box .txt_box {
        }

            .qna_box .tit_box .txt_box .tit {
                font-size: 40px;
                color: #000;
                font-weight: 600;
                line-height: 1.2;
            }

                .qna_box .tit_box .txt_box .tit span {
                    font-size: 30px;
                    color: #6f3fe9;
                    font-weight: 500;
                }


    .qna_box .ctn_box {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

.ctn_box .qna_ctn {
    display: flex;
    align-items: stretch;
}

    .ctn_box .qna_ctn .question_box {
        display: flex;
        gap: 30px;
        width: 30%;
        border: 2px solid #6f3fe8;
        padding: 15px;
        align-items: center;
        flex-grow: 1;
    }
.ctn_box .qna_ctn .question_box .icon {
    width: 25%;
}
    .ctn_box .qna_ctn .question_box .icon img {
        width: 100%;
        display: table;
    }
.ctn_box .qna_ctn .question_box .txt_box {
    display: flex;
    gap: 5px;
    font-size: 20px;
    font-weight: 500;
    width:75%;
}
    .ctn_box .qna_ctn .question_box .txt_box p {
        font-size: 16px;
        font-weight: 600;
        color: #6f3fe8;
    }
.ctn_box .qna_ctn .arr {
    font-size: 20px;
    color: #6f3fe8;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ctn_box .qna_ctn .arr.mo {
        display:none;
    }

    .ctn_box .qna_ctn .ans_box {
        background: #efe6f5;
        padding: 20px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 65%;
        font-size: 16px;
    }

    .ctn_box .qna_ctn .ans_box b {
        font-weight: 500;
        display: contents;
    }



    /* 아이템*/
    .item_box {
        width: 100%;
        background: url('/UploadFile/magazine/yn/4_ITEM/1.jpg') no-repeat;
        background-size: auto;
        background-position: right 0;
        background-color: #fff;
        padding: 50px 80px 80px 80px;
    }

    .item_box .tit_box .tit {
        font-size: 40px;
        font-weight: 600;
    }

        .item_box .tit_box .tit span {
            font-family: 'NanumGiBbeumBarkEum';
            font-size: 70px;
            font-weight: 100;
            display: inline-block;
            border-bottom: 2px solid #000;
            padding: 0 10px;
            line-height: 1;
        }

    .item_box .tit_box .sub_tit {
        font-size: 30px;
        line-height: 1.2;
        font-weight: 500;
        margin-top: 20px;
    }

        .item_box .tit_box .sub_tit span {
            color: #6f3fe9;
        }

    .item_box .item_ctn {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 30px;
    }

        .item_box .item_ctn .ctn_box {
            width: 40%;
            display: flex;
            gap: 10px;
            background: #f4edf9;
            padding: 20px;
        }

            .item_box .item_ctn .ctn_box.ntg {
                background: unset;
            }

            .item_box .item_ctn .ctn_box .txt_box {
                display: flex;
                flex-direction: column;
                width: 60%;
                gap: unset;
            }

                .item_box .item_ctn .ctn_box .txt_box .no span {
                    background: #fff;
                    padding: 5px 10px;
                    border-radius: 20px;
                    color: #c1a3d5;
                    margin-bottom: 20px;
                    display: inline-block;
                }

                .item_box .item_ctn .ctn_box .txt_box .tit {
                    color: #6f3fe9;
                    font-size: 30px;
                    font-weight: 500;
                    line-height: 1.2;
                    margin-bottom: 10px;
                }

                .item_box .item_ctn .ctn_box .txt_box .txt {
                    font-size: 16px;
                }


            .item_box .item_ctn .ctn_box .img {
                display: flex;
                align-items: end;
                width: 35%;
            }

                .item_box .item_ctn .ctn_box .img img {
                    width: 100%;
                }

                .item_box .item_ctn .ctn_box .img.size {
                    width: 50%;
                    padding-bottom: 20px;
                }





/*chapter 03*/

.mean_box {
    background: #efe6f5;
    padding: 80px;
}

    .mean_box .subs_tit {
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
    }

    .mean_box .tit_box {
        padding: 80px 0 50px 0;
    }

        .mean_box .tit_box .tit {
            font-size: 40px;
            font-weight: 900;
        }

            .mean_box .tit_box .tit span.name {
                font-family: 'NanumGiBbeumBarkEum';
                font-size: 70px;
                font-weight: 100;
                display: inline-block;
                border-bottom: 2px solid #000;
                padding: 0 10px;
                line-height: 1;
            }

    .mean_box .img,
    .mean_box .img img {
        width: 100%;
    }

        .mean_box .img img.mo {
            display: none;
        }



section .realmodel_box {
    width: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.realmodel_box .ctn_box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1100px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    font-style: italic;
    line-height: 1;
}

    .realmodel_box .ctn_box a {
        display: inline-block;
        background: #fff;
        padding: 10px 20px;
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
    }


section .gallery_box {
    width: 100%;
    background: #f6f6f6;
}

.gallery_box .ctn_box {
    display: flex;
    width: 100%;
    gap: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

    .gallery_box .ctn_box .btn_box {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 740px;
        display: flex;
        justify-content: space-between;
        z-index: 20;
    }

        .gallery_box .ctn_box .btn_box button {
            border-radius: 50%;
            background: #000;
            color: #fff;
            font-size: 20px;
            border: none;
            cursor: pointer;
            width: 32px;
            height: 32px;
        }




    .gallery_box .ctn_box .photo_img {
        width: 300px;
        background: #000;
    }

        .gallery_box .ctn_box .photo_img.main {
            width: 600px;
        }

            .gallery_box .ctn_box .photo_img.main img {
                opacity: 1;
            }

        .gallery_box .ctn_box .photo_img img {
            width: 100%;
            display: table;
            opacity: 0.5;
        }





/* gallery slider (smooth scale while moving) */
.gallery_box .ctn_box {
    position: relative;
}

.gallery_box .photo_track {
    position: relative;
    width: 100%;
    height: 900px; /* 필요하면 조절 */
    display: block;
    touch-action: pan-y; /* 세로 스크롤은 허용, 가로 스와이프는 우리가 처리 */
    user-select: none;
    overflow: hidden;
    z-index: 10;
}

    .gallery_box .photo_track .photo_img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        will-change: transform, opacity;
        transition: transform 450ms ease, opacity 450ms ease;
        z-index: 1;
    }

        .gallery_box .photo_track .photo_img img {
            display: block;
            width: 300px; /* 기본 폭 */
            height: auto;
            opacity: 0.5;
            pointer-events: none;
        }

        /* 중앙(큰 이미지) */
        .gallery_box .photo_track .photo_img.is-center {
            z-index: 1;
        }

            .gallery_box .photo_track .photo_img.is-center img {
                opacity: 1;
            }

    /* 애니 중 클릭 연타 방지용 */
    .gallery_box .photo_track.is-animating .photo_img {
        pointer-events: none;
    }










/*미디어쿼리 시작*/
@media (min-width: 768px) and (max-width: 1024px) {

    .intro_wrap .intro_box .txt_box {
        padding-left: 5vw;
    }

    .intro_wrap .intro_box {
        padding: 150px 0 100px 0;
        background-size: 120%;
        background-position: 30% 100%;
    }

    .intro_wrap .bar_box {
        padding: 20px;
    }

        .intro_wrap .bar_box .txt_box {
            gap: 0;
        }

    .ctn_wrap .menu_box {
        display: none;
    }

    .ctn_wrap .ctn_box {
        width: 100%;
    }

    .ctn_box .bna_b,
    .ctn_box .bna_a {
        padding: 50px 30px;
        background-position: 138% 0;
    }

    .ctn_box .bna_a {
        background-size: 82%;
        background-position: 210% 120%;
        background-image: url('/UploadFile/magazine/yn/1_INTRO/(3).jpg');
    }

    .ctn_box .first_box,
    .bna_box {
        padding: 50px 30px;
    }

        .bna_box .ctn_box {
            flex-direction: column;
        }

            .bna_box .ctn_box .tit_box {
                width: 100%;
                justify-content: end;
            }

                .bna_box .ctn_box .tit_box .txt_box {
                    flex-direction: row;
                }

            .bna_box .ctn_box .bna_ctn {
                width: 100%;
                margin-top: 30px;
            }

    .first_box .interview_box .img {
        width: 50%;
    }

    .interview_box .inter_ctn.under {
        flex-direction: column;
        gap: 28px;
    }

        .interview_box .inter_ctn.under .inter_box.w40,
        .interview_box .inter_ctn.under > .img {
            width: 100% !important;
            min-width: 0;
        }

    .interview_box .inter_ctn.ep07_plan_ctn {
        flex-direction: column;
        gap: 28px;
        align-items: flex-start;
    }

        .interview_box .inter_ctn.ep07_plan_ctn .img,
        .interview_box .inter_ctn.ep07_plan_ctn .inter_box {
            width: 100%;
        }

    .interview_box .inter_ctn.ep07_wannabe_ctn,
    .interview_box .inter_ctn.ep07_reaction_ctn,
    .interview_box .inter_ctn.ep07_home_ctn,
    .interview_box .inter_ctn.ep07_pain_ctn,
    .interview_box .inter_ctn.ep07_photo_advice_ctn,
    .interview_box .inter_ctn.ep07_last_ctn {
        flex-direction: column;
        gap: 28px;
        align-items: flex-start;
        margin-top: 0;
    }

    .interview_box .inter_ctn.ep07_photo_advice_ctn,
    .interview_box .inter_ctn.ep07_last_ctn {
        margin-top: 70px;
    }

        .interview_box .inter_ctn.ep07_wannabe_ctn .img,
        .interview_box .inter_ctn.ep07_wannabe_ctn .inter_box,
        .interview_box .inter_ctn.ep07_reaction_ctn .img,
        .interview_box .inter_ctn.ep07_reaction_ctn .inter_box,
        .interview_box .inter_ctn.ep07_home_ctn .img,
        .interview_box .inter_ctn.ep07_home_ctn .inter_box,
        .interview_box .inter_ctn.ep07_pain_ctn .img,
        .interview_box .inter_ctn.ep07_pain_ctn .inter_box,
        .interview_box .inter_ctn.ep07_photo_advice_ctn .img,
        .interview_box .inter_ctn.ep07_photo_advice_ctn .inter_box,
        .interview_box .inter_ctn.ep07_last_ctn .img,
        .interview_box .inter_ctn.ep07_last_ctn .inter_box {
            order: initial;
            width: 100%;
            padding: 0;
        }

    .ep07_wide_photo img.pc {
        display: none;
    }

    .ep07_wide_photo img.mo {
        display: block;
        width: 100%;
    }


    .change_box,
    .record_box,
    .ear_box,
    .qna_box {
        padding: 0 30px 50px 30px;
    }

        .record_box .record_ctn .txt_box .txt,
        .ear_box .tit_box .txt_box .txt {
            font-size: 14px;
        }

        .ear_box .tit_box {
            align-items: center;
            gap: 3%;
        }

            .ear_box .tit_box .img {
                width: 45%;
            }

    .item_box {
        padding: 50px 30px;
        background-size: 80%;
        background-position: 160% 20%;
    }

        .item_box .item_ctn .ctn_box {
            flex-direction: column;
            justify-content: space-between;
        }

            .item_box .item_ctn .ctn_box .txt_box {
                width: 100%;
            }

            .item_box .item_ctn .ctn_box .img,
            .item_box .item_ctn .ctn_box .img.size {
                justify-content: end;
                width: auto;
                padding-bottom: 0;
            }

                .item_box .item_ctn .ctn_box .img img {
                    width: 50%;
                }

                .item_box .item_ctn .ctn_box .img.size img {
                    width: 70%;
                }

    .mean_box {
        padding: 50px 30px;
    }
}




@media screen and (max-width: 767px) {


    .intro_wrap .intro_box {
        background-size: 200%;
        background-position: 85% 105%;
        padding: 100px 0 360px 0;
    }

        .intro_wrap .intro_box .txt_box {
            padding-left: 5vw;
            gap: 5px;
            width: 100%;
        }

            .intro_wrap .intro_box .txt_box .main_tit {
                font-size: 44px;
            }

            .intro_wrap .intro_box .txt_box .sub_tit {
                font-size: 28px;
            }

            .intro_wrap .intro_box .txt_box .name {
                margin-top: 10px;
                font-size: 20px;
            }

            .intro_wrap .intro_box .txt_box .wm_txt {
                font-size: 16px;
                margin-bottom: 10px;
            }

    .intro_wrap .bar_box {
        padding: 20px;
    }

        .intro_wrap .bar_box .txt_box .txt {
            font-size: 13px;
            text-align: center;
        }

        .intro_wrap .bar_box .txt_box {
            flex-direction: column;
            gap: 5px;
        }

            .intro_wrap .bar_box .txt_box .tit {
                width: 100%;
                text-align: center;
                font-size: 22px;
            }

    .ctn_wrap .menu_box {
        display: none;
    }

    .ctn_wrap .ctn_box {
        width: 100%;
    }

    .ctn_box .bna_b {
        padding: 30px 20px 370px 20px;
        background-size: 104%;
        background-position: -70% 100%;
    }

    .ctn_box .txt_box {
        /*gap: 20px;*/
    }

        .ctn_box .txt_box .tit,
        .ctn_box .bna_a .txt_box .tit {
            font-size: 70px;
            line-height: 1.3;
        }

        .ctn_box .txt_box .txt {
            font-size: 16px;
        }

        .ctn_box .txt_box .handwrite {
            font-size: 30px;
            margin-top: 20px;
        }

    .ctn_box .bna_b .txt_box .handwrite span,
    .ctn_box .bna_a .txt_box .handwrite span {
        font-size: 30px;
    }

    .ctn_box .bna_a {
        padding: 30px 20px 370px 20px;
        background-size: 106%;
        background-position: -100% 103%;
        background-image: url('/UploadFile/magazine/yn/1_INTRO/(3).jpg');
    }

        .ctn_box .bna_a .txt_box .txt {
            text-align: left;
            width: 100%;
        }

    .ctn_box .first_box {
        padding: 50px 20px;
    }


    /*타이틀*/

    .first_box .interview_box .tit_box .txt_box .tit,
    .bna_box .ctn_box .tit_box .txt_box .tit,
    .change_box .tit,
    .record_box .tit,
    .ear_box .tit_box .txt_box .tit,
    .qna_box .tit_box .txt_box .tit,
    .item_box .tit_box .tit,
    .mean_box .tit_box .tit {
        font-size: 34px;
    }

        .ear_box .tit_box .txt_box .tit span,
        .qna_box .tit_box .txt_box .tit span {
            font-size: 24px;
        }

        .item_box .tit_box .tit span,
        .mean_box .tit_box .tit span.name {
            font-size: 50px;
        }


    .first_box .interview_box .tit_box {
        flex-direction: column;
        gap: 20px;
        padding-top: 50px;
    }

        .first_box .interview_box .tit_box .txt_box {
            width: 100%;
            flex-direction: row;
        }

    .first_box .interview_box .img {
        width: 100%;
    }

    .first_box .interview_box .tit_box .txt_box .hi_txt {
        padding: 10px;
        font-size: 18px;
        font-weight: 500;
        width: 50%;
    }

    .interview_box .inter_ctn {
        flex-direction: column;
        gap: 20px;
    }

    .inter_ctn .w40 {
        width: 100% !important;
    }

    .inter_ctn .w60 {
        width: 100% !important;
    }
    .inter_ctn .w70 {
        width: 100% !important;
    }

    .inter_ctn .w80 {
        width: 100% !important;
    }

    .interview_box .inter_ctn.under .inter_box.w40,
    .interview_box .inter_ctn.under > .img {
        width: 100% !important;
        min-width: 0;
    }

    .first_box .interview_box {
        gap: 50px 0;
    }

    .interview_box .inter_ctn .inter_box {
        width: 100%;
    }

        .interview_box .inter_ctn .inter_box .question {
            font-size: 17px;
            font-weight: 500;
            margin-bottom: 10px;
        }

            .interview_box .inter_ctn .inter_box .question p {
                font-size: 24px;
            }

        .interview_box .inter_ctn .inter_box .answer,
        .interview_box .inter_ctn .answer {
            font-size: 13px;
            line-height: 1.8;
        }

    .interview_box .inter_ctn.ep07_plan_ctn {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

        .interview_box .inter_ctn.ep07_plan_ctn .img,
        .interview_box .inter_ctn.ep07_plan_ctn .inter_box {
            width: 100%;
        }

    .interview_box .inter_ctn.ep07_wannabe_ctn,
    .interview_box .inter_ctn.ep07_reaction_ctn,
    .interview_box .inter_ctn.ep07_home_ctn,
    .interview_box .inter_ctn.ep07_pain_ctn,
    .interview_box .inter_ctn.ep07_photo_advice_ctn,
    .interview_box .inter_ctn.ep07_last_ctn {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        margin-top: 0;
    }

    .interview_box .inter_ctn.ep07_photo_advice_ctn,
    .interview_box .inter_ctn.ep07_last_ctn {
        margin-top: 70px;
    }

        .interview_box .inter_ctn.ep07_wannabe_ctn .img,
        .interview_box .inter_ctn.ep07_wannabe_ctn .inter_box,
        .interview_box .inter_ctn.ep07_reaction_ctn .img,
        .interview_box .inter_ctn.ep07_reaction_ctn .inter_box,
        .interview_box .inter_ctn.ep07_home_ctn .img,
        .interview_box .inter_ctn.ep07_home_ctn .inter_box,
        .interview_box .inter_ctn.ep07_pain_ctn .img,
        .interview_box .inter_ctn.ep07_pain_ctn .inter_box,
        .interview_box .inter_ctn.ep07_photo_advice_ctn .img,
        .interview_box .inter_ctn.ep07_photo_advice_ctn .inter_box,
        .interview_box .inter_ctn.ep07_last_ctn .img,
        .interview_box .inter_ctn.ep07_last_ctn .inter_box {
            order: initial;
            width: 100%;
            padding: 0;
        }

    .ep07_wide_photo {
        margin: 35px 0 25px;
    }

        .ep07_wide_photo img.pc {
            display: none;
        }

        .ep07_wide_photo img.mo {
            display: block;
            width: 88%;
            margin: 0 auto;
        }

    .interview_box .inter_box.bottom {
        padding-left: 0;
        margin-top: 0;
    }





    .bna_box {
        padding: 50px 20px;
    }

        .bna_box .ctn_box {
            flex-direction: column;
            padding-top: 40px;
        }

            .bna_box .ctn_box .tit_box {
                width: 100%;
                justify-content: end;
            }

            .bna_box .ctn_box .bna_ctn {
                width: 100%;
                margin-top: 30px;
            }

            .bna_box .ctn_box .tit_box .txt_box {
                width: 100%;
                gap: 10px;
            }

                .bna_box .ctn_box .tit_box .txt_box .plan_box {
                    padding: 10px;
                    font-size: 14px;
                    width:100%;
                }

        .first_box .subs_tit,
        .bna_box .subs_tit,
        .mean_box .subs_tit {
            font-size: 12px;
        }

    .change_box,
    .record_box,
    .ear_box,
    .item_box,
    .qna_box {
        padding: 0 20px 50px 20px;
    }

        .change_box .ctn_box {
            width: 100%;
            flex-direction: column;
            gap: 20px;
        }

            .change_box .ctn_box .change_ctn {
                flex-direction: row;
                width: 100%;
                gap: 5px;
                flex-wrap: wrap;
                align-items: center;
                background: #f5f5f5;
                padding: 5px;
                justify-content: space-between;
            }

                .change_box .ctn_box .change_ctn .img_box {
                    width: 49%;
                }

        .change_box .change_ctn .txt {
            font-size: 20px;
            width: 49%;
            margin-top: 0px;
        }

        .change_box .change_eye_point {
            width: 100%;
            margin-top: 35px;
        }

            .change_box .change_eye_point .txt {
                margin-top: 14px;
                font-size: 16px;
            }

        .record_box .record_ctn .img_box {
            width: 100%;
        }

        .record_box .record_ctn .txt_box .txt {
            font-size: 13px;
        }

        .record_box .record_ctn .txt_box .tit {
            font-size: 15px;
            margin-bottom: 5px;
        }

        .record_box .record_ctn {
            gap: 10px;
        }


        .ear_box .tit_box {
            flex-direction: column;
            margin-bottom: 30px;
        }

            .ear_box .tit_box .txt_box {
                width: 100%;
                gap: 20px;
            }

                .ear_box .tit_box .txt_box .txt {
                    font-size: 14px;
                }

            .ear_box .tit_box .img {
                width: 100%;
                margin-top: 30px;
            }

        .ear_box .img_box img.mo {
            display: block;
            width: 70%;
            margin: 0 auto;
        }

        .ear_box .img_box img.pc {
            display: none;
        }

        .ear_box .notice_box {
            flex-direction: column;
            padding: 20px;
        }
            .ear_box .notice_box .row_line {
                width: 100%;
                height: 1px;
                margin: 10px 0;
            }
            .ear_box .notice_box .tit {
                font-size: 18px;
                width: 100%;
            }
            .ear_box .notice_box .txt {
                font-size: 14px;
            }



        .qna_box .tit_box {
            margin-bottom: 30px;
        }

        .qna_box .ctn_box {
            gap: 40px;
        }

        .ctn_box .qna_ctn {
            flex-direction: column;
        }
        .ctn_box .qna_ctn .question_box {
            width: 100%;
            padding: 10px;
        }
            .ctn_box .qna_ctn .question_box .txt_box {
                font-size: 16px;
            }
                .ctn_box .qna_ctn .question_box .txt_box p {
                    font-size: 12px;
                    font-weight: 600;
                    color: #6f3fe8;
                }

        .ctn_box .qna_ctn .ans_box {
            width: 100%;
            padding: 15px;
            font-size: 14px;
        }


        .ctn_box .qna_ctn .arr.pc {
            display: none;
        }
            .ctn_box .qna_ctn .arr.mo {
                display: flex;
            }

        .item_box {
            background-size: 140%;
            background-position: 50% 15%;
        }

        .item_box .tit_box .sub_tit {
            font-size: 20px;
        }

        .item_box .item_ctn {
            margin-top: 350px;
        }

            .item_box .item_ctn .ctn_box {
                width: 100%;
                padding: 15px;
            }

                .item_box .item_ctn .ctn_box.ntg {
                    display: none;
                }

                .item_box .item_ctn .ctn_box .txt_box {
                    width: 70%;
                }

                    .item_box .item_ctn .ctn_box .txt_box .no span {
                        font-size: 14px;
                        padding: 3px 5px;
                    }

                    .item_box .item_ctn .ctn_box .txt_box .tit {
                        font-size: 24px;
                    }

                    .item_box .item_ctn .ctn_box .txt_box .txt {
                        font-size: 14px;
                    }



    .mean_box {
        padding: 50px 20px;
    }

        .mean_box .tit_box {
            padding: 50px 0 30px 0;
        }

        .mean_box .img img.mo {
            display: block;
        }

        .mean_box .img img.pc {
            display: none;
        }


    section .realmodel_box {
        padding: 20px;
    }

    .realmodel_box .ctn_box {
        flex-direction: column;
        gap: 20px;
        font-size: 40px;
    }

        .realmodel_box .ctn_box a {
            font-size: 20px;
        }

    .gallery_box .ctn_box .btn_box {
        width: 90%;
    }

    .gallery_box .photo_track {
        height: 55vh;
        overflow: hidden;
    }

        .gallery_box .photo_track .photo_img {
            width: 40vw;
        }

            .gallery_box .photo_track .photo_img img {
                width: 100%;
            }
}



.top20 { margin-top: 20px; }
.top30 { margin-top: 30px; }
.top50 { margin-top: 50px; }
.top70 { margin-top: 70px; }
.top90 { margin-top: 90px; }
.top120 { margin-top: 120px; }
.top150 { margin-top: 150px; }

/* EP07 lower section */
.ep07_section_tit {
    width: calc(100% - 160px);
    margin: 40px auto 55px;
}

.ep07_section_tit .tit {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.25;
    color: #000;
}

.ep07_section_tit .sub_tit {
    margin-top: 18px;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 500;
    color: #7042ed;
}

.ep07_rib_box {
    background: #fff;
    padding: 10px 0 120px;
}

.ep07_rib_box img,
.ep07_item_box img,
.ep07_mean_box img {
    display: block;
    max-width: 100%;
}

.rib_before_after {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

.rib_desc {
    width: calc(100% - 160px);
    margin: 42px auto 110px;
    text-align: center;
    font-size: 24px;
    line-height: 1.65;
    color: #000;
}

.rib_desc b,
.rib_scar b,
.point_txt b{
    font-weight: 500;
}

.rib_point {
    position: relative;
    width: calc(100% - 160px);
    margin: 0 auto 115px;
    padding: 0 58px 54px;
    box-sizing: border-box;
    background: transparent;
}

.rib_point:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    bottom: 0;
    z-index: 0;
    border-radius: 28px;
    background: #efe3f7;
}

.rib_point > * {
    position: relative;
    z-index: 1;
}

.rib_point > .tit {
    margin-left: -58px;
    margin-right: -58px;
    margin-bottom: 30px;
}

.rib_point > .tit,
.rib_xray > .tit,
.rib_scar .tit {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.25;
    color: #000;
}

.rib_point .img {
    width: 86%;
    margin: 0 auto 52px;
    padding-top: 34px;
}

.rib_point .point_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.rib_point .point_tit {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 18px 8px;
    border-radius: 999px;
    background: #7042ed;
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

.rib_point .point_txt {
    font-size: 18px;
    /*font-weight: 500;*/
    line-height: 1.55;
    color: #000;
}




.rib_xray {
    width: calc(100% - 160px);
    margin: 70px auto 0;
}

.rib_xray > .sub_tit {
    margin: 16px 0 34px;
    color: #7042ed;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.25;
}

.rib_xray > .img {
    width: 100%;
    margin: 0 auto;
}

.rib_xray > .img img {
    width: 100%;
}

.rib_xray .black_box {
    width: 100%;
    margin: 0 auto 120px;
    padding: 48px 70px 70px;
    box-sizing: border-box;
    background: #000;
    color: #fff;
}

.rib_xray .main_txt {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.45;
}

.rib_xray .main_txt span {
    color: #c6a7ff;
    font-size: 38px;
    font-weight: 500;
}

.rib_xray .desc_txt {
    margin-top: 24px;
    font-size: 20px;
    /*font-weight: 500;*/
    line-height: 1.65;
    color: #fff;
}

.rib_xray .desc_txt b {
    background: #feff98;
    color: #000;
    font-weight: 500;
}

.rib_xray .black_tit {
    position: relative;
    margin-top: 58px;
    padding-left: 34px;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}

.rib_xray .black_tit:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff4b43;
    box-shadow: 0 14px 0 -6px #2fa9c6;
}

.rib_xray .black_ctn {
    display: flex;
    align-items: center;
    gap: 76px;
    margin-top: 54px;
}

.rib_xray .black_ctn .img {
    width: 46%;
}

.rib_xray .txt_list {
    flex: 1;
}

.rib_xray .txt_item {
    margin-top: 30px;
    font-size: 22px;
    /*font-weight: 500;*/
    line-height: 1.45;
}

.rib_xray .txt_item:first-child {
    margin-top: 0;
}

.rib_xray .txt_item span {
    display: inline-block;
    margin-bottom: 8px;
    /*padding: 6px 18px 8px;*/
    padding: 4px 12px 4px;
    border-radius: 999px;
    background: #c93223;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.rib_xray .txt_item em {
    font-style: normal;
}

@media screen and (max-width: 767px) {
    .rib_xray .txt_item em {
        display: block;
        margin-left: -6px;
    }
}


.rib_scar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 70px;
    width: calc(100% - 160px);
    margin: 0 auto 80px;
}

.rib_scar .txt_box {
    width: 56%;
}

.rib_scar .tit {
    color: #000;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.22;
}

.rib_scar .sub_tit {
    margin: 14px 0 46px;
    color: #7042ed;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
}

.rib_scar .txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.82;
    color: #111;
}

.rib_scar .txt b {
    color: #000;
    font-weight: 500;
}

.rib_scar .img {
    width: 38%;
}

.rib_scar .txt_box > .tit {
    color: #000 !important;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.22;
    opacity: 1 !important;
}

.rib_tip {
    width: calc(100% - 160px);
    margin: 0 auto;
    padding: 42px 58px;
    box-sizing: border-box;
    border-radius: 22px;
    background: #efe3f7;
}

.rib_tip .tit {
    margin-bottom: 28px;
    font-size: 32px;
    font-weight: 900;
    color: #000;
}

.rib_tip .tit span {
    font-family: 'NanumGiBbeumBarkEum';
    font-size: 40px;
    font-weight: 400;
}

.rib_tip ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rib_tip li {
    position: relative;
    margin-top: 22px;
    padding-left: 46px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.45;
    color: #000;
}

.rib_tip li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 30px;
    height: 30px;
    border: 4px solid #7042ed;
    border-radius: 50%;
    box-sizing: border-box;
}

.rib_tip li span {
    display: inline;
    padding: 0 4px;
    background: #fff9c7;
    color: #7042ed;
    font-family: 'NanumGiBbeumBarkEum';
    font-size: 26px;
    font-weight: 600;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.mo_tip_break {
    display: none;
}

.ep07_item_box {
    position: relative;
    overflow: hidden;
    padding: 58px 0 120px;
    background: #fff;
}

.ep07_item_box .tit_box {
    position: relative;
    z-index: 2;
    width: calc(100% - 160px);
    margin: 0 auto 48px;
}

.ep07_item_box .tit {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.25;
    color: #000;
}

.ep07_item_box .tit .name {
    font-family: 'NanumGiBbeumBarkEum';
	font-size:70px;
    font-weight: 400;
    border-bottom: 4px solid #000;
}

.ep07_item_box .sub_tit {
    margin-top: 22px;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.35;
    color: #000;
}

.ep07_item_box .sub_tit span {
    color: #7042ed;
}

.ep07_item_box .item_visual {
    position: absolute;
    right: -40px;
    top: 120px;
    width: 43%;
    opacity: .9;
    z-index: 1;
}

.ep07_item_box .item_grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    width: 78%;
    margin-left: 4%;
}

.ep07_item_box .item_card {
    position: relative;
    min-height: 285px;
    padding: 34px 250px 32px 34px;
    background: #EFE7F6;
    color: #000;
}

.ep07_item_box .item_card .label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 4px 12px;
    border-radius: 8px;
    background: #fff;
    color: #9c73cc;
    font-size: 24px;
    font-weight: 500;
}

.ep07_item_box .item_card .tit {
    margin-bottom: 18px;
    color: #7042ed;
    font-size: 34px;
    font-weight: 500;
	width:310px;
}

.ep07_item_box .item_card .txt {
    font-size: 21px;
    /*font-weight: 500;*/
    line-height: 1.55;
    color: #000;
}

.ep07_item_box .item_card img {
    position: absolute;
    right: 24px;
    bottom: 90px;
    width: 190px;
    max-height: 210px;
    object-fit: contain;
}

.ep07_item_box .item_card:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.ep07_item_box .item_card:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.ep07_item_box .item_card:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.ep07_item_box .item_card:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.ep07_item_box .item_card:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

.ep07_mean_box {
    background: #efe3f7;
}

.ep07_mean_box .tit_box .tit .name {
    font-family: 'NanumGiBbeumBarkEum';
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .ep07_section_tit {
        width: 100%;
        margin: 0 0 28px;
    }

    .ep07_section_tit .tit,
    .rib_point > .tit,
    .rib_xray > .tit,
    .rib_scar .tit,
    .ep07_item_box .tit {
        font-size: 28px;
    }

    .ep07_section_tit .sub_tit,
    .rib_xray > .sub_tit,
    .rib_scar .sub_tit,
    .ep07_item_box .sub_tit {
        font-size: 22px;
    }

    .ep07_rib_box {
        padding: 0 20px 60px;
        box-sizing: border-box;
    }

    .rib_before_after,
    .rib_point .point_grid,
    .rib_xray .black_ctn,
    .rib_scar,
    .ep07_item_box .item_grid {
        display: block;
    }

    .rib_before_after,
    .rib_desc,
    .rib_point,
    .rib_xray,
    .rib_xray > .img,
    .rib_xray .black_box,
    .rib_scar,
    .rib_tip,
    .ep07_item_box .tit_box,
    .ep07_item_box .item_grid {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }

    .rib_before_after .img + .img {
        margin-top: 14px;
    }

    .rib_desc {
        margin-top: 24px;
        margin-bottom: 55px;
        font-size: 15px;
        line-height: 1.7;
    }

    .rib_point {
        margin-bottom: 60px;
        padding: 0 18px 32px;
    }

    .rib_point:before {
        top: 94px;
        border-radius: 16px;
    }

    .rib_point > .tit {
        margin-left: -18px;
        margin-right: -18px;
        margin-bottom: 20px;
    }

    .rib_point .img {
        width: 100%;
        margin: 0 0 24px;
        padding-top: 22px;
    }

    .rib_point .point_item {
        margin-top: 30px;
    }

    .rib_point .point_item:first-child {
        margin-top: 22px;
    }

    .rib_point .point_tit {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .rib_point .point_txt {
        font-size: 14px;
    }

    .rib_xray .black_box {
        margin-bottom: 60px;
        padding: 28px 18px;
    }

    .rib_xray .main_txt {
        font-size: 17px;
    }

    .rib_xray .main_txt span {
        display: block;
        font-size: 25px;
    }

    .rib_xray .desc_txt {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.7;
    }

    .rib_xray .black_tit {
        margin-top: 34px;
        padding-left: 24px;
        font-size: 22px;
    }

    .rib_xray .black_tit:before {
        left: 2px;
        top: 7px;
        width: 10px;
        height: 10px;
        box-shadow: 0 11px 0 -5px #2fa9c6;
    }

    .rib_xray .black_ctn .img,
    .rib_scar .txt_box,
    .rib_scar .img {
        width: 100%;
    }

    .rib_xray .black_ctn {
        margin-top: 28px;
    }

    .rib_xray .txt_item {
        margin-top: 26px;
        padding-left: 14px;
        box-sizing: border-box;
        font-size: 15px;
    }

    .rib_xray .txt_item span {
        margin-left: -14px;
        margin-bottom: 7px;
        font-size: 18px;
    }

    .rib_scar {
        margin-bottom: 40px;
    }

    .rib_scar .tit {
        color: #000 !important;
        font-size: 26px;
        opacity: 1 !important;
    }

    .rib_scar .sub_tit {
        margin-bottom: 28px;
        font-size: 21px;
    }

    .rib_scar .txt {
        font-size: 15px;
        font-weight: 400;
    }

    .rib_scar .img {
        margin-top: 28px;
    }

    .rib_tip {
        margin-bottom: 0;
        padding: 24px 18px;
        border-radius: 16px;
    }

    .rib_tip .tit {
        font-size: 24px;
    }

    .rib_tip .tit span {
        font-size: 28px;
    }

    .rib_tip li {
        padding-left: 32px;
        font-size: 15px;
    }

    .rib_tip li:before {
        top: 3px;
        width: 18px;
        height: 18px;
        border-width: 5px;
    }

    .mo_tip_break {
        display: block;
        margin-top: 4px;
    }

    .rib_tip li span {
        display: inline;
        padding: 0 4px;
        background: #fff9c7;
        font-size: 17px;
        line-height: 1.6;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
    }



    .ep07_item_box {
        padding: 38px 20px 60px;
        box-sizing: border-box;
        background-image: url('/UploadFile/magazine/yn/4_ITEM/1.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: right 0px top 204px;
    }

    .ep07_item_box .item_visual {
        display: none;
    }

    .ep07_item_box .item_grid {
        margin-top: 330px;
    }

    .ep07_item_box .item_card {
        min-height: 0;
        margin-top: 12px;
        padding: 24px 145px 24px 20px;
    }

    .ep07_item_box .item_card .label {
        font-size: 15px;
    }

    .ep07_item_box .item_card .tit {
        font-size: 24px;
    }

    .ep07_item_box .item_card .txt {
        font-size: 14px;
    }

    .ep07_item_box .item_card img {
        right: 23px;
        bottom: 50px;
        width: 115px;
        max-height: 130px;
    }
}



