/*
* default definition
*/

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 18px;
    font-family: 'Nanum Gothic', sans-serif;
}

a, form {
    margin: 0;
    padding: 0;
}

hr {
    display: none;
}

li img {
    vertical-align: middle;
    for IE imge margin
}

p, div, select {
    color: #78777C;
}

a:link, a:visited {
    color: #78777C;
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: underline;
}

img, input.type-image {
    border: 0 none;
}

textarea {
    border-color: #a9a9a9;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    color: #000000;
    font-family: 'Nanum Gothic', sans-serif;
    line-height: 18px;
}

    input[type=text]:focus,
    textarea:focus {
        background-color: #FFFFCE;
    }

input[type=text] {
    border-color: #a9a9a9;
    border-style: solid;
    border-width: 1px;
    height: 16px;
    font-size: 11px;
    color: #000000;
    font-family: 'Nanum Gothic', sans-serif;
    line-height: 16px;
}

select {
    border-color: #818181;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    color: #000000;
    font-family: 'Nanum Gothic', sans-serif;
    height: 20px;
    line-height: 20px;
    background-image: url(/images/bg_select.gif)
}

option {
    line-height: 180%;
}

input, select, textarea {
    vertical-align: middle;
}


span.button,
img.button,
a.button {
    cursor: pointer;
    vertical-align: middle;
}

em {
    font-style: normal;
}

.imgclick {
    cursor: pointer
}

.shorttextbox {
    width: 30px
}

.smalltextbox {
    width: 60px
}

.middletextbox {
    width: 250px
}


.shortdisablebox {
    width: 30px;
    background-color: #e4e4e4;
}

.middledisablebox {
    width: 250px;
    background-color: #e4e4e4;
}

.disablebox {
    background-color: #e4e4e4;
}

.pager {
    height: 50px;
    font-size: 11pt;
    color: #dedede;
    border-top: solid 2px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    word-spacing: 10px;
    border-left: none;
    border-right: none;
}

.replist1 {
    border-left: 1px solid #555555;
    border-bottom: 1px solid #555555;
    border-right: 1px solid #555555;
    text-align: center;
}

.replist2 {
    border-bottom: 1px solid #555555;
    border-right: 1px solid #555555;
    text-align: center;
}
