/* 오투 전문가 센터 공용 스타일 — 빌드 없음, 직접 편집 가능(퍼블리셔 편집 대상).
   데스크탑 일반 웹페이지 우선(반응형은 옵션). 오투 admin emerald 브랜드 일치. */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css);

:root {
	--expert-primary:       #10b981;  /* emerald-500 — 오투 admin 기본 테마 일치 */
	--expert-primary-dark:  #059669;
	--expert-primary-light: #34d399;
	--expert-text:          #18181b;
	--expert-muted:         #71717a;
	--expert-bg:            #f4f4f5;
	--expert-card:          #ffffff;
	--expert-border:        #e4e4e7;	
	--radius:               14px;
	
	--font01: "Pretendard", sans-serif;
	--font02: "Noto Sans KR", sans-serif;
	--main-color01 : #E53935;
	--color-black01 : #111827;
	--color-gray01 : #6B7280;
	--border-color01 : #E5E7EB;
	
	--text-black01 : #212121;
	--text-gray01 : #797979;
	--text-red01: #EF4444;
	--placeholder01 : #999;	
	--border-color02 : #F0F0F0;
}

* { 
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scrollbar-width: thin;
	overscroll-behavior: none;
}
html, body { 
	height: 100%;
}
body {
	background: #F5F6F8;
	font-family: var(--font01);
	font-weight: 400;
	line-height:1.3;
	letter-spacing:0;
	word-break:keep-all;
}
a { 
	text-decoration:none; 	
}
li { 
	list-style:none; 
}
label, button, a, select, textarea, input { 
	font-family: var(--font01);
	letter-spacing:0;
}
input, button, select, textarea { 
	background:transparent;
	border:none;
}
label, button, a { 
	cursor:pointer;
}
input {
	display:block;
	min-width: 0;
	outline:none;
}
input:focus { 
	outline:none;
	box-shadow:none;
}
textarea { 
	resize:none; 
}
table { 
	width: 100%;
	table-layout:fixed;
	border-spacing:0;
	border-collapse:collapse;
}
table *:not(th) { 
	word-break:break-all; 
}
.comPopBg {
	position:fixed;
	display:none;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.comPopBg.stView { 
	display:block;
}
.mg5t { 
	margin-top:5px !important;
}
.mg10t { 
	margin-top:10px !important;
}
.infoEx01 {
	position:relative; 	
	padding:0 0 0 17px;
	font-family: var(--font02);
	font-weight:500;
	font-size:12px;
	color: var(--main-color01);
	text-align: left;
}
.infoEx01:before { 
	content:"!";
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	width: 10px;
	height: 10px;
	left:0;
	top:3px;
	border-radius:50%;
	border:1px solid var(--main-color01);
	font-size:10px;
	text-align:center;
	line-height:10px;
}
@media all and (max-width:1399px){
	.mbMenuBg.on { 
		display:block;
		cursor:pointer;
		z-index: 6;
	}
}

/* 로그인, 비밀번호 변경 시작
------------------------------------------------------ */
.loginWr {
	display:flex;
	width: 100vw;
	height: 100vh;
}
.loginWr .lBox {
	display:flex;
	align-items:center; 
	justify-content:center;
	width: 50%;
	height: 100%;
	padding:16px;
	background: #FFF; 
}
.loginWr .loginBox01 { 
	width: 420px;
	max-width: 100%;
	padding:24px;
	border:1px solid #E5E7EB;
	border-radius:5px;
}
.loginWr .logo01 {
	margin:0 auto 10px;
	font-size: 0;
	text-align: center;
}
.loginWr .logo01 img { 
	max-width: 100%; 
}
.loginWr .tit01 { 
	margin:0 0 3px;
	font-weight: 700;
	font-size: 24px;
	color: var(--color-black01);
	text-align: center;
}
.loginWr .txt01 { 
	margin:0 0 24px;
	font-size: 13px;
	color: var(--color-gray01);
	text-align: center;
}
.loginWr .iptTit01 { 
	display:block;
	margin:0 0 7px;
	font-weight: 500; 
	font-size: 14px;
	color: #212121;
}
.loginWr * + .iptTit01 { 
	margin-top:16px;
}
.loginWr .ipt01 {
	padding:16px 11px 14px;
	border:1px solid #F0F0F0;
	border-radius:5px;
	font-size: 13px;
	color: #424242;
}
.loginWr .ipt01::placeholder { 
	color: #999;
}
.loginWr .ipt01.fullWid { 
	width: 100%;
}
.loginWr .btnBox01 { 
	display:flex;
	gap:12px;	
}
.loginWr .btnBox01 .btn { 
	display:block;
	width: calc((100% - 12px)/2);
	margin:24px 0 0;
	padding:15px 10px 13px;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}
.loginWr .btnBox01 .btn.st01 { 
	background: var(--main-color01);
	border-color: var(--main-color01);
	color: #FFF;
}
.loginWr .btnBox01 .btn.st02 { 
	border-color: var(--main-color01);
	color: var(--main-color01);
}
.loginWr .btnBox01 .btn.fullWid { 
	width: 100%;
}
.loginWr .infoTxt01 { 
	margin:8px 0 0;
	font-weight: 500;
	font-size: 12px;
	color: var(--color-gray01);
	text-align: center;
}
.loginWr .bgBox01 {
	width: 50%;
	background:url(/expert/images/loginBg01.png) no-repeat center / cover;
}
.loginWr .infoBox01 {
	padding: 18px 22px;
	background: #F5F6F8;
	border: 1px solid #E5E7EB;
	border-radius: 5px;
}
.loginWr .infoBox01 .ifTit01 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #E5E7EB;
	font-weight: 700;
	font-size: 15px;
	color: #111827;
}
.loginWr .infoBox01 .ifTxt01 {
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}
@media all and (max-width:999px){
	.loginWr .lBox {
		width: 100%;
	}
	.loginWr .loginBox01 { 
		width: 100%;
		padding:16px;
	}
	.loginWr .logo01 { 
		width: 120px;
		margin:0 auto 8px;
	}
	.loginWr .tit01 {
		font-size: 16px;
	}
	.loginWr .txt01 { 
		margin:0 0 16px;
	}
	.loginWr .iptTit01 {
		margin:0 0 5px;
		font-size: 13px;
	}
	.loginWr * + .iptTit01 { 
		margin-top:10px;
	}
	.loginWr .ipt01 {
		padding:8px 8px 7px;
	}
	.loginWr .btnBox01 {
		margin:16px 0 0;
		gap:8px;
	}
	.loginWr .btnBox01 .btn {
		width: calc((100% - 8px)/2);
		padding:10px 10px 9px;
		font-size: 14px;
	}
	.loginWr .infoTxt01 { 
		margin:5px 0 0;
	}
	.loginWr .bgBox01 { 
		display:none;
	}
	.loginWr .infoBox01 {
		padding: 12px;
	}
	.loginWr .infoBox01 .ifTit01 {
		margin: 0 0 8px;
		padding: 0 0 8px;
		font-size: 14px;
	}
	.loginWr .infoBox01 .ifTxt01 {
		font-size: 13px;
		line-height: 1.3;
	}
}
/* 로그인, 비밀번호 변경 끝
------------------------------------------------------ */
/* 데이터가 없는 경우, 로딩영역 시작
------------------------------------------------------ */
.comNoData01 { 
	text-align: center;
}
.comNoData01 .imgBox {
	font-size: 0;
}
.comNoData01 .imgBox img { 
	max-width: 100%;
}
.comNoData01 .txt01 { 
	color: #212121;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -.18px;
}
.comNoData01 .txt02 { 
	color: #9F9FA9;
	font-family: var(--font02);
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: -.3px;
}
.comLoadingBox01 { 
	text-align: center;
}
.comLoadingBox01 .imgBox { 
	position:relative;
	width: 50px;
	height: 50px;
	margin:0 auto 24px;
	font-size: 0;
}
.comLoadingBox01 .imgBox img { 
	position:absolute; 
	width: 100%;
	top: 0;
	left: 0;
	animation: rotate01 3s infinite;
}
@keyframes rotate01 { 
	0% { 
		transform:rotate(0);
	}
	100% { 
		transform:rotate(360deg);
	}
}
.comLoadingBox01 .txt01 { 
	font-weight: 500;
	font-size: 16px;
	color: var(--text-black01);
}
@media all and (max-width:999px){
	.comNoData01 .imgBox {
		width: 80px;
		margin:0 auto;
	}
	.comNoData01 .txt01 {
		font-size: 14px;
	}
	.comNoData01 .txt02 { 
		font-size: 13px;
	}
	.comLoadingBox01 .imgBox {
		width: 40px;
		margin:0 auto 16px;
	}
	.comLoadingBox01 .txt01 { 
		font-size: 14px;
	}
}
/* 데이터가 없는 경우, 로딩영역 끝
------------------------------------------------------ */
/* 테이블 관련 시작
------------------------------------------------------ */
.td_60 { 
	width: 60px;
}
/* 테이블 관련 끝
------------------------------------------------------ */
/* 공통 레이아웃 시작
------------------------------------------------------ */
.comTopBox01 { 
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:8px;
	padding:18px 23px;
	background: #FFF;
	border-bottom:1px solid #E4E4E7;
}
.comTopBox01 .mbMenuOn { 
	display:none;
}
.comTopBox01 .logo01,
.comTopBox01 .logo01 .logoBtn01 { 
	display:flex;
	align-items:center;
	gap:8px;
	font-size: 0;
}
.comTopBox01 .logo01 .logoBtn01 span { 
	display:block;
}
.comTopBox01 .logo01 .imgBox { 
	font-size: 0;
}
.comTopBox01 .logo01 .imgBox img { 
	max-width: 100%;
}
.comTopBox01 .logo01 .txt01 {
	font-weight: 500;
	font-size: 16px;
	color: #9F9FA9;
	letter-spacing: -.16px;
}
.comTopBox01 .logo01 .txt01.hasLine01 { 
	position:relative;
	padding:0 8px 0 0;
	color: #71717B;
}
.comTopBox01 .logo01 .txt01.hasLine01:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 1px;
	height: 14px;
	top: 4px;
	right: 0;
	background: #71717B;
}
.comTopBox01 .infoBox01 { 
	position:relative;
	display:flex;
	align-items:center;
	gap:24px;
	padding:0 0 0 56px;
}
.comTopBox01 .infoBox01 .thumbBox01 { 
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 44px;
	height: 44px;
	top: 0;
	left: 0;
	border:1px solid #E4E4E7;
	border-radius:15px;
	font-weight: 500;
	font-size: 24px;	
	color: #9F9FA9;
	letter-spacing: -.48px;
}
.comTopBox01 .infoBox01 .name01 { 
	margin:0 0 3px;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0;
}
.comTopBox01 .infoBox01 .txt01 { 
	color: #6B7280;
	font-size: 12px;
	letter-spacing: 0;
}
.comTopBox01 .infoBox01 .btnLogout { 
	position:relative;
	display:block;
	padding:5px 12px 6px 33px;
	border:1px solid #9F9FA9;
	border-radius:100px;
	font-family: var(--font02);
	color: #9F9FA9;
	font-weight: 500;
	font-size: 12px;
	transition:all .3s ease;
}
.comTopBox01 .infoBox01 .btnLogout:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    top: 6px;
    left: 13px;
    background: url(/expert/images/comLogout01_off.svg) no-repeat center / cover;
	transition:all .3s ease;
}
.comTopBox01 .infoBox01 .btnLogout:focus,
.comTopBox01 .infoBox01 .btnLogout:hover { 
	border-color:var(--main-color01);
	color:var(--main-color01);
}
.comTopBox01 .infoBox01 .btnLogout:focus:before,
.comTopBox01 .infoBox01 .btnLogout:hover:before { 
	background-image: url(/expert/images/comLogout01_on.svg);
}
.comExpBox01 { 
	flex-grow:1;
	display:flex;
	gap:12px;
	min-height: 0;
	padding:12px;
}
.comMenuBox01 {
	flex-shrink:0;
	display:flex;
	flex-direction:column;
	gap: 16px;
	width: 420px;
	height: 100%;
	padding: 24px;
	background: #FFF;
	border-radius: 12px;
	border: 1px solid #E4E4E7;
}
.comMenuBox01 .menuTit01 {
	font-weight: 700;
	font-size: 20px;
	color: #212121;
	letter-spacing: -.3px;
}
.comMenuBox01 .menuTit01 button { 
	display:block;
}
.comMenuBox01 .mbMenuOff { 
	display:none;
}
.comMenuBox01 .cateBox01 { 
	flex-shrink:0;
	display:flex;
	flex-wrap:wrap; 
	gap:6px;
}
.comMenuBox01 .cateBox01 .btnCate {
	display:block;
	padding:7px 22px;
	background: #FFF;
	border:1px solid #E4E4E7;
	border-radius: 100px;
	color: #71717B;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -.16px;
	transition:all .3s ease;
}
.comMenuBox01 .cateBox01 .btnCate:focus,
.comMenuBox01 .cateBox01 .btnCate:hover { 
	border-color:#212121;
}
.comMenuBox01 .cateBox01 .btnCate.on { 
	background:#212121;
	border-color:#212121;
	color: #FFF;
}
.comMenuBox01 .cateBox01 .btnCate .cnt01 {
	color: var(--main-color01);
}
.comMenuBox01 .cateBox01 .btnCate.on .cnt01 {
	color: #FFF;
}
.comMenuBox01 .cateBox01 .btnCate .new01 {
	font-size:10px;
	font-weight:700;
	color:var(--main-color01);
}
.comMenuBox01 .cateBox01 .btnCate.on .new01 {
	color:#FFF;
}
.comMenuBox01 .cateBox02 { 
	display:flex;
}
.comMenuBox01 .cateBox02 .btnCate { 
	position:relative;
	display:block;
	padding:8px 8px 10px;
	border-bottom:2px solid #FFF;
	color: #9F9FA9;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -.16px;
	transition:all .3s ease;
}
.comMenuBox01 .cateBox02 .btnCate:focus,
.comMenuBox01 .cateBox02 .btnCate:hover,
.comMenuBox01 .cateBox02 .btnCate.on { 
	color: var(--main-color01);
}
.comMenuBox01 .cateBox02 .btnCate.on { 
	border-bottom-color:var(--main-color01);
}
.comMenuBox01 .schBox01 { 
	display:flex;
	align-items:center;
	gap:5px;
	padding:13px 14px;
	border:1px solid var(--border-color02);
	border-radius: 12px;
}
.comMenuBox01 .schBox01 .ipt01 { 
	flex-grow:1;
	color: #212121;
	font-size: 16px;
	font-weight: 500;
}
.comMenuBox01 .schBox01 .ipt01::placholder { 
	color: #9F9FA9;
}
.comMenuBox01 .schBox01 .btn01 { 
	flex-shrink:0;
	display:block; 
	font-size: 0;
}
.comMenuBox01 .schBox01 .btn01 img { 
	max-width: 100%;
}
.comMenuBox01 .infoBox01 { 
	flex-shrink:0;
}
.comMenuBox01 .infoBox01 .tit01 {
	margin:0 0 3px;
	color: #212121;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -.18px;
}
.comMenuBox01 .infoBox01 .tit01 span { 
	color: var(--main-color01);
}
.comMenuBox01 .infoBox01 .txt01 { 
	font-family: var(--font02);
	color: #9F9FA9;
	font-weight: 500;
	font-size: 13px;
}
.comMenuBox01 .infoBox02 { 
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:8px;
}
.comMenuBox01 .infoBox02 .tit01 {
	color: #212121;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -.18px;
}
.comMenuBox01 .infoBox02 .tit01 span { 
	color: var(--main-color01);
}
.comMenuBox01 .infoBox02 .btn01 { 
	flex-shrink:0;
	position:relative;
	display:block;
	padding:5px 12px 6px 33px;
	border-radius: 100px;
	border: 1px solid #9F9FA9;
	color: #9F9FA9;
	font-family: var(--font02);
	font-size: 12px;
	font-weight: 500;
	transition:all .3s ease;
}
.comMenuBox01 .infoBox02 .btn01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 16px;
	top: 6px;
	left: 12px;
	background:url(/expert/images/comReload01_off.svg) no-repeat center / cover;
	transition:all .3s ease;
}
.comMenuBox01 .infoBox02 .btn01:focus,
.comMenuBox01 .infoBox02 .btn01:hover { 
	border-color:var(--main-color01);
	color:var(--main-color01);
}
.comMenuBox01 .infoBox02 .btn01:focus:before,
.comMenuBox01 .infoBox02 .btn01:hover:before { 
	background-image:url(/expert/images/comReload01_on.svg);
}
.comMenuBox01 .scrollBox { 
	flex-grow:1;
	min-height: 0;
	overflow: auto;
}
.comMenuBox01 .lst01 li { 
	margin:0 0 12px;
	padding:12px 20px;
	border-radius: 12px;
	border: 1px solid #E4E4E7;	
}
.comMenuBox01 .lst01 li:not(.noCursor) { 
	cursor:pointer;
	transition:all .3s ease;
}
.comMenuBox01 .lst01 li:not(.noCursor):hover { 
	border-color:var(--main-color01);
}
.comMenuBox01 .lst01 li:last-child { 
	margin:0;
}
.comMenuBox01 .lst01 .lstTopBox01 { 
	display:flex;
	align-items:center;
	gap:5px;
	margin:0 0 8px;
}
.comMenuBox01 .lst01 .lstThumb01 {
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 36px;
	height: 36px;
	border: 1px solid #E4E4E7;
	border-radius: 12px;
	color: #9F9FA9;
	text-align: center;
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -.147px;
	overflow: hidden;
}
.comMenuBox01 .lst01 .lstThumb01 img { 
	position:absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	object-fit:cover;
}
.comMenuBox01 .lst01 .lstName01 { 
	flex-grow:1;
	min-width: 0;
	color: #111827;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -.16px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
.comMenuBox01 .lst01 .lstStat01 {
	flex-shrink:0;
	display:block;
	padding: 6px 12px;
	border-radius:100px;
	font-family: var(--font02);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .11px;
}
.comMenuBox01 .lst01 .lstStat01.st01 { 
	background: #E0EFFF;
	color: #007AFF;
}
.comMenuBox01 .lst01 .lstStat01.st02 { 
	background: #FFF0F0;
	color: var(--main-color01);
}
.comMenuBox01 .lst01 .lstStat01.st03 { 
	background: #F4F4F5;
	color: #9F9FA9;
}
.comMenuBox01 .lst01 .lstStat02 {
	flex-shrink:0;
	position:relative;
	display:inline-block;
	padding:4px 12px 5px 28px;
	border-radius:100px;
	font-family: var(--font02);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .11px;
}
.comMenuBox01 .lst01 .lstStat02:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 16px;
	top: 4px;
	left: 12px;
	background-repeat:no-repeat;
	background-size:cover;
}
.comMenuBox01 .lst01 .lstStat02.st01,
.comMenuBox01 .lst01 .lstStat02.st02 { 
	background: #FFF0F0;
	color: var(--main-color01);
}
.comMenuBox01 .lst01 .lstStat02.st01:before { 
	background-image: url(/expert/images/roomDtlStat02_01.svg);
}
.comMenuBox01 .lst01 .lstStat02.st02:before { 
	background-image: url(/expert/images/roomDtlStat02_02.svg);
}
.comMenuBox01 .lst01 .lstStat02.st03 { 
	padding-left:12px;
	background: #F4F4F5;
	color: #9F9FA9;
}
.comMenuBox01 .lst01 .lstStat02.st03:before { 
	display:none;
}
.comMenuBox01 .lst01 .lstStat03 {
	flex-shrink:0;
	position:relative;
	padding:4px 8px 5px 22px;
	border-width:1px;
	border-style:solid;
	border-radius:100px;
	font-family: var(--font02);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .11px;
}
.comMenuBox01 .lst01 .lstStat03:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 12px;
	height: 12px;
	top: 5px;
	left: 7px;
	background-size:cover;
	background-repeat:no-repeat;
}
.comMenuBox01 .lst01 .lstStat03.st01 {
	border-color:#385BCE;
	color:#385BCE;
}
.comMenuBox01 .lst01 .lstStat03.st01:before { 
	background-image: url(/expert/images/roomDtlStat03_01.svg);
}
.comMenuBox01 .lst01 .lstStat03.st02 { 
	border-color:#385BCE;
	color:#385BCE;
}
.comMenuBox01 .lst01 .lstStat03.st02:before { 
	background-image: url(/expert/images/roomDtlStat03_02.svg);
}
.comMenuBox01 .lst01 .lstStat03.st03,
.comMenuBox01 .lst01 .lstStat03.st04 { 
	border-color:var(--main-color01);
	color:var(--main-color01);
}
.comMenuBox01 .lst01 .lstStat03.st03:before { 
	background-image: url(/expert/images/roomDtlStat03_03.svg);
}
.comMenuBox01 .lst01 .lstStat03.st04:before { 
	background-image: url(/expert/images/roomDtlStat03_04.svg);
}
.comMenuBox01 .lst01 .lstBtnBm01 { 
	flex-shrink:0;
	display:block;
	font-size: 0;
}
.comMenuBox01 .lst01 .lstBtnBm01 img {
	max-width: 100%;
}
/* 상단 고정(핀) 토글. 즐겨찾기(lstBtnBm01)는 on/off 두 장의 svg를 쓰지만 핀은 아이콘이 한 장뿐이라
   mask로 모양만 따고 색으로 상태를 구분한다 — 이미지 추가 없이 on/off를 표현하기 위함. */
.comMenuBox01 .lst01 .lstBtnPin01 {
	flex-shrink:0;
	display:block;
	width: 20px;
	height: 20px;
	background-color:#C9C9CE;
	-webkit-mask: url(/expert/images/roomDtlPin01.svg) no-repeat center / 15px 15px;
	mask: url(/expert/images/roomDtlPin01.svg) no-repeat center / 15px 15px;
	font-size: 0;
}
.comMenuBox01 .lst01 .lstBtnPin01.on {
	background-color:var(--main-color01);
}
.comMenuBox01 .lst01 .lstBtnPin01:disabled {
	opacity:.4;
}
.comMenuBox01 .lst01 .lstDlBox01 { 
	display:flex;
	flex-wrap:wrap;
	gap:5px;
	margin:0 0 8px;
}
.comMenuBox01 .lst01 .lstDlBox01 dl { 
	display:flex;
	gap:3px;
	color: #9F9FA9;
	font-family: var(--font02);
	font-size: 12px;
	font-weight: 500;
}
.comMenuBox01 .lst01 .lstDlBox01 dt { 
	flex-shrink:0;
	font-weight: 500;
	color: #111827;
}
.comMenuBox01 .lst01 .lstDlBox01 dt.stTotal01 { 
	position:relative;
	padding:0 0 0 16px;
}
.comMenuBox01 .lst01 .lstDlBox01 dt.stTotal01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	background:url(/expert/images/roomChatTotal01.svg) no-repeat center / cover;
}
.comMenuBox01 .lst01 .lstDlBox01 dd { 
	flex-grow:1;
	position:relative;
	padding:0 6px 0 0;
	word-break:break-all;
}
.comMenuBox01 .lst01 .lstDlBox01 dd:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 2px;
	height: 2px;
	top: 7px;
	right: 0;
	background: var(--color-gray01);
	border-radius:50%;
}
.comMenuBox01 .lst01 .lstDlBox01 dl:last-child dd { 
	padding:0;
}
.comMenuBox01 .lst01 .lstDlBox01 dl:last-child dd:after { 
	display:none;
}
.comMenuBox01 .lst01 .lstTxt01 { 
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 36px;
	color: #6B7280;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	word-break:break-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.comMenuBox01 .lst01 .lstMemo01 {
	position:relative;
	margin:5px 0 0;
	padding:4px 4px 5px 30px;
	background: #FAFAFA;
	border-radius:5px;
}
.comMenuBox01 .lst01 .lstMemo01 .memoBtn01 { 
	position:absolute;
	display:block;
	top: 5px;
	left: 8px;
	font-size: 0;
}
.comMenuBox01 .lst01 .lstMemo01 .memoBtn01 img { 
	max-width: 100%;
}
.comMenuBox01 .lst01 .lstMemo01 .memoTxt01 {
	color: #212121;
	font-family: var(--font02);
	font-size: 12px;
	word-break:break-all;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
.comMenuBox01 .lst01 .lstMemo01.on .memoTxt01 { 
	text-overflow:clip;
	white-space:wrap;
	overflow: visible;
}
.comMenuBox01 .lst01 .lstBtmBox { 
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	gap:5px;
	margin:8px 0 0;
}
.comMenuBox01 .lst01 .lstBtmBox .btn01 { 
	position:relative;
	display:block;
	padding:0 12px 0 0;
	color: #71717B;
	font-size: 14px;
	font-weight: 500;
	transition:all .3s ease;
}
.comMenuBox01 .lst01 .lstBtmBox .btn01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 8px;
	height: 8px;
	top: 4px;
	right: 0;
	border-top:2px solid #71717B;
	border-right:2px solid #71717B;
	transform:rotate(45deg);
	transition:all .3s ease;
}
.comMenuBox01 .lst01 li:hover .lstBtmBox .btn01 {
	color: var(--main-color01);
}
.comMenuBox01 .lst01 li:hover .lstBtmBox .btn01:before { 
	border-color:var(--main-color01);
}
.comMenuBox01 .lst01 .lstBtmBox { 
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	gap:5px;
	margin:8px 0 0;
}
.comMenuBox01 .lst01 .lstBtmBox .btn02 { 
	position:relative;
	display:block;
	padding:7px 8px 7px 27px;
	border-width:1px;
	border-style:solid;
	border-radius: 4px;
	border: 1px solid #E4E4E7;
	color: #212121;
	font-size: 12px;
	font-weight: 500;
	transition:all .3s ease;
}
.comMenuBox01 .lst01 .lstBtmBox .btn02:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 16px;
	top: 6px;
	left: 8px;
	background-size:cover;
	background-repeat:no-repeat;
	transition:all .3s ease;
}
.comMenuBox01 .lst01 .lstBtmBox .btn02:focus,
.comMenuBox01 .lst01 .lstBtmBox .btn02:hover { 
	border-color:var(--main-color01);
	color:var(--main-color01);
}
.comMenuBox01 .lst01 .lstBtmBox .btn02.st01:before { 
	background-image: url(/expert/images/roomDtlBtn02_01_off.svg);
}
.comMenuBox01 .lst01 .lstBtmBox .btn02.st01:focus:before,
.comMenuBox01 .lst01 .lstBtmBox .btn02.st01:hover:before { 
	background-image: url(/expert/images/roomDtlBtn02_01_on.svg);
}
.comMenuBox01 .lst01 .lstBtmBox .btn02.st02:before { 
	background-image: url(/expert/images/roomDtlBtn02_02_off.svg);
}
.comMenuBox01 .lst01 .lstBtmBox .btn02.st02:focus:before,
.comMenuBox01 .lst01 .lstBtmBox .btn02.st02:hover:before { 
	background-image: url(/expert/images/roomDtlBtn02_02_on.svg);
}
.comMenuBox01 .lst01 .lstBtmBox .btn02.st03:before { 
	background-image: url(/expert/images/roomDtlBtn02_03_off.svg);
}
.comMenuBox01 .lst01 .lstBtmBox .btn02.st03:focus:before,
.comMenuBox01 .lst01 .lstBtmBox .btn02.st03:hover:before { 
	background-image: url(/expert/images/roomDtlBtn02_03_on.svg);
}
.comMenuBox01 .lst01 .lstBtmBox .btn02.st04:before { 
	background-image: url(/expert/images/roomDtlBtn02_04_off.svg);
}
.comMenuBox01 .lst01 .lstBtmBox .btn02.st04:focus:before,
.comMenuBox01 .lst01 .lstBtmBox .btn02.st04:hover:before { 
	background-image: url(/expert/images/roomDtlBtn02_04_on.svg);
}
.comMenuBox01 .infoTblBox01 table {
	font-size: 12px;
	color: var(--text-black01);
	text-align: center;
}
.comMenuBox01 .infoTblBox01 thead { 
	background: #FAFAFA;
	text-align: center;
}
.comMenuBox01 .infoTblBox01 thead th { 
	padding:6px;
	font-weight: 500;
}
.comMenuBox01 .infoTblBox01 tbody td { 
	padding:6px;
}
.comMenuBox01 .comNoData01 { 
	display:flex;
	align-items:center;
	justify-content:center;
	height: 100%;	
}
.comMenuBox01 .btnInvite01 { 
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	padding:15px 10px 14px;
	background: #212121;
	border-radius: 8px;
	transition:all .3s ease;
}
.comMenuBox01 .btnInvite01 span { 
	display:block;
}
.comMenuBox01 .btnInvite01 .btnIco { 
	font-size: 0;
}
.comMenuBox01 .btnInvite01 .btnIco img { 
	max-width: 100%;
}
.comMenuBox01 .btnInvite01 .btnTxt01 { 
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -.16px;
}
.comMenuBox01 .btnInvite01:focus,
.comMenuBox01 .btnInvite01:hover { 
	background: var(--main-color01);
}
.expConBox01 { 
	flex-grow:1;
	min-width: 0;
}
.comExpBox01 .topBox01 { 
	flex-shrink:0;
}
.comMenuBox01 .logo01 { 
	position:relative;
	padding:0 0 0 51px;
}
.comMenuBox01 .logo01 .imgBox { 
	position:absolute;
	top: 7px;
	left: 0;
	font-size: 0;
}
.comMenuBox01 .logo01 .imgBox img { 
	max-width: 100%;
}
.comMenuBox01 .logo01 .txt01 { 
	font-weight: 700;
	font-size: 20px;
	color: var(--text-black01);
}
.comMenuBox01 .logo01 .txt01 span { 
	color: var(--main-color01);
}
.comMenuBox01 .logo01 .txt02 {
	font-weight: 500;
	font-size: 14px;
	color: var(--text-gray01);
}
.comMenuBox01 .lst01 .lstTglBox01 { 
	flex-shrink:0;
	position:relative;
}
.comMenuBox01 .lst01 .lstBtnTgl01 { 
	position:relative;
	display:block;
	width: 20px;
	height: 20px;
}
.comMenuBox01 .lst01 .lstBtnTgl01:before,
.comMenuBox01 .lst01 .lstBtnTgl01:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 2px;
	height: 2px;
	left: 50%;
	margin:0 0 0 -1px;
	background: var(--text-black01);
	border-radius:50%;
}
.comMenuBox01 .lst01 .lstBtnTgl01:before { 
	top: 5px;
}
.comMenuBox01 .lst01 .lstBtnTgl01:after { 
	top: 13px;
}
.comMenuBox01 .lst01 .lstBtnTgl01 span {
	position:absolute;
	display:block;
	width: 2px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin:-1px 0 0 -1px;
	background: var(--text-black01);
	border-radius:50%;
}
.comMenuBox01 .lst01 .lstHidBox01 {
	position:absolute;
	display:none;
	width: 104px;
	top: 100%;
	right: 0;
	padding:8px;
	background: #FFF;
	border-radius: 5px;
	box-shadow:0 4px 12px 0 rgba(0,0,0,.1);
	animation:menuShow01 .18s ease forwards;
	overflow: hidden;
	z-index: 1;
}
@keyframes menuShow01 {
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}
.comMenuBox01 .lst01 .lstHidBox01 .btn { 
	display:block;
	width: 100%;
	padding:4px;
	font-size: 14px;
	text-align: left;
	color: #757575;
	transition:all .3s ease;
}
.comMenuBox01 .lst01 .lstHidBox01 .btn:focus,
.comMenuBox01 .lst01 .lstHidBox01 .btn:hover { 
	background: var(--border-color02);
}
@media all and (max-width:1399px){
	.comTopBox01 .mbMenuOn { 
		position:relative;
		display:block;
		width: 24px;
		height: 24px;
	}
	.comTopBox01 .mbMenuOn:before,
	.comTopBox01 .mbMenuOn:after { 
		content:"";
		position:absolute;
		box-sizing:border-box;
		display:block;
		width: 16px;
		height: 2px;
		left: 50%;
		margin:0 0 0 -8px;
		background: #9F9FA9;
		border-radius:4px;
	}
	.comTopBox01 .mbMenuOn:before { 
		top: 6px;
	}
	.comTopBox01 .mbMenuOn:after { 
		top: 16px;
	}
	.comTopBox01 .mbMenuOn span { 
		position:absolute;
		display:block;
		width: 16px;
		height: 2px;
		top: 50%;
		left: 50%;
		margin:-1px 0 0 -8px;
		background: #9F9FA9;
		border-radius:4px;
	}
	.comTopBox01 .logo01 { 
		flex-grow:1;
		min-width: 0;
	}
	.comMenuBox01 {
		position:fixed;
		gap:12px;
		width: 420px;
		max-width: 100%;
		top: 0;
		left: -420px;
		padding:12px;
		border-radius:0;
		transition:all .3s ease;
		z-index: 7;
	}
	.comMenuBox01.on { 
		left: 0;
	}
}
@media all and (max-width:999px){
	.comTopBox01 { 
		padding:12px;
	}
	.comTopBox01 .logo01 .imgBox { 
		width: 100px;
	}
	.comTopBox01 .logo01 .txt01 { 
		display:none;
	}
	.comTopBox01 .infoBox01 { 
		padding:0;
	}
	.comTopBox01 .infoBox01 .thumbBox01,
	.comTopBox01 .infoBox01 .name01,
	.comTopBox01 .infoBox01 .txt01 { 
		display:none;
	}
	.comTopBox01 .infoBox01 .btnLogout { 
		padding:5px 10px;
		font-size: 0;
	}
	.comTopBox01 .infoBox01 .btnLogout:before { 
		position:relative;
		top: auto;
		left: auto;
		margin:0 auto;
	}
	.comMenuBox01 { 
		width: 360px;
		left: -360px;
	}
	.comMenuBox01 .menuTit01 { 
		padding:0 24px 0 0;
		font-size: 16px;
	}
	.comMenuBox01 .mbMenuOff { 
		position:absolute;
		display:block;
		width: 20px;
		height: 20px;
		top: 12px;
		right: 12px;
	}
	.comMenuBox01 .mbMenuOff:before,
	.comMenuBox01 .mbMenuOff:after { 
		content:"";
		position:absolute;
		box-sizing:border-box;
		display:block;
		width: 16px;
		height: 2px;
		top: 50%;
		left: 50%;
		margin:-1px 0 0 -8px;
		background: #212121;
		border-radius: 4px;
	}
	.comMenuBox01 .mbMenuOff:before { 
		transform:rotate(45deg);
	}
	.comMenuBox01 .mbMenuOff:after { 
		transform:rotate(-45deg);
	}
	.comMenuBox01 .cateBox01 .btnCate { 
		padding:5px 14px;
		font-size: 13px;
	}
	.comMenuBox01 .cateBox02 .btnCate {
		padding:6px 6px 7px;
		border-bottom-width:1px;
		font-size: 13px;
	}
	.comMenuBox01 .schBox01 { 
		padding:8px;
		border-radius:5px;
	}
	.comMenuBox01 .schBox01 .ipt01 { 
		font-size: 13px;
	}
	.comMenuBox01 .schBox01 .btn01 { 
		width: 16px;
	}
	.comMenuBox01 .infoBox01 .tit01 { 
		margin:0 0 2px;
		font-size: 15px;
	}
	.comMenuBox01 .lst01 li { 
		margin:0 0 8px;
		padding: 8px;
		border-radius: 5px;
	}
	.comMenuBox01 .lst01 .lstThumb01 {
		width: 20px;
		height: 20px;
		border-radius: 5px;
		font-size: 11px;
	}
	.comMenuBox01 .lst01 .lstName01 { 
		font-size: 13px;
	}
	.comMenuBox01 .lst01 .lstBtnBm01 { 
		width: 16px;
	}
	.comMenuBox01 .lst01 .lstBtnPin01 {
		width: 16px;
		height: 16px;
		-webkit-mask-size: 12px 12px;
		mask-size: 12px 12px;
	}
	.comMenuBox01 .lst01 .lstBtmBox .btn01 { 
		padding:0 8px 0 0;
		font-size: 12px;
	}
	.comMenuBox01 .lst01 .lstBtmBox .btn01:before { 
		width: 6px;
		height: 6px;
		border-top-width:1px;
		border-right-width:1px;
	}
	.comMenuBox01 .btnInvite01 { 
		padding:8px 8px 7px;
		border-radius:5px;
	}
	.comMenuBox01 .btnInvite01 .btnTxt01 { 
		font-size: 13px;
	}	
	.comExpBox01 .topBox01 { 
		display:flex;
		align-items:center;
		justify-content:space-between;
		gap:8px;
	}
	.comMenuBox01 .logo01 { 
		flex-grow:1;
		position:relative;
		min-width: 0;
		padding:0 0 0 40px;
	}
	.comMenuBox01 .logo01 .imgBox { 
		position:absolute;
		width: 30px;
		top: 6px;
		left: 0;
		font-size: 0;
	}
	.comMenuBox01 .logo01 .imgBox img { 
		max-width: 100%;
	}
	.comMenuBox01 .logo01 .txt01 { 
		font-weight: 700;
		font-size: 16px;
		color: var(--text-black01);
	}
	.comMenuBox01 .logo01 .txt01 span { 
		color: var(--main-color01);
	}
	.comMenuBox01 .logo01 .txt02 { 
		font-weight: 500;
		font-size: 13px;
		color: var(--text-gray01);
	}
	.comMenuBox01 .cateBox02 .btnCate {
		font-size: 13px;
	}
	.comMenuBox01 .infoBox02 .tit01 {		
		font-size: 14px;
	}
}
/* 공통 레이아웃 끝
------------------------------------------------------ */
/* 공통 팝업 시작
------------------------------------------------------ */
.comPopBox01 { 
	position:absolute;
	width: 480px;
	max-width: 90%;
	top: 50%;
	left: 50%;
	padding:22px;
	transform: translate(-50%, -50%);
	background: #FFF;
	border-radius:16px;
	animation: ex-pop01 .3s ease-out;
}
@keyframes ex-pop01 { 
	from {
		opacity: 0;
	} 
	to {
		opacity: 1;
	} 
}
.comPopBox01 .topBox01 { 
	display:flex;
	align-items:center;
	gap: 8px;
	margin:0 0 20px;
}
.comPopBox01 .topBox01 .tit01 { 
	flex-grow:1;
	min-width: 0;
	font-weight: 700;
	font-size: 16px;
	color: var(--text-black01);	
}
.comPopBox01 .topBox01 .popClose { 
	flex-shrink:0;
	position:relative;
	display:block;
	width: 26px;
	height: 26px;
}
.comPopBox01 .topBox01 .popClose:before,
.comPopBox01 .topBox01 .popClose:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 20px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin:-1px 0 0 -10px;
	background: #A1A1AA;
}
.comPopBox01 .topBox01 .popClose:before { 
	transform:rotate(45deg);
}
.comPopBox01 .topBox01 .popClose:after { 
	transform:rotate(-45deg);
}
.comPopBox01 .conBox01 .iptTit01 { 
	display:block;
	margin:0 0 8px;
	font-weight: 500;
	font-size: 14px;
	color: var(--text-black01);
}
.comPopBox01 .conBox01 .iptTit01 .gTxt01 { 
	font-weight: 400;
	font-size: 13px;
	color: #A1A1AA;
}
.comPopBox01 .conBox01 .iptTit01 .pnt01 { 
	color: var(--main-color01);
}
.comPopBox01 .conBox01 * + .iptTit01 { 
	margin-top:13px;
}
.comPopBox01 .conBox01 .ipt01 { 
	padding:9px 12px 8px;
	background: #FAFAFA;
	border:1px solid #E4E4E7;
	border-radius:8px;
	font-weight: 500;
	font-size: 14px;
	color: var(--text-black01);
}
.comPopBox01 .conBox01 .ipt01::placeholder { 
	color: #757575;
}
.comPopBox01 .conBox01 .ipt01.fullWid { 
	width: 100%;
}
.comPopBox01 .conBox01 .iptBtnBox01 { 
	display:flex;
	gap:5px;
}
.comPopBox01 .conBox01 .iptBtnBox01 .ipt01 { 
	flex-grow:1;
}
.comPopBox01 .conBox01 .iptBtnBox01 .btn { 
	flex-shrink:0;
	display:block;
	padding:9px 12px 8px;
	border-width:1px;
	border-style:solid;
	border-radius:8px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
}
.comPopBox01 .conBox01 .iptBtnBox01 .btn.st01 { 
	background: var(--main-color01);
	border-color: var(--main-color01);
	color: #FFF;
}
.comPopBox01 .conBox01 .cateBox01 { 
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}
.comPopBox01 .conBox01 .cateBox01 .btnCate01 { 
	display:block;
	padding:5px 12px;
	border:1px solid var(--border-color01);
	border-radius:6px;
	font-size: 14px;
	color: #3F3F46;
}
.comPopBox01 .conBox01 .cateBox01 .btnCate01.on { 
	background: #212121;
	border-color: #212121;
	color: #FFF;
}
.comPopBox01 .conBox01 .imgBox01 { 
	font-size: 0;
	text-align: center;
}
.comPopBox01 .conBox01 .imgBox01 img { 
	max-width: 100%;
}
.comPopBox01 .conBox01 .txt01 { 
	font-size: 13px;
	color: var(--color-black01);
	text-align: center;
	word-break:break-all;
}
.comPopBox01 .btmBox01 {
	display:flex;
	justify-content:flex-end;
	gap:8px;
	margin:32px 0 0;
}
.comPopBox01 .btmBox01 .btn { 
	display:block;
	padding:10px 17px 9px;
	border-width:1px;
	border-style:solid;
	border-radius:8px;
	font-size: 14px;
	text-align: center;
}
.comPopBox01 .btmBox01 .btn.st01 { 
	border-color:#E4E4E7;
	color: #3F3F46;
}
.comPopBox01 .btmBox01 .btn.st02 { 
	background:#212121;
	border-color:#212121;
	color: #FFF;
}
.comPopBox01 .btmBox01 .btn.fullWid { 
	width: 100%;
}
@media all and (max-width:999px){
	.comPopBox01 {
		padding:16px;
		border-radius:10px;
	}
	.comPopBox01 .topBox01 .tit01 {
		font-size: 14px;
	}
	.comPopBox01 .topBox01 .popClose {
		width: 20px;
		height: 20px;
	}
	.comPopBox01 .topBox01 .popClose:before,
	.comPopBox01 .topBox01 .popClose:after {
		width: 18px;
		margin:-1px 0 0 -9px;
	}
	.comPopBox01 .conBox01 .iptTit01 {
		margin:0 0 3px;
		font-size: 13px;
	}
	.comPopBox01 .conBox01 .iptTit01 .gTxt01 {
		font-size: 12px;
	}
	.comPopBox01 .conBox01 * + .iptTit01 { 
		margin-top:8px;
	}
	.comPopBox01 .conBox01 .ipt01 { 
		padding:8px 8px 7px;
		border-radius:5px;
		font-size: 13px;
	}
}
/* 공통 팝업 끝
------------------------------------------------------ */
/* 채팅방 리스트 시작
------------------------------------------------------ */
.roomWr { 
	display:flex;
	flex-direction:column;
	width: 100vw;
	height: 100vh;
}
.roomWr .expConBox01 { 
	display:flex;
	flex-direction:column;
	gap:12px;
}
.roomWr .statLst01 { 
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}
.roomWr .statLst01 li { 
	width: calc((100% - 24px)/3);
	padding: 24px 16px;
	border-radius: 12px;
	border: 1px solid #E4E4E7;
	background: #FFF;
	text-align: center;
}
.roomWr .statLst01 .lstTit01 {
	position:relative;
	display:inline-block;
	padding:0 0 0 28px;
	color: #212121;
	font-family: var(--font02);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -.09px;
}
.roomWr .statLst01 .lstTit01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background-size:cover;
	background-repeat:no-repeat;
}
.roomWr .statLst01 .lstTit01.stRoom01:before { 
	background-image: url(/expert/images/roomStat01_room01.svg);
}
.roomWr .statLst01 .lstTit01.stJoin01:before { 
	background-image: url(/expert/images/roomStat01_join01.svg);
}
.roomWr .statLst01 .lstTit01.stWait01:before { 
	background-image: url(/expert/images/roomStat01_wait01.svg);
}
.roomWr .statLst01 .lstNum01 { 
	display:flex;
	align-items:center;
	justify-content:center;
	color: #71717B;
	font-size: 18px;
	letter-spacing: -.18px;
}
.roomWr .statLst01 .lstNum01 em { 
	font-style: normal;
	color: #212121;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: -.48px;
}
.roomWr .guideBox01 { 
	flex-grow:1;
	display:flex;
	flex-direction:column;
	gap:12px;
	min-height: 0;
}
.roomWr .guideBox01 .guideCon01 { 
	display:flex;
	align-items:center;
	justify-content:center;
	height: calc((100% - 12px)/2);
	border-radius: 12px;
	border: 1px solid #E4E4E7;
	background: #FFF;
}
.roomWr .guideBox01 .conBox { 
	display:flex;
	gap:24px;
}
.roomWr .guideBox01 .imgBox {
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 140px;
	height: 140px;
	background: #FFF6F7;
	border-radius:48px;
	font-size: 0;
}
.roomWr .guideBox01 .imgBox img { 
	max-width: 63%;
}
.roomWr .guideBox01 .txtBox01 { 
	flex-grow:1;
	min-width: 0;
}
.roomWr .guideBox01 .tit01 { 
	margin:0 0 17px;
	color: #212121;
	font-family: var(--font02);
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -1px;
}
.roomWr .guideBox01 .tit01 span { 
	color: var(--main-color01);
}
.roomWr .guideBox01 .txt01 { 
	color: #9F9FA9;
	font-family: var(--font02);
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -.3px;
}
.roomWr .guideBox01 .txt01 span { 
	font-weight: 700;
}
.roomWr .guideBox01 .lnk01 { 
	display:inline-block;
	padding: 14px 104px;
	border-radius: 12px;
	border: 1px solid #E4E4E7;
	color: #212121;
	font-family: var(--font02);
	font-size: 20px;
	letter-spacing: -.3px;
	transition:all .3s ease;
}
.roomWr .guideBox01 .lnk01:focus,
.roomWr .guideBox01 .lnk01:hover { 
	border-color:var(--main-color01);
	color: var(--main-color01);
}
@media all and (max-width:999px){	
	.roomWr {
		height: auto;
	}
	.roomWr .expConBox01 { 
		gap:8px;
	}
	.roomWr .statLst01 {
		gap:8px;
	}
	.roomWr .statLst01 li { 
		width: 100%;
		padding: 8px;
		border-radius: 5px;
	}
	.roomWr .statLst01 .lstTit01 {
		padding:0 0 0 22px;
		font-size: 13px;
	}
	.roomWr .statLst01 .lstTit01:before {
		width: 18px;
		height: 18px;
	}
	.roomWr .statLst01 .lstNum01 {
		font-size: 13px;
	}
	.roomWr .statLst01 .lstNum01 em {
		font-size: 1.2em;
	}
	.roomWr .guideBox01 {
		gap:8px;
	}
	.roomWr .guideBox01 .guideCon01 {
		height: auto;
		padding:24px 10px;
		border-radius: 5px;
	}
	.roomWr .guideBox01 .conBox {
		gap:10px;
	}
	.roomWr .guideBox01 .imgBox {
		width: 80px;
		height: 80px;
		border-radius: 20px;
	}
	.roomWr .guideBox01 .tit01 { 
		margin:0 0 8px;
		font-size: 14px;
	}
	.roomWr .guideBox01 .txt01 {
		font-size: 13px;
		line-height: 1.3;
	}
	.roomWr .guideBox01 .lnk01 {
		padding: 8px 40px;
		border-radius: 5px;
		font-size: 13px;
	}
}
/* 채팅방 리스트 끝
------------------------------------------------------ */
/* 채팅방 상세 시작
------------------------------------------------------ */
.roomDetailWr {
	display:flex;
	flex-direction:column;
	width: 100vw;
	height: 100vh;
}
.chatDetailBox01 {
	display:flex;
	gap:20px;
	height: 100%;
	padding:20px;
}
.chatInfoBox01, 
.chatInfoBox02 {
	flex-shrink:0;
	display:flex;
	flex-direction:column;
	width: 380px;
	padding:20px;
	background: #FFF;
	border:1px solid var(--border-color01);
	border-radius: 12px;
}
.chatInfoBox01 {
	gap: 12px;
}
.chatInfoBox01 .cateBox01 { 
	flex-shrink:0;
	display:flex;
	flex-wrap:wrap; 
	gap:6px;
}
.chatInfoBox01 .cateBox01 .btnCate { 
	display:block;
	padding:6px 16px 7px;
	background: #FFF;
	border:1px solid var(--border-color02);
	border-radius: 100px;
	font-weight: 500;
	font-size: 13px;
	color: #424242;
	transition:all .3s ease;
}
.chatInfoBox01 .cateBox01 .btnCate:focus,
.chatInfoBox01 .cateBox01 .btnCate:hover { 
	border-color:#282828;
}
.chatInfoBox01 .cateBox01 .btnCate .cnt01 { 
	color: var(--main-color01);
}
.chatInfoBox01 .cateBox01 .btnCate.on { 
	background:#282828;
	border-color:#282828;
	color: #FFF;
}
.chatInfoBox01 .cateBox01 .btnCate.on .cnt01 { 
	color: #FFF;
}
.chatInfoBox01 .cateBox02 { 
	display:flex;
	gap:12px;
}
.chatInfoBox01 .cateBox02 .btnCate { 
	position:relative;
	display:block;
	padding:0 10px 8px;
	font-weight: 600;
	font-size: 14px;
	color: #999;
	transition:all .3s ease;
}
.chatInfoBox01 .cateBox02 .btnCate:focus,
.chatInfoBox01 .cateBox02 .btnCate:hover,
.chatInfoBox01 .cateBox02 .btnCate.on { 
	color: var(--text-black01);
}
.chatInfoBox01 .cateBox02 .btnCate.on:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	background:var(--main-color01);
}
.chatInfoBox01 .cateBox02 .btnCate.on .cnt { 
	color: var(--main-color01);
}
.chatInfoBox01 .schBox01 { 
	flex-shrink:0;
	display:flex;
	align-items:center;
	gap:5px;
	padding:11px 14px;
	border:1px solid var(--border-color02);
	border-radius:5px;
}
.chatInfoBox01 .schBox01 .ipt01 { 
	flex-grow:1;
	font-size: 13px;
	color: var(--text-black01);
}
.chatInfoBox01 .schBox01 .ipt01::placholder { 
	color: var(--placeholder01);
}
.chatInfoBox01 .schBox01 .btn01 { 
	flex-shrink:0;
	display:block; 
	font-size: 0;
}
.chatInfoBox01 .schBox01 .btn01 img { 
	max-width: 100%;
}
.chatInfoBox01 .infoBox02 { 
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:8px;
}
.chatInfoBox01 .infoBox02 .tit01 {
	font-weight: 700;
	font-size: 16px;
	color: var(--color-black01);
}
.chatInfoBox01 .infoBox02 .tit01 span { 
	color: var(--main-color01);
}
.chatInfoBox01 .infoBox02 .btn01 { 
	flex-shrink:0;
	position:relative;
	display:block;
	padding:4px 8px 5px 28px;
	background: #FFF;
	border:1px solid var(--main-color01);
	border-radius:100px; 
	font-weight: 700;
	font-size: 12px;
	color: var(--main-color01);
}
.chatInfoBox01 .infoBox02 .btn01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 16px;
	top: 5px;
	left: 7px;
	background:url(/expert/images/comReload01.svg) no-repeat center / cover;
}
.chatInfoBox01 .conBox { 
	flex-grow:1;
	min-height: 0;
}
.chatInfoBox01 .conBox > .comNoData01 { 
	display:flex;
	align-items:center;
	justify-content:center;
	height: 100%;
}
.chatInfoBox01 .scrollBox { 
	max-height: 100%;
	overflow-y:auto;
}
.chatInfoBox01 .lst01 li { 
	margin:0 0 12px;
	padding:12px;
	border:1px solid var(--border-color01);
	border-radius:5px;
}
.chatInfoBox01 .lst01 li:last-child { 
	margin:0;
}
.chatInfoBox01 .lst01 .lstTopBox01 { 
	display:flex;
	align-items:center;
	gap:5px;
	margin:0 0 8px;
}
.chatInfoBox01 .lst01 .lstThumb01 {
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 28px;
	height: 28px;
	border: 1px solid var(--border-color01);
	border-radius:50%;
	font-weight: 500;
	font-size: 12px;
	color: #8B8B8B;
	text-align: center;
	overflow: hidden;
}
.chatInfoBox01 .lst01 .lstThumb01 img { 
	position:absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	object-fit:cover;
}
.chatInfoBox01 .lst01 .lstName01 { 
	flex-grow:1;
	min-width: 0;
	font-weight: 500;
	font-size: 13px;
	color: var(--color-black01);
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
.chatInfoBox01 .lst01 .lstStat01 {
	flex-shrink:0;
	display:inline-block;
	min-width: 44px;
	padding:3px 8px 4px;
	border-width:1px;
	border-style:solid;
	border-radius:100px;
	font-weight: 500;
	font-size: 11px;
	text-align: center;
	color: var(--color-gray01);
}
.chatInfoBox01 .lst01 .lstStat01.on { 
	background: var(--main-color01);
	border-color: var(--main-color01);
	color: #FFF;
}
.chatInfoBox01 .lst01 .lstStat02.st04 {
	border-color: var(--main-color01);
	color: var(--main-color01);
}
.chatInfoBox01 .lst01 .lstBtnBm01 { 
	flex-shrink:0;
	display:block;
	width: 24px;
	height: 24px;
	border-radius:5px;
	font-size: 0;
}
.chatInfoBox01 .lst01 .lstBtnBm01 img { 
	width: 18px;
	max-width: 100%;
}
.chatInfoBox01 .lst01 .lstDlBox01 { 
	display:flex;
	flex-wrap:wrap;
	gap:5px;
	margin:0 0 8px;
}
.chatInfoBox01 .lst01 .lstDlBox01 dl { 
	display:flex;
	gap:3px;
	font-size: 12px;
	color: var(--color-gray01);
}
.chatInfoBox01 .lst01 .lstDlBox01 dt { 
	flex-shrink:0;
	font-weight: 500;
	color: var(--color-black01);
}
.chatInfoBox01 .lst01 .lstDlBox01 dd { 
	flex-grow:1;
	position:relative;
	padding:0 6px 0 0;
	word-break:break-all;
}
.chatInfoBox01 .lst01 .lstDlBox01 dd:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 2px;
	height: 2px;
	top: 7px;
	right: 0;
	background: var(--color-gray01);
	border-radius:50%;
}
.chatInfoBox01 .lst01 .lstDlBox01 dl:last-child dd { 
	padding:0;
}
.chatInfoBox01 .lst01 .lstDlBox01 dl:last-child dd:after { 
	display:none;
}
.chatInfoBox01 .lst01 .lstTxt01 { 
	font-size: 13px;
	color: var(--color-gray01);
	word-break:break-all;
}
.chatInfoBox01 .lst01 .lstMemo01 {
	position:relative;
	margin:5px 0 0;
	padding:4px 4px 5px 30px;
	background: #FAFAFA;
	border-radius:4px;
}
.chatInfoBox01 .lst01 .lstMemo01 .memoBtn01 { 
	position:absolute;
	display:block;
	top: 5px;
	left: 8px;
	font-size: 0;
}
.chatInfoBox01 .lst01 .lstMemo01 .memoBtn01 img { 
	max-width: 100%;
}
.chatInfoBox01 .lst01 .lstMemo01 .memoTxt01 {
	border:1px solid var(--border-color02);
	font-size: 12px;
	color: var(--text-black01);
	word-break:break-all;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
.chatInfoBox01 .lst01 .lstMemo01.on .memoTxt01 { 
	text-overflow:clip;
	white-space:wrap;
	overflow: visible;
}
.chatInfoBox02 { 
	font-family: var(--font02);
}
.chatInfoBox02 .ciTit01 { 
	margin:0 0 20px;
	font-weight: 500;
	font-size: 14px;
	color: var(--text-black01);
}
.chatInfoBox02 * + .ciTit01 { 
	margin-top:18px;
}
.chatInfoBox02 .ciDlBox01 { 
	padding:0 0 21px;
	border-bottom:1px solid var(--border-color01);
}
.chatInfoBox02 .ciDlBox01 dl { 
	display:flex;
	align-items:center;
	gap:8px;
	font-size: 12px;
}
.chatInfoBox02 .ciDlBox01 dl + dl { 
	margin-top:12px;
}
.chatInfoBox02 .ciDlBox01 dt { 
	flex-shrink:0;
	display:flex;
	align-items:center;
	gap:8px;
}
.chatInfoBox02 .ciDlBox01 dt span { 
	display:block;
}
.chatInfoBox02 .ciDlBox01 dt .ico01 { 
	width: 20px;
	font-size: 0;
}
.chatInfoBox02 .ciDlBox01 dt .ico01 img { 
	max-width: 100%;
}
.chatInfoBox02 .ciDlBox01 dt .txt01 { 
	font-weight: 500;
	line-height: 1;
	color: var(--text-black01);
}
.chatInfoBox02 .ciDlBox01 dd { 
	flex-grow:1;
	min-width: 0;
	font-weight: 500;
	color: var(--placeholder01);
	text-align: right;
}
.chatInfoBox02 .ciSetLst01 { 
	flex-grow:1;
	min-height: 0;
	overflow-y:auto;
}
.chatInfoBox02 .ciSetLst01 li {
	display:flex;
	align-items:center; 
	gap:8px;
	margin:0 0 12px;
	padding:0 0 13px;
	border-bottom:1px solid var(--border-color02);
}
.chatInfoBox02 .ciSetLst01 li:last-child { 
	margin:0;
}
.chatInfoBox02 .ciSetLst01 .lstTxtBox01 { 
	flex-grow:1;
	min-width: 0;
}
.chatInfoBox02 .ciSetLst01 .lstTit01 { 
	margin:0 0 3px;
	font-weight: 500;
	font-size: 14px;
	color: var(--text-black01);
}
.chatInfoBox02 .ciSetLst01 .lstTxt01 { 
	font-size: 12px;
	color: #999;
}
.chatInfoBox02 .ciSetLst01 .lstBtnBox01 { 
	flex-shrink:0;
}
.chatInfoBox02 .ciSetLst01 .lstBtnBox01 .btn { 
	display:block;
	padding:4px 8px 5px;
	border-width:1px;
	border-style:solid;
	border-radius:100px;
	font-weight: 500;
	font-size: 11px;
	text-align: center;
}
.chatInfoBox02 .ciSetLst01 .lstBtnBox01 .btn.st01 { 
	background: var(--main-color01);
	border-color: var(--main-color01);
	color: #FFF;
}
.chatInfoBox02 .exSetChkBox01 { 
	flex-shrink:0;
	position:relative;
}
.chatInfoBox02 .exSetChkBox01 .chkIpt { 
	position:absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	overflow: hidden;
}
.chatInfoBox02 .exSetChkBox01 .chkLbl { 
	position:relative;
	display:block;
	width: 38px;
	height: 20px;
	background: #DBDBDB;
	border-radius: 100px;
}
.chatInfoBox02 .exSetChkBox01 .chkLbl:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 2px;
	background: #FFF;
	border-radius: 50%;
	transition:all .3s ease;
}
.chatInfoBox02 .exSetChkBox01 .chkIpt:checked + .chkLbl { 
	background: var(--main-color01);
}
.chatInfoBox02 .exSetChkBox01 .chkIpt:checked + .chkLbl:before { 
	left: calc(100% - 18px);
}
.chatInfoBox02 .exLblTblBox01 { 
	margin:5px 0 0;
}
.chatInfoBox02 .exLblTblBox01 table {
	font-size: 12px;
	color: var(--text-black01);
	text-align: center;
}
.chatInfoBox02 .exLblTblBox01 thead { 
	background: #FAFAFA;
	text-align: center;
}
.chatInfoBox02 .exLblTblBox01 thead th { 
	padding:6px;
	font-weight: 500;
}
.chatInfoBox02 .exLblTblBox01 tbody td { 
	padding:6px;
}
.chatInfoBox02 .exLblTblBox01 .ipt01 { 
	padding:6px 8px 5px;
	border:1px solid var(--border-color01);
	border-radius: 5px;
	font-size: 11px;
}
.chatInfoBox02 .exLblTblBox01 .ipt01.fullWid { 
	width: 100%;
}
.chatInfoBox02 .exLblTblBox01 .btnDel01 { 
	display:inline-block;
	width: 18px;
	font-size: 0;
}
.chatInfoBox02 .exLblTblBox01 .btnDel01 img { 
	max-width: 100%;
}
.chatInfoBox02 .exLblTblBox01 .exSetChkBox01 { 
	display:inline-block;
}
.chatInfoBox02 .exLblAddBox01 { 
	display:flex;
	align-items:center; 
	justify-content:space-between;
	gap:8px;
	margin:10px 0 0;
	padding:8px 16px;
	border:1px solid var(--border-color01);
	border-radius: 100px;
}
.chatInfoBox02 .exLblAddBox01 .txt01 { 
	font-weight: 600;
	font-size: 12px;
	color: var(--text-gray01);
}
.chatInfoBox02 .exLblAddBox01 .btn01 { 
	display:block;
	padding:8px 12px;
	background: var(--main-color01);
	border-radius: 100px;
	font-weight: 600;
	font-size: 12px;
	color: #FFF;
}
.chatInfoBox02 .exLblAddBox01 .btn01:disabled { 
	opacity: .6;
	cursor: not-allowed;
}
.chatInfoBox02 .freezeTxtBox01 { 
	position:relative;
	margin:16px 0 0;
	padding:19px 12px 21px 40px;
	background: #F4F4F5;
	border-radius:5px;
}
.chatInfoBox02 .freezeTxtBox01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 15px;
	height: 15px;
	top: 21px;
	left: 14px;
	background:url(/expert/images/roomDtlFreeze01.svg) no-repeat center / cover;
}
.chatInfoBox02 .freezeTxtBox01 .tit01 { 
	margin:0 0 6px;
	font-weight: 500;
	font-size: 12px;
	color: #374957;
}
.chatInfoBox02 .freezeTxtBox01 .txt01 { 
	font-size: 12px;
	color: #6A7B8A;
}
.chatInfoBox02 .freezeTxtBox01 .txt01 span { 
	font-weight: 500;
}
.chatMsgBox01 {
	flex-grow:1;
	display:flex;
	flex-direction:column;
	min-width: 0;
	background:#FFF;
	border:1px solid var(--border-color01);
	border-radius: 12px;
}
.chatMsgBox01 .statBox01 {
	flex-shrink:0;
	position:sticky;
	display:flex;
	align-items:center;
	gap:10px;
	top: 0;
	padding:12px 20px 13px;
	background: #FFF;
	border-radius:20px 20px 0 0;
	border-bottom:1px solid var(--border-color01);
	z-index: 3;
}
.chatMsgBox01 .statBox01 .btnBack01 { 
	flex-shrink:0;
	position:relative;
	display:block;
	width: 24px;
	height: 24px;
}
.chatMsgBox01 .statBox01 .btnBack01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin:-5px 0 0 -3px;
	transform:rotate(45deg);
	border-bottom:2px solid var(--text-black01);
	border-left:2px solid var(--text-black01);
}
.chatMsgBox01 .statBox01 .name01 { 
	flex-grow:1;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:5px;
	min-width: 0;
	font-weight: 700;
	font-size: 20px;
	color: var(--text-black01);
	word-break:break-all;
}
.chatMsgBox01 .statBox01 .name01 .gTxt01 { 
	font-weight: 500;
	font-size: 16px;
	color: #797979;
}
.chatMsgBox01 .statBox01 .name01 .stat01 { 
	display:block;
	padding:3px 9px;
	border-radius:4px;
	font-weight: 500;
	font-size: 12px;
}
.chatMsgBox01 .statBox01 .name01 .stat01.st01 { 
	background: #FFF0F0;
	color: var(--main-color01);
}
.chatMsgBox01 .statBox01 .name01 .stat01.st02 { 
	background: #F0F0F0;
	color: #999;
}
.chatMsgBox01 .statBox01 .name01 .stat01.st03 { 
	background: #FFECD5;
	color: #FF9021;
}
.chatMsgBox01 .statBox01 .name01 .stat01.st04 { 
	background: #F1FFED;
	color: #239600;
}
.chatMsgBox01 .statBox01 .txt01 { 
	flex-shrink:0;
	font-weight: 500;
	font-size: 12px;
	color: var(--main-color01);
}
.chatMsgBox01 .statBox01 .schBox01 {
	flex-shrink:0;
	display:flex;
	/* 검색 활성 시 자식이 input+범위선택+카운트+▲+▼+제출+해제로 늘어난다. nowrap이면 좁은 폭에서 넘친다. */
	flex-wrap:wrap;
	gap:5px;
	padding:7px 10px;
	border:1px solid var(--border-color02);
	border-radius:5px;
}
.chatMsgBox01 .statBox01 .schBox01 .schScope01 {
	flex-shrink:0;
	align-self:center;
	padding:3px 4px;
	border:1px solid var(--border-color02);
	border-radius:4px;
	color: #52525B;
	font-size: 12px;
	font-weight: 600;
}
.chatMsgBox01 .statBox01 .schBox01 .ipt01 {
	flex-grow:1;
	min-width: 200px;
	color: #212121;
	font-size: 14px;
	font-weight: 500;
}
.chatMsgBox01 .statBox01 .schBox01 .ipt01::placholder { 
	color: #9F9FA9;
}
.chatMsgBox01 .statBox01 .schBox01 .btn { 
	flex-shrink:0;
	display:block;
	font-size: 0;
}
/* ★.btn base의 font-size:0은 아이콘 전용 제출 버튼(.st01 > img)의 공백 붕괴용이다. 텍스트 버튼인
   해제(.st02)가 그걸 그대로 물려받아 글자가 0px이 됐고, 전역 리셋(button{border:none;background:transparent})
   때문에 border-color만 덮어써 봐야 그릴 테두리가 없다 → 버튼이 통째로 보이지 않았다.
   base를 손대면 .st01의 공백이 되살아나므로, 텍스트 버튼에 필요한 값만 여기서 전부 명시한다. */
.chatMsgBox01 .statBox01 .schBox01 .btn.st02 {
	align-self:center;
	padding:4px 9px;
	background:#FFF;
	border:1px solid var(--main-color01);
	border-radius:4px;
	color: var(--main-color01);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
}
.chatMsgBox01 .statBox01 .schBox01 .schCnt01 {
	flex-shrink:0;
	align-self:center;
	font-size: 12px;
	font-weight: 600;
	color: #71717A;
	white-space: nowrap;
}
.chatMsgBox01 .statBox01 .schBox01 .btnNav01 {
	flex-shrink:0;
	align-self:center;
	width: 22px;
	height: 22px;
	background: #FFF;
	border:1px solid var(--border-color02);
	border-radius: 4px;
	color: #52525B;
	font-size: 11px;
	line-height: 1;
	cursor: pointer;
}
.chatMsgBox01 .statBox01 .schBox01 .btnNav01:disabled {
	opacity: .35;
	cursor: default;
}
.chatMsgBox01 .statBox01 .btnReload01 { 
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--main-color01);
	border-radius: 5px;
}
.chatMsgBox01 .pinBox01 {
	position:relative;
	display:flex;
	align-items:center;
	gap: 12px;
	padding: 12px 20px;
	border-bottom:1px solid var(--border-color01);
	z-index: 2;
}
.chatMsgBox01 .pinBox01 .pinIco01 {
	flex-shrink:0;
	position:relative;
	display:block;
	width: 24px;
	font-size: 0;
}
.chatMsgBox01 .pinBox01 .pinIco01 img { 
	max-width: 100%;
}
.chatMsgBox01 .pinBox01 .pinLng01 { 
	position:absolute;
	display:flex;
	align-items:center; 
	justify-content:center;
	width: 16px;
	height: 16px;
	top: -3px;
	right: -6px;
	background: #E53935; 
	border:1px solid #FFF;
	border-radius: 50%;
	font-weight: 500;
	font-size: 10px;
	line-height: 1;	
	color: #FFF;
	text-align: center;
}
.chatMsgBox01 .pinBox01 .btnPin01 { 
	flex-shrink:0;
	position:relative;
	display:block;
	width: 36px;
	height: 36px;
}
.chatMsgBox01 .pinBox01 .btnPin01:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
	margin:-8px 0 0 -6px;
    transform: rotate(45deg);
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    transition: all .3s ease;
}
.chatMsgBox01 .pinBox01 .btnPin01.on:after { 
	margin-top:-3px;
	transform:rotate(225deg);
}
.chatMsgBox01 .pinBox01 .pinHidBox01 {
	position:absolute;
	width: 100%;
	top: 100%;
	left: 0;
	padding:16px;
	background: #FFF;
	border-top:1px solid var(--border-color01);
	border-bottom:1px solid var(--border-color01);
}
.chatMsgBox01 .pinBox01 .infoTxt01 { 
	position:relative;
	margin:0 0 8px;
	padding: 0 0 0 20px;
	font-size: 12px;
	color: #999;
}
.chatMsgBox01 .pinBox01 .infoTxt01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	background: url(/expert/images/roomDtlInfo01.svg) no-repeat center / cover;
}
.chatMsgBox01 .pinLst01 li {
	display:flex;
	align-items:center;
	gap:10px;
	margin:0 0 10px;
	padding:10px 10px 9px;
	border:1px solid var(--border-color01);
	border-radius:10px;
}
.chatMsgBox01 .pinLst01 li:last-child {
	margin:0;
}
.chatMsgBox01 .pinLst01 .lstInfo01 { 
	flex-shrink:0;
	display:flex;
	align-items:center;
	gap:6px;
	padding:3px 7px;
	background: #F2F2F2;
	border:1px solid var(--border-color01);
	border-radius:4px;
}
.chatMsgBox01 .pinLst01 .lstInfo01 span { 
	display:block;
}
.chatMsgBox01 .pinLst01 .lstInfo01 .clrTxt01 { 
	position:relative;
	padding:0 7px 0 0;
	font-weight: 700;
	font-size: 11px;
}
.chatMsgBox01 .pinLst01 .lstInfo01 .clrTxt01:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 1px;
	height: 8px;
	top: 4px;
	right: 0;
}
.chatMsgBox01 .pinLst01 .lstInfo01 .txt01 { 
	font-weight: 700;
	font-size: 11px;
	color: #52525B;
}
.chatMsgBox01 .pinLst01 .lstInfo01.st01 { 
	background:#E0EFFF;
	border-color:#E0EFFF;
}
.chatMsgBox01 .pinLst01 .lstInfo01.st01 .clrTxt01 { 
	color: #007AFF;
}
.chatMsgBox01 .pinLst01 .lstInfo01.st01 .clrTxt01:after { 
	background: #007AFF;
}
.chatMsgBox01 .pinLst01 .lstInfo01.st02 { 
	background:#ECDAFF;
	border-color:#ECDAFF;
}
.chatMsgBox01 .pinLst01 .lstInfo01.st02 .clrTxt01 { 
	color: #853DD3;
}
.chatMsgBox01 .pinLst01 .lstInfo01.st02 .clrTxt01:after { 
	background: #853DD3;
}
.chatMsgBox01 .pinLst01 .lstTxt01 { 
	flex-grow:1;
	min-width: 0;
	font-size: 13px;
	color: var(--text-black01);
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
.chatMsgBox01 .pinLst01 .lstTime01 { 
	flex-shrink:0;
	font-size: 12px;
	color: #999;
}
.chatMsgBox01 .pinLst01 .lstBtn01 {
	flex-shrink:0;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:4px;
	border:1px solid var(--main-color01);
	border-radius: 5px;
	font-size: 0;
	color: var(--main-color01);
}
.chatMsgBox01 .pinLst01 .lstBtn01:before { 
	content:"";
	box-sizing:border-box;
	display:block;
	width: 14px;
	height: 14px;
	background: url(/expert/images/roomDtlPin02.svg) no-repeat center / cover;
}
.chatMsgBox01 .pinSwipeBox01 { 
	flex-grow:1;
	min-width: 0;
	max-height: 42px;
	border: 1px solid #E4E4E7;
	background: #F4F4F5;
	border-radius: 8px;
	overflow: hidden;
}
.chatMsgBox01 .pinSwipeBox01 .swiper-slide { 
	display:flex;
	align-items:center;
	gap: 10px;
	padding: 10px;
}
.chatMsgBox01 .pinSwipeBox01 .name01 { 
	flex-shrink:0;
	display:flex;
	align-items:center;
	gap:6px;
    padding: 3px 7px;
    background: #F2F2F2;
    border: 1px solid var(--border-color01);
    border-radius: 4px;
	font-weight: 700;
	font-size: 11px;
	color: #52525B;
}
.chatMsgBox01 .pinSwipeBox01 .name01 .dutyTxt01 { 
	position:relative;
	display:block;
	padding:0 7px 0 0;
}
.chatMsgBox01 .pinSwipeBox01 .name01 .dutyTxt01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 1px;
	height: 8px;
	top: 4px;
	right: 0;
}
.chatMsgBox01 .pinSwipeBox01 .name01.st01 { 
	background:#E0EFFF;
	border-color:#E0EFFF;
	color: #007AFF;
}
.chatMsgBox01 .pinSwipeBox01 .name01.st01 .dutyTxt01:before { 
	background: #007AFF;
}
.chatMsgBox01 .pinSwipeBox01 .name01.st02 { 
	background:#ECDAFF;
	border-color:#ECDAFF;
	color: #853DD3;
}
.chatMsgBox01 .pinSwipeBox01 .name01.st02 .dutyTxt01:before { 
	background: #853DD3;
}
.chatMsgBox01 .pinSwipeBox01 .txt01 { 
	flex-grow:1;
	min-width: 0;
    font-size: 13px;
    color: var(--text-black01);
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
.chatMsgBox01 .pinSwipeBox01 .time01 { 
	flex-shrink: 0;
	font-size: 12px;
	color: #999;
}
.chatMsgBox01 .pinSwipeBox01 .btnLift01 { 
	flex-shrink:0;
	display:block;
	padding:3px 6px;
	background: var(--main-color01);
	border-radius:100px;
	font-weight: 500;
	font-size: 11px;
	color: #FFF;
}
.chatMsgBox01 .chatGrowBox01 { 
	position:relative;
	flex-grow:1;
	min-height: 0;
}
.chatMsgBox01 .chatConBox01 {
	display:flex;
	flex-direction:column;
	gap:24px;
	height: 100%;
	padding: 20px;
	overflow-y:auto;
}
.chatMsgBox01 .chatConBox01 .scrollPoint01 { 
	display:block;
	width: 100%;
	height: 1px;
	margin:-24px 0 0;
}
.chatMsgBox01 .chatPrintBox01 {
	width: 100%;
}
/* 검색 결과로 점프한 메시지 — 어느 줄로 이동했는지 눈에 띄게 */
.chatMsgBox01 .chatPrintBox01.searchHit {
	padding:12px 20px;
	background: #FAFAFA;
	border:1px solid #E4E4E7;
	border-radius: 5px;
}
.chatMsgBox01 .chatBox01 { 
	display:inline-flex;
	align-items:flex-start;
	gap:10px;
}
.chatMsgBox01 .chatBox01 .nickName01 { 
	display:flex;
	align-items:center; 
	justify-content:center;
	width: 100%;
	height: 100%;
	background: #FFF;
	border:1px solid var(--border-color01);
	border-radius: 13px;
	color: #9F9FA9;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -.164px;
	line-height: 1;
	text-align: center;
	color: #666;
}
.chatMsgBox01 .chatBox01 .bubbleBox02 { 
	position:relative;
	display:inline-block;
	padding:10px 8px 9px;
	background: #F2F2F2;
	border:1px solid var(--border-color01);
	border-radius: 0 10px 10px 10px;
}
.chatMsgBox01 .chatBox01 .bubbleBox02 .imgBox01 { 
	max-width: 100%;
	font-size: 0;
}
.chatMsgBox01 .chatBox01 .bubbleBox02 .imgBox01 img { 
	max-width: 100%;
	cursor:pointer;
}
.chatMsgBox01 .chatBox01 .bubbleBox02 .txt01,
.chatMsgBox01 .chatBox01 .bubbleBox02 .fileLnk01 {
	font-size: 14px;
	color: var(--text-black01);
	word-break:break-all;
}
/* 본문 개행 보존 — 텍스트 바인딩(v-html 미사용)이라 줄바꿈은 CSS로만 살린다. */
.chatMsgBox01 .chatBox01 .bubbleBox02 .txt01 {
	white-space: pre-wrap;
}
.chatMsgBox01 .chatBox01 .bubbleBox02 .txt01 .inLnk01 {
	color: #007AFF;
	text-decoration:underline;
	word-break:break-all;
}
.chatMsgBox01 .chatBox01 .bubbleBox02 .txt01 .stTag01 {
	color: #007AFF;
}
.chatMsgBox01 .chatBox01 .bubbleBox02 .fileLnk01 { 
	position:relative;
	display:block;
	padding:0 0 0 18px;
}
.chatMsgBox01 .chatBox01 .bubbleBox02 .fileLnk01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 14px;
	height: 14px;
	top: 1px;
	left: 0;
	background:url(/expert/images/roomDtlDown01.svg) no-repeat center / cover;
}
.chatMsgBox01 .chatBox01 .bubbleBox02 .picStat01 { 
	display:inline-block;
	margin:0 0 5px;
	padding:3px 9px;
	background: #212121;
	border-radius:4px;
	font-weight: 500;
	font-size: 11px;
	color: #FFF;
}
.chatMsgBox01 .chatBox01 .bubbleBox02 .picTit01,
.chatMsgBox01 .chatBox01 .bubbleBox02 .picTxt01 {
	font-size: 16px;
	color: var(--text-black01);
	word-break:break-all;
}
.chatMsgBox01 .chatBox01 .bubbleBox02 .picTit01 {
	margin:0 0 4px;
	font-weight: 700;
}
.chatMsgBox01 .chatBox01 .bubbleBox02 .picLnk01 { 
	display:block;
	font-size: 13px;
	color: #007AFF;
	word-break:break-all;
	text-decoration:underline;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
.chatMsgBox01 .chatBox01 .bubbleBox02 .picTxt01 + .picLnk01 { 
	margin-top:14px;
}
.chatMsgBox01 .chatBox01 .time01 { 
	font-size: 13px;
	color: #666;
}
.chatMsgBox01 .chatBox01 .time01 span { 
	font-size: 12px;
	color: #999;
}
.chatMsgBox01 .userBox01 { 
	flex-shrink:0;
	position:relative; 
	width: 40px;
	height: 40px;
}
.chatMsgBox01 .msgBox01 { 
	flex-grow:1;
	min-width: 0;
}
.chatMsgBox01 .msgStatBox01 { 
	display:flex;
	align-items:center;
	gap:4px;
	margin:0 0 6px;
}
.chatMsgBox01 .msgStatBox01 .jobStat01 { 
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 3px 7px;
	border: 1px solid var(--border-color01);
	border-radius: 5px;
	font-family: var(--font02);
}
.chatMsgBox01 .msgStatBox01 .jobStat01 span { 
	display:block;
}
.chatMsgBox01 .msgStatBox01 .jobStat01 .clrTxt01 { 
	position:relative;
	padding:0 7px 0 0;
	font-weight: 700;
	font-size: 11px;
}
.chatMsgBox01 .msgStatBox01 .jobStat01 .clrTxt01:after { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 1px;
	height: 8px;
	top: 4px;
	right: 0;
}
.chatMsgBox01 .msgStatBox01 .jobStat01 .txt01 { 
	font-weight: 700;
	font-size: 11px;
	color: #52525B;
}
.chatMsgBox01 .msgStatBox01 .jobStat01.st01 { 
	background:#E0EFFF;
	border-color:#E0EFFF;
}
.chatMsgBox01 .msgStatBox01 .jobStat01.st01 .clrTxt01 { 
	color: #007AFF;
}
.chatMsgBox01 .msgStatBox01 .jobStat01.st01 .clrTxt01:after { 
	background: #007AFF;
}
.chatMsgBox01 .msgStatBox01 .jobStat01.st02 { 
	background:#ECDAFF;
	border-color:#ECDAFF;
}
.chatMsgBox01 .msgStatBox01 .jobStat01.st02 .clrTxt01 { 
	color: #853DD3;
}
.chatMsgBox01 .msgStatBox01 .jobStat01.st02 .clrTxt01:after { 
	background: #853DD3;
}
.chatMsgBox01 .msgStatBox01 .time01 { 
	font-size: 12px;
	color: #999;
}
.chatMsgBox01 .msgStatBox02 { 
	display:flex;
	align-items:flex-end;
	gap:6px;
}
.chatMsgBox01 .msgStatBox02 .time01 { 
	flex-shrink:0;
	width: 80px;
	font-size: 12px;
	color: #999;
}
.chatMsgBox01 .msgStatBox02 .time01 span { 
	display:block;
	color: var(--main-color01);
}
.chatMsgBox01 .stChat01 .msgStatBox02:hover .time01 { 
	display:none;
}
.chatMsgBox01 .stHistory01 .msgStatBox02 .time01 { 
	width: 110px;
}
.chatMsgBox01 .ctrlBtnBox01 {
	display:none;
	padding:4px;
	background: #F4F4F5;
}
.chatMsgBox01 .ctrlBtnBox01 .btn { 
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 24px;
	height: 24px;
	border-radius:4px;
	font-size: 0;
	transition:all .3s ease;
}
.chatMsgBox01 .ctrlBtnBox01 .btn:focus,
.chatMsgBox01 .ctrlBtnBox01 .btn:hover,
.chatMsgBox01 .ctrlBtnBox01 .btn.on { 
	background: #FFF;
}
.chatMsgBox01 .ctrlBtnBox01 .btn:disabled {
	opacity: .55;
	cursor: not-allowed;
}
.chatMsgBox01 .msgStatBox02:hover .ctrlBtnBox01 { 
	display:flex;
}
.chatMsgBox01 .me .chatBox01 { 
	display:flex;
	justify-content:flex-end;
	flex-direction:row-reverse;
}
.chatMsgBox01 .me .chatBox01 .time01 { 
	text-align: right;
}
.chatMsgBox01 .me .msgBox01 { 
	display:flex;
	align-items:flex-end;
	flex-direction:column;
}
.chatMsgBox01 .me .ctrlBtnBox01 { 
	justify-content:flex-end;
}
.chatMsgBox01 .me .msgStatBox02 { 
	flex-direction:row-reverse;
}
.chatMsgBox01 .me .bubbleBox02 { 
	background: #FEF0F0;
	border-color: #FEF0F0;
	border-radius: 10px 0 10px 10px;
}
.chatMsgBox01 .me .bubbleBox02 .picStat01 { 
	background: var(--main-color01);
}
.chatMsgBox01 .chatGuideTxt01 { 
	position:relative;
	text-align: center;
}
.chatMsgBox01 .chatGuideTxt01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 100%;
	top: 50%;
	left: 0;
	border-top:1px solid #CCC;
}
.chatMsgBox01 .chatGuideTxt01 span { 
	position:relative;
	display:inline-block;
	padding:5px 9px 3px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius:100px;
	font-size: 12px;
	color: #212121;
	z-index: 1;
}
.chatMsgBox01 .welcomeBox01 { 
	white-space: pre-line;
	text-align: center;
	word-break:break-all;
}
.chatMsgBox01 .welcomeBox01 .txt01 {
	display:inline-block;
	padding:12px;
	border-radius: 12px;
	border: 1px solid #E4E4E7;
	background: #FFF;
	color: #9F9FA9;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}
.chatMsgBox01 .welcomeBox01 .txt01 .imgBox { 
	display:block;
	margin:0 0 3px;
	font-size: 0;
}
.chatMsgBox01 .welcomeBox01 .txt01 .imgBox img { 
	max-width: 100%;
}
.chatMsgBox01 .moreBox01 {
	padding: 14px 0 0;
	border-top: 1px dashed var(--border-color01);
	text-align: center;
}
.chatMsgBox01 .moreBox01 .btnMore01 { 
	display:inline-block;
	padding: 7px 13px;
	background: #FFF;
	border: 1px solid var(--border-color01);
	border-radius: 100px;
	font-weight: 500;
	font-size: 13px;
	color: var(--color-gray01);
	transition: all .3s ease;
}
.chatMsgBox01 .moreBox01 .btnMore01:focus,
.chatMsgBox01 .moreBox01 .btnMore01:hover { 
	background: var(--main-color01);
	border-color: var(--main-color01);
	color: #FFF;
}
.chatMsgBox01 .toBottom01 {
	position:absolute;
	width: 40px;
	height: 40px;
	bottom: 16px;
	right: 16px;
	background: var(--main-color01);
	border-radius:50%;
	z-index: 1;
}
.chatMsgBox01 .toBottom01:before { 
	content:"";
	position:absolute;
	box-sizing:border-box;
	display:block;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin:-11px 0 0 -8px;
	transform:rotate(45deg);
	border-bottom:2px solid #FFF;
	border-right:2px solid #FFF;
}
.chatMsgBox01 .chatBtmBox01 {
	flex-shrink:0;
	width: 100%;
	padding: 16px;
	border-top:1px solid var(--border-color01);
}
.chatMsgBox01 .chatBtmBox01 .mentionDl01 {
	display:flex;
	align-items:center;
	gap:8px;
	margin:0 0 8px;
	padding:0 8px;
}
.chatMsgBox01 .chatBtmBox01 .mentionDl01 dt { 
	flex-shrink:0;
}
.chatMsgBox01 .chatBtmBox01 .mentionDl01 dd { 
	flex-grow:1;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:8px;
}
.chatMsgBox01 .chatBtmBox01 .mentionLabel01 {
	flex-shrink:0;
	display:block;
	font-weight:700;
	font-size:13px;
	color: var(--text-black01);
}
.chatMsgBox01 .chatBtmBox01 .mentionSel01 {
	flex:0 0 230px;
	min-width:0;
	padding:10px 32px 9px 10px;
	appearance: none;
	background: #FFF url(/expert/images/roomDtlMention_sel01.svg) no-repeat center right 8px;
	border:1px solid var(--border-color01);
	border-radius:5px;
	font-size:13px;
	color:var(--text-black01);
}
.chatMsgBox01 .chatBtmBox01 .mentionSel01:disabled {
	background-color:#F5F5F5;
	color:#999;
}
.chatMsgBox01 .chatBtmBox01 .mentionHelp01 {
	min-width:0;
	font-size:12px;
	line-height:1.4;
	color:#797979;
}
.chatMsgBox01 .chatBtmBox01 .mentionHelp01.on {
	font-weight:600;
	color:var(--main-color01);
}
.chatMsgBox01 .chatBtmBox01 .iptBox01 { 
	position:relative;
	display:flex;
	align-items:flex-end;
	gap:8px;
	padding: 12px;
	background: #FFF;
	border:1px solid var(--border-color02);
	border-radius: 5px;
}
.chatMsgBox01 .chatBtmBox01 .fileIpt01 { 
	position:absolute; 
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	overflow: hidden;
}
.chatMsgBox01 .chatBtmBox01 .btn01 {
	flex-shrink:0;
	display:flex;
	align-items:center; 
	justify-content:center;
	width: 24px;
	height: 24px;
}
.chatMsgBox01 .chatBtmBox01 .btn01 img { 
	width: 20px;
}
.chatMsgBox01 .chatBtmBox01 .ipt01 { 
	flex-grow:1;
	min-width: 0;
	font-weight: 500;
	font-size: 13px;
	color: var(--text-black01);
	resize:none;
	max-height:120px;
	overflow-y:auto;
	line-height:1.5;
	padding:0;
	border:0;
	background:transparent;
	font-family:inherit;
}
.chatMsgBox01 .chatBtmBox01 .ipt01::placeholder { 
	color: var(--placeholder01);
}
.chatMsgBox01 .chatBtmBox01 .btnSend01 { 
	flex-shrink:0;
	display:flex;
	align-items:center; 
	justify-content:center;
	width: 28px;
	height: 28px;
	background: #E53935 url(/expert/images/roomDtlSend01.svg) no-repeat top 7px center / 14px auto;
	border:1px solid #E53935;
	border-radius: 50%;
	transition:all .3s ease;
}
.chatMsgBox01 .chatBtmBox01 .btnSend01:focus,
.chatMsgBox01 .chatBtmBox01 .btnSend01:hover { 
	background-color: #FFF;
	background-image: url(/expert/images/roomDtlSend01_on.svg);
}
@media all and (max-width:1399px){
	.roomDetailWr {
		height: auto;
	}
	.roomDetailWr .comExpBox01 { 
		flex-wrap:wrap;
	}
	.chatMsgBox01 .chatConBox01 {
		max-height: 400px;
	}
	.chatInfoBox02 {
		width: 100%;
	}
}
@media all and (max-width:999px){
	.chatDetailBox01 {
		gap: 16px;
		padding: 16px;
	}
	.chatInfoBox01, 
	.chatInfoBox02 {
		padding:16px;
		border-radius: 5px;
	}
	.chatInfoBox01 {
		gap:10px;
	}
	.chatInfoBox01 .scrollBox { 
		max-height: 180px;
	}
	.chatInfoBox01 .cateBox02 .btnCate { 
		padding:0 8px 8px;
		font-size: 13px;
	}
	.chatInfoBox01 .infoBox02 .tit01 { 
		font-size: 14px;
	}
	.chatInfoBox01 .lst01 li { 
		margin:0 0 10px;
		padding:10px;
		border-radius:5px;
	}
	.chatInfoBox02 .ciTit01 { 
		margin:0 0 10px;
	}
	.chatInfoBox02 * + .ciTit01 { 
		margin-top:14px;
	}
	.chatInfoBox02 .ciDlBox01 dl + dl { 
		margin-top: 8px;
	}
	.chatInfoBox02 .ciSetLst01 { 
		max-height: 160px;
	}
	.chatInfoBox02 .ciSetLst01 li { 
		margin:0 0 10px;
		padding:0 0 11px;
	}
	.chatInfoBox02 .ciSetLst01 .lstTit01 { 
		font-size: 13px;
	}
	.chatInfoBox02 .freezeTxtBox01 { 
		margin:12px 0 0;
		padding:16px 10px 15px 32px;
	}
	.chatInfoBox02 .freezeTxtBox01:before { 
		width: 13px;
		height: 13px;
		top: 17px;
		left: 12px;
	}
	.chatMsgBox01 .statBox01 { 
		flex-wrap:wrap;
		gap: 6px;
		padding:16px 16px 15px;
	}
	.chatMsgBox01 .statBox01 .name01 { 
		width: calc(100% - 30px);
		font-size: 16px;
	}
	.chatMsgBox01 .statBox01 .txt01 { 
		order:4;
		width: 100%;
		text-align: right;
	}
	.chatMsgBox01 .statBox01 .schBox01 { 
		width: 100%;
	}
	.chatMsgBox01 .statBox01 .schBox01 .ipt01 {
		/* 좁은 폭에서는 min-width 200px가 축소를 막아 형제 버튼들을 밀어낸다. */
		min-width: 120px;
		font-size: 13px;
	}
	.chatMsgBox01 .statBox01 .schBox01.hasReload01 { 
		width: calc(100% - 46px);
	}
	.chatMsgBox01 .pinBox01 { 
		gap:8px;
		padding:8px;
	}
	.chatMsgBox01 .pinBox01 .btnPin01 { 
		width: 20px;
		height: 20px;
	}
	.chatMsgBox01 .pinBox01 .btnPin01:after { 
		width: 8px;
		height: 8px;
		margin:-6px 0 0 -4px;
	}
	.chatMsgBox01 .pinBox01 .btnPin01.on:after { 
		margin-top:-2px;
	}
	.chatMsgBox01 .chatConBox01 { 
		gap:16px;
		padding:16px;
	}
	.chatMsgBox01 .chatBox01 { 
		gap:8px;
	}
	.chatMsgBox01 .chatBox01 .nickName01 { 
		font-size: 13px;
		border-radius:5px;
	}
	.chatMsgBox01 .userBox01 { 
		width: 32px;
		height: 32px;
	}
	.chatMsgBox01 .chatConBox01 .bubbleBox02 { 
		padding:8px;
		border-radius: 5px;
	}
	.chatMsgBox01 .chatConBox01 .bubbleBox02 .txt01 { 
		font-size: 13px;
	}
	.chatMsgBox01 .chatConBox01 .bubbleBox02 .picTit01, 
	.chatMsgBox01 .chatConBox01 .bubbleBox02 .picTxt01,
	.chatMsgBox01 .chatConBox01 .bubbleBox02 .picLnk01 { 
		font-size: 14px;
	}	
	.chatMsgBox01 .chatPinBox01 .btnPin01 { 
		padding:12px 36px 12px 46px;
		font-size: 14px;
	}
	.chatMsgBox01 .chatPinBox01 .btnPin01:after { 
		width: 8px;
		height: 8px;
		top: 14px;
		right: 16px;
	}
	.chatMsgBox01 .chatPinBox01 .pinIco01 { 
		width: 20px;
		top: 12px;
		left: 16px;
	}
	.chatMsgBox01 .chatPinBox01 .pinLng01 { 
		top: -6px;
		right: -8px;
	}
	.chatMsgBox01 .chatPinBox01 .pinTxt01 { 
		font-size: 12px;
	}
	.chatMsgBox01 .chatPinBox01 .btnPin01.on:after { 
		top: 20px;
	}
	.chatMsgBox01 .chatPinBox01 .pinLst01 .lstTxt01 { 
		font-size: 13px;
	}
	.chatMsgBox01 .welcomeBox01 .txt01 {
		padding:12px 32px 11px;
		border-radius: 5px;
		font-size: 13px;	
		line-height: 1.3;
	}
	.chatMsgBox01 .welcomeBox01 .txt01:before { 
		width: 37px;
		height: 32px;
	}
	.chatMsgBox01 .toBottom01 {
		width: 32px;
		height: 32px;
		bottom: 10px;
		right: 10px;
	}
	.chatMsgBox01 .toBottom01:before {
		width: 12px;
		height: 12px;
		margin:-9px 0 0 -6px;
	}
}
/* 채팅방 상세 끝
------------------------------------------------------ */























/* 안내 박스(강제 비밀번호 변경 화면) */
.notice {
	background: #ecfdf5; border: 1px solid #a7f3d0; color: #047857;
	border-radius:5px; padding: 12px 14px;
	font-size: 12.8px; line-height: 1.55; margin-bottom: 22px;
}
.notice b { font-weight: 700; }

/* 비밀번호 요건 안내 */
.req-list {
	font-size: 11.5px; color: var(--expert-muted);
	margin: -2px 0 14px; line-height: 1.5;
}




/* ===== 경량 토스트(Vue/PrimeVue 없는 Blade용) ===== */
.expert-toast {
	position: fixed; left: 50%; bottom: 32px; transform: translateX(-50%) translateY(12px);
	background: #18181b; color: #fff;
	padding: 12px 20px; border-radius:5px; font-size: 13.5px;
	box-shadow: 0 10px 30px -8px rgba(15, 23, 42, .4);
	opacity: 0; transition: opacity .3s, transform .3s; z-index: 9999;
	pointer-events: none;
}
.expert-toast.is-on { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ===================================================================
   관리 화면(N2) — 방 목록/상세. 데스크탑 우선, 로그인과 같은 emerald 토큰.
   퍼블리셔 편집 대상(빌드 없음). 관리용 입력은 .inp(40px) — 로그인 .input(50px)과 분리.
   =================================================================== */
:root {
	--amber:    #d97706; --amber-bg: #fef3c7;
	--blue:     #2563eb; --blue-bg:  #dbeafe;
	--slate:    #475569;
	--rose:     #e11d48; --rose-bg:  #ffe4e6;
}

/* 상단 바(레이아웃 헤더) */
.ex-top { display: flex; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--expert-border); margin-bottom: 26px; }
.ex-logo { display: flex; align-items: center; gap: 10px; }
.ex-logo__mark { width: 34px; height: 34px; border-radius: 9px; background: linear-gradient(135deg, var(--expert-primary-light), var(--expert-primary-dark)); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 14px -6px rgba(16, 185, 129, .6); }
.ex-logo__mark svg { width: 19px; height: 19px; }
.ex-logo__txt { font-size: 15.5px; font-weight: 800; letter-spacing: -.02em; }
.ex-logo__txt small { display: block; font-size: 11px; font-weight: 500; color: var(--expert-muted); letter-spacing: 0; }
.ex-top__spacer { flex: 1; }
.ex-who { font-size: 13px; color: #3f3f46; }
.ex-who b { font-weight: 700; }
.ex-logout { background: transparent; border: 1px solid var(--expert-border); color: #52525b; font-size: 12.5px; font-weight: 600; padding: 7px 13px; border-radius: 9px; transition: .15s; }
.ex-logout:hover { background: #fafafa; border-color: #d4d4d8; }

/* 페이지 헤더 */
.ex-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.ex-head__l { display: flex; flex-direction: column; gap: 5px; }
.ex-back { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--expert-muted); font-weight: 600; background: none; border: none; padding: 0; margin-bottom: 2px; cursor: pointer; }
.ex-back:hover { color: var(--expert-primary); }
.ex-h1 { font-size: 24px; font-weight: 800; letter-spacing: -.025em; }
.ex-sub { font-size: 13px; color: var(--expert-muted); }
.ex-loading { text-align: center; padding: 56px 24px; color: var(--expert-muted); font-size: 13.5px; }

/* 버튼 */
.btn-primary { background: linear-gradient(135deg, var(--expert-primary-light), var(--expert-primary-dark)); color: #fff; border: none; font-size: 13.5px; font-weight: 700; padding: 10px 17px; border-radius:5px; box-shadow: 0 7px 16px -8px rgba(16, 185, 129, .6); transition: transform .08s, box-shadow .15s; display: inline-flex; align-items: center; gap: 7px; cursor: pointer; }
.btn-primary:active { transform: translateY(1px); }
.btn-primary[disabled] { opacity: .55; cursor: not-allowed; box-shadow: none; }
.btn-ghost { background: #fff; border: 1px solid var(--expert-border); color: #3f3f46; font-size: 12.5px; font-weight: 600; padding: 7px 13px; border-radius: 9px; transition: .15s; cursor: pointer; }
.btn-ghost:hover { background: #fafafa; border-color: #d4d4d8; }
.btn-danger { background: #fff; border: 1px solid #fecaca; color: var(--expert-error); font-size: 12.5px; font-weight: 600; padding: 7px 13px; border-radius: 9px; transition: .15s; cursor: pointer; }
.btn-danger:hover { background: #fef2f2; }
.btn-danger:disabled { opacity: .55; cursor: not-allowed; }
.btn-xs { font-size: 12px; padding: 5px 10px; border-radius: 8px; }

/* 방 목록 카드 */
.room-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 16px; }
.room-card { background: var(--expert-card); border: 1px solid var(--expert-border); border-radius: var(--radius); overflow: hidden; transition: box-shadow .18s, transform .18s, border-color .18s; display: flex; flex-direction: column; }
.room-card:hover { box-shadow: 0 16px 40px -22px rgba(15, 23, 42, .32); border-color: #d4d4d8; transform: translateY(-2px); }
.room-card__body { padding: 18px 18px 14px; }
.room-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 9px; }
.room-card__name { font-size: 16.5px; font-weight: 800; letter-spacing: -.02em; line-height: 1.35; }
.room-card__desc { font-size: 12.5px; color: var(--expert-muted); margin-top: 5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 34px; }
.room-card__stats { display: flex; gap: 18px; margin-top: 14px; padding-top: 13px; border-top: 1px solid #f4f4f5; }
.stat { display: flex; flex-direction: column; gap: 1px; }
.stat__v { font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.stat__v small { font-size: 12px; font-weight: 600; color: #a1a1aa; }
.stat__l { font-size: 11px; color: var(--expert-muted); font-weight: 500; }
.room-card__foot { display: flex; gap: 7px; padding: 12px 18px; background: #fafafa; border-top: 1px solid #f4f4f5; flex-wrap: wrap; }
.room-card__foot .grow { flex: 1; }

/* 배지 */
.badge { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 6px; letter-spacing: .01em; white-space: nowrap; }
.badge--pub { background: #ecfdf5; color: var(--expert-primary-dark); }
.badge--priv { background: #f1f5f9; color: var(--slate); }
.badge--frozen { background: #e0f2fe; color: #0369a1; }
.badge--muteall { background: var(--amber-bg); color: var(--amber); }
.badge--owner { background: #ecfdf5; color: var(--expert-primary-dark); }
.badge--sub { background: var(--amber-bg); color: var(--amber); }
.badge--member { background: #f4f4f5; color: #52525b; }
.badge--approved { background: #ecfdf5; color: var(--expert-primary-dark); }
.badge--pending { background: var(--blue-bg); color: var(--blue); }
.badge--banned { background: var(--rose-bg); color: var(--rose); }
.badge--kicked { background: #fff7ed; color: #c2410c; }
.badge--left { background: #f4f4f5; color: #71717a; }
.badge--dot::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }

/* 방 정보 */
.room-info { background: var(--expert-card); border: 1px solid var(--expert-border); border-radius: var(--radius); padding: 18px 20px; margin-bottom: 18px; }
.room-info__desc { margin-top: 14px; padding-top: 13px; border-top: 1px solid #f4f4f5; font-size: 13px; color: #52525b; }

/* 서브탭 */
.subtabs { display: flex; gap: 3px; border-bottom: 1px solid var(--expert-border); margin-bottom: 18px; flex-wrap: wrap; }
.subtabs button { background: none; border: none; border-bottom: 2px solid transparent; color: var(--expert-muted); font-size: 13.5px; font-weight: 600; padding: 11px 15px; margin-bottom: -1px; transition: .15s; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.subtabs button:hover { color: var(--expert-text); }
.subtabs button.on { color: var(--expert-primary-dark); border-bottom-color: var(--expert-primary); }
.subtabs .cnt { font-size: 11px; font-weight: 800; background: var(--blue-bg); color: var(--blue); padding: 1px 7px; border-radius:5px; }

/* 패널 + 테이블 */
.panel { background: var(--expert-card); border: 1px solid var(--expert-border); border-radius: var(--radius); overflow: hidden; }
.panel + .panel { margin-top: 14px; }

.panel__head .muted { font-size: 12.5px; color: var(--expert-muted); font-weight: 500; }
.panel__actions { display: flex; gap: 7px; flex-wrap: wrap; }
.tbl-scroll { overflow-x: auto; }
.tbl { width: 100%; border-collapse: collapse; }
.tbl thead th { text-align: left; font-size: 11.5px; font-weight: 600; color: #52525b; padding: 11px 16px; background: #fafafa; border-bottom: 1px solid var(--expert-border); white-space: nowrap; }
.tbl tbody td { padding: 12px 16px; border-bottom: 1px solid #f4f4f5; font-size: 13px; vertical-align: middle; }
.tbl tbody tr:last-child td { border-bottom: none; }
.tbl tbody tr:hover { background: rgba(16, 185, 129, .025); }
.cell-name { display: flex; align-items: center; gap: 8px; }
.cell-name b { font-weight: 600; }
.muted-id { font-size: 11.5px; color: #a1a1aa; font-family: ui-monospace, Menlo, monospace; }
.row-actions { display: flex; gap: 5px; flex-wrap: wrap; }
.mute-on { color: var(--rose); font-size: 12.5px; font-weight: 600; }
.dash { color: #cbd5e1; }
.memo-txt { font-size: 12.5px; color: #52525b; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-width: 180px; }
.owner-lock { font-size: 11.5px; color: #a1a1aa; display: inline-flex; align-items: center; gap: 4px; }

/* 빈 상태 */
.empty { text-align: center; padding: 48px 24px; color: var(--expert-muted); }
.empty h4 { font-size: 14px; font-weight: 700; color: #52525b; margin-bottom: 4px; }
.empty p { font-size: 12.5px; }

/* 검색/입력 */
.searchbar { display: flex; gap: 8px; align-items: center; padding: 12px 16px; flex-wrap: wrap; }
.searchbar .grow { flex: 1; min-width: 240px; }
.inp { width: 100%; height: 40px; border: 1.5px solid var(--expert-border); border-radius: 9px; padding: 0 13px; font-size: 13.5px; font-family: var(--font01); background: #fafafa; color: var(--expert-text); transition: .15s; }
.inp:focus { outline: none; border-color: var(--expert-primary); box-shadow: 0 0 0 3px rgba(16, 185, 129, .15); background: #fff; }
select.inp { cursor: pointer; }
textarea.inp { height: auto; min-height: 78px; padding-top: 10px; line-height: 1.5; resize: vertical; }

/* 메시지 행 */
.msg-row { display: flex; gap: 13px; padding: 14px 18px; border-bottom: 1px solid #f4f4f5; }
.msg-row:last-child { border-bottom: none; }
.msg-row.is-hidden { opacity: .5; }
.msg-row.is-pinned { background: #fffdf5; }
.msg-av { width: 34px; height: 34px; border-radius: 9px; background: #f1f5f9; color: #64748b; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0; }
.msg-main { flex: 1; min-width: 0; }
.msg-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 3px; }
.msg-meta b { font-size: 13px; font-weight: 600; }
.msg-meta time { font-size: 11.5px; color: #a1a1aa; }
.pin-flag { font-size: 10.5px; font-weight: 800; color: var(--amber); background: var(--amber-bg); padding: 1px 6px; border-radius: 5px; }

/* 고정(공지) 배너 — 카카오톡 공지 (라이트 테마). island-head와 island-body 사이 고정. */
.ex-pin-banner { border-bottom: 1px solid var(--expert-border); background: var(--amber-bg); }
.ex-pin-head { display: flex; align-items: center; gap: 8px; width: 100%; padding: 9px 16px; background: transparent; border: none; cursor: pointer; text-align: left; color: var(--expert-text); font: inherit; }
.ex-pin-icon { font-size: 13px; }
.ex-pin-label { font-size: 12px; font-weight: 800; color: var(--amber); flex-shrink: 0; }
.ex-pin-count { font-size: 10.5px; font-weight: 800; min-width: 17px; height: 17px; padding: 0 5px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: var(--amber); color: #fff; flex-shrink: 0; }
.ex-pin-peek { flex: 1; min-width: 0; font-size: 12.5px; color: var(--expert-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ex-pin-chev { font-size: 10px; color: var(--expert-muted); flex-shrink: 0; margin-left: auto; }
.ex-pin-banner.expanded .ex-pin-chev { margin-left: 0; }

.ex-pin-item { display: flex; align-items: flex-start; gap: 8px; padding: 8px 10px; border-radius: 8px; background: var(--expert-card); border: 1px solid var(--expert-border); }
.ex-pin-body { flex: 1; min-width: 0; }
.ex-pin-meta { display: flex; align-items: center; gap: 6px; margin-bottom: 3px; }
.ex-pin-snd { font-size: 11.5px; font-weight: 600; color: var(--expert-muted); }
.ex-pin-time { font-size: 10.5px; color: var(--expert-muted); margin-left: auto; }
.ex-pin-text { font-size: 13px; line-height: 1.4; color: var(--expert-text); word-break: break-word; }
.ex-pin-x { width: 24px; height: 24px; flex-shrink: 0; border-radius: 6px; border: 1px solid var(--expert-border); background: transparent; color: var(--expert-muted); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; line-height: 1; transition: color .12s, border-color .12s; }
.ex-pin-x:hover:not(:disabled) { color: var(--expert-error); border-color: var(--expert-error); }
.ex-pin-x:disabled { opacity: .5; cursor: not-allowed; }
.msg-body { font-size: 13.5px; color: #3f3f46; word-break: break-word; }
.msg-row.is-hidden .msg-body { text-decoration: line-through; }
.msg-actions { display: flex; flex-wrap: wrap; gap: 5px; align-items: flex-start; flex-shrink: 0; }
.load-sentinel { padding: 14px; text-align: center; color: #a1a1aa; font-size: 12.5px; border-top: 1px dashed var(--expert-border); }

/* 설정 */
.setting-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; border-bottom: 1px solid #f4f4f5; }
.setting-row:last-child { border-bottom: none; }
.setting-row__t { font-size: 13.5px; font-weight: 600; }
.setting-row__d { font-size: 12px; color: var(--expert-muted); margin-top: 2px; max-width: 560px; }
.toggle { position: relative; width: 46px; height: 26px; flex-shrink: 0; }
.toggle input { opacity: 0; width: 0; height: 0; position: absolute; }
.toggle .track { position: absolute; inset: 0; background: #d4d4d8; border-radius: 30px; transition: .2s; cursor: pointer; }
.toggle .track::before { content: ""; position: absolute; width: 20px; height: 20px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: .2s; box-shadow: 0 1px 3px rgba(0, 0, 0, .2); }
.toggle input:checked + .track { background: var(--expert-primary); }
.toggle input:checked + .track::before { transform: translateX(20px); }
.toggle input:disabled + .track { opacity: .5; cursor: not-allowed; }
.frozen-banner { display: flex; gap: 11px; align-items: flex-start; background: #e0f2fe; border: 1px solid #bae6fd; color: #075985; padding: 13px 16px; border-radius: 11px; margin: 14px 18px; font-size: 12.5px; line-height: 1.6; }
.frozen-banner svg { width: 18px; height: 18px; stroke: #0369a1; fill: none; flex-shrink: 0; margin-top: 1px; }
.danger-zone { margin: 16px 18px; border: 1px solid #fecaca; border-radius: 11px; padding: 15px 16px; background: #fffafa; }
.danger-zone h4 { font-size: 13px; font-weight: 700; color: #b91c1c; margin-bottom: 3px; }
.danger-zone p { font-size: 12px; color: #9f1239; margin-bottom: 11px; }

/* 실시간 채팅 island 셸 */
.island-wrap { background: var(--expert-card); border: 1px solid var(--expert-border); border-radius: var(--radius); overflow: hidden; }
.island-head { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--expert-border); background: #fafafa; }
.island-head .dot { width: 9px; height: 9px; border-radius: 50%; background: #cbd5e1; box-shadow: 0 0 0 3px #e2e8f0; }
.island-head .nm { font-size: 14px; font-weight: 700; }
.island-head .st { font-size: 11.5px; color: var(--expert-muted); margin-left: auto; }
.island-body { height: 380px; display: flex; flex-direction: column; background: repeating-linear-gradient(0deg, #fcfcfd, #fcfcfd 26px, #f7f7f8 27px); }
.island-stream { flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding: 24px; }
.island-stub { display: flex; flex-direction: column; align-items: center; gap: 13px; max-width: 460px; }
.island-stub__ic { width: 60px; height: 60px; border-radius: 16px; background: linear-gradient(135deg, #a7f3d0, #34d399); display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px -12px rgba(16, 185, 129, .6); }
.island-stub__ic svg { width: 30px; height: 30px; stroke: #065f46; fill: none; }
.island-stub h4 { font-size: 16px; font-weight: 800; }
.island-stub p { font-size: 12.5px; color: var(--expert-muted); line-height: 1.65; }
.island-flow { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; justify-content: center; margin-top: 4px; }
.island-flow span { font-size: 11px; font-weight: 600; background: #f1f5f9; color: #475569; padding: 4px 9px; border-radius: 7px; font-family: ui-monospace, Menlo, monospace; }
.island-flow .arr { background: none; color: #cbd5e1; padding: 0; }
.island-foot { display: flex; gap: 9px; padding: 12px 16px; border-top: 1px solid var(--expert-border); background: #fff; }
.island-foot .inp { flex: 1; }
.island-foot .send { background: var(--expert-primary); border: none; color: #fff; border-radius: 9px; padding: 0 18px; font-weight: 700; font-size: 13.5px; opacity: .5; cursor: not-allowed; }
.shell-note { font-size: 11.5px; color: #a1a1aa; padding: 10px 18px; border-top: 1px dashed var(--expert-border); text-align: center; }

/* 모달 */
.modal-back { position: fixed; inset: 0; background: rgba(15, 23, 42, .46); display: flex; align-items: center; justify-content: center; z-index: 600; padding: 20px; }
.modal { background: #fff; border-radius: 16px; width: 100%; max-width: 480px; max-height: 90vh; overflow: auto; box-shadow: 0 30px 70px -25px rgba(15, 23, 42, .5); animation: ex-pop .18s ease-out; }
@keyframes ex-pop { from { opacity: 0; transform: translateY(8px) scale(.98); } to { opacity: 1; transform: none; } }
.modal__head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px 0; }
.modal__head h3 { font-size: 18px; font-weight: 800; letter-spacing: -.02em; }
.modal__x { background: none; border: none; font-size: 22px; color: #a1a1aa; line-height: 1; padding: 2px 6px; cursor: pointer; }
.modal__body { padding: 18px 22px; }
.modal__foot { display: flex; justify-content: flex-end; gap: 9px; padding: 6px 22px 22px; }
.mfield { margin-bottom: 15px; }
.mfield > label { display: block; font-size: 12.5px; font-weight: 600; color: #3f3f46; margin-bottom: 6px; }
.mfield .hint { font-size: 11px; color: #a1a1aa; margin-top: 5px; }
.mfield .soft { color: #a1a1aa; font-weight: 400; }
.preset-row { display: flex; gap: 6px; flex-wrap: wrap; }
.preset { font-size: 12px; font-weight: 600; padding: 7px 13px; border-radius: 8px; border: 1px solid var(--expert-border); background: #fff; color: #3f3f46; cursor: pointer; }
.preset.on { background: var(--expert-primary); border-color: var(--expert-primary); color: #fff; }
.modal__target { font-size: 12.5px; color: #52525b; background: #f4f4f5; padding: 9px 12px; border-radius: 9px; margin-bottom: 16px; }
.modal__target b { color: var(--expert-text); }
.modal__desc { font-size: 13px; color: #52525b; line-height: 1.6; }
.modal__err { font-size: 12.5px; color: var(--expert-error); min-height: 16px; margin-top: -4px; margin-bottom: 12px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* ===================================================================
   실시간 채팅 (live 탭 — socket.io 말풍선)
   =================================================================== */
.island-head .dot.on { background: var(--expert-primary); box-shadow: 0 0 0 3px rgba(16, 185, 129, .22); }
.island-stream.live { display: block; align-items: stretch; justify-content: flex-start; text-align: left; padding: 8px 0; overflow-y: auto; }
.island-foot .inp.on { background: #fff; }
.island-foot .send.on { opacity: 1; cursor: pointer; }
.island-foot .send.on:active { transform: translateY(1px); }
/* CHAT-P5 첨부 버튼/입력 */
.ex-file-input { display: none; }
.ex-attach { width: 40px; height: 40px; flex-shrink: 0; border: 1.5px solid var(--expert-border); background: #fafafa; border-radius: 9px; font-size: 16px; cursor: pointer; line-height: 1; }
.ex-attach:hover:not(:disabled) { border-color: var(--expert-primary); background: #fff; }
.ex-attach:disabled { opacity: .5; cursor: not-allowed; }

.chat-sys { text-align: center; font-size: 11.5px; color: #a1a1aa; padding: 8px 18px; }
.chat-sys span { background: #f1f5f9; padding: 3px 10px; border-radius:5px; }
/* SYSTEM 입퇴장 배너 — chat-line 내부(라이브)와 msg-row 내부(히스토리) 공용 */
.chat-line > .chat-sys { width: 100%; padding: 2px 0; }
.msg-sys-banner { width: 100%; text-align: center; font-size: 11.5px; color: #a1a1aa; }
.msg-sys-banner span { background: #f1f5f9; padding: 3px 10px; border-radius:5px; }
/* WELCOME 환영 인사 배너 — SYSTEM 배너와 구분(웜 틴트, chat-block 팔레트 계열). live(chatGuideTxt01.stWelcome)·히스토리(msg-welcome-banner) 공용 */
.chatMsgBox01 .chatGuideTxt01.stWelcome:before { display: none; }
.chatMsgBox01 .chatGuideTxt01.stWelcome span { background: #fff7ed; border-color: #fcd34d; color: #b45309; font-size: 12.5px; padding: 5px 14px; border-radius: 12px; max-width: 88%; word-break: break-word; line-height: 1.5; white-space: pre-wrap; text-align: left; }
.msg-welcome-banner { width: 100%; text-align: center; font-size: 12px; }
.msg-welcome-banner span { display: inline-block; background: #fff7ed; border: 1px solid #fcd34d; color: #b45309; padding: 5px 14px; border-radius: 12px; max-width: 88%; word-break: break-word; line-height: 1.5; white-space: pre-wrap; text-align: left; }
/* 장문 환영 메시지 속 URL anchor — 배너 톤 유지 + 긴 URL 줄바꿈 */
.chatMsgBox01 .chatGuideTxt01.stWelcome span a, .msg-welcome-banner span a { color: inherit; text-decoration: underline; word-break: break-all; }
.chat-block { display: flex; gap: 9px; align-items: flex-start; background: var(--amber-bg); border: 1px solid #fcd34d; color: #b45309; padding: 10px 14px; border-radius:5px; margin: 10px 14px; font-size: 12px; line-height: 1.55; }
.chat-block svg { width: 16px; height: 16px; stroke: #b45309; fill: none; flex-shrink: 0; margin-top: 1px; }

.chat-line { display: flex; gap: 9px; padding: 5px 16px; align-items: flex-end; }
.chat-line.me { flex-direction: row-reverse; }
.chat-line__av { width: 30px; height: 30px; border-radius: 9px; background: #f1f5f9; color: #64748b; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; }
.chat-line.me .chat-line__av { display: none; }
.chat-line__col { display: flex; flex-direction: column; max-width: 74%; }
.chat-line.me .chat-line__col { align-items: flex-end; }
.chat-line__nm { font-size: 11.5px; font-weight: 600; color: #52525b; margin: 0 0 3px 2px; }
/* 발신자 역할 배지 — 관리자/전문가 강조(라이브·히스토리 공통) */
.role-badge { display: inline-block; font-size: 10px; font-weight: 700; padding: 1px 6px; border-radius: 999px; margin-right: 4px; vertical-align: 1px; }
.role-badge.admin { background: rgba(37, 99, 235, 0.12); color: #2563eb; }
.role-badge.expert { background: rgba(217, 119, 6, 0.14); color: #b45309; }
.chat-bubble { font-size: 13.5px; line-height: 1.5; padding: 8px 12px; border-radius: 13px; word-break: break-word; white-space: pre-wrap; }
.chat-line:not(.me) .chat-bubble { background: #fff; border: 1px solid var(--expert-border); color: #3f3f46; border-bottom-left-radius: 4px; }
.chat-line.me .chat-bubble { background: var(--expert-primary); color: #fff; border-bottom-right-radius: 4px; }
.chat-line.failed .chat-bubble { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; }
/* CHAT-P5 첨부 렌더(라이브·히스토리 공통) */
.chat-img { max-width: 200px; max-height: 200px; border-radius:5px; display: block; cursor: pointer; object-fit: cover; }
.chat-file { display: inline-flex; align-items: center; gap: 5px; color: inherit; text-decoration: none; word-break: break-all; }
.chat-file:hover { text-decoration: underline; }
.chat-link { color: inherit; text-decoration: underline; word-break: break-all; }
/* CHAT-P9: 카테고리 링크 카드 */
.chat-cat-card { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.chat-cat-badge { display: inline-flex; align-items: center; padding: 1px 8px; border-radius: 999px; font-size: 10px; font-weight: 700; background: var(--amber-bg); color: var(--amber); align-self: flex-start; }
.chat-cat-title { font-weight: 600; font-size: 13.5px; line-height: 1.3; word-break: break-word; }
.chat-cat-desc { font-size: 12px; color: inherit; opacity: .75; line-height: 1.4; word-break: break-word; }
.chat-cat-url { font-size: 12px; color: inherit; word-break: break-all; text-decoration: underline; }
.chat-row-end { display: flex; align-items: center; gap: 6px; margin-top: 3px; }
.chat-line.me .chat-row-end { flex-direction: row-reverse; }
.chat-time { font-size: 10.5px; color: #a1a1aa; }
.chat-unread { display: inline-flex; align-items: center; justify-content: center; min-width: 17px; height: 17px; padding: 0 5px; border-radius: 999px; background: #facc15; color: #1f2937; font-size: 10.5px; font-weight: 700; line-height: 1; }
.chat-line.pending .chat-bubble { opacity: .55; }
.chat-pending-tag { font-size: 10px; color: #a1a1aa; }
.chat-failed-tag { font-size: 10px; color: var(--expert-error); font-weight: 600; }

/* 라이브 채팅 인라인 모더(고정/숨김) — hover 노출. */
.chat-flag { font-size: 10px; font-weight: 700; padding: 0 5px; border-radius: 5px; margin-left: 4px; }
.chat-flag.pin { color: var(--amber); background: var(--amber-bg); }
.chat-flag.hide { color: var(--expert-muted); background: #f1f5f9; }
.chat-line.hidden .chat-bubble { opacity: .5; }
.chat-live-actions { display: inline-flex; gap: 4px; opacity: 0; transition: opacity .12s; }
.chat-line:hover .chat-live-actions { opacity: 1; }
.chat-live-act { font-size: 10.5px; line-height: 1; padding: 3px 7px; border-radius: 6px; border: 1px solid var(--expert-border); background: var(--expert-card); color: var(--expert-muted); cursor: pointer; white-space: nowrap; }
.chat-live-act:hover:not(:disabled) { border-color: var(--amber); color: var(--amber); }
.chat-live-act.on { background: var(--amber-bg); color: var(--amber); border-color: var(--amber); }
.chat-live-act:disabled { opacity: .5; cursor: not-allowed; }

/* ===================================================================
   채팅 운영 통합 워크스페이스 (멤버 로스터 + 실시간 채팅)
   =================================================================== */
.ex-workspace {
	display: grid;
	grid-template-columns: 340px 1fr;
	height: 560px;
	background: var(--expert-card);
	border: 1px solid var(--expert-border);
	border-radius: var(--radius);
	overflow: hidden;
}

.ex-roster {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
	border-right: 1px solid var(--expert-border);
	background: #fafafa;
}

.ex-roster__head {
	padding: 12px 14px;
	border-bottom: 1px solid var(--expert-border);
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.ex-roster__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.ex-roster__title h3 {
	font-size: 14px;
	font-weight: 700;
}

.ex-roster__title .muted {
	font-size: 12px;
	color: var(--expert-muted);
	font-weight: 500;
}

.ex-roster__tabs {
	display: flex;
	gap: 6px;
}

.ex-roster__tabs button {
	flex: 1;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 8px;
	border: 1px solid var(--expert-border);
	border-radius: 8px;
	background: #fff;
	color: var(--expert-muted);
	cursor: pointer;
}

.ex-roster__tabs button.on {
	background: var(--blue-bg);
	border-color: var(--blue);
	color: var(--blue);
}

.ex-roster__tabs .cnt {
	font-size: 11px;
	font-weight: 800;
	background: var(--blue);
	color: #fff;
	padding: 0 6px;
	border-radius:5px;
	margin-left: 4px;
}

.ex-roster__list {
	flex: 1;
	overflow-y: auto;
	min-height: 0;
	padding: 8px;
}

.mcard {
	background: #fff;
	border: 1px solid var(--expert-border);
	border-radius: 11px;
	padding: 10px 11px;
	margin-bottom: 8px;
}

.mcard:last-child { margin-bottom: 0; }

.mcard__top {
	display: flex;
	align-items: center;
	gap: 9px;
}

.mcard__av {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	border-radius: 9px;
	background: #f1f5f9;
	color: #64748b;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
}

.mcard__info {
	min-width: 0;
	flex: 1;
}

.mcard__name {
	font-size: 13px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.mcard__nick {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 120px;
}

.mcard__sub {
	font-size: 11px;
	color: var(--expert-muted);
	margin-top: 2px;
}

.mcard__memo {
	font-size: 11px;
	color: #52525b;
	margin-top: 4px;
	padding-left: 41px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mcard__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 9px;
	padding-left: 41px;
}

.mcard__lock {
	font-size: 11px;
	color: #a1a1aa;
	margin-top: 7px;
	padding-left: 41px;
	display: flex;
	align-items: center;
	gap: 4px;
}

.ex-live {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
}

.ex-live .island-body {
	height: auto;
	flex: 1;
	min-height: 0;
}

.ex-live .island-stream {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
}

@media (max-width: 900px) {
	.ex-workspace {
		grid-template-columns: 1fr;
		height: auto;
	}

	.ex-roster {
		border-right: none;
		border-bottom: 1px solid var(--expert-border);
		max-height: 340px;
	}
}

/* ===================================================================
   CHAT-P8: 방장 자동응답 (키워드 매칭) — 방 설정 탭. 기존 토큰/.setting-row/.inp/.btn-* 재활용.
   =================================================================== */
/* 작은 토글(행별 사용 on/off) — 기존 .toggle 변형 */
.toggle.sm { width: 38px; height: 22px; }
.toggle.sm .track::before { width: 16px; height: 16px; }
.toggle.sm input:checked + .track::before { transform: translateX(16px); }

.ar-meta { font-size: 11px; color: #a1a1aa; }
.ar-hdr-labels { display: flex; gap: 10px; padding: 4px 18px; font-size: 11px; color: #a1a1aa; font-weight: 600; }
.ar-hdr-labels .l-kw { width: 150px; flex-shrink: 0; }
.ar-hdr-labels .l-resp { flex: 1; }
.ar-hdr-labels .l-on { width: 38px; text-align: center; flex-shrink: 0; }
.ar-hdr-labels .l-del { width: 44px; flex-shrink: 0; }
.ar-list { padding: 6px 18px 16px; }
.ar-item { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px dashed #ececef; }
.ar-item:last-child { border-bottom: none; }
.ar-item.is-new { border-bottom: none; padding-top: 12px; }
.ar-item .ar-kw { width: 150px; flex-shrink: 0; }
.ar-item .ar-resp { flex: 1; }
.ar-foot { display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; border-top: 1px solid var(--expert-border); background: #fafafa; }
.ar-count { font-size: 12px; color: var(--expert-muted); font-weight: 600; }
.ar-disabled-note { font-size: 12px; color: var(--expert-muted); padding: 14px 18px; }

/* P1/P2: 방 공유 링크 + QR */
.room-info__share { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--expert-border); }
.room-info__share .ri__l { display: block; margin-bottom: 6px; }
.share-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.share-input {
	flex: 1; min-width: 220px;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12.5px;
	padding: 7px 10px; border: 1px solid var(--expert-border); border-radius: 7px;
	background: #fafafa; color: var(--expert-text);
}
.share-qr { display: block; margin-top: 10px; border: 1px solid var(--expert-border); border-radius: 8px; background: #fff; }
