@charset "utf-8";

.page-report {
  font-size: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.page-report .page {
  width: 210mm;
  min-height: 297mm;
  position: relative;
  margin: 0 auto 50px auto;
  padding: 45px 40px 40px 40px;
  border: 1px solid #ddd;
}

.page-report .page:last-of-type {
  margin-bottom: 0;
}

.page-report .page-cover {
  background: url(../imgs/interview/report_cover.png) #e9ecf0 no-repeat;
}

.page-report .page-cover .logo {
  width: 200px;
}

.page-report .page-cover .logo img {
  width: 100%;
}

.page-report .page-cover .txt-wrap {
  position: absolute;
  right: 36px;
  top: 601px;
}

.page-report .page-cover .txt-wrap h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  text-align: right;
  color: #1a4478;
}

.page-report .page-cover .txt-wrap .info-list {
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  color: #666;
}

.page-report .page-cover .txt-wrap .info-list strong {
  color: #333;
}

.page-report .page-cover .txt-wrap .info-list li {
  display: inline-block;
}

.page-report .page-cover .txt-wrap .info-list li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background-color: #ccc;
}

.page-report .page-cover .txt-wrap .info-list li:last-child::after {
  display: none;
}

.page-report .page .page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: 15px;
  width: 703px;
  font-size: 12px;
  color: #666;
}

.page-report .page .page-header .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
}

/* .page-report .page dl.noti-box {
  padding: 15px 25px;
  border-radius: 4px;
  background: #ffe6e6;
}

.page-report .page dl.noti-box dt {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(/imgs/common/ico_noti_red.svg) left center no-repeat;
  color: #ff6767;
  font-weight: bold;
  font-size: 16px;
}

.page-report .page dl.noti-box dd {
  line-height: 1.4;
  font-size: 16px;
} */

.page-report .question-wrap {
  width: 100%;
  margin-top: 5px;
}

.page-report .question-title {
  display: flex;
  width: 100%;
  padding: 15px 20px;
  border-radius: 8px;
  background: #f7f9fc;
  border: 1px solid #eee;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
}

.page-report .question-title strong {
  margin-right: 10px;
  color: #297de4;
}

.page-report .answer-wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.page-report .answer-wrap .answer-title {
  margin-right: 8px;
  padding: 6px 15px;
  border-radius: 15px;
  background: #e5f1ff;
  font-weight: 700;
  color: #297de4;
}

.page-report .answer-wrap .answer {
  margin-right: 30px;
  font-weight: 500;
}

.page-report .report-wrap {
  width: 100%;
  margin-top: 20px;
}

.page-report .report-wrap .tit-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.page-report .report-wrap .tit-wrap .report-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.page-report .report-wrap .tit-wrap .report-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 10px;
  background: #4c82c6;
}

.page-report .report-wrap .tit-wrap .sub-txt {
  margin-left: 15px;
  line-height: 1.4;
  color: #666;
}

.page-report .report-wrap .tit-wrap .sub-txt .my {
  color: #297de4;
  font-weight: 700;
}

.page-report .report-wrap .tit-wrap .sub-txt .average {
  color: #77d756;
  font-weight: 700;
}

.page-report .report-wrap .act-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #c7d3e2;
}

.page-report .report-wrap .act-wrap .act {
  width: 50%;
  padding: 16px 12px;
  border-bottom: 1px solid #c7d3e2;
}

.page-report .report-wrap .act-wrap .act.full-width {
  width: 100%;
  border-right: none !important;
}

.page-report .report-wrap .act-wrap .act:nth-child(2n-1) {
  border-right: 1px solid #c7d3e2;
}

.page-report .report-wrap .act-wrap .act h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #4c82c6;
}

.page-report .report-wrap .act-wrap .act p.result-txt {
  margin-top: 8px;
  word-break: break-all;
  line-height: 1.4;
}

.page-report .report-wrap .act-wrap .act p.result-txt > span {
  color: #ff4444;
  font-weight: 700;
}

.page-report .report-wrap .act-wrap .act .ex-txt {
  min-height: 100px;
  color: #666;
  line-height: 1.4;
  word-break: break-all;
}

.page-report .report-wrap .act-wrap .act .ex-txt.bottom {
  min-height: 65px;
}

.page-report .report-wrap .act-wrap .act .result-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
  width: 100%;
  margin-top: 10px;
  padding-left: 20px;
}

.page-report .report-wrap .act-wrap .act .result-wrap.table-container {
  padding-left: 0;
  column-gap: 10px;
}

.page-report .report-wrap .act-wrap .act .result-wrap .table-wrap {
  width: calc(50% - 5px);
}

.page-report .report-wrap .act-wrap .act .result-wrap .result01 table {
  width: 105px;
  height: 105px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.page-report .report-wrap .act-wrap .act .result-wrap .result01 table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.page-report .report-wrap .act-wrap .act .result-wrap .result01 table tr td {
  width: 35px;
  height: 35px;
  padding: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  font-size: 0;
}

.page-report .report-wrap .act-wrap .act .result-wrap .result.result01 {
  width: 100%;
  background: url(/imgs/interview/img_report_graph.png) center center no-repeat;
  background-size: contain;
}

.page-report .report-wrap .act-wrap .act .result-wrap .result.result02 {
  background: url(/imgs/interview/img_report_result01.png) center center
    no-repeat;
}

.page-report .report-wrap .act-wrap .act .result-wrap .result.result03 {
  background: url(/imgs/interview/img_report_result02.png) center center
    no-repeat;
}

.page-report .report-wrap .act-wrap .act .result-wrap .result.result04 {
  background: url(/imgs/interview/img_report_result03.png) center center
    no-repeat;
}

.page-report .report-wrap .act-wrap .act .result-wrap .table-my td.strong09 {
  background: rgba(41, 125, 228, 0.9);
}

.page-report .report-wrap .act-wrap .act .result-wrap .table-my td.strong08 {
  background: rgba(41, 125, 228, 0.8);
}

.page-report .report-wrap .act-wrap .act .result-wrap .table-my td.strong07 {
  background: rgba(41, 125, 228, 0.7);
}

.page-report .report-wrap .act-wrap .act .result-wrap .table-my td.strong06 {
  background: rgba(41, 125, 228, 0.6);
}

.page-report .report-wrap .act-wrap .act .result-wrap .table-my td.strong05 {
  background: rgba(41, 125, 228, 0.5);
}

.page-report .report-wrap .act-wrap .act .result-wrap .table-my td.strong04 {
  background: rgba(41, 125, 228, 0.4);
}

.page-report .report-wrap .act-wrap .act .result-wrap .table-my td.strong03 {
  background: rgba(41, 125, 228, 0.3);
}

.page-report .report-wrap .act-wrap .act .result-wrap .table-my td.strong02 {
  background: rgba(41, 125, 228, 0.2);
}

.page-report .report-wrap .act-wrap .act .result-wrap .table-my td.strong01 {
  background: rgba(41, 125, 228, 0.1);
}

.page-report
  .report-wrap
  .act-wrap
  .act
  .result-wrap
  .table-average
  td.strong09 {
  background: rgba(119, 215, 86, 0.9);
}

.page-report
  .report-wrap
  .act-wrap
  .act
  .result-wrap
  .table-average
  td.strong08 {
  background: rgba(119, 215, 86, 0.8);
}

.page-report
  .report-wrap
  .act-wrap
  .act
  .result-wrap
  .table-average
  td.strong07 {
  background: rgba(119, 215, 86, 0.7);
}

.page-report
  .report-wrap
  .act-wrap
  .act
  .result-wrap
  .table-average
  td.strong06 {
  background: rgba(119, 215, 86, 0.6);
}

.page-report
  .report-wrap
  .act-wrap
  .act
  .result-wrap
  .table-average
  td.strong05 {
  background: rgba(119, 215, 86, 0.5);
}

.page-report
  .report-wrap
  .act-wrap
  .act
  .result-wrap
  .table-average
  td.strong04 {
  background: rgba(119, 215, 86, 0.4);
}

.page-report
  .report-wrap
  .act-wrap
  .act
  .result-wrap
  .table-average
  td.strong03 {
  background: rgba(119, 215, 86, 0.3);
}

.page-report
  .report-wrap
  .act-wrap
  .act
  .result-wrap
  .table-average
  td.strong02 {
  background: rgba(119, 215, 86, 0.2);
}

.page-report
  .report-wrap
  .act-wrap
  .act
  .result-wrap
  .table-average
  td.strong01 {
  background: rgba(119, 215, 86, 0.1);
}

.page-report .report-wrap .act-wrap .act .result-wrap .result.result01 ~ p {
  padding: 10px 0 15px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.page-report .report-wrap .act-wrap .act .result-wrap .result.result01 ~ p.my {
  color: #297de4;
}

.page-report
  .report-wrap
  .act-wrap
  .act
  .result-wrap
  .result.result01
  ~ p.average {
  color: #77d756;
}

.page-report .report-wrap .act-wrap .act .result-wrap .result02 table {
  width: 120px;
  height: 120px;
  border-top: 0;
}

.page-report .report-wrap .act-wrap .act .result-wrap .result02 table tr {
  border: 0;
}

.page-report .report-wrap .act-wrap .act .result-wrap .result02 table tr td {
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  font-size: 0;
  border: 0;
}

.page-report .report-wrap .act-wrap .act .result-wrap .result {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 156px;
}

.page-report .report-wrap .act-wrap .act .result-list {
  width: calc(100% - 185px);
}

.page-report .report-wrap .act-wrap .act .result-list > li p {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
}

.page-report .report-wrap .act-wrap .act .result-wrap .result-list > li.my p {
  color: #297de4;
}

.page-report
  .report-wrap
  .act-wrap
  .act
  .result-wrap
  .result-list
  > li.average
  p {
  margin-top: 10px;
  color: #77d756;
}

.page-report .report-wrap .act-wrap .result-list.graph-list > li p:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
}

.page-report .report-wrap .act-wrap .result-list.graph-list > li.my p:before {
  background: #297de4;
}

.page-report
  .report-wrap
  .act-wrap
  .result-list.graph-list
  > li.myaverage
  p:before {
  background: #1f6ae0;
}

.page-report
  .report-wrap
  .act-wrap
  .result-list.graph-list
  > li.average
  p:before {
  background: #f36763;
}

.page-report .report-wrap .act-wrap .result-list.graph-list > li.low p:before {
  background: #1282df;
}

.page-report .report-wrap .act-wrap .result-list.graph-list > li.mid p:before {
  background: #f58322;
}

.page-report .report-wrap .act-wrap .result-list.graph-list > li.high p:before {
  background: #eb6164;
}

.page-report .report-wrap .act-wrap .result-list.horizontal {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 8px 0px;
}

.page-report .report-wrap .act-wrap .result-list.horizontal li {
  margin: 0 10px;
}

.page-report .report-wrap .act-wrap .result-list.horizontal li p {
  font-weight: 500;
}

.page-report .report-wrap .act-wrap .result-list.horizontal li.average p {
  margin: 0;
}

.page-report .report-wrap .act-wrap .act .result-list > li dl {
  display: flex;
  flex-wrap: wrap;
}

.page-report .report-wrap .act-wrap .act .result-list > li dl dt {
  width: 65px;
  margin: 2px 0;
  color: #888;
  font-size: 14px;
}

.page-report .report-wrap .act-wrap .act .result-list > li dl dd {
  width: calc(100% - 65px);
  margin: 2px 0;
  font-size: 14px;
  font-weight: 700;
}

.page-report .page .page-footer {
  position: absolute;
  bottom: 14px;
  width: 703px;
}

.page-report .page .page-footer {
  text-align: right;
  font-size: 13px;
  color: #666;
}

.page-report .report-wrap .act-wrap .act .voice-img {
  width: 100%;
  height: 196px;
  margin-bottom: 10px;
  text-align: center;
}

.page-report .report-wrap .act-wrap .act .voice-img img {
  height: 100%;
  object-fit: contain;
}

.page-report .btn-wrap {
  margin-top: 30px;
}

.page-report .report-wrap .combi-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  margin: 16px 0px 10px 0px;
}

.page-report .report-wrap .combi-img .first-img {
  width: 230px;
  height: 230px;
  margin-right: 15px;
}

.page-report .report-wrap .combi-img .second-img {
  width: 420px;
  height: 230px;
}

.page-report .report-wrap .explain-wrap {
  width: 100%;
  padding: 15px 20px;
  border-radius: 8px;
  background: #f7f9fc;
  border: 1px solid #eee;
}

.page-report .report-wrap .explain-wrap .explain-title {
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #297de4;
}

.page-report .report-wrap .explain-wrap p {
  line-height: 1.5;
}

.page-report .report-wrap .explain-wrap p span {
  color: #ff4444;
  font-weight: 700;
}

.page-report .page-end .btn-wrap {
  justify-content: space-between;
  margin-top: 20px;
}

.page-report .page-end .btn-wrap .left-btn {
  display: flex;
}

.page-report .report-wrap .sub-title {
  width: fit-content;
  margin-top: 15px;
  padding: 8px 15px;
  border-radius: 15px;
  background: #e5f1ff;
  font-weight: 700;
  color: #297de4;
}

.page-report .report-wrap .quiz-img {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.page-report .report-wrap .container:not(:first-of-type) {
  margin-top: 40px;
}

.page-report .report-wrap .explain-wrap .explain-list li {
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.page-report .report-wrap .explain-wrap .explain-list li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 6px;
  border-radius: 4px;
  background: #333;
}

.page-report .report-wrap .cloud-img {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 220px;
  margin: 15px 0 12px 0;
}

.page-report .report-wrap .similar-box {
  margin: 8px 0px;
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  background: #e7f1ff;
}

.page-report .report-wrap .similar-box span {
  margin-right: 4px;
  color: #297de4;
  font-size: 20px;
  font-weight: 700;
}

/* .page-report .report-wrap .similar-box ~ dl.noti-box dd {
  font-size: 13px;
  letter-spacing: -0.05em;
} */

/* 시뮬레이터 결과 리포트 */

/* .simulator-report.page-report {
    font-size: 14px;
}

.simulator-report.page-report .page {
    padding: 50px 40px 40px 40px;
}

.simulator-report.page-report .page-cover .txt-wrap {
    width: 293px;
}

.simulator-report.page-report h3.question-title {
    margin-bottom: 15px;
}

.simulator-report.page-report h3.question-title ~ h3.question-title {
    margin-top: 50px;
}

.simulator-report.page-report .table-wrap {
    margin-bottom: 30px;
}

.simulator-report.page-report .table-wrap:last-of-type {
    margin-bottom: 0;
}

.simulator-report.page-report .table-wrap table {
    border-top: 0;
}

.simulator-report.page-report .table-wrap table thead th {
    padding: 7px 10px;
    background: #4C82C6;
    color: #fff;
}

.simulator-report.page-report .table-wrap table tr {
    border: 0;
}

.simulator-report.page-report .table-wrap table tbody th {
    padding: 7px 10px;
    background: #E6EFFA;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 1.3;
}

.simulator-report.page-report .table-wrap table tbody td {
    border: 0;
    line-height: 1.3;
}

.simulator-report.page-report .table-wrap table tbody td span.up {
    margin-right: 3px;
    color: #FF6868;
}

.simulator-report.page-report .table-wrap table tbody td span.down {
    margin-right: 3px;
    color: #297DE4;
}

.simulator-report.page-report .table-wrap .table-des {
    margin-top: 10px;
    color: #888;
    line-height: 1.4;
}

.simulator-report.page-report .univ-tit {
    margin-bottom: 20px;
    padding: 12px 20px;
    background: #4C82C6;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.simulator-report.page-report .table-wrap .table-tit {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.simulator-report.page-report .table-wrap .table-tit:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    margin-right: 8px;
    background: #4C82C6;
}

.simulator-report.page-report .table-wrap .table-tit span {
    margin-left: 8px;
    color: #888;
    font-weight: 400;
}

.simulator-report.page-report .table-wrap .notice {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #ff6a6a;
}

.simulator-report.page-report .table-wrap .notice:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url(/imgs/common/ico_noti_red.svg) center center no-repeat;
}

.simulator-report.page-report .table-wrap .txt-box {
    margin-bottom: 8px;
    padding: 15px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
}

.simulator-report.page-report .table-wrap .txt-box p.tit {
    margin-bottom: 8px;
    color: #297DE4;
    font-weight: 500;
}

.simulator-report.page-report .table-wrap .txt-box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.simulator-report.page-report .table-wrap .txt-box ul li:last-of-type {
    margin-bottom: 0;
}

.simulator-report.page-report .table-wrap .txt-box ul li:before {
    content: "·";
    margin-right: 5px;
}

.simulator-report.page-report .table-wrap .wordcloud-wrap {
    width: 100%;
    height: 80px;
    background: #f7f8f9;
}

.simulator-report.page-report .table-wrap .wordcloud-wrap.lg {
    height: 100px;
}

.simulator-report.page-report .table-wrap .border-table tbody tr td {
    border-bottom: 1px solid #ddd;
}

.simulator-report.page-report .prepare-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 250px;
    padding-left: 60px;
    border-radius: 4px;
    background: #f7f8f9 url(/imgs/common/img_prepare.svg) bottom right 60px no-repeat;
}

.simulator-report.page-report .prepare-wrap p.txt {
    font-size: 15px;
    font-weight: 700;
} */

/* 2023 시뮬레이터 결과 리포트 */

.simulator-report.page-report {
  font-size: 13px;
}

.simulator-report.page-report .page:not(.page-cover) {
  padding: 55px 45px 40px 45px;
}

.page-report .noti-box {
  margin-bottom: 30px;
  padding: 16px 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.page-report .noti-box p.tit {
  display: flex;
  align-items: center;
  column-gap: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
}

.page-report .noti-box p.tit::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/imgs/entrance/ico_noti.svg") center center no-repeat;
}

.page-report .noti-box p.con {
  color: #555;
  line-height: 1.5;
}

.simulator-report.page-report .noti-box ul li {
  color: #555;
  font-size: 13px;
  line-height: 1.5;
  padding-left: 0.7em;
  text-indent: -0.7em;
}

.simulator-report.page-report .noti-box ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #297de4;
  margin-right: 6px;
  vertical-align: middle;
}

.simulator-report .list-box {
  margin-bottom: 10px;
  padding: 16px 20px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.simulator-report .list-box p.tit {
  color: #297de4;
  font-size: 13px;
  font-weight: 500;
}

.simulator-report .list-box p.tit::before {
  display: none;
}

.simulator-report .con-wrap {
  margin-bottom: 40px;
}

.simulator-report .con-wrap:last-of-type {
  margin-bottom: 0;
}

.simulator-report .con-wrap .con-title {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #2e4055;
}

.simulator-report .con-wrap .con-title h3 {
  padding: 8px 12px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #2e4055;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.simulator-report .con-wrap .con-title p.sub-des {
  color: #788492;
}

.simulator-report table {
  border-top: 0;
}

.simulator-report table thead th {
  padding: 6px;
  background: #3f7fcd;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}

.simulator-report table tbody th {
  padding: 5px 6px;
  background: #f0f2f5;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  line-height: 1.3;
  vertical-align: middle;
}

.simulator-report table tbody td {
  padding: 5px 6px;
  border-color: #eee;
}

.simulator-report table tbody td span.up,
.simulator-report table tbody td span.down {
  color: #777;
}

.simulator-report table tbody td span.up::before {
  content: "▲";
  display: inline-block;
  margin-right: 2px;
  color: #ff6868;
}

.simulator-report table tbody td span.down::before {
  content: "▼";
  display: inline-block;
  color: #297de4;
}

.simulator-report .table-wrap .table-des {
  margin-top: 10px;
  color: #777;
  font-size: 12px;
  line-height: 1.4;
}

.simulator-report .table-wrap.box-wrap {
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 12px;
  background: #f7f9fc;
  border: 1px solid #eee;
}

.simulator-report .table-wrap.box-wrap:last-of-type {
  margin-bottom: 0;
}

.simulator-report .table-wrap.box-wrap table {
  margin-top: 10px;
}

.simulator-report .univ {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 6px;
  border-radius: 6px;
  font-weight: 700;
}

.simulator-report .univ span {
  height: 22px;
  padding: 0 14px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  line-height: 22px;
}

.simulator-report .univ.univ01 {
  background: #cff3ff;
  color: #00ade7;
}

.simulator-report .univ.univ01 span {
  background: #00ade7;
}

.simulator-report .univ.univ02 {
  background: #d9f7f5;
  color: #30c1c8;
}

.simulator-report .univ.univ02 span {
  background: #30c1c8;
}

.simulator-report .univ.univ03 {
  background: #e3f9f1;
  color: #23c188;
}

.simulator-report .univ.univ03 span {
  background: #23c188;
}

.simulator-report .con-title ~ .univ {
  margin-bottom: 10px;
}

.simulator-report .con-wrap h4 {
  margin: 20px 0 10px 0;
  font-size: 14px;
  font-weight: 700;
}

.simulator-report .con-wrap .h4-des {
  margin-bottom: 10px;
  color: #297de4;
}

.simulator-report .con-wrap table .wordcloud {
  padding: 15px 10px;
  background: #f7f9fc;
}

.simulator-report .con-wrap table .wordcloud > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.simulator-report .con-wrap table .wordcloud-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 48px 0;
}

.simulator-report .con-wrap table .wordcloud-empty::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(../imgs/entrance/ico_wordcloud_empty.svg) no-repeat;
}

.simulator-report .table-container:not(:last-of-type) {
  margin-bottom: 30px;
}

.simulator-report .table-row {
  display: flex;
  column-gap: 8px;
  align-items: flex-start;
  justify-content: space-between;
}

.simulator-report .table-row table {
  font-size: 11px;
}

.simulator-report .table-row table th {
  padding: 5px 2px;
}

.simulator-report .table-row table td {
  padding: 5px 2px;
}

/* 2023 모의면접 결과 리포트 */

.page-report.interview-report {
  font-size: 14px;
}

.page-report.interview-report .page-cover .txt-wrap {
  width: 240px;
}

.page-report.interview-report .page-cover .txt-wrap h1:first-child {
  text-align: left;
}

.interview-report .report-wrap .report-title {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #2e4055;
}

.interview-report .report-wrap .report-title h3 {
  padding: 8px 12px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #2e4055;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.interview-report .report-wrap .report-title p.sub-des {
  font-size: 13px;
  color: #788492;
}

.interview-report .report-wrap .report-title p.sub-des .my {
  color: #297de4;
  font-weight: 700;
}

.interview-report .report-wrap .report-title p.sub-des .average {
  color: #77d756;
  font-weight: 700;
}

.interview-report .report-wrap .explain-wrap ~ .explain-wrap {
  margin-top: 10px;
}

.interview-report .report-wrap .cloud-wrap {
  display: flex;
  column-gap: 6px;
}

.interview-report .report-wrap .cloud-wrap > li {
  width: calc(50% - 3px);
  height: 220px;
  background: #f7f9fc;
}

.interview-report.page-report .noti-box ul li {
  color: #555;
  font-size: 12px;
  line-height: 1.5;
  padding-left: 0.7em;
  text-indent: -0.7em;
  letter-spacing: -0.04em;
}

.interview-report.page-report .noti-box {
  margin-bottom: 8px;
}

.interview-report .report-wrap .act-wrap .act img {
  width: 100%;
  text-align: center;
}

.interview-report .report-wrap .act-wrap .act .tension-img img {
  height: 150px;
  margin-bottom: 10px;
}

.interview-report .report-wrap .act-wrap .act .heart-img img {
  height: 190px;
  margin-bottom: 10px;
}

.interview-report .report-wrap .act-wrap .act .heart-result {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}

.interview-report .report-wrap .act-wrap .act .heart-result dl {
  text-align: center;
}

.interview-report .report-wrap .act-wrap .act .heart-result dl dt {
  font-weight: 500;
}

.interview-report .report-wrap .act-wrap .act .heart-result dl dd {
  margin-top: 4px;
  font-weight: 700;
}

.interview-report .report-wrap .act-wrap .act .heart-result dl dd span {
  color: #f58322;
}

.interview-report .report-wrap .act-wrap .act .heart-result dl dd span.low {
  color: #1282df;
}

.interview-report .report-wrap .act-wrap .act .heart-result dl dd span.high {
  color: #eb6164;
}

.interview-report .report-wrap .act-wrap .act .heart-graph {
  width: 100%;
  text-align: center;
}

@page {
  size: A4;
  margin: 0;
  padding: 0;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  #contentSection {
    margin: 0;
    padding: 0;
  }
  thead {
    display: table-row-group;
  }
  .page-report .page {
    height: 100%;
    margin: 0;
    page-break-after: always;
    border: 0;
  }
  .no-print,
  .no-print * {
    display: none !important;
  }
  .page-report .report-wrap .explain-wrap {
    max-height: unset;
  }
  .btn-wrap {
    display: none;
  }
  .page-report .page-cover .txt-wrap h1 {
    white-space: nowrap;
  }
}
