diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/instr/fndtnVisitEdu/asgnmInfo/instrAsgnmDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/instr/fndtnVisitEdu/asgnmInfo/instrAsgnmDetail.jsp
index 73512e47..9ed8abc6 100644
--- a/src/main/webapp/WEB-INF/jsp/web/ve/instr/fndtnVisitEdu/asgnmInfo/instrAsgnmDetail.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/ve/instr/fndtnVisitEdu/asgnmInfo/instrAsgnmDetail.jsp
@@ -162,7 +162,7 @@
교육부문
|
-
+ |
|
@@ -176,7 +176,7 @@
과정
|
-
+ |
|
@@ -190,7 +190,7 @@
기간
|
-
+ |
~
|
@@ -204,7 +204,7 @@
교육장소
|
-
+ |
|
@@ -218,7 +218,7 @@
상세교육과정
|
-
+ |
|
@@ -232,7 +232,7 @@
정원
|
-
+ |
|
@@ -246,7 +246,7 @@
신청자수
|
-
+ |
|
@@ -260,7 +260,7 @@
상태
|
-
+ |
|
@@ -272,7 +272,7 @@
강의계획서 |
-
+ |
diff --git a/src/main/webapp/visitEdu/usr/publish/css/content.css b/src/main/webapp/visitEdu/usr/publish/css/content.css
index 69185f5e..7f7b7173 100644
--- a/src/main/webapp/visitEdu/usr/publish/css/content.css
+++ b/src/main/webapp/visitEdu/usr/publish/css/content.css
@@ -252,7 +252,7 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
.tb_type01>table{width: 100%; table-layout: fixed; }
.tb_type01>table>tbody {border-top: 2px solid #000;}
.tb_type01>table>tbody>tr{border-bottom: 1px solid #e5e5e5;}
-.tb_type01>table>tbody>tr>th,.tb_type01>table>tbody>tr>td{ font-size: 16px; text-align: left;box-sizing: border-box;}
+.tb_type01>table>tbody>tr>th,.tb_type01>table>tbody>tr>td{ font-size: 16px; text-align: left;box-sizing: border-box; line-height:1.3em;}
.tb_type01>table>tbody>tr>th{background-color: #f5f5f5; font-weight: 400; vertical-align: top; padding-top: 19px; padding-left: 20px; padding-bottom: 16px;}
.tb_type01>table>tbody>tr>th p {line-height: 1.3;}
.tb_type01>table>tbody>tr>td{padding: 12px 20px; height: 60px; font-weight: 400; color: #555; vertical-align: middle;}
|