css 수정

This commit is contained in:
com02 2021-11-25 10:52:31 +09:00
parent 23791e708a
commit 8e42d4a7dc

View File

@ -603,8 +603,9 @@ a.pop-logo img { margin-right: 10px; }
/* 공지사항 상세 */
.view-tit { position: relative; padding-left: 60px; box-sizing: border-box; width: 100%; }
.view-tit { position: relative; padding-left: 18px; box-sizing: border-box;display:inline-block;width:100%;}
.qna-data .view-tit { padding-left: 15px; }
.view-tit h2 {width:100%;}
.view-tit h2,
.view-tit .v-info { font-size: 14px; }
.view-tit h2 span.type { position: relative;top: 2px; left: 0px; transform: translate(0%, -50%); }
@ -612,7 +613,9 @@ a.pop-logo img { margin-right: 10px; }
.file-box .file-list span button { display: none; }
.file-box .file-list { display: flex; align-items: center; }
.file-box .file-list:last-child { margin-bottom: 0; }
.view-con { font-size: 12px; line-height: 18px; min-height: 180px; }
.view-con { font-size: 12px; line-height: 18px; min-height: 180px;overflow:hidden; }
.view-con .view-txt p {width:100%;}
.view-con .view-txt p img {width:100% !important;height:auto !important;}
.noti-data .btn-box a { width: 100%; box-sizing: border-box; font-size: 14px; font-weight: normal; }
/* faq */
@ -911,7 +914,7 @@ a.pop-logo img { margin-right: 10px; }
.pop-advanced-search .pop-wrap .Title span:nth-of-type(3) { right: 16px; }
.popup.pop-advanced-search .pop-wrap .Title span:nth-of-type(1) { font-size: 22px; line-height: 33px; }
.popup.pop-advanced-search .pop-wrap .Title span:nth-of-type(2) { display: none; }
.popup.pop-advanced-search .pop-wrap form { padding: 22px 8px 22px 16px; }
.popup.pop-advanced-search .pop-wrap form { padding: 15px; }
.mCSB_inside > .mCSB_container { margin-right: 10px; }
.advanced-form-table li { display: flex; flex-direction: column; border: none; width: 100% !important; }
.advanced-form-table li:nth-child(1) label,