/*@font-face {*/
/*font-family: 'Nanum Barun Gothic';*/
/*src: url(../font/NanumBarunGothic.eot);*/
/*src: local('Nanum Barun Gothic'),*/
/*local('NanumBarunGothic'),*/
/*url(../font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),*/
/*url(../font/NanumBarunGothic.woff2) format('woff2'),*/
/*url(../font/NanumBarunGothic.woff) format('woff'),*/
/*url(../font/NanumBarunGothic.ttf) format('truetype');*/
/*}*/
/*@font-face {*/
/*font-family: 'Nanum Barun Gothic';*/
/*font-weight: bold;*/
/*src: url(../font/NanumBarunGothicBold.eot);*/
/*src: local('Nanum Barun Gothic Bold'),*/
/*local('NanumBarunGothicBold'),*/
/*url(../font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),*/
/*url(../font/NanumBarunGothicBold.woff2) format('woff2'),*/
/*url(../font/NanumBarunGothicBold.woff) format('woff'),*/
/*url(../font/NanumBarunGothicBold.ttf) format('truetype');*/
/*}*/
@import url(/assets/font-SpoqaHanSans-kr.css);


/* *****************************************
공통
****************************************** */
.box .box-header {

}
.box .box-header .box-title {
    color: #222222;
    font-size: 16px;
    display: none;
}
.box .box-content {
}


/* *****************************************
대화방 목록
****************************************** */
/* 방생성 버튼 */
.box .box-header .room-create-btn {
    color: #ffffff;
    background-color: #ff703b;
}
/* 리스트의 대화방 cell */
.chat_room_list .select_room {
    background-color: #ffffff;
    border: 0;
}
/* 대화방 생성일자(yyyy-mm-dd) */
.chat_room_list .select_room .product-link {
}
/* 대화방 타이틀 - 접수대기중 */
#page-room-list.box .box-content .chat_room_list .select_room.room-status-0 .product-name {
    color: #33aed7;
    font-size: 14px;
}
/* 대화방 타이틀 - 상담중 */
#page-room-list.box .box-content .chat_room_list .select_room.room-status-1 .product-name {
    color: #ff703b;
    font-size: 14px;
}
/* 대화방 타이틀 - 완료 */
#page-room-list.box .box-content .chat_room_list .select_room.room-status-2 .product-name {
    color: #757575;
    font-size: 14px;
}
/* 대화방 상태명 - 접수대기중 */
#page-room-list.box .box-content .chat_room_list .select_room.room-status-0 .product-info .info-room-status {
    color: #33aed7;
}
/* 대화방 상태명 - 상담중 */
#page-room-list.box .box-content .chat_room_list .select_room.room-status-1 .product-info .info-room-status {
    color: #ff703b;
}
/* 대화방 상태명 - 완료 */
#page-room-list.box .box-content .chat_room_list .select_room.room-status-2 .product-info .info-room-status {
    color: #757575;
}


/* *****************************************
대화방
****************************************** */
/* 대화내용 상자 오른쪽 */
#page-room.box .box-content .chat-msg-list li.right .message {
    border: 0;
    color: #ffffff;
    background-color: #f08200;
}
#page-room.box .box-content .chat-msg-list li.right .message:after {
    border-left-color: #f08200;
}
#page-room.box .box-content .chat-msg-list li.right .message .msg_read {
    color: #f08200;
}
#page-room .box-content .chat-form {
    padding-left: 46px;
}
#page-room .box-content .chat-form .btn-faq {
    display: none;
}
#page-room .box-content .chat-form .btn-photo {
    left: 8px;
}
#page-room.box .box-content .chat-form #btn-send {
    background: transparent url(/assets/site/ijto/images/btn_write_send.png) no-repeat center center;
    background-size: 54px 24px;
}

