﻿html,
body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: "malgun gothic", "맑은 고딕" !important
}

div {}

.bodyWrap {
    width: 965px;
    margin: auto;
    position: relative;
}

tr,
td,
input,
select,
span {
    font-size: 12px;
    /*  font-family: "dotum","Verdana",  "돋움"; */
    color: #555555;
    line-height: 160%;
}

table,
img {
    border: 0px;
    vertical-align: middle;
}

textarea,
input,
select {
    color: #363636;
    font-family: 돋움, Verdana;
    background-color: #ffffff;
    padding: 3px;
    border: 1px solid #ccc;
}

input {
    /* height:20px; */
}

a:link {
    color: #555555;
    text-decoration: none;
    font-size: 12px;
}

a:visited {
    color: #555555;
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    color: #c23b4c;
    text-decoration: none;
    font-size: 12px;
}

a:active {
    color: #c23b4c;
    text-decoration: none;
    font-size: 12px;
}

.submit_color {
    color: #D9534F;
}

.boardType01 {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #21232d;
}

.boardType01 th {
    border-right: 1px solid #21232d;
    border-bottom: 1px solid #21232d;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    background: url(/images/tablebg.png) repeat-x;
    font-size: 12px;
    font-weight: normal !important
}


/*.boardType01 td { border-left:1px solid;border-top:1px solid;border-color:#eeeeee; vertical-align:middle;color:#666666;line-height:16px;padding:10px 5px;text-align:center;}*/

.boardType01 td {
    border-left: 1px solid #eeeeee;
    border-top: 1px solid gray;
    vertical-align: middle;
    color: #666666;
    line-height: 16px;
    padding: 10px 5px;
    text-align: center;
}

.boardType01 td.brc {
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #bcbcbc;
    vertical-align: middle;
    color: #666666;
    line-height: 16px;
    padding: 10px 5px;
    text-align: center;
}

.boardType01_write {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cacaca
}

.boardType01_write th {
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    line-height: 16px;
    text-align: left;
    padding: 10px;
    background: #e7e8ee;
}

.boardType01_write td {
    border-left: 1px solid;
    border-top: 1px solid;
    border-color: #cacaca;
    vertical-align: middle;
    color: #666666;
    line-height: 16px;
    padding: 5px;
}

.nav {
    color: #999999;
    font-size: 11px;
}

.mr5 {
    margin-right: 5px;
}

.font11 {
    font-size: 11px;
}

.textalingL {
    text-align: left !important
}

.font_16 {
    color: #252525;
    font-size: 16px;
    font-weight: bold;
}

.leftmenuoff {
    background: url(/images/leftmenu_off.png) repeat-x;
    height: 45px;
    padding-left: 26px;
    padding-top: 3px;
    line-height: 13px;
}

a.leftmenuofflink:link {
    color: #333333;
    text-decoration: none;
}

a.leftmenuofflink:visited {
    color: #333333;
    text-decoration: none;
}

a.leftmenuofflink:hover {
    color: #333333;
    text-decoration: none;
}

a.leftmenuofflink:active {
    color: #333333;
    text-decoration: none;
}

.leftmenuon {
    background: url(/images/leftmenu_on.png) repeat-x;
    height: 45px;
    color: #ffffff;
    padding-left: 26px;
    padding-top: 3px;
    line-height: 13px;
}

.borderbox {
    border: 1px solid #d1d1d1;
    padding: 5px;
}

.point {
    color: #f81a03;
}

.pointoff {
    color: #ffffff;
}

.pointon {
    color: #f81a03;
}

.paging {
    text-align: center;
    padding-bottom: 2rem;
}

.paging span {
    border-left: 1px solid #e4e4e4;
    padding: 3px 10px;
    font-size: 14px;
    color: #323232;
    margin-right: 2px;
    font-weight: bold;
    font-family: Tahoma;
}

.paging span.on {
    border-left: 1px solid #e4e4e4;
    background: #2978ca;
    padding: 3px 10px;
    font-size: 14px;
    color: #ffffff;
    margin-right: 2px;
    font-weight: bold;
    font-family: Tahoma;
}

.paging span.next {
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    color: #323232;
    margin-right: 2px;
    font-weight: bold;
    font-family: Tahoma;
}