@font-face {
    font-family: 'NanumGothic';
    src: url('webfont/NanumGothic.eot');
}

@font-face {
    font-family: 'NanumGothic';
    src: url('webfont/NanumGothic.woff');
}

body {
    font-family: 'NanumGothic', 'MalgunGothic', 'Gulim';
    background: #ededed;
    
    padding: 0px;
    margin: 0px;
    height: 100%;
    
    text-align: center;
}

a {
    text-decoration: none;
}

input {
    border: 1px solid #d8d8d8;
    background: #f8f8f8;
    height: 30px;
    
    line-height: 30px;
    vertical-align: center;
}

.checkbox {
    width: auto;
    height: auto;
    
    line-height: normal !important;
    vertical-align: center;
}

.button {
    border: 1px solid #d8d8d8;
    background: #333;
    color: #fff !important;
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 10px;
}

table {
    width: 100%;
    word-break: break-all;
}

table tr th {
    width: 200px;
    text-align: left;
}

table tr td {
    padding-right: 10px;
}

table tr td input {
    width: 100%;
}

.header {
    background: #333 none repeat scroll 0% 0% !important;
    color: #fff !important;
    
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
}

.header h1 {
    margin-top: 0px;
}

.wrapper {
    width: 100%;
}

.contents {
    width: 1024px;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
}

.footer {
    background: #dbdbdb;
    vertical-align: middle;
    
    width: 100%;
    margin-top: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    
    height: 50px;
    line-height: 50px;
}

.footer img {
    vertical-align: middle;
}