/* Evaluation pages only; desktop and printed results retain their own layout. */
.evaluation-portrait-notice { display: none; }
@media screen and (max-width: 1320px) and (orientation: portrait) {
    .evaluation-portrait-notice { display: block; }
}
@media screen and (orientation: landscape) {
    body.evaluation-flow .flutter-mobile-menu-panel > span { display: none; }
}
@media screen and (max-width: 1320px) {
    .evaluation-portrait-notice { margin: 0 0 16px; color: #e32332; text-align: center; font-size: 14px; font-weight: 600; line-height: 1.6; word-break: keep-all; }
    body.evaluation-flow .flutter-mobile-menu-panel > span { color: #e32332; }
    body.evaluation-flow :is(.sympathy-page, .decision-page) .game-main { animation: none; transform: none; opacity: 1; }
    body.evaluation-flow :is(.sympathy-page, .decision-page) .webgl-content { position: relative; width: 100%; height: auto; min-height: 0; }
    :is(.sympathy-page, .decision-page) .sympathy-game-viewport { position: relative; width: var(--sympathy-width, 100%); height: var(--sympathy-height, 220px); margin: 0 auto; overflow: hidden; border-radius: 12px; }
    :is(.sympathy-page, .decision-page) #unity-container.unity-desktop { position: absolute; top: 0; left: 0; width: 1280px; height: 720px; margin: 0; transform: scale(var(--sympathy-scale, 0.25)); transform-origin: top left; -webkit-text-size-adjust: none; text-size-adjust: none; }
    :is(.sympathy-page, .decision-page) #unity-container #unity-canvas { display: block; width: 100%; height: 100%; }
    /* Unity must see the canvas at its displayed CSS size for native touch hit testing. */
    .sympathy-page #unity-container.unity-desktop {
        width: var(--sympathy-width, 100%);
        height: var(--sympathy-height, 220px);
        transform: none;
    }
    .sympathy-page #unity-container .game_step,
    .sympathy-page #unity-container .game-number {
        width: 1280px;
        transform: scale(var(--sympathy-scale, 0.25));
        transform-origin: top left;
        pointer-events: none;
    }
    .sympathy-page #unity-container .game-number { top: calc(60px * var(--sympathy-scale, 0.25)); }
    :is(.sympathy-page, .decision-page) #unity-container .game_step, :is(.sympathy-page, .decision-page) #unity-container .game_step li { height: 60px; }
    :is(.sympathy-page, .decision-page) #loading_pre { inset: 0; width: var(--sympathy-width, 100%); height: var(--sympathy-height, 220px); min-width: 0; margin: 0 auto; padding: 24px 12px; box-sizing: border-box; }
    :is(.sympathy-page, .decision-page) #loading_pre img { max-width: 140px; max-height: 60px; object-fit: contain; }
    #evaluation-interview-answer .conts_box { margin: 8px 0 0; padding: 10px; border-radius: 16px; }
    #evaluation-interview-answer .conts_triple { position: relative; display: flex; flex-direction: column; align-items: stretch; gap: 8px; min-height: 0; }
    #evaluation-interview-answer .conts_triple > div { width: 100%; min-width: 0; }
    #evaluation-interview-answer .screen_area.webcam2 { position: relative; inset: auto; width: 100%; height: auto; margin: 0; overflow: hidden; border-radius: 12px; background: #202735; }
    #evaluation-interview-answer #faceRecogVideo { display: block; position: static; inset: auto; width: 100%; height: var(--interview-camera-height, 25svh); max-height: none; aspect-ratio: 548 / 412; object-fit: contain; margin: 0; }
    #evaluation-interview-answer .wave_area { position: relative; display: flex; align-items: center; gap: 10px; width: 100%; height: 40px; margin: 8px 0 0; padding: 6px 10px; box-sizing: border-box; border-radius: 8px; }
    #evaluation-interview-answer #microphone_icon { position: absolute; top: 50%; left: 10px; right: auto; bottom: auto; transform: translateY(-50%); width: 24px; height: 28px; margin: 0; padding: 0; box-sizing: border-box; background-size: contain; background-position: center; }
    #evaluation-interview-answer .wave_area:has(> #microphone_icon) { padding-left: 44px; }
    #evaluation-interview-answer .wave_box { flex: 1; min-width: 0; height: 28px; overflow: hidden; }
    #evaluation-interview-answer .check_right { position: static; width: 100%; height: auto; margin: 0; padding: 0; }
    #evaluation-interview-answer .ready_time { position: static; display: flex; flex-direction: column; align-items: center; gap: 12px; }
    #evaluation-interview-answer #interview-timer { position: absolute; top: 8px; right: 8px; left: auto; bottom: auto; width: 90px; height: 50px; margin: 0; z-index: 3; }
    #evaluation-interview-answer .btn_row_time { position: static; width: 100%; margin: 0; }
    #evaluation-interview-answer .txt_answ_info { margin: 0 0 12px; padding: 0; font-size: 13px; line-height: 1.6; }
    #evaluation-interview-answer .btn_row_time button { width: 100%; min-height: 48px; margin: 5px 0; padding: 12px; border-radius: 10px; font-size: 15px; box-sizing: border-box; }
    #evaluation-interview-answer .lottie_circle_intro,
    #evaluation-interview-answer .lottie_wave_answ { display: none !important; }
    body.evaluation-flow .wrapper .wave_inner img { width: 400px; max-width: none; height: auto; }
    body.evaluation-flow :is(.lottie_wave, .lottie_wave_sound) { text-align: center; margin-inline: auto; }
    body.evaluation-flow :is(.lottie_wave, .lottie_wave_sound) > lottie-player { display: block; max-width: 100%; margin-inline: auto; }
    body.evaluation-flow .wrapper.part .basic_inner .search_row { display: flex; gap: 10px; }
    body.evaluation-flow .wrapper.part .basic_inner .search_row > .search_box { flex: 1; width: auto; min-width: 0; }
    body.evaluation-flow .wrapper.part .basic_inner .search_row > .btn_search { flex-shrink: 0; margin-left: 0; }
    body.evaluation-flow .speech-registration #soundCamArea { display: block; position: static; width: 100%; height: auto; aspect-ratio: 548 / 412; object-fit: contain; margin: 0; border-radius: 12px; background: #202735; }
    body.evaluation-flow .speech-registration .scan_sound_start { display: block; }
    body.evaluation-flow .speech-registration .wave_area { position: relative; display: flex; align-items: center; width: 100%; height: 60px; margin: 12px 0 0; padding: 8px 12px; gap: 12px; box-sizing: border-box; border-radius: 10px; }
    body.evaluation-flow .speech-registration .wave_area .ico_mic { position: static; flex: 0 0 24px; width: 24px; height: 32px; margin: 0; background-position: center; background-size: contain; }
    body.evaluation-flow .speech-registration .wave_box { flex: 1; min-width: 0; height: 44px; overflow: hidden; }
    body.evaluation-flow .speech-registration .sound_box { width: 100%; height: auto; padding: 16px 12px; background: #f5f8fb; border-radius: 12px; box-sizing: border-box; }
    body.evaluation-flow .speech-registration .sound_txt01 { font-size: 21px; line-height: 1.6; word-break: keep-all; overflow-wrap: anywhere; }
    body.evaluation-flow .speech-registration .stt_info_txt { display: block; margin-top: 16px; padding: 12px; font-size: 13px; line-height: 1.6; border-radius: 8px; }
    body.evaluation-flow .speech-registration .stt_area { width: 100%; margin-top: 12px; font-size: 16px; line-height: 1.6; overflow-wrap: anywhere; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .tit_bd { margin: 0 auto 16px; padding: 8px 16px; font-size: 13px; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .page_tit { margin-top: 0; font-size: 22px; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .page_desc { margin-top: 12px; font-size: 14px; line-height: 1.7; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .conts_box { margin-top: 24px; padding: 16px; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .conts_triple { display: flex; flex-direction: column; gap: 20px; min-height: 0; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .conts_triple > div { width: 100%; min-width: 0; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .screen_area { position: relative; display: flex; flex-direction: column; gap: 0; width: 100%; height: auto; min-height: 0; overflow: visible; background: transparent; }
    body.evaluation-flow :is(.face-registration, .speech-registration) #faceCamArea { display: block; position: static; width: 100%; height: auto; aspect-ratio: 548 / 412; object-fit: contain; border-radius: 12px; background: #202735; }
    body.evaluation-flow :is(.face-registration, .speech-registration) #myCanvas { position: absolute; top: 0; left: 0; width: 100%; height: auto; aspect-ratio: 548 / 412; pointer-events: none; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .screen_area .btn_scan_box { position: relative; inset: auto; width: 100%; max-width: none; height: 48px; margin: 12px 0 0; padding: 0; background: transparent; border-radius: 10px; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .scan_start { display: block; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .btn_scan_box > button { position: static; width: 100%; height: 48px; border-radius: 10px; font-size: 15px; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .check_right { height: auto; margin: 0; padding: 16px 0 0; border-top: 1px solid #e4e8ee; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .face_result { width: 92px; height: 127px; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .before_scan,
    body.evaluation-flow :is(.face-registration, .speech-registration) .after_scan { width: 92px; height: 127px; background-size: contain; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .before_scan.success { height: 0; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .btn_row_face { position: static; display: flex; flex-wrap: nowrap; justify-content: center; gap: 10px; width: 100%; margin: 20px 0 0; }
    body.evaluation-flow :is(.face-registration, .speech-registration) .btn_row_face > button { flex: 0 1 calc(50% - 5px); width: calc(50% - 5px); min-width: 0; min-height: 48px; margin: 0; padding: 12px 4px; border-radius: 10px; font-size: 15px; }
    body.evaluation-flow .wrapper.part .basic_box { background: #fff; }
    body.evaluation-flow .network_info { display: grid; grid-template-columns: minmax(0, 140px) 24px minmax(0, 140px); gap: 8px; width: 100%; margin-top: 24px; }
    body.evaluation-flow .network_info .tethering,
    body.evaluation-flow .network_info .ethernet { width: 100%; height: auto; aspect-ratio: 1; margin: 0; padding: 0 2px 18px; box-sizing: border-box; display: flex; align-items: flex-end; justify-content: center; background-size: contain; background-position: center; font-size: 11px; line-height: 1.3; }
    body.evaluation-flow .network_info .ico_arrow img { width: 20px; max-width: 100%; animation: none; }
    body.evaluation-flow #gameSetComplete .btn_list { display: flex; gap: 10px; }
    body.evaluation-flow #gameSetComplete .btn_list > button { flex: 1 1 0; min-width: 0; width: auto; margin: 0; }
    body.evaluation-flow #gameSetting { overflow: hidden; }
    body.evaluation-flow #gameSetting .modal_cont {
        position: fixed; inset: 12px; width: auto; max-width: 680px;
        height: calc(100vh - 24px); height: calc(100dvh - 24px);
        max-height: none; margin: 0 auto; padding: 20px 16px 16px;
        transform: none; overflow: hidden; box-sizing: border-box;
    }
    body.evaluation-flow #gameSetting .modal_inner { display: flex; flex-direction: column; height: 100%; min-height: 0; padding: 0; }
    body.evaluation-flow #gameSetting .modal_tit { flex-shrink: 0; margin: 0; padding-right: 40px; }
    body.evaluation-flow #gameSetting .modal_desc { flex-shrink: 0; margin-top: 8px; font-size: 13px; line-height: 1.5; }
    body.evaluation-flow #gameSetting .game_list_wrap { flex: 1 1 0; min-height: 0; overflow-y: auto; overscroll-behavior: contain; align-content: start; margin-top: 16px; padding: 0 4px 16px 0; }
    body.evaluation-flow #gameSetting .game_label_check { display: flex; flex-direction: column; height: auto; min-height: 140px; padding: 60px 10px 12px; box-sizing: border-box; }
    body.evaluation-flow #gameSetting .game_ico { top: 10px; left: 10px; width: 40px; height: 40px; }
    body.evaluation-flow #gameSetting .game_nm, body.evaluation-flow #gameSetting .game_info { min-height: 0; overflow-wrap: anywhere; }
    body.evaluation-flow #gameSetting .game_set_bottom { flex: 0 0 auto; display: flex; flex-direction: column; gap: 12px; padding-top: 12px; }
    body.evaluation-flow #gameSetting .game_time { position: static; order: -1; display: flex; justify-content: center; align-items: center; width: 100%; }
    body.evaluation-flow #gameSetting .game_set_bottom .btn_row_double { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; margin: 0; gap: 10px; }
    body.evaluation-flow #gameSetting .btn_row_double button { width: 100%; margin: 0; min-height: 48px; padding: 12px 4px; font-size: 14px; }
    body.evaluation-flow #ongoingTest .ontest_list { border: 0; margin-top: 20px; padding: 2px 4px 2px 0; overscroll-behavior: contain; }
    body.evaluation-flow #ongoingTest .ontest_list li {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas: "title title" "date date" "part button";
        height: auto;
        gap: 8px 12px;
        padding: 16px;
        margin-bottom: 12px;
        border: 1px solid #e4e8ee;
        border-radius: 12px;
        background: #fff;
        align-items: center;
    }
    body.evaluation-flow #ongoingTest .ontest_list li:last-child { border-bottom: 1px solid #e4e8ee; margin-bottom: 0; }
    body.evaluation-flow #ongoingTest .ontest_list li > p { width: auto; min-width: 0; margin: 0; }
    body.evaluation-flow #ongoingTest .ontest_date { grid-area: date; display: flex; flex-wrap: wrap; gap: 0 6px; color: #787b88; font-size: 12px; line-height: 1.5; }
    body.evaluation-flow #ongoingTest .ontest_date br { display: none; }
    body.evaluation-flow #ongoingTest .ontest_tit { grid-area: title; white-space: normal; overflow-wrap: anywhere; text-align: left; font-size: 15px; font-weight: 600; line-height: 1.5; }
    body.evaluation-flow #ongoingTest .ontest_part { grid-area: part; justify-self: start; text-align: left; background: #f0f4f7; color: #556175; border-radius: 6px; padding: 5px 8px; font-size: 12px; }
    body.evaluation-flow #ongoingTest .ontest_btn { grid-area: button; justify-self: end; text-align: center; }
    body.evaluation-flow #ongoingTest .btn_continue { width: auto; min-height: 44px; padding: 10px 16px; white-space: nowrap; border-radius: 8px; background: #00a1b5; border-color: #00a1b5; color: #fff; font-weight: 600; }
    #container.evaluation-home :is(.btnArea, .btnArea2, .m_sec04_1_wrap, .s_std02_wrap) { width: 100%; min-width: 0; box-sizing: border-box; }
    #container.evaluation-home :is(.m_sec04_1_wrap, .s_std02_wrap) { padding: 24px 16px; }
    #container.evaluation-home img { box-sizing: border-box; }
    #container.evaluation-home :is(.sampleView, .btBasic) { max-width: 100%; box-sizing: border-box; padding: 14px 16px; font-size: 16px; }
    body.evaluation-flow .screen_area canvas { max-width: 100%; height: auto; }
    body.evaluation-flow .screen_area .btn_scan_box { max-width: calc(100% - 24px); box-sizing: border-box; white-space: normal; }
    body.evaluation-flow .wrapper img { max-width: 100%; height: auto; }
    #container.evaluation-home .stepArea { width: 100%; }
    #container.evaluation-home .stepArea .s_abil02 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 24px 0; background: none; }
    #container.evaluation-home .stepArea .s_abil02 li { float: none; width: auto; height: auto; margin: 0; padding: 16px 8px; border-radius: 12px; background: #eef5fa; }
    #container.evaluation-home .stepArea .s_abil02 .txt_t1 { margin-top: 0; }
    #container.evaluation-home .stepArea .s_abil02 .txt_t2 { font-size: 15px; }
    #container.evaluation-home .imgArea { height: auto; padding-top: 48%; background-size: 100% auto; }
    #container.evaluation-home .check { width: 100%; font-size: 13px; }
    #container.evaluation-home .check > p { display: block; width: fit-content; }
    #container.evaluation-home .s_std04_wrap { width: 100%; padding: 24px 16px; box-sizing: border-box; }
    #container.evaluation-home .s_std04 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
    #container.evaluation-home .s_std04 li { width: auto; margin: 0; float: none; }
    #container.evaluation-home .s_std04 li p { float: none; clear: both; padding: 12px 0; font-size: 14px; }
    .evaluation-home#container { width: 100%; min-width: 0; }
    .evaluation-home .sub_visual, .evaluation-home .txt_box { width: 100%; min-width: 0; box-sizing: border-box; }
    .evaluation-home .sub_visual { height: auto; min-height: 220px; }
    .evaluation-home .txt_box { padding: 40px 20px; }
    .evaluation-home .txt1 { font-size: 28px; line-height: 1.4; }
    .evaluation-home .txt2 { font-size: 15px; line-height: 1.6; word-break: keep-all; }
    .evaluation-home :is(.s_abil01_wrap, .s_abil02_wrap, .s_abil03_wrap) { width: 100%; min-width: 0; padding: 28px 16px; box-sizing: border-box; }
    .evaluation-home img { max-width: 100%; height: auto; }
    .evaluation-home .title_box { width: 100%; padding: 0; }
    .evaluation-home .txt_ari_mtit { font-size: 26px; line-height: 1.4; }
    .evaluation-home .txt_msub { font-size: 14px; line-height: 1.7; word-break: keep-all; }
    .evaluation-home .check { width: auto; padding: 16px; font-size: 13px; line-height: 1.7; box-sizing: border-box; }
    .evaluation-home .check > p { float: none; position: static; margin-bottom: 8px; }
    .evaluation-home .check span[style] { padding-left: 0 !important; }
    .evaluation-home .s_abil03_wrap { display: flex; flex-direction: column; align-items: center; gap: 12px; }
    .evaluation-home .s_abil03_wrap .aiStart { width: 100%; max-width: 400px; margin: 0 !important; box-sizing: border-box; padding: 16px; font-size: 18px; }
    .evaluation-sample#LayerInfo03 { position: fixed !important; inset: 16px !important; width: auto; max-height: calc(100dvh - 32px); margin: 0 !important; overflow: auto; box-sizing: border-box; }
    .evaluation-sample img { max-width: 100%; height: auto; }
    .evaluation-sample .pop_tab { display: flex; width: 100%; padding-right: 36px; box-sizing: border-box; }
    .evaluation-sample .pop_tab li { width: 50%; font-size: 13px; padding: 12px 4px; box-sizing: border-box; }

    body.sol_body.evaluation-flow { min-width: 0; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
    body.evaluation-flow:not(.pt-test-page) #header .header { height: 60px; min-height: 60px; padding: 0 12px 0 112px; box-sizing: border-box; }
    body.evaluation-flow:not(.pt-test-page) #header .logo { top: 0; left: 16px; width: 84px; height: 60px; margin: 0; background-size: contain; background-position: center; }
    body.evaluation-flow #header .logo.univ img { max-width: 100%; max-height: 40px; object-fit: contain; }
    body.evaluation-flow:not(.pt-test-page) #header .hd_inner { width: 100%; min-width: 0; height: 60px; margin: 0; }
    body.evaluation-flow:not(.pt-test-page) #header .gnb { width: 100%; height: 60px; min-height: 44px; margin: 0; padding: 0; gap: 16px; align-items: center; box-sizing: border-box; background: transparent; scrollbar-width: none; }
    body.evaluation-flow:not(.pt-test-page) #header .gnb::-webkit-scrollbar { display: none; }
    body.evaluation-flow:not(.pt-test-page) #header .header:not(.black) .gnb li { color: #27344d; }
    body.evaluation-flow:not(.pt-test-page) #header .gnb li { font-size: 13px; line-height: 28px; }
    body.evaluation-flow:not(.pt-test-page) #header .cs { top: 8px; right: 12px; }
    body.evaluation-flow #header .btn_cs { min-height: 44px; }
    body.evaluation-flow .wrapper > .inner { width: calc(100% - 24px); min-width: 0; padding: 24px 0; }
    body.evaluation-flow .wrapper.first > .inner { position: relative; padding-top: 76px; }
    body.evaluation-flow .wrapper.first > .inner > .pos_rel { position: static; }
    body.evaluation-flow .wrapper.first .btn-ing { top: 12px; right: 0; min-height: 44px; padding-top: 7px; padding-bottom: 7px; background-position: 10px center; box-sizing: border-box; }
    body.evaluation-flow .cont_wrap { width: 100%; margin-top: 24px; }
    body.evaluation-flow .page_tit, body.evaluation-flow .page_tit02 { font-size: 22px; line-height: 1.4; word-break: keep-all; }
    body.evaluation-flow .page_tit[class*="tit_start_"] { padding-top: 76px; background-position: center top; background-size: 56px; }
    body.evaluation-flow .page_desc { font-size: 14px; line-height: 1.65; }
    body.evaluation-flow :is(.desc_box_white, .desc_box_gray, .desc_gray, .caution_box, .basic_box, .basic_inner) { width: 100%; min-width: 0; box-sizing: border-box; }
    body.evaluation-flow :is(.desc_box_white, .desc_box_gray, .basic_box) { padding: 20px 16px; margin-top: 24px; }
    body.evaluation-flow .desc_box_white > img { max-width: 100%; height: auto; }
    body.evaluation-flow :is(.desc_li li, .desc_gray, .fnt_large, .finish_desc) { font-size: 14px; line-height: 1.65; word-break: keep-all; overflow-wrap: anywhere; }
    body.evaluation-flow .desc_answ { padding: 12px 12px 12px 40px; font-size: 13px; line-height: 1.6; }
    body.evaluation-flow .desc_answ::before { left: 12px; top: 14px; }
    body.evaluation-flow :is(.btn_row_single, .btn_row_double, .btn_row_triple) { width: 100%; margin-top: 24px; gap: 12px; flex-wrap: wrap; }
    body.evaluation-flow :is(.btn_row_single, .btn_row_double, .btn_row_triple) > button { min-width: 0; min-height: 48px; height: auto; margin: 0; padding: 14px 12px; box-sizing: border-box; font-size: 16px; }
    body.evaluation-flow .btn_row_single > button { width: 100%; max-width: 400px; }
    body.evaluation-flow :is(.btn_row_double, .btn_row_triple) > button { flex: 1 1 120px; width: auto; }

    body.evaluation-flow .progress { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 12px; }
    body.evaluation-flow .progress > li { width: auto; min-width: 0; margin: 0; padding: 20px 12px; box-sizing: border-box; }
    body.evaluation-flow .prog_num { left: 12px; top: 12px; font-size: 16px; }
    body.evaluation-flow .prog_info { position: static; text-align: right; font-size: 12px; }
    body.evaluation-flow .prog_tit { font-size: 18px; }
    body.evaluation-flow .prog_desc { height: auto; min-height: 70px; margin-top: 12px; font-size: 13px; line-height: 1.5; word-break: keep-all; }
    body.evaluation-flow .prog_desc br { display: none; }
    body.evaluation-flow .prog_btn { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
    body.evaluation-flow .prog_btn button { width: 100%; min-height: 44px; margin: 0; }
    body.evaluation-flow .prog_row { width: 100%; height: auto; display: flex; flex-wrap: wrap; gap: 16px; padding: 20px 16px; border-radius: 20px; box-sizing: border-box; }
    body.evaluation-flow .prog_row > div { width: auto; min-width: 0; margin: 0; }
    body.evaluation-flow .prog_row > div:nth-child(2) p { top: 0; }
    body.evaluation-flow .prog_row > div:last-child { flex-basis: 100%; text-align: center; }
    body.evaluation-flow .prog_row .btn_save { width: 100%; max-width: 320px; min-height: 48px; }
    body.evaluation-flow .prog_row > div::after { display: none; }
    body.evaluation-flow .test_set_row { flex-wrap: wrap; gap: 12px; }
    body.evaluation-flow :is(.test_set_tit, .select_box, .persn_info_box, .select_ques_box, .select_ques_inner, .select_ques_list, .select_result_list) { width: 100%; min-width: 0; box-sizing: border-box; }
    body.evaluation-flow .agree_input_row { flex-wrap: wrap; }
    body.evaluation-flow .form_input, body.evaluation-flow .form_select { max-width: 100%; min-width: 0; font-size: 16px; }
    body.evaluation-flow .modal_cont { width: calc(100% - 24px); max-width: 680px; min-width: 0; max-height: calc(100dvh - 32px); overflow-y: auto; box-sizing: border-box; }
    body.evaluation-flow .modal_inner { padding-left: 16px; padding-right: 16px; }
    body.evaluation-flow .modal_tit { padding-right: 24px; font-size: 18px; line-height: 1.5; }
    body.evaluation-flow .game_list_wrap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    body.evaluation-flow .game_list_wrap > div { width: auto; min-width: 0; margin: 0; }
    body.evaluation-flow .game_set_bottom { display: flex; flex-wrap: wrap; gap: 12px; }
    body.evaluation-flow .game_set_bottom > div { width: auto; max-width: 100%; margin: 0; }
    body.evaluation-flow .game_step li { height: 48px; font-size: 14px; }
    body.evaluation-flow .game_conts { min-height: 0; padding: 24px 16px; box-sizing: border-box; }
    body.evaluation-flow .game_conts .page_tit02 { padding-top: 76px; background-size: 56px; }
    body.evaluation-flow .game_list_ai { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: 100%; margin-top: 24px; }
    body.evaluation-flow .game_list_ai li { width: auto; min-width: 0; margin: 0; padding: 16px 8px; box-sizing: border-box; }
    body.evaluation-flow .game_list_ai .game_tit { height: auto; min-height: 44px; font-size: 16px; }
    body.evaluation-flow .game_ai_ico { width: 72px; height: 72px; margin-top: 16px; }
    body.evaluation-flow .game_conts .img_test_game, body.evaluation-flow .game_conts .img_test_mind { max-width: 100%; height: auto; }
    body.evaluation-flow .webgl-content { width: 100%; min-width: 0; height: auto; }
    body.evaluation-flow #unityContainer:not(.flutter-mobile-stage) { width: 100%; height: auto; aspect-ratio: 16 / 9; }
    body.evaluation-flow .screen_area { max-width: 100%; box-sizing: border-box; }
    body.evaluation-flow .ques_desc { padding: 16px; font-size: 16px; line-height: 1.6; }
    body.evaluation-flow .finish_img { max-width: 100%; }
    body.evaluation-flow .finish_img > img { max-width: 100%; height: auto; }
    body.evaluation-flow .finish_desc { margin-top: 24px; }
    body.evaluation-flow .txt_wrap_finish { margin-top: 24px; }
    body.evaluation-flow.flutter-mobile-active #header { display: none; }
    body.evaluation-flow.flutter-mobile-active .game-main { animation: none; opacity: 1; transform: none; }
}
@media screen and (max-width: 479px) {
    body.evaluation-flow .progress { grid-template-columns: minmax(0, 1fr); }
    body.evaluation-flow .prog_desc { min-height: 0; }
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
    body.evaluation-flow .progress, body.evaluation-flow .game_list_ai { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1320px) {
    body.sol_body.mobile-layout-enabled.pt-analysis-page .tncy_info {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        height: auto;
        min-height: 64px;
        padding: 12px;
        box-sizing: border-box;
        gap: 12px;
    }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .tncy_info > div {
        min-width: 0;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin: 0;
    }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .info_tit {
        font-size: 12px;
        padding: 0;
        white-space: nowrap;
    }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .remain_ques_num,
    body.sol_body.mobile-layout-enabled.pt-analysis-page .timer_pt {
        width: auto;
        margin: 0;
        font-size: 24px;
    }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .timer_row::before { display: none; }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .tncy_ques {
        height: auto;
        background: transparent;
    }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .ques_hd,
    body.sol_body.mobile-layout-enabled.pt-analysis-page .ques_type01_hd {
        height: auto;
        display: block;
    }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .ques_set {
        width: 100%;
        padding: 16px;
        box-sizing: border-box;
    }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .ques_set > p {
        margin: 0;
        font-size: 14px;
        line-height: 1.5;
        word-break: keep-all;
    }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .answ_item { display: none; }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .ques_type01_bd { flex-direction: column; }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .ques-row { scroll-margin-top: 16px; }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .tncy_ques_desc {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 16px 12px;
        font-size: 15px;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .ques_num { margin-right: 6px; }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .answ_radio {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        width: 100%;
        padding: 0 8px 16px;
        box-sizing: border-box;
    }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .answ_radio li { width: auto; min-width: 0; padding: 0; }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .radio_label {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
        min-height: 72px;
        padding: 12px 2px 0;
        gap: 10px;
    }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .radio_label .checkmark { position: relative; flex-shrink: 0; }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .radio_label .form_radio { top: 12px; left: calc(50% - 10px); }
    body.sol_body.mobile-layout-enabled.pt-analysis-page .pt-answer-label {
        display: block;
        font-size: 11px;
        line-height: 1.4;
        word-break: keep-all;
    }
}
