<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.board_wrap { width:100%; margin:20px auto 0; padding:0 3% 0px; }
.board_wrap input, .board_wrap select, .board_wrap img { vertical-align:middle;font-family: Nanum Gothic; }

.buttons { clear:both;/* height:55px; */margin-top:7px; overflow: hidden;}
.buttons li { float:left; /*height:31px; */}
.buttons li.right { float:right; }
.buttons li a.dc_bd_button {
  display: inline-block;
  width: 45px;
  height: 33px;
  margin: 0;
  padding: 0;
  border-top: solid 1px #ddd;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  border-left: solid 1px #ddd;
  background-image: linear-gradient(180deg, #fff, #f1f1f1);
  text-align: center;
  font-size:12px;
  font-weight: 700;
  color: #555;
  line-height: 33px;
}

/* write */
#write_head { height:27px; padding:7px 0 0 10px; color:#505050; font-size:14px; font-weight:bold; border:1px solid #ddd; display:none;}
#write_cont li { overflow:auto; height:100%; padding:7px 0; border-bottom:1px solid #c3c3c3; color:#767573; }
#write_cont li label { padding:0 10px; font-size:13px; font-weight:bold;}
#write_cont li input { vertical-align:middle; }
#write_cont li p.tx_row { margin-bottom:5px; }
#write_cont li p.tx_row span { cursor:pointer; }
#write_cont #wr_subject { width:80%; }
#write_cont #wr_content { width:100%; height:400px; }

#write_option #kcaptcha { float:left; margin-right:10px; }
#write_option ul { overflow:auto; }
#write_option ul li { float:left; width:350px; }
#write_option ul li.right { float:right; padding-right:5px; }

#write_submit { text-align:center; }
#write_submit a.dc_bd_button {
  display: inline-block;
  width: 50px;
  height: 35px;
  margin: 0;
  padding: 0;
  border-top: solid 1px #ddd;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  border-left: solid 1px #ddd;
  background-image: linear-gradient(180deg, #fff, #f1f1f1);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #555;
  line-height: 35px;
}

/* view */
#view_head { clear:both; position:relative; width:220px; overflow: hidden; }
#view_head li { float:left; height:30px; color:#888; }
#view_head li.right { float:right; }
#view_title { margin-bottom:3px; padding:8px 0 8px 10px; color:#550c09; font-size:18px; font-weight:bold; border-top:2px solid #6e6e6e; border-bottom:1px solid #6e6e6e; word-break:break-all; word-wrap: break-word; }

#view_cont { margin-bottom:10px; border-bottom:1px solid #c3c3c3; }
#view_name { padding:6px 0; color:#888; border-bottom:1px dotted #666;text-align: right; }
#view_content { padding:10px 0; overflow-x:auto; word-break:break-all; word-wrap: break-word; min-height:100px;}
#view_content ol { margin:12px 0; padding:0 0 0 40px; }
#view_content img {width:100%; text-align:center;}

#view_file {width:100%; min-height: 50px; line-height:25px; border-top:solid 1px #c3c3c3; border-bottom:solid 1px #c3c3c3; vertical-align:middle;}
#view_filename { padding-top:6px;padding-left:6px;}

#view_nextprev { width:100%;margin:10px 0 0 0; padding:15px 0; border-top:1px solid #555;border-bottom:1px solid #555;box-sizing:border-box;}
#view_nextprev img {height:38px;}
#view_nextprev .dc_next{width:100%; height:38px; font-size:14px; margin-bottom: 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#view_nextprev .dc_bar {height:1px;border-bottom: 1px dotted #666;}
#view_nextprev .dc_prev{width:100%; height:38px; font-size:14px;margin-top: 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#view_nextprev a.dc_prevnext_btn {
  display: inline-block;
  width: 60px;
  height:35px;
  margin: 0;
  padding: 0;
  border-top: solid 1px #ddd;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  border-left: solid 1px #ddd;
  background-image: linear-gradient(180deg, #fff, #f1f1f1);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #555;
  line-height:35px;
}

#comment_list { clear:both; margin-top:20px; }
.comment_reply { background:url(/img/board/ico_reply.gif) no-repeat; }
.clist { border-top:1px solid #c3c3c3; }
.clist p.cl_infor { overflow:hidden; height:100%; padding:8px 0 5px 0; border-bottom:1px dotted #eee; }
.clist span.cl_name { float:left; }
.clist span.cl_ip { float:left; color:#b2b2b2; font-size:11px; }
.clist span.cl_control { float:right; text-align:right; color:#888; font-size:11px; }
.clist p.cl_content { clear:both; overflow:hidden; margin-bottom:5px; padding:7px; word-break:break-all; word-wrap: break-word; }

#comment_reply { display:none; float:left; border:none; }
.cform { overflow:hidden; height:100%; margin-bottom:10px; padding:5px; border:1px solid #eee; }
.cform p.cw_infor { overflow:hidden; height:100%; padding-bottom:5px; }
.cform span.cw_control, .cform span.cw_cont { float:left; }
.cform span.cw_etc, .cform span.cw_wrkey, .cform span.cw_write { float:right; }
.cform #co_content { width:98%; height:41px; word-break:break-all; word-wrap: break-word; }

/* list */
#list_head { clear:both; margin:0 0 10px 0; }
#list_head li {  }
#list_head li.right {  }
#list_head li.left {  }

#list_cont col.no { width:40px; }
#list_cont col.check { width:40px; }
#list_cont col.name { width:115px; }
#list_cont col.date { width:50px; }
#list_cont col.hit { width:50px; }
#list_cont tr.title { height:50px; color:#fff; font-size:14px; font-weight:bold; background-color:#6e6e6e;display:none;}
#list_cont tr.title th { border-top:1px solid #c3c3c3; border-bottom:1px solid #c3c3c3; }
#list_cont tr.title th.brd_left { border-left:1px solid #c3c3c3; }
#list_cont tr.title th.brd_right { border-right:1px solid #c3c3c3; }
#list_cont tr.row { height:50px; text-align:center; }
#list_cont tr.row td { border-bottom:1px solid #c3c3c3; }
#list_cont tr.row td.no { font-weight:bold; font-size:16px ; color:#bbbbbb; }
#list_cont tr.row td.no span.current { font-weight:bold; color:#fff; }
#list_cont tr.row td.subject { text-align:left; word-break:break-all; word-wrap: break-word; font-weight:bold; font-size:15px ; color:#fff;padding: 0 10px;}
#list_cont tr.row td.subject span.comt { font-family:Tahoma; font-size:10px; color:#555; }
#list_cont tr.row td.subject_list { text-align:left; word-break:break-all; word-wrap: break-word; font-weight:normal; font-size:14px ; color:#fff;padding: 0 10px;line-height:18px;}
#list_cont tr.row td.subject_list span.comt { font-family:Tahoma; font-size:10px; color:#555; }
#list_cont tr.row td.order { font:normal 11px tahoma; color:#555; }
#list_cont p.none { text-align:center; padding:50px 0; }

#list_search { margin-top:15px; text-align:center;}
#list_search select { width:100%; border:1px solid #ddd; font-size:14px; margin:0 0 5px 0; padding:7px 10px; box-sizing:border-box;}
#list_search input.stx { width:100%; height:35px; border:1px solid #ddd; font-size:15px; margin-bottom:5px; padding:15px 10px;box-sizing:border-box;}
#list_search button.btn_search{position: relative;bottom: inherit;left: inherit;display: inline-block;width: 100%;height: 40px;margin: 0;padding: 0;border-top: solid 1px #ddd;border-right: solid 1px #aaa;border-bottom: solid 1px #aaa;border-left: solid 1px #ddd;background: url(./img/bg_button_cancle.gif) repeat-x;text-align: center;font-weight: 700;color: #000;line-height: 40px;cursor: pointer;}

/* paging */
.pagination { text-align:center; line-height:30px; clear:both; margin:15px 0 10px 0; }
.pagination * { /*font-family:Verdana;*/ font-size:13px; color:#808080 !important; font-weight:bold; }
.pagination a { padding:5px 12px; margin:2px; border:1px solid #ddd; background-color:#fff; text-decoration:none; }
.pagination a:hover, .pagination a:active { border:1px solid #999; background-color:#999; color:#ffffff !important; }
.pagination span.current { padding:5px 12px; margin:2px; border:1px solid #000; background-color:#000; color:#ffffff !important; }

/* password */
#pwd_wrap { width:96%; margin:0 2%; padding:10px 0 0; }
#pwd_wrap p { margin-top:5px; text-align:center; }
#pwd_title { padding:15px 0; border-bottom:1px solid #ebebeb; }
#pwd_cont { padding:10px 0px; text-align:center; border-bottom:#e4e4e4 1px dotted; }
#pwd_cont span { margin-right:5px; }
#pwd_cont span input[type="image"] { max-width:55px; max-height:42px; }
#pwd_cont input { vertical-align:middle; }

/* movecopy */
#mc_wrap { width:484px; margin:0 auto; padding:20px 0; }
#mc_wrap p.mc_btn { text-align:center; margin-top:10px; padding:15px 0; border-top:1px dotted #e4e4e4; }
#mc_title { padding:0 0 10px 0; border-bottom:2px solid #ebebeb; }
#mc_header { padding:20px 20px 0 20px; }

#mc_list { padding:10px 20px 20px 20px; }
#mc_list li { padding:5px 0; border-bottom:1px solid #e9e9e9; }
#mc_list li input { vertical-align:middle; }
#mc_list li.last { border:none; }</pre></body></html>