/* BASIC css start */
div#content { max-width: 1560px; }

.editList_wrap .titleWrap { padding: 80px 0 40px; }
.editList_wrap .titleWrap h3 { font-size: 24px; font-weight: 700; font-family: 'Montserrat'; text-align: center; }
.editList_wrap .edit_list { display: flex; flex-wrap: wrap; }
.editList_wrap .edit_list li { width: calc(33.33% - 36px); padding: 0 18px 60px; }
.editList_wrap .edit_list li:nth-of-type(-n + 4) { width: calc(25% - 36px); }
.editList_wrap .edit_list .thumWrap img { display: block; width: 100%; }
.editList_wrap .edit_list .infoWrap { display: grid; margin-top: 25px; gap: 10px 0; color: #1c1c1c; font-size: 18px; }
.editList_wrap .edit_list .infoWrap strong { font-weight: 400; }
.editList_wrap .edit_list .infoWrap p.more { font-size: 13px; }
/* BASIC css end */

