#modal-view-like{background-color:hsla(0,0%,100%,.5);display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;width:100vw;z-index:999999}#modal-view-like.show{display:block}#modal-view-like .modal-dialog{align-items:center;display:flex;margin:auto;max-width:400px;min-height:calc(100% - 30px);position:relative;width:auto}#modal-view-like .modal-content{background-color:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.2);margin:25px;position:relative;width:100%}#modal-view-like .modal-header{border-bottom:1px solid #e5e5e5;padding:16px;position:relative}#modal-view-like .modal-header .modal-title{font-size:18px;font-weight:700;margin:0 auto;text-align:center}#modal-view-like .modal-header .close{background:none;border:none;color:#000;font-size:24px;line-height:1;opacity:.5;padding:0;position:absolute;right:8px;top:14px}#modal-view-like .modal-header .close:focus,#modal-view-like .modal-header .close:hover{color:#000;cursor:pointer;opacity:.75;text-decoration:none}#modal-view-like .modal-body{max-height:60vh;overflow-y:auto;padding:8px 0 8px 16px}#modal-view-like .modal-body .like-item{align-items:center;display:flex;padding:8px 0}#modal-view-like .modal-body .like-item .avatar{border-radius:50%;height:40px;margin-right:12px;-o-object-fit:cover;object-fit:cover;width:40px}#modal-view-like .modal-body .like-item .nickname{color:#333;font-size:16px;word-break:break-all}.btn-view-like{cursor:pointer}.talk_post .color-\[\#949494\]{color:#949494}.talk_post .not_found{font-size:14px;margin:50px 0;text-align:center}.talk_post .not_found span{display:block;font-size:18px;font-weight:700;line-height:1.5}.talk_post .title{display:flex;justify-content:space-between}.talk_post .title .left{align-items:center;display:flex;position:relative;z-index:3}.talk_post .title .left label{display:flex;flex-direction:column;gap:5px;justify-content:space-between;padding:5px}.talk_post .title .avatar{border-radius:50%;height:45px;width:45px}.talk_post .title .created-at{align-items:center;display:flex;font-size:12px}.talk_post .title .created-at img{height:17px;margin-right:2px;width:17px}.talk_post .item{padding:15px 10px;position:relative}.talk_post .item .body{margin-top:10px}.talk_post .item .body .tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.talk_post .item .body .tags .tag-item{border:1px solid #bcbcbc;border-radius:30px;padding:5px 7px}.talk_post .item .body .tags .tag-item a{position:relative;z-index:3}.talk_post .item .body .images{grid-gap:2px;display:grid;grid-template-columns:repeat(2,1fr);margin-top:10px}.talk_post .item .body .images .image-item{align-items:center;background-color:#fff;border:1px solid #ccc;box-sizing:border-box;cursor:pointer;display:flex;flex:1;height:auto;justify-content:center}.talk_post .item .body .images .image-item img{height:100%;max-height:240px;-o-object-fit:contain;object-fit:contain;width:100%}.talk_post .item .body .images .image-item:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.talk_post .item .body .images.even{grid-template-columns:repeat(2,1fr)}.talk_post .item .body .images.three{gap:4px;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr}.talk_post .item .body .images.three .image-item:first-child{grid-column:1/2;grid-row:1/span 2}.talk_post .item .body .images.three .image-item:nth-child(2){grid-column:2/3;grid-row:1/2}.talk_post .item .body .images.three .image-item:nth-child(3){grid-column:2/3;grid-row:2/3}.talk_post .item .body .images.three .map-modal{grid-column:span 2}.talk_post .item .body .images.single{grid-template-columns:1fr}.talk_post .item .body .images.single .image-item{aspect-ratio:auto;border:none}.talk_post .item .body .location-container{align-items:center;display:flex;gap:5px;margin-top:10px}.talk_post .item .body .location-container .location{background-color:#ece9e9;border-radius:15px;height:28px;padding:5px;width:28px}.talk_post .item .body .location-container .location img{height:100%;width:100%}.talk_post .item .post-content{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:15px;line-height:normal;overflow:hidden}.talk_post .item .post-content.expanded{-webkit-line-clamp:unset;display:block}.talk_post .item .post-link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.talk_post .footer{border-bottom:1px dashed #ccc;border-top:1px dashed #ccc;margin-top:10px;padding:10px 0}.talk_post .footer .feedback-action{align-items:center;cursor:pointer;display:flex;gap:5em}.talk_post .footer .feedback-action .like-action{align-items:center;display:flex;position:relative;z-index:2}.talk_post .footer .feedback-action .like-action svg{margin-right:10px}.talk_post .footer .feedback-action .like-action.active{color:#ff8a00}.talk_post .footer .feedback-action .comment-action{align-items:center;display:flex}.talk_post .footer .feedback-action .comment-action svg{margin-right:10px}.talk_post .footer .feedback-action .warning-action{align-items:center;color:#ffb700;display:flex;gap:5px;white-space:nowrap}.talk_post .footer .feedback-action .text-number{white-space:nowrap}.talk_post .footer .avatar-group{position:relative;z-index:2}.talk_post .footer .avatar-group .avatar-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-top:10px}.talk_post .footer .avatar-group .avatar{align-items:center;display:flex}.talk_post .footer .avatar-group .avatar img{background-color:#fff;border:2px solid #fff;border-radius:50%;box-sizing:border-box;height:30px;margin-right:5px;width:30px}.talk_post .footer .avatar-group .btn-view-like{cursor:pointer;font-weight:700;margin-left:5px}.talk_post .see-more-btn{background:none;border:none;color:#0b81d4;cursor:pointer;display:block;line-height:1;padding:2px 0;position:relative;z-index:2}.talk_post .ml-auto{margin-left:auto}.talk_post .d-flex{display:flex}.talk_post .align-center{align-items:center}.talk_post .ml-5{margin-left:5px}.talk_post .wh-20{height:20px;width:20px}.talk_post .wh-full{height:100%;width:100%}.talk_post .z-index-2{z-index:2}.talk_post .relative{position:relative}.talk_post .wh-auto{height:auto;width:auto}.talk_post .mt-10{margin-top:10px}.talk_post .font-bold{font-weight:700}.talk_post .add-post{align-items:center;background-color:#e61e25;border-radius:50%;bottom:10px;display:flex;flex-direction:column;height:50px;justify-content:center;position:fixed;right:12px;text-decoration:none;width:50px;z-index:99}.talk_post .add-post .text-add-post{color:#fff;font-size:14px;line-height:1.2;margin-top:2px;position:relative;text-align:center;text-decoration:none}.talk_post .loading-overlay{align-items:center;background-color:rgba(0,0,0,.8);display:none;height:100%;justify-content:center;left:0;opacity:.5;position:fixed;text-align:center;top:0;width:100%;z-index:9999}.talk_post .loading-overlay.d-flex{display:flex}.talk_post .loading-overlay .loader{animation:post-spin 2s linear infinite;border:8px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:60px;width:60px}@keyframes post-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.talk_photo_contests{background-color:#fdeeee;border-radius:5px;display:flex;flex-wrap:wrap;padding:20px;position:relative}.talk_photo_contests~.talk_photo_contests{margin-top:10px}.talk_photo_contests .topic_detail{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:20}.talk_photo_contests .bottom{display:flex;flex-wrap:wrap;gap:13px;justify-content:center;margin-top:10px;text-align:center;width:100%}.talk_photo_contests .bottom .btn-light{background-color:#fff;border-radius:5px;color:#000;padding:6px 30px;text-decoration:none}.talk_photo_contests .bottom .btn-black{background-color:#000;border-radius:5px;color:#fff;padding:6px 16px;text-decoration:none}.talk_photo_contests .full-width{background-color:#ffdcdc;border-radius:5px;padding:15px 20px;position:relative;width:100%}.talk_photo_contests .full-width .title{display:flex;font-weight:700;justify-content:center;left:0;position:absolute;top:-12px;width:100%}.talk_photo_contests .full-width .title img{left:-6px;position:absolute;top:7px;transform:rotate(345deg);width:40px;z-index:2}.talk_photo_contests .full-width .ribbon{--r:1.2em;background:#cc333f;-webkit-clip-path:polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%,var(--r) 50%);clip-path:polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%,var(--r) 50%);color:#fff;font-size:12px;line-height:2.2;padding-inline:calc(var(--r) + .3em);width:-moz-fit-content;width:fit-content}.talk_photo_contests .btn-black{background:#000;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:6px 16px}.talk_photo_contests .f-bold{font-weight:700}.talk_photo_contests .my-5{margin:5px 0}.talk_photo_contests .text-center{text-align:center}.talk_photo_contests .f-16{font-size:16px}.talk_photo_contests .my-12{margin:12px 0}.talk_photo_contests .z-20{z-index:20}.talk_favourite{background-color:#cee5ff;border-radius:5px;display:flex;flex-wrap:wrap;padding:5px}.talk_favourite~.talk_favourite{margin-top:10px}.talk_favourite .left{align-items:center;display:flex;text-align:center;width:auto}.talk_favourite .right{background-color:#f8fbff;border-radius:40px;padding:10px 7px;text-align:center;width:calc(100% - 101px)}.talk_favourite .right .title{align-content:center;color:#0a0a0a;display:flex;font-weight:700;justify-content:center;text-align:center}.talk_favourite .right .title label{display:inline-block;height:25px;position:relative;width:-moz-max-content;width:max-content;width:100px}.talk_favourite .right .title label span{display:inline-block;height:-moz-fit-content;height:fit-content;width:100%}.talk_favourite .right .title label span:first-child{font-size:16px;left:50%;position:absolute;right:50%;top:50%;transform:translate(-50%,-50%);width:-moz-max-content;width:max-content;z-index:2}.talk_favourite .bottom{margin-top:10px;text-align:right;width:100%}.talk_favourite .bottom a{color:#0061a6}.talk_favourite .btn-black{background:#000;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:6px 16px}.talk_favourite .my-5{margin:5px 0}.talk_favourite,.talk_post{color:#0a0a0a;line-height:1.5}.talk_favourite .ml-auto,.talk_post .ml-auto{margin-left:auto}.talk_favourite~.talk_photo_contests,.talk_photo_contests~.talk_favourite{margin-top:10px}#contents,#contents .pagination{background-color:#fff}.talk_post{position:relative}.has-after:after{background-color:rgba(0,0,0,.8);content:"";display:block;height:100%;opacity:.5;position:absolute;top:0;width:100%;z-index:10}
