diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp index 9bd4cc96..3ac3fc82 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp @@ -490,7 +490,7 @@
-

교육신청등록

+

교육신청

@@ -667,7 +667,7 @@

필수입력 항목*

신청내용

- + diff --git a/src/main/webapp/visitEdu/usr/publish/css/common.css b/src/main/webapp/visitEdu/usr/publish/css/common.css index 64482865..7c06495e 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/common.css +++ b/src/main/webapp/visitEdu/usr/publish/css/common.css @@ -174,7 +174,7 @@ footer .btn_go{width: 50px; height: 40px; border: 1px solid #cbcdd1; background- footer .btn_go:hover{box-shadow: 0 0 5px rgba(0,0,0,0.2); transition: all 0.1s linear;} footer .logo,footer address{display: inline-block; vertical-align: middle;} footer .logo{/*padding: 47px 0;*/ transition: all 0.3s ease;} -footer address {font-size: 14px; font-weight: 400; margin-left: -90px; transition: all 0.3s ease;} +footer address {font-size: 14px; font-weight: 400; margin-left: 20px; transition: all 0.3s ease;} footer address p:first-child{margin-bottom: 8px;} footer .site_go{display: flex;align-items: center;justify-content: space-between;} footer .wa_mark .wa {width: 110px;margin: 0 40px 0 0;} @@ -277,7 +277,7 @@ footer .wa_mark .wa {width: 110px;margin: 0 40px 0 0;} footer .area_top .logo a img {width:140px;} footer .area_top address {display:block; width: 100%; margin:15px 0 80px 0;} footer .area_top address p {margin:0 0 4px;font-size:14px;line-height:20px;} - footer .area_top .site_go {left:initial;right:0;top:20px;width:calc(100% - 165px);} + footer .area_top .site_go {left:initial;right:0;top:20px;width:calc(100% - 165px);align-items:flex-end;} footer .area_top .site_go:after {content:'';display:block;clear:both;} footer .wa_mark {left: 0; bottom: 12px;} footer .area_top .site_go select {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:calc(100% - 45px);height:35px;padding:0 35px 0 15px;font-size:14px;background-size:10px;}