
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit a,
.right_menu_box .sign_box div a {
    color: #fff;
}

.gnb_wrap .left_menu_box .logo a.basic img,
.right_menu_box .sign_box .language img {
    filter: invert(100%);
}

.right_menu_box .sign_box .join::after {
    background-color: #fff;
}


.gnb_wrap.scroll .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit a,
.gnb_wrap.scroll .right_menu_box .sign_box div a {
    color: #333;
}

.gnb_wrap.scroll .right_menu_box .sign_box .language img {
    filter: unset;
}

.gnb_wrap.scroll .right_menu_box .sign_box .join::after {
    background-color: #333;
}


.book_wrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #ececec;
}

.title_box {
    width: 100%;
}

    .title_box .mo,
    .account_wrap .mo,
    .step_wrap .mo {
        display: none;
    }
    .title_box img,
    .account_wrap img {
        width: 100%;
        display: table;
    }

.review_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
    .review_wrap a.btn_img {
        display: block;
    }

    .review_wrap .shorts_box {
        display: flex;
        gap: 20px;
    }
    .review_wrap .shorts_box a {
        display:block;
    }

    .account_wrap {
        width: 100%;
        max-width: 1920px;
    }

.step_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 100px auto 0;
    text-align:center;
}

.moder_wrap {
    padding: 100px 0;
}
.receipt_wrap {
    width: 100%;
    max-width: 1000px;
    background: #fff;
    margin: 0 auto;
    border-radius: 30px;
    padding: 50px 40px;
    position: relative;
}
    .receipt_wrap .inform_wrap .tit_box {
        margin-bottom:20px;
    }
    .receipt_wrap .inform_wrap .tit_box .btn_wrap {
        position: absolute;
        top: 50px;
        right: 40px;
    }
        .receipt_wrap .inform_wrap .tit_box .btn_wrap button {
            padding: 8px 15px 6px 15px;
            color: #fff;
            border: 0;
            font-size: 15px;
            background: #000000;
            cursor: pointer;
            font-weight: 600;
            line-height: 1;
        }

    .receipt_wrap .inform_wrap .tit_box .tit {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
    }


    .select_wrap,
    .inform_wrap,
    .agree_wrap {
        max-width: 1100px;
    }
    .inform_wrap .inform_list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 40px 25px;
        padding: 40px 0;
    }

        .inform_wrap .inform_list .inform_box .ctn input {
            width: 100%;
            height: 50px;
            padding: 0 10px;
            border: 1px solid #eeeeee;
            box-sizing: border-box;
            color: #444;
            font-size: 16px;
            background: #fafafa;
        }

        .inform_wrap .inform_list .inform_box:last-child {
            width: 100%;
        }

        .inform_wrap .inform_list .inform_box .ctn input::placeholder {
            color: #aeaeae; /* ¿øÇÏ´Â »ö»ó */
            opacity: 1; /* ºê¶ó¿ìÀú ±âº» ¹ÝÅõ¸í ¹æÁö */
        }
            .inform_wrap .inform_list .inform_box .ctn input::-webkit-input-placeholder {
                color: #aeaeae;
            }

            .inform_wrap .inform_list .inform_box .ctn input:-ms-input-placeholder {
                color: #aeaeae;
            }

            .inform_wrap .inform_list .inform_box .ctn input::-moz-placeholder {
                color: #aeaeae;
                opacity: 1;
            }

            .inform_wrap .inform_list .inform_box .ctn .number input {
                width: 29.5%;
            }

        .select_wrap .select_box,
        .inform_wrap .inform_list .inform_box {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            width: 31.5%;
            padding: 0;
            gap: 10px;
        }
            .select_wrap .select_box .sub_tit,
            .inform_list .inform_box .sub_tit {
                width: 100%;
                font-size: 16px;
                font-weight: 500;
            }
        .select_wrap .select_box .ctn, 
        .inform_wrap .inform_list .inform_box .ctn {
            width: 100%;
        }

.want_wrap {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 40px 0;
    margin-bottom: 40px;
}

.want_wrap .inform_list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.want_wrap .inform_list .inform_box .check_list input {
    display: none;
}

.check_list {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.check_list label {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 30px;
    display: block;
    color: #333;
    border: 1px solid #eeeeee;
    background-color: #fafafa;
}


.check_list input:checked + input + label {
    background-color: #165DFF;
    border: 1px solid #165DFF;
    color: #fff;
    transition: 0.2s;
}


.inform_box .ctn textarea {
    width: 100%;
    height: 150px;
    resize: none;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    color: #444;
    font-size: 16px;
    background: #fafafa;
    margin-top: 10px;
}

.inform_list .inform_box .ctn input:focus,
.inform_box .ctn textarea:focus {
    outline: none;
    box-shadow: 0px 0px 1px 0px #165dff;
    transition: .2s;
}


.book_wrap .required {
    text-align: left;
}



/* ===== Tokens ===== */
:root {
    --seg-gap: 10px;
    --seg-height: 50px;
    --seg-radius: 6px;
    --bg: #ffffff;
    --stroke: #e5e7eb; /* ¶óÀÌÆ® ±×·¹ÀÌ Å×µÎ¸® */
    --on: #165DFF; /* ¼±ÅÃ(ÆÄ¶û) */
    --on-text: #ffffff;
    --off-text: #9ca3af; /* ºñÈ°¼º ÅØ½ºÆ®(È¸»ö) */
    --focus: 2px solid #165DFF;
}

/* ===== Structure ===== */
.radio-segment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--seg-gap);
    border: 0;
    padding: 0;
    margin: 0;
}

.segment-legend {
    grid-column: 1 / -1;
    margin: 0 0 8px 0;
    color: #111827;
}

/* ½ÇÁ¦ ¶óµð¿À: Á¢±Ù¼º À§ÇØ º¸ÀÌÁö¸¸ ¼û±è */
.radio-segment input[type="radio"] {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

/* ¹öÆ°(¶óº§) */
.radio-segment .segment {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--seg-height);
    border: 1px solid var(--stroke);
    background: var(--bg);
    font-size:15px ;
    color: var(--off-text);
    cursor: pointer;
    user-select: none;
    transition: background .15s ease, color .15s ease, box-shadow .15s ease, border-color .15s ease;
}


/* checked »óÅÂ: input + label ±¸Á¶ ÇÊ¿ä */
.radio-segment input[type="radio"]:checked + .segment {
    background: var(--on);
    color: var(--on-text);
    border-color: var(--on);
}

/* Å°º¸µå Æ÷Ä¿½º ¸µ */
.radio-segment input[type="radio"]:focus-visible + .segment {
    outline: var(--focus);
    outline-offset: 2px;
}

/* ºñÈ°¼º Ã³¸® ¿¹½Ã */
.radio-segment input[type="radio"]:disabled + .segment {
    opacity: .5;
    cursor: not-allowed;
}

/* ½ºÅ©¸°¸®´õ Àü¿ë ÅØ½ºÆ® */
.visually-hidden {
    position: absolute !important;
    inline-size: 1px;
    block-size: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}



.file_box .file_tit {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}

.file_box .file_notice {
    font-size: 15px;
    font-weight: 500;
}

    .file_box .file_notice p {
        font-size: 14px;
        color: #a8a8a8;
    }
    .file_box .file_notice img {
        margin:10px 0;
    }


.inform_wrap.file .file_box .file_list .file_db {
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
}

    .inform_wrap.file .file_box .file_list .file_db .file_btn {
        display: flex;
        gap: 5px 10px;
        width: 32.5%;
        align-items: center;
        flex-wrap: wrap;
        margin: 15px 0 30px 0;
        background: #f7f7f7;
        padding: 10px;
        border-radius: 10px;
    }

        .inform_wrap.file .file_box .file_list .file_db .file_btn.multi {
            width: 100%;
            align-items: center;
        }

            .inform_wrap.file .file_box .file_list .file_db .file_btn.multi .file_name {
                width: 14%;
            }

                .inform_wrap.file .file_box .file_list .file_db .file_btn.multi .file_name i {
                    font-size: 17px;
                    font-weight: bold;
                    position: relative;
                    top: 1px;
                }


        .inform_wrap.file .file_box .file_list .file_db .file_btn .lab {
            font-weight: 700;
            width: 100%;
        }

        .inform_wrap.file .file_box .file_list .file_db .file_btn .file_name {
            color: #909099;
            font-size: 0.9rem;
            width: 60%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .inform_wrap.file .file_box .file_list .file_db .file_btn label {
            display: block;
            background: #333;
            border: 0;
            border-radius: 4px;
            color: #fff;
            cursor: pointer;
            font-size: 13px;
            outline: 0;
            padding: 6px 20px;
            text-transform: uppercase;
            transition: background .3s ease
        }

        .inform_wrap.file .file_box .file_list .file_db .file_btn input {
            display: none;
        }


.agree_wrap .tit {
    margin:10px 0;
}

.agree_wrap .txt {
    width: 100%;
    border-top: 0;
    box-sizing: border-box;
    font-size: 14px;
}

    .agree_wrap .txt .agree_txt {
        width: 100%;
        height: 170px;
        overflow: auto;
        font-size: 15px;
        padding: 20px;
        scrollbar-width: none;
        border: 1px solid #ddd;
        border-radius: 20px;
    }


    .agree_wrap .txt .check {
        font-size: 1.1rem;
        margin-top: 20px;
        text-align: right;
    }

    .agree_wrap .txt .check2 {
        font-size: 1.1rem;
        margin-top: 20px;
        text-align: right;
    }

        .agree_wrap .txt .check2 input[type="checkbox"] {
            display: none;
        }

            .agree_wrap .txt .check2 input[type="checkbox"] + input + label {
                display: inline-block;
                width: 20px;
                height: 20px;
                border: 2px solid #85bbbf;
                position: relative;
                vertical-align: middle;
                margin-right: 10px;
            }

        .agree_wrap .txt .check2 input:checked + input + label::after {
            content: '';
            font-size: 25px;
            width: 20px;
            height: 20px;
            text-align: center;
            position: absolute;
            left: -2px;
            top: -2px;
            background: url(/UploadFile/main/check.jpg);
            /*background-color: #85bbbf;*/
            background-position: 50% 50%;
            background-size: 100%;
        }

        .agree_wrap .txt .check2 label {
            cursor: pointer;
            vertical-align: middle;
        }

.confirm_btn {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
    justify-content: center;
}
    .confirm_btn button {
        padding: 25px 130px;
        color: #fff;
        font-weight: 700;
        border: 0;
        font-size: 22px;
        cursor: pointer;
        background: #1449d3;
    }


.bna_wrap {
    background: #fff;
    width: 100%;
}
    .bna_wrap .bna_ctn {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        padding: 100px 0;
    }
    .bna_wrap .bna_ctn .tit {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
    }
        .bna_wrap .bna_ctn .tab_box {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin: 40px 0;
        }
            .bna_wrap .bna_ctn .tab_box .tab {
                padding: 8px 30px;
                background: #fafafa;
                border: 1px solid #eeeeee;
                font-size: 18px;
                cursor:pointer;
            }
                .bna_wrap .bna_ctn .tab_box .tab.active {
                    background: #1449d3;
                    color:#fff;
                    font-weight:700;
                }

        .bna_wrap .bna_ctn .bna_box {
            background: #fafafa;
            padding: 50px;
        }

            .bna_wrap .bna_ctn .bna_box .bna_img {
                display:none;
            }
                .bna_wrap .bna_ctn .bna_box .bna_img.active {
                    display: block;
                }
            .bna_wrap .bna_ctn .bna_box .bna_img img {
                width:100%;
            }

            .bna_wrap .bna_ctn .bna_box .noti_txt {
                text-align: center;
                font-size: 14px;
                color: #a5a5a5;
                padding-top: 20px;
            }

section {
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
    word-break: keep-all;
}




@media (min-width: 768px) and (max-width: 1024px) {

    .title_box {
        width: 100%;
        background: #19161f;
        padding-top: 70px;
    }

    .review_wrap .tit_img img,
    .step_wrap img {
        width: 100%;
    }

    .review_wrap .shorts_box a img {
        width: 100%;
    }

    .review_wrap,
    .step_wrap {
        padding: 0 20px;
        gap: 20px;
    }

    .moder_wrap,
    .bna_wrap .bna_ctn {
        padding: 80px 20px;
    }

    section {
        padding: 0 20px 80px 20px;
    }

    .review_wrap a.btn_img {
        text-align: center;
    }

        .review_wrap a.btn_img img {
            width: 70%;
        }

    .receipt_wrap {
        padding:30px;
    }
        .receipt_wrap .inform_wrap .tit_box .btn_wrap {
            top: 30px;
            right: 30px;
        }
    .select_wrap .select_box,
    .inform_wrap .inform_list .inform_box {
        width: 31%;
    }
        .inform_wrap .inform_list .inform_box .ctn .number input {
            width: 28.5%;
        }
    .check_list label {
        padding: 10px 20px;
    }

}


@media (max-width: 767px) {
    .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit a,
    .right_menu_box .sign_box div a {
        color: unset;
    }

    .gnb_wrap .left_menu_box .logo a.basic img,
    .right_menu_box .sign_box .language img {
        filter: unset;
    }

    .right_menu_box .sign_box .join::after {
        background-color: unset;
    }

    .mo_main_header .logo a img {
        filter: invert(100%);
    }

    .mo_main_header .mo_quick {
        color: #fff;
    }

    .mo_main_header.scroll .logo a img {
        filter: unset;
    }

    .mo_main_header.scroll .mo_quick {
        color: unset;
    }


    .title_box .pc,
    .account_wrap .pc,
    .step_wrap .pc {
        display: none;
    }

    .title_box .mo,
    .account_wrap .mo,
    .step_wrap .mo {
        display: block;
    }

    .title_box {
        width: 100%;
        background: #19161f;
        padding-top: 40px;
    }


    .review_wrap .tit_img img,
    .step_wrap img {
        width: 100%;
    }

    .review_wrap .shorts_box a img {
        width: 100%;
    }

    .moder_wrap,
    .bna_wrap .bna_ctn {
        padding: 50px 20px;
    }

    section {
        padding: 0 20px 80px 20px;
    }

    .review_wrap {
        padding: 0 20px;
        gap: 10px;
        margin: 0 auto 50px;
    }

        .review_wrap a.btn_img {
            text-align: center;
        }

            .review_wrap a.btn_img img {
                width: 70%;
            }

        .review_wrap .shorts_box {
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }

            .review_wrap .shorts_box a {
                width: 40%;
            }

    .step_wrap {
        padding: 0 20px;
        gap: 10px;
        margin: 50px auto 0;
    }


    .receipt_wrap {
        border-radius: 20px;
        padding: 50px 20px 30px 20px;
    }

        .receipt_wrap .inform_wrap .tit_box {
            margin-bottom: 0px;
        }

            .receipt_wrap .inform_wrap .tit_box .tit {
                font-size: 20px;
            }
            .receipt_wrap .inform_wrap .tit_box .btn_wrap {
                top: 15px;
                right: 20px;
            }
                .receipt_wrap .inform_wrap .tit_box .btn_wrap button {
                    padding: 8px 10px 6px 10px;
                    font-size: 12px;
                }
    .select_wrap .select_box,
    .inform_wrap .inform_list .inform_box {
        width: 100%;
        gap: 5px;
    }

    .inform_wrap .inform_list {
        gap: 20px;
        padding: 20px 0;
    }

        .inform_wrap .inform_list .inform_box .ctn input {
            font-size: 14px;
            height: 42px;
        }

    .select_wrap .select_box .sub_tit,
    .inform_list .inform_box .sub_tit {
        font-size: 14px;
    }

    .check_list {
        gap: 10px;
        flex-wrap: wrap;
    }

        .check_list label {
            font-size: 14px;
            padding: 5px 20px;
        }

    .want_wrap .inform_list {
        gap: 20px;
    }

    .file_box .file_tit {
        font-size: 15px;
    }

    .file_box .file_notice img {
        width: 100%;
    }

    .file_box .file_notice {
        font-size: 14px;
    }

    .inform_wrap.file .file_box .file_list .file_db .file_btn {
        margin: 10px 0 30px 0;
    }

        .inform_wrap.file .file_box .file_list .file_db .file_btn .file_name {
            width: 100%;
            font-size: 12px;
        }

        .inform_wrap.file .file_box .file_list .file_db .file_btn.multi .file_name {
            width: 47%;
        }
        .inform_wrap.file .file_box .file_list .file_db .file_btn label {
            font-size: 12px;
            padding: 6px 15px;
        }


        .agree_wrap .txt .agree_txt {
            font-size: 13px;
            border-radius: 10px;
        }

    .agree_wrap .txt .check {
        font-size: 15px;
        margin-top: 10px;
    }

    .confirm_btn button {
        padding: 14px;
        width: 100%;
        font-size: 20px;
    }

    .confirm_btn {
        margin-top: 35px;
    }

    .bna_wrap .bna_ctn .tab_box {
        gap: 7px;
        margin: 25px 0;
    }

        .bna_wrap .bna_ctn .tab_box .tab {
            padding: 8px 16px;
            font-size: 14px;
        }
    .bna_wrap .bna_ctn .bna_box {
        padding: 10px;
    }
        .bna_wrap .bna_ctn .bna_box .noti_txt {
            font-size: 11px;
            padding: 10px 20px 10px 10px;
            word-break: keep-all;
        }



    }