@charset "UTF-8";
/*
  모의고사 & 오답노트
*/
@font-face {
  font-family: "HIGothic";
  src: url("../../../font/HIGothicL.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HIGothic";
  src: url("../../../font/HIGothicL.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HIGothic";
  src: url("../../../font/HIGothicM.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HIGothic";
  src: url("../../../font/HIGothicB.ttf") format("truetype"), url("../../../font/HIGothic-B.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HIGothic";
  src: url("../../../font/HIGothicEB.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.btn-test-group {
  display: flex;
  gap: 10px;
  padding-top: 25px;
}
.btn-test-group .learning-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 134px;
  height: 60px;
  color: #003170;
  font-size: 20px;
  font-weight: bold;
  border-radius: 32px;
  border: 2px solid #003170;
  background-color: #fff;
}
.btn-test-group .learning-btn.learning-btn-mo {
  display: none;
}
.btn-test-group.show-mo {
  display: none;
}

@media (max-width: 1080px) {
  .btn-test-group {
    position: fixed;
    width: 100vw;
    /* top: calc(100vh - 123px); */
    /*2026-03-25 모의고사 탭 상단 위치  */
    top:60px;
    left: 0;
    background-color: #2851a1;
    z-index: 504;
    padding-top: 0;
    gap: 0;
  }
  .btn-test-group .learning-btn {
    border-radius: 0;
    border: 0;
    color: #fff;
    background-color: transparent;
  }
  .btn-test-group .learning-btn:active, .btn-test-group .learning-btn.is-active {
    background-color: #003170;
  }
  .btn-test-group .learning-btn + .learning-btn {
    border-left: 1px solid #003170;
  }
  .btn-test-group .learning-btn.learning-btn-mo {
    display: flex;
  }
  .btn-test-group.show-mo {
    display: flex;
  }
}
/* 팝업 new */
.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  z-index: 505;
  background-color: rgba(0, 0, 0, 0.7490196078);
}

.popup-wrap1 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.15s 0.3s, z-index 0s 0.3s, opacity 0.2s;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  z-index: 506;
}

.popup-exam {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  position: relative;
  z-index: 101;
  width: 1000px;
  height: 100%;
  min-height: 264px;
  margin: 0 auto;
}
.popup-exam .popup-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-height: 80%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  outline-color: transparent;
  transition: outline-color 0.1s;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.0784313725), 0 16px 24px 0 rgba(0, 0, 0, 0.1215686275);
}
.popup-exam .popup-head {
  position: relative;
  width: 100%;
  padding: 16px 40px 14px;
  background-color: #2851A1;
}
.popup-exam .popup-head .title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.popup-exam .popup-head .btn-popup-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  padding: 0;
  z-index: 1;
}
.popup-exam .popup-head.popup-white-head {
  padding: 13px 20px;
  background-color: #fff;
}
.popup-exam .popup-head.popup-white-head .title {
  font-size: 26px;
  color: #111;
}
.popup-exam .popup-head.popup-white-head .ico-popup-close {
  background-image: url(../../../images/template9/renew2/close.svg);
}
.popup-exam .popup-body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  overflow-y: auto;
  width: 100%;
  padding: 30px 40px;
}
.popup-exam .popup-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  padding: 30px 40px 40px;
}

.popup-wrap1.popup-mobile .popup-exam {
  width: 100%;
  height: 100%;
  min-height: auto;
}
.popup-wrap1.popup-mobile .popup-exam .popup-content {
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: none;
  border-radius: 0;
}
.popup-wrap1.popup-mobile .popup-exam .popup-body {
  padding: 0;
}
.popup-wrap1.popup-mobile .popup-exam .popup-footer {
  margin-top: auto;
  padding: 10px;
  border-top: 1px solid #eee;
}
.popup-wrap1.popup-mobile.ui-exam .test-head .title .txt {
  font-size: 18px;
  letter-spacing: -0.72px;
  font-weight: 500;
}
.popup-wrap1.popup-mobile.ui-exam .test-head .time {
  font-size: 15px;
}
.popup-wrap1.popup-mobile.ui-exam .test-head .user-info {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: #000;
  padding-right: 100px;
  margin-bottom: 10px;
}
.popup-wrap1.popup-mobile.ui-exam .test-head .user-info::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 59px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  background-image: url(/images/template9/renew2/img-target.png);
}
.popup-wrap1.popup-mobile.ui-exam .test-head .score-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.popup-wrap1.popup-mobile.ui-exam .test-head .score-info .score-info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 8px 17px;
  background-color: #fff;
  border-radius: 5px;
}
.popup-wrap1.popup-mobile.ui-exam .test-head .score-info .score-info-item .tit {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #000;
}
.popup-wrap1.popup-mobile.ui-exam .test-head .score-info .score-info-item .val {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
  text-align: right;
  color: #000;
}
.popup-wrap1.popup-mobile.ui-exam .test-head .score-info .score-info-item .val.val-blue {
  color: #2851a1;
}
.popup-wrap1.popup-mobile.ui-exam .test-head .score-info .score-info-item .val.val-red {
  color: #df3535;
}
.popup-wrap1.popup-mobile.ui-exam .test-head.result {
  padding: 20px;
  background-color: transparent;
  margin-bottom: 0;
}
.popup-wrap1.popup-mobile.ui-exam .test-head.result .title {
  margin-bottom: 0;
}
.popup-wrap1.popup-mobile.ui-exam .test-head.result .title > .score {
  display: none;
}
.popup-wrap1.popup-mobile.ui-exam .test-head.result .meta {
  display: none;
}
.popup-wrap1.popup-mobile.ui-exam .test-body {
  border: 0;
  border-top: 1px solid #aaa;
}
.popup-wrap1.popup-mobile.ui-exam .test-review .test-review-body {
  background-color: transparent;
  padding: 30px 0 0;
}
.popup-wrap1.popup-mobile.ui-exam .state-area {
  padding: 20px 10px;
  background-color: #F6F0EB;
  border-radius: 5px;
  gap: 10px;
}
.popup-wrap1.popup-mobile.ui-exam .state-area .score-box {
  width: 100%;
}
.popup-wrap1.popup-mobile.ui-exam .state-area .score-box .score-item {
  flex: 1;
  padding: 20px 10px;
}
.popup-wrap1.popup-mobile.ui-exam .state-bar-wrap {
  padding: 20px;
}
.popup-wrap1.popup-mobile.ui-exam .state-bar-wrap .tit {
  margin-bottom: 2px;
}
.popup-wrap1.popup-mobile.ui-exam .state-bar-wrap .bar-wrap {
  width: calc(100% - 65px);
}
.popup-wrap1.popup-mobile.ui-exam .state-bar-wrap .score {
  display: flex;
}
.popup-wrap1.popup-mobile.ui-exam .result-body {
  border: 0;
  padding: 10px 20px 30px;
}

/* 2026.02 공통 */
.ui-exam {
  line-height: 1.5;
  font-family: "HIGothic", sans-serif;
  padding-top:10px;
}
.ui-exam * {
  box-sizing: border-box;
}
.ui-exam button, .ui-exam a {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.ui-exam *::before, .ui-exam *::after {
  box-sizing: border-box;
}
.ui-exam .sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.ui-exam .ico {
  display: inline-block;
  background-size: cover;
}
.ui-exam .ico.ico-time {
  width: 20px;
  height: 20px;
  background-image: url(../../../images/template9/renew2/time.svg);
}
.ui-exam .ico.ico-arrow-down {
  width: 24px;
  height: 24px;
  background-image: url(../../../images/template9/renew2/arrow-down.svg);
}
.ui-exam .ico.ico-popup-close {
  width: 24px;
  height: 24px;
  background-image: url(../../../images/template9/renew2/close-white.svg);
}
.ui-exam .ico.ico-book {
  width: 24px;
  height: 24px;
  background-image: url(../../../images/template9/renew2/book.svg);
}
.ui-exam .color-orange {
  color: #F68B1F !important;
}
.ui-exam .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ui-exam .btn-common {
  min-width: 150px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.64px;
  text-align: left;
  color: #111;
  border: 1px solid #777;
  cursor: pointer;
}
.ui-exam .btn-common.btn-blue {
  background-color: #003170;
  border-color: #003170;
  color: #fff;
}
.ui-exam .btn-common.btn-orange {
  background-color: #f68b1f;
  border-color: #f68b1f;
  color: #fff;
}
.ui-exam .btn-common.btn-border-blue {
  background-color: #fff;
  border-color: #003170;
  color: #003170;
}
.ui-exam .btn-common.btn-common-sm {
  height: 30px;
  min-width: auto;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
}
.ui-exam .form-group-radio {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ui-exam .form-radio {
  position: relative;
  display: flex;
  padding-left: 30px;
  cursor: pointer;
}
.ui-exam .form-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.ui-exam .form-radio input:checked + span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
  background-color: #2851a1;
  border-radius: 100%;
  z-index: 1;
  opacity: 1;
}
.ui-exam .form-radio input:disabled + span::before {
  background-color: #CDD1D5;
}
.ui-exam .form-radio input:disabled + span::after {
  background-color: #666;
}
.ui-exam .form-radio input + span {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.75px;
}
.ui-exam .form-radio input + span a {
  text-decoration: underline;
}
.ui-exam .form-radio input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}
.ui-exam .form-radio input + span::after {
  opacity: 0;
  box-sizing: border-box;
}
.ui-exam .form-check {
  position: relative;
  display: flex;
  padding-left: 30px;
  cursor: pointer;
}
.ui-exam .form-check input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.ui-exam .form-check input:checked + span::before {
  background-color: #003170;
}
.ui-exam .form-check input:checked + span::after {
  opacity: 1;
}
.ui-exam .form-check input:disabled + span::before {
  background-color: #CDD1D5;
}
.ui-exam .form-check input:disabled + span::after {
  background-color: #666;
}
.ui-exam .form-check input + span {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.75px;
}
.ui-exam .form-check input + span a {
  text-decoration: underline;
}
.ui-exam .form-check input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #003170;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}
.ui-exam .form-check input + span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(315deg);
  z-index: 1;
  opacity: 0;
}
.ui-exam .fw-medium {
  font-weight: 500 !important;
}
.ui-exam .num-list {
  list-style: decimal;
  padding-left: 20px;
}
.ui-exam .circle-num-list {
  list-style: none;
  counter-reset: num;
  padding-left: 0;
}
.ui-exam .circle-num-list li {
  counter-increment: num;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
.ui-exam .circle-num-list li + li {
  margin-top: 10px;
}
.ui-exam .circle-num-list li::before {
  content: counter(num);
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 100%;
  color: #333;
  border: 1px solid #333;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-exam .align-center {
  text-align: center !important;
}
.ui-exam .align-left {
  text-align: left !important;
}
.ui-exam .align-right {
  text-align: right !important;
}
.ui-exam .color-dark-blue {
  color: #003170 !important;
}
.ui-exam .color-red {
  color: #df3535 !important;
}
.ui-exam .font-weight-medium {
  font-weight: 500 !important;
}
.ui-exam .font-weight-bold {
  font-weight: 700 !important;
}
.ui-exam .test-container {
  width: 100%;
}
.ui-exam .test-head {
  padding: 10px 20px;
  background-color: #f6f0eb;
  margin-bottom: 20px;
}
.ui-exam .test-head .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.ui-exam .test-head .title .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: left;
}
.ui-exam .test-head .time {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.64px;
}
.ui-exam .test-head .meta {
  display: flex;
  gap: 5px 30px;
}
.ui-exam .test-head .meta .meta-item {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.64px;
}
.ui-exam .test-head .meta .meta-item + .meta-item::after {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #aaa;
}
.ui-exam .test-head .score {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ui-exam .test-head .score .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
}
.ui-exam .test-head .score .val {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
}
.ui-exam .test-head .score .val .num {
  font-size: 24px;
  font-weight: bold;
  color: #2851a1;
  letter-spacing: -0.96px;
}
.ui-exam .test-body {
  border: 1px solid #ddd;
  border-top-color: #aaa;
}
.ui-exam .test-item .test-item-head {
  padding: 20px;
  background-color: #f4f4f4;
}
.ui-exam .test-item .test-item-head .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
}
.ui-exam .test-item .test-item-head .test-item-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.ui-exam .test-item .test-item-head .test-item-title .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.72px;
}
.ui-exam .test-item .test-item-head .test-item-location {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #777;
  margin-bottom: 5px;
}
.ui-exam .test-item .test-item-body {
  padding: 20px 20px 30px;
}
.ui-exam .test-item + .test-item {
  border-top: 1px solid #ddd;
}
.ui-exam .test-content .content-title {
  font-size: 19px;
  font-weight: bold; !important;
  letter-spacing: -0.86px;
  color: #000;
  margin-bottom: 10px;
}
.ui-exam .test-content + .test-content {
  margin-top: 30px;
}
.ui-exam .test-review.open .test-review-head .ico {
  transform: rotate(180deg);
}
.ui-exam .test-review.open .test-review-body {
  display: block;
}
.ui-exam .test-review .test-review-head .btn-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #dee4f4;
  border: 0;
  width: 100%;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.72px;
  color: #000;
  cursor: pointer;
}
.ui-exam .test-review .test-review-head .btn-view .ico {
  transition: 0.2s;
}
.ui-exam .test-review .test-review-body {
  display: none;
  background-color: #F6F8FB;
  padding: 30px 20px;
}
.ui-exam .test-review .test-review-body .review-content + .review-content {
  margin-top: 30px;
}
.ui-exam .test-review .test-review-body .content-desc .video {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 500/280;
}
.ui-exam .test-review .test-review-body .content-desc .video iframe {
  width: 100%;
  height: 100%;
}
.ui-exam .test-review .test-review-body .content-desc .desc {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.64px;
  color: #333;
  line-height: 24px;
}
.ui-exam .test-review .test-review-body .content-desc .desc .desc-tit {
  font-weight: 500;
  color: #111;
}
.ui-exam .test-review .test-review-body .content-desc .question {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ui-exam .test-review .test-review-body .content-desc .question .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
}
.ui-exam .test-review .test-review-body .content-desc .question .answer {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.64px;
  color: #777;
}
.ui-exam .test-review .test-review-body.solution {
  padding: 0;
  background-color: transparent;
}
.ui-exam .test-review .test-review-body.solution .content-desc.desc-box {
  padding: 10px 15px;
  background-color: #f4f4f4;
}
.ui-exam .ins-progress {
  margin-top: 32px;
  --track-h: 6px;
  --radius: 50px;
  --track-bg: #F0E0D2;
  --fill-bg: #F68B1F;
  --safe-pad: 48px;
  --pct: 0%;
  width: 100%;
}
.ui-exam .ins-progress.is-zero .ins-progress-label {
  left: 0;
}
.ui-exam .ins-progress .ins-progress-inner {
  position: relative;
}
.ui-exam .ins-progress .ins-progress-track {
  position: relative;
  height: var(--track-h);
  background: var(--track-bg);
  border-radius: var(--radius);
  overflow: hidden;
}
.ui-exam .ins-progress .ins-progress-fill {
  height: 100%;
  width: var(--pct);
  background: var(--fill-bg);
  border-radius: var(--radius);
}
.ui-exam .ins-progress .ins-progress-label {
  position: absolute;
  top: -27px;
  left: calc(var(--pct) - 25px);
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px 5px 2px;
  border: 1px solid #777;
  background: #fff;
  font-size: 10px;
  line-height: 1.5;
  white-space: nowrap;
  color: #777;
}
.ui-exam .ins-progress .ins-progress-label strong {
  font-weight: 700;
}
.ui-exam .ins-progress .ins-progress-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}
.ui-exam .ins-progress .ins-progress-label::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #777;
}
.ui-exam .badge-list {
  display: inline-flex;
  margin-right: 5px;
  transform: translateY(-2px);
}
.ui-exam .badge-list .badge {
  display: inline-flex;
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  color: #fff;
  background-color: #6B539F;
  font-size: 14px;
  font-weight: 500;
}
.ui-exam .result-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.ui-exam .result-item .result-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ui-exam .result-item .result-desc {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
.ui-exam .quiz-grid {
  --cols: 10;
  --cell-h: 75px;
  --line: #ddd;
  --ring-purple: #7b61ff;
  --ring-blue: #2851A1;
  --wrong: rgba(223, 53, 53, .6);
  --hold: rgba(119, 119, 119, .6);
  --empty: #f2f2f2;
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .ui-exam .quiz-grid {
    --cols: 5;
  }
}
.ui-exam .quiz-cell {
  position: relative;
  height: var(--cell-h);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1;
}
.ui-exam .quiz-cell.is-empty {
  background: var(--empty);
  cursor: default;
}
.ui-exam .quiz-cell .num {
  position: relative;
  z-index: 1;
  font-family: "HIGothic", sans-serif;
}
.ui-exam .quiz-cell .score {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 14px;
  color: #777;
}
.ui-exam .quiz-cell.is-selected .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ui-exam .quiz-cell.is-selected::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid var(--ring-blue);
}
.ui-exam .quiz-cell.is-wrong::before, .ui-exam .quiz-cell.is-wrong::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 4px;
  background: var(--wrong);
}
.ui-exam .quiz-cell.is-wrong::before {
  transform: rotate(45deg);
}
.ui-exam .quiz-cell.is-wrong::after {
  transform: rotate(-45deg);
}
.ui-exam .quiz-cell.is-hold .num::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 3px;
  background: var(--hold);
  transform: translate(-50%, -50%);
}
.ui-exam .state-bar-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
}
.ui-exam .state-bar-wrap .state-bar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ui-exam .state-bar-wrap .tit {
  width: 165px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-exam .state-bar-wrap .bar-wrap {
  position: relative;
  width: calc(100% - 165px - 60px);
  height: 6px;
  border-radius: 3px;
  background-color: #f0e0d2;
  overflow: hidden;
}
.ui-exam .state-bar-wrap .bar-wrap .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f68b1f;
  border-radius: 3px;
}
.ui-exam .state-bar-wrap .score {
  width: 65px;
  padding-left: 20px;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: -0.64px;
  flex-shrink: 0;
  text-align: right;
  justify-content: flex-end;
}
.ui-exam .state-area {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.ui-exam .state-area .score-box {
  display: flex;
  gap: 15px;
}
.ui-exam .state-area .score-box .score-item {
  flex: 1;
  padding: 22px 33px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #F68B1F;
  text-align: center;
}
.ui-exam .state-area .score-box .score-item .tit {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -0.72px;
  white-space: nowrap;
}
.ui-exam .state-area .score-box .score-item .val {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
}
.ui-exam .state-area .score-box .score-item .val .num {
  font-size: 40px;
  letter-spacing: -1.6px;
}
.ui-exam .state-area .score-box .score-item .val .num.num-blue {
  color: #2851a1;
}
.ui-exam .state-area .score-box .score-item .val .num.num-red {
  color: #df3535;
}
.ui-exam .answer-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ui-exam .answer-list .answer-item .answer-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  transition: 0.2s;
}
.ui-exam .answer-list .answer-item .answer-num {
  flex-shrink: 0;
  display: inline-flex;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100%;
  letter-spacing: -0.64px;
  border: 0;
  color: #fff;
  background-color: #777;
  justify-content: center;
}
.ui-exam .answer-list .answer-item .answer-text {
  display: inline-flex;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.64px;
  text-align: left;
  color: #777;
}
.ui-exam .answer-list .answer-item.is-selected .answer-btn {
  background-color: #f9f9f9;
}
.ui-exam .answer-list .answer-item.is-selected .answer-num {
  background-color: #111;
}
.ui-exam .answer-list .answer-item.is-selected .answer-text {
  color: #111;
}
.ui-exam .answer-list .answer-item.is-correct .answer-btn {
  background-color: #fff3e8;
}
.ui-exam .answer-list .answer-item.is-correct .answer-num {
  background-color: #f68b1f;
}
.ui-exam .answer-list .answer-item.is-correct .answer-text {
  color: #f68b1f;
}
.ui-exam .test-check {
  display: flex;
  background-color: #eee;
  border-radius: 5px;
  padding: 5px 0;
  height: 50px;
}
.ui-exam .test-check .test-check-item {
  flex: 1;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ui-exam .test-check .test-check-item .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.ui-exam .test-check .test-check-item .num {
  flex-shrink: 0;
  display: inline-flex;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100%;
  letter-spacing: -0.64px;
  border: 0;
  color: #fff;
  background-color: #111;
  justify-content: center;
}
.ui-exam .test-check .test-check-item .num.is-correct {
  background-color: #f68b1f;
}
.ui-exam .test-check .test-check-item + .test-check-item {
  border-left: 1px dashed #aaa;
}

@media (max-width: 1200px) {
  .popup-exam {
    width: calc(100% - 40px);
  }
  .popup-exam .popup-head {
    padding: 16px 20px 14px;
  }
  .popup-exam .popup-head .title {
    font-size: 26px;
  }
  .popup-exam .popup-head .btn-popup-close {
    right: 20px;
  }
  .popup-exam .popup-body {
    padding: 20px;
  }
  .ui-exam .state-area {
    flex-direction: column;
  }
  .ui-exam .state-area .score-box .score-item {
    padding: 20px;
  }
  .ui-exam .state-area .score-box .score-item .tit {
    white-space: wrap;
  }
  .ui-exam .quiz-cell.is-selected .num {
    width: 35px;
    height: 35px;
  }
  .ui-exam .quiz-cell.is-wrong::before {
    width: 35px;
    height: 3px;
  }
  .ui-exam .quiz-cell.is-wrong::after {
    width: 35px;
    height: 3px;
  }
}
@media (min-width: 1200px) {
  .popup-wrap1.popup-mobile.ui-exam .state-area {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .ui-exam .state-bar-wrap .state-bar-item {
    flex-wrap: wrap;
  }
  .ui-exam .state-bar-wrap .tit {
    width: 100%;
  }
  .ui-exam .state-bar-wrap .bar-wrap {
    width: calc(100% - 65px);
  }
  .ui-exam .state-bar-wrap .score {
    padding-left: 10px;
  }
}
.popup1.popup-new {
  max-width: 1000px;
  width: 100%;
}
.popup1.popup-new .popup-wrap1 {
  position: relative;
}
.popup1.popup-new .popup-wrap1 .tit-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 40px;
  min-height: 60px;
  background-color: #fff;
  color: #111;
  z-index: 5;
}
.popup1.popup-new .popup-wrap1 .tit-box .tit-txt {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.8px;
  color: #111;
}
.popup1.popup-new .popup-wrap1 .tit-box .close-btn {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../../images/template9/close.svg);
  background-size: cover;
  right: 40px;
  top: 18px;
  transform: none;
}
.popup1.popup-new .popup-content {
  padding: 60px 40px 40px;
}
.popup1.popup-new .popup-content .btn-group {
  margin-top: 30px;
}

.bottom-exam-box {
  background-color: #fff;
  margin-top: 20px;
}
.bottom-exam-box .tabs-con {
  display: flex;
  border-bottom: 2px solid #aaa;
}
.bottom-exam-box .tabs-con .tabs-btn {
  position: relative;
  flex: 1;
  text-align: center;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #777;
}
.bottom-exam-box .tabs-con .tabs-btn.on {
  font-size: 20px;
  font-weight: 500;
  color: #f68b1f;
}
.bottom-exam-box .tabs-con .tabs-btn.on::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f68b1f;
}
.bottom-exam-box .menu-panel-box .tabs-box {
  display: none;
  padding: 20px 0;
}
.bottom-exam-box .menu-panel-box .tabs-box.on {
  display: block;
}
.bottom-exam-box .tab-desc {
  font-size: 15px;
  line-height: 20px;
  padding: 0 20px;
}
.bottom-exam-box .chart-container {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding: 0 20px 20px;
}
.bottom-exam-box .chart-container .img-card {
  width: 204px;
  height: 133px;
  margin-left: 30px;
}
.bottom-exam-box .chart-container .img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bottom-exam-box .chart-container .chart-card {
  flex: 1;
  height: 120px;
  background: #fff;
  border: 2px solid #f0e0d2;
  border-radius: 10px;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-exam-box .chart-container .chart-card .title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.bottom-exam-box .chart-container .text-card .title {
  margin-bottom: 10px;
}
.bottom-exam-box .chart-container .text-card .content {
  letter-spacing: -2px;
}
.bottom-exam-box .chart-container .text-card .content .count {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -2px;
}
.bottom-exam-box .chart-container .text-card .content .unit {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -2px;
  color: #333;
}
.bottom-exam-box .chart-container .text-card .content .val {
  font-size: 40px;
  color: #f68b1f;
  font-weight: 500;
}
.bottom-exam-box .chart-container .text-card .content .total {
  font-size: 30px;
  font-weight: 300;
}
.bottom-exam-box .chart-container .donut-card .donut-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
}
.bottom-exam-box .chart-container .donut-card .donut-wrapper.purple-donut .donut-svg .donut-line {
  stroke: #6b539f;
}
.bottom-exam-box .chart-container .donut-card .donut-wrapper.purple-donut .percent-text {
  color: #6b539f;
}
.bottom-exam-box .chart-container .donut-card .donut-wrapper .donut-svg {
  transform: rotate(-90deg);
}
.bottom-exam-box .chart-container .donut-card .donut-wrapper .donut-svg circle {
  fill: none;
  stroke-width: 10;
}
.bottom-exam-box .chart-container .donut-card .donut-wrapper .donut-svg .donut-bg {
  stroke: #eeeeee;
}
.bottom-exam-box .chart-container .donut-card .donut-wrapper .donut-svg .donut-line {
  stroke: #f68b1f;
}
.bottom-exam-box .chart-container .donut-card .donut-wrapper .percent-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  color: #f68b1f;
}
.bottom-exam-box .chart-container .donut-card .donut-wrapper .percent-text .unit {
  font-size: 14px;
}
.bottom-exam-box .exam-list .state-bar-wrap {
  padding: 0;
  gap: 5px;
}
.bottom-exam-box .exam-list .state-bar-item {
  flex-wrap: wrap;
  padding: 15px 20px;
  background-color: #f6f0eb;
  justify-content: flex-start;
}
.bottom-exam-box .exam-list .state-bar-item .tit {
  display: flex;
  gap: 10px;
  width: 100%;
  overflow: visible;
  white-space: wrap;
  text-overflow: initial;
}
.bottom-exam-box .exam-list .state-bar-item .time {
  display: inline-flex;
  margin-left: auto;
  gap: 5px;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  flex-shrink: 0;
}
.bottom-exam-box .exam-list .state-bar-item .bar-wrap {
  width: calc(100% - 60px);
}
.bottom-exam-box .exam-list .state-bar-item .score {
  width: 60px;
  font-size: 16px;
}
.bottom-exam-box .exam-list .btn-group {
  display: flex;
  gap: 10px;
  width: calc(100% - 60px);
  margin-top: 10px;
}
.bottom-exam-box .exam-list .btn-group .btn-common {
  flex: 1;
}
.bottom-exam-box .select-box {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.bottom-exam-box .select-box .selectBox {
  flex: 1;
  height: 50px;
  line-height: 48px;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 16px;
  background-color: #fff;
  padding-right: 20px;
}
.bottom-exam-box .select-box .selectBox select {
  width: 100%;
  height: 50px;
  background-color: transparent;
  padding: 0 15px 0 20px;
}
.bottom-exam-box .sorting-container {
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}
.bottom-exam-box .sorting-container .check-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}
.bottom-exam-box .quiz-container .quiz-total {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.bottom-exam-box .quiz-container .quiz-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bottom-exam-box .quiz-container .quiz-list .quiz-link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px 20px;
}
.bottom-exam-box .quiz-container .quiz-list .quiz-head {
  display: flex;
  justify-content: space-between;
}
.bottom-exam-box .quiz-container .quiz-list .quiz-head .title {
  font-size: 15px;
  font-weight: 500;
}
.bottom-exam-box .quiz-container .quiz-list .quiz-head .quiz-path {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 15px;
  text-align: right;
  color: #777;
}
.bottom-exam-box .quiz-container .quiz-list .quiz-question {
  font-size: 16px;
  font-weight: 500;
}
.bottom-exam-box .quiz-container.mobile {
  padding: 0 20px 20px;
}
.bottom-exam-box .mo-sorting-container {
  padding: 20px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
}
.bottom-exam-box .mo-sorting-container .sorting-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.bottom-exam-box .mo-sorting-container .sorting-list .item {
  min-width: 0;
}
.bottom-exam-box .mo-sorting-container .sorting-list .item.is-empty {
  pointer-events: none;
}
.bottom-exam-box .mo-sorting-container .sorting-list .item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #777;
  background-color: #fff;
  font-size: 14px;
  color: #222;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}
.bottom-exam-box .mo-sorting-container .sorting-list .is-active .item-link {
  border-color: #2851a1;
  background-color: #dee4f4;
  color: #003170;
}
.bottom-exam-box.incorrect-answer-note .chart-container .title {
  text-align: left;
}
.bottom-exam-box.incorrect-answer-note .chart-container .chart-card {
  padding: 10px;
  height: 130px;
}
.bottom-exam-box.incorrect-answer-note .chart-container .chart-card .title {
  margin-bottom: 5px !important;
}
.bottom-exam-box.incorrect-answer-note .chart-container .text-card .title {
  margin-bottom: 10px;
}
.bottom-exam-box.incorrect-answer-note .exam-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 20px 10px;
}
.bottom-exam-box.incorrect-answer-note .exam-total .val {
  font-size: 16px;
  letter-spacing: -0.9px;
}
.bottom-exam-box.incorrect-answer-note .exam-total .val b {
  font-size: 20px;
}
.bottom-exam-box.incorrect-answer-note .state-bar-wrap-outline {
  padding: 0 20px 20px;
}
.bottom-exam-box.incorrect-answer-note .state-bar-wrap-outline .state-bar-wrap {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #f0e0d2;
  gap: 0;
}
.bottom-exam-box.incorrect-answer-note .state-bar-wrap-outline .state-bar-wrap .bar-wrap {
  width: calc(100% - 50px);
}
.bottom-exam-box.incorrect-answer-note .state-bar-wrap-outline .state-bar-wrap .score {
  padding-left: 5px;
  width: 50px;
  font-size: 14px;
}
.bottom-exam-box.incorrect-answer-note .state-bar-wrap-outline .state-bar-wrap .score .color-orange {
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .bottom-exam-box .chart-container {
    margin-top: 20px;
    padding: 0 20px 30px;
    flex-wrap: wrap;
  }
  .bottom-exam-box .chart-container .img-card {
    display: none;
  }
  .bottom-exam-box .chart-container .chart-card.text-card {
    flex: 1;
  }
  .bottom-exam-box .chart-container .chart-card.text-card:first-child {
    flex: none;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
    padding: 9px 30px;
    height: auto;
    flex-wrap: wrap;
  }
  .bottom-exam-box .chart-container .chart-card.text-card:first-child .title {
    width: auto;
    margin-bottom: 0;
  }
  .bottom-exam-box .chart-container .chart-card.text-card:first-child .content .val {
    font-size: 20px;
  }
  .bottom-exam-box .chart-container .chart-card.text-card:first-child .content .total {
    font-size: 20px;
  }
  .bottom-exam-box .quiz-container .quiz-list .quiz-link {
    padding: 10px 25px 10px 20px;
  }
  .bottom-exam-box .quiz-container .quiz-list .quiz-link::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
  }
  .bottom-exam-box .quiz-container .quiz-list .quiz-head {
    flex-direction: column;
    justify-content: flex-start;
  }
  .bottom-exam-box .quiz-container .quiz-list .quiz-head .quiz-title {
    margin-bottom: 4px;
  }
  .bottom-exam-box .quiz-container .quiz-list .quiz-head .quiz-path {
    margin-left: 0;
    text-align: left;
  }
  .bottom-exam-box.incorrect-answer-note .chart-container .donut-card {
    flex: none;
    width: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .bottom-exam-box .sorting-container {
    padding: 20px;
  }
  .bottom-exam-box .sorting-container .check-box {
    gap: 10px 20px;
  }
  .bottom-exam-box .sorting-container .select-box {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 360px) {
  .bottom-exam-box.incorrect-answer-note .chart-container .donut-card {
    flex: none;
    width: 100%;
    height: auto;
  }
}
.popup-exam .bottom-exam-box {
  width: 100%;
  margin-top: 0;
}
.popup-exam .bottom-exam-box .tabs-btn {
  flex: none;
  padding: 0 45px;
  font-size: 26px;
}
.popup-exam .bottom-exam-box .tabs-btn.on {
  font-size: 30px;
}
.popup-exam .bottom-exam-box .tabs-btn.on::after {
  height: 4px;
}
.popup-exam .bottom-exam-box .tab-desc {
  padding: 0;
}
.popup-exam .bottom-exam-box .chart-container {
  padding: 0;
  margin-bottom: 20px;
}
.popup-exam .bottom-exam-box .chart-container .chart-card .title {
  margin-bottom: 0;
}
.popup-exam .bottom-exam-box .chart-container .text-card .title {
  margin-bottom: 10px;
}
.popup-exam .bottom-exam-box .exam-list .state-bar-item {
  display: table-row;
  background-color: transparent;
}
.popup-exam .bottom-exam-box .exam-list .state-bar-wrap {
  display: table-row-group;
  border-radius: 0;
}
.popup-exam .bottom-exam-box .exam-list .state-bar-wrap .bar-wrap {
  height: 10px;
  border-radius: 5px;
  background-color: #ddd;
}
.popup-exam .bottom-exam-box .exam-list .state-bar-wrap .bar-wrap .bar {
  border-radius: 5px;
}
.popup-exam .bottom-exam-box .table-exam-list {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  border-bottom: 0;
  overflow-x: auto;
}
.popup-exam .bottom-exam-box .table-exam-list table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 920px;
}
.popup-exam .bottom-exam-box .table-exam-list th, .popup-exam .bottom-exam-box .table-exam-list td {
  height: 45px;
  padding: 5px 15px;
  font-size: 16px;
  letter-spacing: -0.6px;
}
.popup-exam .bottom-exam-box .table-exam-list td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.popup-exam .bottom-exam-box .table-exam-list td:first-child {
  border-left: 1px solid #eee;
}
.popup-exam .bottom-exam-box .table-exam-list thead {
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.popup-exam .bottom-exam-box .table-exam-list th {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  background-color: #eeeeee;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.popup-exam .bottom-exam-box .table-exam-list th:first-child {
  border-radius: 5px 0 0 0;
  border-left: 1px solid #ddd;
}
.popup-exam .bottom-exam-box .table-exam-list th:last-child {
  border-radius: 0 5px 0 0;
}
.popup-exam .bottom-exam-box .table-exam-list .bar-group {
  display: flex;
  align-items: center;
  width: 100%;
}
.popup-exam .bottom-exam-box .table-exam-list .btn-group {
  width: 100%;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .popup-exam .bottom-exam-box .tabs-btn {
    padding: 0 10px;
    flex: 1;
    font-size: 18px;
  }
  .popup-exam .bottom-exam-box .tabs-btn.on {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */


/* 26.03.25 추가 */
article.video-list ul li .video-box .state-box.state-box-test {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

article.video-list ul li .video-box.type-state:hover .state-box.state-box-test {
  background-color: transparent;
}

article.video-list ul li .video-box .btns {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 23, 52, 0.8);
  opacity: 0;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

article.video-list ul li .video-box:hover .btns {
  background-color: rgba(0, 23, 52, 0.8);
  opacity: 1;
  transition: all 0.3s linear;
}

article.video-list ul li .video-box .btns .btn-test {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

article.video-list ul li .video-box .btns .btn-test .txt {
  font-size: 16px;
  font-weight: bold;
  color: #f68b1f;
}

article.video-list ul li .video-box .btns .btn-test::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70px;
  background-color: #f68b1f;
}

article.video-list ul li .video-box .btns .btn-test img {
  width: 68px;
  height: 64px;
  object-fit: cover;
}

@media (max-width: 1080px) {
  article.video-list ul li .video-box .btns {
    display: none !important;
  }
}

.ui-exam .test-head .meta-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ui-exam .test-head .meta-wrap .result {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: #000;
}
