diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/popup/eduAplctPopList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/popup/eduAplctPopList.jsp
index 3f7501b9..a0f9d5ad 100644
--- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/popup/eduAplctPopList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/popup/eduAplctPopList.jsp
@@ -357,9 +357,15 @@ $(document).ready(function(){
- | 생년월일 8자리 (ex.1988.01.01) |
+ 생년월일/성별 |
- --%>
<%-- --%>
|
@@ -561,13 +567,13 @@ $(document).ready(function(){
-
+
diff --git a/src/main/webapp/visitEdu/usr/publish/css/content.css b/src/main/webapp/visitEdu/usr/publish/css/content.css
index 4009fa81..7f33ef7c 100644
--- a/src/main/webapp/visitEdu/usr/publish/css/content.css
+++ b/src/main/webapp/visitEdu/usr/publish/css/content.css
@@ -131,6 +131,11 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
select.selType1.read-only{background: url(/ipedu/visitEdu/usr/publish/images/content/icon_select_gray.png) no-repeat calc(100% - 15px) center; color:#888; pointer-events:none;}
.tb_type02.tb_type02_write input[type="text"].input_time {width: 50px;}
+.birth_wrap{display:flex;font-size:1.5rem;font-size:700;align-items:center;gap:8px;}
+.birth_wrap .birth_input{width:20%;min-width:85px;}
+.birth_wrap .jender_input{width:7%;min-width:32px;}
+.birth_wrap span{font-size:1.5rem;font-weight:700;margin:5px 0 0 0;}
+
.select_wrap{display:flex;gap:16px;}
.select_wrap li{display:flex;align-items:center;gap:8px;}
.select_wrap label{font-size:1.8rem;color:#666;}