diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstIncidentDetailPop.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstIncidentDetailPop.jsp
index 61a5fccb..2ce3a615 100644
--- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstIncidentDetailPop.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstIncidentDetailPop.jsp
@@ -124,6 +124,7 @@
피신청인 정보
diff --git a/src/main/webapp/kccadrPb/usr/script/content.js b/src/main/webapp/kccadrPb/usr/script/content.js
index 9338b84e..c985f8c9 100644
--- a/src/main/webapp/kccadrPb/usr/script/content.js
+++ b/src/main/webapp/kccadrPb/usr/script/content.js
@@ -297,8 +297,8 @@ function boardCaptionToggle02(){
var subTit = $(".cont_tit h2").text();
var itmText = "";
$(".tbType01").each(function(idx,tb){
- var thLength = $(tb).find("tbody>tr>th").length;
- $(tb).find("tbody>tr>th").each(function(index,item){
+ var thLength = $(tb).find("tbody>tr>th:visible").length;
+ $(tb).find("tbody>tr>th:visible").each(function(index,item){
itmText += $(item).text();
if (index === thLength - 1) {
//마지막 th일 경우 - ,가 들어가면 안됨.
@@ -324,7 +324,8 @@ function boardCaptionToggle02(){
}
}
- }else{
+ }
+ else{
if($(tb).find("input,select,textarea").length > 0){
if($(tb).children("caption").length == 0){
$(tb).prepend("
"+subTit + " : " + itmText + "등의 정보입력");