@charset "utf-8";

.miso-post-list .post-list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.miso-post-list .post-list .post-row{width: 48.637%; border-bottom: 1px solid #e1e1e1;}
.miso-post-list .post-list .post-row:nth-child(-n+2){border-top: 1px solid #e1e1e1;}
.miso-post-list .post-list .post-row a{display: flex; width: 100%; height: 100%; flex-wrap: wrap; justify-content: start; padding: 25.5px 28px 25.5px 10px;}
.miso-post-list .post-list .post-row:nth-child(-n+2) a{background-color: #fcfcfc;}
.miso-post-list .post-list .post-row .wr-new{border-radius: 3px; display: inline-block; width: 40px; line-height: 24px; font-size: 11px; color: white; font-family: 'Pretendard'; text-align: center; background-color: #f27012; margin-right: 19px; font-weight: 400; height: 22px;}
.miso-post-list .post-list .post-row a p{font-size: 17px; color: #999999; line-height: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: calc(100% - 134px);}
.miso-post-list .post-list .post-row:nth-child(-n+2) a p{color: #0c0c0c;}
.miso-post-list .post-list .post-row .date{font-size: 15px; color: #999999; line-height: 22px; margin-left: auto; display: inline-block;}

@media all and (max-width: 991px) {
    .miso-post-list .post-list .post-row{width: 100%;} 
    .miso-post-list .post-list .post-row:nth-child(-n+2){border-top: 0;}
    .miso-post-list .post-list .post-row:first-child{border-top: 1px solid #e1e1e1;}
    .miso-post-list .post-list .post-row .wr-new{font-size: 8px; width: 30px; height: 16px; line-height: 18px; margin-right: 15px;}
    .miso-post-list .post-list .post-row a{padding: 15.5px 10px}
    .miso-post-list .post-list .post-row a p{font-size: 13px; line-height: 16px; width: calc(100% - 110px);}
    .miso-post-list .post-list .post-row:nth-child(-n+2) a p{color: #999999;}
    .miso-post-list .post-list .post-row:first-child a p{color: #0c0c0c;}
    .miso-post-list .post-list .post-row .date{font-size: 13px; line-height: 16px;}}