/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
"Nanum Gothic",*/
* {
    font-family:"맑은 고딕", "돋움", "open sans", arial, sans-serif; /* add4 coding */
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
}

/* responsive web prevent */
body {min-width: 1310px;}

hr {
    border-top: 1px solid #ccc;
}

input::-ms-clear {
    display:none;
}

input[type="checkbox"] + label {
    font-size: 14px;
    user-select: none;
    vertical-align: top;
}

a {
    cursor: pointer;
}

[contenteditable=true]:empty:before{
    content: attr(placeholder);
    display: block; /* For Firefox */
}

table > thead > tr > th {
    height: 40px;
    font-size: 12px;
}

button:not(:disabled):not(.disabled):active,
[id$="-button"]:not(:disabled):not(.disabled):active,
[class*="-button"]:not(:disabled):not(.disabled):active {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.tag-a {
    cursor: pointer;
    color: blue;
}

/*.tag-a:hover {
    text-decoration: underline;
}*/

.inline-block {
    display: inline-block !important;
    width: auto !important;
}

.not-allowed {
    background-color: gray !important;
    cursor: not-allowed !important;
    color: #aaa !important;
}

.pointer {
    cursor: pointer;
    user-select: none;
}

input[type].money {
    text-align: right;
    padding-right: 4px;
    padding-left: 4px;
}

input[type="checkbox"]+label, input[type="radio"]+label {
    user-select: none;
}

[data-disabled="true"] {
    background: lightgray !important;
    color: #999 !important;
}