img {
    -webkit-user-drag: none;
}

html {
    overflow-x: hidden;
}

::selection {
    background: #0c5093;
    color: #fff;
}

::-moz-selection {
    background: #0c5093;
    color: #fff;
}

@media screen and (min-width: 1281px) {
    .mo-only {
        display: none !important;
    }
}

@media screen and (max-width: 1280px) {
    .pc-only {
        display: none !important;
    }
}

.gnb>a:hover {
    color: #0c5093;
}

.root_daum_roughmap {
    width: 100% !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    z-index: -999999;
    opacity: 0;
}