html,
body,
ul,
form,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:link {
    color: #666;
    text-decoration: none
}

a:visited {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: underline
}

a:active {
    color: #666;
    text-decoration: none
}

p {
    margin-top: 0px;
    margin-bottom: 0px
}

td,
table {
    font-size: 13px;
    color: #666;
    line-height: 160%;
}

.select {
    font-size: 13px;
    color: #666;
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
    padding: 5px;
}

.input {
    border: 0px;
    font-size: 13px;
    color: #666;
    border: 1px solid #d4d4d4;
    background-color: #f7f7f7;
}

.search_input {
    font-size: 13px;
    color: #666;
    border: #d4d4d4 1px solid;
    background-color: #ffffff;
    padding: 6px;
}

.bbs_tit {
    text-align: center;
    padding: 0px 0 8px 0;
    letter-spacing: 0pt;
    font-weight: 700;
    color: #444;
    font-size: 14px;
    line-height: 20px;
}

/* list */
.bbs_con {
    width: 100%;
    border-collapse: collapse
}

.bbs_con th {
    font-size: 13px;
    color: #333;
    font-weight: 700;
    text-align: center;
    padding: 12px 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #262626;
}

.bbs_con td {
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px dotted #d4d4d4
}

.bbs_con td.left {
    text-align: left;
    padding-left: 10px;
}

/* page_num */
.page_num {
    padding: 20px 0;
}

/* íŽ˜ì´ì§€ ë„˜ë²„ */
.page_number_on {
    font-weight: 700;
    float: left;
    line-height: 12px;
    padding-top: 4px;
    width: 24px;
    height: 20px;
    text-align: center;
    margin: 0 2px;
    background: #646b74;
    color: #fff;
}

.page_number {
    border: 1px solid #ddd;
    font-weight: 700;
    line-height: 12px;
    padding-top: 4px;
    width: 24px;
    height: 20px;
    float: left;
    text-align: center;
    margin: 0 2px;
}

.bbs_search {
    border-top: 1px solid #999;
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 0px;
    background-color: #f9f9f9;
}

.bbs_btn {
    width: 100%;
    padding-top: 10px;
}

.bbs_btn li.sel_btn {
    float: left;
}

.bbs_btn li.list_btn {
    float: right;
}

/* view */
.bbs_view {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

.bbs_view th {
    font-size: 13px;
    color: #333;
    font-weight: 700;
    text-align: left;
    padding: 12px 10px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #262626;
}

.bbs_view td {
    border-bottom: 1px solid #d4d4d4;
    padding: 12px 10px;
    text-align: left;
}

.bbs_view td.view_detail {
    color: #888;
}

.bbs_view td.view_content {
    padding: 10px;
}

.bbs_view td.tit {
    font-size: 13px;
    color: #333;
    font-weight: 700;
    text-align: center;
    width: 15% !important;
    background-color: #f9f9f9;
    border-right: 1px solid #d4d4d4;
    padding: 12px 0;
}

.view_content td {
    border: none !important;
}

.pri_box {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 15px;
    margin: 10px 0px 20px 0px;
    box-sizing: border-box;
}

.pri_box p.pri_tit {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #333;
}

.pri_message {
    width: 100%;
    text-align: right;
    padding-top: 5px;
    font-family: inherit;
}

.pri_message input[type=checkbox] {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.textarea {
    font-family: inherit;
    color: #666;
    line-height: 150%;
    letter-spacing: -0.5px;
    padding: 5px;
    border: #e7e7e7 1px solid;
    background-color: #f6f6f6;
}


.cate_tab {
    width: 100%;
    background: url('/img/tab_bg.gif') repeat-x bottom left;
    height: 43px;
}

.cate_tab li {
    float: left;
    height: 43px;
}

/*.cate_tab {height: 50px; width: 100%; border-bottom: 1px solid #323232;}
.cate_tab li {height: 35px; padding: 15px 22px 0px; float: left; background-color: #f6f6f6;  border: 1px solid #e5e5e5; border-bottom: none; border-right: none;}
.cate_tab li:nth-child(7) {border: 1px solid #e5e5e5; border-bottom: none;}
.cate_tab li a {font-size: 13px; text-decoration: none;}
.cate_tab li:hover, .cate_tab li:active, .cate_tab li:focus .cate_tab li:visited, .cate_tab_up {background-color: #fff; border: 2px solid #323232; border-bottom: none; font-weight: bold; color: #323232;}
.cate_tab li:hover a {font-size: 13px; text-decoration: none; font-weight: bold; color: #323232}*/


/* ì €ìž‘ê¶Œê³µì§€ */
.input_notice {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 20px;
}

.input_notice h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    letter-spacing: -1pt;
    padding: 0 0 5px 0;
}

.input_notice h4 span {
    color: #d51921;
    letter-spacing: -1pt;
}

.input_notice p.txt {
    color: #666;
    line-height: 21px;
}

.input_notice p.point {
    color: #d51921;
    line-height: 21px;
    padding: 3px 0 0 0;
    text-decoration: underline
}