.post_detail_overlay{position:fixed;z-index:9996;background-color:#000000b9;width:100%;height:100%;top:0;right:0;display:flex}.post_detail_contents{background-color:#fff;padding:20px;max-width:400px;width:85%;margin:auto;position:relative}.post_detail_close_btn{position:absolute;background:red;border-radius:50rem;border:none;width:30px;height:30px;color:#fff;display:flex;justify-content:center;align-items:center;top:-15px;right:-15px}.post_detail_img_list{display:flex;height:auto;padding:10px 0;gap:10px;overflow-x:scroll}.post_detail_img_list img{max-width:300px;max-height:300px;height:-moz-fit-content;height:fit-content;-o-object-fit:contain;object-fit:contain}.post_detail_scroll_txt{font-size:12px}.post_detail_txt{font-weight:700;margin:20px 0}.post_detail_user_img{width:30px!important;height:30px!important}.post_detail_btm_box{display:flex;justify-content:space-between}.twitter_post_label{text-align:center;font-size:16px;color:#fff;padding:30px 0}.twitter_page{width:100%;display:flex}.twitter_container{width:90%;max-width:1100px;margin:auto}.twitter_post_list{display:grid;grid-template-columns:repeat(auto-fill,minmax(24%,1fr));list-style:none;gap:10px;max-width:1200px}.twitter_post_item{width:100%;margin:0 auto;display:flex;flex-direction:column;gap:10px;background-color:#fff;cursor:pointer}.twitter_post_img_box{width:100%;aspect-ratio:1/1;padding:10px;display:flex}.twitter_post_item .twitter_post_img{-o-object-fit:contain;object-fit:contain;width:100%;height:auto}.twitter_user_box{display:flex;gap:10px;align-items:center}.twitter_user_img{border-radius:50rem;-o-object-fit:cover;object-fit:cover}.twitter_post_btm_box{background-color:#eaeaea;width:100%;height:100%;padding:20px;display:flex;flex-direction:column;gap:10px}.twitter_post_text{display:flex;flex-wrap:wrap;-moz-column-gap:10px;column-gap:10px}.twitter_post_btm_box .hashtag{color:#333}.twitter_post_img.mosaic{filter:blur(5px);transform:scale(.8)}.confirm-modal{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000}.confirm-box{background:#fff;padding:32px;border-radius:12px;max-width:500px;text-align:center;margin:10px}.confirm-actions{display:flex;gap:12px;margin-top:24px}.confirm-actions button{flex:1;padding:10px}.comfirm_close{background-color:#eaeaea;color:#333}@media(max-width:900px){.twitter_post_list{grid-template-columns:repeat(auto-fill,minmax(30%,1fr))}}@media(max-width:500px){.twitter_post_list{gap:5px;grid-template-columns:repeat(auto-fill,minmax(48%,1fr))}.twitter_post_item{gap:0}.twitter_post_btm_box,.twitter_post_img_box{padding:5px}.twitter_post_btm_box{gap:5px;padding-bottom:10px}.twitter_user_box>span{font-size:14px;max-width:150px;word-break:break-all;align-items:start}.twitter_post_btm_box .hashtag{font-size:14px}.twitter_user_img{width:20px;height:20px}.confirm-box h3{font-size:16px;margin-bottom:10px}.common_btn,.confirm-box p{font-size:14px}}