﻿@charset "utf-8";
@import url('../scdream/scdream.css');
/* **********************************************************************************/
/*@font-NanumSq: 'NanumSquare', sans-serif;*/
/*@font-Gmarket : 'GmarketSansMedium', sans-serif;*/
* {
  font-size: 16px;
  font-weight: 400;
}
input {
  font-family: 'SCDream', sans-serif;
}
.hidden {
  display: none !important;
}
.w1 {
  width: 1%;
}
.w2 {
  width: 2%;
}
.w3 {
  width: 3%;
}
.w4 {
  width: 4%;
}
.w5 {
  width: 5%;
}
.w6 {
  width: 6%;
}
.w7 {
  width: 7%;
}
.w8 {
  width: 8%;
}
.w9 {
  width: 9%;
}
.w10 {
  width: 10%;
}
.w11 {
  width: 11%;
}
.w12 {
  width: 12%;
}
.w13 {
  width: 13%;
}
.w14 {
  width: 14%;
}
.w15 {
  width: 15%;
}
.w16 {
  width: 16%;
}
.w17 {
  width: 17%;
}
.w18 {
  width: 18%;
}
.w19 {
  width: 19%;
}
.w20 {
  width: 20%;
}
.w21 {
  width: 21%;
}
.w22 {
  width: 22%;
}
.w23 {
  width: 23%;
}
.w24 {
  width: 24%;
}
.w25 {
  width: 25%;
}
.w26 {
  width: 26%;
}
.w27 {
  width: 27%;
}
.w28 {
  width: 28%;
}
.w29 {
  width: 29%;
}
.w30 {
  width: 30%;
}
.w31 {
  width: 31%;
}
.w32 {
  width: 32%;
}
.w33 {
  width: 33%;
}
.w34 {
  width: 34%;
}
.w35 {
  width: 35%;
}
.w36 {
  width: 36%;
}
.w37 {
  width: 37%;
}
.w38 {
  width: 38%;
}
.w39 {
  width: 39%;
}
.w40 {
  width: 40%;
}
.w41 {
  width: 41%;
}
.w42 {
  width: 42%;
}
.w43 {
  width: 43%;
}
.w44 {
  width: 44%;
}
.w45 {
  width: 45%;
}
.w46 {
  width: 46%;
}
.w47 {
  width: 47%;
}
.w48 {
  width: 48%;
}
.w49 {
  width: 49%;
}
.w50 {
  width: 50%;
}
.w51 {
  width: 51%;
}
.w52 {
  width: 52%;
}
.w53 {
  width: 53%;
}
.w54 {
  width: 54%;
}
.w55 {
  width: 55%;
}
.w56 {
  width: 56%;
}
.w57 {
  width: 57%;
}
.w58 {
  width: 58%;
}
.w59 {
  width: 59%;
}
.w60 {
  width: 60%;
}
.w61 {
  width: 61%;
}
.w62 {
  width: 62%;
}
.w63 {
  width: 63%;
}
.w64 {
  width: 64%;
}
.w65 {
  width: 65%;
}
.w66 {
  width: 66%;
}
.w67 {
  width: 67%;
}
.w68 {
  width: 68%;
}
.w69 {
  width: 69%;
}
.w70 {
  width: 70%;
}
.w71 {
  width: 71%;
}
.w72 {
  width: 72%;
}
.w73 {
  width: 73%;
}
.w74 {
  width: 74%;
}
.w75 {
  width: 75%;
}
.w76 {
  width: 76%;
}
.w77 {
  width: 77%;
}
.w78 {
  width: 78%;
}
.w79 {
  width: 79%;
}
.w80 {
  width: 80%;
}
.w81 {
  width: 81%;
}
.w82 {
  width: 82%;
}
.w83 {
  width: 83%;
}
.w84 {
  width: 84%;
}
.w85 {
  width: 85%;
}
.w86 {
  width: 86%;
}
.w87 {
  width: 87%;
}
.w88 {
  width: 88%;
}
.w89 {
  width: 89%;
}
.w90 {
  width: 90%;
}
.w91 {
  width: 91%;
}
.w92 {
  width: 92%;
}
.w93 {
  width: 93%;
}
.w94 {
  width: 94%;
}
.w95 {
  width: 95%;
}
.w96 {
  width: 96%;
}
.w97 {
  width: 97%;
}
.w98 {
  width: 98%;
}
.w99 {
  width: 99%;
}
.w100 {
  width: 100%;
}
.j-left {
  justify-content: left;
}
.j-center {
  justify-content: center;
}
.j-right {
  justify-content: right;
}
body {
  background-color: #2f4389;
}
.box-style {
  background-color: #fff;
  box-shadow: 0 0 18px 4px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.login-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1600px) {
  .login-wrap {
    padding: 20px;
  }
}
.login-size {
  min-width: 768px;
}
@media only screen and (max-width: 1600px) {
  .login-size {
    min-width: 100%;
  }
}
.login-box {
  padding: 50px 10%;
}
@media only screen and (max-width: 1600px) {
  .login-box {
    padding: 50px 5%;
  }
}
.login-logo {
  text-align: center;
  font-family: "Noto Sans KR";
  padding-bottom: 20px;
}
.login-title {
  padding: 15px 0;
}
.login-title p {
  font-family: 'SCDream', sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  word-break: keep-all;
}
.login-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.login-content .login-form-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: 20px;
  font-size: 15px;
}
.login-content .login-form-box .input-id {
  width: 100%;
  padding: 21px 10px 21px 55px;
  border: 2px solid #ececec;
  /*border-radius: 10px 10px 0 0;*/
  outline: none;
  background: url("/Content/interview/images/icon-id.png") no-repeat 20px 20px;
}
.login-content .login-form-box .input-password {
  width: 100%;
  padding: 21px 10px 21px 55px;
  margin-top: -2px;
  border: 2px solid #ececec;
  /*border-radius: 0 0 10px 10px;*/
  outline: none;
  background: url("/Content/interview/images/icon-pw.png") no-repeat 20px 20px;
}
.login-content .login-btn-box .login-btn {
  background-color: #2f4389;
  font-family: 'SCDream', sans-serif;
  font-size: 24px;
  padding: 50px 50px;
  /*border-radius: 10px;*/
  word-break: keep-all;
  color: #fff;
  transition: 0.2s;
}
.login-content .login-btn-box .login-btn:hover {
  text-decoration: none;
  background-color: #24397f;
  transition: 0.2s;
}
.login-notice {
  padding: 15px 0 0 0;
}
.login-notice li {
  font-family: 'SCDream', sans-serif;
  font-size: 15px;
  color: #2f4389;
  padding-bottom: 12px;
  line-height: 150%;
  list-style: none;
}
.login-notice li:last-child {
  padding-bottom: 0;
}
.login-notice li::before {
  content: "￭";
  font-size: 15px;
  color: #2f4389;
  padding-right: 8px;
}
.select-size {
  min-width: 1023px;
}
@media only screen and (max-width: 1600px) {
  .select-size {
    min-width: 100%;
  }
}
.select-content {
  width: 100%;
  margin: 35px 0;
}
.select-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1600px) {
  .select-group {
    flex-wrap: wrap;
  }
}
.select-group li {
  display: inline-block;
  list-style: none;
  margin-bottom: 25px;
}
.select-group li a {
  display: inline-block;
  text-align: center;
}
.select-group li a span {
  justify-content: center;
  font-family: 'SCDream', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2f4389;
}
.select-group li a:hover {
  text-decoration: none;
  color: #24397f;
}
.select-footer {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media only screen and (max-width: 1600px) {
  .select-footer {
    right: 30px;
    bottom: 30px;
  }
}
.select-logout-btn {
  display: inline-block;
  font-family: 'SCDream', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #2f4389;
  border-radius: 10px;
  padding: 15px 20px;
}
.select-logout-btn:hover {
  color: #fff;
  background-color: #24397f;
  text-decoration: none;
}
.select-img {
  display: block;
  width: 177px;
  height: 156px;
  margin-bottom: 18px;
}
.select-img.menu01 {
  background: url("/Content/interview/images/menu01.png");
}
.select-img.menu01:hover {
  background: url("/Content/interview/images/menu01-h.png");
}
.select-img.menu01.disabled {
  background: url("/Content/interview/images/menu01-dis.png");
}
.select-img.menu02 {
  background: url("/Content/interview/images/menu02.png");
}
.select-img.menu02:hover {
  background: url("/Content/interview/images/menu02-h.png");
}
.select-img.menu02.disabled {
  background: url("/Content/interview/images/menu02-dis.png");
}
.select-img.menu03 {
  background: url("/Content/interview/images/menu03.png");
}
.select-img.menu03:hover {
  background: url("/Content/interview/images/menu03-h.png");
}
.select-img.menu03.disabled {
  background: url("/Content/interview/images/menu03-dis.png");
}
.select-img.menu04 {
  background: url("/Content/interview/images/menu04.png");
}
.select-img.menu04:hover {
  background: url("/Content/interview/images/menu04-h.png");
}
.select-img.menu04.disabled {
  background: url("/Content/interview/images/menu04-dis.png");
}
.password-size {
  min-width: 600px;
}
@media only screen and (max-width: 1600px) {
  .password-size {
    min-width: 100%;
  }
}
.password-form-group {
  margin: 15px 0;
}
.password-form-group label {
  width: 120px;
  margin-right: 10px;
  font-family: 'SCDream', sans-serif;
  font-size: 16px;
  color: #444;
  text-align: right;
}
.password-form-group .password-form {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 8px 10px;
  width: calc(100% - 140px);
  outline-style: none;
}
.password-footer {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}
.password-footer a {
  margin-left: 5px;
}
.password-footer .password-cancel-btn {
  display: inline-block;
  font-family: 'SCDream', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #aaa;
  border-radius: 10px;
  padding: 15px 20px;
}
.password-footer .password-cancel-btn:hover {
  color: #fff;
  background-color: #999;
  text-decoration: none;
}
.password-footer .passowrd-save-btn {
  display: inline-block;
  font-family: 'SCDream', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #2f4389;
  border-radius: 10px;
  padding: 15px 20px;
}
.password-footer .passowrd-save-btn:hover {
  color: #fff;
  background-color: #24397f;
  text-decoration: none;
}
#TalkExam {
  padding: 10px 10px 0 10px;
}
.talk-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
}
.talk-title .teacherInfo {
  padding-left: 10px;
  width: 230px;
  font-size: 20px;
  font-weight: bold;
  color: #2f4389;
}
@media only screen and (max-width: 1600px) {
  .talk-title .teacherInfo {
    font-size: 15px;
  }
}
.talk-title p {
  width: calc(100% - 580px);
  font-family: 'SCDream', sans-serif;
  color: #2f4389;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .talk-title p {
    font-size: 18px;
    padding: 0 20px;
    word-break: keep-all;
    line-height: 120%;
    margin-top: 4px;
  }
}
.intv-btn {
  display: inline-block;
  font-family: 'SCDream', sans-serif;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 27px 12px;
  border-radius: 3px;
}
.left-toggle-btn {
  color: #fff;
  background-color: #2f4389;
}
.left-toggle-btn:hover {
  color: #fff;
}
.talk-yellow-btn {
  background-color: #ffcc02;
  color: #222;
}
.talk-yellow-btn:hover {
  color: #222;
}
.talk-green-btn {
  color: #fff;
  background-color: #59a04f;
}
.talk-green-btn:hover {
  color: #222;
}
.talk-white-btn {
  color: #2f4389;
  background-color: #fff;
}
.talk-white-btn:hover {
  color: #24397f;
}
.talk-content {
  display: flex;
  gap: 10px;
}
.talk-box-left {
  min-width: 350px;
  order: 1;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 130px);
}
.talk-box-left .talk-wait {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  height: 50%;
  flex: 1;
  overflow-y: auto;
  border-radius: 10px 0 0 10px;
}
.talk-box-left .talk-wait::-webkit-scrollbar {
  width: 10px;
}
.talk-box-left .talk-wait::-webkit-scrollbar-thumb {
  background-color: #222;
}
.talk-box-left .talk-wait::-webkit-scrollbar-track {
  background-color: #ddd;
}
.talk-box-left .talk-finish {
  display: flex;
  flex-direction: column;
  height: 50%;
  flex: 1;
  border-radius: 10px 0 0 10px;
}
.talk-box-left .talk-box-left-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background-color: #eee;
  border-bottom: 2px solid #fff;
  height: 60px;
  border-radius: 10px 10px 0 0;
}
.talk-box-left .talk-box-left-info .info-tit {
  font-family: 'SCDream', sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #2f4389;
}
.talk-box-left .talk-box-left-info .info-count {
  font-family: 'SCDream', sans-serif;
  font-size: 20px;
  color: #2f4389;
}
.talk-box-left .talk-box-left-title {
  background-color: #ddd;
  height: 50px;
}
.talk-box-left .talk-box-left-content {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  overflow-y: auto;
  flex: 1;
}
.talk-box-left .talk-box-left-content::-webkit-scrollbar {
  width: 10px;
}
.talk-box-left .talk-box-left-content::-webkit-scrollbar-thumb {
  background-color: #222;
}
.talk-box-left .talk-box-left-content::-webkit-scrollbar-track {
  background-color: #ddd;
}
.talk-box-left .talk-box-left-content .list-wrap:nth-child(2n+2) {
  background-color: #eee;
}
.talk-box-left .talk-box-left-content .list-item {
  min-height: 35px;
}
.talk-box-left .list-item {
  padding: 0 5px;
  min-height: 50px;
  border-right: none;
}
.talk-box-center {
  position: relative;
  width: calc(100% - 550px);
  order: 2;
}
.talk-box-center .talk-bak-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.talk-box-center .talk-user {
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ddd;
}
.talk-box-center .talk-user-img {
  width: 140px;
  min-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 7px;
  padding: 2px;
  background-color: #eee;
  height: 140px;
}
.talk-box-center .talk-user-img img {
  width: 110px;
  height: 130px;
}
.talk-box-center .talk-user-status {
  width: calc(100% - 320px);
}
.talk-box-center .talk-user-status ul li {
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.talk-box-center .talk-user-status ul li .talk-user-title {
  width: 40%;
  font-family: 'SCDream', sans-serif;
  text-align: center;
  font-size: 18px;
  color: #222;
  padding: 15px;
}
.talk-box-center .talk-user-status ul li .talk-user-content {
  width: 60%;
  background-color: #eee;
  font-family: 'SCDream', sans-serif;
  font-size: 18px;
  color: #222;
  padding: 15px;
}
.talk-box-center .talk-user-status ul li:last-child {
  border-bottom: none;
}
.talk-box-center .talk-user-score {
  width: 140px;
  min-width: 140px;
  border-radius: 0 10px 10px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0 10px;
}
.talk-box-center .talk-user-score span {
  font-family: 'SCDream', sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #2f4389;
}
.talk-box-center .talk-user-score span:first-child {
  padding-right: 7px;
}
.talk-box-center .talk-check-title {
  background-color: #eee;
  border-radius: 10px 10px 0 0;
}
.talk-box-center .talk-check-content {
  list-style: none;
}
.talk-box-center .talk-check-content li {
  border-bottom: 1px solid #ccc;
}
.talk-box-center .talk-check-content li:last-child {
  border-bottom: none;
}
.talk-box-center .talk-check-footer {
  border-top: 1px solid #ccc;
}
.list-wrap {
  display: flex;
  justify-content: space-between;
}
.list-item {
  display: flex;
  align-items: center;
  padding: 30px 10px;
  min-height: 73px;
  border-right: 1px solid #ccc;
  /*    &:last-child {
        border-right: none;
    }*/
}
.list-item.check-item {
  flex-direction: column;
}
.list-item.check-item span {
  margin-top: 8px;
  font-weight: bold;
}
.tit-style-1 {
  font-family: 'SCDream', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2f4389;
}
.tit-style-2 {
  font-family: 'SCDream', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #2f4389;
}
.tit-style-3 {
  font-family: 'SCDream', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #2f4389;
  margin-left: 15px;
}
.tit-style-4 {
  font-family: 'SCDream', sans-serif;
  font-size: 15px;
  color: #222;
}
.con-style-1 {
  font-family: 'SCDream', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  padding: 0 15px;
  line-height: 150%;
}
.con-style-2 {
  font-family: 'SCDream', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #2f4389;
  padding-right: 7px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.con-style-3 {
  font-family: 'SCDream', sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #2f4389;
  padding-right: 7px;
}
.con-style-4 {
  font-family: 'SCDream', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #444;
}
.talk-box-right {
  min-width: 180px;
  width: 180px;
  order: 3;
}
.talk-box-right .talk-nowinfo {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 130px);
  background-color: #eee;
  box-shadow: 0 0 0 0;
}
.talk-box-right .talk-nowinfo-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.talk-box-right .talk-nowinfo-title {
  display: flex;
  text-align: center;
}
.talk-box-right .talk-nowinfo-subject {
  width: 100%;
  padding: 15px 0;
  border-right: 1px solid #ccc;
}
.talk-box-right .talk-nowinfo-subject:last-child {
  border-right: none;
}
.talk-box-right .talk-nowinfo-content {
  display: flex;
  flex: 1;
  text-align: center;
  background-color: #fff;
}
.talk-box-right .talk-nowinfo-graph {
  width: 100%;
  border-right: 1px solid #ccc;
  min-height: 100%;
}
.talk-box-right .talk-nowinfo-graph p {
  margin: 5px 0;
}
.talk-box-right .talk-nowinfo-graph:last-child {
  border-right: none;
}
.talk-nowinfo-time {
  display: inline-block;
  padding: 15px 15px 5px;
}
.talk-nowinfo-time span {
  font-family: 'SCDream', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.talk-full-between {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
}
.talk-full-right {
  display: flex;
  justify-content: right;
  width: 100%;
  margin: 10px 0;
}
.talk-full-right a {
  margin-left: 10px;
}
.talk-box-btn {
  font-family: 'SCDream', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #2f4389;
  word-break: keep-all;
  padding: 3px 7px;
  border-radius: 2px;
  min-width: 60px;
  text-align: center;
}
.talk-box-btn:hover {
  color: #fff;
  background-color: #24397f;
}
.status-off .talk-box-left {
  display: none !important;
}
.status-off .talk-box-center {
  width: calc(100% - (180px + 30px));
}
.modal .modal-dialog {
  margin: 0;
  padding: 0.5rem;
}
.modal .modal-dialog .modal-content .modal-header {
  background-color: #fff;
  border-bottom: none;
  padding: 2rem;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: 'SCDream', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #2f4389;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0 2rem 2rem;
}
.modal .modal-dialog .modal-content .modal-body .bootbox-body {
  font-family: 'SCDream', sans-serif;
  font-size: 20px;
  color: #666;
  line-height: 140%;
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
}
.modal .modal-dialog .modal-content .modal-footer .btn-closed {
  font-family: 'SCDream', sans-serif;
  font-size: 20px;
  color: #333;
  padding: 10px 2rem;
  border: 2px solid #ddd;
  border-radius: 10px;
}
.question-title {
  width: 50%;
}
.question-items {
  width: 40%;
  display: flex;
  justify-content: space-evenly;
}
.question-items .list-item {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 20px;
}
.question-point {
  width: 10%;
  min-width: 80px;
}
.question-point.point-label {
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  justify-content: flex-end;
}
.intv-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 0 20px;
}
.intv-title .control-btn span {
  font-size: 20px;
  font-weight: bold;
}
.intv-title .title p {
  font-size: 28px;
  font-weight: bolder;
}
.talk-user {
  display: flex;
}
.talk-content .talk-box-left {
  width: 350px;
  min-width: 350px;
}
.talk-content .talk-box-center {
  width: calc(100% - (350px + 180px + 30px));
}
.talk-content .talk-box-right {
  width: 180px;
}
.talk-content.status-off .talk-box-center {
  width: calc(100% - (180px + 30px));
}
@media only screen and (max-width: 1600px) {
  .talk-content .talk-box-center {
    width: calc(100% - 390px);
  }
  .talk-content .talk-box-center .talk-user-status {
    width: 100%;
  }
  .talk-content .talk-box-center .talk-user-status ul li .talk-user-title {
    font-size: 15px;
    font-weight: bold;
  }
  .talk-content .talk-box-center .talk-user-status ul li .talk-user-content {
    font-size: 15px;
    font-weight: bold;
  }
  .talk-content .talk-box-center .talk-user-status ul li:last-child {
    border-bottom: none;
  }
  .talk-content .talk-box-right {
    display: none;
  }
  .talk-content.status-off .talk-box-center {
    width: calc(100% - 220px);
  }
  .talk-content.status-off .talk-box-right {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .talk-content {
    min-width: 1200px;
  }
  .talk-content .talk-box-center {
    width: calc(100% - (350px + 30px));
  }
  .talk-content .talk-box-center .talk-user-status {
    width: 100%;
  }
  .talk-content .talk-box-center .talk-user-status ul li .talk-user-title {
    font-size: 15px;
    font-weight: bold;
  }
  .talk-content .talk-box-center .talk-user-status ul li .talk-user-content {
    font-size: 15px;
    font-weight: bold;
  }
  .talk-content .talk-box-center .talk-user-status ul li:last-child {
    border-bottom: none;
  }
  .talk-content .talk-box-right {
    display: none;
  }
  .talk-content.status-off .talk-box-center {
    width: 98%;
  }
  .talk-content.status-off .talk-box-right {
    display: none;
  }
}