/* BASIC css start */
/* °ψΕλ */
.editList_Wrap { margin: 0 auto; padding: 40px 16px; box-sizing: border-box; }
.editList_Wrap .title{ font-size: 20px; font-weight: 700; margin-bottom: 30px; }
.editList_Wrap .edit_list{display: flex; flex-wrap: wrap; flex-direction: row;}
.editList_Wrap .edit_list li{width: 100%; }
.editList_Wrap .edit_list .thumb{margin-bottom: 16px; display: block;}
.editList_Wrap .edit_list .thumb img{width: 100%; border-radius: 16px;}
.editList_Wrap .edit_list .cont .cate_tit{font-size: 14px; color: #008979; font-weight: 700; line-height: 1.3; margin-bottom: 8px;}
.editList_Wrap .edit_list .cont .main_tit{font-size: 16px; 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: 14px; line-height: 1.4; font-weight: 400; color: #555; margin-bottom: 24px;}
.editList_Wrap .edit_list .cont .day{ padding-bottom: 38px; font-size: 14px; line-height: 1.3; color: #555; font-weight: 500;}

    
/* BASIC css end */

