@CHARSET "UTF-8";

body {
    font-family : "NotoSansKR-Bold","Noto Sans KR Bold", sans-serif, "Microsoft Sans Serif", "Microsoft YaHei", "SimSun", Tahoma ,Dotum, "Malgun Gothic"; 
}
div.main {
    margin : 0px;
    height : 100%;
    width : 100%;
}
div.mainArea table.main {
    width : 100%;
    height : 100%;
}
div.mainArea table.main tbody tr td {
}
div.mainArea table.main tbody tr td.errHeader {
    padding-top: 150px;
}
textarea.errCn {
    padding:5px;
    border:1px solid #a511c0;
    height:100%;
    width: 100%;
}
div.mainArea span.errSj {
    font-weight: bold;
    color: #000000;
    line-height: 150%;
    width: 440px;
    height: 70px;
}
img.logo {
    margin-bottom : 40px;
}
a.goHome {
    box-shadow:inset 0px 1px 0px 0px #e184f3;
    background:linear-gradient(to bottom, #c123de 5%, #a20dbd 100%);
    background-color:#c123de;
    border-radius:6px;
    border:1px solid #a511c0;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #9b14b3;
    margin-top: 40px;
}
a.goHome:hover {
    background:linear-gradient(to bottom, #a20dbd 5%, #c123de 100%);
    background-color:#a20dbd;
}
a.goHome:active {
    position:relative;
    top:1px;
}
