
@media (max-width: 1152px) {
    #searchResult .code-shortcut-change { display: none }
}

@media (max-width: 768px) {
    body {background-color: #fafafa; overflow: hidden}

    .jstree-proton-responsive .jstree-anchor { height: unset; line-height: 33px; }
    .jstree-proton-responsive .jstree-themeicon { background-position: unset}
    .jstree-proton-responsive .jstree-container-ul { overflow: unset}
    .jstree-anchor {white-space: unset}

    #center { position: relative; top: 165px; height: calc(100% - 250px); border-top: 1px solid #eee; overflow: scroll}
    #center.opened { padding: 10px 20px }

    #searchResult { display: none; height: 100%; margin-top: 0}
    #searchResult.focus { display: block }
    #searchResult .clickable-text { min-width: 33% }
    #searchResult > div:not(#industryTree, #goConsulting) { margin-top: 0; height: 100%; overflow: scroll }
    #searchResult .pdf-btn { display: none }
    #searchResult .upper-code-tr { display: none }
    #industryTree { display: none; position: relative; width: 100%; height: 100%; top: unset; border-radius: 15px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); background: #FFF; border: 1px solid #cacdcd; padding: 0 10px 10px 10px; overflow-x: scroll; scrollbar-width: thin}
    #industryTree.focus {display: block}
    #industryCdTree { width: 100% }

    #industryTitle { display: flex !important; margin-left: unset; position: absolute; top: 67px; width: 100%; flex-wrap: wrap; gap: 6px}
    #industryTree h5 { font-size: 1.2rem }
    #industryTitle select {
        height: 35px;
        border: 1px solid #ced4da;
        border-radius: 20px;
        color: #212529;
        background-color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 1rem;
        margin-left: unset;

        appearance: none; /* 기본 화살표 제거 */
        -webkit-appearance: none;
        -moz-appearance: none;

        padding: 0px 30px 0px 10px; /* 오른쪽 패딩 확보 */
        border: 1px solid #ccc;
        font-size: 16px;

        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px 12px;
    }
    #industryTitle select:first-child { width: 100% }
    #industryTitle select:last-child { width: 100% }

    #codePostSide { display: none; width: 90vw; height: auto; margin: 15px auto; border-radius: 15px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
    #codePost { display: none !important; }
}