/* BASIC css start */
.editList_wrap .titleWrap { padding: 30px 0; }
.editList_wrap .titleWrap h3 { font-size: 18px; font-weight: 700; font-family: 'Montserrat'; text-align: center; }
.editList_wrap .edit_list { display: flex; flex-direction: column; margin-top: 20px; gap: 25px 0; }
.editList_wrap .edit_list li { width: 100%; padding: 0 15px; box-sizing: border-box; }
.editList_wrap .edit_list .thumWrap img { display: block; width: 100%; }
.editList_wrap .edit_list .infoWrap { display: grid; margin-top: 25px; gap: 5px 0; color: #1c1c1c; font-size: 15px; }
.editList_wrap .edit_list .infoWrap strong { display: block; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.editList_wrap .edit_list .infoWrap p.more { margin-top: 0; font-size: 10px; text-align: left; }
/* BASIC css end */

