@import url('https:////fonts.googleapis.com/earlyaccess/nanumgothic.css');

body {
    margin: 0;
    padding: 0;
    font-family: 'Nanum Barun Gothic';
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.table-style{
    table-layout:fixed;
}

#SEARCH::placeholder {
  font-weight: bold;
  opacity: 0.8;
  color: black;
}

#SEARCH{
    padding:3px;
}

.td-style {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-style td{
    font-size: 0.9rem;
}

.none {
    display: none;
}

.uri-link {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.sub-nav {
    width: 100%;
    height: 30px;
    background-color: #111e2b;
}

.nav {
    width: 100%;
    margin-bottom: 40px;
    height: 90px;
    background-color: #1b3b5b;
}

.p10 {
    padding: 10px;
}

.head-line {
    border-bottom: 3px solid #111e2b;
}

/* .container{
    width:80%;
    height:auto;
} */

.arti {
    width: 33.3%;
}

pre {
    font-size: 0.9rem;
}