@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";*{box-sizing:border-box;padding:0;margin:0}body{width:100%;height:100%;min-height:100%;max-width:100%;overflow-x:hidden;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}body .container{width:100%;display:flex;justify-content:center}body .chat-container{height:calc(var(--vh, 1vh)*100);overflow:hidden}body .contents-wrapper{background-color:#fff;width:100%;height:100%;position:relative}@media(min-width:540px){body .contents-wrapper{max-width:768px}}@media(min-width:1024px){body .contents-wrapper{max-width:1024px}}@media(max-width:539px){body .contents-wrapper{max-width:100%}}body .listWrapper{min-height:100vh}body .listWrapper header{width:100%;height:106px;padding:28px 20px 0;position:fixed;z-index:100;background-color:#fff}@media(min-width:540px){body .listWrapper header{max-width:540px}}@media(min-width:1024px){body .listWrapper header{max-width:768px}}@media(max-width:539px){body .listWrapper header{max-width:100%}}@media screen and (orientation:landscape){body .listWrapper header{display:none}}body .listWrapper header h1{font-weight:700;color:#17191c;font-size:24px;min-height:20px}body .listWrapper header h3{font-weight:400;color:#6e7480;font-size:13px}body .listWrapper main{padding-top:106px;height:100%;min-height:calc(100vh - 106px - 108px)}@media screen and (orientation:landscape){body .listWrapper main{padding-top:0}}body .listWrapper main .tab nav{border-bottom:1px solid #edeff2;padding:0 14px}body .listWrapper main .tab nav ul{height:40px;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;flex-wrap:nowrap;column-gap:28px}body .listWrapper main .tab nav ul li{height:40px;display:flex;align-items:center;font-weight:500;font-size:14px;line-height:22px}body .listWrapper main .tab nav ul li.active{font-weight:700;font-size:14px;line-height:22px;border-bottom:2px solid #17191c}body .listWrapper main .tab nav ul li:last-child{padding-right:48px}body .listWrapper main .list{min-height:calc(100vh - 106px - 108px);height:100%;padding:0 20px}body .listWrapper footer{width:100%;height:108px;background-color:#f6f7f9;padding:24px 0 0;font-size:13px;font-weight:400;line-height:25px;text-align:center;color:#9097a3;bottom:0}body .listWrapper footer span{font-size:12px;line-height:19px}body .listWrapper footer a:first-child:after{content:"|";color:#dce0e5;padding:0 8px;font-size:10px}body .chat-main-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;box-sizing:border-box;padding:30px 0;min-height:100vh}body .chat-room-wrapper{display:flex;height:100vh;box-sizing:border-box}body .chat-room-wrapper .chat-room-main{width:100%;max-width:100%;position:relative}li,ul{list-style:none}a{text-decoration:none;color:inherit;cursor:pointer}.error{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.error .description{margin-bottom:10px;font-weight:400;font-size:14px;color:#6e7480;text-align:center}.error .refresh{margin-top:15px}@media(max-width:540px){body{width:100%;max-width:540px}}html{background-color:#edeff2;height:100%}