diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css
index 329eb27ec..3d4e35619 100644
--- a/skin/board/basic/style.css
+++ b/skin/board/basic/style.css
@@ -33,51 +33,52 @@
/* 기본 테이블 */
/* 목록 테이블 */
-#bo_list .basic_tbl {}
-#bo_list .basic_tbl caption {}
-#bo_list .basic_tbl thead th {}
-#bo_list .basic_tbl thead a {}
-#bo_list .basic_tbl thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
-#bo_list .basic_tbl tfoot th {}
-#bo_list .basic_tbl tfoot td {}
-#bo_list .basic_tbl tbody th {}
-#bo_list .basic_tbl td {}
-#bo_list .basic_tbl a {}
-#bo_list .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
+#bo_list .tbl_head01 {}
+#bo_list .tbl_head01 caption {}
+#bo_list .tbl_head01 thead th {}
+#bo_list .tbl_head01 thead a {}
+#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
+#bo_list .tbl_head01 tfoot th {}
+#bo_list .tbl_head01 tfoot td {}
+#bo_list .tbl_head01 tbody th {}
+#bo_list .tbl_head01 td {}
+#bo_list .tbl_head01 a {}
#bo_list td.empty_table {}
-#bo_list li.empty_list {}
/* 읽기 내 테이블 */
-#bo_v .basic_tbl {}
-#bo_v .basic_tbl caption {}
-#bo_v .basic_tbl thead th {}
-#bo_v .basic_tbl thead a {}
-#bo_v .basic_tbl thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
-#bo_v .basic_tbl tfoot th {}
-#bo_v .basic_tbl tfoot td {}
-#bo_v .basic_tbl tbody th {}
-#bo_v .basic_tbl td {}
-#bo_v .basic_tbl a {}
-#bo_v .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
+#bo_v .tbl_head01 {}
+#bo_v .tbl_head01 caption {}
+#bo_v .tbl_head01 thead th {}
+#bo_v .tbl_head01 thead a {}
+#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
+#bo_v .tbl_head01 tfoot th {}
+#bo_v .tbl_head01 tfoot td {}
+#bo_v .tbl_head01 tbody th {}
+#bo_v .tbl_head01 td {}
+#bo_v .tbl_head01 a {}
#bo_v td.empty_table {}
-#bo_v li.empty_list {}
/* 쓰기 테이블 */
-#bo_w .frm_tbl {}
-#bo_w .frm_tbl caption {}
-#bo_w .frm_tbl th {}
-#bo_w .frm_tbl td {}
-#bo_w .frm_tbl textarea, #bo_w .frm_input {}
-#bo_w .frm_tbl textarea {}
+#bo_w table {}
+#bo_w caption {}
+#bo_w .frm_info {}
#bo_w .frm_address {}
#bo_w .frm_file {}
-#bo_w .frm_tbl #captcha {}
-#bo_w .frm_tbl #captcha input {}
-#bo_w .frm_tbl a {}
-#bo_w .frm_info {}
+#bo_w .tbl_frm01 {}
+#bo_w .tbl_frm01 th {}
+#bo_w .tbl_frm01 td {}
+#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {}
+#bo_w .tbl_frm01 textarea {}
+/*
+#bo_w .tbl_frm01 #captcha {}
+#bo_w .tbl_frm01 #captcha input {}
+*/
+#bo_w .tbl_frm01 a {}
-#bo_w .required {} /* 필수입력 */
+/* 필수입력 */
+#bo_w .required {}
+#bo_w textarea.required {}
#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{}
@@ -91,8 +92,6 @@
/* ### 기본 스타일 커스터마이징 끝 ### */
/* 게시판 목록 */
-#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em}
-
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center}
#bo_list .td_date {width:60px;text-align:center}
diff --git a/skin/board/basic/view_comment.skin.php b/skin/board/basic/view_comment.skin.php
index 6d8280ebe..af113cc30 100644
--- a/skin/board/basic/view_comment.skin.php
+++ b/skin/board/basic/view_comment.skin.php
@@ -101,52 +101,54 @@ var char_max = parseInt(); // 최대
-
+
diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php
index da64473f2..fc27714ae 100644
--- a/skin/board/gallery/list.skin.php
+++ b/skin/board/gallery/list.skin.php
@@ -5,7 +5,7 @@ include_once(G5_LIB_PATH.'/thumbnail.lib.php');
-
목록
+
목록
diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css
index 314770e78..d7988684f 100644
--- a/skin/board/gallery/style.css
+++ b/skin/board/gallery/style.css
@@ -33,35 +33,39 @@
/* 기본 테이블 */
/* 읽기 내 테이블 */
-#bo_v .basic_tbl {}
-#bo_v .basic_tbl caption {}
-#bo_v .basic_tbl thead th {}
-#bo_v .basic_tbl thead a {}
-#bo_v .basic_tbl thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
-#bo_v .basic_tbl tfoot th {}
-#bo_v .basic_tbl tfoot td {}
-#bo_v .basic_tbl tbody th {}
-#bo_v .basic_tbl td {}
-#bo_v .basic_tbl a {}
-#bo_v .bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
+#bo_v .tbl_head01 {}
+#bo_v .tbl_head01 caption {}
+#bo_v .tbl_head01 thead th {}
+#bo_v .tbl_head01 thead a {}
+#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
+#bo_v .tbl_head01 tfoot th {}
+#bo_v .tbl_head01 tfoot td {}
+#bo_v .tbl_head01 tbody th {}
+#bo_v .tbl_head01 td {}
+#bo_v .tbl_head01 a {}
#bo_v td.empty_table {}
/* 쓰기 테이블 */
-#bo_w .frm_tbl {}
-#bo_w .frm_tbl caption {}
-#bo_w .frm_tbl th {}
-#bo_w .frm_tbl td {}
-#bo_w .frm_tbl textarea, #bo_w .frm_input {}
-#bo_w .frm_tbl textarea {}
+#bo_w table {}
+#bo_w caption {}
+#bo_w .frm_info {}
#bo_w .frm_address {}
#bo_w .frm_file {}
-#bo_w .frm_tbl #captcha {}
-#bo_w .frm_tbl #captcha input {}
-#bo_w .frm_tbl a {}
-#bo_w .frm_info {}
+#bo_w .tbl_frm01 {}
+#bo_w .tbl_frm01 th {}
+#bo_w .tbl_frm01 td {}
+#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {}
+#bo_w .tbl_frm01 textarea {}
+/*
+#bo_w .tbl_frm01 #captcha {}
+#bo_w .tbl_frm01 #captcha input {}
+*/
+#bo_w .tbl_frm01 a {}
-#bo_w .required {} /* 필수입력 */
+/* 필수입력 */
+#bo_w .required {}
+#bo_w textarea.required {}
#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{}
@@ -75,8 +79,6 @@
/* ### 기본 스타일 커스터마이징 끝 ### */
/* 게시판 목록 */
-#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em}
-
#bo_cate h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:10px;padding-left:1px;width:728px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
diff --git a/skin/board/gallery/view_comment.skin.php b/skin/board/gallery/view_comment.skin.php
index 6d8280ebe..af113cc30 100644
--- a/skin/board/gallery/view_comment.skin.php
+++ b/skin/board/gallery/view_comment.skin.php
@@ -101,52 +101,54 @@ var char_max = parseInt(); // 최대
-
+
diff --git a/skin/connect/basic/current_connect.skin.php b/skin/connect/basic/current_connect.skin.php
index db1159605..0e187429c 100644
--- a/skin/connect/basic/current_connect.skin.php
+++ b/skin/connect/basic/current_connect.skin.php
@@ -5,34 +5,36 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-
-
-
- | 번호 |
- 이름 |
- 위치 |
-
-
-
-".$location."";
- else $display_location = $location;
-?>
+
+
+
- |
- |
- |
+ 번호 |
+ 이름 |
+ 위치 |
-현재 접속자가 없습니다. | ";
-?>
-
-
+
+
+ ".$location."";
+ else $display_location = $location;
+ ?>
+
+ |
+ |
+ |
+
+ 현재 접속자가 없습니다. | ";
+ ?>
+
+
+
\ No newline at end of file
diff --git a/skin/member/basic/formmail.skin.php b/skin/member/basic/formmail.skin.php
index 38727ef81..bbc55eb1b 100644
--- a/skin/member/basic/formmail.skin.php
+++ b/skin/member/basic/formmail.skin.php
@@ -6,7 +6,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가