@charset "utf-8";
/* FONT */
@font-face {
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:400;
	src:url(/assets/fonts/NotoSansKR-Light.woff2) format('woff2'),
		url(/assets/fonts/NotoSansKR-Light.woff) format('woff'),
		url(/assets/fonts/NotoSansKR-Light.otf) format('opentype'),
		url(/assets/fonts/NotoSans-Regular.ttf) format('truetype');
}
@font-face {
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:500;
	src:url(/assets/fonts/NotoSansKR-Regular.woff2) format('woff2'),
		url(/assets/fonts/NotoSansKR-Regular.woff) format('woff'),
		url(/assets/fonts/NotoSansKR-Regular.otf) format('opentype'),
		url(/assets/fonts/NotoSans-Regular.ttf) format('truetype');
}
@font-face {
	font-family:'Montserrat';
	font-style:normal;
	font-weight:400;
	src:url(/assets/fonts/Montserrat-Light.woff2) format('woff2'),
		url(/assets/fonts/Montserrat-Light.woff) format('woff'),
		url(/assets/fonts/Montserrat-Light.otf) format('opentype'),
		url(/assets/fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
	font-family:'Montserrat';
	font-style:normal;
	font-weight:500;
	src:url(/assets/fonts/Montserrat-Regular.woff2) format('woff2'),
		url(/assets/fonts/Montserrat-Regular.woff) format('woff'),
		url(/assets/fonts/Montserrat-Regular.otf) format('opentype'),
		url(/assets/fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
	font-family:'NanumBarunGothic';
	font-style:normal;
	font-weight:400;
	src:url(/assets/fonts/NanumBarunGothic.woff2) format('woff2'),
	url(/assets/fonts/NanumBarunGothic.woff) format('woff'),
	url(/assets/fonts/NanumBarunGothic.otf) format('opentype'),
	url(/assets/fonts/NanumBarunGothic.ttf) format('truetype');
}
@font-face {
	font-family:'NanumBarunGothic';
	font-style:normal;
	font-weight:500;
	src:url(/assets/fonts/NanumBarunGothicBold.woff2) format('woff2'),
	url(/assets/fonts/NanumBarunGothicBold.woff) format('woff'),
	url(/assets/fonts/NanumBarunGothicBold.otf) format('opentype'),
	url(/assets/fonts/NanumBarunGothicBold.ttf) format('truetype');
}
@font-face {
	font-family:'NanumGothic';
	font-style:normal;
	font-weight:400;
	src:url(/assets/fonts/NanumBarunGothic.woff2) format('woff2'),
	url(/assets/fonts/NanumBarunGothic.woff) format('woff'),
	url(/assets/fonts/NanumBarunGothic.otf) format('opentype'),
	url(/assets/fonts/NanumBarunGothic.ttf) format('truetype');
}
@font-face {
	font-family:'NanumBarunGothic';
	font-style:normal;
	font-weight:500;
	src:url(/assets/fonts/NanumBarunGothicBold.woff2) format('woff2'),
	url(/assets/fonts/NanumBarunGothicBold.woff) format('woff'),
	url(/assets/fonts/NanumBarunGothicBold.otf) format('opentype'),
	url(/assets/fonts/NanumBarunGothicBold.ttf) format('truetype');
}
/* Defalut Setting */
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {display:block;margin:0;padding:0;}
html, body {width:100%;height:100%;margin:0;padding:0;background-color:#f5f5f5;}
body {font-family:'Montserrat', 'Noto Sans KR', sans-serif, 'Malgun Gothic', 'NanumGothic';font-weight:400;font-size:12px;line-height:1.2;}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,img{margin:0;padding:0;}
ul, ol, li {list-style:none;}
a:link, a:active, a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
button {border:0;background:none;line-height:100%;vertical-align:bottom;font-family:'Montserrat', 'Noto Sans KR', sans-serif;}
input {font-family:'Montserrat', 'Noto Sans KR', sans-serif;}
img {vertical-align:bottom;}
span.txt {font-size:0;color:transparent;text-indent:-9999px;}
.clear {clear:both;}
hr {border:0; } /**/

html, body {
	height: 100%;
	overflow: hidden;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	background: #ffffff;
}

a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* .container {} */

.modal {
	overflow: auto;
}






/* ***************************************************
대화방 목록, 대화방 상세 공통
*************************************************** */


.box {
	padding: 0;
	margin: 0;
	border: 0;
}
.box .box-header {
	padding: 0;
	position: relative;
	background-image: none;
	background-color: #37474F;
	text-align: center;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #c1c1c1;
	border-radius: 0;
}
.box .box-header .box-title {
	text-align: center;
	font-size: 1.16em;
	font-weight: 500;
	line-height: 41px;
	height: 41px;
	padding: 0;
	position: relative;
}
.box .box-header .room-create-btn,
.box .box-header .back-btn,
.box .box-header .notice-btn,
.box .box-header .end-btn {
	position: absolute;
	cursor: pointer;
}
.box .box-header .back-btn {
	font-size: 34px;
	top: 3px;
	left: 0;
	color: #fff;
	z-index: 9;
}
.box .box-header .notice-btn {
	font-size: 28px;
	top: 4px;
	right: 52px;
	color: #fff;
}
.box .box-header .end-btn {
	font-size: 30px;
	top: 3px;
	right: 12px;
	color: #fff;
}
.box .box-header .room-create-btn {
	width: 60px;
	height: 23px;
	line-height: 23px;
	right: 15px;
	top: 10px;
	color: #fff;
	font-size: 11px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #58727f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    vertical-align: middle;
	/*text-indent: -9999999px;
	background: transparent url(/assets/img/public_v2/btn_nav_new_conselling.png) no-repeat center center;
	background-size: 68px 34px;*/
}

.box .box-content {
	overflow-y: auto;
	margin:0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: #eef0f3;
}



/* ***************************************************
대화방 목록페이지
*************************************************** */


/* 상담 목록 START */
.chat_room_list {
	margin: 0;
	padding: 0;
}
.chat_room_list.empty_list {
}
.chat_room_list.empty_list .select_room {
	line-height: 87px;
	margin-top: 220px;
	text-align: center;
	border: 0px;
	font-size: 1.16em;
}
.chat_room_list .select_room {
	position: relative;
	display: block;
	min-height: 87px;
	padding: 0;
	margin: 10px 14px 0 14px;
	border: 0px solid #d5d5d5;
	border-radius: 3px;
	background-color: #fff;
	overflow: hidden;
	z-index: 999;
}
.chat_room_list .select_room:first-child {
	margin-top: 14px;
}
.chat_room_list .select_room:last-child {
	margin-bottom: 14px;
}
.chat_room_list .item-date {
	float: left;
	width: 65px; /*54px;*/
	height: 87px;
	text-align: center;
	display: block;
	margin: 0;
	position: relative;
}
.chat_room_list .item-date > * {
	display: table;
	width: 100%;
	height: 100%;
}
.chat_room_list .item-date > * > * {
	display:table-cell;    /* table-cell */
	text-align:center;
	vertical-align:middle;    /* table-cell 에서 적용*/
	color: #757575;
}
.chat_room_list .item-date .date-day {
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 500;
	text-align:center;
	letter-spacing: -1px;
}
.chat_room_list .item-date .date-week-of-day {
	font-size: .8em;
	font-weight: 500;
	text-align:center;
}

.chat_room_list .item-date~li{
	padding: 13px 13px 0 0;
}
.chat_room_list .select_room .room-delete-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	font-size: 16px;
	width: 35px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999999px;
	background: transparent url(/assets/img/public_v2/btn_list_cont_delete.png) no-repeat center center;
	background-size: 35px 38px;
}
.chat_room_list .select_room .new-msg-icon {
	color: red;
	position: absolute;
	top: 30px;
	right: 10px;
	z-index: 999;
	padding: 5px;
}
.chat_room_list .select_room .product-name {
	height: 1.16em;
	border: none;
	margin: 0;
	margin-right: 25px;
	margin-bottom: 7px;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 500;
	font-size: 1.16em;
}
.chat_room_list .select_room.room-status-0 .product-name {
	color: #696cff;
}
.chat_room_list .select_room.room-status-1 .product-name {
	color: #ff7043;
}
.chat_room_list .select_room.room-status-2 .product-name {
	color: #333333;
}
.chat_room_list .select_room .product-link {
	border: none;
	margin: 0;
	margin-bottom: 14px;
	padding: 0;
	font-family: Montserrat;
	font-size: .8em;
	font-weight: 400;
	color: #333;
	overflow: hidden;
}
.chat_room_list .select_room .product-info {
	border: none;
	padding: 0;
	margin: 0;
	font-size: .91em;
	color: #333;
}
.chat_room_list .select_room .product-info .info-room-status {
	float: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.chat_room_list .select_room .product-info .info-counselor-name {
	float: right;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/* 상담 목록 END */



/* 분류 선택 팝업 START */
.modal .modal-title {
	font-size: 16px;
	font-weight: bold;
}
.modal .modal-body {
	padding: 20px 0;
}
.modal .category-btn {
	cursor: pointer;
	font-size: 1.16em;
	padding: 15px 0;
	margin: 5px 0;
	border-bottom: 1px solid #d1d1d1;
}
.modal .category-btn:first-child {
    padding-top: 0;
}
.modal .category-list {
	padding: 0 30px;
}
@media screen and (min-width: 768px) {
	#category_modal .modal-dialog {
		width: 430px;
		margin: 30px auto;
	}
}

#category_modal .modal-dialog .modal-content .modal-footer {
	display: none;
}
/* 분류 선택 팝업 END */













/* ***************************************************
대화방 상세페이지
*************************************************** */


/* 대화 내용 START */
.chat-msg-list {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	padding-top: 17px;
	padding-bottom: 30px;
}
.chat-msg-list li {
	overflow: hidden;
	padding: 0;
	margin: 0px auto;
	margin-bottom: 13px;
}

.chat-msg-list .room_end_msg {
	color: #fff;
	/*height: 21px;/**/
	margin: 30px 14px 16px 14px;
	padding: 5px;
	font-size: .91em;
	font-weight: 500;
	text-align: center;
	border-radius: 6px;
	background-color: #b2b4b6;
}
.chat-msg-list .split-line {
	/*display: none;*/
	height: 0;
	border-bottom: 1px solid #888;
	margin: 20px 0px;
	line-height: 0;
	text-align: center;
	overflow: visible;
	padding: 0;
}
.chat-msg-list .split-line span {
	text-align: center;
	background: #eef0f3;
	font-size: 11px;
	padding: 0 10px;
}

/* both */
.chat-msg-list li > br {
	display: none;
}
.chat-msg-list li img.avatar {
	display: none;
}
.chat-msg-list li .name {
	display: none;
}
.chat-msg-list li .message {
	position: relative;
	box-shadow: none;
	border: 0px none;
	font-size: 1.16em;
	font-weight: 500;
	line-height: 17px;
	padding: 12px 11px;
	box-sizing: content-box;
}
.chat-msg-list li .message .text {
	min-height: 18px;
	width: 100%;
}

.chat-msg-list li .message.contents-type-chatbot .question-link {
	padding-top: 7px;
}
.chat-msg-list li .message.contents-type-chatbot .question-answers,
.chat-msg-list li .message.contents-type-chatbot .question-options,
.chat-msg-list li .message.contents-type-scenario .question-answers,
.chat-msg-list li .message.contents-type-scenario .question-options {
	padding-top: 10px;
}
.chat-msg-list li .message.contents-type-chatbot .question-answers:empty,
.chat-msg-list li .message.contents-type-chatbot .question-options:empty,
.chat-msg-list li .message.contents-type-scenario .question-answers:empty,
.chat-msg-list li .message.contents-type-scenario .question-options:empty {
	padding-top: 0;
}

.chat-msg-list li .message.contents-type-chatbot,
.chat-msg-list li .message.contents-type-scenario,
.chat-msg-list li .message.contents-type-normal {
	width: 200px;
}
.chat-msg-list li .message.contents-type-chatbot img,
.chat-msg-list li .message.contents-type-scenario img,
.chat-msg-list li .message.contents-type-normal img {
	margin-bottom: 5px;
	max-width: 100%;
}
.chat-msg-list li .message.contents-type-chatbot hr,
.chat-msg-list li .message.contents-type-scenario hr,
.chat-msg-list li .message.contents-type-normal hr {
	border: 0;
	border-top: 1px solid #b1b1b1;
	margin: 7px 0;
	height: 1px;
}
.chat-msg-list li .message.contents-type-chatbot .item-link,
.chat-msg-list li .message.contents-type-scenario .item-link,
.chat-msg-list li .message.contents-type-normal .item-link {
	font-size: 1.16em;
}
.chat-msg-list li .message.contents-type-chatbot .item-link:hover,
.chat-msg-list li .message.contents-type-scenario .item-link:hover,
.chat-msg-list li .message.contents-type-normal .item-link:hover {
	text-decoration: underline;
	color: #646464;
}
.chat-msg-list li .message.contents-type-chatbot .item-link i,
.chat-msg-list li .message.contents-type-scenario .item-link i,
.chat-msg-list li .message.contents-type-normal .item-link i {
	float: right;
	font-size: 18px;
	padding-top: 3px;
}

.chat-msg-list li .msg_read {
	position: absolute;
	top: 10px;
	color: #858585;
	font-size: 1em;
}

.chat-msg-list li .msg-sendfail {
	position: absolute;
	bottom: 0px;
	color: #757575;
	font-size: 11px;
	font-weight: 500;
}

.chat-msg-list li .msg-sendfail i { color:#ff1100 }

.chat-msg-list li .msg_time {
	position: absolute;
	bottom: 0px;
	color: #757575;
	font-size: 11px;
	font-weight: 500;
}

/* right */
.chat-msg-list li.right .message {
	word-break:break-all;
	float: right;
	position: relative;
	border-color: #a4b6d0;
	margin-right: 21px;
	margin-left: 60px;
	font-size: 1.09em;
	text-align: left;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #696cff;
	color: #fff;
}
.chat-msg-list li.right .message:after{
	left: 100%;
	top: 16px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(105, 108, 255, 0);
	border-left-color: #696cff;
	border-width: 7px;
	margin-top: -7px;
}
.chat-msg-list li.right .message a {
	color: #fff;
}
.chat-msg-list li.right .msg_read {
	/* 6708 */
	/* left: -80px; */
	left: -38px;
	font-size: 10px;
	color: #527FFD;
}
.chat-msg-list li.right .msg-sendfail {
	left: -110px;
}
.chat-msg-list li.right .msg_time {
	left: -40px;
}

/* left */
.chat-msg-list li.left .message {
	word-break:break-all;
	float: left;
	position: relative;
	border-color: #d1d1d1;
	margin-left: 21px;
	margin-right: 60px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #fff;
	color: #333;
}
.chat-msg-list li.left .message:after{
	right: 100%;
	top: 16px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 7px;
	margin-top: -7px;
}
.chat-msg-list li.left .msg_read {
	display: none;
	right: -80px;
}
.chat-msg-list li.left .msg-sendfail {
	display: none;
	right: -80px;
}
.chat-msg-list li.left .msg_time {
	/*display: none;*/
	right: -40px;
}
/* 대화 내용 END */



/* 대화 입력폼 START */
.chat-form {
	overflow: hidden;
	position: relative;
	background: #F9F7F9;
	border-top: 1px #ccc solid;
	margin: 0;
	padding: 5px;
	padding-left: 90px;
	padding-right: 10px;
}
.chat-form[scenario-form=true] {
	background-color: #696cff;
}
.chat-form[scenario-form=true] .btn-faq,
.chat-form[scenario-form=true] .btn-photo {
	display: none;
}
.chat-form[scenario-form=true] .scenario-title {
	display: block;
	position: absolute;
	left: 8px;
	top: 14px;
	font-size: 14px;
	color: #fff;
}

.chat-form .scenario-title {
	display: none;
}

.chat-form .btn-faq {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 47px;
	height: 31px;
	line-height: 26px;
	border-radius: 13px;
	vertical-align: middle;
	background: #FF402F;
	color: #ffffff;
	letter-spacing: 0px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-indent: -9999999px;
	background: transparent url(/assets/img/public_v2/btn_write_faq.png) no-repeat center center;
	background-size: 47px 31px;
}

.chat-form .btn-photo {
	position: absolute;
	left: 54px;
	top: 8px;
	width: 31px;
	height: 31px;
	line-height: 26px;
	vertical-align: middle;
	color: #888D9B;
	font-size: 32px;
	text-align: center;
	text-indent: -9999999px;
	background: transparent url(/assets/img/public_v2/btn_write_album.png) no-repeat center center;
	background-size: 31px 31px;
}

.chat-form #msg-value {
	display: inline-block;
	height: 34px;
	color: #888D9B;
	font-size: 1.16em;
	border: 1px solid #D2D0D4;
	border-radius: 5px;
	width: 100%;
	resize: none;
	padding: 8px 54px 0 7px;
	margin: 0;
}

.chat-form #btn-send {
	cursor: pointer;
	position: absolute;
	right: 26px;
	top: 0;
	width: 42px;
	height: 100%;
	line-height: 26px;
	vertical-align: middle;
	background: #5785E4;
	color: #888D9B;
	font-size: 1em;
	text-align: center;
	color: #ffffff;
	padding: 0 10px;
	border-radius: 5px;
	text-indent: -9999999px;
	background: transparent url(/assets/img/public_v2/btn_write_send.png) no-repeat center center;
	background-size: 54px 24px;
}
/* 대화 입력폼 END */




/* Image Upload Button START */
.fileinput-button {
	position: relative;
	overflow: hidden;
}
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}
/* Fixes for IE < 8 */
@media screen\9 {
	.fileinput-button input {
		filter: alpha(opacity=0);
		font-size: 100%;
		height: 100%;
	}
}
/* Image Upload Button END */



/* FAQ Modal START */
.faq-tabs {
	margin: 0 10px;
	padding-bottom: 20px;
}
.faq-tabs .faq-tab.AXButton {
	color: #656565;
	margin: 2px;
	box-sizing: border-box;
}
.faq-tabs .faq-tab.AXButton.Red {
	color: #fff;
}
.faq-tabs .faq-tab.AXButton .axi {
	font-size: 15px;
	line-height: inherit;
	display: block;
	float: left;
	margin-right: 3px;
}
.faq-tabs .faq-tab.AXButton[disabled] {
	border-color: #aaaaaa;
	color: #656565;
}
.faq-tabs .faq-tab.AXButton.Red[disabled] {
	background: #99403b;
	border-color: #83221c;
	color: #fff;
}
.tab-content .templateBtn {
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 20px;
}
.tab-content .empty_template {
	text-align: center;
}
/* FAQ Modal END */



/* 공지사항 레이어 START */
#gritter-notice-wrapper {
	top: 0;
	right: 0;
	width: 100%;
}
/* 공지사항 레이어 END */



/* 상담 평가 START */
.chat_vote * {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
.chat_vote {
	position:relative;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	border-top:1px #ccc solid;
	overflow:hidden;
	background-color:#fff;
	z-index:10;
}
.chat_vote .vote_description {
	font-size: .91em;
	font-weight:500;
	color: #333;
	line-height: 1.6em;
	padding: 6px 11px 16px 11px;
	margin-bottom: 12px;
	border-bottom: 1px solid #d9d9d9;
}
.chat_vote .vote_form {
	position: relative;
	height: 28px;
}
.chat_vote .vote_form .form_wrap {
	height: 100%;
	position: relative;
	background-color: #ffffff;
	margin-right: 10px;
	padding-left: 124px;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.chat_vote .vote_form .form_wrap .input_score {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 100%;
	text-align: center;
	font-size: 0;
	box-sizing: border-box;
}
.chat_vote .vote_form .form_wrap .input_score .star_on,
.chat_vote .vote_form .form_wrap .input_score .star_off
{
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 100%;
	background: no-repeat center center;
	background-size: 22px 23px;
}
.chat_vote .vote_form .form_wrap .input_score .star_on{
	background-image: url(/assets/img/public_v2/btn_grade_full.png);
}
.chat_vote .vote_form .form_wrap .input_score .star_off{
	background-image: url(/assets/img/public_v2/btn_grade_empty.png);
}
.chat_vote .vote_form .form_wrap .input_comment,
.chat_vote .vote_form .form_wrap .input_comment[disabled="disabled"] {
	width: 100%;
	height: 100%;
	padding: 1px 46px 0 6px;
	border: 1px solid #b0bec5;
	border-radius: 6px;
	cursor: auto;
	text-align: left;
	box-sizing: border-box;
	background-color: #ffffff;
	font-size: 1em;
	color: #c1c1c1;
}
.chat_vote .vote_form .form_submit {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 8px;
	width: 54px;
	height: 100%;
	background-color: #25b8b2;
	font-size: 1em;
	color: #ffffff;
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-indent: -9999999px;
	background: transparent url(/assets/img/public_v2/btn_write_send.png) no-repeat center center;
	background-size: 54px 25px;
}

.messageContentNormalButton {
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-right: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	padding-left: 4px;
	width: 200px;
	height: 38px;
	line-height: 38px;
	color: #696cff;
	background: #fff;
}

.ScenarioTopBorder {
	border-top: 1px solid #b1b1b1;
}

.ScenarioAnswerButton {
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-right: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	padding-left: 4px;
	width: 200px;
	height: 38px;
	line-height: 38px;
	color: #696cff;
	background: #fff;
}

.ScenarioAnswerEventButton {
	cursor: pointer;
}
/* 상담 평가 END */


/* 상담평가 완료 START */
#page-room {
	font-family: 'NanumBarunGothic' !important;
	width: 100%;
	height: 100%;
}

#page-room .inner-box {
	width: 360px;
	margin: -180px auto;
	border: 1px solid #c1c1c1;
	top: 50%;
	position: relative;
}

#page-room .inner-box .box-header {
	height: 52px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.6px;
	color: #333333;
	background-color: #f3f3f3;
}
#page-room .inner-box .box-header .box-title {
	height: 52px;
	line-height: 52px;
}
#page-room .inner-box .box-content {
	padding: 30px 52px 30px 52px;
	font-size: 16px;
	letter-spacing: -0.4px;
	text-align: center;
	color: #555555;
	line-height: 32px;
}

#page-room .inner-box .box-content p.small-font {
	font-size: 12px;
	color: #999999;
}
/* 상담평가 완료 END */








