﻿.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/mk/01.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: #e87544;
            }

        .intro_wrap .intro_box .txt_box .sub_tit {
            font-family: 'NanumGangBuJangNimCe';
            font-size: 34px;
            line-height: 1.2;
            color: #e87544;
        }

        .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: 'NanumGangBuJangNimCe';
                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: #7c3828;
    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/mk/02.jpg) no-repeat;
    background-size: contain;
    background-position: 85% 0;
    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: 'NanumGangBuJangNimCe';
        font-size: 36px;
        margin-top: 20px;
        line-height: 1.2;
    }

.ctn_box .bna_b .txt_box .handwrite span {
    color: #e87544;
}



.ctn_box .bna_a {
    width: 100%;
    background: url(/UploadFile/magazine/mk/03.jpg) no-repeat;
    background-size: contain;
    background-position: 85% 0;
    background-color: #ef8646;
    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;
    }

    .ctn_box .bna_a .txt_box .handwrite span {
        font-size: 42px;
        color: #fff36d;
    }


.ctn_box .first_box {
    background: #f8e8e5;
    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: #e87544;
                color: #fff;
                font-size: 30px;
                font-weight: 500;
                width: 80%;
                padding: 20px 30px;
            }

    .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: 4%;
    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;
    gap: 0;
}

.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: #fff9c7;
        font-weight: 500;
    }

.interview_box .inter_ctn .answer span {
    background: #fff9c7;
    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: #cfb4aa;
                    }

                    .bna_box .ctn_box .tit_box .txt_box .tit .a_color {
                        color: #e98657;
                    }

                .bna_box .ctn_box .tit_box .txt_box .plan_box {
                    background: #e87544;
                    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 {
                        color: #e87544;
                        background:#fff;
                    }
                    .bna_box .ctn_box .tit_box .txt_box .plan_box span b {
                        font-weight: 700;
                    }

                    .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%;
}

    .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: #e87544;
                margin-bottom: 10px;
            }

            .record_box .record_ctn .txt_box .txt {
                font-size: 16px;
            }

/*베이직*/


.basic_box {
    background: #fff;
    padding: 0 80px 100px 80px;
}

    .basic_box .tit {
        font-size: 40px;
        color: #000;
        font-weight: 900;
    }

    .basic_box .ctn_box {
        margin-top: 20px;
        /*width: 100%;*/
    }
    .basic_box .ctn_box img {
        width: 100%;
    }


    /*자가진단*/



.test_box {
    background: #fff;
    padding:0 80px 80px 80px;
}

    .test_box .test_ctn {
        border: 10px solid #f6f6f6;
        padding: 50px;
        width: 80%;
    }

    .test_box .test_ctn .tit {
        font-size: 40px;
        color: #000;
        font-weight: 900;
    }

:root {
    --primary-orange: #f28d5d;
    --bg-gray: #f5f5f5;
    --border-color: #ddd;
}

.survey-container {
    margin-top: 30px;
}

/* 체크박스 레이아웃 */
.survey-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 15px 0;
}

.checkbox-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

    /* 기본 체크박스 숨기기 */
    .checkbox-item input {
        display: none;
    }

/* 커스텀 체크박스 사각형 */
.checkmark {
    width: 24px;
    height: 24px;
    border: 2px solid var(--border-color);
    border-radius: 4px;
    margin-right: 12px;
    position: relative;
    transition: all 0.2s;
}

/* 체크되었을 때 스타일 */
.checkbox-item input:checked + .checkmark {
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
}

/* 체크 표시(V) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.checkbox-item input:checked + .checkmark:after {
    display: block;
}

/* 텍스트 스타일 */
.label-text {
    font-size: 18px;
    color: #333;
}

    .label-text.active {
        color: var(--primary-orange);
        font-weight: 500;
    }

/* 중간 안내 문구 */
.divider {
    background-color: var(--bg-gray);
    padding: 10px 0 10px 20px;
    margin: 20px 0;
    font-size: 15px;
    color: #666;
}

/* 결과 버튼 */
.result-btn {
    display: block;
    margin: 30px auto 0;
    padding: 15px 50px;
    background-color: var(--primary-orange);
    color: white;
    border: none;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Paperozi';
}

/*베이직 row*/


.baserow_box {
    background: #fff;
    padding: 0 80px 80px 80px;
}

    .baserow_box .tit_box .tit {
        font-size: 40px;
        color: #000;
        font-weight: 900;
        line-height: 1.2;
    }

        .baserow_box .tit_box .tit span {
            font-size: 30px;
            color: #e87544;
            font-weight: 500;
        }

    .baserow_box .baserow_ctn {
        display: flex;
        gap: 50px;
        align-items: flex-end;
        margin-top: 30px;
    }
        .baserow_box .baserow_ctn img {
            width: 55%;
        }
        .baserow_box .baserow_ctn .img img {
            width: 100%;
            display: table;
        }
        .baserow_box .baserow_ctn .txt {
            width: 43%;
            font-size: 16px;
            line-height: 1.7;
        }
            .baserow_box .baserow_ctn .txt span {
                font-weight:500;
                color: #e98657;
            }
            .baserow_box .baserow_ctn .txt b {
                font-weight: 500;
            }



            /* 비교가이드 */


.table_box {
    background: #fff;
    padding: 0 80px 80px 80px;
}

    .table_box .tit_box .tit span {
        font-size: 30px;
        font-weight: 500;
        color: #000;
    }
    .table_box .tit_box .tit {
        font-size: 40px;
        font-weight: 900;
        line-height: 1.2;
        color: #e87544;
    }

.table_ctn {
    margin-top:30px;
}

.procedure-table-container {
    width: 100%;
    margin: 0 auto;
    color: #333;
}

.procedure-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
}

    /* 헤더 영역 배경색 */
    .procedure-table thead th {
        background-color: #efede9;
        padding: 15px 10px 10px 10px;
        border: 1px solid #fff;
    }

    .procedure-table thead .title {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .procedure-table .img-box img {
        width: 100%;
        height: auto;
        background: #fff;
        display: table;
    }

    /* 카테고리(왼쪽) 열 */
    .procedure-table th.category {
        background-color: #efede9;
        font-weight: 500;
        border: 1px solid #fff;
        padding: 15px;
        vertical-align: middle;
    }

    /* 데이터 셀 */
    .procedure-table td {
        padding: 20px 15px;
        border: 1px solid #eee;
        line-height: 1.5;
        font-size: 16px;
        vertical-align: middle;
    }

        .procedure-table td strong {
            font-weight: 500;
        }

/* 하단 경고 문구 스타일 */
.highlight {
    color: #e98657;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.bg-light-grey {
    background-color: #fff !important;
}





/* 귀연골 채취 후*/
.ear_box {
    background: #fff;
    padding: 0 80px 80px 80px;
}

    .ear_box .tit_box {
        display: flex;
        gap: 5%;
        margin-bottom: 80px;
        align-items: flex-end;
        justify-content: space-between;
    }

        .ear_box .tit_box .txt_box {
            width: 50%;
            gap: 30px;
        }

            .ear_box .tit_box .txt_box .tit {
                font-size: 40px;
                color: #000;
                font-weight: 700;
                line-height: 1.2;
            }

                .ear_box .tit_box .txt_box .tit span {
                    font-size: 30px;
                    color: #e87544;
                    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%;
                display:table;
            }

    .ear_box .img_box,
    .ear_box .img_box img {
        width: 100%;
    }

        .ear_box .img_box img.mo {
            display: none;
        }

    .ear_box .notice_box {
        background: #eae3db;
        padding: 20px 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 60px;
    }
        .ear_box .notice_box .tit {
            font-size: 22px;
            font-weight: 500;
            color: #ce6051;
            width: 22%;
            text-align: center;
        }
        .ear_box .notice_box .row_line {
            width: 2px;
            background: #d7ccbf;
            height: 120px;
            margin: 0 40px;
        }
        .ear_box .notice_box .txt {
            font-size: 16px;
            line-height: 2;
        }

    .ear_box .sub_txt {
        font-size: 30px;
        font-weight: 500;
    }
    .ear_box .img_box {
        width: 100%;
        margin: 30px 0;
    }

    .ear_box .img_box img {
        width: 100%;
        display:table;
    }

        .ear_box .img_box img.mo {
            display:none;
        }





/* 아이템*/
.item_box {
    width: 100%;
    background: url(/UploadFile/magazine/mk/item_bg.jpg) no-repeat;
    background-size: auto;
    background-position: right 0;
    background-color: #fff;
    padding: 0 80px 80px 80px;
}

    .item_box .tit_box .tit {
        font-size: 40px;
        font-weight: 900;
    }

        .item_box .tit_box .tit span {
            font-family: 'NanumGangBuJangNimCe';
            font-size: 50px;
            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: #e87544;
        }

    .item_box .item_ctn {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 50px;
    }

        .item_box .item_ctn .ctn_box {
            width: 40%;
            display: flex;
            gap: 10px;
            background: #f8e8e5;
            padding: 20px;
            justify-content: space-between;
        }

            .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: #f09673;
                    margin-bottom: 20px;
                    display: inline-block;
                }

                .item_box .item_ctn .ctn_box .txt_box .tit {
                    color: #e87544;
                    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: center;
                width: 35%;
                padding-top: 30px;
            }

                .item_box .item_ctn .ctn_box .img img {
                    width: 100%;
                }

                .item_box .item_ctn .ctn_box .img.size {
                    width: 30%;
                    padding-bottom: 0px;
                }



/*chapter 03*/

.mean_box {
    background: #f8e8e5;
    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: 'NanumGangBuJangNimCe';
                font-size: 60px;
                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: 115%;
        background-position: 60% 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% 100%;
        background-size: 80%;
    }

    .ctn_box .bna_a {
        background-size: 82%;
        background-position: 190% 100%;
    }

    .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%;
    }


    .change_box,
    .record_box,
    .ear_box,
    .qna_box,
    .basic_box,
    .test_box,
    .baserow_box,
    .table_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: flex-end;
            gap: 3%;
        }

            .ear_box .tit_box .img {
                width: 45%;
            }

        .ear_box .notice_box {
            padding: 20px;
        }
            .ear_box .notice_box .row_line {
                margin: 0 20px;
            }
            .ear_box .notice_box .txt {
                font-size: 14px;
            }

        .test_box .test_ctn {
            width:100%;
        }

    .procedure-table td {
        padding: 15px;
        font-size: 14px;
    }

    .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: 180%;
        background-position: 90% 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: 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: 106%;
        background-position: 10% 103%;
        background-image: url(/UploadFile/magazine/mk/03.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,
    .basic_box .tit,
    .baserow_box .tit_box .tit,
    .table_box .tit_box .tit {
        font-size: 34px;
    }

        .ear_box .tit_box .txt_box .tit span,
        .qna_box .tit_box .txt_box .tit span,
        .table_box .tit_box .tit span,
        .baserow_box .tit_box .tit span {
            font-size: 24px;
        }

        .item_box .tit_box .tit span,
        .mean_box .tit_box .tit span.name {
            font-size: 40px;
        }


    .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 .w70 {
        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;
                    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,
    .basic_box,
    .test_box,
    .baserow_box,
    .table_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;
        }



        .test_box .test_ctn {
            border: 5px solid #f6f6f6;
            padding: 20px;
            width: 100%;
        }
            .test_box .test_ctn .tit {
                font-size: 30px;
            }


    .survey-group {
        display: grid;
        grid-template-columns: unset;
        gap: 20px;
        padding: 10px 0;
    }
    .survey-container {
        margin-top: 10px;
    }

    .label-text {
        font-size: 16px;
    }
    .divider {
        font-size: 12px;
        padding: 10px;
        text-align: center;
    }

    .result-btn {
        margin: 20px auto 0;
        padding: 12px 40px;
        font-size: 20px;
    }

    /* 부모 컨테이너 설정 */
    .procedure-table-container {
        width: 100%;
        overflow-x: auto; /* 가로 내용이 넘치면 스크롤 생성 */
        -webkit-overflow-scrolling: touch; /* iOS에서 부드러운 스크롤 지원 */
        margin: 20px 0;
    }

    /* 테이블 최소 너비 고정 */
    .procedure-table {
        width: 100%;
        min-width: 800px; /* 중요: 모바일에서도 테이블이 찌그러지지 않게 최소 너비 지정 */
        border-collapse: collapse;
        table-layout: fixed; /* 셀 너비를 고정하여 균형 유지 */
    }

    /* (선택 사항) 스크롤바 디자인 - 깔끔하게 보이게 설정 */
    .procedure-table-container::-webkit-scrollbar {
        height: 6px;
    }

    .procedure-table-container::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }

    .procedure-table-container::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

    .procedure-table thead .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .procedure-table th.category {
        font-size: 14px;
    }
    .procedure-table thead th {
        padding: 10px;
    }
    .procedure-table td {
        padding: 15px;
        font-size: 14px;
    }


    .baserow_box .baserow_ctn {
        flex-direction: column;
        gap: 20px;
    }
        .baserow_box .baserow_ctn .txt {
            width:100%;
            font-size:14px;
        }

        .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 .sub_txt {
            font-size: 24px;
        }


        .ear_box .img_box img.mo {
            display: block;
            width: 80%;
            margin: 0 auto;
        }

        .ear_box .img_box img.pc {
            display: none;
        }

        .ear_box .notice_box {
            flex-direction: column;
            padding: 15px;
        }
            .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: 12px;
            }


    .ear_box .img_box img.pc{
        display: none;
    }
    .ear_box .img_box img.mo {
        display: block;
    }




        .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: 900;
                    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: 23% 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%;
            }
}




/* 자가진단 결과 레이어 팝업 */
.test-result-layer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 99999;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.test-result-layer.active {
	display: flex;
}

.test-result-popup {
    position: relative;
    max-width: 420px;
    width: 100%;
}

.test-result-popup img {
	width: 100%;
	display: block;
	border-radius: 10px;
}

.test-result-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 27px;
    line-height: 36px;
    cursor: pointer;
    z-index: 2;
}

.test-result-link {
	display: block;
}

@media screen and (max-width: 768px) {
	.test-result-popup {
		max-width: 92vw;
	}

	.test-result-close {
		right: 8px;
		top: 8px;
		width: 34px;
		height: 34px;
		font-size: 24px;
		line-height: 32px;
	}
}