@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&display=swap&subset=korean");

body {
    font-family: 'Nanum Gothic', '돋움', Dotum, helvetica, sans-serif;
    background:#fff;
    color:"#000000";
    padding-bottom: 10em;
}

table {
    border: 1px solid #e8e8e8;
}

tr {
    border-bottom: 1px solid #e8e8e8;
}

td, th {
    padding: 8px;
}

th {
    background: #f3f3f3;
}

.text-red {
    color:red;
}

img {
    max-width:100%;
}
