This commit is contained in:
myname 2024-02-26 15:44:03 +09:00
commit 72311a1a54
6 changed files with 9 additions and 6 deletions

View File

@ -774,7 +774,7 @@
<col style="width: 120px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tbody class="ta_con">
<tr>
<th scope="row">
<p>참석자</p>

View File

@ -664,7 +664,7 @@ function getYears(getYear){
@
<input type="text" id="email2" size="20" title="이메일 직접 입력" placeholder="">
<label for="emailSelect" class="label">이메일 선택</label>
<select name="emailSelect" id="emailSelect" class="selType1" onchange="emailChange(this)">
<select name="emailSelect" id="emailSelect" class="selType1 sel_type1" onchange="emailChange(this)">
<option value="">직접입력</option>
<option value="naver.com">naver.com</option>
<option value="daum.net">daum.net</option>

View File

@ -189,7 +189,7 @@
<li class="cmmt_text">
<textarea name="unqIsuesCn" id="unqIsuesCn" class="cmm_cmt" cols="30" rows="3" placeholder="메모를 작성해주세요"></textarea>
</li>
<li>
<li style="width: auto;">
<button type="button" onclick="insertUnqIsues(); return false;" class="btn_add_cmmt">등록</button>
</li>
</ul>

View File

@ -964,7 +964,7 @@
<div class="tb_tit01">
<div class="tb_tit01_left">
<p>신청서 제출</p>
<span class="cf_text">※ 학교장 직인이 날인되지 않았을 경우, 인정되지 않</span>
<span class="cf_text">* 항목은 필수 사항입니다. 신청서에 학교장 직인이 날인되지 않았을 경우, 인정되지 않습니다.</span>
</div>
</div>
<div class="tb_type01 tb_write tb_input">

View File

@ -486,4 +486,7 @@ input[type="text"].input_time {width: 50px;}
/*관리자관리 > 대국민관리(외부개발자용) > 사용자관리 > 사용자수정*/
.pageCont .listTop .sub_te{margin-bottom: 10px;}
/*성인 > 교욱결과관리 > 상세*/
.ta_con tr th{background-color: #f3f3f3;}
.ta_con tr th p{font-size: 17px; font-weight: 400; color: #000;}

View File

@ -88,7 +88,7 @@ header.on .nav_wrap::after{opacity: 1;}
.header .dep_li_07 .depth01_li{width: auto;}
.header .menu_link{font-size: 20px; font-weight: 300; letter-spacing: -0.5px; display: flex; align-items: center; justify-content: center;/* height: 100%; */position: relative;font-family: 'GmarketSansMedium'; line-height: 1.25; padding:15px 0;}
.header .menu_link::before{position: absolute; content: " "; display: block; width: 0; /*height: 2px; background-color: #E95504; left: 50%; transform: translateX(-50%); transition: width .4s ease-in-out; top: 32px;*/ z-index: 1;}
.header .menu_link .menu_link_br {color: #d64309;font-family: 'GmarketSansMedium'; padding:0 0 0 5px;}
.header .menu_link .menu_link_br {color: #d64309;font-family: 'GmarketSansMedium'; /*padding:0 0 0 5px;*/ text-indent:5px;}
.header .on .menu_link{color: #d64309;}
.on .nav_wrap .on .menu_link::before{width: 100%;}
.header .depth02{position: absolute; top:53px; text-align: center; padding: 15px 0; width: 100%; left: 50%; transform: translateX(-50%);border-right: 1px solid #d5d5d5;}