.postCard{padding:12px;border-radius:.75rem;background-color:#fff;box-shadow:0 6px 20px rgba(0,0,0,.05);word-wrap:break-word;word-break:keep-all;display:flex;gap:48px}@media(max-width:700px){.postCard{flex-direction:column;gap:20px}}.postCard .detailAnchor:hover .title{color:#0e4daa}.postCard .thumbnailAnchor{border-radius:.75rem;width:240px;height:240px}@media(max-width:700px){.postCard .thumbnailAnchor{width:auto;height:200px}}.postCard .thumbnailAnchor .thumbnail{border-radius:inherit;object-fit:cover}@media(max-width:700px){.postCard .thumbnailAnchor .thumbnail{width:100%;height:200px}}.postCard .thumbnailAnchor:hover~.postCardContent .title{color:#0e4daa}.postCard .postCardContent{display:flex;flex-direction:column;gap:14px;width:100%}.postCard .postCardContent .title{font-size:2.25rem;font-weight:700;transition:all .25s ease;margin-bottom:14px}.postCard .postCardContent .abstract{display:-webkit-box;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;font-size:1.125rem;font-weight:400}.postCard .postCardContent .cardInfo{display:flex;align-items:center}.postCard .postCardContent .cardInfo span{font-size:1rem;font-weight:400;color:#4d4d4d}.postCard .postCardContent .cardInfo span:not(:last-child):after{content:"•";padding:0 4px}.postCard .postCardContent .tagCardList{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fit,144px);margin-top:auto}.postCard .postCardContent .tagCardList .tagChip{padding:8px 12px;border-radius:8px;text-align:center;opacity:.8;color:#fff;transition:all .25s ease;cursor:pointer}.postCard .postCardContent .tagCardList .tagChip:hover{opacity:1}@media(max-width:700px){.postCard .postCardContent .title{font-size:1.375rem}.postCard .postCardContent .abstract{font-size:1rem}.postCard .postCardContent .updatedAt{font-size:.875rem}}.pageTitle{margin-bottom:12px}.YMBackDrop{position:fixed;top:0;bottom:0;right:0;left:0;background-color:rgba(30,30,30,.5);z-index:1}.YMBackDrop .YMModalWrapper{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.YMBackDrop .YMModalWrapper .YMModalContainer{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:8px;color:#1e1e1e;background-color:#fff}.YMBackDrop .YMModalWrapper .YMModalContainer .YMTitle{font-size:1.25rem;font-weight:700;color:#161616}.YMBackDrop .YMModalWrapper .YMModalContainer .YMContext{font-size:1rem;color:#1e1e1e}.YMBackDrop .YMModalWrapper .YMModalContainer .YMButton{padding:8px 12px;border-radius:8px;font-size:1rem}.YMBackDrop .YMModalWrapper .YMModalContainer .YMButton:hover{background-color:rgba(33,33,33,.03)}.YMBackDrop .YMModalWrapper .YMModalContainer .YMButton:disabled{color:#dcdcdc}.YMBackDrop .YMModalWrapper .YMModalContainer .YMButton.cancelButton{color:#ef2525}.YMBackDrop .YMModalWrapper .YMModalContainer .YMButton.submitButton{color:#0e4daa}.YMBackDrop .YMModalWrapper .YMModalContainer .YMButton.defaultButton{color:#1e1e1e}.cardWrapper{display:flex;flex-direction:column;gap:16px}