.related_post{background-color:#e9f7fb}.related_post_list{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start}.related_post_item{background-color:#fff;display:flex;flex-direction:column;height:100%;max-width:380px;width:calc(33.33333% - 10px)}.related_post_item_img{width:100%}.related_post_item_img img{aspect-ratio:16/9;height:100%;object-fit:contain;transform:scale(1);transition:.3s ease-in-out}.related_post_item:hover .related_post_item_img img{transform:scale(1.1)}.related_post_item_info{display:flex;flex-direction:column;padding:15px 25px}.related_post_item_tag_list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.related_post_item_tag{background-color:#fff;border:1px solid #1fa9d6;color:#1fa9d6;display:block;font-size:12px;font-weight:500;padding:3px 10px}.related_post_item_tag:hover{background-color:#1fa9d6;color:#fff}.related_post_item_title{display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin-bottom:25px;overflow:hidden}.related_post_item:hover .related_post_item_title{color:#1fa9d6}.related_post_item_text{margin-bottom:20px}.related_post_item_text p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.related_post_item_date{color:#919191;font-size:14px;font-weight:500}@media only screen and (max-width:680px){.related_post_list{flex-direction:column;gap:30px 0}.related_post_item{max-width:unset;width:100%}.related_post_item_title{margin-bottom:20px}}