/* BASIC css start */
/* °ψΕλ */
.editList_Wrap {width: 1400px; margin: 0 auto; padding-top: 160px;}
.editList_Wrap .title{font-size: 36px; line-height: 100%; font-weight: 700; margin-bottom: 50px; letter-spacing: -0.68px; }
.editList_Wrap .edit_list{display: flex; flex-wrap: wrap; flex-direction: row; gap: 60px 20px;}
.editList_Wrap .edit_list li{width: calc((100% - 64px) / 3); min-height: 713px;}
.editList_Wrap .edit_list .thumb{margin-bottom: 16px; display: block;}
.editList_Wrap .edit_list .thumb img{width: 100%; border-radius: 21.5px;}
.editList_Wrap .edit_list .cont {padding-left: 5px; }
.editList_Wrap .edit_list .cont .cate_tit{font-size: 14px; color: #008979; font-weight: 500; line-height: 1.3; margin-bottom: 8px;}
.editList_Wrap .edit_list .cont .main_tit{font-size: 18px; line-height: 1.4; font-weight: 600; color: #111; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.editList_Wrap .edit_list .cont .sub_tit{font-size: 15px; line-height: 1.4; font-weight: 400; color: #555; margin-bottom: 24px;}
.editList_Wrap .edit_list .cont .day{font-size: 14px; line-height: 1.3; color: #555; font-weight: 500;}


/* BASIC css end */

