diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/adjstIncidentDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/adjstIncidentDetail.jsp index afecd6c9..dfaf2d61 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/adjstIncidentDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/adjstIncidentDetail.jsp @@ -255,7 +255,7 @@
- +
diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/docIssReqRegist.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/docIssReqRegist.jsp index 35193593..4a779931 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/docIssReqRegist.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/docIssReqRegist.jsp @@ -77,7 +77,7 @@

조정번호

- + diff --git a/src/main/webapp/kccadrPb/usr/css/content.css b/src/main/webapp/kccadrPb/usr/css/content.css index 34841569..ac993783 100644 --- a/src/main/webapp/kccadrPb/usr/css/content.css +++ b/src/main/webapp/kccadrPb/usr/css/content.css @@ -419,13 +419,13 @@ table .label{position: absolute;width: 1px; height: 1px; margin: 0; border: none .sub02_1 .choice_type li{width: calc(100% / 3); text-align: center; border-radius: 5px; margin-right: 30px; transition: all 0.3s ease-in-out;} .sub02_1 .choice_type li.active,.sub02_1 .choice_type li:hover{background-color: #2353b5; border: 1px solid #2353b5; box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: all 0.3s ease-in-out;} .sub02_1 .choice_type li:last-child{margin-right: 0;} -.sub02_1 .choice_type li button{width: 100%; height: 100%; padding: 40px 0; } +.sub02_1 .choice_type li button{width: 100%; height: 100%; padding: 40px 0; font-size:20px;} .sub02_1 .choice_type li i{display: block; margin: 0 auto 20px auto; width: 100px; height: 100px; border-radius: 100%; background-color: #f0f2f5; background-repeat: no-repeat; background-position: center;} .sub02_1 .choice_type li:nth-child(1) i{background-image: url(/kccadrPb/usr/image/icon_sub02_1_02.png);} .sub02_1 .choice_type li:nth-child(2) i{background-image: url(/kccadrPb/usr/image/icon_sub02_1_03.png);} .sub02_1 .choice_type li:nth-child(3) i{background-image: url(/kccadrPb/usr/image/icon_sub02_1_04.png);} .sub02_1 .choice_type li span{font-size: 20px; font-weight: 500; color: #222;} -.sub02_1 .choice_type li.active span,.sub02_1 .choice_type li:hover span{color: #fff;} +.sub02_1 .choice_type li.active span,.sub02_1 .choice_type li:hover span,.sub02_1 .choice_type li.active p,.sub02_1 .choice_type li:hover p{color: #fff;} .sub02_1 .choice_person ul {display:flex;justify-content:center;align-items:center;width:75%;margin:0 auto;} .sub02_1 .choice_person ul li {position:relative;width:calc(100%/3);height:231px;text-align:center;border:0 none;margin-right:30px;box-sizing:border-box;}