2024/03/26 웹접근성 버튼 title 추가

This commit is contained in:
kmg 2024-03-26 09:44:59 +09:00
parent 76a06e144a
commit cf1f1c34f9

View File

@ -80,7 +80,7 @@ function tutorialPop(){
<div class="inner">
<div class="cont_tit">
<h2>조정신청 체험하기</h2>
<button type="button" class="btnType03" onclick="tutorialPop();">전체과정 미리보기(튜토리얼)</button>
<button type="button" class="btnType03" onclick="tutorialPop();" title="새창 열림">전체과정 미리보기(튜토리얼)</button>
</div>