/* 웹 접근성 조치 CSS */

.login-wrap .enterprise .login-form-wrap .login-link button:focus {
    outline: 3px solid #429de3;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 17px;
    height: 17px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

input[type="radio"]:after {
    width: 17px;
    height: 17px;
}

input[type="checkbox"] {
    width: 17px;
    height: 17px;
    border-radius: 3px;
}

.site-map__depth2 li a:hover {
    font-weight: bold;
    text-decoration: underline;
}

#btn-tech-consult-apply:focus {
    outline: 3px solid #429de3;
    outline-offset: -3px;
}

.techData19-2025-table {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

figcaption {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* mobile:480 */
@media screen and (max-width: 480px) {
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 24px;
        height: 24px;
        border-radius: 12px;
    }

    input[type="radio"]:after {
        width: 24px;
        height: 24px;
    }

    input[type="checkbox"] {
        width: 24px;
        height: 24px;
        border-radius: 3px;
    }
}