@charset "utf-8";

h2.sub_tit { display: none; }
.chat-inquire a { color: #ccc; }
.leftside {display: none;}
.live-column .video-box{ width: 100%; aspect-ratio: 16/9;}
.live-column iframe, .live-column video{display: block; width: 100%; height: 100%; border: 0;}
.chat-column #viewcomment .profile_info .profile_img{width: 20px; height: 20px; margin-right: 3px; border-radius: 50%;}
.chat-column #viewcomment .profile_info .member{font-size: 12px; font-weight: 500;}
.chat-column #viewcomment .profile_text{ max-width: calc(100% - 23px);}
.chat-column #viewcomment .profile_text span{font-size: 12px;}
.chat-column #viewcomment .cmt-wrap-content{gap: 3px;}
.chat-column #viewcomment .chat-scroll::-webkit-scrollbar { width: 6px; }
.chat-column #viewcomment .chat-scroll::-webkit-scrollbar-thumb { background: #ccc; border-radius: 4px; }
.chat-column #viewcomment .chat-notice {background-color: #aa1818; color: #fff; font-size: 12px;}
.chat-column #viewcomment .chat-inquire {background-color: #1a0f0f; font-size: 12px; color: #ccc;}
.chat-column .cmt-box .input-group{ border-radius: 20px; overflow: hidden; align-items: center;}
.chat-column .cmt-box .input-group input{ background-color: transparent; border: 0; border-radius: 20px;}
.chat-column .cmt-box .input-group input:focus {outline: none; border: none; box-shadow: none !important;}
.chat-column .cmt-box .btn-chat-emoji {font-size: 18px; line-height: 18px;}

@media all and (max-width:767px) {}

@media all and (max-width:575px) {}
