@CHARSET "UTF-8";

/* html 기본 스타일 */
.jwxe_board {
    line-height: 1.5em;
    margin: 0 0 30px 0;
    width: 100%;
}
.jwxe_board  .calendar {
    background: url("../img/calendar.gif") no-repeat scroll right center transparent;
    cursor: pointer;
    width: 86px;
}
.jwxe_board select {
    padding: 0 0 0 7px;
}


.fingerPoint{cursor: pointer;}
.textCenter{text-align: center;}

#article_text li              { display: list-item; }
#article_text h1              { font-size: 2em; margin: .67em 0 }
#article_text h2              { font-size: 1.5em; margin: .75em 0 }
#article_text h3              { font-size: 1.17em; margin: .83em 0 }
#article_text h4, #article_text p,
#article_text ul,
#article_text ol, #article_text dl { margin: 1.0em 0 }
#article_text h5              { font-size: .83em; margin: 1.5em 0 }
#article_text h6              { font-size: .75em; margin: 1.67em 0 }
#article_text h1, #article_text h2, #article_text h3, #article_text h4,
#article_text h5, #article_text h6, #article_text b,
#article_text strong          { font-weight: bolder }
#article_text i, #article_text cite, #article_text em { font-style: italic }
#article_text pre             { white-space: pre }
#article_text s, #article_text strike, #article_text del  { text-decoration: line-through }
#article_text hr              { border: 1px inset }
#article_text ol, #article_text ul, #article_text dd        { margin-left: 40px }
#article_text ol              { list-style-type: decimal }
#article_text ol #article_text ul, #article_text ul #article_text ol,
#article_text ul ul, #article_text ol ol    { margin-top: 0; margin-bottom: 0 }
#article_text u, #article_text ins          { text-decoration: underline }
#article_text br:before       { content: "\A"; white-space: pre-line }
#article_text center          { text-align: center }
#article_text :link, #article_text :visited { text-decoration: underline }
#article_text ul li { list-style-type: disc }
#article_text ol li { list-style-type: decimal }

/*기본 */
#article_text table { border-collapse: collapse; }
#article_text td,#article_text th { padding:1px; }
.jwxe_board .hidden { position: absolute !important; text-indent: -99999px; width:0 !important; height: 0 !important;top:-99999px;left:-99999px;}

/* 페이징 */
.paging a.first, .paging a.prev, .paging a.next, .paging a.last { text-indent: -9999px;  width:35px; height:35px;}
.paging a.first{background:url('/_custom/jj/_common/board/_template/images/btn_first.png') no-repeat}
.paging a.prev{background:url('/_custom/jj/_common/board/_template/images/btn_pre.png') no-repeat}
.paging a.next{background:url('/_custom/jj/_common/board/_template/images/btn_next.png') no-repeat}
.paging a.last{background:url('/_custom/jj/_common/board/_template/images/btn_last.png') no-repeat}


.paging a.n_page:first-child {border-left:1px solid #dadada;}
.paging a.n_page {display:inline-block;padding: 6px 12px 5px 12px;border: 1px solid #dadada;color: #606976;border-left: none;}
.paging a.selected {background: #606976;color: #fff;}
.paging p a:last-child { border-right: 0; }

/* 글쓰기  */
.btn_right input[type=submit] {padding: 0px;height: 46px;width: 112px; border: 1px solid #0078ad !important;}

.t_list th, .t_list td.el{
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
