This commit is contained in:
myname 2024-01-16 16:56:20 +09:00
commit 96a3961c88
2 changed files with 8 additions and 2 deletions

View File

@ -59,7 +59,7 @@
</div>
</div>
<div class="faq_Wrap">
<div class="faq_Wrap full_faq">
<ul class="faq">
<c:forEach var="result" items="${resultList}" varStatus="status">
<li>

View File

@ -163,7 +163,7 @@
.req_text{display: inline-block; font-size: 16px; font-weight: 600; color: #e40000; vertical-align: middle; padding-right: 5px;}
.req_text span{display: inline-block; width: 1px; height: 1px; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; padding: 0;}
.req_text+p{display: inline-block;}
.cf_text {font-size: 15px; font-weight: 300; color: #e40000;}
.cf_text {font-size: 15px; font-weight: 400; color: #e40000;}
.cf_text2 {font-size: 15px; font-weight: 300; color: #666;}
.cf_text3 {font-size: 18px; font-weight: 300; color: #666; line-height: 1.4; letter-spacing: -1px; display: block; padding-top: 12px;}
.table_req_text {font-size: 15px; color: #666; font-weight: 300; display: block; padding-top: 5px; line-height: 1.3; letter-spacing: -0.5px;}
@ -841,6 +841,12 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
/*알림마당 > 교육자료실 > 첨부파일 수정*/
.fileView a{margin: 0 0 10px 0; white-space: normal; background-image: url(../images/content/file_img.png); background-repeat: no-repeat; background-position: left 48%; padding-left: 23px; letter-spacing: -0.5px; font-size: 16px; font-weight: 400; color:#555; line-height:20px;}
/*알림마당 > FAQ > 답변 색 수정*/
.full_faq .faq li button{background-color: #f5f5f5;}
.full_faq .faq li button .qst_text{z-index: 1;}
.full_faq .faq li .answer{background-color: #fff;}
@media all and (max-width: 1300px){
/*교육소개 추가*/
.edu_wrap .tb_type01 table tbody .edu_sus_num li{width: 55%;}