.home-warrper{display:flex;flex-direction:column;padding-right:3.125rem;padding-left:4.563rem}.home-container{display:flex;flex-direction:column;align-items:flex-start;padding-left:2rem}.chatroom-container{display:flex;flex-direction:row;align-items:flex-start}.home-title{font-size:var(--size-text-4);color:var(--color-white);font-weight:var(--weight-300);margin:1rem 0 1rem 1rem}.home-list{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;width:100%}.chatroom-video{height:90vh;width:75%}.chatroom-comment{height:90vh;width:25%}@media only screen and (min-width: 1025px){.home-list{justify-content:flex-start}}@media only screen and (min-width: 1024px){.home-list{justify-content:flex-start}}@media only screen and (min-width: 768px) and (max-width: 1024px){.home-list{justify-content:center}.home-container{padding-left:0}.chatroom-container{flex-direction:column}.chatroom-video{height:60vh;width:100%}.chatroom-comment{height:28vh;width:100%;margin-top:2vh}}@media only screen and (max-width: 767px){.home-warrper{display:flex;flex-direction:column;padding-left:1rem;padding-right:1rem}.home-list{justify-content:center}.home-container{padding-left:0}.chatroom-video{height:50vh}.chatroom-comment{height:43vh}.chatroom-container{flex-direction:column}.chatroom-video{height:80vh;width:100%}.chatroom-comment{height:28vh;width:100%;margin-top:2vh}}@media only screen and (min-width: 321px) and (max-width: 767px){.chatroom-container{flex-direction:column}.chatroom-video{height:80vh;width:100%}.chatroom-comment{height:40vh;width:100%;margin-top:2vh}}.popup-wapper{position:fixed;background:var(--bg-popup);width:100%;inset:0;display:flex;align-items:center;justify-content:center}.popup-container{display:flex;justify-content:flex-end}.popup-btn{position:absolute;border-radius:.4rem;width:2rem;height:1.5rem;border:none;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;background-color:var( --bg-btn-user);color:var(--color-white);cursor:pointer}
