body {
	margin: 0;
	padding: 0;
}

.wrapmsgr_container .wrapmsgr_csguest_floating_button {
	position: fixed;
	bottom: 30px;
	right: 30px;
	height: 55px;
	z-index: 999;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
	border-radius: 28px;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.wrapmsgr_container .wrapmsgr_csguest_floating_button img {
	position: absolute;
	top: 10px;
	left: 14px;
	width: 35px;
}
.wrapmsgr_container .wrapmsgr_csguest_floating_button div {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 35px;
	color: #003DA5;
    padding: 10px 16px 10px 52px;	
}

.wrapmsgr_container .wrapmsgr_csguest_chat {
	position: fixed;
	bottom: 100px;
	right: 30px;
	height: calc(100vh - 200px);
	min-height: 180px;
	max-height: 800px;
	border-radius: 5px;
	border: solid 1px #d7d8db;
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	overflow-y: auto;
	background-color: #ffffff;
	z-index: 999;
}

.wrapmsgr_container .wrapmsgr_csguest_chat .wrapmsgr_guest_category {
	width: 650px;
}

.wrapmsgr_container .wrapmsgr_csguest_chat .wrapmsgr_login {
	display: block;
	width: 450px;
}

.wrapmsgr_container .wrapmsgr_csguest_chat .wrapmsgr_chat {
	width: 450px;
}

div.wrapmsgr_webview {
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	-webkit-tap-highlight-color: transparent;
}

div.wrapmsgr_container {
	font-family: "Noto Sans KR";
	color: #252D38;
	line-height: 1;
}

div.wrapmsgr_container input:checked[type="checkbox"] + label .icon_checkbox {
	position: relative;
	border-color: #3182F6;
	background: #3182F6;
}
div.wrapmsgr_container input:checked[type="checkbox"] + label .icon_checkbox.disabled {
	background-color: #edeff3;
	border-color: #cdced1;
}

.wrapmsgr_container .wrapmsgr_chat .wrapmsgr_article.cs {
	margin-left: 0px;
}

.wrapmsgr_container .wrapmsgr_login_title {
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	padding-top: 27px;
	padding-bottom: 48px;
}

.wrapmsgr_container .wrapmsgr_login_form {
	margin: 0px 20px;
}

.wrapmsgr_container .wrapmsgr_back_button {
	/* background-color: #FFF;
	color: #ADCDFB; */
	position: absolute;
	top: 21px;
	left: 12px;
	padding: 8px 10px;
	border: 0;
	border-radius: 6px;
	background-color: #E8F3FF;
	color: #3182F6;
}

.wrapmsgr_container .wrapmsgr_login_button {
	/* background-color: #FFF;
	color: #ADCDFB; */
	position: absolute;
	top: 21px;
	right: 12px;
	padding: 8px 10px;
	border: 0;
	border-radius: 6px;
	background-color: #E8F3FF;
	color: #3182F6;
}

.wrapmsgr_container .wrapmsgr_title_bar .wrapmsgr_title_cs_button {
	position: absolute;
	left: 12px;
	background-color: #DEE1E5;
	padding: 8px 10px;
	top: 11px;
	color: #414851;
	border: 0px;
	border-radius: 6px;
	outline: none;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
}

.wrapmsgr_container .wrapmsgr_title_bar .wrapmsgr_chat_return_button {
	position: absolute;
	right: 20px;
	top: 14px;
	background-color: #DEE1E5;
	padding: 8px 10px;
	top: 14px;
	color: #414851;
	border: 0px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 14px;
}

.wrapmsgr_container .wrapmsgr_title_bar .wrapmsgr_chat_close_button {
	position: absolute;
	right: 17px;
	top: 15px;
	font-size: 20px;
	line-height: 20px;
}

.wrapmsgr_container .wrapmsgr_title_bar .wrapmsgr_title_cs {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	background-color: rgba(234, 238, 241, .8);
	line-height: 49px;
	height: 52px;
	padding-left: 35px;
}

.wrapmsgr_container .wrapmsgr_title_bar .wrapmsgr_title_cs .btn_exit {
	position: absolute;
	right: 17px;
	bottom: 1px;
}

.wrapmsgr_container .wrapmsgr_title_bar .wrapmsgr_title_cs .btn_exit a {
	cursor: pointer;
}

.wrapmsgr_container .wrapmsgr_content.wrapmsgr_cs .wrapmsgr_msg_system.cs_welcome > div {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px 10px 20px 104px;
    text-align: left;
    background-image: url('../../images/cs_operator.svg');
    background-repeat: no-repeat;
    background-position: 20px 20px;
    line-height: 20px;
}
.wrapmsgr_container .wrapmsgr_content.wrapmsgr_cs .wrapmsgr_msg_system.cs_welcome > div * {
	cursor: default;
	font-size: 13px;
}
.wrapmsgr_container .wrapmsgr_content.wrapmsgr_cs .wrapmsgr_msg_system.cs_welcome > div a {
	text-decoration: underline;
	cursor: pointer;
}

div.cschat.wrapmsgr_container {
	font-family: "Noto Sans KR";
	color: #252D38;
	line-height: 1;
}

div.cschat .icon_checkbox {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1.8px solid #D1D6DB;
	border-radius: 4px;
	background: #FFFFFF;
}
div.cschat .icon_checkbox.disabled {
	background-color: #edeff3;
}
div.cschat input:checked[type="checkbox"] + label .icon_checkbox:before {
	content: "\e919";
	position: absolute;
	top: -2px;
	left: -2px;
	font-size: 16px;
	color: #fff;
}
div.cschat input:checked[type="checkbox"] + label .icon_checkbox {
	position: relative;
	border-color: #3182F6;
	background: #3182F6;
}
div.cschat input:checked[type="checkbox"] + label .icon_checkbox.disabled {
	background-color: #edeff3;
	border-color: #cdced1;
}

.wrapmsgr_container div.dropdown_menu_button {
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
}
.wrapmsgr_container div.dropdown_menu_button i {
	font-size: 20px;
	color: #414851;
}
.wrapmsgr_container div.dropdown_menu_button:hover {
	background: #EBEFF2;
}
.wrapmsgr_container div ul.dropdown_menu {
	min-width: 180px;
	padding: 8px;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(25, 31, 40, 0.12);
	border-radius: 6px;
	z-index: 2;
}
.wrapmsgr_container ul.dropdown_menu li {
	height: 36px;
	line-height: 36px;
	text-align: left;
	border-radius: 4px;
	padding: 0 9px;
	cursor: pointer;
}
.wrapmsgr_container ul.dropdown_menu li:hover {
	background: #EBEFF2;
}
.wrapmsgr_container ul.dropdown_menu li.red {
	color: #EF5350;
}
.wrapmsgr_container ul.dropdown_menu li.red:hover {
	background: #FEEAE7;
}
.wrapmsgr_container ul.dropdown_menu li div {
	white-space: nowrap;
}
.wrapmsgr_container ul.dropdown_menu i {
	margin-right: 8px;
}

.wrapmsgr_container div.dropdown_menu_combo {
	position: relative;
	display: inline-block;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #D1D6DB;
	border-radius: 6px;
	padding: 12px;
	cursor: pointer;
	text-align: left;
	line-height: 1;
}
.wrapmsgr_container div.dropdown_menu_combo span {
	font-size: 14px;
	line-height: 16px;
	margin-right: 24px;
}
.wrapmsgr_container div.dropdown_menu_combo i {
	font-size: 16px;
	color: #414851;
	float: right;
}

.wrapmsgr_container .ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}
.wrapmsgr_container .right {
	float: right;
}
.wrapmsgr_container span.circle {
	display: inline-block;
	color: #FFFFFF;
	background-color: #94A8CA;
	background-size: cover;
	background-position: 50%;
	text-indent: 0;
	padding: 0 2px;
	min-width: 32px;
	height: 32px;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	border: 1px solid transparent;
	border-radius: 32px;
}
.wrapmsgr_container .button{
	border: none;
	border-radius: 6px;
	background-color: #EBEFF2;
	min-width: 66px;
	height: 40px;
	display: inline-block;
	text-align: center;
	padding: 13px 20px;
	color: #252D38;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	cursor: pointer;
}
.wrapmsgr_container .button.primary{
	background-color: #3182F6;
	color: #fff;
	font-weight: 500;
}
.wrapmsgr_container .button.primary:disabled{
	background-color: #bbb;
	cursor: default;
}

.wrapmsgr_container .popup_container.active {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
}
.wrapmsgr_container .popup_container *{opacity: 1;}
.wrapmsgr_container .popup {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #DADEE5;
	box-shadow: 0px 4px 12px rgba(25, 31, 40, 0.12);
	z-index: 1500;
}
.wrapmsgr_container .popup.complete_csroom {
	width: 460px;
	height: 247px;
}
.wrapmsgr_container .popup .popup_header {
	height: 58px;
	padding: 13px 18px 13px 24px;
}
.wrapmsgr_container .popup .popup_header h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
}
.wrapmsgr_container .popup .popup_header a {
	width: 32px;
	height: 32px;
	text-align: center;
	float: right;
}
.wrapmsgr_container .popup .popup_header a i {
	font-size: 12px;
	line-height: 32px;
}
.wrapmsgr_container .popup .popup_body {
	padding: 12px 24px 30px 24px;
	border-bottom: 1px solid #F1F3F7;
}
.wrapmsgr_container .popup .popup_body .message {
	position: relative;
	height: 76px;
	background: #F6F8FA;
	border-radius: 6px;
}
.wrapmsgr_container .popup .popup_body .message span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.wrapmsgr_container .popup .popup_footer {
	padding: 16px 24px;
}
.wrapmsgr_container .popup .popup_footer > input {
	margin-left: 10px;
}


.cschat.login {
	display: table;
	text-align: center;
	width: 100vw;
	height: 100vh;
}
.cschat.login>div {
	display: table-cell;
	vertical-align: middle;
}
.cschat.login>div>* {
	display: inline-block;
	vertical-align: top;
}
.cschat.login>div>form {
	margin: 0 194px;
}
.cschat.login>div>img {
	margin:  0 90px;
}

.cschat.login .cschat_logo {
	width: 340px;
	height: 106px;
	padding-bottom: 50px;
	text-align: center;
}
.cschat.login .cschat_logo img {
	width: 146px;
	height: 37px;
}

.cschat.login .cschat_logo span {
	font-size: 38px;
	margin-left: 21px;
}

.cschat.login .input_label {
	font-size: 14px;
	color: #252D38;
	text-align: left;
}

.cschat.login input {
	width: 340px;
	height: 48px;
	margin-bottom: 24px;
}
.cschat.login input:not([type='submit']) {
	margin-top: 12px;
	padding: 0 15px;
	background: #FFFFFF;
	border: 1px solid #D1D6DB;
	border-radius: 6px;
}
.cschat.login input[type='submit'] {
	margin-top: 16px;
}

.cschat .cschat_header {
	height: 60px;
	border-bottom: 1px solid #EDEFF3;
}
.cschat .cschat_logo {
	display: inline-block;
	width: 240px;
	height: 60px;
	padding: 20px 24px;
}
.cschat .cschat_logo img {
	vertical-align: text-top;
}
.cschat .cschat_logo span {
	font-size: 18px;
	font-weight: bold;
	color: #0D1C28;
	margin-left: 9px;
	vertical-align: bottom;
}

.cschat .cschat_body {
	position: relative;
}

.cschat .cschat_menu {
	position: absolute;
	width: 240px;
	top: 0;
	bottom: 0;
	padding: 28px 12px;
	background: #F8F9FA;
	background-size: cover;
}

.cschat .cschat_menu>div {
	font-size: 12px;
	color: #626973;
	padding-left: 12px;
	margin: 20px 0 8px 0;
}
.cschat .cschat_menu>ul>li {
	margin-bottom: 4px;
	border-radius: 6px;    
	line-height: 14px;
}
.cschat .cschat_menu>ul>li.active {
	background: #3182F6;
}
.cschat .cschat_menu>ul>li a {
	width: 216px;
	height: 40px;
	padding: 10px;
}
.cschat .cschat_menu>ul>li a span {
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #626973;
}
.cschat .cschat_menu>ul>li.active a span {
	color: #FFFFFF;
}
.cschat .cschat_menu>ul>li a i {
	vertical-align: text-bottom;
	font-size: 14px;
	color: #626973;
	margin-right: 10px;
}
.cschat .cschat_menu>ul>li.active a i {
	color: #FFFFFF;
}

.cschat .cschat_content {
	width: calc(100% - 240px);
	height: 100%;
	min-height: calc(100vh - 60px);
	margin-left: 240px;
	padding: 28px;
}

.cschat .cschat_content_title {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	padding-bottom: 28px;
}
.cschat .cschat_content_title>div>span {
	font-size: 24px;
	vertical-align: baseline;
}

.cschat .tab_container {
	border-bottom: 1px solid #F1F3F7;
}
.cschat .tab_container .tab {
	display:inline-block;
	padding-bottom: 12px;
	margin: 0 32px -1px 0;
}
.cschat .tab_container .tab a {
	font-size: 16px;
	font-weight: bold;
	color: #B5BBC2;
}
.cschat .tab_container .tab.active {
	border-bottom: 2px solid #252D38;
}
.cschat .tab_container .tab.active a {
	color: #252D38;
}
.cschat .tab_container .tab .chatroom_count {
	color: #3182F6;
}

.cschat .chatroom_list_header {
	margin-top: 25px;
	height: 40px;
}
.cschat .chatroom_list_header .chatroom_count {
	display: inline-block;
	height: 40px;
}
.cschat .chatroom_list_header .chatroom_count span {
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
}
.cschat .chatroom_list_header .chatroom_count span:last-child {
	color: #3182F6;
}

.cschat .chatroom_list_header .dropdown_menu.operators {
	max-height: 230px;
	overflow-y: auto;
}

.cschat .chatroom_list_header .category_dropdown {
	margin-right: 10px;
}

.cschat .chatroom_list_container {
	margin-top: 24px;
}

.cschat .chatroom_list_footer {
	text-align: center;
}

.cschat .chatroom_list_footer {
	margin: 16px;
}
.cschat .chatroom_list_footer .dropdown_menu_combo {
	min-width: 100px;
	height: 32px;
	padding: 8px 12px;
}
.cschat .chatroom_list_footer ul.pagination {
	display: inline-block;
	height: 32px;
	padding: 0;
}
.cschat .pagination li {
	display: inline-block;
	margin: 0 4px;
}
.cschat .pagination li span.circle {
	background-color: transparent;
}
.cschat .pagination li span.circle.page_nav {
	background-color: #FFF;
	border: 1px solid #D1D6DB;
}
.cschat .pagination li span.circle.page_nav i {
	color: #28292b;
}
.cschat .pagination li span.circle.page_nav.disabled i {
	color: #CACFD4;
}
.cschat .pagination li span.circle.page_nav.disabled a {
	cursor: default;
}
.cschat .pagination li span a {
	font-weight: 400;
	width: 20px;
}
.cschat .pagination li.active span {
	background: #3182F6;
}
.cschat .pagination li.active span a {
	color: #fff;
	font-weight: 700;
}

.cschat .chatroom_page div.message {
	display:inline-block;
	padding: 11px 16px;
	background: #F6F8FA;
	border-radius: 6px;
	max-width: 100%;
}
.cschat .chatroom_table {
	display: inline-block;
	width: 100%;
}
.cschat .chatroom_table.expand {
	width: calc(100% - 374px);
}
.cschat .chatroom_table table {
	width: 100%;
	border-collapse: collapse;
}
.cschat .chatroom_table tr {
	border-bottom: 1px solid #F1F3F7;
}
.cschat .chatroom_table tr:first-child {
	border-bottom: 0;
}
@keyframes waitingRoomBackgroundAnimation{
	0%{
		background-color: #CEF6CE;
	}
	33%{
		background-color: #F6D8CE;
	}
	66%{
		background-color: #CEE3F6;
	}
	100%{
		background-color: #CEF6CE;
	}
}
.cschat .chatroom_table tr.WAITING {
	animation: waitingRoomBackgroundAnimation 3s infinite linear;
}
@keyframes receiveMessageBackgroundAnimation{
	0%{
		background-color: #F6D8CE;
	}
	20%{
		background-color: #F6D8CE;
	}
	100%{
		background-color: transparent;
	}
}
.cschat .chatroom_table tr.message_received {
	animation: receiveMessageBackgroundAnimation 5s linear;
}
.cschat .chatroom_table th, .cschat .chatroom_table td {
	border: none;
}
.cschat .chatroom_table th {
	height: 40px;
	line-height: 14px;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #626973;
	background: #F6F8FA;
	padding: 13px 0;
}
.cschat .chatroom_table th:first-child {
	padding: 12px;
}
.cschat .chatroom_table th.active {
	font-weight: bold;
}
.cschat .chatroom_table th:first-child {
	border-top-left-radius: 6px;
}
.cschat .chatroom_table th:last-child {
	position: relative;
	border-top-right-radius: 6px;
}
.cschat .chatroom_table th .detail_toggle_button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 4px;
	right: 4px;
	background: #FFFFFF;
	border-radius: 6px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.cschat .chatroom_table th .detail_toggle_button i {
	font-size: 16px;
}
.cschat .chatroom_table td {
	padding: 11px 16px 11px 0;
}
.cschat .chatroom_table td:first-child {
	padding: 12px 16px 12px 12px;
}
.cschat .chatroom_table td .message {
	height: 36px;
	line-height: 14px;
	margin-top: 8px;
	max-width: 500px;
}
.cschat .chatroom_table td span {
	vertical-align: top;
}
.cschat .chatroom_table td div.status {
	position: relative;
	height: 19px;
}
.cschat .chatroom_table td div.status span::before {
	content:'';
	width: 6px;
	height: 6px;
	border-radius: 6px;
	position: absolute;
	left: 0px;
	top: calc(50% - 3px);
	z-index: 1;
}
.cschat .chatroom_table td div.status span {
	padding-left: 12px;
	line-height: 19px;
	position: relative;
}
.cschat .chatroom_table td div.status {
	color: #05C072;
}
.cschat .chatroom_table td div.status span::before {
	background-color: #05C072;
}
.cschat .chatroom_table td div.status.WAITING {
	color: #EF5350;
}
.cschat .chatroom_table td div.status.WAITING span::before {
	background-color: #EF5350;
}
.cschat .chatroom_table td div.status.PROGRESS {
	color: #FAA131;
}
.cschat .chatroom_table td div.status.PROGRESS span::before {
	background-color: #FAA131;
}

.cschat .chatroom_table td .operator {
	margin-top: 8px;
}

.cschat .chatroom_table td i {
	font-size: 20px;
	color: inherit;
	vertical-align: text-top;
}
.cschat .chatroom_table td i.icon_headphones {
	font-size: 12px;
	vertical-align: baseline;
}
.cschat .chatroom_table td.buttons {
	text-align: center;
}
.cschat .chatroom_table td .chat_button {
	width: 64px;
	height: 32px;
	line-height: 20px;
	border-radius: 6px;
	padding: 6px 8px;
}
.cschat .chatroom_table td .chat_button:hover {
	background: #EBEFF2;
}
.cschat .chatroom_table td .tss_status {
	width: 54px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #626973;
	border: 1px solid #626973;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 4px 5px 0 5px;
	vertical-align: middle;
}
.cschat .chatroom_table td .tss_status.except {
	color: #B5BBC2;
	border: 1px solid #B5BBC2;
}
.cschat .chatroom_table .no_cs_room {
	text-align: center;
	color: #626973;
	font-size: 13px;
}
.cschat .chatroom_table .no_cs_room>div {
	margin-top: 20px;
}

.cschat .chatroom_detail {
	display: block;
	width: 346px;
	margin-left: 28px;
	float: right;
}

.cschat .detail_tab_button_container {
	font-size: 0;
}
.cschat .detail_tab_button {
	display: inline-block;
	width: 167px;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	color: #414851;
	background: #FFFFFF;
	border-radius: 6px;
	cursor: pointer;
	margin-right: 4px;
}
.cschat .detail_tab_button:first-child {
	margin-left: 4px;
}
.cschat .detail_tab_button.active {
	color: #3182F6;
	font-weight: 700;
	background: #E8F3FF;
}

.cschat ul.detail_history {
	margin: 0;
	padding: 0;
}
.cschat .detail_history>li {
	position: relative;
	padding-left: 40px;
	margin-top: 24px;
}
.cschat .detail_history>li span.circle {
	position: absolute;
	left: 0;
	top: 0;
}
.cschat .detail_history>li .item {
	position: relative;
	padding-right: 40px;
}
.cschat .detail_history>li .item .text {
	line-height: 13px;
	margin-bottom: 8px;
}
.cschat .detail_history>li .item .date {
	color: #626973;
}
.cschat .detail_history .dropdown_menu_button {
	position: absolute;
	top: 0;
	right: 0;
}

/************* 자동 응답 메세지 **************/

.cschat .list-body-thead{
	display: inline-block;
	width: 1000px;
	color: #626973;
	font-size: 14px;
	background-color: #F6F8FA;
}

.cschat .list-body-tr{
	width: 1000px; 
	display: flex;
}

.cschat th, .cschat td {
	margin: 13px 0px 13px 0px;
}


.cschat .textareaCountingGuide{
	float: right;
	color: #B5BBC2;
	margin: 10px 0px;
}

.cschat .autoCompleteDiv{
	display:flex; 
	width:100%; 
	margin-bottom: 15px;
	padding-right: 10px;
}

.cschat .autoReplyGuide{
	float: right;
}

.cschat .autoReplySettingApplied{
	float: right;
	font-size: 14px !important;
}

.wrapmsgr_container .toggleOnOff{
	display: inline-block; 
	font-size: 13px !important;
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: normal; 
	width: 50px;
    vertical-align: top;
    line-height: 20px;
}

.wrapmsgr_container .guideText{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #626973;
}

.wrapmsgr_container .guideText_categories_radio {
    display: inline-block;
    margin-bottom: 15px;
}
.wrapmsgr_container .guideText_categories_radio span {
    margin-right: 15px;
    font-size: 15px !important;
}
.wrapmsgr_container .guideText_categories_radio input {
    margin: 0px 5px 0px 0px;
}

.wrapmsgr_container .spanBlock{
	display: block;
	margin-bottom: 15px;
}

.wrapmsgr_container .width1200px{
	width: 1200px;
}

/*** 상담사 관리 - managerOperator ***/

/* 헤더 */
.cschat .operator-width {
	width: 1070px;
}

#header-list, #header-list-number {
	font-size: 16px;
	font-weight: bold;
}
#header-list-number {
	margin-right: 10px;
}

#operator-header {
	display: inline-block;
}

#header-list-number {
	color: #3182F6;
}


#operator-header-left, #operator-header-right {
	display: inline-block;		
	align-items: center;
} 

#operator-header-left {
	float: left;
	vertical-align: middle;
	/* padding-top: 14px; */
    display: flex;
}
.cschat .operator-selected-categories {
    /* display: inline-block; */
    margin-left: 20px;
}
.cschat .operator-selected-categories label {
    font-size: 15px;
    vertical-align: bottom;
}
.cschat .operator-selected-categories input{
    margin: 0px 5px 0px 15px;
}

#operator-header-right{
	float: right;
} 

.cschat .header-button{
	background: #EBEFF2;
	border-radius: 6px;
	border: transparent;
	margin-left: 8px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 16px;
	font-size: 14px;
	cursor: pointer;
}

.cschat .header-button img{
	padding-left: 10px;
	padding-right: 9.67px;
	vertical-align: top;	
}

#regist.header-button{
	color: white;
	background-color: #3182F6;
}

/* 테이블 */
#operator-list table {
	width: 100%;
	border-collapse: collapse;
}

#operator-list tr {
	border-bottom: 1px solid #EBEFF2;
}

#operator-list th, #operator-list td {
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
}

.e-mail {
	width: 55%
}

/* 테이블 - 상단 */
#operator-list {
	padding-top: 13px;
}

thead > tr{
	font-size: 13px;
	color: #626973;
	background-color: #F6F8FA;
}

/* 테이블 - 컨텐츠 */
.cschat .change {
	width: 3%;
	letter-spacing: 2px;
	padding: 7px 7px 7px 7px;
}

.cschat .change:hover {
	background-color: #F6F8FA;
	border-radius: 6px;
}

.cschat .operator-list-dropdown li i {
	color: inherit;
	vertical-align: text-top;
	margin-right: 8px;
}

.cschat .stateChangeBtn, .cschat .stateRemoveBtn { 
	display: inline-block;
	background: #EBEFF2;
	border-radius: 6px;
	border: transparent;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 16px;
	font-size: 14px;
	cursor: pointer;
	width: 100%;
	text-align: left;
}

.cschat .stateRemoveBtn img {
	vertical-align: top;
	margin-right: 10px;
}

.cschat .stateChangeBtn img {
	vertical-align: top;
	margin-right: 10px;
}

/* 상담사 구분 선택창 select */
.wrapmsgr_popup_container .wrapmsgr_popup .wrapmsgr_popup_body .roleSelector {
	position: absolute;
	right: 50px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #D1D6DB;
	border-radius: 6px;
	padding: 2px;
	cursor: pointer;
	font-size: 12px;
	margin-left: 5px;
}

/* 상담자 수정 패널 */
.wrapmsgr_popup_container .changeRole_popup {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 450px;
}

.wrapmsgr_popup_container .wrapmsgr_popup .changePopup_body {
	max-height: 400px;
	overflow: auto;
}

.wrapmsgr_popup_container .wrapmsgr_popup .wrapmsgr_popup_body .changePopup_list {
    position: relative;
    display: flex;
    justify-content: space-around;
    /* height: 45px; */
    margin: 10px 0px 10px 10px;
	padding: 10px 0px 0px 0px;
}

.wrapmsgr_popup_container .wrapmsgr_popup .wrapmsgr_popup_body .changePopup_list .changePopup_list_left {
	display: inline-block;
	font-size: 16px !important;
	font-weight: bold;
	/* margin: 5px 0px 0px 50px; */
}

.wrapmsgr_popup_container .wrapmsgr_popup .wrapmsgr_popup_body .changePopup_list .changePopup_list_right {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.wrapmsgr_popup_container .wrapmsgr_popup .wrapmsgr_popup_body .changePopup_list .changePopup_list_right .changePopup_list_roles  {
    margin-bottom: 10px !important;
}

.wrapmsgr_popup_container .wrapmsgr_popup .wrapmsgr_popup_body .changePopup_list .changePopup_list_right label{
	font-size: 13px !important;
	font-weight: bold;
	margin: 5px 0px 10px 50px !important; 
}

.wrapmsgr_popup_container .wrapmsgr_popup .wrapmsgr_popup_body .changePopup_list .changePopup_list_right label i{
    margin-right: 10px !important;
}

.wrapmsgr_popup_container .wrapmsgr_popup .wrapmsgr_popup_footer {
	bottom: 0px;
}

/*********/

.cschat .cschat_search {
	display: inline-block; 
	padding: 10px 0px 10px 0px; 
	background-color: #F5F7FA; 
	border-radius: 6px;
	/* width: 460px; */
}

.cschat .cschat_search img {
	float: left;
	vertical-align: text-top;
	padding-left: 10px;
	
}

.cschat .cschat_search form {
	display: inline-block;
}

.cschat .cschat_search input[type="text"] {
	width: 370px;
	border: none !important; 
	background-color: #F5F7FA !important;
}

.cschat .cschat_search_option {
	display: inline-block;
	cursor: pointer;
	filter: opacity(65%);
}

.cschat .cschat_search_option:hover {
	color: #414851 !important;
	filter: opacity(100%);
}

.cschat .cschat_search_option i {
	padding-left: 5px; 
	font-weight: bold !important; 
}
.cschat .cschat_search_option i.icon_settings {
	font-size: 18px !important;
}

.cschat .cschat_search_option i.icon_arrow_down {
	font-size: 13px !important;
	padding-right: 8px;
}

.cschat .cschat_search_detail {
	position: absolute; 
	width: 460px; 
	min-height: 325px;
	border: 1px solid #D7D8DB;
	border-radius: 5px; 
	box-sizing: border-box;
	box-shadow: 5px 5px 20px rgba(62, 63, 66, 0.12);
	background-color: white;
	opacity: 1;
	margin-top: 15px;
	z-index: 10;
}

.cschat .cschat_search_detail_recent_keyword {
	min-height: 155px;
	margin: 0px 24px;
}

.cschat .cschat_search_detail_recent_keyword_li {
	height: 25px;
	margin-top: 5px;
	font-size: 13px;
}

.cschat .cschat_search_detail_recent_keyword_li span {
	cursor: pointer;
}

.cschat .cschat_search_detail_recent_keyword_li a {
	float: right;
	filter: opacity(65%);
}

.cschat .cschat_search_detail_recent_keyword_li a:hover {
	color: #000000 !important;
	filter: opacity(100%);
}

.cschat .cschat_search_detail_header {
	width: 410px;
	height: 15px;
	margin: 20px 24px 15px 24px;
}

.cschat .cschat_search_detail_header_left {
	float: left;
	color: #626973;
}

.cschat .cschat_search_detail_header_right {
	float: right;
	color: #3182F6;
}

.cschat .cschat_search_detail_header_right:hover {
	font-weight: bold;
}

.cschat .cschat_search_detail_period {
	height: 40px;
	margin: 20px 24px;
	border: 1px solid #D1D6DB;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 12px 12px 0px 12px;
	cursor: pointer;
}

.cschat .cschat_search_detail_period_selected {
	font-size: 14px;
	line-height: 14px;
}

.cschat .cschat_search_detail_period_list {
	position: absolute;
	width: 410px;
	height: 220px;
	top: 65px;
	left: 24px;
	z-index: 20;
	background-color: white;
	border: 1px solid #D1D6DB;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px rgba(62, 63, 66, 0.12);
	border-radius: 6px;
	padding: 10px 0px;
}

.cschat .cschat_search_detail_period_list a {
	width: 408px;
	height: 33px;
	padding-left: 12px;
	padding-top: 8px;
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
}

.cschat .cschat_search_detail_period_list a:hover {
	background-color: #F5F7FA;
}

.cschat .cschat_search_detail_btn {
	float: right;
	height: 40px;
	margin: 5px 24px 15px 24px;
}

.cschat_highlighted {
	color: #3182F6;
	font-weight: bold;
}


.cschat .chatroom_detailSearch_operator {
	position: relative;
	display: inline-block;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #D1D6DB;
	border-radius: 6px;
	padding: 12px;
	cursor: pointer;
	text-align: left;
	margin-left: 20px;
}

.cschat .chatroom_detailSearch_operator a {
	padding-right: 5px;
}

.cschat .chatroom_detailSearch_operator div {
	padding: 10px;
	border: 1px solid #D1D6DB !important;    
	border-radius: 6px;
}

.cschat .chatroom_detailSearch_operator_input {
	border: 1px solid #D1D6DB !important;    
	border-radius: 6px;
}

.cschat .chatroom_detailSearch_operator_list {
	position: absolute;
	left: 0px;
}

.cschat .detail_phone {
	min-width: 135px !important;
}

.cschat .detail_name {
	min-width: 165px !important;
}

.cschat .detail_inbound {
	min-width: 115px !important;
}
.cschat .fanswers_header, 
.cschat .cus_header {
	display: flex;
}
.cschat .fanswers_header_left, 
.cschat .cus_header_left {
	margin-right: auto; 
	align-items: center;
}
.cschat .fanswers_header_right, 
.cschat .cus_header_right {
	display: flex;
	align-items: center;
	margin-left: auto; 
}
.cschat .fanswers_header_right div, 
.cschat .cus_header_right div {
	margin-left: 8px;
}
.cschat .fanswers_list_title, 
.cschat .fanswers_list_number, 
.cschat .cus_title, 
.cschat .cus_number {
	font-size: 16px !important;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}
.cschat .fanswers_list_number, 
.cschat .cus_number {
	color: #3182F6;
	margin-right: 15px;
}
.cschat .fanswers_search {
	display: inline-block; 
	padding: 8px 0px 10px 0px; 
	background-color: #fff; 
	border-radius: 6px;
	border: 1px solid #D1D6DB;
	width: 200px;
}
.cschat .fanswers_search input[type="text"] {
	width: 160px;
	border: none !important; 
	background-color: #fff !important;
	padding-left: 5px !important;
}
.cschat .fanswers_search i {
	margin-left: 12px; 
	font-size: 18px !important; 
	color: #414851;
}
.cschat .fanswers_btn, 
.cschat .cus_btn {
	display: inline-block;
	position: relative;
	right: 0;
	border-style: none;
	border-radius: 8px;	
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 100;
	cursor: pointer;
}
.cschat .fanswers_btn {
	height: 38px;
}
.cschat .cus_btn {
	height: 40px;
	line-height: 20px;
}
.cschat .fanswers_btn_add, 
.cschat .cus_btn_add {
	background-color: #3182F6;
}
.cschat .fanswers_btn_add {
	color: #fff;
}
.cschat .cus_btn_add > a,
.cschat .cus_btn_add > a > i {
	color: #fff !important;
}
.cschat .fanswers_btn_remove, 
.cschat .fanswers_btn_change, 
.cschat .cus_btn_remove, 
.cschat .cus_btn_change {
	color: #252D38;
	background-color: #EBEFF2;
}
.cschat .fanswers_btn:hover, 
.cschat .cus_btn_change:hover, 
.cschat .cus_btn_remove:hover {
	filter: brightness(90%);
}
/* .cus_btn_add:hover{
	filter: brightness(1) !important;
} */
.cschat .fanswers_btn img {
	vertical-align: inherit;
	margin-right: 2px;
}
.cschat .fanswers_btn i, 
.cschat .cus_btn i {
	font-size: 16px !important;
	margin-right: 2px;
}
.cschat .fanswers_btn span, 
.cschat .cus_btn span {
	line-height: 100% !important;
}
.cschat .fanswers_list, 
.cschat .cus_list {
	display: flex;
	margin-top: 12px;
	z-index: -10;
}
.cschat .fanswers_list table, 
.cschat .cus_list table {
	border-collapse: collapse;
}
.cschat .fanswers_list_header, 
.cschat .cus_list_header{
	height: 40px;
	font-size: 13px;
	color: #626973;
	background-color: #F6F8FA;
}
.cschat .fanswers_list_contents td, 
.cschat .cus_list_contents td{
	padding: 15px 0px;
	font-size: 13px;
	background-color: #fff;
	border-bottom: #F1F3F7 1px solid;
	border-radius: 10px;
	/* overflow: hidden; */
	text-overflow: ellipsis;
}
.cschat .fanswers_list_contents td:not(.fanswers_list_contents_answer), 
.cschat .cus_list_td_center{
	text-align: center;
}


.cschat .chatmgr {
	width: 100%;
	margin: 24px 0;
}

.cschat .chatmgr_settings {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}

.cschat .chatmgr_setting_title {
	flex: 1;
	max-width: 300px;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	color: #626973;
}
.cschat .chatmgr_setting_body {
	flex: 2;
	display: flex;
	flex-direction: column;
}
.cschat .chatmgr_setting_subtitle {
	font-size: 13px;
	line-height: 19px;
	color: #626973;
	margin-bottom: 12px;
}

.cschat input:checked[type="checkbox"]+label .icon_checkbox {
	background-color: #3182F6;
}
.cschat .modal_add{
	left: calc(50% - 264px);
	top: 12.5%;
	width: 528px;
	height: 784px;
	background: white;
	border: 1px solid #DADEE5;
	border-radius: 10px;
	box-shadow: 0px 4px 12px rgba(25, 31, 40, 0.12);
	z-index: 1001;		
}
.cschat .modal_header {
	padding: 24px 24px 0px 24px;
	display: flex;
	background-color: #fff !important;
	border-radius: 10px;
}
.cschat .modal_header span {
	font-style: normal;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 100%;
}
.cschat .modal_header a {
	margin-left: auto;
}
.cschat .modal_header a i {
	font-size: 18px;
}
.cschat .modal_body {
	position: relative;
	padding: 32px 24px 24px 24px;
	margin-bottom: 10px;
}
.cschat .modal_body_input_title {
	position: relative;
	margin-bottom: 40px;
}
.cschat .modal_body_input_title span {
	position: absolute;
	left: 0;
	top: 70px;
}
.cschat .modal_body h2 {
	font-style: normal;
	font-weight: bold !important;
	font-size: 13px !important;
	line-height: 14px;
	color: #626973 !important;
	margin-bottom: 12px !important;
}
.cschat .modal_body input[type="text"] {
	position: relative;
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 6px;
}
.cschat .modal_body input[type="text"].ng-valid.ng-not-empty {
	border: 1px solid #D1D6DB !important;
}
.cschat .modal_body input[type="text"].ng-invalid {
	border: 1px solid #EF5350 !important;
}

.cschat .modal_body_input_answer{
	position: relative;
}

.cschat .modal_body_input_answer span {
	position: absolute;
	left: 0;
	top: 500px;
}

.cschat .modal_body textarea {
	width: 100%;
	height: 469px !important;
	resize: none;
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 6px;
}
.cschat .modal_body textarea.ng-valid.ng-not-empty {
	border: 1px solid #D1D6DB !important;
}
.cschat .modal_body textarea.ng-invalid {
	border: 1px solid #EF5350 !important;
}
.cschat .modal_body span {
	color: #EF5350;
}
.cschat .modal_footer {
	padding: 16px 24px;
	display: flex;
	justify-content: flex-end;
	border-top: 1px solid #F1F3F7;
}
.cschat .modal_footer div {
	margin-left: 10px;
}

.cschat .statistics_header {
	/* height: 50px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cschat .statistics_header .statistics_header_list,
.cschat .statistics_header_list_num {
	font-weight: bold;
	font-size: 16px !important;
	vertical-align: middle;
}
.cschat .statistics_header .statistics_header_list_num {
	color: #3182F6;
}
.cschat .statistics_header_right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}
.cschat .statistics_period_selector {
	position: relative;
	/* right: 0; */
	/* padding: 0px 0px 10px 0px;  */
	/* background-color: #FFFFFF;  */
	border-radius: 6px;
	width: 190px;
	z-index: 5;
}
.cschat .statistics_period_selector_header {
	height: 40px;
	border: 1px solid #D1D6DB;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 10px 12px 0px 12px;
	cursor: pointer;
}
.cschat .statistics_period_selector_header i {
	vertical-align: middle !important;
}
.cschat .statistics_period_selector_header .icon_arrow_down {
	font-size: 18px;
	color: #414851;
}
.cschat .statistics_period_selector_hr {
	width: 200px; 
	border: 1px solid #EDEFF3;
	margin-top: 3.5px;
	margin-block-end: 0.5em;
}
.cschat .statistics_period_list {
	position: absolute;
	top: 50px;
	left: -30px;
	width: 220px;
	background-color: white;	
	border: 1px solid #DADEE5;
	border-radius: 10px;
	box-shadow: 0px 4px 12px rgba(25, 31, 40, 0.12);
	box-sizing: border-box;
	padding: 10px 0px;
}
.cschat .statistics_period_list > .search_detail_period_point > a {
	position: relative;
	width: 200px;
	height: 40px;
	margin-left: 8px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 8px;
}
.cschat .statistics_period_term_select {
	width: 170px;
	height: 40px;
	margin-top: 8px;
	padding: 8px 0px 0px 12px;
	border: 1px solid #D1D6DB;
	box-sizing: border-box;
	border-radius: 8px;
}
.cschat .statistics_period_term_select > a {
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 8px;
	vertical-align: bottom;
	color: #B5BBC2 !important;
}
/* .statistics_period_term_select input{
	padding: 0 0 0 0 !important;
	
	border: none !important;
	cursor: pointer;
} */
.cschat .statistics_period_term_select input[type="text"] {
	width: 120px;
	border: none !important; 
	background-color: #F5F7FA !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
#statistics_period_calendar{
	position: absolute;
	right: 10px;
}
#search_detail_calendar, #statistics_period_calendar { 
	position: absolute;
	margin-top: 5px;
	width: 358px;
	border:1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	overflow: hidden;
	background-color: white;
	box-shadow: 0px 4px 12px rgba(25, 31, 40, 0.12);
	box-sizing: border-box;
}
.cschat .icon_chart_selector {
	position: absolute;
	top: 55px;
	right: 200px;
	z-index: 10;
}
.cschat .icon_chart_bar, 
.cschat .icon_chart_line{
	opacity: 35%;
	font-size: 20px !important;
	border-radius: 6px;
	padding: 5px 5px;
}
.cschat .icon_chart_bar:hover, 
.cschat .icon_chart_line:hover {
	opacity: 100%;
	background: #EBEFF2;
}
.cschat .search_detail_period_selected {
	font-size: 14px;
	vertical-align: middle;
	padding-left: 8px;
}
.cschat .search_detail_period_point a {
	width: 394px;
	height: 40px;
	margin-left: 8px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 8px;
	padding: 10px;
}
.cschat .search_detail_period_point a i {
	font-size: 18px !important;
}
.cschat .search_detail_period_point > a:hover {
	background-color: #EBEFF2;
}
.cschat .term_background_focus {
	background-color: rgba(49, 130, 246, 0.25) !important;
}
.cschat .search_detail_period_term {
	/* width: 358px; */
	margin-left: 40px;
}
.cschat .search_detail_period_term_select {
	width: 358px;
	height: 40px;
	margin-top: 8px;
	padding: 8px 0px 0px 12px;
	border: 1px solid #D1D6DB;
	box-sizing: border-box;
	border-radius: 8px;
}
.cschat .search_detail_period_term_select > a {
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 8px;
	vertical-align: bottom;
	color: #B5BBC2 !important;
}
.cschat .search_detail_period_term_select input{
	cursor: pointer;
}
.cschat .search_detail_period_text {
	display: inline-block;
	position: absolute;
	right: 0;
	margin-top: 3px;
	margin-left: 5px;
	font-size: 14px !important;
	width: 165px;
	line-height: 14px;
}

.cschat .statistics_table {
	margin-top: 15px;
}

.cschat .statistics_table {
	width: 100%;
	border-bottom: 1px solid #F1F3F7;
	border-collapse: collapse;
}

.cschat .statistics_table th, 
.cschat .statistics_table td {
	text-align: center;
	padding: 13px 0px;
}

.cschat .statistics_table_paging_btn {
	margin-top: 10px;
}

.cschat .statistics_table_paging_btn ul {
	text-align: center;
	/* 드래그 방지 */
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* 인터넷익스플로러 */
    user-select: none;
}

.cschat .statistics_table_paging_btn li {
	display: inline-block;
	font-weight: bold;
	color: #626973;
	padding: 15px;
	border-radius: 10px;
}
.cschat .statistics_table_paging_btn li.li_hover:hover {
	background: #F6F8FA;
	cursor: pointer;
}

.cschat .statistics_table_paging_btn li span, 
.cschat .statistics_table_paging_btn li i {
	font-size: 20px !important;
}

.cschat .selected_underbar {
	border-bottom: 2px solid #626973;
}


.cschat .sys_category{
	width: 100%;
	margin-top: 2%;
	margin-left:0%;
	margin-bottom: 2%;
}

.cschat .sys_body_title{
	width:35%;
	font-family: Noto Sans KR;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	align-items: center;
	color: #626973;
	display: inline-block;
}

.cschat .sys_body{
	width:60%;
	font-family: Noto Sans KR;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	align-items: center;
	color: #626973;
	display: inline-block;
}

.cschat .switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  margin-bottom: 5px;
}

.cschat .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.cschat .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.cschat .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 5px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.cschat input:checked + .slider {
  background-color: #2196F3;
}

.cschat input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.cschat input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.cschat .slider.round {
  border-radius: 34px;
}

.cschat .slider.round:before {
  border-radius: 50%;
}


.cschat .middle-line{
	background-color:rgba(241.24259501695633, 243.2784041762352, 247.35000729560852, 1);
	opacity:1;
	width:1070px;
	height:1px;	
}


.cschat .inputbox{
	width: 124px;
	height: 40px;	
	border: 1px solid #D1D6DB !important;
	box-sizing: border-box;
	border-radius: 6px;
	
	font-family: Noto Sans KR;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	align-items: center;	
	color: #252D38;
	/* margin-top: 1%; */
	/* margin-bottom: 2%; */
	margin-right:1%;
	padding-left: 1%;
}

.cschat .inputboxSideText{
	font-size: 16px !important;
	padding-bottom: 20px;
}


.cschat .messageTextareaBox {
	border: 1px solid #D1D6DB; 
	box-sizing: border-box;
	border-radius: 6px;
	padding: 10px 10px;
	display: flex;
}
.cschat .messageTextareaDisabled {
	background-color: #EBEFF2;
}

.cschat input[type=text]:disabled{
	background-color: #EBEFF2;
}

.cschat .message_timeout_span {
	display: block;
	margin: 0px 0px 10px 0px;
}

.cschat .autoReplyMessage_inputBox {
	display: inline-block; 
	border: 1px solid #D1D6DB; 
	border-radius: 6px;
	resize: none;
	font-size: 14px;
	height: 60px;
	padding: 5px 10px !important;
}

.cschat .messageTextareaBox .autoReplyMessage_inputBox{
	border: none;
	flex: 1;
}

.cschat .bgColorGrey {
	background-color: rgb(239, 239, 239);
}

.cschat .disabledGrey:disabled{
	/* background-color: rgba(204, 204, 204, 0.5); */
	background-color: #ccc;
}

.cschat .disabledGrey.disabled{
	background-color: #ccc;
}

.cschat .applyBtn {
	float: right; 
	padding: 23px 17px 40px 17px;
	margin-left: 10px;
}

.cschat .dataTables_filter{
	width: 200px;
	height: 40px;
	background: #FFFFFF;	
	border: 1px solid #D1D6DB;
	box-sizing: border-box;
	border-radius: 6px;
	margin-right: 2%;
}

#datatable_favorite_list_filter > label > input[type=search] {
	
	font-family: Noto Sans KR;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	align-items: center;
	border: none;	
	color: #252D38;
	padding-left: 2%;
	padding : 0px;
	width: 95%;
	height: 100%;
	margin-right: 15%;
	outline: none;
}

#datatable_cus_list_filter > label > input[type=search],
#datatable_helpdesk_list_filter > label > input[type=search]
 {
	
	font-family: Noto Sans KR;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	align-items: center;
	border: none;	
	color: #252D38;
	padding-left: 2%;
	padding : 0px;
	width: 95%;
	height: 100%;
	margin-right: 15%;
	outline: none;
}

#datatable_chat_info_filter > label > input[type=search]
 {
	
	font-family: Noto Sans KR;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	align-items: center;
	border: none;	
	color: #252D38;
	padding-left: 2%;
	padding : 0px;
	width: 95%;
	height: 100%;
	margin-right: 15%;
	outline: none;
}

#datatable_support_info_filter > label > input[type=search]
 {
	
	font-family: Noto Sans KR;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	align-items: center;
	border: none;	
	color: #252D38;
	padding-left: 2%;
	padding : 0px;
	width: 95%;
	height: 100%;
	margin-right: 15%;
	outline: none;
}



.cschat .add-user-modal {
	left: calc(50% - 270px);
	top: 25%;
	margin: auto;
	background-color: #fff;	
	width: 540px;
	/* height: 560px; */
	padding-bottom: 30px;
	border-radius: 10px;
	border: 1px solid #DADEE5;
	z-index: 30;
}
.cschat .modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* width: 100%;*/
	height: 88px;
	margin: 0 28px;		
}
.cschat .modal-name {
	font-weight: bold;
	font-size: 20px;
}
.cschat .modal-close {
	cursor: pointer;
}
.cschat .modal-field {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 29px 27px 29px;		
}
.cschat .modal-field input[type="email"]{
	padding: 0 15px;		
}
.cschat .modal-field input[type="email"]:focus{
	outline: none;
}
.cschat .modal-field span:first-child {
	font-size: 14px;
	line-height: 130%;
	color: #252D38;	
	flex: 1 1 30%;	
	/* margin-bottom: auto; */
}
.cschat .modal-field span.pwd-init {
	/* display: inline-block; */
	font-size: 14px;
	color: #252D38;	
	flex: 1 1 30%;
	vertical-align: top !important;	
}
.cschat .modal-field div {
	position: relative;
}
.cschat .modal-field.csv-selector {
	margin: 0 29px 0px 29px !important;		
}
.cschat .modal-alert-msg {
	position: absolute;
	display: block;
	margin-top: 5px;
	font-size: 11px !important;
	color: #EF5350;
}
/* .modal-field div {
	flex: 1 1 70%;
} */
.cschat .modal-field div input {
	width: 300px;
	height: 40px;
	border-radius: 6px;
	box-sizing: border-box;	
}
.cschat .modal-field div input:focus {
	border: 1px solid #969799 !important;
}
.cschat .modal-field div input:disabled {
	border: 1px solid #D1D6DB !important;
	background-color: #EBEFF2;
}
.cschat .modal-field .modal-field-password {
	line-height: 130%;
}
.cschat .modal-field .modal-field-password.add {
	/* padding-top: 20px; */
	width: 300px;
	color: #717985;
}
.cschat .modal-field .modal-field-password .reset_able {
	/* padding-top: 20px; */
	width: 300px;
	color: #3182F6;
}
.cschat .modal-field .modal-field-password:hover .reset_able {
	text-decoration: underline;
	cursor: pointer;
}
.cschat .modal-field .modal-field-password .reset_disable {
	width: 300px;
	color: #EF5350;
}

.cschat .modal-field .modal-field-password i {
	float: right; 
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 16px;
}
.cschat .modal-field.table {
	border-bottom: 1px solid #EDEFF3;
	margin: 0px 0px 24px 0px !important;
	padding: 0px 29px 0px 29px;
}
.cschat .modal-field .table-csv {
	width: 100%;
	border-collapse: separate;
  	border-spacing: 0 15px;
}
.cschat .modal-field .table-csv-alert td {
	padding-left: 0px !important;
	/* font-weight: bold; */
}
.cschat .modal-field .table-csv-header {
	background-color: #F2F8FA;
	line-height: 35px;
}
.cschat .modal-field .table-csv-header td {
	font-size: 12px;
	color: #717985;
}
.cschat .modal-field .table-csv-data td {
	font-size: 12px;
}
.cschat .modal-field .table-csv-data td input {
	padding: 5px 8px !important;
}
.cschat .modal-field .table-csv td:first-child {
	padding-left: 8px;
	width: 130px;
}
.cschat .modal-field .file_select {
	color: #3182F6;
	cursor: pointer;
	font-size: 14px;
}
.cschat .modal-field .inputGroupName { 
	width: 400px;
	height: 40px;
	border-radius: 6px;
	box-sizing: border-box;	
}
.cschat .modal-field-full-width {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 29px 14px 29px;
	font-size: 13px;
}
.cschat .modal-field-full-width a {
	cursor: pointer;
}
.cschat .hover-blue:hover {
	background-color: #E8F3FF;
}
.cschat .hover-grey:hover {
	background-color: #F6F8FA;
}
.cschat .modal-field-background-grey {
	background-color: #F6F8FA;
}
.cschat .modal-field-text-blue {
	color: #3182F6 !important;
} 
.cschat .modal-field-text-grey {
	color: #B5BBC2 !important;
}
.cschat .modal-field-text-red {
	color: #EF5350;
}
.cschat .border-grey{
	border: 1px solid #D1D6DB !important;
}
.cschat .border-red{
	border: 1px solid #EF5350 !important;
}
.cschat .modal-btn {
	text-align: right;
	padding-right: 29px;	
}
.cschat .submit-btn {
	position: relative;
	height: 100%;
}
.cschat .modal-btn .cancel-btn, 
.cschat .modal-btn .submit-btn, 
.cschat .modal-btn .save-btn {
	height: 40px;
	border-radius: 8px;
	border-style: none;
	cursor: pointer;
}
.cschat .modal-btn .cancel-btn, 
.cschat .modal-btn .submit-btn{
	width: 74px;
}
.cschat .modal-btn .save-btn {
	width: 128px;
}
.cschat .modal-btn .cancel-btn {
	margin-right: 10px;
	background-color: #EBEFF2;
}
.cschat .modal-btn .submit-btn, 
.cschat .modal-btn .save-btn {
	color: #FFFFFF;
	background-color: #3182F6;
}
.cschat .cancel-btn:hover, 
.cschat .submit-btn:hover:enabled {
	filter: brightness(90%);
}
.cschat .submit-btn:disabled {
	background-color: #ADCDFB;
	cursor: default;
}
.cschat .footer-group-btn {
	padding-top: 25px;
	border-top: 1px solid #F1F3F7;
}
.cschat .div-flex-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cschat .icon_invisible {
	color: transparent !important;
}

.wrapmsgr_container .cus_popup{
	display:none;
	position: absolute;
	width: 528px;
	height: 506px;
	left: 319px;
	top: 169px;
	background: white;
	border: 1px solid black;
	border-radius: 4px;
	z-index: 1001;		
}
.wrapmsgr_container .popup_title{
	width:528px;
	height:38px;
	font-family: Noto Sans KR;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 100%;
	margin-top:5%;
	margin-left:5%;
	color: #252D38;
}
.wrapmsgr_container .popup_body{
	width:480px;
	height:50px;
	font-family: Noto Sans KR;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	color: #626973;
	margin-left:5%;
	display: inline-block;
}
.wrapmsgr_container .popup_body_list{
	
	float:right;
	margin-right:10%;
}
.wrapmsgr_container .popupinput{
	width:250px !important;
}
.wrapmsgr_container .cursor{
	cursor:pointer;
}
.wrapmsgr_container .right-align{
	text-align: right;	
	padding-right:5%;
}
.wrapmsgr_container .deletebutton{
	align-items: center;
	padding: 7px 13px 9px;
	width: 60px !important;
	height: 15px !important;
	font-family: Noto Sans KR;
	background: #EBEFF2;
	border-radius: 6px;
	margin-left:0.2%;
	margin-right:0.2%;
	font-size: 14px;
	cursor:pointer;
}
.wrapmsgr_container .dropdown {
	display: inline-block;
	background: #1B64DA;
  border-radius: 6px;
  align-items: center;
  padding: 7px 13px 9px;
  /* padding: 12px 16px; */
  
  border: 1px solid #DADEE5;
  font-size: 14px;
  cursor:pointer;
}

.cschat .profile_box{
	margin-top:2%;
	
	width: 80px;	
    height: 80px; 
    border-radius: 70%;
    overflow: hidden;
}
.cschat .profile {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cschat .profile_btn{
	border: 0;	
	font-family: Noto Sans KR;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	background-color :  white;
	cursor:pointer;
}
.cschat .side_btn{
	width:150px;
	border : 5px solid white;
}

.cschat .datepicker{ z-index:99999 !important; }
