답변 2개
답변에 대한 댓글 7개
댓글을 작성하려면 로그인이 필요합니다.
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if ($is_dhtml_editor) {
include_once("$g4[path]/lib/cheditor4.lib.php");
echo "";
echo cheditor1('wr_content', '100%', '250');
}
?>
/* Begin Content */
.title_l {font-size:16pt; color: #f98037; font-weight:bold; line-height: 12pt; padding:0px 0px 12px 0px; float:left; }
.title_m {font-size:12pt; color: #5f5f5f; font-weight:bold; line-height: 12pt; margin:40px 0 10px 0; }
.title_s {font-size:10pt; color: #5f5f5f; font-weight:bold; line-height: 12pt; margin:20px 0 14px 0; }
.title_ss {font-size:10pt; color: #5f5f5f; line-height: 12pt; margin:10px 0 14px 0; }
.title_sss {font-size:9pt; color: #5f5f5f; line-height: 12pt; margin:0px 0 14px 8px; }
.loc {font-size:9pt; padding:20px 0px 0px 0px; float:right; }
.location {font-size:9pt; color: #808080; line-height: 12pt }
.location2 {font-size:9pt; color: #f67b1b; font-weight:bold; line-height: 12pt }
.line1 {border-top : 1px solid #e6e6e6; margin-top:52px; }
.article_table td {background-color:#f0f0f0; border : 0px solid #ffffff; font-size:9pt; color: #696969; line-height: 14pt; text-align:left; padding:10px 10px; margin:0px;}
.article_table .td_color1 {background-color:#6ec1bd; color: #ffffff; font-weight:bold; text-align:center;}
.article_table .td_color2 {background-color:#bfe2e2; text-align:center;}
.article_table .td_color2_1 {background-color:#bfe2e2;}
.article_table .center {text-align:center;}
.form_table td {background-color:#f0f0f0; border : 0 solid #ffffff; font-size:9pt; color: #696969; line-height: 14pt; text-align:left; padding:5px 10px; margin:0px;}
.form_table .td_color1 {background-color:#e1e1e1; color: #696969; text-align:center;width:70px;}
.form_table .td_color2 {background-color:#6ec1bd; text-align:center;width:130px; color: #ffffff; font-weight:bold;}
.form_table .td_color3 {background-color:#6ec1bd; text-align:center;width:180px; color: #ffffff; font-weight:bold;}
.form_table .td_color4 {background-color:#e1e1e1; color: #696969; text-align:center;width:150px;}
.form_table .td_color5 {background-color:#ffca34; text-align:center;font-weight:bold;}
.form_table .td_color6 {background-color:#e1e1e1; color: #696969; text-align:center;}
.form_table .center {text-align:center;}
.form_table .right {text-align:right;}
.sitemap_table {float:left; width:147px; margin:0 20px 20px 0}
.sitemap_table.last {float:left; width:147px; margin:0 0px 20px 0}
.sitemap_table li {border-bottom : 1px solid #e6e6e6; font-size:9pt; color: #696969; line-height: 14pt; text-align:left; padding:10px 10px; margin:0px;}
.sitemap_table .td_color1 {font-size:10pt; font-weight:bold; border-bottom : 4px solid #a46939; border-top : 4px solid #a46939;}
.sitemap_table .td_color2 {font-size:10pt; font-weight:bold; border-bottom : 4px solid #25bdae; border-top : 4px solid #25bdae;}
.sitemap_table .td_color3 {font-size:10pt; font-weight:bold; border-bottom : 4px solid #b07895; border-top : 4px solid #b07895;}
.sitemap_table .td_color4 {font-size:10pt; font-weight:bold; border-bottom : 4px solid #486996; border-top : 4px solid #486996;}
.sitemap_table .td_color5 {font-size:10pt; font-weight:bold; border-bottom : 4px solid #fe6a78; border-top : 4px solid #fe6a78;}
.sitemap_table .td_color6 {font-size:10pt; font-weight:bold; border-bottom : 4px solid #ff9002; border-top : 4px solid #ff9002;}
.tb_txt {padding:4px 0 10px 0; font-size:9pt; color: #808080; line-height: 14pt }
.bottom_img {margin-top:26px; }
/* 효과 */
.bold { font-weight:bold; }
.td_text{
background-color:#F0F0F0;
border:0 solid;
margin: 0 0 0 0;
}
/* End Content */
// 글자수 제한
var char_min = parseInt(=$write_min?>); // 최소
var char_max = parseInt(=$write_max?>); // 최대