﻿.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/dy/01.jpg) no-repeat;
    background-size: contain;
    background-position: 78% 0;
    background-color: #eeeff2;
}
    .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: #1d66d3;
            }

        .intro_wrap .intro_box .txt_box .sub_tit {
            font-family: 'NanumSonPyeonJiCe';
            font-size: 34px;
            line-height: 1.2;
            color: #1d66d3;
        }
        .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: 'NanumSonPyeonJiCe';
                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: 20px 0;
    background: #244f90;
    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/dy/02.jpg) no-repeat;
    background-size: contain;
    background-position: 85% 0;
    background-color: #fff;
    padding: 50px 80px 80px 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: 'NanumSonPyeonJiCe';
            font-size: 40px;
            margin-top: 20px;
            line-height: 1.2;
        }
            .ctn_box .bna_b .txt_box .handwrite span {
                font-size: 42px;
                color: #1d66d3;
            }



.ctn_box .bna_a {
    width: 100%;
    background: url(/UploadFile/magazine/dy/03.jpg) no-repeat;
    background-size: contain;
    background-position: 85% 0;
    background-color: #1d66d3;
    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: right;
        width: 40%;
    }
            .ctn_box .bna_a .txt_box .handwrite span {
                font-size: 42px;
                color: #fff36d;
            }


.ctn_box .first_box {
    background: #d9e2f0;
    padding: 80px;
}

    .first_box .subs_tit {
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
    }

    .first_box .interview_box {
        display:flex;
        flex-direction:column;
        gap:80px 0;
    }
        .first_box .interview_box .tit_box {
            display: flex;
            padding-top: 80px;
            justify-content: space-between;
        }
            .first_box .interview_box .tit_box .txt_box {
                justify-content: space-between;
                width: 40%;
            }
                .first_box .interview_box .tit_box .txt_box .tit {
                    font-size: 40px;
                    color: #000;
                }
                .first_box .interview_box .tit_box .txt_box .hi_txt {
                    background: #1d66d3;
                    color: #fff;
                    font-size: 30px;
                    font-weight: 500;
                    width: 80%;
                    padding: 20px 30px;
                }

        .first_box .interview_box .img {
            width: 60%;
            text-align: right;
        }
            .first_box .interview_box .img img {
                display: table;
                width: 100%;
            }

.interview_box .inter_ctn {
    display: flex;
    gap: 4%;
    align-items: flex-end;
}
    .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 .w80 {
    width: 80% !important;
}
.inter_ctn .w100 {
    width: 100% !important;
}
.interview_box .inter_ctn.under {
    flex-wrap: wrap;
}
.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;
        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;
    }
    .interview_box .inter_ctn .inter_box .answer span {
        background: #edebd7;
        font-weight: 500;
    }
        .interview_box .inter_ctn .answer span {
            background: #edebd7;
            font-weight: 500;
        }


    /*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: #9dafcb;
                    }
                    .bna_box .ctn_box .tit_box .txt_box .tit .a_color {
                        color: #4072bf;
                    }

                .bna_box .ctn_box .tit_box .txt_box .plan_box {
                    background: #1d66d3;
                    color: #fff;
                    font-size: 16px;
                    padding: 20px 30px;
                    display: flex;
                    gap: 20px;
                    flex-direction: column;
                }
                    .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: 5px;
        }
    }
    .change_box .change_ctn .img_box {
        width: 100%;
    }
        .change_box .change_ctn .img_box .img img {
            width: 100%;
            display:table;
        }
.change_box .change_ctn .txt {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
}


/* 도윤 의 회복 기록편*/

.record_box {
    background: #fff;
    padding: 0 80px 100px 80px;
}
    .record_box .tit {
        font-size: 40px;
        color: #000;
        font-weight: 900;
    }
    .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: #1d66d3;
                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;
    }

        .ear_box .tit_box .txt_box {
            width: 65%;
            gap: 30px;
        }

            .ear_box .tit_box .txt_box .tit {
                font-size: 40px;
                color: #000;
                font-weight: 900;
                line-height: 1.2;
            }
        .ear_box .tit_box .txt_box .tit span {
            font-size: 30px;
            color: #1d66d3;
            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;
        }


/* 도윤 의 아이템*/
.item_box {
    width: 100%;
    background: url(/UploadFile/magazine/dy/item_bg.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: 900;
    }
        .item_box .tit_box .tit span {
            font-family: 'NanumSonPyeonJiCe';
            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: #1d66d3;
        }

    .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: #edf3fb;
            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: 58%;
                gap: unset;
            }

                .item_box .item_ctn .ctn_box .txt_box .no span {
                    background: #fff;
                    padding: 5px 10px;
                    border-radius: 20px;
                    color: #74a2e0;
                    margin-bottom: 20px;
                    display: inline-block;
                }
                .item_box .item_ctn .ctn_box .txt_box .tit {
                    color: #1d66d3;
                    font-size: 32px;
                    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;
            }

                .item_box .item_ctn .ctn_box .img img {
                    width: 100%;
                    margin-bottom: 10px;
                }



/*chapter 03*/

.mean_box {
    background: #d9e2f0;
    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: 'NanumSonPyeonJiCe';
        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;
}

    .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: 270% 0;
    }
    .ctn_box .bna_a {
        background-size: 87%;
        background-position: 310% 120%;
    }

    .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;
            }

    .change_box,
    .record_box,
    .ear_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 {
                justify-content: end;
            }
            .item_box .item_ctn .ctn_box .img img {
                width: 60%;
            }

    .mean_box {
        padding: 50px 30px;
    }

}




@media screen and (max-width: 767px) {


    .intro_wrap .intro_box {
        background-size: 200%;
        background-position: 82% 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: 102%;
        background-position: -450% 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: 0;
        }
    .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: 110%;
        background-position: -50% 101%;
        background-image: url(/UploadFile/magazine/dy/03_mo.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,
    .item_box .tit_box .tit,
    .mean_box .tit_box .tit {
        font-size: 34px;
    }
        .ear_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;
        width: 100%;
    }

    .interview_box .inter_ctn {
        flex-direction: column;
        gap: 20px;
    }

    .inter_ctn .w40 {
        width: 100% !important;
    }

    .inter_ctn .w60 {
        width: 100% !important;
    }

    .inter_ctn .w80 {
        width: 100% !important;
    }

    .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;
            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_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;
                }

        .first_box .subs_tit,
        .bna_box .subs_tit,
        .mean_box .subs_tit {
            font-size: 12px;
        }

    .change_box,
    .record_box,
    .ear_box,
    .item_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: 10px;
                flex-wrap: wrap;
            }
            .change_box .ctn_box .change_ctn .img_box {
                width: 48%;
            }

        .change_box .change_ctn .txt {
            font-size: 16px;
            width: 100%;
            margin-top: 0px;
        }

        .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;
            }

    .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: 75%;
            }
            .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%;
        }


        }



		
