Merge branch 'advc' of http://yongjoon.cho@vcs.iten.co.kr:9999/hylee/offedu into advc
This commit is contained in:
commit
9be08b87ce
@ -490,7 +490,7 @@
|
|||||||
<input type="hidden" id="sigunguCode" name="sigunguCode" value=""/>
|
<input type="hidden" id="sigunguCode" name="sigunguCode" value=""/>
|
||||||
|
|
||||||
<div class="cont_tit">
|
<div class="cont_tit">
|
||||||
<h2>교육신청등록</h2>
|
<h2>교육신청</h2>
|
||||||
<div class="sns_go">
|
<div class="sns_go">
|
||||||
<button type="button" title="새창열림"><img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/facebook_icon.png" alt="페이스북 바로가기"></button>
|
<button type="button" title="새창열림"><img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/facebook_icon.png" alt="페이스북 바로가기"></button>
|
||||||
<button type="button" title="새창열림"><img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/twitter_icon.png" alt="트위터 바로가기"></button>
|
<button type="button" title="새창열림"><img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/twitter_icon.png" alt="트위터 바로가기"></button>
|
||||||
@ -667,7 +667,7 @@
|
|||||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
<p>신청내용</p>
|
<p>신청내용</p>
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td colspan="3">
|
||||||
<label for="jobNm" class="label">직함 입력</label>
|
<label for="jobNm" class="label">직함 입력</label>
|
||||||
<kc:checkbox name="aplctCn" id="aplctCn" codeId="VEA006"/>
|
<kc:checkbox name="aplctCn" id="aplctCn" codeId="VEA006"/>
|
||||||
|
|
||||||
|
|||||||
@ -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 .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,footer address{display: inline-block; vertical-align: middle;}
|
||||||
footer .logo{/*padding: 47px 0;*/ transition: all 0.3s ease;}
|
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 address p:first-child{margin-bottom: 8px;}
|
||||||
footer .site_go{display: flex;align-items: center;justify-content: space-between;}
|
footer .site_go{display: flex;align-items: center;justify-content: space-between;}
|
||||||
footer .wa_mark .wa {width: 110px;margin: 0 40px 0 0;}
|
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 .logo a img {width:140px;}
|
||||||
footer .area_top address {display:block; width: 100%; margin:15px 0 80px 0;}
|
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 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 .area_top .site_go:after {content:'';display:block;clear:both;}
|
||||||
footer .wa_mark {left: 0; bottom: 12px;}
|
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;}
|
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;}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user