.home-warrper{display:flex;flex-direction:column}.home-container{display:flex;flex-direction:column;align-items:center}.home-title{font-size:var(--size-text-4);color:var(--color-white);font-weight:var(--weight-300);padding:7rem 3.5rem 0 18rem;align-self:flex-start}.home-list{display:flex;flex-direction:column;align-items:center;width:100%}.chatroom-container{display:flex;flex-direction:row;align-items:flex-start}.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;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:1rem;width:2rem;height:2rem;padding-right:1rem;border:none;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:lighter;color:var(--color-white);background-color:var(--bg-form);cursor:pointer}.popup-btn:hover{color:var(--color-green)}
