@charset "UTF-8";
/* 부모 요소 추가 AI문제은행 공통 */
* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

html,
body {
  height: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  width: 100%;
}

.viewer__body.contain-exam-body .box-exam .popcontents_itempool img {
  display: inline-block;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 10px;
}
body {
  font-family: "Pretendard", "-apple-system";
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  background: #fff;
  color: #222;
}

li {
  list-style: none;
}

[hidden] {
  display: none;
}

/* 추가 */
input,
textarea {
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

input[type=password] {
  font-size: 3.5rem;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

input,
textarea {
  caret-color: #000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex: 1;
  border-radius: 0.8rem;
  border: 1px solid #EEE;
  font-size: 1.6rem;
  padding: 2rem 3.2rem 2rem 1.6rem;
  background: #fff url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_down_gray.svg") no-repeat;
  background-size: 1.8rem 1.8rem;
  background-position: right 1.5rem top 50%;
  cursor: pointer;
  outline: none;
}
select:disabled {
  background: #eee url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_down_gray.svg") no-repeat;
  background-size: 1.8rem 1.8rem;
  background-position: right 1.5rem top 50%;
  color: #999;
}
select option {
  color: #333;
}
select option:disabled {
  display: none;
}
select:required:invalid {
  color: #999;
  font-weight: 400;
}

select::-ms-expand {
  display: none;
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/Pretendard-Thin.woff") format("woff"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/Pretendard-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/Pretendard-Light.woff") format("woff"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/Pretendard-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/Pretendard-Regular.woff") format("woff"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/Pretendard-Medium.woff") format("woff"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/Pretendard-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local("Pretendard SemiBold"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/Pretendard-SemiBold.woff") format("woff"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/Pretendard-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Pretendard Bold"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/Pretendard-Bold.woff") format("woff"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/Pretendard-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: local("Pretendard Black"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/Pretendard-Black.woff") format("woff"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/Pretendard-Black.woff2") format("woff2");
}
@font-face {
  font-family: "YetHangul";
  font-style: normal;
  font-weight: normal;
  src: local("NanumBarunGothic-YetHangul"), url("https://ai-cdn.ebs.co.kr/hsc_resource/font/NanumBarunGothic-YetHangul.otf") format("opentype");
}
.tab {
  width: 100%;
}
.tab__btns {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.tab__btns__item {
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  background-color: #f3f7fa;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.tab__btns__item.active {
  background-color: #777;
  color: #fff;
  font-weight: 700;
}
.tab__btns__item + .tab__btns__item {
  margin-left: 0.5rem;
}
.tab__panels {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #ddd;
}
.tab__panels__box {
  width: 100%;
  padding: 2rem;
}
@media (max-width: 720px) {
  .tab__btns {
    padding-bottom: 2.4rem;
  }
  .tab__btns__item {
    height: 4rem;
    font-size: 1.5rem;
    flex: auto;
    padding: 0.2rem 1.6rem;
  }
  .tab__btns__item + .tab__btns__item {
    margin-left: 1.6rem;
  }
}

.tab-mini .tab-wrap {
  display: flex;
  align-items: center;
}
.tab-mini .tab-wrap li {
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 2rem;
  line-height: 2.387rem;
}
.tab-mini .tab-wrap li .active {
  color: #333333;
  font-weight: 600;
}
.tab-mini .tab-wrap li::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1.4rem;
  margin: 0 3rem;
  background: #CCCCCC;
}
.tab-mini .tab-wrap li:first-child::before {
  display: none;
}
@media (max-width: 720px) {
  .tab-mini {
    padding: 0 2rem;
  }
  .tab-mini .tab-wrap li {
    font-size: 1.8rem;
  }
  .tab-mini .tab-wrap li::before {
    margin: 0 1rem;
  }
}
@media (max-width: 720px) and (max-width: 360px) {
  .tab-mini .tab-wrap li button {
    letter-spacing: -0.05rem;
  }
}

body.dark-mode .tab-mini .tab-wrap li .active {
  color: #FFFFFF;
}
body.dark-mode .modal .tab-mini .tab-wrap li .active {
  color: #333;
}

.accordion {
  width: 100%;
  color: #fff;
}
.accordion__item {
  border-bottom: 1px solid #ddd;
}
.accordion__item.is-active .accordion__head-btn {
  color: #FF4A55;
}
.accordion__item.is-active .accordion__head-btn::after {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_minus.svg") 0 0 no-repeat;
}
.accordion__head {
  background-color: #fff;
}
.accordion__head-btn {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1rem 2rem;
  display: block;
  position: relative;
}
.accordion__head-btn::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_plus.svg") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
}
.accordion__panel {
  display: none;
  padding: 1rem 2rem;
  background-color: #f3f7fa;
  font-size: 1.5rem;
  line-height: 3.2rem;
  color: #777;
  white-space: pre-line;
}
text .accordion__panel--active {
  display: block;
}
@media (max-width: 720px) {
  .accordion__head-btn {
    padding: 2rem 3.8rem 2rem 1rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .accordion__head-btn::after {
    right: 1rem;
    top: 3.3rem;
  }
  .accordion__panel {
    padding: 2rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

/* 부모 요소 추가 AI문제은행 공통 */
.popWrap, .modalWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 999;
}
.popWrap .dimd, .modalWrap .dimd {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.popWrap .alert, .modalWrap .alert {
  width: 46rem;
  min-height: 25rem;
  border-radius: 2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3.2rem;
}
.popWrap .alert__tit, .modalWrap .alert__tit {
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 2rem;
}
.popWrap .alert__message, .modalWrap .alert__message {
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.6rem;
  padding: 2rem 0 3rem 0;
  color: #222;
  white-space: pre-line;
}
.popWrap .alert__message.long, .modalWrap .alert__message.long {
  text-align: left;
  font-weight: 500;
}
.popWrap .alert__btnBox, .modalWrap .alert__btnBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popWrap .alert__btnBox button, .modalWrap .alert__btnBox button {
  height: 6rem;
  border-radius: 1.2rem;
  background-color: #FF4A55;
  line-height: 6rem;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  flex: 1;
}
.popWrap .alert__btnBox button + button, .modalWrap .alert__btnBox button + button {
  margin-left: 1.6rem;
}
.popWrap .alert__btnBox button.gray, .modalWrap .alert__btnBox button.gray {
  background-color: #F5F5F7;
  color: #777;
}
.popWrap .alert__close, .modalWrap .alert__close {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.popWrap .alert__close::after, .modalWrap .alert__close::after {
  content: "X";
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  color: #222;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popWrap .modal, .modalWrap .modal {
  min-width: 42rem;
  max-width: 60rem;
  max-height: 95vh;
  border-radius: 2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 1 !important;
}
.popWrap .modal__inner, .modalWrap .modal__inner {
  padding: 4rem;
}
.popWrap .modal__header, .modalWrap .modal__header {
  width: 100%;
}
.popWrap .modal__header h2, .modalWrap .modal__header h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #333;
  line-height: 2.387rem;
}
.popWrap .modal__body, .modalWrap .modal__body {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 25rem);
  padding: 0 1rem 2rem 0;
  overflow-y: auto;
  font-size: 1.8rem;
}
.popWrap .modal__body:not(:empty), .modalWrap .modal__body:not(:empty) {
  margin-top: 3rem;
}
.popWrap .modal__body p, .modalWrap .modal__body p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #333;
  letter-spacing: -0.032rem;
  text-align: center;
  word-break: keep-all;
}
.popWrap .modal__body p > br, .modalWrap .modal__body p > br {
  display: block !important;
}
.popWrap .modal__body p + p, .modalWrap .modal__body p + p {
  margin-top: 2rem;
}
.popWrap .modal__body p strong, .modalWrap .modal__body p strong {
  font-weight: 600;
  letter-spacing: 0.032rem;
}
.popWrap .modal__body p.small, .modalWrap .modal__body p.small {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: -0.028rem;
  color: #666;
  text-align: left;
}
.popWrap .modal__body p + .box-bg, .modalWrap .modal__body p + .box-bg {
  margin-top: 1.2rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .popWrap .modal__body p > br, .modalWrap .modal__body p > br {
    display: none !important;
  }
}
.popWrap .modal__body .today-exam, .modalWrap .modal__body .today-exam {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.04rem;
  color: #333;
  margin: 3.2rem 0;
}
.popWrap .modal__body .today-exam::before, .modalWrap .modal__body .today-exam::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_today-exam_check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-right: 0.8rem;
}
.popWrap .modal__body .box-bg, .modalWrap .modal__body .box-bg {
  width: 100%;
  padding: 2.4rem;
  border-radius: 2rem;
  background-color: #F6F7FA;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #666;
}
.popWrap .modal__body .box-bg > p, .modalWrap .modal__body .box-bg > p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
  text-align: left;
  color: #333;
}
.popWrap .modal__body .box-bg .cap-list, .modalWrap .modal__body .box-bg .cap-list {
  margin-top: 0.8rem;
}
.popWrap .modal__body .box-bg .cap-item, .modalWrap .modal__body .box-bg .cap-item {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666;
  text-align: left;
  font-weight: 400;
}
.popWrap .modal__body .box-bg .go-self-test, .modalWrap .modal__body .box-bg .go-self-test {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 500;
  color: #999;
}
.popWrap .modal__body .box-bg > .btn-wrap, .modalWrap .modal__body .box-bg > .btn-wrap {
  width: 100%;
  justify-content: flex-start;
  margin-top: 1.6rem;
}
.popWrap .modal__body .box-list, .modalWrap .modal__body .box-list {
  width: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}
.popWrap .modal__body .box-list > dt, .modalWrap .modal__body .box-list > dt {
  min-width: 8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.028rem;
  text-align: left;
  color: #999;
}
.popWrap .modal__body .box-list > dd, .modalWrap .modal__body .box-list > dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.028rem;
  text-align: left;
  color: #333;
}
.popWrap .modal__body .box-list + dl, .modalWrap .modal__body .box-list + dl {
  margin-top: 1rem;
}
.popWrap .modal__body .item-selec, .modalWrap .modal__body .item-selec {
  width: 100%;
}
.popWrap .modal__body .item-selec__top > h4, .modalWrap .modal__body .item-selec__top > h4 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  position: relative;
  width: fit-content;
  color: #333333;
}
.popWrap .modal__body .item-selec__top > h4.ess, .modalWrap .modal__body .item-selec__top > h4.ess {
  padding-right: 1.3rem;
}
.popWrap .modal__body .item-selec__top > h4.ess::after, .modalWrap .modal__body .item-selec__top > h4.ess::after {
  content: "*";
  font-size: 1.8rem;
  font-weight: 600;
  color: #EA4F4F;
  position: absolute;
  top: 0;
  right: 0;
}
.popWrap .modal__body .item-selec__top > span, .modalWrap .modal__body .item-selec__top > span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #666;
}
.popWrap .modal__body .item-selec__box, .modalWrap .modal__body .item-selec__box {
  width: 100%;
  margin-top: 1.2rem;
}
.popWrap .modal__body .item-selec__box > .list, .modalWrap .modal__body .item-selec__box > .list {
  width: calc(100% + 1rem);
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -1rem -1rem;
}
.popWrap .modal__body .item-selec__box > .list > .item, .modalWrap .modal__body .item-selec__box > .list > .item {
  width: calc(33.33% - 1rem);
  margin: 0 0 1.2rem 1rem;
}
.popWrap .modal__body .item-selec__box > .list > .item > button, .modalWrap .modal__body .item-selec__box > .list > .item > button {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  padding: 1.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #999;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 720px) {
  .popWrap .modal__body .item-selec__box > .list > .item > button, .modalWrap .modal__body .item-selec__box > .list > .item > button {
    padding: 1rem 0;
  }
}
.popWrap .modal__body .item-selec__box > .list > .item.active > button, .modalWrap .modal__body .item-selec__box > .list > .item.active > button {
  background-color: #4E60FF;
  border-color: #4E60FF;
  color: #fff;
}
.popWrap .modal__body .item-selec + .item-selec, .modalWrap .modal__body .item-selec + .item-selec {
  margin-top: 2.4rem;
}
.popWrap .modal__body .attainment, .modalWrap .modal__body .attainment {
  width: 100%;
}
.popWrap .modal__body .attainment > h5, .modalWrap .modal__body .attainment > h5 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
  color: #333;
  text-align: left;
  margin-bottom: 1.2rem;
}
.popWrap .modal__body .attainment .list, .modalWrap .modal__body .attainment .list {
  width: 100%;
  display: flex;
  align-items: center;
}
.popWrap .modal__body .attainment .list .item, .modalWrap .modal__body .attainment .list .item {
  width: 25%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 600;
  padding: 1.1rem 0;
}
.popWrap .modal__body .attainment .list .item:nth-of-type(1), .modalWrap .modal__body .attainment .list .item:nth-of-type(1) {
  border: 1px solid #eee;
  border-radius: 0.8rem 0 0 0.8rem;
  background-color: #fff;
  color: #666;
  padding: 1rem 0;
}
.popWrap .modal__body .attainment .list .item:nth-of-type(2), .modalWrap .modal__body .attainment .list .item:nth-of-type(2) {
  color: #fff;
}
.popWrap .modal__body .attainment .list .item:nth-of-type(3), .modalWrap .modal__body .attainment .list .item:nth-of-type(3) {
  color: #fff;
}
.popWrap .modal__body .attainment .list .item:nth-of-type(4), .modalWrap .modal__body .attainment .list .item:nth-of-type(4) {
  color: #fff;
  border-radius: 0 0.8rem 0.8rem 0;
}
.popWrap .modal__body .attainment .list.time .item:nth-of-type(2), .modalWrap .modal__body .attainment .list.time .item:nth-of-type(2) {
  background-color: #AAC3FD;
}
.popWrap .modal__body .attainment .list.time .item:nth-of-type(3), .modalWrap .modal__body .attainment .list.time .item:nth-of-type(3) {
  background-color: #5A7CE7;
}
.popWrap .modal__body .attainment .list.time .item:nth-of-type(4), .modalWrap .modal__body .attainment .list.time .item:nth-of-type(4) {
  background-color: #405CC1;
}
.popWrap .modal__body .attainment .list.num .item:nth-of-type(2), .modalWrap .modal__body .attainment .list.num .item:nth-of-type(2) {
  background-color: #FFB6CB;
}
.popWrap .modal__body .attainment .list.num .item:nth-of-type(3), .modalWrap .modal__body .attainment .list.num .item:nth-of-type(3) {
  background-color: #F96891;
}
.popWrap .modal__body .attainment .list.num .item:nth-of-type(4), .modalWrap .modal__body .attainment .list.num .item:nth-of-type(4) {
  background-color: #D92E5F;
}
.popWrap .modal__body .attainment + .attainment, .modalWrap .modal__body .attainment + .attainment {
  margin-top: 3rem;
}
.popWrap .modal__body .exam-solve, .modalWrap .modal__body .exam-solve {
  width: 100%;
}
.popWrap .modal__body .exam-solve > em, .modalWrap .modal__body .exam-solve > em {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin-bottom: 1.2rem;
}
.popWrap .modal__body .exam-solve > h5, .modalWrap .modal__body .exam-solve > h5 {
  width: 100%;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  color: #333;
  font-weight: 600;
  text-align: center;
}
.popWrap .modal__body .exam-solve > p, .modalWrap .modal__body .exam-solve > p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #333;
}
.popWrap .modal__body .exam-solve .progress-box, .modalWrap .modal__body .exam-solve .progress-box {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 1.6rem;
  padding: 2.4rem;
  margin: 3rem 0;
}
.popWrap .modal__body .exam-solve .progress-box__top, .modalWrap .modal__body .exam-solve .progress-box__top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popWrap .modal__body .exam-solve .progress-box__top > strong, .modalWrap .modal__body .exam-solve .progress-box__top > strong {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #333;
  font-weight: 600;
}
.popWrap .modal__body .exam-solve .progress-box__top .exam-num, .modalWrap .modal__body .exam-solve .progress-box__top .exam-num {
  width: fit-content;
  border-radius: 5rem;
  padding: 0.8rem 1.2rem;
  background-color: #F6F7FA;
  text-align: center;
  margin-left: 0.8rem;
  line-height: normal;
}
.popWrap .modal__body .exam-solve .progress-box__top .exam-num > span, .modalWrap .modal__body .exam-solve .progress-box__top .exam-num > span {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
  color: #333;
}
.popWrap .modal__body .exam-solve .progress-box__top .exam-num > em, .modalWrap .modal__body .exam-solve .progress-box__top .exam-num > em {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
  color: #666;
}
.popWrap .modal__body .exam-solve .progress-box__mid, .modalWrap .modal__body .exam-solve .progress-box__mid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.popWrap .modal__body .exam-solve .progress-box__mid progress, .modalWrap .modal__body .exam-solve .progress-box__mid progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin: 0 2rem;
  border: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: width 0.5s;
}
.popWrap .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-bar, .modalWrap .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-bar {
  background: #EDEFF7;
}
.popWrap .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-value, .modalWrap .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-value {
  background: #4E60FF;
  border-radius: 0.5rem;
  transition: width 0.5s;
}
.popWrap .modal__body .exam-solve .progress-box__mid > em, .modalWrap .modal__body .exam-solve .progress-box__mid > em {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #4E60FF;
  font-weight: 700;
}
.popWrap .modal__body .exam-solve .progress-box__bot, .modalWrap .modal__body .exam-solve .progress-box__bot {
  margin-top: 2rem;
}
.popWrap .modal__body .exam-solve .progress-box__bot p, .modalWrap .modal__body .exam-solve .progress-box__bot p {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 400;
  color: #666;
}
.popWrap .modal__body .exam-solve .progress-box__bot p > strong, .modalWrap .modal__body .exam-solve .progress-box__bot p > strong {
  color: #4E60FF;
  font-weight: 600;
}
@media (max-width: 720px) {
  .popWrap .modal__body, .modalWrap .modal__body {
    padding-bottom: 2rem;
  }
}
.popWrap .modal__body .table-cont, .modalWrap .modal__body .table-cont {
  margin-top: 3rem;
}
.popWrap .modal__body .table-cont .table table, .modalWrap .modal__body .table-cont .table table {
  min-width: auto;
}
.popWrap .modal__body .table-cont .table table thead tr th:first-child, .modalWrap .modal__body .table-cont .table table thead tr th:first-child {
  width: 10rem;
}
.popWrap .modal__body .table-cont .table table tbody tr:last-child, .modalWrap .modal__body .table-cont .table table tbody tr:last-child {
  border: none;
}
@media (max-width: 720px) {
  .popWrap .modal__body .table-cont .table, .modalWrap .modal__body .table-cont .table {
    padding: 0;
  }
}
.popWrap .modal__body .select-wrap, .modalWrap .modal__body .select-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.popWrap .modal__body .select-wrap + .input-wrap, .modalWrap .modal__body .select-wrap + .input-wrap {
  margin-top: 1rem;
}
.popWrap .modal__body .select-wrap p, .modalWrap .modal__body .select-wrap p {
  margin-right: 1.3rem;
}
.popWrap .modal__body .board-list, .modalWrap .modal__body .board-list {
  margin-top: 3rem;
  border-top: 1px solid #EEE;
}
.popWrap .modal__body .board-list > ul > li, .modalWrap .modal__body .board-list > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 0;
  gap: 0.8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  border-bottom: 1px solid #EEE;
  background: #fff;
}
@media (max-width: 720px) {
  .popWrap .modal__body .board-list > ul > li, .modalWrap .modal__body .board-list > ul > li {
    padding: 1.3rem 1.4rem;
  }
  .popWrap .modal__body .board-list > ul > li > span:first-child, .modalWrap .modal__body .board-list > ul > li > span:first-child {
    text-align: left;
  }
}
.popWrap .modal__body .board-list > ul > li.active td, .modalWrap .modal__body .board-list > ul > li.active td {
  color: #4E60FF;
  background-color: #F6F7FA;
}
.popWrap .modal__body .board-list > ul > li span, .modalWrap .modal__body .board-list > ul > li span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #666;
}
.popWrap .modal__body .board-list > ul > li > span, .modalWrap .modal__body .board-list > ul > li > span {
  color: #999;
  min-width: 10%;
}
@media (max-width: 550px) {
  .popWrap .modal__body .board-list > ul > li > span, .modalWrap .modal__body .board-list > ul > li > span {
    width: 14%;
  }
}
@media (max-width: 440px) {
  .popWrap .modal__body .board-list > ul > li > span, .modalWrap .modal__body .board-list > ul > li > span {
    width: 16%;
  }
}
.popWrap .modal__body .board-list > ul > li .list-search, .modalWrap .modal__body .board-list > ul > li .list-search {
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 720px) {
  .popWrap .modal__body .board-list > ul > li .list-search, .modalWrap .modal__body .board-list > ul > li .list-search {
    flex: 1;
    justify-content: center;
  }
}
.popWrap .modal__body .board-list > ul > li .list-search span, .modalWrap .modal__body .board-list > ul > li .list-search span {
  width: 50%;
}
.popWrap .modal__body .board-list > ul > li .list-choice, .modalWrap .modal__body .board-list > ul > li .list-choice {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.popWrap .modal__body .board-list > ul > li .list-choice .drag, .modalWrap .modal__body .board-list > ul > li .list-choice .drag {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
}
.popWrap .modal__body .board-list > ul > li .list-choice .drag > img, .modalWrap .modal__body .board-list > ul > li .list-choice .drag > img {
  width: 100%;
}
.popWrap .modal__body .board-list > ul > li .list-choice button, .modalWrap .modal__body .board-list > ul > li .list-choice button {
  width: 1.8rem;
  height: 1.8rem;
}
.popWrap .modal__body .board-list > ul > li .list-choice button.delete, .modalWrap .modal__body .board-list > ul > li .list-choice button.delete {
  width: 6rem;
  height: 3.8rem;
  border-radius: 0.8rem;
  background: #F6F7FA;
  text-indent: initial;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  color: #999;
  z-index: 50;
}
@media (max-width: 720px) {
  .popWrap .modal__body .board-list > ul > li .list-choice button.delete, .modalWrap .modal__body .board-list > ul > li .list-choice button.delete {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_list_close.svg") 0 0 no-repeat;
    border-radius: initial;
    text-indent: -9999px;
  }
}
.popWrap .modal__body .board-list.subject-list .list-search, .modalWrap .modal__body .board-list.subject-list .list-search {
  flex: 1;
  gap: 0.8rem;
}
.popWrap .modal__body .board-list.subject-list .list-search span, .modalWrap .modal__body .board-list.subject-list .list-search span {
  width: 40%;
  text-align: left;
  color: #666;
}
.popWrap .modal__body .board-list.subject-list .list-search span.name, .modalWrap .modal__body .board-list.subject-list .list-search span.name {
  width: 3.7rem;
}
@media (max-width: 720px) {
  .popWrap .modal__body .board-list.subject-list .list-search span, .modalWrap .modal__body .board-list.subject-list .list-search span {
    flex: 1 0 auto;
  }
}
.popWrap .modal__body .board-list .disabled-button, .modalWrap .modal__body .board-list .disabled-button {
  cursor: not-allowed;
  opacity: 0.5;
}
.popWrap .modal__body .input-box .title, .modalWrap .modal__body .input-box .title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  min-width: 6rem;
}
.popWrap .modal__body .input-box.search .input-wrap .input-field, .modalWrap .modal__body .input-box.search .input-wrap .input-field {
  width: calc(100% - 10rem);
}
.popWrap .modal__body .input-box.search .input-wrap .input-field::placeholder, .modalWrap .modal__body .input-box.search .input-wrap .input-field::placeholder {
  color: #999;
  font-weight: 400;
}
.popWrap .modal__body .input-box.search + .input-box-cont, .modalWrap .modal__body .input-box.search + .input-box-cont {
  margin-top: 3rem;
}
.popWrap .modal__body .input-box.area .select-wrap, .modalWrap .modal__body .input-box.area .select-wrap {
  width: 25.5rem;
}
@media (max-width: 720px) {
  .popWrap .modal__body .input-box.area .select-wrap, .modalWrap .modal__body .input-box.area .select-wrap {
    width: 100%;
  }
}
.popWrap .modal__body .input-box + .input-box, .modalWrap .modal__body .input-box + .input-box {
  margin-top: 1rem;
}
.popWrap .modal__body .change-profile .tab-mini, .modalWrap .modal__body .change-profile .tab-mini {
  padding: 0;
  font-weight: 400;
}
.popWrap .modal__body .change-profile .tab-mini .tab-wrap, .modalWrap .modal__body .change-profile .tab-mini .tab-wrap {
  justify-content: center;
}
.popWrap .modal__body .change-profile .img-wrap, .modalWrap .modal__body .change-profile .img-wrap {
  position: relative;
  width: 9rem;
  height: 9rem;
  margin: 4rem auto 3.2rem;
  border-radius: 50%;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/img_default.png") 0 0 no-repeat;
  background-size: 9rem auto;
  overflow: hidden;
}
.popWrap .modal__body .change-profile .img-wrap img, .modalWrap .modal__body .change-profile .img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popWrap .modal__body .change-profile .notice-list li, .modalWrap .modal__body .change-profile .notice-list li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #333;
  font-weight: 300;
}
.popWrap .modal__body .change-profile .notice-list + .info-text, .modalWrap .modal__body .change-profile .notice-list + .info-text {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
}
.popWrap .modal__body .change-profile p.info-text, .modalWrap .modal__body .change-profile p.info-text {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666;
  font-weight: 400;
  text-align: left;
}
.popWrap .modal__body .change-profile .input-file, .modalWrap .modal__body .change-profile .input-file {
  display: none;
}
.popWrap .modal--close, .modalWrap .modal--close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 2.4rem;
  height: 2.4rem;
  z-index: 2;
}
.popWrap .modal--close::after, .modalWrap .modal--close::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_pop_close.svg") 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.popWrap .modal__footer, .modalWrap .modal__footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.popWrap .modal__footer > button, .modalWrap .modal__footer > button {
  min-width: 16rem;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: -0.032rem;
  border-radius: 5rem;
  background-color: #fff;
}
.popWrap .modal__footer > button.btn-confirm, .modalWrap .modal__footer > button.btn-confirm {
  background-color: #4E60FF;
  color: #fff;
}
.popWrap .modal__footer > button.btn-cancel, .modalWrap .modal__footer > button.btn-cancel {
  border: 1px solid #4E60FF;
  color: #4E60FF;
}
.popWrap .modal__footer > button.btn-attach, .modalWrap .modal__footer > button.btn-attach {
  position: relative;
  border: 1px solid #4E60FF;
  color: #4E60FF;
}
.popWrap .modal__footer > button.btn-attach label, .modalWrap .modal__footer > button.btn-attach label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 5rem;
}
.popWrap .modal__footer > button + button, .modalWrap .modal__footer > button + button {
  margin-left: 1.6rem;
}
@media (max-width: 720px) {
  .popWrap .modal, .modalWrap .modal {
    width: 90%;
    min-width: 90%;
  }
  .popWrap .modal--close, .modalWrap .modal--close {
    top: 4rem;
    right: 2rem;
  }
  .popWrap .modal__inner, .modalWrap .modal__inner {
    padding: 4rem 2rem;
  }
  .popWrap .modal__footer > button, .modalWrap .modal__footer > button {
    min-width: 13rem;
    padding: 2rem 1.5rem;
  }
}
.popWrap.modal-full .modal, .modalWrap.modal-full .modal {
  width: 60rem;
}
@media (max-width: 720px) {
  .popWrap.modal-full .modal, .modalWrap.modal-full .modal {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
  }
  .popWrap.modal-full .modal--close, .modalWrap.modal-full .modal--close {
    right: 2rem;
  }
  .popWrap.modal-full .modal__inner, .modalWrap.modal-full .modal__inner {
    padding: 2rem;
  }
  .popWrap.modal-full .modal__header, .modalWrap.modal-full .modal__header {
    padding: 2rem 0 4rem 0;
  }
  .popWrap.modal-full .modal__body, .modalWrap.modal-full .modal__body {
    margin-top: 0;
    max-height: calc(100vh - 17rem);
  }
  .popWrap.modal-full .modal__body .select-wrap, .modalWrap.modal-full .modal__body .select-wrap {
    flex-direction: column;
  }
  .popWrap.modal-full .modal__body .select-wrap select, .modalWrap.modal-full .modal__body .select-wrap select {
    width: 100%;
  }
  .popWrap.modal-full .modal__footer, .modalWrap.modal-full .modal__footer {
    width: 100%;
    position: fixed;
    padding: 0;
    bottom: 0;
    left: 0;
  }
  .popWrap.modal-full .modal__footer > button, .modalWrap.modal-full .modal__footer > button {
    width: 100%;
    border-radius: 0;
  }
  .popWrap.modal-full .modal__footer > button + button, .modalWrap.modal-full .modal__footer > button + button {
    margin-left: 0;
  }
  .popWrap.modal-full .modal__footer > button.btn-confirm, .modalWrap.modal-full .modal__footer > button.btn-confirm {
    padding: 2rem 0;
  }
  .popWrap.modal-full .modal__footer > button.btn-cancel, .modalWrap.modal-full .modal__footer > button.btn-cancel {
    padding: 1.9rem 0;
  }
}

.profile-wrap .popWrap .modal__body .input-wrap,
.profile-wrap .modalWrap .modal__body .input-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 6.4rem;
}
.profile-wrap .popWrap .modal__body .input-wrap input,
.profile-wrap .modalWrap .modal__body .input-wrap input {
  flex: 1;
}
.profile-wrap .popWrap .modal__body .input-box .title + .input-wrap,
.profile-wrap .modalWrap .modal__body .input-box .title + .input-wrap {
  width: calc(100% - 6rem);
  border: 0;
}
.profile-wrap .popWrap .modal__body .input-wrap .char-count,
.profile-wrap .modalWrap .modal__body .input-wrap .char-count {
  display: none;
}
.profile-wrap .popWrap .modal__body .select-box,
.profile-wrap .popWrap .modal__body .input-box,
.profile-wrap .modalWrap .modal__body .select-box,
.profile-wrap .modalWrap .modal__body .input-box {
  display: flex;
  align-items: center;
}
.profile-wrap .popWrap .modal__body .select-box .title,
.profile-wrap .popWrap .modal__body .input-box .title,
.profile-wrap .modalWrap .modal__body .select-box .title,
.profile-wrap .modalWrap .modal__body .input-box .title {
  width: 6.145rem;
  margin-bottom: 0;
}

.input-box {
  width: auto;
  position: relative;
}
.input-box .title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.032rem;
  margin-bottom: 1.2rem;
}
.input-box .title.ess::after {
  content: "*";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.032rem;
  color: #333;
}
.input-box .input-wrap {
  width: 100%;
  height: 6rem;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.input-box .input-wrap input {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  font-size: 1.5rem;
  color: #222;
}
.input-box .input-wrap input::placeholder {
  color: #999;
}
.input-box .input-wrap input:read-only {
  background-color: #F5F5F7;
}
.input-box .input-wrap .char-count {
  font-size: 1.2rem;
  color: #999;
  padding-right: 1.6rem;
}
.input-box .input-wrap .btn-clear {
  width: 3rem;
  height: 3rem;
  position: relative;
}
.input-box .input-wrap .btn-clear::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_input_clear.svg") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 720px) {
  .input-box {
    padding-bottom: 0;
  }
  .input-box .input-wrap {
    display: flex;
  }
  .input-box .input-wrap input {
    font-size: 1.5rem;
  }
}
.input-box + .input-box, .input-box + .select-box, .input-box + .textarea-box, .input-box + .file-input-box {
  margin-top: 2.4rem;
}

.select-box {
  width: auto;
  position: relative;
}
.select-box .title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.032rem;
  margin-bottom: 1.2rem;
}
.select-box .title.ess::after {
  content: "*";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.032rem;
  color: #333;
}
.select-box .select-wrap {
  width: 100%;
  height: 6rem;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.select-box .select-wrap select {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  font-size: 1.5rem;
  color: #222;
  background-color: #fff;
}
.select-box .select-wrap select option {
  color: #333;
}
.select-box .select-wrap select option:disabled {
  display: none;
}
.select-box .select-wrap select:required:invalid {
  color: #999;
  font-weight: 400;
}
.select-box .select-wrap select:disabled {
  background: #eee url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_down_gray.svg") no-repeat;
  background-size: 1.8rem 1.8rem;
  background-position: right 1.5rem top 50%;
  color: #999;
}
@media (max-width: 720px) {
  .select-box {
    padding-bottom: 0;
  }
  .select-box .select-wrap {
    display: flex;
  }
  .select-box .select-wrap select {
    font-size: 1.5rem;
  }
}
.select-box + .input-box, .select-box + .select-box, .select-box + .textarea-box, .select-box + .file-input-box {
  margin-top: 2.4rem;
}

.textarea-box {
  width: auto;
  position: relative;
}
.textarea-box .title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.032rem;
  margin-bottom: 1.2rem;
}
.textarea-box .title.ess::after {
  content: "*";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.032rem;
  color: #333;
}
.textarea-box .textarea-wrap {
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.textarea-box .textarea-wrap textarea {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  font-size: 1.5rem;
  color: #222;
}
.textarea-box .textarea-wrap textarea::placeholder {
  color: #999;
}
.textarea-box .textarea-wrap textarea:read-only {
  background-color: #F5F5F7;
}
.textarea-box .textarea-wrap .btn-clear {
  width: 3rem;
  height: 3rem;
  position: relative;
}
.textarea-box .textarea-wrap .btn-clear::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_input_clear.svg") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 720px) {
  .textarea-box {
    padding-bottom: 0;
  }
  .textarea-box .input-wrap {
    display: flex;
  }
  .textarea-box .input-wrap input {
    font-size: 1.5rem;
  }
}
.textarea-box + .input-box, .textarea-box + .select-box, .textarea-box + .textarea-box, .textarea-box + .file-input-box {
  margin-top: 2.4rem;
}

.file-input-box {
  width: auto;
  position: relative;
}
.file-input-box .title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.032rem;
  margin-bottom: 1.2rem;
}
.file-input-box .title.ess::after {
  content: "*";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.032rem;
  color: #333;
}
.file-input-box .file-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}
.file-input-box .file-wrap .file-input {
  display: none;
}
.file-input-box .file-wrap .file-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.file-input-box .file-wrap .file-name {
  flex: 1;
  height: 6rem;
  line-height: 6rem;
  padding: 0 1.6rem;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-input-box .file-wrap .btn-select {
  padding: 2rem;
  font-size: 1.6rem;
  background-color: #4E60FF;
  color: #fff;
  border: none;
  border-radius: 0.8rem;
  cursor: pointer;
  margin-left: 1rem;
}
.file-input-box .file-wrap .btn-select:disabled {
  background-color: #666;
  color: #999;
}
.file-input-box .file-wrap .btn-delete {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: calc(100% - 15rem);
}
.file-input-box .file-wrap .btn-delete::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_input_clear.svg") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 720px) {
  .file-input-box {
    padding-bottom: 0;
  }
  .file-input-box .input-wrap {
    display: flex;
  }
  .file-input-box .input-wrap input {
    font-size: 1.5rem;
  }
}
.file-input-box + .input-box, .file-input-box + .select-box, .file-input-box + .textarea-box, .file-input-box + .file-input-box {
  margin-top: 2.4rem;
}

.file-info-txt {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.024rem;
  color: #999;
}

.drop-down {
  position: relative;
  padding-bottom: 2.4rem;
}
.drop-down__select {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  color: #222;
  border: 1px solid #ddd;
  padding: 0 3.2rem 0 1.6rem;
  position: relative;
  cursor: pointer;
}
.drop-down__select::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_down.svg") 0 0/100% 100% no-repeat;
  position: absolute;
  top: 1rem;
  right: 1.6rem;
}
.drop-down__list {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  background-color: white;
  position: absolute;
  top: calc(100% - 2.4rem);
  left: 0;
  display: none;
  z-index: 10;
}
.drop-down__item {
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
}
.drop-down__item.active {
  font-weight: 700;
}
.drop-down.open .drop-down__select::after {
  transform: rotate(-180deg);
}
.drop-down.open .drop-down__list {
  display: block;
}
.drop-down.err .errMsg {
  display: block;
}
.drop-down + .input-box .errMsg {
  display: none !important;
}

.textarea {
  width: auto;
  position: relative;
  padding-bottom: 2.4rem;
}
.textarea .text-wrap {
  width: 100%;
  min-height: 20rem;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}
.textarea .text-wrap textarea {
  width: 100%;
  height: 20rem;
  padding: 1.4rem;
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #222;
  font-weight: 400;
}
.textarea .text-wrap textarea::placeholder {
  color: #888;
}
.textarea .text-wrap textarea:read-only {
  background-color: #F5F5F7;
}
@media (max-width: 720px) {
  .textarea {
    padding-bottom: 0;
  }
}

/* 부모 요소 추가 AI문제은행 공통 */
.table {
  width: 100%;
  overflow-y: auto;
}
.table table {
  width: 100%;
  min-width: 90rem;
  table-layout: fixed;
}
.table table thead tr th {
  padding: 1.8rem 0;
  color: #999999;
  font-size: 1.6rem;
  background-color: #F6F7FA;
  line-height: 1.9rem;
  font-weight: 500;
}
.table table thead tr th:first-child {
  border-radius: 1.6rem 0 0 1.6rem;
}
.table table thead tr th:last-child {
  border-radius: 0 1.6rem 1.6rem 0;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .table table thead tr th:first-child {
    border-radius: 0.8rem 0 0 0.8rem;
  }
  .table table thead tr th:last-child {
    border-radius: 0 0.8rem 0.8rem 0;
  }
}
.table table tbody tr {
  border-bottom: 1px solid #EEEEEE;
}
.table table tbody tr th {
  padding: 1rem 0;
  font-size: 1.3rem;
  background-color: #F6F7FA;
}
.table table tbody tr td {
  padding: 2rem 0;
  font-size: 1.6rem;
  color: #666666;
  text-align: center;
}
.table table tbody tr td .no-list {
  width: fit-content;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: flex;
  padding: 7.5rem 0 7.5rem 3rem;
}
.table table tbody tr td .no-list::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_mark.svg") 0 0/100% 100% no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.table table tbody tr td.bg-gray {
  background: #F5F5F7;
}
.table table tbody tr td.bg-highlight {
  background: #555555;
  color: #fff;
}
.table table tbody tr td.highlight {
  position: relative;
  background: #e6f7ff;
}
.table table tbody tr td .delete {
  height: 2.6rem;
  line-height: 2.6rem;
  padding: 0 1.3rem;
  border-radius: 0.4rem;
  background-color: #F5F5F7;
  color: #777;
  font-size: 1.2rem;
}
.table table tbody tr td.border-left {
  border-left: 1px solid #ddd;
}
.table table tbody tr td em {
  width: 100%;
  text-align: left;
  display: inline-block;
  padding: 0.5rem 0 0 1.8rem;
  color: #888;
  position: relative;
}
.table table tbody tr td em::before {
  content: "*";
  position: absolute;
  top: 0.5rem;
  left: 1rem;
}
.table.type02 table {
  width: 100%;
  border-top: 0;
}
.table.type02 table tr {
  height: 4.6rem;
  line-height: 4.6rem;
  background-color: #F5F5F7;
  border-bottom: 0;
}
.table.type02 table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #777;
  padding-left: 2.6rem;
  border-right: 1px solid #ddd;
}
.table.type02 table tr td {
  font-size: 1.6rem;
  font-weight: 400;
  color: #888;
  text-align: center;
}
.table.type02 table tr:nth-of-type(2n) {
  background-color: #fff;
}
.table.type02 table tr.month-total {
  background-color: #9baab8;
}
.table--has-input .prompt {
  justify-content: center;
}
.table--has-input .prompt h5 {
  display: none;
}
.table--has-input .prompt input[type=text] {
  max-width: 14rem;
  text-align: center;
}
.table--has-input .input-checkbox {
  justify-content: center;
  margin: 0 1rem;
}
@media (max-width: 720px) {
  .table {
    padding: 0 2rem;
  }
}
.table + .paging {
  margin-top: 2rem;
}

/* 부모 요소 추가 AI문제은행 공통 */
.prompt {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1rem;
}
.prompt.asterisk {
  padding-left: 0.9rem;
}
.prompt.asterisk::before {
  content: "*";
  font-size: 1.4rem;
  color: #222;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.prompt h5 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #222;
  margin-right: 1.2rem;
  text-align: left;
}
.prompt h5:not(:empty) {
  width: auto;
  min-width: 5.5rem;
}
.prompt input {
  flex: 1;
  width: auto;
  height: 2.8rem;
  border-radius: 0.4rem;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 1.4rem;
  color: #222;
  padding: 0 0.8rem;
}
.prompt input::placeholder {
  color: #888;
}
.prompt select {
  flex: 1;
  min-width: 10rem;
  height: 2.8rem;
  border-radius: 0.4rem;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  color: #222;
  padding: 0 1rem;
  background: #fff url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_down_gray.svg") 98% 50%/1.8rem 1.8rem no-repeat;
}
.prompt button {
  width: auto;
  height: 2.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
  background-color: #222;
  border-radius: 0.4rem;
  padding: 0 1.3rem;
  color: #fff;
  margin-left: 1.2rem;
}
.prompt + .prompt {
  margin-left: 1.8rem;
}

.propt-row {
  width: 100%;
  display: flex;
  align-items: center;
}
.propt-row + .propt-row {
  margin-top: 2rem;
}

/* 부모 요소 추가 AI문제은행 공통 */
.paging {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging button {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100%;
  line-height: 2.8rem;
}
.paging__prev {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_paging_prev.svg") 0 0 no-repeat;
}
.paging__next {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_paging_next.svg") 0 0 no-repeat;
}
.paging__list {
  display: flex;
  align-items: center;
  margin: 0 1rem;
}
.paging__item button {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100%;
  font-size: 1.6rem;
  color: #999;
}
.paging__item button.active {
  background-color: #F6F7FA;
  color: #666;
}
.paging__item + li {
  margin-left: 1.2rem;
}

.dark-mode .paging__item button.active {
  color: #FFFFFF;
  background-color: #333333;
}

/* 부모 요소 추가 AI문제은행 공통 */
.table-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table-top > h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #222;
}
.table-top > h4 em {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #888;
  padding-left: 0.8rem;
}
.table-top .odd {
  display: flex;
  align-items: center;
}
.table-top .odd button {
  width: 2rem;
  height: 2rem;
  position: relative;
}
.table-top .odd button.refresh {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_refresh.svg") center center/100% 100% no-repeat;
}
.table-top .odd button.save {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_save.svg") center center/100% 100% no-repeat;
  margin-left: 1rem;
}
.table-top .odd button.fold {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_fold.svg") center center/100% 100% no-repeat;
  margin-left: 2rem;
}

/* 부모 요소 추가 AI문제은행 공통 */
.page-title {
  width: 100%;
  display: flex;
  align-items: flex-start;
  line-height: 1.9rem;
}
.page-title h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
}
.page-title .nav {
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.page-title .nav::before {
  content: "";
  display: block;
  position: relative;
  top: 0.35rem;
  width: 0.1rem;
  height: 1.2rem;
  margin: 0 1rem;
  background-color: #CCCCCC;
}
.page-title .nav__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 2rem;
}
.page-title .nav__item {
  font-size: 1.6rem;
  margin-left: 0.8rem;
  color: #333333;
  position: relative;
  display: flex;
  align-items: flex-start;
  letter-spacing: -0.05rem;
}
.page-title .nav__item:not(:empty)::before {
  content: ">";
  margin-right: 0.8rem;
  font-size: 1.6rem;
  color: #333333;
}
.page-title .nav__item:first-child {
  margin-left: 0;
}
.page-title .nav__item:first-child::before {
  display: none;
}

body.dark-mode .onestop .page-title h3 {
  color: #FFFFFF;
}
body.dark-mode .onestop .page-title .nav__item {
  color: #FFFFFF;
}
body.dark-mode .onestop .page-title .nav__item:not(:empty)::before {
  color: #FFFFFF;
}

.input-radio {
  display: flex;
  align-items: center;
}
.input-radio input[type=radio] {
  display: none;
}
.input-radio input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.032rem;
  color: #666;
  cursor: pointer;
}
.input-radio input[type=radio] + label::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_radio.svg") 0 0/100% 100% no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.input-radio input[type=radio]:checked + label::after {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_radio_check.svg") 0 0/100% 100% no-repeat;
}
.input-radio + .input-radio {
  margin-top: 1.6rem;
}

.input-checkbox {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.input-checkbox input[type=checkbox] {
  display: none;
}
.input-checkbox input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.4rem;
}
.input-checkbox input[type=checkbox] + label::after {
  content: "";
  font-size: 1.5rem;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #707070;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.input-checkbox input[type=checkbox]:checked + label::after {
  content: "✔";
}
.input-checkbox + .input-checkbox {
  margin-left: 0.4rem;
}

.input-basic {
  border: 1px solid #eee;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}
.input-basic > input {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.032rem;
  background-color: #fff;
  padding: 2rem;
}
.input-basic > input:read-only {
  background-color: #eee;
}
.input-basic .unit {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.024rem;
  color: #999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.tooltip {
  display: none; /* 기본적으로 숨김 */
  position: absolute;
  top: 100%; /* 셀 아래에 표시 */
  left: 50%;
  transform: translateX(-50%);
  padding: 0.8rem;
  background-color: #333;
  color: #fff;
  font-size: 1.1rem;
  text-align: left;
  border-radius: 0.4rem;
  white-space: nowrap;
  z-index: 10;
}

/* 롤오버 시 설명 표시 */
.highlight:hover .tooltip {
  display: block;
}

.gsap-container .gsap-item {
  position: relative;
}
.gsap-container .gsap-item#gsapFlip {
  transform-style: preserve-3d;
  transform-origin: center;
  backface-visibility: hidden;
}
.gsap-container .gsap-item#gsapFlip .card-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(0);
  backface-visibility: hidden;
  background: #222;
}
.gsap-container .gsap-item#gsapFlip .card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  background: #FF4A55;
}

/* 부모 요소 추가 AI문제은행 공통 */
.toggle-box .toggle {
  position: relative;
  display: inline-block;
  width: 7.6rem;
  height: 3.6rem;
  background-color: #7c7c7c;
  border-radius: 5rem;
  cursor: pointer;
}
.toggle-box .toggle input {
  display: none;
}
.toggle-box .toggle input:checked + .toggle-slider::before {
  left: 1.1rem;
  transform: translateX(30px);
}
.toggle-box .toggle .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}
.toggle-box .toggle .toggle-slider::before {
  position: absolute;
  content: "";
  height: 2.8rem;
  width: 2.8rem;
  left: 0.6rem;
  bottom: 0.4rem;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.stop-watch {
  width: 100%;
}
.stop-watch .display {
  font-size: 2.4rem;
  font-weight: 700;
}
.stop-watch > button {
  padding: 0.5rem 1.2rem;
  border: 1px solid #ddd;
  border-radius: 2rem;
}

/* 부모 요소 추가 AI문제은행 공통 */
.doughnut-wrap {
  width: fit-content;
  height: fit-content;
  position: relative;
  margin: 0 auto;
}
.doughnut-wrap .graph-label {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.doughnut-wrap .graph-label > em {
  width: 100%;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #999;
  text-align: center;
  margin-bottom: 0.8rem;
}
.doughnut-wrap .graph-label > strong {
  width: 100%;
  display: inline-block;
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
  font-weight: 700;
  color: #333;
  text-align: center;
}

/* 부모 요소 추가 AI문제은행 공통 */
.wrap {
  width: 100%;
  position: relative;
}
.wrap .container {
  width: 100%;
  height: 100%;
  display: block;
}
.wrap main {
  width: 100%;
}
.wrap .btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap .go-top {
  display: none;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  z-index: 500;
}
.wrap .go-top > img {
  width: 100%;
}
@media (max-width: 720px) {
  .wrap .go-top {
    width: 5.2rem;
    height: 5.2rem;
  }
}
.wrap .table-cont {
  margin-top: 1rem;
}
.wrap input[type=checkbox] {
  z-index: 15;
}
.wrap input[type=checkbox] + label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #666;
  font-weight: 500;
}
.wrap input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  border-radius: 1.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0.2rem solid #EEEEEE;
  border-radius: 50%;
}
.wrap input[type=checkbox]:checked + label::before {
  border: 0;
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_checkbox_on.svg");
}
.wrap.lnb-login .header .header__box {
  max-width: 136.1rem;
}
.wrap.lnb-login main {
  width: calc(100% - 8.1rem);
}
@media (min-width: 240px) and (max-width: 1024px) {
  .wrap.lnb-login main {
    width: 100%;
  }
}
.wrap.lnb-login .container {
  display: flex;
}
.wrap.lnb-login .container .dashboard-wrap,
.wrap.lnb-login .container .profile-wrap,
.wrap.lnb-login .container .onestop,
.wrap.lnb-login .container .voca-wrap,
.wrap.lnb-login .container .classic-wrap {
  /*lks-메인 레이아웃에 <main> 테그 추가 후 하단 스타일 <main>으로 설정*/
  /*width: calc(100% - 8.1rem);*/
}
.wrap.lnb-login .container .lnb-wrap {
  display: block;
}
.wrap.lnb-login .footer__link .list {
  max-width: 136.1rem;
}
.wrap.lnb-login .footer__inner {
  max-width: 136.1rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .wrap.lnb-login .header {
    padding: 0;
  }
  .wrap.lnb-login .container {
    display: initial;
  }
  .wrap.lnb-login .container .dashboard-wrap,
  .wrap.lnb-login .container .onestop,
  .wrap.lnb-login .container .profile-wrap {
    width: 100%;
  }
  .wrap.lnb-login .footer {
    padding-bottom: 7rem;
  }
}

.tooltip-box {
  width: max-content;
  min-width: 23.5rem;
  height: auto;
  padding: 1rem 2.8rem 1rem 1.4rem;
  background-color: #333;
  position: absolute;
  border-radius: 0.8rem;
  top: calc(100% + 0.5rem);
  left: 5.2rem;
  display: none;
}
@media (max-width: 1280px) {
  .tooltip-box {
    left: 4rem;
  }
}
.tooltip-box::before {
  content: "";
  width: 1.2rem;
  height: 0.8rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_tooltip_arr.svg") 0 0 no-repeat;
  position: absolute;
  top: -0.8rem;
  left: 1.2rem;
}
.tooltip-box p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
.tooltip-box .close-tooltip {
  position: absolute;
  top: 1.2rem;
  right: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_tooltip_close.svg") 0 0 no-repeat;
}
.tooltip-box.on {
  display: block;
}

.no-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 14rem;
}
.no-data > img {
  width: 9rem;
  height: 9rem;
}
.no-data > p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 400;
  color: #999;
  text-align: center;
  margin-top: 1.6rem;
}
.no-data > button {
  margin-top: 2.8rem;
  min-width: 16rem;
  padding: 1.4rem 0;
  border-radius: 5rem;
  border: 1px solid #4E60FF;
  font-size: 1.6rem;
  color: #4E60FF;
}

.errMsg {
  width: max-content;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  color: #FF4A55;
  padding-left: 2.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.errMsg::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_input_err.svg") 0 0 no-repeat;
  position: absolute;
  top: -0.3rem;
  left: 0;
}
@media (max-width: 720px) {
  .errMsg {
    position: relative;
    margin-top: 1rem;
    padding-left: 1.8rem;
  }
  .errMsg::before {
    top: -0.15rem;
  }
}

@media (max-width: 720px) {
  .mo-hidden {
    display: none;
  }
}
/* 부모 요소 추가 AI문제은행 공통 */
body.dark-mode .no-data > p {
  color: #888;
}
body.dark-mode .no-data > button {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}
body.dark-mode input[type=checkbox] + label::before {
  border-color: #666666;
}

.guide {
  width: 100%;
  max-width: 128rem;
  position: relative;
  padding: 4rem;
  margin: 0 auto;
}
.guide__element {
  margin-bottom: 6rem;
}
.guide__element > h4 {
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #222;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.guide__element .info-box {
  background-color: #F1F3F9;
  padding: 1.5rem;
}
.guide__element .info-box h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
}
.guide__element .info-box p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
}
.guide__element .info-box + .info-box {
  margin-top: 1rem;
}

/* 부모 요소 추가 AI문제은행 공통 */
.header {
  width: 100%;
  height: 8rem;
  transition: 0.3s ease;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
}
.header.on .header-bg {
  height: 35rem;
}
.header .header-bg {
  width: 100%;
  height: 8rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
  transition: height 0.1s ease;
}
.header__box {
  width: 100%;
  max-width: 128rem;
  height: 8rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.header__logo {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
  padding-left: 2rem;
}
.header__logo a {
  width: 19.4rem;
  height: 2.7rem;
  display: flex;
  align-items: center;
  display: inline-block;
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: -0.064rem;
  font-weight: 600;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/img_logo.svg") 0 0/100% 100% no-repeat;
}
.header__gnb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__gnb .gnb {
  display: flex;
  align-items: center;
  gap: 0 12rem;
}
.header__gnb .gnb__item {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 400;
  color: #666;
  position: relative;
  display: flex;
  align-items: center;
}
.header__gnb .gnb__item > a {
  height: 100%;
  padding: 2.8rem 0 2.5rem 0;
  z-index: 10;
  position: relative;
}
.header__gnb .gnb__item.active {
  position: relative;
  color: #3518F5;
  font-weight: 700;
}
.header__gnb .gnb__item.active::after {
  content: "";
  width: calc(100% + 4rem);
  height: 0.2rem;
  display: inline-block;
  background-color: #3518F5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.header__gnb .gnb__item:hover {
  position: relative;
  color: #3518F5;
  font-weight: 700;
}
.header__gnb .gnb__item:hover::after {
  content: "";
  width: calc(100% + 4rem);
  height: 0.2rem;
  display: inline-block;
  background-color: #3518F5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.header__gnb .gnb__submenu {
  width: 100%;
  height: 28rem;
  padding: 5.4rem 0;
  position: fixed;
  top: 8rem;
  left: 0;
  display: none;
}
.header__gnb .gnb__submenu .sec-depth {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 6rem;
}
.header__gnb .gnb__submenu .sec-depth__item {
  color: #333;
  min-width: 16rem;
  font-weight: 600;
  font-size: 2rem;
}
.header__gnb .gnb__submenu .sec-depth__item a {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
  color: #333;
}
.header__gnb .gnb__submenu .sec-depth__item a:hover {
  font-weight: 600;
  color: #3518F5;
}
.header__gnb .gnb__submenu .third-depth {
  width: 100%;
  margin-top: 2.4rem;
}
.header__gnb .gnb__submenu .third-depth__item a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 400;
  color: #333;
}
.header__gnb .gnb__submenu .third-depth__item a:hover {
  font-weight: 600;
  color: #3518F5;
}
.header__gnb .gnb__submenu .third-depth__item + .third-depth__item {
  margin-top: 1.6rem;
}
@media (max-width: 720px) {
  .header__gnb .gnb__submenu {
    display: block;
  }
}
.header__user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding-right: 2rem;
}
.header__user button {
  font-size: 1.6rem;
  letter-spacing: -0.032rem;
  color: #666;
  padding-left: 2.4rem;
  position: relative;
  line-height: 1;
}
.header__user button::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center -2px;
}
.header__user button.login::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58317 6.41667C8.25817 6.74167 8.25817 7.25833 8.58317 7.58333L10.1665 9.16667H2.49984C2.0415 9.16667 1.6665 9.54167 1.6665 10C1.6665 10.4583 2.0415 10.8333 2.49984 10.8333H10.1665L8.58317 12.4167C8.25817 12.7417 8.25817 13.2583 8.58317 13.5833C8.90817 13.9083 9.42484 13.9083 9.74984 13.5833L12.7415 10.5917C13.0665 10.2667 13.0665 9.74167 12.7415 9.41667L9.74984 6.41667C9.42484 6.09167 8.90817 6.09167 8.58317 6.41667ZM16.6665 15.8333H10.8332C10.3748 15.8333 9.99984 16.2083 9.99984 16.6667C9.99984 17.125 10.3748 17.5 10.8332 17.5H16.6665C17.5832 17.5 18.3332 16.75 18.3332 15.8333V4.16667C18.3332 3.25 17.5832 2.5 16.6665 2.5H10.8332C10.3748 2.5 9.99984 2.875 9.99984 3.33333C9.99984 3.79167 10.3748 4.16667 10.8332 4.16667H16.6665V15.8333Z' fill='%23666666'/%3E%3C/svg%3E%0A");
}
.header__user button.logout::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9853 6.65V5.075C10.9853 4.65728 10.818 4.25668 10.5201 3.96131C10.2223 3.66594 9.81828 3.5 9.39706 3.5H3.83824C3.41701 3.5 3.01304 3.66594 2.71518 3.96131C2.41733 4.25668 2.25 4.65728 2.25 5.075V14.525C2.25 14.9427 2.41733 15.3433 2.71518 15.6387C3.01304 15.9341 3.41701 16.1 3.83824 16.1H9.39706C9.81828 16.1 10.2223 15.9341 10.5201 15.6387C10.818 15.3433 10.9853 14.9427 10.9853 14.525V12.95M6.22059 9.8H15.75M15.75 9.8L13.3676 7.4375M15.75 9.8L13.3676 12.1625' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.header__user button + button {
  margin-left: 2.4rem;
}
.header__user button + button::after {
  content: "";
  width: 0.1rem;
  height: 1.3rem;
  display: inline-block;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.2rem;
}

.header-mo {
  display: none;
}

.toggle-box {
  display: inline-flex;
  margin-left: 1.8rem;
}
.toggle-box .toggle {
  background-color: #D7E9FF;
}
.toggle-box .toggle.theme {
  position: relative;
  display: inline-block;
}
.toggle-box .toggle.theme .toggle-ico:before, .toggle-box .toggle.theme .toggle-ico:after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  background-size: 1.8rem 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
}
.toggle-box .toggle.theme .toggle-ico::after {
  left: 0.6rem;
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_theme_white.svg");
}
.toggle-box .toggle.theme .toggle-ico::before {
  right: 0.6rem;
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_theme_black.svg");
}

@media (min-width: 240px) and (max-width: 1280px) {
  .header {
    display: none;
  }
  .header-mo {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    border-bottom: 1px solid #eee;
  }
  .header-mo__box {
    width: 100%;
    height: 6rem;
    padding: 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .header-mo__logo a {
    width: 14.6rem;
    height: 2rem;
    display: inline-block;
    background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/img_logo.svg") 0 0/100% auto no-repeat;
  }
  .header-mo .menu-open {
    width: 4rem;
    height: 6rem;
    position: relative;
  }
  .header-mo .menu-open::after {
    content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.35791' y='2.22223' width='17.284' height='1.7284' fill='%23333333'/%3E%3Crect x='1.35791' y='9.1358' width='17.284' height='1.7284' fill='%23333333'/%3E%3Crect x='1.35791' y='16.0494' width='17.284' height='1.7284' fill='%23333333'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .mo-gnb {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999;
    transition: transform 0.3s ease;
  }
  .mo-gnb.mo-gnb-open {
    transform: translateX(-100%);
  }
  .mo-gnb.mo-gnb-close {
    transform: translateX(0);
  }
  .mo-gnb__top {
    width: 100%;
    height: 6rem;
    padding: 0 2rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mo-gnb__top .toggle-box {
    width: auto;
    height: fit-content;
    margin-left: 0;
  }
  .mo-gnb__top .toggle-box .toggle {
    margin-left: 0;
  }
  .mo-gnb__top .close {
    width: 6rem;
    height: 6rem;
    position: relative;
  }
  .mo-gnb__top .close::after {
    content: "";
    width: 2.6rem;
    height: 2.6rem;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 20L19.9988 6.0012' stroke='%23333333' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M20 19.998L6.0012 5.99925' stroke='%23333333' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .mo-gnb__user {
    width: 100%;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
  }
  .mo-gnb__user > p {
    width: 100%;
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
    font-weight: 600;
    text-align: left;
    color: #333;
  }
  .mo-gnb__wrap {
    width: 100%;
    height: calc(100% - 28rem);
    position: relative;
    background-color: #F5F7FA;
    padding: 4rem 2rem;
    overflow: hidden;
    overflow-y: scroll;
  }
  .mo-gnb__wrap .gnb {
    width: 100%;
  }
  .mo-gnb__wrap .gnb__item {
    width: 100%;
    color: #333;
  }
  .mo-gnb__wrap .gnb__item > a {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.04rem;
    font-weight: 600;
  }
  .mo-gnb__wrap .gnb__item + li {
    margin-top: 3rem;
  }
  .mo-gnb__wrap .gnb__submenu {
    width: 100%;
    margin-top: 1.4rem;
    border-radius: 1.8rem;
    background-color: #fff;
    padding: 4rem 3.2rem;
    display: block;
  }
  .mo-gnb__wrap .gnb__submenu .sec-depth__item {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.036rem;
    font-weight: 500;
    color: #333;
    position: relative;
    display: block;
  }
  .mo-gnb__wrap .gnb__submenu .sec-depth__item + li {
    margin-top: 4rem;
  }
  .mo-gnb__wrap .gnb__submenu .sec-depth__item .third-depth {
    width: 100%;
    margin-top: 2.2rem;
  }
  .mo-gnb__wrap .gnb__submenu .sec-depth__item .third-depth__item {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
    font-weight: 400;
    color: #555;
  }
  .mo-gnb__wrap .gnb__submenu .sec-depth__item .third-depth__item + li {
    margin-top: 1.8rem;
  }
  .mo-gnb .login {
    width: 100%;
    margin-top: 2rem;
    padding: 1.6rem 0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
    background-color: #333;
    border-radius: 0.8rem;
  }
  .mo-gnb .logout-box-gp {
    display: flex;
    gap: 1rem;
  }
  .mo-gnb .logout {
    flex-grow: 1;
    margin-top: 2rem;
    padding: 1.6rem 0;
    color: #666666;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
    background-color: #fff;
    border: 0.1rem solid #CCCCCC;
    border-radius: 0.8rem;
  }
  .mo-gnb .drop-down.header-gp {
    padding-bottom: 0rem;
    width: 50%;
    display: flex;
    align-items: flex-end;
  }
  .mo-gnb .drop-down.header-gp .drop-down__select {
    width: 100%;
    height: 5.8rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
    color: #666666;
    border: 1px solid #EEEEEE;
    padding: 0.6rem 3.4rem 0.6rem 1.2rem;
    position: relative;
    cursor: pointer;
    line-height: 1;
  }
  .mo-gnb .drop-down.header-gp .drop-down__select::after {
    top: 2rem;
    right: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6.5L8 10.5L12 6.5' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transition: all 0.3s ease;
  }
  .mo-gnb .drop-down.header-gp .drop-down__select::before {
    display: none;
  }
  .mo-gnb .drop-down.header-gp .drop-down__list {
    top: calc(100% + 0.4rem);
    border-color: #EEEEEE;
    padding: 0.8rem 0;
  }
  .mo-gnb .drop-down.header-gp .drop-down__item {
    cursor: pointer;
    padding: 0.4rem 0;
  }
  .mo-gnb .drop-down.header-gp .drop-down__item button {
    padding: 0 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
  .mo-gnb .drop-down.header-gp .drop-down__item button:hover {
    color: #4E60FF;
  }
  .mo-gnb .drop-down.header-gp1 {
    padding-bottom: 0rem;
    margin-left: 0rem;
    width: 50%;
    display: flex;
    align-items: flex-end;
  }
  .mo-gnb .drop-down.header-gp1 .drop-down__select {
    width: 100%;
    height: 5.8rem;
    line-height: 4rem;
    border-radius: 0.8rem;
    font-size: 1.5rem;
    color: #222;
    border: 1px solid #ddd;
    padding: 0 1.6rem 0 1.6rem;
    position: relative;
    cursor: pointer;
    background-color: #fff;
  }
  .mo-gnb .drop-down.header-gp1 .drop-down__select::after {
    width: 0;
  }
  .mo-gnb .drop-down.header-gp1 .drop-down__select :hover {
    color: #4E60FF;
  }
}
.lnb-login .header .header__box {
  max-width: 136.1rem;
}

/* 부모 요소 추가 AI문제은행 공통 */
body.dark-mode {
  background: #111;
}
body.dark-mode .header .header-bg {
  background-color: rgba(31, 31, 31, 0.6);
  border-bottom: 1px solid #333;
}
body.dark-mode .header::before {
  background-color: rgba(255, 255, 255, 0.18);
}
body.dark-mode .header__logo a {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/img_logo_dark.svg") 0 0/100% 100% no-repeat;
}
body.dark-mode .header__gnb .gnb__item {
  color: #CCCCCC;
}
body.dark-mode .header__gnb .gnb__item.active {
  color: #fff;
}
body.dark-mode .header__gnb .gnb__item.active::after {
  background-color: #fff;
}
body.dark-mode .header__gnb .gnb__item:hover {
  color: #fff;
}
body.dark-mode .header__gnb .gnb__item:hover::after {
  background-color: #fff;
}
body.dark-mode .header__gnb .gnb__submenu .sec-depth__item a {
  color: #fff;
}
body.dark-mode .header__gnb .gnb__submenu .sec-depth__item a:hover {
  color: #fff;
}
body.dark-mode .header__gnb .gnb__submenu .sec-depth__item span {
  color: #fff;
}
body.dark-mode .header__gnb .gnb__submenu .third-depth__item a {
  color: #aaa;
}
body.dark-mode .header__gnb .gnb__submenu .third-depth__item a:hover {
  color: #fff;
}
body.dark-mode .header__user button {
  color: #fff;
}
body.dark-mode .header__user button.login::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58317 6.41667C8.25817 6.74167 8.25817 7.25833 8.58317 7.58333L10.1665 9.16667H2.49984C2.0415 9.16667 1.6665 9.54167 1.6665 10C1.6665 10.4583 2.0415 10.8333 2.49984 10.8333H10.1665L8.58317 12.4167C8.25817 12.7417 8.25817 13.2583 8.58317 13.5833C8.90817 13.9083 9.42484 13.9083 9.74984 13.5833L12.7415 10.5917C13.0665 10.2667 13.0665 9.74167 12.7415 9.41667L9.74984 6.41667C9.42484 6.09167 8.90817 6.09167 8.58317 6.41667ZM16.6665 15.8333H10.8332C10.3748 15.8333 9.99984 16.2083 9.99984 16.6667C9.99984 17.125 10.3748 17.5 10.8332 17.5H16.6665C17.5832 17.5 18.3332 16.75 18.3332 15.8333V4.16667C18.3332 3.25 17.5832 2.5 16.6665 2.5H10.8332C10.3748 2.5 9.99984 2.875 9.99984 3.33333C9.99984 3.79167 10.3748 4.16667 10.8332 4.16667H16.6665V15.8333Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
body.dark-mode .header__user button.logout::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9853 6.65V5.075C10.9853 4.65728 10.818 4.25668 10.5201 3.96131C10.2223 3.66594 9.81828 3.5 9.39706 3.5H3.83824C3.41701 3.5 3.01304 3.66594 2.71518 3.96131C2.41733 4.25668 2.25 4.65728 2.25 5.075V14.525C2.25 14.9427 2.41733 15.3433 2.71518 15.6387C3.01304 15.9341 3.41701 16.1 3.83824 16.1H9.39706C9.81828 16.1 10.2223 15.9341 10.5201 15.6387C10.818 15.3433 10.9853 14.9427 10.9853 14.525V12.95M6.22059 9.8H15.75M15.75 9.8L13.3676 7.4375M15.75 9.8L13.3676 12.1625' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.dark-mode .header__user button + button::after {
  background-color: #ddd;
}
body.dark-mode .header__user .toggle-box .toggle {
  background-color: #333333;
}
body.dark-mode .header__user .toggle-box .toggle.theme .toggle-ico::after {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_theme_white_dark.svg");
}
body.dark-mode .header__user .toggle-box .toggle.theme .toggle-ico::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_theme_black_dark.svg");
}
@media (min-width: 240px) and (max-width: 1280px) {
  body.dark-mode .header-mo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  body.dark-mode .header-mo__box {
    background-color: rgba(31, 31, 31, 0.6);
  }
  body.dark-mode .header-mo .menu-open::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.35791' y='2.22223' width='17.284' height='1.7284' fill='%23FFFFFF'/%3E%3Crect x='1.35791' y='9.1358' width='17.284' height='1.7284' fill='%23FFFFFF'/%3E%3Crect x='1.35791' y='16.0494' width='17.284' height='1.7284' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  }
  body.dark-mode .header-mo__logo a {
    background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/img_logo_dark.svg") 0 0/100% auto no-repeat;
  }
  body.dark-mode .mo-gnb {
    background-color: #111;
  }
  body.dark-mode .mo-gnb__top {
    background-color: #111;
  }
  body.dark-mode .mo-gnb__top .close::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 20L19.9988 6.0012' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M20 19.998L6.0012 5.99925' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  }
  body.dark-mode .mo-gnb__top .toggle-box .toggle {
    background-color: #333333;
  }
  body.dark-mode .mo-gnb__top .toggle-box .toggle.theme .toggle-ico::after {
    background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_theme_white_dark.svg");
  }
  body.dark-mode .mo-gnb__top .toggle-box .toggle.theme .toggle-ico::before {
    background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_theme_black_dark.svg");
  }
  body.dark-mode .mo-gnb__wrap {
    background-color: #191919;
  }
  body.dark-mode .mo-gnb__wrap .gnb__item {
    color: #fff;
  }
  body.dark-mode .mo-gnb__wrap .gnb__submenu {
    background-color: #242424;
  }
  body.dark-mode .mo-gnb__wrap .gnb__submenu .sec-depth__item {
    color: #fff;
  }
  body.dark-mode .mo-gnb__wrap .gnb__submenu .sec-depth__item .third-depth__item {
    color: #CCC;
  }
  body.dark-mode .mo-gnb__user > p {
    color: #fff;
  }
  body.dark-mode .mo-gnb .drop-down.header-gp .drop-down__select {
    color: #666666 !important;
    border: 1px solid #EEEEEE !important;
    background-color: #FFFFFF !important;
  }
  body.dark-mode .mo-gnb .drop-down.header-gp .drop-down__select::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6.5L8 10.5L12 6.5' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  body.dark-mode .mo-gnb .drop-down.header-gp .drop-down__list {
    border-color: #EEEEEE !important;
    background-color: #FFFFFF !important;
  }
  body.dark-mode .mo-gnb .drop-down.header-gp .drop-down__item button:hover {
    color: #4E60FF;
  }
  body.dark-mode .mo-gnb .drop-down.header-gp1 .drop-down__select {
    color: #222 !important;
    border: 1px solid #ddd;
    background-color: #fff;
  }
  body.dark-mode .mo-gnb .drop-down.header-gp1 .drop-down__select :hover {
    color: #4E60FF;
  }
}

/* 부모 요소 추가 AI문제은행 공통 */
.footer {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
  border-top: 1px solid #EEE;
}
.footer__link {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.footer__link .list {
  width: 100%;
  max-width: 128rem;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 2rem 0 2rem 2rem;
  position: relative;
}
.footer__link .list::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: inline-block;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer__link .item {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
  color: #444;
  position: relative;
  padding-left: 2.6rem;
  margin-right: 2.6rem;
}
.footer__link .item::after {
  content: "";
  width: 0.1rem;
  height: 1.4rem;
  display: inline-block;
  background-color: #eee;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.footer__link .item:nth-of-type(1) {
  padding-left: 0;
}
.footer__link .item:nth-of-type(1)::after {
  display: none;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .footer__link .list {
    flex-wrap: wrap;
    overflow: hidden;
    margin-left: -5.2rem;
    padding: 2rem;
  }
  .footer__link .list::after {
    left: 4.6rem;
  }
  .footer__link .item:nth-of-type(1) {
    padding-left: 2.6rem;
  }
  .footer__link .item:nth-of-type(1)::after {
    display: none;
  }
}
@media (max-width: 720px) {
  .footer__link .list {
    margin-left: -2rem;
    padding-left: 1rem;
  }
  .footer__link .list::after {
    left: 2rem;
  }
  .footer__link .item {
    padding-left: 1rem;
    margin-right: 1rem;
  }
  .footer__link .item:nth-child(1) {
    padding-left: 1rem;
  }
  .footer__link .item::after {
    display: none;
  }
}
.footer__inner {
  width: 100%;
  max-width: 128rem;
  padding: 3rem 34rem 13rem 2rem;
  position: relative;
}
@media (min-width: 721px) and (max-width: 1024px) {
  .footer__inner {
    padding: 3rem 2rem 11rem 2rem;
  }
}
@media (max-width: 720px) {
  .footer__inner {
    padding: 2rem 0 8rem 0;
  }
}
.footer__info {
  width: 100%;
  display: flex;
  align-items: center;
}
.footer__info + .footer__info {
  margin-top: 1rem;
}
@media (min-width: 721px) and (max-width: 1024px) {
  .footer__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 720px) {
  .footer__info {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer__info + .footer__info {
    margin-top: 0;
  }
}
.footer dl.item {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #666;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer dl.item + .item {
  padding-left: 1rem;
  margin-left: 1rem;
  display: flex;
  align-items: center;
}
.footer dl.item + .item::after {
  content: "";
  width: 0.1rem;
  height: 1.4rem;
  display: inline-block;
  background-color: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.footer dl.item dt {
  position: relative;
  padding-right: 1rem;
}
.footer dl.item dt::after {
  content: ":";
  font-size: 1.5rem;
  color: rgba(204, 204, 204, 0.6);
  position: absolute;
  top: -0.1rem;
  right: 0.3rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .footer dl.item + .item {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  .footer dl.item + .item::after {
    display: none;
  }
}
@media (max-width: 720px) {
  .footer dl.item {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
    margin-top: 1rem;
  }
}
.footer__copy {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #666;
  flex: 1;
  margin-top: 5.6rem;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .footer__copy {
    display: none;
  }
}
.footer__copy-small {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 400;
  color: #aaa;
  flex: 1;
  text-transform: uppercase;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
@media (max-width: 720px) {
  .footer__copy-small {
    left: 0;
  }
}
.footer__bn-wrap {
  width: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 3rem;
  right: 0;
}
@media (max-width: 1280px) {
  .footer__bn-wrap {
    right: 2rem;
  }
}
@media (max-width: 920px) {
  .footer__bn-wrap {
    position: relative;
    right: 0;
    flex-direction: row;
    justify-content: center;
  }
  .footer__bn-wrap > * {
    flex-grow: 1;
  }
}
@media (max-width: 720px) {
  .footer__bn-wrap {
    padding: 0;
    flex-direction: column;
  }
}
.footer__banner {
  width: 33.5rem;
  padding: 2rem 3rem;
  border-radius: 2rem;
  background-color: #FAFAFA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer__banner .tel {
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: -0.048rem;
  font-weight: 700;
  color: #666;
  padding-left: 3rem;
  position: relative;
  flex: auto;
}
.footer__banner .tel::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7081 5.50033C12.5221 5.65913 13.2701 6.05721 13.8565 6.64361C14.4429 7.23 14.841 7.97805 14.9998 8.79199M11.7081 2.16699C13.3992 2.35486 14.9761 3.11214 16.18 4.3145C17.3839 5.51686 18.1431 7.09283 18.3331 8.78366M8.52228 12.0529C7.52097 11.0516 6.73031 9.91937 6.15031 8.71135C6.10042 8.60744 6.07548 8.55549 6.05631 8.48975C5.98821 8.25612 6.03713 7.96923 6.17881 7.77138C6.21867 7.7157 6.2663 7.66807 6.36156 7.57281C6.6529 7.28147 6.79857 7.1358 6.89381 6.98932C7.25297 6.43691 7.25297 5.72476 6.89381 5.17235C6.79857 5.02587 6.6529 4.8802 6.36156 4.58886L6.19917 4.42647C5.7563 3.9836 5.53487 3.76217 5.29705 3.64188C4.82408 3.40266 4.26553 3.40266 3.79256 3.64188C3.55474 3.76217 3.33331 3.9836 2.89044 4.42647L2.75908 4.55783C2.31773 4.99919 2.09705 5.21986 1.92851 5.51989C1.74149 5.85281 1.60703 6.36989 1.60816 6.75174C1.60918 7.09586 1.67594 7.33105 1.80944 7.80142C2.52692 10.3292 3.88065 12.7145 5.87063 14.7045C7.86061 16.6945 10.2459 18.0482 12.7737 18.7657C13.2441 18.8992 13.4793 18.966 13.8234 18.967C14.2053 18.9681 14.7224 18.8337 15.0553 18.6467C15.3553 18.4781 15.576 18.2574 16.0173 17.8161L16.1487 17.6847C16.5916 17.2419 16.813 17.0204 16.9333 16.7826C17.1725 16.3096 17.1725 15.7511 16.9333 15.2781C16.813 15.0403 16.5916 14.8189 16.1487 14.376L15.9863 14.2136C15.695 13.9223 15.5493 13.7766 15.4028 13.6814C14.8504 13.3222 14.1383 13.3222 13.5858 13.6814C13.4394 13.7766 13.2937 13.9223 13.0024 14.2136C12.9071 14.3089 12.8595 14.3565 12.8038 14.3964C12.6059 14.538 12.319 14.587 12.0854 14.5189C12.0197 14.4997 11.9677 14.4747 11.8638 14.4249C10.6558 13.8449 9.5236 13.0542 8.52228 12.0529Z' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.footer__banner .remote {
  padding: 0.8rem 1.6rem 0.8rem 3.8rem;
  border-radius: 5rem;
  background-color: #F1F1F1;
  font-size: 1.3rem;
  color: #666;
  position: relative;
}
.footer__banner .remote::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33325 9.33333L14.6666 9.33333M5.33325 14H10.6666M4.53325 12H11.4666C12.5867 12 13.1467 12 13.5746 11.782C13.9509 11.5903 14.2569 11.2843 14.4486 10.908C14.6666 10.4802 14.6666 9.92011 14.6666 8.8V5.2C14.6666 4.0799 14.6666 3.51984 14.4486 3.09202C14.2569 2.71569 13.9509 2.40973 13.5746 2.21799C13.1467 2 12.5867 2 11.4666 2H4.53325C3.41315 2 2.85309 2 2.42527 2.21799C2.04895 2.40973 1.74299 2.71569 1.55124 3.09202C1.33325 3.51984 1.33325 4.07989 1.33325 5.2V8.8C1.33325 9.92011 1.33325 10.4802 1.55124 10.908C1.74299 11.2843 2.04895 11.5903 2.42527 11.782C2.85309 12 3.41315 12 4.53325 12Z' stroke='%23666666' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.8rem;
  left: 1.6rem;
}
.footer__banner .remote + .bn-odd {
  margin-top: 0.8rem;
}
.footer__banner .bn-odd {
  width: 100%;
  flex: none;
  display: flex;
}
.footer__banner .bn-odd > .item {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666;
}
.footer__banner .bn-odd > span {
  width: 100%;
  display: inline-block;
  padding-left: 6.2rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 400;
  color: #666;
}
.footer__banner .bn-odd > span + span {
  margin-top: 0.5rem;
}
.footer__banner.isms_p {
  position: relative;
  margin-top: 0.8rem;
}
.footer__banner.isms_p > .bn-odd {
  flex-direction: column;
}
.footer__banner.isms_p::before {
  content: "";
  width: 5rem;
  height: 3.7rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_ismsp_mark.svg") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
}
@media (min-width: 320px) and (max-width: 920px) {
  .footer__banner {
    height: 9.8rem;
    padding: 2rem;
  }
  .footer__banner.isms_p {
    margin-top: 0;
    margin-left: 2rem;
  }
  .footer__banner.isms_p::before {
    left: 1.5rem;
  }
  .footer__banner.isms_p .bn-odd > .item {
    margin-top: 0;
  }
  .footer__banner.isms_p .bn-odd > span {
    padding-left: 5.2rem;
  }
}
@media (max-width: 720px) {
  .footer__banner {
    width: 100%;
  }
  .footer__banner .tel {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.04rem;
  }
  .footer__banner.isms_p {
    margin-left: 0;
    margin-top: 1rem;
  }
  .footer__banner .bn-odd > .item {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  .footer {
    padding: 2rem;
  }
}

/* 부모 요소 추가 AI문제은행 공통 */
body.dark-mode .footer {
  background-color: #000;
  border-top: 1px solid #333;
}
body.dark-mode .footer__link .list::after {
  background-color: rgba(204, 204, 204, 0.2);
}
body.dark-mode .footer__link .item {
  color: #fff;
}
body.dark-mode .footer__link .item + .item::after {
  background-color: rgba(255, 255, 255, 0.2);
}
body.dark-mode .footer dl.item {
  color: #888;
}
body.dark-mode .footer dl.item + .item::after {
  background-color: rgba(204, 204, 204, 0.2);
}
body.dark-mode .footer dl.item dt::after {
  color: #888;
}
body.dark-mode .footer__copy {
  color: #888;
}
body.dark-mode .footer__copy-small {
  color: #666;
}
body.dark-mode .footer__banner {
  background-color: #1A1A1A;
}
body.dark-mode .footer__banner .tel {
  color: #fff;
}
body.dark-mode .footer__banner .tel::before {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_call.svg") 0 0 no-repeat;
}
body.dark-mode .footer__banner .remote {
  background-color: #2D2D2D;
  color: #fff;
}
body.dark-mode .footer__banner .remote::before {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_remote.svg") 0 0/100% 100% no-repeat;
}
body.dark-mode .footer__banner .bn-odd > span {
  color: rgba(204, 204, 204, 0.6);
}
body.dark-mode .footer__banner.isms_p::before {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_ismsp_mark_dark.svg") 0 0/100% 100% no-repeat;
}

/* 부모 요소 추가 AI문제은행 공통 */
.lnb-wrap {
  position: relative;
  border-left: 1px solid #eee;
  background-color: #fff;
  display: none;
}
.lnb-wrap.lnb-login {
  display: block;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .lnb-wrap {
    width: 100%;
    height: 7rem;
    border-top: 1px solid #EEE;
    box-shadow: 0px -6px 12px 0px rgba(96, 108, 128, 0.06);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
  }
  .lnb-wrap .lnb-inner-btn__list {
    display: none !important;
  }
}

.lnb {
  width: 8rem;
  height: calc(100vh - 8rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 6;
  padding: 2.4rem 1.6rem;
  position: sticky;
  top: 8rem;
  left: 0;
}
.lnb .lnb-top {
  width: 100%;
}
.lnb .lnb-top__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lnb .lnb-top__item {
  position: relative;
}
.lnb .lnb-top__item > button {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 400;
  color: #999;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lnb .lnb-top__item > button::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.lnb .lnb-top__item > button.active, .lnb .lnb-top__item > button:hover {
  color: #4E60FF;
  font-weight: 600;
}
.lnb .lnb-top__item .lnb-inner-btn__list {
  display: none;
  color: #EA4F4F;
  position: absolute;
  min-width: 11.5rem;
  border: 0.1rem solid #EEEEEE;
  left: -13rem;
  top: 0.2rem;
  border-radius: 1rem;
  padding: 0.5rem;
  background: #fff;
}
.lnb .lnb-top__item .lnb-inner-btn__list > .lnb-inner-btn__box {
  text-align: center;
}
.lnb .lnb-top__item .lnb-inner-btn__list > .lnb-inner-btn__box > button {
  color: #666666;
  font-size: 1.4rem;
  padding: 0.4rem 0.4rem;
}
.lnb .lnb-top__item .lnb-inner-btn__list > .lnb-inner-btn__box > button:hover {
  color: #4E60FF;
}
.lnb .lnb-top__item.lnb-icon-profile > button::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9999 15.4285V19.7142M17.1428 19.7142L13.7558 16.8918C13.1312 16.3712 12.8188 16.1109 12.4702 16.0115C12.1628 15.9238 11.837 15.9238 11.5296 16.0115C11.181 16.1109 10.8686 16.3712 10.244 16.8918L6.85704 19.7142M8.57132 11.1428V11.9999M11.9999 9.4285V11.9999M15.4285 7.71422V11.9999M20.5713 4.28564H3.42847M4.28561 4.28564H19.7142V11.3142C19.7142 12.7544 19.7142 13.4744 19.4339 14.0245C19.1874 14.5083 18.794 14.9017 18.3102 15.1482C17.7601 15.4285 17.04 15.4285 15.5999 15.4285H8.39989C6.95976 15.4285 6.23969 15.4285 5.68963 15.1482C5.20579 14.9017 4.81241 14.5083 4.56588 14.0245C4.28561 13.4744 4.28561 12.7544 4.28561 11.3142V4.28564Z' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.lnb .lnb-top__item.lnb-icon-profile > button:hover::before, .lnb .lnb-top__item.lnb-icon-profile > button.active::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9999 15.4285V19.7142M17.1428 19.7142L13.7558 16.8918C13.1312 16.3712 12.8188 16.1109 12.4702 16.0115C12.1628 15.9238 11.837 15.9238 11.5296 16.0115C11.181 16.1109 10.8686 16.3712 10.244 16.8918L6.85704 19.7142M8.57132 11.1428V11.9999M11.9999 9.4285V11.9999M15.4285 7.71422V11.9999M20.5713 4.28564H3.42847M4.28561 4.28564H19.7142V11.3142C19.7142 12.7544 19.7142 13.4744 19.4339 14.0245C19.1874 14.5083 18.794 14.9017 18.3102 15.1482C17.7601 15.4285 17.04 15.4285 15.5999 15.4285H8.39989C6.95976 15.4285 6.23969 15.4285 5.68963 15.1482C5.20579 14.9017 4.81241 14.5083 4.56588 14.0245C4.28561 13.4744 4.28561 12.7544 4.28561 11.3142V4.28564Z' stroke='%234E60FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.lnb .lnb-top__item.lnb-icon-analyze > button::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8065 8.5716V15.6002C20.8065 17.0403 20.8065 17.7604 20.4842 18.3104C20.2007 18.7943 19.7483 19.1877 19.1919 19.4342C18.5593 19.7145 17.7312 19.7145 16.0751 19.7145H8.7808C7.12465 19.7145 6.29657 19.7145 5.664 19.4342C5.10758 19.1877 4.65519 18.7943 4.37168 18.3104C4.04937 17.7604 4.04937 17.0403 4.04937 15.6002V8.5716M4.14794 4.28589H20.7079C21.26 4.28589 21.536 4.28589 21.7469 4.37931C21.9324 4.46149 22.0831 4.59262 22.1777 4.7539C22.2851 4.93725 22.2851 5.17727 22.2851 5.65732V7.20017C22.2851 7.68022 22.2851 7.92024 22.1777 8.10359C22.0831 8.26488 21.9324 8.396 21.7469 8.47818C21.536 8.5716 21.26 8.5716 20.7079 8.5716H4.14794C3.59589 8.5716 3.31987 8.5716 3.10901 8.47818C2.92354 8.396 2.77274 8.26488 2.67824 8.10359C2.5708 7.92024 2.5708 7.68022 2.5708 7.20017V5.65732C2.5708 5.17727 2.5708 4.93725 2.67824 4.7539C2.77274 4.59262 2.92354 4.46149 3.10901 4.37931C3.31987 4.28589 3.59589 4.28589 4.14794 4.28589ZM10.0622 11.5716H14.7937C15.3457 11.5716 15.6217 11.5716 15.8326 11.665C16.0181 11.7472 16.1689 11.8783 16.2634 12.0396C16.3708 12.223 16.3708 12.463 16.3708 12.943V13.6287C16.3708 14.1088 16.3708 14.3488 16.2634 14.5322C16.1689 14.6934 16.0181 14.8246 15.8326 14.9068C15.6217 15.0002 15.3457 15.0002 14.7937 15.0002H10.0622C9.51018 15.0002 9.23415 15.0002 9.0233 14.9068C8.83782 14.8246 8.68703 14.6934 8.59252 14.5322C8.48509 14.3488 8.48509 14.1088 8.48509 13.6287V12.943C8.48509 12.463 8.48509 12.223 8.59252 12.0396C8.68703 11.8783 8.83782 11.7472 9.0233 11.665C9.23415 11.5716 9.51018 11.5716 10.0622 11.5716Z' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.lnb .lnb-top__item.lnb-icon-analyze > button:hover::before, .lnb .lnb-top__item.lnb-icon-analyze > button.active::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8065 8.5716V15.6002C20.8065 17.0403 20.8065 17.7604 20.4842 18.3104C20.2007 18.7943 19.7483 19.1877 19.1919 19.4342C18.5593 19.7145 17.7312 19.7145 16.0751 19.7145H8.7808C7.12465 19.7145 6.29657 19.7145 5.664 19.4342C5.10758 19.1877 4.65519 18.7943 4.37168 18.3104C4.04937 17.7604 4.04937 17.0403 4.04937 15.6002V8.5716M4.14794 4.28589H20.7079C21.26 4.28589 21.536 4.28589 21.7469 4.37931C21.9324 4.46149 22.0831 4.59262 22.1777 4.7539C22.2851 4.93725 22.2851 5.17727 22.2851 5.65732V7.20017C22.2851 7.68022 22.2851 7.92024 22.1777 8.10359C22.0831 8.26488 21.9324 8.396 21.7469 8.47818C21.536 8.5716 21.26 8.5716 20.7079 8.5716H4.14794C3.59589 8.5716 3.31987 8.5716 3.10901 8.47818C2.92354 8.396 2.77274 8.26488 2.67824 8.10359C2.5708 7.92024 2.5708 7.68022 2.5708 7.20017V5.65732C2.5708 5.17727 2.5708 4.93725 2.67824 4.7539C2.77274 4.59262 2.92354 4.46149 3.10901 4.37931C3.31987 4.28589 3.59589 4.28589 4.14794 4.28589ZM10.0622 11.5716H14.7937C15.3457 11.5716 15.6217 11.5716 15.8326 11.665C16.0181 11.7472 16.1689 11.8783 16.2634 12.0396C16.3708 12.223 16.3708 12.463 16.3708 12.943V13.6287C16.3708 14.1088 16.3708 14.3488 16.2634 14.5322C16.1689 14.6934 16.0181 14.8246 15.8326 14.9068C15.6217 15.0002 15.3457 15.0002 14.7937 15.0002H10.0622C9.51018 15.0002 9.23415 15.0002 9.0233 14.9068C8.83782 14.8246 8.68703 14.6934 8.59252 14.5322C8.48509 14.3488 8.48509 14.1088 8.48509 13.6287V12.943C8.48509 12.463 8.48509 12.223 8.59252 12.0396C8.68703 11.8783 8.83782 11.7472 9.0233 11.665C9.23415 11.5716 9.51018 11.5716 10.0622 11.5716Z' stroke='%234E60FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.lnb .lnb-top__item.lnb-icon-drawer > button::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.343 1.71436L22.2858 5.65721M2.57153 21.4286L3.8297 16.8154C3.91178 16.5144 3.95283 16.3639 4.01583 16.2236C4.07178 16.099 4.14052 15.9805 4.22094 15.8701C4.31153 15.7458 4.42183 15.6355 4.64242 15.4149L14.8282 5.2291C15.0234 5.03392 15.121 4.93633 15.2335 4.89977C15.3325 4.86761 15.4391 4.86761 15.5381 4.89977C15.6507 4.93633 15.7482 5.03392 15.9434 5.2291L18.7711 8.05675C18.9663 8.25193 19.0638 8.34952 19.1004 8.46205C19.1326 8.56104 19.1326 8.66767 19.1004 8.76666C19.0638 8.87919 18.9663 8.97678 18.7711 9.17196L8.58528 19.3577C8.36469 19.5783 8.25439 19.6886 8.13006 19.7792C8.01967 19.8597 7.90121 19.9284 7.77661 19.9843C7.63628 20.0473 7.48579 20.0884 7.18481 20.1705L2.57153 21.4286Z' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.lnb .lnb-top__item.lnb-icon-drawer > button:hover::before, .lnb .lnb-top__item.lnb-icon-drawer > button.active::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.343 1.71436L22.2858 5.65721M2.57153 21.4286L3.8297 16.8154C3.91178 16.5144 3.95283 16.3639 4.01583 16.2236C4.07178 16.099 4.14052 15.9805 4.22094 15.8701C4.31153 15.7458 4.42183 15.6355 4.64242 15.4149L14.8282 5.2291C15.0234 5.03392 15.121 4.93633 15.2335 4.89977C15.3325 4.86761 15.4391 4.86761 15.5381 4.89977C15.6507 4.93633 15.7482 5.03392 15.9434 5.2291L18.7711 8.05675C18.9663 8.25193 19.0638 8.34952 19.1004 8.46205C19.1326 8.56104 19.1326 8.66767 19.1004 8.76666C19.0638 8.87919 18.9663 8.97678 18.7711 9.17196L8.58528 19.3577C8.36469 19.5783 8.25439 19.6886 8.13006 19.7792C8.01967 19.8597 7.90121 19.9284 7.77661 19.9843C7.63628 20.0473 7.48579 20.0884 7.18481 20.1705L2.57153 21.4286Z' stroke='%234E60FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.lnb .lnb-top__item.lnb-icon-reviews > button::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4287 14.5286C14.0619 14.5286 15.3858 13.2047 15.3858 11.5715C15.3858 9.93831 14.0619 8.61436 12.4287 8.61436C10.7955 8.61436 9.47153 9.93831 9.47153 11.5715C9.47153 13.2047 10.7955 14.5286 12.4287 14.5286Z' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.0598 14.2598C18.9406 14.5301 18.905 14.8299 18.9577 15.1206C19.0104 15.4113 19.149 15.6795 19.3556 15.8907L19.4093 15.9445C19.576 16.1109 19.7082 16.3086 19.7983 16.5262C19.8885 16.7437 19.935 16.9769 19.935 17.2125C19.935 17.448 19.8885 17.6812 19.7983 17.8988C19.7082 18.1164 19.576 18.314 19.4093 18.4805C19.2429 18.6471 19.0452 18.7793 18.8276 18.8695C18.6101 18.9597 18.3769 19.0061 18.1413 19.0061C17.9058 19.0061 17.6726 18.9597 17.455 18.8695C17.2375 18.7793 17.0398 18.6471 16.8734 18.4805L16.8196 18.4267C16.6084 18.2201 16.3402 18.0815 16.0495 18.0288C15.7588 17.9761 15.459 18.0117 15.1887 18.131C14.9236 18.2446 14.6976 18.4332 14.5384 18.6736C14.3792 18.914 14.2937 19.1957 14.2926 19.4841V19.6364C14.2926 20.1118 14.1038 20.5676 13.7676 20.9037C13.4315 21.2398 12.9757 21.4286 12.5004 21.4286C12.025 21.4286 11.5692 21.2398 11.2331 20.9037C10.897 20.5676 10.7082 20.1118 10.7082 19.6364V19.5558C10.7012 19.2592 10.6052 18.9715 10.4326 18.7302C10.26 18.4889 10.0188 18.3051 9.74036 18.2027C9.47009 18.0834 9.17027 18.0478 8.87958 18.1005C8.58889 18.1532 8.32065 18.2918 8.10946 18.4984L8.05569 18.5521C7.88924 18.7188 7.69158 18.851 7.47401 18.9412C7.25644 19.0314 7.02323 19.0778 6.7877 19.0778C6.55218 19.0778 6.31896 19.0314 6.10139 18.9412C5.88382 18.851 5.68616 18.7188 5.51971 18.5521C5.35308 18.3857 5.22089 18.188 5.1307 17.9705C5.04051 17.7529 4.99408 17.5197 4.99408 17.2842C4.99408 17.0486 5.04051 16.8154 5.1307 16.5979C5.22089 16.3803 5.35308 16.1826 5.51971 16.0162L5.57348 15.9624C5.78007 15.7512 5.91865 15.483 5.97136 15.1923C6.02406 14.9016 5.98848 14.6018 5.8692 14.3315C5.7556 14.0665 5.56699 13.8404 5.32657 13.6812C5.08616 13.522 4.80443 13.4365 4.51608 13.4354H4.36374C3.88842 13.4354 3.43256 13.2466 3.09646 12.9105C2.76035 12.5744 2.57153 12.1185 2.57153 11.6432C2.57153 11.1679 2.76035 10.712 3.09646 10.3759C3.43256 10.0398 3.88842 9.85098 4.36374 9.85098H4.44439C4.741 9.84404 5.02865 9.74803 5.26997 9.57544C5.51129 9.40284 5.6951 9.16164 5.79751 8.88319C5.91679 8.61291 5.95237 8.31309 5.89967 8.0224C5.84696 7.73171 5.70838 7.46347 5.50179 7.25228L5.44803 7.19851C5.28139 7.03206 5.1492 6.8344 5.05901 6.61683C4.96882 6.39926 4.9224 6.16605 4.9224 5.93052C4.9224 5.695 4.96882 5.46179 5.05901 5.24422C5.1492 5.02665 5.28139 4.82899 5.44803 4.66254C5.61447 4.4959 5.81213 4.36371 6.02971 4.27352C6.24728 4.18333 6.48049 4.13691 6.71601 4.13691C6.95154 4.13691 7.18475 4.18333 7.40232 4.27352C7.61989 4.36371 7.81755 4.4959 7.984 4.66254L8.03777 4.7163C8.24896 4.92289 8.5172 5.06147 8.80789 5.11418C9.09858 5.16689 9.3984 5.1313 9.66868 5.01202H9.74036C10.0054 4.89842 10.2314 4.70981 10.3907 4.4694C10.5499 4.22898 10.6353 3.94726 10.6365 3.6589V3.50656C10.6365 3.03124 10.8253 2.57539 11.1614 2.23928C11.4975 1.90318 11.9534 1.71436 12.4287 1.71436C12.904 1.71436 13.3599 1.90318 13.696 2.23928C14.0321 2.57539 14.2209 3.03124 14.2209 3.50656V3.58721C14.222 3.87557 14.3075 4.15729 14.4667 4.39771C14.6259 4.63812 14.8519 4.82674 15.117 4.94033C15.3873 5.05961 15.6871 5.0952 15.9778 5.04249C16.2685 4.98978 16.5367 4.8512 16.7479 4.64462L16.8017 4.59085C16.9681 4.42422 17.1658 4.29202 17.3833 4.20183C17.6009 4.11164 17.8341 4.06522 18.0697 4.06522C18.3052 4.06522 18.5384 4.11164 18.756 4.20183C18.9735 4.29202 19.1712 4.42422 19.3376 4.59085C19.5043 4.7573 19.6365 4.95496 19.7267 5.17253C19.8168 5.3901 19.8633 5.62331 19.8633 5.85884C19.8633 6.09436 19.8168 6.32757 19.7267 6.54514C19.6365 6.76272 19.5043 6.96038 19.3376 7.12682L19.2839 7.18059C19.0773 7.39178 18.9387 7.66002 18.886 7.95071C18.8333 8.2414 18.8689 8.54122 18.9882 8.8115V8.88319C19.1017 9.14823 19.2904 9.37427 19.5308 9.53348C19.7712 9.6927 20.0529 9.77814 20.3413 9.77929H20.4936C20.9689 9.77929 21.4248 9.96811 21.7609 10.3042C22.097 10.6403 22.2858 11.0962 22.2858 11.5715C22.2858 12.0468 22.097 12.5027 21.7609 12.8388C21.4248 13.1749 20.9689 13.3637 20.4936 13.3637H20.413C20.1246 13.3649 19.8429 13.4503 19.6025 13.6095C19.3621 13.7687 19.1734 13.9948 19.0598 14.2598Z' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.lnb .lnb-top__item.lnb-icon-reviews > button:hover::before, .lnb .lnb-top__item.lnb-icon-reviews > button.active::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4287 14.5286C14.0619 14.5286 15.3858 13.2047 15.3858 11.5715C15.3858 9.93831 14.0619 8.61436 12.4287 8.61436C10.7955 8.61436 9.47153 9.93831 9.47153 11.5715C9.47153 13.2047 10.7955 14.5286 12.4287 14.5286Z' stroke='%234E60FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.0598 14.2598C18.9406 14.5301 18.905 14.8299 18.9577 15.1206C19.0104 15.4113 19.149 15.6795 19.3556 15.8907L19.4093 15.9445C19.576 16.1109 19.7082 16.3086 19.7983 16.5262C19.8885 16.7437 19.935 16.9769 19.935 17.2125C19.935 17.448 19.8885 17.6812 19.7983 17.8988C19.7082 18.1164 19.576 18.314 19.4093 18.4805C19.2429 18.6471 19.0452 18.7793 18.8276 18.8695C18.6101 18.9597 18.3769 19.0061 18.1413 19.0061C17.9058 19.0061 17.6726 18.9597 17.455 18.8695C17.2375 18.7793 17.0398 18.6471 16.8734 18.4805L16.8196 18.4267C16.6084 18.2201 16.3402 18.0815 16.0495 18.0288C15.7588 17.9761 15.459 18.0117 15.1887 18.131C14.9236 18.2446 14.6976 18.4332 14.5384 18.6736C14.3792 18.914 14.2937 19.1957 14.2926 19.4841V19.6364C14.2926 20.1118 14.1038 20.5676 13.7676 20.9037C13.4315 21.2398 12.9757 21.4286 12.5004 21.4286C12.025 21.4286 11.5692 21.2398 11.2331 20.9037C10.897 20.5676 10.7082 20.1118 10.7082 19.6364V19.5558C10.7012 19.2592 10.6052 18.9715 10.4326 18.7302C10.26 18.4889 10.0188 18.3051 9.74036 18.2027C9.47009 18.0834 9.17027 18.0478 8.87958 18.1005C8.58889 18.1532 8.32065 18.2918 8.10946 18.4984L8.05569 18.5521C7.88924 18.7188 7.69158 18.851 7.47401 18.9412C7.25644 19.0314 7.02323 19.0778 6.7877 19.0778C6.55218 19.0778 6.31896 19.0314 6.10139 18.9412C5.88382 18.851 5.68616 18.7188 5.51971 18.5521C5.35308 18.3857 5.22089 18.188 5.1307 17.9705C5.04051 17.7529 4.99408 17.5197 4.99408 17.2842C4.99408 17.0486 5.04051 16.8154 5.1307 16.5979C5.22089 16.3803 5.35308 16.1826 5.51971 16.0162L5.57348 15.9624C5.78007 15.7512 5.91865 15.483 5.97136 15.1923C6.02406 14.9016 5.98848 14.6018 5.8692 14.3315C5.7556 14.0665 5.56699 13.8404 5.32657 13.6812C5.08616 13.522 4.80443 13.4365 4.51608 13.4354H4.36374C3.88842 13.4354 3.43256 13.2466 3.09646 12.9105C2.76035 12.5744 2.57153 12.1185 2.57153 11.6432C2.57153 11.1679 2.76035 10.712 3.09646 10.3759C3.43256 10.0398 3.88842 9.85098 4.36374 9.85098H4.44439C4.741 9.84404 5.02865 9.74803 5.26997 9.57544C5.51129 9.40284 5.6951 9.16164 5.79751 8.88319C5.91679 8.61291 5.95237 8.31309 5.89967 8.0224C5.84696 7.73171 5.70838 7.46347 5.50179 7.25228L5.44803 7.19851C5.28139 7.03206 5.1492 6.8344 5.05901 6.61683C4.96882 6.39926 4.9224 6.16605 4.9224 5.93052C4.9224 5.695 4.96882 5.46179 5.05901 5.24422C5.1492 5.02665 5.28139 4.82899 5.44803 4.66254C5.61447 4.4959 5.81213 4.36371 6.02971 4.27352C6.24728 4.18333 6.48049 4.13691 6.71601 4.13691C6.95154 4.13691 7.18475 4.18333 7.40232 4.27352C7.61989 4.36371 7.81755 4.4959 7.984 4.66254L8.03777 4.7163C8.24896 4.92289 8.5172 5.06147 8.80789 5.11418C9.09858 5.16689 9.3984 5.1313 9.66868 5.01202H9.74036C10.0054 4.89842 10.2314 4.70981 10.3907 4.4694C10.5499 4.22898 10.6353 3.94726 10.6365 3.6589V3.50656C10.6365 3.03124 10.8253 2.57539 11.1614 2.23928C11.4975 1.90318 11.9534 1.71436 12.4287 1.71436C12.904 1.71436 13.3599 1.90318 13.696 2.23928C14.0321 2.57539 14.2209 3.03124 14.2209 3.50656V3.58721C14.222 3.87557 14.3075 4.15729 14.4667 4.39771C14.6259 4.63812 14.8519 4.82674 15.117 4.94033C15.3873 5.05961 15.6871 5.0952 15.9778 5.04249C16.2685 4.98978 16.5367 4.8512 16.7479 4.64462L16.8017 4.59085C16.9681 4.42422 17.1658 4.29202 17.3833 4.20183C17.6009 4.11164 17.8341 4.06522 18.0697 4.06522C18.3052 4.06522 18.5384 4.11164 18.756 4.20183C18.9735 4.29202 19.1712 4.42422 19.3376 4.59085C19.5043 4.7573 19.6365 4.95496 19.7267 5.17253C19.8168 5.3901 19.8633 5.62331 19.8633 5.85884C19.8633 6.09436 19.8168 6.32757 19.7267 6.54514C19.6365 6.76272 19.5043 6.96038 19.3376 7.12682L19.2839 7.18059C19.0773 7.39178 18.9387 7.66002 18.886 7.95071C18.8333 8.2414 18.8689 8.54122 18.9882 8.8115V8.88319C19.1017 9.14823 19.2904 9.37427 19.5308 9.53348C19.7712 9.6927 20.0529 9.77814 20.3413 9.77929H20.4936C20.9689 9.77929 21.4248 9.96811 21.7609 10.3042C22.097 10.6403 22.2858 11.0962 22.2858 11.5715C22.2858 12.0468 22.097 12.5027 21.7609 12.8388C21.4248 13.1749 20.9689 13.3637 20.4936 13.3637H20.413C20.1246 13.3649 19.8429 13.4503 19.6025 13.6095C19.3621 13.7687 19.1734 13.9948 19.0598 14.2598Z' stroke='%234E60FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.lnb .lnb-top__item.lnb-icon-error > button::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_135_4067)'%3E%3Cpath d='M3 20H21' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6 12.5C6 9.18629 8.68629 6.5 12 6.5V6.5C15.3137 6.5 18 9.18629 18 12.5V20H6V12.5Z' stroke='%23AAAAAA' stroke-width='1.5'/%3E%3Cpath d='M15 12.5C15 10.8431 13.6569 9.5 12 9.5' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 3.5V2' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.75 4.79904L7 3.5' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4.29904 7.75L3 7' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M19.701 7.75L21 7' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M16.25 4.79904L17 3.5' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_135_4067'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lnb .lnb-top__item.lnb-icon-error > button:hover::before, .lnb .lnb-top__item.lnb-icon-error > button.active::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_135_4067)'%3E%3Cpath d='M3 20H21' stroke='%234E60FF' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6 12.5C6 9.18629 8.68629 6.5 12 6.5V6.5C15.3137 6.5 18 9.18629 18 12.5V20H6V12.5Z' stroke='%234E60FF' stroke-width='1.5'/%3E%3Cpath d='M15 12.5C15 10.8431 13.6569 9.5 12 9.5' stroke='%234E60FF' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 3.5V2' stroke='%234E60FF' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.75 4.79904L7 3.5' stroke='%234E60FF' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4.29904 7.75L3 7' stroke='%234E60FF' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M19.701 7.75L21 7' stroke='%234E60FF' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M16.25 4.79904L17 3.5' stroke='%234E60FF' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_135_4067'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lnb .lnb-top__item + li {
  margin-top: 3.6rem;
}
.lnb .lnb-bot {
  width: 100%;
}
.lnb .lnb-bot__list {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.lnb .lnb-bot__item {
  position: relative;
}
.lnb .lnb-bot__item .ai-bot {
  width: 4.4rem;
  height: 4.4rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_ai_bot.svg") 0 0/100% 100% no-repeat;
  display: block;
}
.lnb .lnb-bot__item .ai-bot__list {
  width: 4.8rem;
  height: auto;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 1.6rem;
  display: none;
}
.lnb .lnb-bot__item .ai-bot__item {
  font-size: 1.2rem;
}
.lnb .lnb-bot__item .ai-bot__item > button {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #eee;
}
.lnb .lnb-bot__item .ai-bot__item + li {
  margin-top: 0.8rem;
}
.lnb .lnb-bot__item .go-top {
  width: 4.4rem;
  height: 4.4rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_go-top.svg") 0 0/100% 100% no-repeat;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .lnb {
    display: initial;
    padding: 1.2rem 3.4rem;
  }
  .lnb .lnb-top__list {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .lnb .lnb-top__item + li {
    margin-top: 0;
  }
  .lnb .lnb-bot {
    width: fit-content;
    position: fixed;
    bottom: 9rem;
    right: 2.2rem;
  }
}

/* 부모 요소 추가 AI문제은행 공통 */
body.dark-mode .lnb-wrap {
  border-left: 1px solid #333;
  background: #1F1F1F;
}
body.dark-mode .lnb-wrap .lnb .lnb-top__item > button {
  color: #999;
}
body.dark-mode .lnb-wrap .lnb .lnb-top__item > button.active, body.dark-mode .lnb-wrap .lnb .lnb-top__item > button:hover {
  color: #4E60FF;
}
body.dark-mode .lnb-wrap .lnb .lnb-top__item .lnb-inner-btn__list {
  display: none;
  color: #EA4F4F;
  position: absolute;
  min-width: 10.5rem;
  border: 0.1rem solid #1F1F1F;
  left: -12rem;
  top: 0.2rem;
  border-radius: 1rem;
  padding: 0.5rem;
  background: #333333;
}
body.dark-mode .lnb-wrap .lnb .lnb-top__item .lnb-inner-btn__list > .lnb-inner-btn__box {
  /*color: #0BDAE5;*/
  text-align: center;
}
body.dark-mode .lnb-wrap .lnb .lnb-top__item .lnb-inner-btn__list > .lnb-inner-btn__box > button {
  color: #FFFFFF;
  font-size: 1.4rem;
  padding: 0.4rem 0.4rem;
}
body.dark-mode .lnb-wrap .lnb .lnb-top__item .lnb-inner-btn__list > .lnb-inner-btn__box > button:hover {
  color: #4E60FF;
}
body.dark-mode .lnb-wrap .lnb .lnb-bot__item .go-top {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_go-top_dark.svg") 0 0/100% 100% no-repeat;
}
@media (min-width: 240px) and (max-width: 1024px) {
  body.dark-mode .lnb-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
}

/* 부모 요소 추가 AI문제은행 공통 */
.main {
  width: 100%;
}
.main .inner {
  width: 100%;
  max-width: 128rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .main .inner {
    overflow: hidden;
  }
}
.main__visual {
  width: 100%;
  background: linear-gradient(180deg, #FFF 30.4%, #98C8FF 100%);
  border-radius: 0 0 5rem 5rem;
  padding: 12.1rem 2rem 27rem 2rem;
  position: relative;
  z-index: 3;
  transition: padding 0.3s ease;
}
@media (min-width: 721px) and (max-width: 1024px) {
  .main__visual {
    padding: 14rem 0 27rem 0;
  }
}
.main__visual::before {
  content: "";
  width: 27rem;
  height: 9.2rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_main_visual_center.svg") 0 0 no-repeat;
  position: absolute;
  bottom: -3.4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 720px) {
  .main__visual {
    padding: 14rem 0 16rem 0;
  }
  .main__visual::before {
    width: 16.1rem;
    height: 4.9rem;
    background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_main_visual_center_mo.svg") 0 0 no-repeat;
    bottom: -1.8rem;
  }
}
.main__visual .txt-wrap {
  width: 100%;
  margin-bottom: 12rem;
}
.main__visual .txt-wrap .sub-tit {
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
  color: #666;
  font-weight: 600;
  margin-bottom: 2.8rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .main__visual .txt-wrap .sub-tit {
    display: block;
    margin-bottom: 0;
  }
}
.main__visual .txt-wrap h2.tit {
  font-size: 7.6rem;
  line-height: 8.8rem;
  letter-spacing: -0.152rem;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  padding: 2.4rem 0 1.4rem 0;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .main__visual .txt-wrap h2.tit {
    display: inline-block;
  }
}
.main__visual .txt-wrap h2.tit em.en {
  font-size: 8.9rem;
  font-weight: 500;
  padding-right: 0.8rem;
}
.main__visual .txt-wrap .sub-text {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 400;
  color: #666;
}
@media (min-width: 721px) and (max-width: 1024px) {
  .main__visual .txt-wrap {
    margin-bottom: 10.2rem;
    padding: 0 2rem;
  }
}
@media (max-width: 720px) {
  .main__visual .txt-wrap {
    padding: 0 2rem;
    margin-bottom: 0;
    padding-left: 12%;
  }
  .main__visual .txt-wrap .sub-tit {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.04rem;
    font-weight: 500;
  }
  .main__visual .txt-wrap h2.tit {
    font-size: 5.6rem;
    line-height: 6.3rem;
  }
  .main__visual .txt-wrap h2.tit em.en {
    font-size: 5.6rem;
  }
  .main__visual .txt-wrap h3.tit {
    font-size: 4.6rem;
    flex-wrap: wrap;
  }
  .main__visual .txt-wrap h3.tit > em.en {
    font-size: 5.6rem;
    line-height: normal;
  }
  .main__visual .txt-wrap h3.tit > em {
    display: inline-block;
    text-align: left;
    flex: none;
    padding: 0;
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
}
.main__visual .step-flow {
  width: 100%;
  position: relative;
}
.main__visual .step-flow .object-ribbon {
  position: absolute;
  bottom: 2.3rem;
  left: -9.2rem;
  animation: fadeInUp 1s ease-in-out forwards, bounceRibbon ease-in-out infinite 7s;
}
@media (max-width: 720px) {
  .main__visual .step-flow .object-ribbon {
    width: 8rem;
    height: 8rem;
    left: -2.2rem;
  }
  .main__visual .step-flow .object-ribbon > img {
    width: 100%;
    height: 100%;
  }
}
.main__visual .step-flow .object-donuts {
  width: 24.2rem;
  height: 20.6rem;
  position: absolute;
  top: -10rem;
  right: 13.7rem;
  animation: fadeInUp 2s ease-in-out forwards, bounceDonuts ease-in-out infinite 5s;
}
.main__visual .step-flow .object-donuts > img {
  width: 100%;
  height: 100%;
}
@media (max-width: 720px) {
  .main__visual .step-flow .object-donuts {
    width: 13rem;
    height: 13rem;
    right: 0.7rem;
    top: 4rem;
  }
}
.main__visual .step-flow .item {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  transition: transform 0.3s ease-out;
}
.main__visual .step-flow .item.in-view {
  transform: translateY(-10rem);
}
@media (max-width: 720px) {
  .main__visual .step-flow .item.in-view {
    transform: translateY(-5rem);
  }
}
@media (min-width: 320px) and (max-width: 980px) {
  .main__visual .step-flow .item {
    padding-left: 2rem;
    padding-top: 10rem;
  }
}
.main__visual .step-flow .list {
  width: calc(25% - 2rem);
  border-radius: 3rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(146deg, rgba(255, 255, 255, 0.6) 6.29%, rgba(255, 255, 255, 0.05) 90.14%);
  backdrop-filter: blur(5px);
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.main__visual .step-flow .list.visible {
  opacity: 1;
  transform: scale(1);
}
.main__visual .step-flow .list::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3rem;
  background: linear-gradient(146deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  position: absolute;
  top: 0;
  left: 0;
}
.main__visual .step-flow .list .txt-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main__visual .step-flow .list .txt-box em {
  width: 12rem;
  border-radius: 5rem;
  display: inline-block;
  padding: 1.2rem 0;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 6rem;
}
.main__visual .step-flow .list .txt-box p {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 400;
  color: #666;
  padding-top: 2rem;
  text-align: center;
}
.main__visual .step-flow .list .txt-box p > strong {
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: -0.048rem;
  font-weight: 700;
}
.main__visual .step-flow .list .txt-box > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  width: 100%;
  height: 6rem;
  font-weight: 600;
  text-align: center;
  background-color: linear-gradient(146deg, rgba(255, 255, 255, 0.18) 6.29%, rgba(255, 255, 255, 0.02) 90.14%);
  backdrop-filter: blur(5px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.main__visual .step-flow .list:nth-child(1) {
  height: 33.2rem;
  margin-bottom: 9rem;
}
.main__visual .step-flow .list:nth-child(1) .txt-box em {
  background-color: #58aef0;
}
.main__visual .step-flow .list:nth-child(1) .txt-box > span {
  color: #58AEF0;
}
.main__visual .step-flow .list:nth-child(2) {
  height: 30rem;
}
.main__visual .step-flow .list:nth-child(2) .txt-box em {
  background-color: #808EF7;
}
.main__visual .step-flow .list:nth-child(2) .txt-box > span {
  color: #7685F6;
}
.main__visual .step-flow .list:nth-child(3) {
  height: 33.2rem;
  margin-bottom: 9rem;
}
.main__visual .step-flow .list:nth-child(3) .txt-box em {
  background-color: #AD6DED;
}
.main__visual .step-flow .list:nth-child(3) .txt-box > span {
  color: #58AEF0;
}
.main__visual .step-flow .list:nth-child(4) {
  height: 30rem;
}
.main__visual .step-flow .list:nth-child(4) .txt-box em {
  background-color: #F590DA;
}
.main__visual .step-flow .list:nth-child(4) .txt-box > span {
  color: #EC7ACE;
}
@media (min-width: 320px) and (max-width: 980px) {
  .main__visual .step-flow .list:nth-child(-n+4) {
    height: 28.6rem;
  }
}
@media (max-width: 720px) {
  .main__visual .step-flow .list:nth-child(2n+1) {
    margin-bottom: 7rem;
  }
  .main__visual .step-flow .list .txt-box em {
    margin-top: 5rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
    padding: 1rem 0;
  }
  .main__visual .step-flow .list .txt-box p {
    padding-top: 1.8em;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
  }
  .main__visual .step-flow .list .txt-box p strong {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
  }
  .main__visual .step-flow .list .txt-box > span {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
  }
}
.main__visual .step-flow .ai-danchoo {
  width: 24.2rem;
  height: 23.2rem;
  position: absolute;
  top: -7.9rem;
  left: 26.3rem;
  z-index: 1;
  animation: sway 3.5s infinite ease-in-out;
  transform-origin: center bottom;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1s ease, transform 1s ease;
}
.main__visual .step-flow .ai-danchoo > img {
  width: 100%;
}
.main__visual .step-flow .ai-danchoo.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 240px) and (max-width: 1024px) {
  .main__visual .step-flow .ai-danchoo {
    display: none;
  }
}
.main__visual .scroll {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main__visual .scroll > em {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #447EC3;
  margin-bottom: 1.4rem;
}
.main__visual .scroll .circle {
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.main__visual .scroll .circle .mouse {
  width: 2rem;
  height: 3.2rem;
  display: inline-block;
  border-radius: 1.6rem;
  border: 0.25rem solid #67A0E4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.main__visual .scroll .circle .mouse .wheel {
  width: 0.4rem;
  height: 0.8rem;
  border-radius: 5rem;
  background-color: #67A0E4;
  position: absolute;
  left: 0.6rem;
  top: 0;
  animation: wheel 2s cubic-bezier(0.25, 1, 0.5, 0.7) infinite;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .main__visual .scroll {
    display: none;
  }
}
.main__visual .wave {
  width: 100%;
  height: 61.6rem;
  overflow: hidden;
  position: absolute;
  bottom: 5.5rem;
  left: 0;
}
.main__visual .wave .wave-line {
  width: 1000%;
  height: 55.3rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_main_wave_line.png") repeat-x;
  animation: waveMoveLine 300s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.main__visual .wave .wave-page {
  width: 1000%;
  height: 55.3rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_main_wave_page.png") repeat-x;
  animation: waveMovePage 250s linear infinite;
  position: absolute;
  top: 15rem;
  left: 0;
}
.main__visual.in-view {
  padding: 12.1rem 2rem 12rem 2rem;
}
@media (min-width: 721px) and (max-width: 1024px) {
  .main__visual.in-view {
    padding: 12rem 0;
  }
}
@media (max-width: 720px) {
  .main__visual.in-view {
    padding: 14rem 0 3.5rem 0;
  }
}
.main__visual.in-view .inner .step-flow .ai-danchoo {
  bottom: 0;
}
.main__cont {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 15.4rem 2rem 16rem 2rem;
}
.main__cont::before {
  content: "";
  width: 46.2rem;
  height: 76.4rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_main_cont_violet.svg") 0 0 no-repeat;
  position: absolute;
  top: -13rem;
  left: 0;
}
.main__cont::after {
  content: "";
  width: 47.6rem;
  height: 33.5rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_main_cont_blue.svg") 0 0 no-repeat;
  position: absolute;
  bottom: -10.8rem;
  right: 0;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .main__cont > .inner {
    overflow: visible;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .main__cont {
    padding: 9.3rem 2rem 16rem 2rem;
  }
}
@media (max-width: 720px) {
  .main__cont {
    padding: 9.3rem 2rem 10rem 2rem;
  }
  .main__cont::before {
    width: 32.5rem;
    height: 32.6rem;
    background-size: 100% 100%;
  }
  .main__cont::after {
    width: 27.9rem;
    height: 17.1rem;
    background-size: 100% 100%;
    bottom: -4.3rem;
  }
}
.main__cont .single {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16rem;
}
.main__cont .single__txt {
  width: 50%;
}
.main__cont .single__txt .badge {
  width: 8.9rem;
  height: 3.8rem;
  display: inline-block;
  background-color: #222;
  border-radius: 8rem;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: bounce ease-in-out infinite 1s;
  position: absolute;
  top: -5rem;
  left: 0;
}
.main__cont .single__txt .badge > em {
  color: #FFED2A;
  margin-right: 0.5rem;
}
.main__cont .single__txt .badge::after {
  content: "";
  width: 1.95rem;
  height: 1.15rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_badge_bottom.svg") 0 0 no-repeat;
  position: absolute;
  bottom: -0.9rem;
  left: 1.2rem;
}
.main__cont .single__txt .sub-tit {
  font-size: 5.4rem;
  line-height: 6.4rem;
  letter-spacing: -0.108rem;
  font-weight: 600;
  color: #474747;
  margin-top: 1rem;
  position: relative;
}
.main__cont .single__txt h3.tit {
  font-size: 6.2rem;
  line-height: 7.4rem;
  letter-spacing: -0.124rem;
  font-weight: 700;
  color: #3B1DFF;
  display: flex;
  align-items: center;
}
.main__cont .single__txt h3.tit > em {
  font-size: 7rem;
  font-weight: 600;
  line-height: 8.4rem;
  letter-spacing: -0.28rem;
  margin-right: 0.8rem;
}
.main__cont .single__txt .info-txt {
  display: inline-block;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 500;
  color: #666;
  padding-top: 4.9rem;
}
.main__cont .single__link {
  width: 50%;
}
.main__cont .single__link > button {
  width: 100%;
  height: 13rem;
  border-radius: 10rem;
  background-color: #F2F3F5;
  position: relative;
  padding: 3rem 8rem;
  overflow: hidden;
}
.main__cont .single__link > button::after {
  content: "";
  width: 4rem;
  height: 4rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99939 5L12.9994 10L7.99939 15' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6rem;
}
.main__cont .single__link > button:nth-of-type(1) .link-tit, .main__cont .single__link > button:nth-of-type(2) .link-tit {
  padding-left: 10.9rem;
}
.main__cont .single__link > button .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 7rem;
  height: 3rem;
  padding: 0 1.2rem;
  border-radius: 0.6rem;
  background-color: #E2E7F1;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #768090;
  margin-right: 1.2rem;
  position: absolute;
  top: 3rem;
  left: 8rem;
}
.main__cont .single__link > button .link-tit {
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
  line-height: 3rem;
  font-weight: 700;
  color: #222;
  text-align: left;
  padding-left: 8.2rem;
}
.main__cont .single__link > button .info-txt {
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 300;
  color: #666;
  margin-top: 1.6rem;
}
.main__cont .single__link > button .info-txt strong {
  font-weight: 300;
}
@media (max-width: 1078px) {
  .main__cont .single__link > button .info-txt {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
  }
}
@media (max-width: 720px) {
  .main__cont .single__link > button .info-txt strong {
    font-weight: 300;
  }
}
.main__cont .single__link > button + button {
  margin-top: 2rem;
}
.main__cont .single__link > button:hover {
  background: linear-gradient(90deg, #6031FF 0%, #4E60FF 50%, #3B96FF 100%);
}
.main__cont .single__link > button:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99939 5L12.9994 10L7.99939 15' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.main__cont .single__link > button:hover .link-tit, .main__cont .single__link > button:hover .info-txt {
  color: #fff;
}
.main__cont .single__link > button:hover .link-tit > strong, .main__cont .single__link > button:hover .info-txt > strong {
  font-weight: 700;
}
.main__cont .single__link > button:hover .badge {
  background-color: #fff;
  color: #5b41ff;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .main__cont .single {
    flex-direction: column;
  }
  .main__cont .single__txt {
    width: fit-content;
  }
  .main__cont .single__txt .badge {
    left: 6.2rem;
  }
  .main__cont .single__txt .sub-tit {
    width: auto;
    margin-top: 1.4rem;
    text-align: center;
  }
  .main__cont .single__txt h3 {
    justify-content: center;
  }
  .main__cont .single__txt .info-txt {
    width: 100%;
    text-align: center;
    padding-top: 1.8rem;
  }
  .main__cont .single__link {
    width: 70%;
    margin-top: 4.2rem;
  }
  .main__cont .single__link > button {
    background: linear-gradient(90deg, #6031FF 0%, #4E60FF 50%, #3B96FF 100%);
  }
  .main__cont .single__link > button::after {
    background-color: #fff;
  }
  .main__cont .single__link > button .link-tit, .main__cont .single__link > button .info-txt {
    color: #fff;
  }
  .main__cont .single__link > button .badge {
    width: 7.1rem;
    padding: 0;
    font-size: 1.2rem;
    background-color: #fff;
    color: #5b41ff;
  }
  .main__cont .single__link > button:nth-of-type(1) .link-tit, .main__cont .single__link > button:nth-of-type(2) .link-tit {
    padding-left: 8.2rem;
  }
  .main__cont .single__link > button + button {
    margin-top: 1rem;
  }
}
@media (max-width: 720px) {
  .main__cont .single {
    padding-bottom: 10rem;
  }
  .main__cont .single__txt .badge {
    width: 7.4rem;
    height: 3.1rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
  }
  .main__cont .single__txt .badge::after {
    width: 1.35rem;
    height: 0.9rem;
    bottom: -0.7rem;
  }
  .main__cont .single__txt .sub-tit {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
  .main__cont .single__txt h3.tit {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
  .main__cont .single__txt h3.tit > em {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
  .main__cont .single__txt .info-txt {
    width: 65%;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.036rem;
    padding-top: 1.8rem;
    margin: 0 auto;
    display: block;
  }
  .main__cont .single__link {
    width: 100%;
  }
  .main__cont .single__link > button {
    height: 9.1rem;
    padding: 1.4rem 3rem;
    background-position: center right !important;
  }
  .main__cont .single__link > button::after {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 2.4rem, 2.4rem;
    right: 3rem;
  }
  .main__cont .single__link > button .badge {
    width: 5rem;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: -0.024rem;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #5B41FF;
  }
  .main__cont .single__link > button .link-tit {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
    padding-left: 8.2rem;
  }
  .main__cont .single__link > button .info-txt {
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: -0.024rem;
    margin-top: 0.4rem;
    padding: 0 2rem 0 8.2rem;
  }
}
.main__cont .danchoo {
  width: 100%;
  position: relative;
  z-index: 10;
}
.main__cont .danchoo .tit-box {
  width: 100%;
  text-align: center;
}
.main__cont .danchoo .tit-box .sub-tit {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 500;
  color: #666;
}
.main__cont .danchoo .tit-box > h3 {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 7rem;
  color: #222;
  padding-top: 1.2rem;
}
.main__cont .danchoo .tit-box > h3 > em {
  font-size: 5.2rem;
  color: #222;
}
.main__cont .danchoo__link {
  width: 100%;
  margin-top: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main__cont .danchoo__link > button {
  width: 33.33%;
  padding: 3.5rem 3.4rem;
  border-radius: 1.8rem;
  background-color: #F2F3F5;
  display: flex;
}
.main__cont .danchoo__link > button + button {
  margin-left: 2.4rem;
}
.main__cont .danchoo__link > button .icon {
  width: 5.6rem;
  height: 5.6rem;
  display: inline-block;
}
.main__cont .danchoo__link > button > h4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: -0.048rem;
  font-weight: 600;
  color: #333;
  padding-left: 2rem;
  flex: 1;
}
.main__cont .danchoo__link > button > h4 em {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 500;
  color: #666;
  margin-top: 0.8rem;
}
@media (min-width: 895px) and (max-width: 1143px) {
  .main__cont .danchoo__link > button {
    padding: 3.5rem 1.4rem;
  }
  .main__cont .danchoo__link > button:nth-of-type(1) > h4 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: -0.044rem;
    letter-spacing: -0.07rem;
  }
}
@media (min-width: 720px) and (max-width: 895px) {
  .main__cont .danchoo__link > button {
    padding: 3.5rem 1.4rem;
  }
  .main__cont .danchoo__link > button > h4 {
    padding-left: 0.5rem;
  }
  .main__cont .danchoo__link > button .icon {
    width: 5rem;
    height: 5rem;
  }
  .main__cont .danchoo__link > button:nth-of-type(1) > h4 {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.04rem;
    letter-spacing: -0.07rem;
  }
}
@media (min-width: 721px) and (max-width: 745px) {
  .main__cont .danchoo__link > button h4 {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.04rem;
  }
}
@media (max-width: 720px) {
  .main__cont .danchoo .tit-box .sub-tit {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.036rem;
  }
  .main__cont .danchoo .tit-box > h3 {
    font-size: 3.4rem;
    line-height: 4.4rem;
    letter-spacing: 0.068rem;
    padding-top: 1.8rem;
  }
  .main__cont .danchoo .tit-box > h3 > em {
    font-size: 3.4rem;
    line-height: 4.4rem;
    letter-spacing: 0.068rem;
    display: inline-block;
  }
  .main__cont .danchoo__link {
    flex-direction: column;
    margin-top: 4.2rem;
  }
  .main__cont .danchoo__link > button {
    width: 100%;
    padding: 2.3rem 3.4rem;
  }
  .main__cont .danchoo__link > button + button {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.card-sparkle {
  position: relative;
}
.card-sparkle::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 400%;
  height: 400%;
  background: linear-gradient(95deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.9) 45%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.9) 55%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(0deg);
  animation: sparkle-glow 7s ease-in-out infinite;
}

.mo-show {
  display: none;
}

@media (min-width: 320px) and (max-width: 980px) {
  .swiper-container {
    width: 100%;
    min-height: 36rem;
    height: 100%;
    overflow: hidden;
  }
}
/* 부모 요소 추가 AI문제은행 공통 */
body.dark-mode .main {
  background-color: #111;
}
body.dark-mode .main__visual {
  background: linear-gradient(180deg, rgb(0, 0, 0) -9.13%, rgb(0, 27, 91) 83.87%);
}
body.dark-mode .main__visual::before {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_main_visual_center_dark.svg") 0 0 no-repeat;
}
@media (max-width: 720px) {
  body.dark-mode .main__visual::before {
    background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_main_visual_center_dark_mo.svg") 0 0 no-repeat;
  }
}
body.dark-mode .main__visual .txt-wrap .sub-tit {
  color: #EEE;
}
body.dark-mode .main__visual .txt-wrap h2.tit {
  color: #fff;
}
body.dark-mode .main__visual .txt-wrap h3.tit {
  color: #fff;
}
body.dark-mode .main__visual .txt-wrap h3.tit > em {
  color: #EEE;
}
body.dark-mode .main__visual .step-flow::before {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/img_main_circle_pink.svg") 0 0 no-repeat;
}
body.dark-mode .main__visual .step-flow::after {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/img_main_circle_yellow.svg") 0 0 no-repeat;
}
body.dark-mode .main__visual .step-flow .list {
  background: linear-gradient(146deg, rgba(255, 255, 255, 0.18) 6.29%, rgba(255, 255, 255, 0.02) 90.14%);
}
body.dark-mode .main__visual .step-flow .list .txt-box em {
  color: #0d1238;
}
body.dark-mode .main__visual .step-flow .list .txt-box p {
  color: #fff;
}
body.dark-mode .main__visual .step-flow .list .txt-box > span {
  color: #fff;
  background-color: linear-gradient(146deg, rgba(255, 255, 255, 0.18) 6.29%, rgba(255, 255, 255, 0.02) 90.14%);
  backdrop-filter: blur(5px);
}
body.dark-mode .main__visual .step-flow .list:nth-child(1) .txt-box em {
  background-color: #89c6f4;
}
body.dark-mode .main__visual .step-flow .list:nth-child(2) .txt-box em {
  background-color: #8F9CFF;
}
body.dark-mode .main__visual .step-flow .list:nth-child(3) .txt-box em {
  background-color: #b880f0;
}
body.dark-mode .main__visual .step-flow .list:nth-child(4) .txt-box em {
  background-color: #F590DA;
}
body.dark-mode .main__visual .scroll > em {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .main__visual .scroll .circle .mouse {
  border: 0.25rem solid rgba(255, 255, 255, 0.3);
}
body.dark-mode .main__visual .scroll .circle .mouse .wheel {
  background-color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .main__visual .wave .wave-line {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_main_wave_line.png") repeat-x;
}
body.dark-mode .main__visual .wave .wave-page {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_main_wave_page.png") repeat-x;
}
body.dark-mode .main__cont {
  background-color: #111;
}
body.dark-mode .main__cont .single__txt .badge {
  background-color: #3B1DFF;
  color: #fff;
}
body.dark-mode .main__cont .single__txt .badge > em {
  color: #FFED2A;
}
body.dark-mode .main__cont .single__txt .badge::after {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_badge_bottom_dark.svg") 0 0 no-repeat;
}
body.dark-mode .main__cont .single__txt .sub-tit {
  color: #fff;
}
body.dark-mode .main__cont .single__txt h3.tit {
  color: #fff;
}
body.dark-mode .main__cont .single__txt .info-txt {
  color: #eee;
}
body.dark-mode .main__cont .single__link > button {
  background-color: #242424;
}
body.dark-mode .main__cont .single__link > button::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99939 5L12.9994 10L7.99939 15' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.dark-mode .main__cont .single__link > button .link-tit {
  color: #fff;
}
body.dark-mode .main__cont .single__link > button .link-tit .badge {
  background-color: #494949;
  color: #fff;
}
body.dark-mode .main__cont .single__link > button .info-txt {
  color: #ccc;
}
body.dark-mode .main__cont .single__link > button:hover .link-tit, body.dark-mode .main__cont .single__link > button:hover .info-txt {
  color: #fff;
}
body.dark-mode .main__cont .single__link > button:hover .link-tit .badge, body.dark-mode .main__cont .single__link > button:hover .info-txt .badge {
  background-color: #fff;
  color: #5b41ff;
}
body.dark-mode .main__cont .single__link > button:hover:nth-of-type(1) {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_link_literature_hover.svg") 0 0 no-repeat;
}
body.dark-mode .main__cont .single__link > button:hover:nth-of-type(2) {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_link_voca_hover.svg") 0 0 no-repeat;
}
body.dark-mode .main__cont .single__link > button:hover:nth-of-type(3) {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_link_math_hover.svg") 0 0 no-repeat;
}
body.dark-mode .main__cont .danchoo .tit-box .sub-tit {
  color: #EEE;
}
body.dark-mode .main__cont .danchoo .tit-box > h3 {
  color: #fff;
}
body.dark-mode .main__cont .danchoo .tit-box > h3 em {
  color: #fff;
}
body.dark-mode .main__cont .danchoo__link > button {
  background-color: #242424;
}
body.dark-mode .main__cont .danchoo__link > button > h4 {
  color: #fff;
}
body.dark-mode .main__cont .danchoo__link > button > h4 em {
  color: #aaa;
}
body .card-sparkle {
  position: relative;
}
body .card-sparkle::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 400%;
  height: 400%;
  background: linear-gradient(95deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.2) 45%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(0deg);
  animation: sparkle-glow 7s ease-in-out infinite;
}

/* 부모 요소 추가 AI문제은행 공통 */
body.overflow-hidden {
  overflow: hidden;
}

.onestop,
.classic-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 11.5rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop,
  .classic-wrap {
    padding-top: 6.1rem;
  }
}
.onestop .inner,
.classic-wrap .inner {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
@media (max-width: 720px) {
  .onestop .inner:has(.latest-learn),
  .classic-wrap .inner:has(.latest-learn) {
    padding-right: 0;
  }
  .onestop .inner:has(.latest-learn) .curriculum,
  .classic-wrap .inner:has(.latest-learn) .curriculum {
    padding-right: 2rem;
  }
}
.onestop.sub-main .inner:has(.latest-learn),
.classic-wrap.sub-main .inner:has(.latest-learn) {
  overflow: hidden;
}
@media (max-width: 720px) {
  .onestop.sub-main .inner:has(.latest-learn),
  .classic-wrap.sub-main .inner:has(.latest-learn) {
    padding-right: 0;
  }
  .onestop.sub-main .inner:has(.latest-learn) .curriculum,
  .classic-wrap.sub-main .inner:has(.latest-learn) .curriculum {
    padding-right: 2rem;
  }
}
.onestop .step-learn,
.classic-wrap .step-learn {
  width: 100%;
  padding-bottom: 12rem;
  background: linear-gradient(180deg, #FFF 30.4%, #98C8FF 100%);
  position: relative;
  overflow: hidden;
}
.onestop .step-learn::before,
.classic-wrap .step-learn::before {
  content: "";
  width: 35.5rem;
  height: 35.5rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_onestop_main_left.svg") 0 0 no-repeat;
  position: absolute;
  bottom: 17rem;
  left: -2rem;
}
@media (max-width: 720px) {
  .onestop .step-learn::before,
  .classic-wrap .step-learn::before {
    bottom: 39rem;
    left: -13rem;
  }
}
.onestop .step-learn::after,
.classic-wrap .step-learn::after {
  content: "";
  width: 19.3rem;
  height: 27.2rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_onestop_main_right.svg") 0 0/100% 100% no-repeat;
  position: absolute;
  bottom: 17.2rem;
  right: 13.7rem;
  z-index: 1;
}
@media (max-width: 720px) {
  .onestop .step-learn::after,
  .classic-wrap .step-learn::after {
    bottom: 9.2rem;
    right: -8.3rem;
  }
}
.onestop .step-learn .txt-wrap,
.classic-wrap .step-learn .txt-wrap {
  text-align: center;
  padding-top: 12rem;
  position: relative;
}
.onestop .step-learn .txt-wrap h3,
.classic-wrap .step-learn .txt-wrap h3 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 7rem;
  letter-spacing: -0.12rem;
  color: #333;
}
.onestop .step-learn .txt-wrap h3 > br,
.classic-wrap .step-learn .txt-wrap h3 > br {
  display: none;
}
.onestop .step-learn .txt-wrap span,
.classic-wrap .step-learn .txt-wrap span {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 400;
  color: #666;
  margin-top: 1.6rem;
  display: inline-block;
}
.onestop .step-learn .txt-wrap span > strong,
.classic-wrap .step-learn .txt-wrap span > strong {
  margin-left: 0.5rem;
  font-weight: 600;
}
@media (max-width: 720px) {
  .onestop .step-learn .txt-wrap,
  .classic-wrap .step-learn .txt-wrap {
    padding-top: 8rem;
  }
  .onestop .step-learn .txt-wrap h3,
  .classic-wrap .step-learn .txt-wrap h3 {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 5.2rem;
  }
  .onestop .step-learn .txt-wrap h3 > br,
  .classic-wrap .step-learn .txt-wrap h3 > br {
    display: block;
  }
  .onestop .step-learn .txt-wrap span,
  .classic-wrap .step-learn .txt-wrap span {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
    font-weight: 400;
    margin-top: 1.2rem;
  }
}
.onestop .step-learn .selection,
.classic-wrap .step-learn .selection {
  width: 100%;
  position: relative;
  margin-top: 6rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.5) 9.96%, rgba(255, 255, 255, 0.1) 90.52%);
  backdrop-filter: blur(5px);
  border-radius: 2.8rem;
  overflow: hidden;
  z-index: 5;
}
.onestop .step-learn .selection__year,
.classic-wrap .step-learn .selection__year {
  width: 100%;
  height: 7.2rem;
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.5) 9.96%, rgba(255, 255, 255, 0.1) 90.52%);
  backdrop-filter: blur(5px);
}
.onestop .step-learn .selection__year .list,
.classic-wrap .step-learn .selection__year .list {
  height: 7.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.onestop .step-learn .selection__year .item,
.classic-wrap .step-learn .selection__year .item {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  color: #bbb;
  position: relative;
}
.onestop .step-learn .selection__year .item .active,
.classic-wrap .step-learn .selection__year .item .active {
  color: #222;
  font-weight: 600;
}
.onestop .step-learn .selection__year .item + .item,
.classic-wrap .step-learn .selection__year .item + .item {
  margin-left: 2rem;
  padding-left: 2rem;
}
.onestop .step-learn .selection__year .item + .item::after,
.classic-wrap .step-learn .selection__year .item + .item::after {
  content: "";
  width: 0.1rem;
  height: 1.2rem;
  display: inline-block;
  background-color: #D3E0EE;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 720px) {
  .onestop .step-learn .selection__year .item,
  .classic-wrap .step-learn .selection__year .item {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.036rem;
  }
}
.onestop .step-learn .selection__subject,
.classic-wrap .step-learn .selection__subject {
  width: 100%;
  padding: 4rem 2rem;
}
.onestop .step-learn .selection__subject .subject-box,
.classic-wrap .step-learn .selection__subject .subject-box {
  width: 88rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.onestop .step-learn .selection__subject .subject-box .title,
.classic-wrap .step-learn .selection__subject .subject-box .title {
  width: 7rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
  color: #555;
}
.onestop .step-learn .selection__subject .subject-box + .subject-box,
.classic-wrap .step-learn .selection__subject .subject-box + .subject-box {
  margin-top: 2rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .step-learn .selection__subject .subject-box,
  .classic-wrap .step-learn .selection__subject .subject-box {
    width: 100%;
    flex-direction: column;
  }
  .onestop .step-learn .selection__subject .subject-box .title,
  .classic-wrap .step-learn .selection__subject .subject-box .title {
    width: 100%;
    flex: auto;
    margin-bottom: 0.6rem;
    margin-left: 1rem;
  }
}
.onestop .step-learn .selection__subject .list,
.classic-wrap .step-learn .selection__subject .list {
  width: 88rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -0.6rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .step-learn .selection__subject .list,
  .classic-wrap .step-learn .selection__subject .list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -1rem;
    margin-top: -1rem;
  }
}
.onestop .step-learn .selection__subject .item,
.classic-wrap .step-learn .selection__subject .item {
  margin-left: 0.6rem;
}
.onestop .step-learn .selection__subject .item:nth-of-type(1),
.classic-wrap .step-learn .selection__subject .item:nth-of-type(1) {
  margin-left: 0;
}
.onestop .step-learn .selection__subject .item > button,
.classic-wrap .step-learn .selection__subject .item > button {
  width: 13rem;
  font-weight: 500;
  line-height: normal;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  color: #999;
  background-color: #fff;
}
.onestop .step-learn .selection__subject .item > button.active,
.classic-wrap .step-learn .selection__subject .item > button.active {
  background-color: #4E60FF;
  color: #fff;
  font-weight: 600;
  border: none;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .step-learn .selection__subject .item,
  .classic-wrap .step-learn .selection__subject .item {
    margin-left: 1rem;
    margin-top: 1rem;
  }
  .onestop .step-learn .selection__subject .item:nth-of-type(1),
  .classic-wrap .step-learn .selection__subject .item:nth-of-type(1) {
    margin-left: 1rem;
  }
}
@media (max-width: 720px) {
  .onestop .step-learn .selection,
  .classic-wrap .step-learn .selection {
    margin-top: 10rem;
  }
  .onestop .step-learn .selection__subject .item,
  .classic-wrap .step-learn .selection__subject .item {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }
  .onestop .step-learn .selection__subject .item > button,
  .classic-wrap .step-learn .selection__subject .item > button {
    width: 100%;
  }
}
.onestop .step-learn .info-txt,
.classic-wrap .step-learn .info-txt {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
  color: #fff;
  margin-top: 1.2rem;
  display: inline-block;
}
.onestop .step-learn .danchoo-onestop,
.classic-wrap .step-learn .danchoo-onestop {
  width: 18rem;
  height: 20rem;
  position: absolute;
  bottom: 16.8rem;
  right: 0;
  z-index: 10;
}
.onestop .step-learn .danchoo-onestop > img,
.classic-wrap .step-learn .danchoo-onestop > img {
  width: 100%;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .step-learn .danchoo-onestop,
  .classic-wrap .step-learn .danchoo-onestop {
    display: none;
  }
}
.onestop .step-learn .danchoo-onestop__top,
.classic-wrap .step-learn .danchoo-onestop__top {
  width: 7.23rem;
  height: 6.02rem;
  position: absolute;
  bottom: -6.4rem;
  left: 7rem;
  z-index: 10;
  display: none;
}
.onestop .step-learn .danchoo-onestop__top > img,
.classic-wrap .step-learn .danchoo-onestop__top > img {
  width: 100%;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .step-learn .danchoo-onestop__top,
  .classic-wrap .step-learn .danchoo-onestop__top {
    bottom: -6.7rem;
    left: 3.4rem;
    display: block;
  }
}
@media (max-width: 720px) {
  .onestop .step-learn .danchoo-onestop__top,
  .classic-wrap .step-learn .danchoo-onestop__top {
    bottom: -10.8rem;
  }
}
.onestop .quick,
.classic-wrap .quick {
  width: 100%;
  height: 11.3rem;
  background: #333;
  display: flex;
  align-items: center;
}
.onestop .quick .tag-wrap,
.classic-wrap .quick .tag-wrap {
  display: flex;
  align-items: center;
}
.onestop .quick > .inner,
.classic-wrap .quick > .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.onestop .quick h3,
.classic-wrap .quick h3 {
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: -0.064rem;
  font-weight: 700;
  color: #fff;
}
.onestop .quick__tag,
.classic-wrap .quick__tag {
  padding: 1.2rem 3.2rem;
  border: 1px solid #fff;
  border-radius: 0.8rem;
  display: flex;
  margin: 0 2rem;
}
.onestop .quick__tag > span,
.classic-wrap .quick__tag > span {
  margin-right: 1.2rem;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 500;
  color: #fff;
}
.onestop .quick__tag > span:last-child,
.classic-wrap .quick__tag > span:last-child {
  margin-right: 0;
}
.onestop .quick__tag > span.disabled,
.classic-wrap .quick__tag > span.disabled {
  color: #999;
}
.onestop .quick button.start,
.classic-wrap .quick button.start {
  padding: 1.6rem 5rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  background-color: #4E60FF;
  border-radius: 5rem;
}
.onestop .quick button.start:disabled,
.classic-wrap .quick button.start:disabled {
  background-color: #666;
  color: #999;
}
.onestop .quick button.modify,
.classic-wrap .quick button.modify {
  padding: 1.6rem 5rem;
  border-radius: 5rem;
  border: 1px solid #666;
  font-size: 1.8rem;
  color: #CCC;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media (max-width: 1280px) {
  .onestop .quick button.modify,
  .classic-wrap .quick button.modify {
    right: 2rem;
  }
}
.onestop .quick.move-up,
.classic-wrap .quick.move-up {
  position: absolute;
  bottom: -14rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .onestop .quick button.start,
  .onestop .quick button.modify,
  .classic-wrap .quick button.start,
  .classic-wrap .quick button.modify {
    padding: 1.6rem 4.3rem;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .quick > .inner,
  .classic-wrap .quick > .inner {
    justify-content: flex-start;
  }
  .onestop .quick button.start,
  .onestop .quick button.modify,
  .classic-wrap .quick button.start,
  .classic-wrap .quick button.modify {
    padding: 1.6rem 5rem;
  }
}
@media (max-width: 900px) {
  .onestop .quick button.start,
  .onestop .quick button.modify,
  .classic-wrap .quick button.start,
  .classic-wrap .quick button.modify {
    padding: 1.6rem 3rem;
  }
}
@media (max-width: 820px) {
  .onestop .quick,
  .classic-wrap .quick {
    height: auto;
    padding: 3rem 0;
  }
  .onestop .quick .inner,
  .classic-wrap .quick .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .onestop .quick .inner .tag-wrap,
  .classic-wrap .quick .inner .tag-wrap {
    width: 100%;
    flex: auto;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .onestop .quick .inner .tag-wrap .quick__tag,
  .classic-wrap .quick .inner .tag-wrap .quick__tag {
    flex: 1;
    flex-wrap: wrap;
    margin: 0 0 0 2rem;
  }
  .onestop .quick .inner .tag-wrap .quick__tag > span,
  .classic-wrap .quick .inner .tag-wrap .quick__tag > span {
    line-height: 2rem;
  }
  .onestop .quick .inner button.modify,
  .classic-wrap .quick .inner button.modify {
    position: initial;
    transform: initial;
  }
  .onestop .quick .inner button.start,
  .classic-wrap .quick .inner button.start {
    width: 100%;
  }
  .onestop .quick .inner button.modify,
  .classic-wrap .quick .inner button.modify {
    width: calc(50% - 0.5rem);
    margin-left: 1rem;
  }
  .onestop .quick .inner:has(.modify) button.start,
  .classic-wrap .quick .inner:has(.modify) button.start {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 720px) {
  .onestop .quick,
  .classic-wrap .quick {
    padding: 3rem 0;
  }
  .onestop .quick h3,
  .classic-wrap .quick h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: -0.044rem;
    font-weight: 700;
  }
  .onestop .quick .inner .tag-wrap,
  .classic-wrap .quick .inner .tag-wrap {
    display: block;
  }
  .onestop .quick .inner .tag-wrap h3,
  .classic-wrap .quick .inner .tag-wrap h3 {
    text-align: center;
  }
  .onestop .quick .inner .tag-wrap .quick__tag,
  .classic-wrap .quick .inner .tag-wrap .quick__tag {
    margin: 1rem 0 0;
    padding: 0.8rem 1.6rem;
    border-radius: 0.8rem;
    justify-content: center;
  }
  .onestop .quick .inner .tag-wrap .quick__tag > span,
  .classic-wrap .quick .inner .tag-wrap .quick__tag > span {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
  .onestop .quick button.start,
  .onestop .quick button.modify,
  .classic-wrap .quick button.start,
  .classic-wrap .quick button.modify {
    padding: 1.4rem 0;
  }
}
.onestop .status,
.classic-wrap .status {
  margin-top: 14rem;
  display: flex;
  align-items: center;
}
.onestop .status__graph,
.classic-wrap .status__graph {
  width: 64%;
  height: 50.4rem;
  position: relative;
  border: 1px solid #EEE;
  border-radius: 2.8rem;
  padding: 4rem;
}
.onestop .status__graph > h4,
.classic-wrap .status__graph > h4 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 600;
  color: #333;
}
.onestop .status__graph .chart-container,
.classic-wrap .status__graph .chart-container {
  margin-top: 2rem;
}
.onestop .status__graph .description,
.classic-wrap .status__graph .description {
  display: none;
}
.onestop .status__graph.first,
.classic-wrap .status__graph.first {
  overflow: hidden;
  position: relative;
}
.onestop .status__graph.first::after,
.classic-wrap .status__graph.first::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/img_status-graph_first.svg") 0 0/105% auto no-repeat;
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
}
.onestop .status__graph.first .description,
.classic-wrap .status__graph.first .description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.onestop .status__graph.first .description > img,
.classic-wrap .status__graph.first .description > img {
  width: 11.4rem;
  height: 11.4rem;
}
.onestop .status__graph.first .description > p,
.classic-wrap .status__graph.first .description > p {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 500;
  color: #fff;
  padding-top: 1.6rem;
  text-align: center;
}
@media (max-width: 720px) {
  .onestop .status__graph,
  .classic-wrap .status__graph {
    width: 100%;
    height: 49.2rem;
    overflow-x: auto;
    padding: 2.4rem;
    position: relative;
  }
  .onestop .status__graph h4,
  .classic-wrap .status__graph h4 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.036rem;
    font-weight: 600;
    position: sticky;
    left: 0;
    top: 0;
  }
  .onestop .status__graph .chart-container,
  .classic-wrap .status__graph .chart-container {
    width: 82rem;
    margin-top: 0;
  }
}
.onestop .status__banner,
.classic-wrap .status__banner {
  width: calc(37% - 2rem);
  height: 50.4rem;
  margin-left: 2rem;
  border-radius: 2.8rem;
  background: #A0C0FF;
  padding: 4rem;
  position: relative;
}
@media (max-width: 952px) {
  .onestop .status__banner,
  .classic-wrap .status__banner {
    padding: 4rem 3rem;
  }
}
.onestop .status__banner > em,
.classic-wrap .status__banner > em {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 500;
  color: #EDF3FF;
}
.onestop .status__banner > h4,
.classic-wrap .status__banner > h4 {
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: -0.064rem;
  font-weight: 600;
  color: #fff;
  margin-top: 1.6rem;
}
@media (max-width: 1333px) {
  .onestop .status__banner > h4 br,
  .classic-wrap .status__banner > h4 br {
    display: none;
  }
}
@media (max-width: 1190px) {
  .onestop .status__banner > h4,
  .classic-wrap .status__banner > h4 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
  }
}
@media (max-width: 1090px) {
  .onestop .status__banner > h4,
  .classic-wrap .status__banner > h4 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    letter-spacing: -0.052rem;
  }
}
@media (max-width: 1024px) {
  .onestop .status__banner > h4,
  .classic-wrap .status__banner > h4 {
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: -0.064rem;
  }
}
.onestop .status__banner > img,
.classic-wrap .status__banner > img {
  width: 24rem;
  height: 19.2rem;
  margin: 0 auto;
  display: block;
  padding-top: 2.5rem;
}
@media (max-width: 1024px) {
  .onestop .status__banner > img,
  .classic-wrap .status__banner > img {
    width: 75%;
    height: auto;
  }
}
.onestop .status__banner .btn-wrap,
.classic-wrap .status__banner .btn-wrap {
  display: flex;
  padding-top: 4.5rem;
}
.onestop .status__banner .btn-wrap .diagnosis,
.classic-wrap .status__banner .btn-wrap .diagnosis {
  padding: 1.6rem 2.4rem;
  color: #4E60FF;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  background-color: #fff;
  border-radius: 5rem;
}
@media (max-width: 1190px) {
  .onestop .status__banner .btn-wrap .diagnosis,
  .classic-wrap .status__banner .btn-wrap .diagnosis {
    padding: 1.6rem 1rem;
  }
}
@media (max-width: 1001px) {
  .onestop .status__banner .btn-wrap .diagnosis,
  .classic-wrap .status__banner .btn-wrap .diagnosis {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
}
.onestop .status__banner .btn-wrap .retest,
.classic-wrap .status__banner .btn-wrap .retest {
  padding: 1.6rem 2.4rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  background-color: #4E60FF;
  border-radius: 5rem;
}
@media (max-width: 1190px) {
  .onestop .status__banner .btn-wrap .retest,
  .classic-wrap .status__banner .btn-wrap .retest {
    padding: 1.6rem 1rem;
  }
}
@media (max-width: 1001px) {
  .onestop .status__banner .btn-wrap .retest,
  .classic-wrap .status__banner .btn-wrap .retest {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
}
.onestop .status__banner .btn-wrap button,
.classic-wrap .status__banner .btn-wrap button {
  flex: 1;
  font-weight: 600;
}
.onestop .status__banner .btn-wrap button + button,
.classic-wrap .status__banner .btn-wrap button + button {
  margin-left: 1.7rem;
}
@media (max-width: 1001px) {
  .onestop .status__banner .btn-wrap button + button,
  .classic-wrap .status__banner .btn-wrap button + button {
    margin-left: 1rem;
  }
}
.onestop .status__banner.first,
.classic-wrap .status__banner.first {
  background-color: #FAB96F;
}
.onestop .status__banner.first > em,
.classic-wrap .status__banner.first > em {
  color: #FFF5E9;
}
.onestop .status__banner.first > img,
.classic-wrap .status__banner.first > img {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
}
@media (max-width: 869px) {
  .onestop .status,
  .classic-wrap .status {
    flex-direction: column;
    margin: 10rem auto;
  }
  .onestop .status__graph,
  .classic-wrap .status__graph {
    width: 100%;
  }
  .onestop .status__banner,
  .classic-wrap .status__banner {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 2rem;
  }
  .onestop .status__banner h4 br,
  .classic-wrap .status__banner h4 br {
    display: block;
  }
  .onestop .status__banner img,
  .classic-wrap .status__banner img {
    width: 23rem;
    position: absolute;
    top: 2rem;
    right: 4rem;
  }
  .onestop .status__banner .btn-wrap,
  .classic-wrap .status__banner .btn-wrap {
    padding-top: 7rem;
  }
}
@media (max-width: 720px) {
  .onestop .status__banner,
  .classic-wrap .status__banner {
    padding: 3.2rem;
  }
  .onestop .status__banner > em,
  .classic-wrap .status__banner > em {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
    font-weight: 500;
  }
  .onestop .status__banner h4,
  .classic-wrap .status__banner h4 {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.04rem;
    margin-top: 1.6rem;
  }
  .onestop .status__banner img,
  .classic-wrap .status__banner img {
    width: 80%;
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 2.6rem;
  }
  .onestop .status__banner .btn-wrap,
  .classic-wrap .status__banner .btn-wrap {
    padding-top: 4.8rem;
    flex-direction: column;
  }
  .onestop .status__banner .btn-wrap .diagnosis, .onestop .status__banner .btn-wrap .retest,
  .classic-wrap .status__banner .btn-wrap .diagnosis,
  .classic-wrap .status__banner .btn-wrap .retest {
    width: 100%;
    margin-left: 0;
  }
  .onestop .status__banner .btn-wrap .retest,
  .classic-wrap .status__banner .btn-wrap .retest {
    margin-top: 1rem;
  }
}
.onestop .latest-learn,
.classic-wrap .latest-learn {
  width: 100%;
  max-width: 128rem;
  position: relative;
  border: 1px solid #EEE;
  border-radius: 2.8rem;
  margin: 14rem auto;
  padding: 4rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.onestop .latest-learn > h4,
.classic-wrap .latest-learn > h4 {
  width: 30%;
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: -0.072rem;
  font-weight: 700;
  letter-spacing: 0.072rem;
  color: #333;
  z-index: 10;
  background: linear-gradient(-270deg, #FFF 81.27%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}
.onestop .latest-learn > h4::before,
.classic-wrap .latest-learn > h4::before {
  content: "";
  width: 5rem;
  height: 100%;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 0;
  left: -5rem;
  z-index: 10;
  transition: opacity 0.5s;
}
.onestop .latest-learn .curriculum,
.classic-wrap .latest-learn .curriculum {
  width: 70%;
  transition: padding 0.5s;
  overflow: visible;
}
.onestop .latest-learn .curriculum::before,
.classic-wrap .latest-learn .curriculum::before {
  content: "";
  width: 5rem;
  height: 100%;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 0;
  right: -5rem;
  z-index: 10;
  transition: opacity 0.5s;
}
.onestop .latest-learn .curriculum::after,
.classic-wrap .latest-learn .curriculum::after {
  content: "";
  width: 11rem;
  height: 100%;
  display: inline-block;
  background: linear-gradient(270deg, #FFF 7.27%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.onestop .latest-learn .curriculum__list,
.classic-wrap .latest-learn .curriculum__list {
  position: relative;
  display: flex;
  align-items: center;
}
.onestop .latest-learn .curriculum__item,
.classic-wrap .latest-learn .curriculum__item {
  height: 31rem;
  border: 1px solid #EEE;
  padding: 3.2rem;
  border-radius: 1.6rem;
}
.onestop .latest-learn .curriculum__item .category,
.classic-wrap .latest-learn .curriculum__item .category {
  width: fit-content;
  padding: 0.6rem 1rem;
  border-radius: 0.8rem;
  background-color: #F6F7FA;
  display: flex;
  align-items: center;
}
.onestop .latest-learn .curriculum__item .category > em,
.classic-wrap .latest-learn .curriculum__item .category > em {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 600;
  color: #999;
  position: relative;
}
.onestop .latest-learn .curriculum__item .category > em + em,
.classic-wrap .latest-learn .curriculum__item .category > em + em {
  margin-left: 0.6rem;
  padding-left: 0.6rem;
}
.onestop .latest-learn .curriculum__item .category > em + em::before,
.classic-wrap .latest-learn .curriculum__item .category > em + em::before {
  content: "";
  width: 0.1rem;
  height: 1rem;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.onestop .latest-learn .curriculum__item .curriculum-tit,
.classic-wrap .latest-learn .curriculum__item .curriculum-tit {
  margin-top: 4rem;
}
.onestop .latest-learn .curriculum__item .curriculum-tit .sub-tit,
.classic-wrap .latest-learn .curriculum__item .curriculum-tit .sub-tit {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.onestop .latest-learn .curriculum__item .curriculum-tit h5,
.classic-wrap .latest-learn .curriculum__item .curriculum-tit h5 {
  height: 6rem;
  margin-top: 1rem;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "YetHangul", YetHangul;
}
.onestop .latest-learn .curriculum__item .go-study,
.classic-wrap .latest-learn .curriculum__item .go-study {
  width: 100%;
  margin-top: 2.4rem;
  padding: 2.2rem 0;
  color: #4E60FF;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  background-color: #E7EAFF;
  border-radius: 5rem;
  font-weight: 600;
}
.onestop .latest-learn .curriculum__item .go-study:focus,
.classic-wrap .latest-learn .curriculum__item .go-study:focus {
  outline: none;
}
.onestop .latest-learn .curriculum__item:hover,
.classic-wrap .latest-learn .curriculum__item:hover {
  padding: 3.1rem;
  border: 2px solid #4E60FF;
}
.onestop .latest-learn .curriculum__item:hover .category > em,
.classic-wrap .latest-learn .curriculum__item:hover .category > em {
  color: #4E60FF;
}
.onestop .latest-learn .curriculum__item:hover .go-study,
.classic-wrap .latest-learn .curriculum__item:hover .go-study {
  background-color: #384BEC;
  color: #fff;
}
.onestop .latest-learn .swiper-btn-wrap,
.classic-wrap .latest-learn .swiper-btn-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 4rem;
  left: 4rem;
}
.onestop .latest-learn .swiper-btn-wrap .swiper-button-next,
.classic-wrap .latest-learn .swiper-btn-wrap .swiper-button-next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #f6f7fa;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  position: relative;
  margin-top: initial;
  margin-left: 0.8rem;
}
.onestop .latest-learn .swiper-btn-wrap .swiper-button-next::after,
.classic-wrap .latest-learn .swiper-btn-wrap .swiper-button-next::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_right.svg") 0 0 no-repeat;
}
.onestop .latest-learn .swiper-btn-wrap .swiper-button-next.swiper-button-disabled,
.classic-wrap .latest-learn .swiper-btn-wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
}
.onestop .latest-learn .swiper-btn-wrap .swiper-button-prev,
.classic-wrap .latest-learn .swiper-btn-wrap .swiper-button-prev {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #f6f7fa;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  position: relative;
  margin-top: initial;
}
.onestop .latest-learn .swiper-btn-wrap .swiper-button-prev::after,
.classic-wrap .latest-learn .swiper-btn-wrap .swiper-button-prev::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_right.svg") 0 0 no-repeat;
  transform: rotate(-180deg);
}
.onestop .latest-learn .swiper-btn-wrap .swiper-button-prev.swiper-button-disabled,
.classic-wrap .latest-learn .swiper-btn-wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0.7;
}
@media (max-width: 720px) {
  .onestop .latest-learn,
  .classic-wrap .latest-learn {
    margin: 0 auto;
    border: none;
    flex-direction: column;
    padding: 0;
    overflow: visible;
  }
  .onestop .latest-learn h4,
  .classic-wrap .latest-learn h4 {
    width: 100%;
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
    font-weight: 700;
  }
  .onestop .latest-learn h4 > br,
  .classic-wrap .latest-learn h4 > br {
    display: none;
  }
  .onestop .latest-learn .curriculum,
  .classic-wrap .latest-learn .curriculum {
    width: 100%;
    margin-top: 3.2rem;
    padding: 0;
  }
  .onestop .latest-learn .curriculum::before, .onestop .latest-learn .curriculum::after,
  .classic-wrap .latest-learn .curriculum::before,
  .classic-wrap .latest-learn .curriculum::after {
    display: none;
  }
  .onestop .latest-learn .swiper-btn-wrap,
  .classic-wrap .latest-learn .swiper-btn-wrap {
    display: none;
  }
}
.onestop .latest-learn:has(.swiper-button-next.swiper-button-disabled) .curriculum::after,
.classic-wrap .latest-learn:has(.swiper-button-next.swiper-button-disabled) .curriculum::after {
  display: none;
}
.onestop .latest-learn:has(.swiper-button-next.swiper-button-disabled) .curriculum::before,
.classic-wrap .latest-learn:has(.swiper-button-next.swiper-button-disabled) .curriculum::before {
  display: none;
}
.onestop .learning__top,
.classic-wrap .learning__top {
  display: flex;
}
.onestop .learning__top h4,
.classic-wrap .learning__top h4 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: -0.072rem;
  font-weight: 700;
  color: #333;
}
.onestop .learning__top .round-box,
.classic-wrap .learning__top .round-box {
  width: fit-content;
  padding: 1.4rem 1.8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
  margin-left: 2rem;
}
.onestop .learning__top .round-box > span,
.classic-wrap .learning__top .round-box > span {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
}
.onestop .learning__top .round-box > span > em,
.classic-wrap .learning__top .round-box > span > em {
  display: block;
  margin-left: 0.8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #333;
  font-weight: 600;
}
.onestop .learning__top .round-box > span > strong,
.classic-wrap .learning__top .round-box > span > strong {
  display: block;
  margin-left: 0.8rem;
  color: #4E60FF;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
}
.onestop .learning__top .round-box > span + span,
.classic-wrap .learning__top .round-box > span + span {
  margin-left: 1.2rem;
  padding-left: 1.2rem;
  position: relative;
}
.onestop .learning__top .round-box > span + span::after,
.classic-wrap .learning__top .round-box > span + span::after {
  content: "";
  width: 0.1rem;
  height: 1rem;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 720px) {
  .onestop .learning__top .round-box,
  .classic-wrap .learning__top .round-box {
    position: static;
    padding: 0;
    background: none;
  }
}
.onestop .learning__subject,
.classic-wrap .learning__subject {
  width: 100%;
  border: 1px solid #EEE;
  border-radius: 2.8rem;
  padding: 3.2rem 0;
  margin-top: 4.8rem;
}
.onestop .learning__subject .list,
.classic-wrap .learning__subject .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.onestop .learning__subject .item,
.classic-wrap .learning__subject .item {
  margin-left: 3rem;
  padding-right: 3rem;
  position: relative;
}
.onestop .learning__subject .item > button,
.classic-wrap .learning__subject .item > button {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 400;
  color: #999;
}
.onestop .learning__subject .item > button.active,
.classic-wrap .learning__subject .item > button.active {
  color: #333;
  font-weight: 600;
}
.onestop .learning__subject .item::after,
.classic-wrap .learning__subject .item::after {
  content: "";
  width: 0.1rem;
  height: 1.4rem;
  display: inline-block;
  background-color: #EEE;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.onestop .learning__subject .item:last-of-type::after,
.classic-wrap .learning__subject .item:last-of-type::after {
  display: none;
  margin-right: 0;
}
.onestop .learning__subject .table-cont,
.classic-wrap .learning__subject .table-cont {
  border: 1px;
}
.onestop .learning .unit-list,
.classic-wrap .learning .unit-list {
  width: 100%;
  border: 1px solid #EEE;
  border-radius: 2.8rem;
  padding: 4rem;
  margin-top: 2rem;
}
.onestop .learning .unit-list > .table-cont,
.classic-wrap .learning .unit-list > .table-cont {
  margin-top: 0;
}
.onestop .learning .unit-list > .table-cont > .table,
.classic-wrap .learning .unit-list > .table-cont > .table {
  margin-top: 2.8rem;
  padding-bottom: 0;
}
.onestop .learning .unit-list > .table-cont > .table .btn,
.classic-wrap .learning .unit-list > .table-cont > .table .btn {
  width: 11rem;
}
.onestop .learning .unit-list > .table-cont .func,
.classic-wrap .learning .unit-list > .table-cont .func {
  margin-top: 0;
}
.onestop .learning .unit-list > .table-cont .func .tag .list,
.classic-wrap .learning .unit-list > .table-cont .func .tag .list {
  display: flex;
  align-items: center;
  margin-left: -0.6rem;
}
.onestop .learning .unit-list > .table-cont .func .tag .item,
.classic-wrap .learning .unit-list > .table-cont .func .tag .item {
  margin-left: 0.6rem;
}
.onestop .learning .unit-list > .table-cont .func .tag .item > button,
.classic-wrap .learning .unit-list > .table-cont .func .tag .item > button {
  padding: 1rem 2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #999;
  border: 1px solid #eee;
  border-radius: 5rem;
}
.onestop .learning .unit-list > .table-cont .func .tag .item > button.active,
.classic-wrap .learning .unit-list > .table-cont .func .tag .item > button.active {
  background-color: #4E60FF;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 720px) {
  .onestop .learning,
  .classic-wrap .learning {
    width: 100%;
    margin-top: 10rem;
  }
  .onestop .learning__top,
  .classic-wrap .learning__top {
    flex-direction: column;
  }
  .onestop .learning__top h4,
  .classic-wrap .learning__top h4 {
    width: 100%;
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
  }
  .onestop .learning__top .round-box,
  .classic-wrap .learning__top .round-box {
    margin-left: 0;
    margin-top: 4rem;
  }
  .onestop .learning__subject,
  .classic-wrap .learning__subject {
    margin-top: 1rem;
    padding: 3rem 0;
  }
  .onestop .learning__subject .list,
  .classic-wrap .learning__subject .list {
    flex-wrap: wrap;
  }
  .onestop .learning__subject .item,
  .classic-wrap .learning__subject .item {
    width: calc(33.33% - 1rem);
    margin: 0 0 1.6rem;
    padding: 0;
    line-height: 2.5rem;
    text-align: center;
  }
  .onestop .learning__subject .item:nth-child(3)::after,
  .classic-wrap .learning__subject .item:nth-child(3)::after {
    display: none;
  }
  .onestop .learning__subject .item:nth-child(4), .onestop .learning__subject .item:nth-child(5), .onestop .learning__subject .item:nth-child(6),
  .classic-wrap .learning__subject .item:nth-child(4),
  .classic-wrap .learning__subject .item:nth-child(5),
  .classic-wrap .learning__subject .item:nth-child(6) {
    margin-bottom: 0;
  }
  .onestop .learning .unit-list,
  .classic-wrap .learning .unit-list {
    padding: 2.4rem;
  }
  .onestop .learning .unit-list .table-cont .func,
  .classic-wrap .learning .unit-list .table-cont .func {
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
  }
  .onestop .learning .unit-list .table-cont .func > span,
  .classic-wrap .learning .unit-list .table-cont .func > span {
    margin-top: 2rem;
  }
  .onestop .learning .unit-list .table-cont .func .tag .list,
  .classic-wrap .learning .unit-list .table-cont .func .tag .list {
    flex-wrap: wrap;
    margin-top: -1rem;
    margin-left: -1rem;
  }
  .onestop .learning .unit-list .table-cont .func .tag .item,
  .classic-wrap .learning .unit-list .table-cont .func .tag .item {
    margin-top: 1rem;
    margin-left: 1rem;
  }
  .onestop .learning .unit-list .table-cont .func .tag .item button,
  .classic-wrap .learning .unit-list .table-cont .func .tag .item button {
    padding: 1rem 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
  }
}
.onestop .grade-list,
.classic-wrap .grade-list {
  width: 100%;
  max-width: 128rem;
  position: relative;
  margin: 14.3rem auto 0;
}
.onestop.move-up,
.classic-wrap.move-up {
  margin-bottom: 14rem;
}

.state {
  padding: 0.6rem 1rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
}
.state.weak {
  color: #FA7A16;
  background-color: #FFEFDE;
}
.state.excellent {
  color: #4D91E5;
  background-color: #E7EEFF;
}

.accuracy-wrap {
  margin-top: 14rem;
}
@media (max-width: 720px) {
  .accuracy-wrap {
    margin-top: 10rem;
  }
  .accuracy-wrap > h4.title .info .tooltip-box {
    top: -12rem;
  }
}

.subject-wrap {
  margin-top: 14rem;
}
@media (max-width: 720px) {
  .subject-wrap {
    margin-top: 10rem;
  }
}

.chart-wrap > h4.title {
  display: flex;
  align-items: center;
}
.chart-wrap > h4.title .info {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_mark.svg") 0 0/100% 100% no-repeat;
  margin-left: 0.8rem;
  cursor: pointer;
}
.chart-wrap > h4.title .info > .tooltip-box {
  top: auto;
  bottom: 3.8rem;
  left: -0.5rem;
}
.chart-wrap > h4.title .info > .tooltip-box::before {
  transform: rotate(-180deg);
  top: 100%;
}
@media (max-width: 720px) {
  .chart-wrap > h4.title .info .tooltip-box {
    width: 15rem;
    left: -16.5rem;
  }
  .chart-wrap > h4.title .info .tooltip-box::before {
    left: 17.4rem;
  }
  .chart-wrap > h4.title p > br {
    display: none;
  }
  .chart-wrap > .box-wrap .box.round {
    overflow-x: auto;
  }
}

/* 부모 요소 추가 AI문제은행 공통 */
body.dark-mode .onestop .step-learn,
body.dark-mode .classic-wrap .step-learn {
  background: linear-gradient(180deg, #000000 22.56%, #001B5B 100%);
}
body.dark-mode .onestop .step-learn::before,
body.dark-mode .classic-wrap .step-learn::before {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_onestop_main_left_dark.svg") 0 0 no-repeat;
}
body.dark-mode .onestop .step-learn::after,
body.dark-mode .classic-wrap .step-learn::after {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_onestop_main_right_dark.svg") 0 0 no-repeat;
}
body.dark-mode .onestop .step-learn .txt-wrap h3,
body.dark-mode .classic-wrap .step-learn .txt-wrap h3 {
  color: #FFFFFF;
}
body.dark-mode .onestop .step-learn .txt-wrap > span,
body.dark-mode .classic-wrap .step-learn .txt-wrap > span {
  color: #FFFFFF;
}
body.dark-mode .onestop .step-learn .selection,
body.dark-mode .classic-wrap .step-learn .selection {
  border: 1px solid;
  background: linear-gradient(92.88deg, rgba(255, 255, 255, 0.15) 9.96%, rgba(255, 255, 255, 0.03) 90.52%);
  backdrop-filter: blur(10px);
}
body.dark-mode .onestop .step-learn .selection__year,
body.dark-mode .classic-wrap .step-learn .selection__year {
  background: none;
}
body.dark-mode .onestop .step-learn .selection__year .item,
body.dark-mode .classic-wrap .step-learn .selection__year .item {
  color: #999999;
}
body.dark-mode .onestop .step-learn .selection__year .item .active,
body.dark-mode .classic-wrap .step-learn .selection__year .item .active {
  color: #FFFFFF;
}
body.dark-mode .onestop .step-learn .selection__subject .title,
body.dark-mode .classic-wrap .step-learn .selection__subject .title {
  color: #FFFFFF;
}
body.dark-mode .onestop .status__graph,
body.dark-mode .classic-wrap .status__graph {
  background-color: #222222;
  border: 0;
}
body.dark-mode .onestop .status__graph > h4,
body.dark-mode .classic-wrap .status__graph > h4 {
  color: #FFFFFF;
}
body.dark-mode .onestop .status__graph.first::after,
body.dark-mode .classic-wrap .status__graph.first::after {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/img_status-graph_first_dark.svg");
}
body.dark-mode .onestop .status__banner,
body.dark-mode .classic-wrap .status__banner {
  background: #002750;
}
body.dark-mode .onestop .latest-learn,
body.dark-mode .classic-wrap .latest-learn {
  border-color: #222222;
  background-color: #222222;
}
body.dark-mode .onestop .latest-learn > h4,
body.dark-mode .classic-wrap .latest-learn > h4 {
  color: #FFFFFF;
  background: linear-gradient(-270deg, #222 81.27%, rgba(34, 34, 34, 0) 100%);
}
body.dark-mode .onestop .latest-learn > h4::before,
body.dark-mode .classic-wrap .latest-learn > h4::before {
  background: #222;
}
body.dark-mode .onestop .latest-learn .curriculum__item,
body.dark-mode .classic-wrap .latest-learn .curriculum__item {
  border-color: #2C2C2C;
  background-color: #2C2C2C;
}
body.dark-mode .onestop .latest-learn .curriculum__item .category-wrap .open-sum,
body.dark-mode .classic-wrap .latest-learn .curriculum__item .category-wrap .open-sum {
  color: #fff;
}
body.dark-mode .onestop .latest-learn .curriculum__item .category-wrap .open-sum::after,
body.dark-mode .classic-wrap .latest-learn .curriculum__item .category-wrap .open-sum::after {
  background-color: #fff;
}
body.dark-mode .onestop .latest-learn .curriculum__item .category,
body.dark-mode .classic-wrap .latest-learn .curriculum__item .category {
  color: #FFFFFF;
  background-color: #3D3D3D;
}
body.dark-mode .onestop .latest-learn .curriculum__item .category > em,
body.dark-mode .classic-wrap .latest-learn .curriculum__item .category > em {
  color: #FFFFFF;
}
body.dark-mode .onestop .latest-learn .curriculum__item .curriculum-tit h5,
body.dark-mode .onestop .latest-learn .curriculum__item .curriculum-tit .sub-tit,
body.dark-mode .classic-wrap .latest-learn .curriculum__item .curriculum-tit h5,
body.dark-mode .classic-wrap .latest-learn .curriculum__item .curriculum-tit .sub-tit {
  color: #FFFFFF;
}
body.dark-mode .onestop .latest-learn .curriculum__item .go-study,
body.dark-mode .classic-wrap .latest-learn .curriculum__item .go-study {
  color: #FFFFFF;
  background-color: #444444;
}
body.dark-mode .onestop .latest-learn .curriculum__item .teacher-wrap em,
body.dark-mode .classic-wrap .latest-learn .curriculum__item .teacher-wrap em {
  color: #FFFFFF;
}
body.dark-mode .onestop .latest-learn .curriculum__item .teacher-wrap em + em,
body.dark-mode .classic-wrap .latest-learn .curriculum__item .teacher-wrap em + em {
  color: #FFFFFF;
}
body.dark-mode .onestop .latest-learn .curriculum__item:hover,
body.dark-mode .classic-wrap .latest-learn .curriculum__item:hover {
  background-color: #4E60FF;
}
body.dark-mode .onestop .latest-learn .curriculum__item:hover .category,
body.dark-mode .classic-wrap .latest-learn .curriculum__item:hover .category {
  color: #4E60FF;
  background-color: #F6F7FA;
}
body.dark-mode .onestop .latest-learn .curriculum__item:hover .category > em,
body.dark-mode .classic-wrap .latest-learn .curriculum__item:hover .category > em {
  color: #4E60FF;
}
body.dark-mode .onestop .latest-learn .curriculum__item:hover .category > em::before,
body.dark-mode .classic-wrap .latest-learn .curriculum__item:hover .category > em::before {
  background-color: #CBD1FF;
}
body.dark-mode .onestop .latest-learn .curriculum__item:hover .go-study,
body.dark-mode .classic-wrap .latest-learn .curriculum__item:hover .go-study {
  color: #FFFFFF;
  background-color: #384BEC;
}
body.dark-mode .onestop .latest-learn .curriculum::after,
body.dark-mode .classic-wrap .latest-learn .curriculum::after {
  background: linear-gradient(270deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
}
body.dark-mode .onestop .latest-learn .curriculum::before,
body.dark-mode .classic-wrap .latest-learn .curriculum::before {
  background: #222;
}
body.dark-mode .onestop .latest-learn .swiper-btn-wrap [class^=swiper-button-],
body.dark-mode .classic-wrap .latest-learn .swiper-btn-wrap [class^=swiper-button-] {
  background-color: #333333;
}
@media (max-width: 720px) {
  body.dark-mode .onestop .latest-learn,
  body.dark-mode .classic-wrap .latest-learn {
    background: transparent;
  }
  body.dark-mode .onestop .latest-learn .curriculum,
  body.dark-mode .classic-wrap .latest-learn .curriculum {
    margin-top: 3.2rem;
  }
}
body.dark-mode .onestop .learning__top h4,
body.dark-mode .classic-wrap .learning__top h4 {
  color: #FFFFFF;
}
body.dark-mode .onestop .learning__top .round-box > span,
body.dark-mode .classic-wrap .learning__top .round-box > span {
  color: #999999;
}
body.dark-mode .onestop .learning__top .round-box > span > em,
body.dark-mode .classic-wrap .learning__top .round-box > span > em {
  color: #999999;
}
@media (max-width: 720px) {
  body.dark-mode .onestop .learning__top .round-box,
  body.dark-mode .classic-wrap .learning__top .round-box {
    background: transparent;
  }
}
body.dark-mode .onestop .learning__subject,
body.dark-mode .classic-wrap .learning__subject {
  background-color: #242424;
  border-color: #242424;
}
body.dark-mode .onestop .learning__subject .item > button,
body.dark-mode .classic-wrap .learning__subject .item > button {
  color: #666666;
}
body.dark-mode .onestop .learning__subject .item > button.active,
body.dark-mode .classic-wrap .learning__subject .item > button.active {
  color: #FFFFFF;
}
body.dark-mode .onestop .learning__subject .item + li::after,
body.dark-mode .classic-wrap .learning__subject .item + li::after {
  background-color: #666666;
}
body.dark-mode .onestop .learning .unit-list,
body.dark-mode .classic-wrap .learning .unit-list {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .onestop .learning .unit-list > .table-cont .table table thead tr th,
body.dark-mode .classic-wrap .learning .unit-list > .table-cont .table table thead tr th {
  background-color: #2C2C2C;
}
body.dark-mode .onestop .learning .unit-list > .table-cont .func .tag .item > button,
body.dark-mode .classic-wrap .learning .unit-list > .table-cont .func .tag .item > button {
  border-color: #333333;
  background-color: #333333;
}
body.dark-mode .onestop .learning .unit-list > .table-cont .func .tag .item > button.active,
body.dark-mode .classic-wrap .learning .unit-list > .table-cont .func .tag .item > button.active {
  background-color: #4E60FF;
}
body.dark-mode .onestop ol.step li,
body.dark-mode .classic-wrap ol.step li {
  color: #666666;
}
body.dark-mode .onestop ol.step li::before,
body.dark-mode .classic-wrap ol.step li::before {
  color: #242424;
  background-color: #666666;
}
body.dark-mode .onestop ol.step li::after,
body.dark-mode .classic-wrap ol.step li::after {
  border-color: #666666;
}
body.dark-mode .onestop ol.step li.completed, body.dark-mode .onestop ol.step li.active,
body.dark-mode .classic-wrap ol.step li.completed,
body.dark-mode .classic-wrap ol.step li.active {
  color: #4E60FF;
}
body.dark-mode .onestop ol.step li.completed::before, body.dark-mode .onestop ol.step li.active::before,
body.dark-mode .classic-wrap ol.step li.completed::before,
body.dark-mode .classic-wrap ol.step li.active::before {
  color: #FFFFFF;
}
body.dark-mode .onestop ol.step li.completed::before,
body.dark-mode .classic-wrap ol.step li.completed::before {
  background-color: transparent;
}
body.dark-mode .onestop ol.step li.completed::after,
body.dark-mode .classic-wrap ol.step li.completed::after {
  border-color: #4E60FF;
}
body.dark-mode .onestop ol.step li.active::before,
body.dark-mode .classic-wrap ol.step li.active::before {
  background-color: #4E60FF;
}
body.dark-mode .onestop h4.title,
body.dark-mode .classic-wrap h4.title {
  color: #FFFFFF;
}
body.dark-mode .onestop h5.title,
body.dark-mode .classic-wrap h5.title {
  color: #FFFFFF;
}
body.dark-mode .onestop .box-wrap .box,
body.dark-mode .classic-wrap .box-wrap .box {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .onestop .box-wrap .box .tit,
body.dark-mode .classic-wrap .box-wrap .box .tit {
  color: #999999;
}
body.dark-mode .onestop .box-wrap .box .tit.ico-book::before,
body.dark-mode .classic-wrap .box-wrap .box .tit.ico-book::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_book_dark.svg");
}
body.dark-mode .onestop .box-wrap .box .tit.ico-file::before,
body.dark-mode .classic-wrap .box-wrap .box .tit.ico-file::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_file2_dark.svg");
}
body.dark-mode .onestop .box-wrap .box .tit + .cont:has(span + span)::before,
body.dark-mode .classic-wrap .box-wrap .box .tit + .cont:has(span + span)::before {
  background-color: #333333;
}
body.dark-mode .onestop .box-wrap .box .cont > span,
body.dark-mode .classic-wrap .box-wrap .box .cont > span {
  color: #999999;
}
body.dark-mode .onestop .box-wrap .box .cont > span strong,
body.dark-mode .classic-wrap .box-wrap .box .cont > span strong {
  color: #FFFFFF;
}
body.dark-mode .onestop .box-wrap .box .cont > span::before,
body.dark-mode .classic-wrap .box-wrap .box .cont > span::before {
  background-color: #333333;
}
body.dark-mode .onestop .box-wrap .box.round-bg > h5,
body.dark-mode .classic-wrap .box-wrap .box.round-bg > h5 {
  color: #FFFFFF;
}
body.dark-mode .onestop .box-wrap .box.round-bg > span,
body.dark-mode .classic-wrap .box-wrap .box.round-bg > span {
  color: #999999;
}
body.dark-mode .onestop .box-wrap .box.banner > h4,
body.dark-mode .classic-wrap .box-wrap .box.banner > h4 {
  color: #FFFFFF;
}
body.dark-mode .onestop .box-wrap .box.banner > span,
body.dark-mode .classic-wrap .box-wrap .box.banner > span {
  color: #999999;
}
body.dark-mode .onestop .box-wrap .box.round .table-info > h5,
body.dark-mode .classic-wrap .box-wrap .box.round .table-info > h5 {
  color: #FFFFFF;
}
body.dark-mode .onestop .box-wrap .box.round .table-info em,
body.dark-mode .classic-wrap .box-wrap .box.round .table-info em {
  color: #999999;
}
body.dark-mode .onestop .round-box,
body.dark-mode .classic-wrap .round-box {
  color: #999999;
  background-color: #242424;
}
body.dark-mode .onestop input[type=checkbox] + label,
body.dark-mode .classic-wrap input[type=checkbox] + label {
  color: #999999;
}
body.dark-mode .onestop .table-cont .table table thead,
body.dark-mode .classic-wrap .table-cont .table table thead {
  background: none;
}
body.dark-mode .onestop .table-cont .table table thead tr th,
body.dark-mode .classic-wrap .table-cont .table table thead tr th {
  color: #999999;
  background-color: #242424;
}
body.dark-mode .onestop .table-cont .table table tbody tr,
body.dark-mode .classic-wrap .table-cont .table table tbody tr {
  border-color: #333333;
}
body.dark-mode .onestop .table-cont .table table tbody tr td,
body.dark-mode .classic-wrap .table-cont .table table tbody tr td {
  color: #999999;
}
body.dark-mode .onestop .table-cont .table table tbody tr td.subject .tit strong,
body.dark-mode .classic-wrap .table-cont .table table tbody tr td.subject .tit strong {
  color: #FFFFFF;
}
body.dark-mode .onestop .table-cont .table table tbody tr td.grade,
body.dark-mode .classic-wrap .table-cont .table table tbody tr td.grade {
  color: #EA4F4F;
}
body.dark-mode .onestop .table-cont .table table tbody tr td.grade.o,
body.dark-mode .classic-wrap .table-cont .table table tbody tr td.grade.o {
  color: #4E60FF;
}
body.dark-mode .onestop .table-cont .table.evaluate table thead tr th,
body.dark-mode .classic-wrap .table-cont .table.evaluate table thead tr th {
  background-color: #333333;
}
body.dark-mode .onestop .table-cont .table.evaluate table thead tr th.font-primary,
body.dark-mode .classic-wrap .table-cont .table.evaluate table thead tr th.font-primary {
  color: #4E60FF;
}
body.dark-mode .onestop .table-cont .table.evaluate table tbody td:nth-of-type(2),
body.dark-mode .classic-wrap .table-cont .table.evaluate table tbody td:nth-of-type(2) {
  color: #FFFFFF;
}
body.dark-mode .onestop .table-cont .btn,
body.dark-mode .classic-wrap .table-cont .btn {
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.4);
}
body.dark-mode .onestop .table-cont .btn.btn-primary,
body.dark-mode .classic-wrap .table-cont .btn.btn-primary {
  border-color: rgba(160, 52, 255, 0.4);
}
body.dark-mode .onestop .table-cont .btn.btn-primary2,
body.dark-mode .classic-wrap .table-cont .btn.btn-primary2 {
  border-color: rgba(78, 96, 255, 0.4);
}
@media (max-width: 720px) {
  body.dark-mode .onestop .table-cont .func .round-box,
  body.dark-mode .classic-wrap .table-cont .func .round-box {
    background-color: transparent;
  }
}
body.dark-mode .onestop .lecture-wrap .latest-learn,
body.dark-mode .classic-wrap .lecture-wrap .latest-learn {
  background-color: transparent;
}
body.dark-mode .onestop .current-wrap .episode > h5,
body.dark-mode .classic-wrap .current-wrap .episode > h5 {
  color: #FFFFFF;
}
body.dark-mode .state {
  border-color: #3D3D3D;
  background: #3D3D3D;
}
body.dark-mode .state.complete {
  color: #00C089;
}
body.dark-mode .state.studying {
  color: #FF9549;
}
body.dark-mode .episode > h5 {
  color: #fff;
}

/* 부모 요소 추가 AI문제은행 공통 */
.onestop .container__top,
.classic-wrap .container__top {
  padding: 4rem 0;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .container__top,
  .classic-wrap .container__top {
    padding: 2rem 0;
  }
}
@media (max-width: 720px) {
  .onestop .container__top + .container__body.inner,
  .classic-wrap .container__top + .container__body.inner {
    padding: 0;
    margin-top: 0;
  }
}
.onestop .container__body,
.classic-wrap .container__body {
  margin-top: 5rem;
}
@media (max-width: 720px) {
  .onestop .container__body.inner,
  .classic-wrap .container__body.inner {
    padding: 0;
    margin-top: 2rem;
  }
}
.onestop ol.step,
.classic-wrap ol.step {
  display: flex;
  margin: 0 auto;
  padding: 3rem 0;
}
.onestop ol.step li,
.classic-wrap ol.step li {
  position: relative;
  width: 25%;
  color: #C5CBE8;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 500;
  text-align: center;
}
.onestop ol.step li::before,
.classic-wrap ol.step li::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 auto 1.1rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  background: #C5CBE8;
  font-weight: 700;
  border-radius: 1.4rem;
}
.onestop ol.step li::after,
.classic-wrap ol.step li::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: calc(50% + 3.1rem);
  width: calc(100% - 6.2rem);
  border-bottom: 2px dashed #E1E5F7;
}
.onestop ol.step li:nth-child(1)::before,
.classic-wrap ol.step li:nth-child(1)::before {
  content: "1";
}
.onestop ol.step li:nth-child(2)::before,
.classic-wrap ol.step li:nth-child(2)::before {
  content: "2";
}
.onestop ol.step li:nth-child(3)::before,
.classic-wrap ol.step li:nth-child(3)::before {
  content: "3";
}
.onestop ol.step li:nth-child(4)::before,
.classic-wrap ol.step li:nth-child(4)::before {
  content: "4";
}
.onestop ol.step li:nth-child(4)::after,
.classic-wrap ol.step li:nth-child(4)::after {
  display: none;
}
.onestop ol.step li.completed,
.classic-wrap ol.step li.completed {
  color: #4E60FF;
}
.onestop ol.step li.completed::before,
.classic-wrap ol.step li.completed::before {
  content: "";
  border: 2px solid #4E60FF;
  background: transparent url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_step_check.svg") center center no-repeat;
  background-size: 1.34rem 1.005rem;
}
.onestop ol.step li.completed::after,
.classic-wrap ol.step li.completed::after {
  border-bottom: 2px dashed #4E60FF;
}
.onestop ol.step li.active,
.classic-wrap ol.step li.active {
  color: #4E60FF;
  font-weight: 600;
}
.onestop ol.step li.active::before,
.classic-wrap ol.step li.active::before {
  background-color: #4E60FF;
}
@media (max-width: 720px) {
  .onestop ol.step li,
  .classic-wrap ol.step li {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
  .onestop ol.step li::before,
  .classic-wrap ol.step li::before {
    width: 2.6rem;
    height: 2.6rem;
  }
  .onestop ol.step li::after,
  .classic-wrap ol.step li::after {
    left: calc(50% + 2.5rem);
    width: calc(100% - 5rem);
  }
  .onestop ol.step li.active,
  .classic-wrap ol.step li.active {
    font-weight: 500;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop ol.step,
  .classic-wrap ol.step {
    padding: 2.4rem 0;
  }
}
.onestop h4.title,
.classic-wrap h4.title {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: -0.072rem;
  font-weight: 700;
}
@media (max-width: 720px) {
  .onestop h4.title,
  .classic-wrap h4.title {
    padding: 0 2rem;
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
  }
}
.onestop h4.title .round-box,
.classic-wrap h4.title .round-box {
  padding: 1.4rem 1.8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
  margin-left: 2rem;
}
.onestop h4.title .round-box > span,
.classic-wrap h4.title .round-box > span {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 600;
}
.onestop h4.title .round-box > span > em,
.classic-wrap h4.title .round-box > span > em {
  display: block;
  margin-left: 0.5rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.onestop h4.title .round-box > span > strong,
.classic-wrap h4.title .round-box > span > strong {
  display: block;
  margin-right: 0.5rem;
  color: #4E60FF;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
@media (max-width: 720px) {
  .onestop h4.title .round-box,
  .classic-wrap h4.title .round-box {
    padding: 0;
    background: none;
  }
}
.onestop h5.title,
.classic-wrap h5.title {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  line-height: 3.2rem;
  letter-spacing: -0.052rem;
  font-weight: 700;
  flex-wrap: wrap;
}
.onestop h5.title .sub,
.classic-wrap h5.title .sub {
  display: flex;
  align-items: center;
  margin-left: 1.6rem;
  color: #4E60FF;
  font-weight: 600;
}
.onestop h5.title .sub::before,
.classic-wrap h5.title .sub::before {
  content: "";
  width: 0.1rem;
  height: 1.6rem;
  margin-right: 1.6rem;
  background: #CCCCCC;
}
@media (max-width: 720px) {
  .onestop h5.title,
  .classic-wrap h5.title {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 0 2rem;
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.04rem;
  }
  .onestop h5.title .sub,
  .classic-wrap h5.title .sub {
    margin-left: 0;
  }
  .onestop h5.title .sub::before,
  .classic-wrap h5.title .sub::before {
    display: none;
  }
}
.onestop .box-wrap,
.classic-wrap .box-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
  gap: 2.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .box-wrap,
  .classic-wrap .box-wrap {
    flex-direction: column;
  }
  .onestop .box-wrap .box,
  .classic-wrap .box-wrap .box {
    width: 100%;
  }
}
.onestop .box-wrap .box,
.classic-wrap .box-wrap .box {
  flex: 1;
  padding: 3.4rem 3rem;
  border: 1px solid #EEEEEE;
}
.onestop .box-wrap .box.round,
.classic-wrap .box-wrap .box.round {
  border-radius: 1.6rem;
}
.onestop .box-wrap .box.round-bg,
.classic-wrap .box-wrap .box.round-bg {
  width: 100%;
  padding: 4rem 3rem;
  border-radius: 2rem;
  background-color: #F6F7FA;
  border: none !important;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.onestop .box-wrap .box.round-bg .studying-subject,
.classic-wrap .box-wrap .box.round-bg .studying-subject {
  color: #4E60FF;
  font-weight: 600;
  line-height: 1.9rem;
  font-family: "YetHangul", YetHangul;
}
.onestop .box-wrap .box.round-bg .studying-subject + h5,
.classic-wrap .box-wrap .box.round-bg .studying-subject + h5 {
  margin-top: 1.8rem;
}
.onestop .box-wrap .box.round-bg > h5,
.classic-wrap .box-wrap .box.round-bg > h5 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.onestop .box-wrap .box.round-bg > span,
.classic-wrap .box-wrap .box.round-bg > span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  line-height: normal;
  color: #666;
  margin-top: 1.2rem;
  text-align: center;
}
.onestop .box-wrap .box.round-bg > span > strong,
.classic-wrap .box-wrap .box.round-bg > span > strong {
  font-weight: 600;
}
.onestop .box-wrap .box.round-bg > span em,
.classic-wrap .box-wrap .box.round-bg > span em {
  font-weight: 500;
}
.onestop .box-wrap .box.round-bg em,
.classic-wrap .box-wrap .box.round-bg em {
  margin-left: 0.5rem;
}
.onestop .box-wrap .box.round-bg em.point,
.classic-wrap .box-wrap .box.round-bg em.point {
  color: #EA4F4F;
}
.onestop .box-wrap .box.round-bg > .tag-box,
.classic-wrap .box-wrap .box.round-bg > .tag-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}
.onestop .box-wrap .box.round-bg > .tag-box > span,
.classic-wrap .box-wrap .box.round-bg > .tag-box > span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
  color: #666;
  padding-left: 1.3rem;
  position: relative;
  display: block;
}
.onestop .box-wrap .box.round-bg > .tag-box > span::before,
.classic-wrap .box-wrap .box.round-bg > .tag-box > span::before {
  content: "#";
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
  color: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.onestop .box-wrap .box.round-bg > .tag-box > span + span,
.classic-wrap .box-wrap .box.round-bg > .tag-box > span + span {
  margin-left: 0.6rem;
}
.onestop .box-wrap .box.round-bg .btn-wrap,
.classic-wrap .box-wrap .box.round-bg .btn-wrap {
  width: auto;
  margin-top: 2.8rem;
}
.onestop .box-wrap .box.round-bg .btn-wrap > button,
.classic-wrap .box-wrap .box.round-bg .btn-wrap > button {
  width: 16rem;
  padding: 2rem 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  background-color: #4E60FF;
  border-radius: 5rem;
  border: 1px solid #4E60FF;
}
.onestop .box-wrap .box.round-bg .btn-wrap > button.border,
.classic-wrap .box-wrap .box.round-bg .btn-wrap > button.border {
  color: #4E60FF;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
  background: transparent;
  border: 1px solid #4E60FF;
}
.onestop .box-wrap .box.round-bg .btn-wrap:has(button + button) button,
.classic-wrap .box-wrap .box.round-bg .btn-wrap:has(button + button) button {
  width: 21rem;
}
.onestop .box-wrap .box.round-bg .btn-wrap:has(button + button) button + button,
.classic-wrap .box-wrap .box.round-bg .btn-wrap:has(button + button) button + button {
  margin-left: 1.6rem;
}
@media (max-width: 720px) {
  .onestop .box-wrap .box.round-bg .btn-wrap,
  .classic-wrap .box-wrap .box.round-bg .btn-wrap {
    display: block;
  }
  .onestop .box-wrap .box.round-bg .btn-wrap:has(button + button) button,
  .classic-wrap .box-wrap .box.round-bg .btn-wrap:has(button + button) button {
    width: 100%;
  }
  .onestop .box-wrap .box.round-bg .btn-wrap:has(button + button) button + button,
  .classic-wrap .box-wrap .box.round-bg .btn-wrap:has(button + button) button + button {
    margin: 1.2rem 0 0;
  }
}
.onestop .box-wrap .box.round .table-info,
.classic-wrap .box-wrap .box.round .table-info {
  width: 100%;
  text-align: center;
  padding-bottom: 4rem;
}
.onestop .box-wrap .box.round .table-info > h5,
.classic-wrap .box-wrap .box.round .table-info > h5 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 600;
  color: #333;
}
.onestop .box-wrap .box.round .table-info em,
.classic-wrap .box-wrap .box.round .table-info em {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #666;
  padding-top: 1.2rem;
  display: inline-block;
}
.onestop .box-wrap .box.round .table-info em > strong,
.classic-wrap .box-wrap .box.round .table-info em > strong {
  margin-left: 0.5rem;
  font-weight: 600;
}
.onestop .box-wrap .box.banner,
.classic-wrap .box-wrap .box.banner {
  padding: 4rem;
  border-radius: 3.2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.onestop .box-wrap .box.banner::after,
.classic-wrap .box-wrap .box.banner::after {
  content: "";
  width: 14rem;
  height: 14rem;
  display: inline-block;
  position: absolute;
  bottom: 4rem;
  right: 4rem;
}
.onestop .box-wrap .box.banner > h4,
.classic-wrap .box-wrap .box.banner > h4 {
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: -0.048rem;
  font-weight: 700;
  color: #333;
}
.onestop .box-wrap .box.banner > span,
.classic-wrap .box-wrap .box.banner > span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #666;
  margin-top: 1.6rem;
}
.onestop .box-wrap .box.banner .btn-wrap,
.classic-wrap .box-wrap .box.banner .btn-wrap {
  width: auto;
  justify-content: flex-start;
}
.onestop .box-wrap .box.banner button,
.classic-wrap .box-wrap .box.banner button {
  width: fit-content;
  padding: 1.4rem 2rem;
  color: #4E60FF;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  background-color: #E7EAFF;
  border-radius: 10rem;
  margin-top: 7.2rem;
}
.onestop .box-wrap .box.banner:nth-of-type(1)::after,
.classic-wrap .box-wrap .box.banner:nth-of-type(1)::after {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/img_final-result_bn01_img.svg") right bottom no-repeat;
}
.onestop .box-wrap .box.banner:nth-of-type(2)::after,
.classic-wrap .box-wrap .box.banner:nth-of-type(2)::after {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/img_final-result_bn02_img.svg") right bottom no-repeat;
}
.onestop .box-wrap .box.banner:hover,
.classic-wrap .box-wrap .box.banner:hover {
  padding: 3.9rem;
  border: 2px solid #4E60FF;
}
.onestop .box-wrap .box.banner:hover button,
.classic-wrap .box-wrap .box.banner:hover button {
  color: #fff;
  background-color: #4E60FF;
}
.onestop .box-wrap .box.banner:hover::after,
.classic-wrap .box-wrap .box.banner:hover::after {
  right: 3.9rem;
  bottom: 3.9rem;
}
@media (max-width: 720px) {
  .onestop .box-wrap .box.banner button,
  .classic-wrap .box-wrap .box.banner button {
    width: 100%;
    margin-top: 17rem;
  }
  .onestop .box-wrap .box.banner::after,
  .classic-wrap .box-wrap .box.banner::after {
    bottom: 10rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .onestop .box-wrap .box.banner:hover::after,
  .classic-wrap .box-wrap .box.banner:hover::after {
    bottom: 9.9rem;
    right: auto;
  }
}
.onestop .box-wrap .box .cont,
.classic-wrap .box-wrap .box .cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.onestop .box-wrap .box .cont > span,
.classic-wrap .box-wrap .box .cont > span {
  padding-left: 7.6rem;
  color: #666666;
  font-weight: 500;
  line-height: 1.6rem;
}
.onestop .box-wrap .box .cont > span strong,
.classic-wrap .box-wrap .box .cont > span strong {
  display: block;
  color: #333333;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
}
.onestop .box-wrap .box .cont > span strong > em,
.classic-wrap .box-wrap .box .cont > span strong > em {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
  color: #999;
}
.onestop .box-wrap .box .cont > span strong[class^=ico-],
.classic-wrap .box-wrap .box .cont > span strong[class^=ico-] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.onestop .box-wrap .box .cont > span strong[class^=ico-]::after,
.classic-wrap .box-wrap .box .cont > span strong[class^=ico-]::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  margin-left: 0.8rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 720px) {
  .onestop .box-wrap .box .cont > span strong[class^=ico-]::after,
  .classic-wrap .box-wrap .box .cont > span strong[class^=ico-]::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.onestop .box-wrap .box .cont > span strong.ico-mark,
.classic-wrap .box-wrap .box .cont > span strong.ico-mark {
  position: relative;
}
.onestop .box-wrap .box .cont > span strong.ico-mark::after,
.classic-wrap .box-wrap .box .cont > span strong.ico-mark::after {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_mark.svg");
}
@media (max-width: 720px) {
  .onestop .box-wrap .box .cont > span strong.ico-mark .tooltip-box,
  .classic-wrap .box-wrap .box .cont > span strong.ico-mark .tooltip-box {
    min-width: auto;
    width: 22rem;
  }
}
.onestop .box-wrap .box .cont > span br,
.classic-wrap .box-wrap .box .cont > span br {
  display: none;
}
.onestop .box-wrap .box .cont > span::before,
.classic-wrap .box-wrap .box .cont > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.6rem;
  height: 5.6rem;
  background: #F6F7FA url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_book2.svg") center center no-repeat;
  border-radius: 2.8rem;
  background-size: 3.2rem 3.2rem;
  transform: translateY(-50%);
}
.onestop .box-wrap .box .cont .btn,
.classic-wrap .box-wrap .box .cont .btn {
  padding: 1.4rem 2rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  background-color: #4E60FF;
  border-radius: 5rem;
  font-weight: 600;
  border: 1px solid #4E60FF;
}
.onestop .box-wrap .box .cont .btn.border,
.classic-wrap .box-wrap .box .cont .btn.border {
  color: #4E60FF;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 600;
  background: transparent;
  border: 1px solid #4E60FF;
}
.onestop .box-wrap .box .cont .btn + .btn,
.classic-wrap .box-wrap .box .cont .btn + .btn {
  margin-left: 1.2rem;
}
@media (max-width: 720px) {
  .onestop .box-wrap .box .cont,
  .classic-wrap .box-wrap .box .cont {
    flex-direction: column;
  }
  .onestop .box-wrap .box .cont > span,
  .classic-wrap .box-wrap .box .cont > span {
    padding: 0;
    line-height: 2.4rem;
    text-align: center;
    font-weight: 400;
  }
  .onestop .box-wrap .box .cont > span::before,
  .classic-wrap .box-wrap .box .cont > span::before {
    display: none;
  }
  .onestop .box-wrap .box .cont > span br,
  .classic-wrap .box-wrap .box .cont > span br {
    display: block;
  }
  .onestop .box-wrap .box .cont .btn,
  .classic-wrap .box-wrap .box .cont .btn {
    margin-top: 2.4rem;
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
  }
}
.onestop .box-wrap .box .ico-question,
.classic-wrap .box-wrap .box .ico-question {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.onestop .box-wrap .box .ico-question::after,
.classic-wrap .box-wrap .box .ico-question::after {
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-left: 0.4rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 720px) {
  .onestop .box-wrap .box .ico-question::after,
  .classic-wrap .box-wrap .box .ico-question::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.onestop .box-wrap .box .ico-question::after,
.classic-wrap .box-wrap .box .ico-question::after {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_question.svg");
}
.onestop .box-wrap .box .tit,
.classic-wrap .box-wrap .box .tit {
  display: flex;
  align-items: center;
  color: #666666;
  font-weight: 600;
  line-height: 1.9rem;
}
.onestop .box-wrap .box .tit + .cont,
.classic-wrap .box-wrap .box .tit + .cont {
  margin-top: 3.2rem;
}
.onestop .box-wrap .box .tit + .cont:has(span + span)::before,
.classic-wrap .box-wrap .box .tit + .cont:has(span + span)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 100%;
  background: #EEEEEE;
  transform: translateX(-50%);
}
.onestop .box-wrap .box .tit + .cont > span,
.classic-wrap .box-wrap .box .tit + .cont > span {
  flex: 1;
  padding: 0 2.8rem 0 0;
  color: #999999;
}
.onestop .box-wrap .box .tit + .cont > span::before,
.classic-wrap .box-wrap .box .tit + .cont > span::before {
  display: none;
}
.onestop .box-wrap .box .tit + .cont > span strong,
.classic-wrap .box-wrap .box .tit + .cont > span strong {
  margin: 1rem 0 0 0;
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
  font-weight: 600;
}
.onestop .box-wrap .box .tit + .cont > span + span,
.classic-wrap .box-wrap .box .tit + .cont > span + span {
  padding: 0 0 0 2.8rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .onestop .box-wrap .box .tit + .cont > span,
  .classic-wrap .box-wrap .box .tit + .cont > span {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
  .onestop .box-wrap .box .tit + .cont > span strong,
  .classic-wrap .box-wrap .box .tit + .cont > span strong {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: -0.044rem;
  }
  .onestop .box-wrap .box .tit + .cont > span + span,
  .classic-wrap .box-wrap .box .tit + .cont > span + span {
    padding: 0 0 0 1rem;
  }
}
.onestop .box-wrap .box .tit::before,
.classic-wrap .box-wrap .box .tit::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.onestop .box-wrap .box .tit.ico-book::before,
.classic-wrap .box-wrap .box .tit.ico-book::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_book.svg");
}
.onestop .box-wrap .box .tit.ico-file::before,
.classic-wrap .box-wrap .box .tit.ico-file::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_file2.svg");
}
.onestop .box-wrap .box .tit.ico-clock::before,
.classic-wrap .box-wrap .box .tit.ico-clock::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_clock2.svg");
}
@media (max-width: 720px) {
  .onestop .box-wrap .box .tit + .cont,
  .classic-wrap .box-wrap .box .tit + .cont {
    flex-direction: row;
  }
  .onestop .box-wrap .box .tit + .cont > span,
  .classic-wrap .box-wrap .box .tit + .cont > span {
    text-align: left;
    line-height: 1.671rem;
    font-weight: 500;
  }
}
.onestop .box-wrap .box:has(.tit),
.classic-wrap .box-wrap .box:has(.tit) {
  padding: 3rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .box-wrap,
  .classic-wrap .box-wrap {
    padding: 2.4rem 0;
  }
}
@media (max-width: 720px) {
  .onestop .box-wrap,
  .classic-wrap .box-wrap {
    padding: 0 2rem;
    margin-top: 3.2rem;
  }
  .onestop .box-wrap .box,
  .classic-wrap .box-wrap .box {
    padding: 3.2rem;
  }
  .onestop .box-wrap .box:has(.tit),
  .classic-wrap .box-wrap .box:has(.tit) {
    padding: 2.4rem;
  }
  .onestop .box-wrap .box .cont > span strong,
  .classic-wrap .box-wrap .box .cont > span strong {
    margin-bottom: 1.2rem;
  }
}
.onestop .round-box,
.classic-wrap .round-box {
  display: flex;
  align-items: center;
  color: #666666;
  background-color: #F6F7FA;
  border-radius: 2.4rem;
}
.onestop .status-wrap,
.classic-wrap .status-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
@media (max-width: 720px) {
  .onestop .status-wrap,
  .classic-wrap .status-wrap {
    margin-top: 3.2rem;
    padding: 0 2rem;
  }
}
.onestop .status-wrap .round-box,
.classic-wrap .status-wrap .round-box {
  flex: 0 0 auto;
  padding: 1.2rem 1.6rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
}
.onestop .status-wrap .round-box::before,
.classic-wrap .status-wrap .round-box::before {
  content: "#";
  margin-right: 0.3rem;
}
.onestop .func,
.classic-wrap .func {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.8rem;
}
.onestop .func > span,
.classic-wrap .func > span {
  display: flex;
}
@media (max-width: 720px) {
  .onestop .func,
  .classic-wrap .func {
    margin-top: 3.2rem;
    padding: 0 2rem;
  }
}
@media (max-width: 720px) {
  .onestop .tit-wrap,
  .classic-wrap .tit-wrap {
    position: relative;
  }
  .onestop .tit-wrap .round-box,
  .classic-wrap .tit-wrap .round-box {
    position: absolute;
    bottom: 0;
    right: 2rem;
  }
}
.onestop .table-cont,
.classic-wrap .table-cont {
  position: relative;
  margin-top: 2.4rem;
}
.onestop .table-cont:has(.evaluate),
.classic-wrap .table-cont:has(.evaluate) {
  margin-top: 0;
}
.onestop .table-cont .desc,
.classic-wrap .table-cont .desc {
  width: 100%;
  position: absolute;
  top: -4.7rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #999999;
  font-weight: 500;
}
.onestop .table-cont .desc::before,
.classic-wrap .table-cont .desc::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.6rem;
  background: #999999;
  border-radius: 0.2rem;
}
.onestop .table-cont .btn,
.classic-wrap .table-cont .btn {
  flex: 0 0 auto;
  padding: 1rem 1.6rem;
  color: #999999;
  font-weight: 600;
  line-height: 1.9rem;
  border-radius: 0.8rem;
}
.onestop .table-cont .btn.btn-primary,
.classic-wrap .table-cont .btn.btn-primary {
  color: #A034FF;
  background: #F9ECFF;
}
.onestop .table-cont .btn.btn-primary2,
.classic-wrap .table-cont .btn.btn-primary2 {
  color: #4E60FF;
  background: #E7EAFF;
}
.onestop .table-cont .btn.btn-grey,
.classic-wrap .table-cont .btn.btn-grey {
  background: #F6F7FA;
}
.onestop .table-cont .table table tbody tr td strong,
.classic-wrap .table-cont .table table tbody tr td strong {
  display: block;
  font-weight: 600;
}
.onestop .table-cont .table table tbody tr td.subject,
.classic-wrap .table-cont .table table tbody tr td.subject {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 3rem;
}
.onestop .table-cont .table table tbody tr td.subject .tit,
.classic-wrap .table-cont .table table tbody tr td.subject .tit {
  text-align: center;
}
.onestop .table-cont .table table tbody tr td.subject .tit strong,
.classic-wrap .table-cont .table table tbody tr td.subject .tit strong {
  margin-top: 0.6rem;
  color: #333333;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
}
.onestop .table-cont .table table tbody tr td.subject:has(.btn),
.classic-wrap .table-cont .table table tbody tr td.subject:has(.btn) {
  justify-content: space-between;
}
.onestop .table-cont .table table tbody tr td.subject:has(.btn) .tit,
.classic-wrap .table-cont .table table tbody tr td.subject:has(.btn) .tit {
  padding-right: 2rem;
  text-align: left;
}
.onestop .table-cont .table table tbody tr td.grade,
.classic-wrap .table-cont .table table tbody tr td.grade {
  color: #EA4F4F;
  font-weight: 600;
  line-height: 1.9rem;
}
.onestop .table-cont .table table tbody tr td.grade.o,
.classic-wrap .table-cont .table table tbody tr td.grade.o {
  color: #4E60FF;
}
.onestop .table-cont .table.evaluate,
.classic-wrap .table-cont .table.evaluate {
  width: 90rem;
  margin: 0 auto;
}
.onestop .table-cont .table.evaluate table thead th,
.classic-wrap .table-cont .table.evaluate table thead th {
  color: #999;
  text-align: left;
  padding-left: 2.95rem;
}
.onestop .table-cont .table.evaluate table thead th:first-child,
.classic-wrap .table-cont .table.evaluate table thead th:first-child {
  font-weight: 400;
}
.onestop .table-cont .table.evaluate table thead th.font-primary,
.classic-wrap .table-cont .table.evaluate table thead th.font-primary {
  color: #4E60FF;
  text-align: left;
}
.onestop .table-cont .table.evaluate table tbody td,
.classic-wrap .table-cont .table.evaluate table tbody td {
  color: #999;
  text-align: left;
  padding-left: 2.95rem;
}
.onestop .table-cont .table.evaluate table tbody td:nth-of-type(2),
.classic-wrap .table-cont .table.evaluate table tbody td:nth-of-type(2) {
  color: #666;
  font-weight: 600;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .table-cont .table.evaluate,
  .classic-wrap .table-cont .table.evaluate {
    width: auto;
  }
}
@media (max-width: 720px) {
  .onestop .table-cont,
  .classic-wrap .table-cont {
    position: static;
  }
  .onestop .table-cont .desc,
  .classic-wrap .table-cont .desc {
    position: static;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 2rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
  .onestop .table-cont .desc::before,
  .classic-wrap .table-cont .desc::before {
    margin-top: 0.8rem;
  }
}
.onestop .evaluate-btn,
.classic-wrap .evaluate-btn {
  width: 100%;
  text-align: center;
  padding-top: 1.6rem;
}
.onestop .evaluate-btn > button,
.classic-wrap .evaluate-btn > button {
  min-width: 16rem;
  padding: 2rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  background-color: #4E60FF;
  border-radius: 5rem;
}
.onestop .lecture-wrap,
.classic-wrap .lecture-wrap {
  position: relative;
  margin-top: 14rem;
}
.onestop .lecture-wrap .latest-learn,
.classic-wrap .lecture-wrap .latest-learn {
  position: static;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: visible;
}
.onestop .lecture-wrap .latest-learn .curriculum,
.classic-wrap .lecture-wrap .latest-learn .curriculum {
  width: 100%;
  margin-top: 4.8rem;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 720px) {
  .onestop .lecture-wrap .latest-learn .curriculum,
  .classic-wrap .lecture-wrap .latest-learn .curriculum {
    margin-top: 3.2rem;
    padding: 0 2rem;
  }
}
.onestop .lecture-wrap .latest-learn .curriculum::before,
.classic-wrap .lecture-wrap .latest-learn .curriculum::before {
  display: none;
}
.onestop .lecture-wrap .latest-learn .curriculum::after,
.classic-wrap .lecture-wrap .latest-learn .curriculum::after {
  display: none;
}
.onestop .lecture-wrap .latest-learn .curriculum__item,
.classic-wrap .lecture-wrap .latest-learn .curriculum__item {
  height: auto;
}
.onestop .lecture-wrap .latest-learn .curriculum__item .category-wrap,
.classic-wrap .lecture-wrap .latest-learn .curriculum__item .category-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}
.onestop .lecture-wrap .latest-learn .curriculum__item .category-wrap .open-sum,
.classic-wrap .lecture-wrap .latest-learn .curriculum__item .category-wrap .open-sum {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #666;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.onestop .lecture-wrap .latest-learn .curriculum__item .category-wrap .open-sum::after,
.classic-wrap .lecture-wrap .latest-learn .curriculum__item .category-wrap .open-sum::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_exam-sum.svg");
  margin-left: 0.4rem;
}
.onestop .lecture-wrap .latest-learn .curriculum__item .curriculum-tit,
.classic-wrap .lecture-wrap .latest-learn .curriculum__item .curriculum-tit {
  margin-top: 3.2rem;
}
.onestop .lecture-wrap .latest-learn .curriculum__item .teacher-wrap,
.classic-wrap .lecture-wrap .latest-learn .curriculum__item .teacher-wrap {
  display: flex;
  align-items: center;
  margin-top: 4.8rem;
}
.onestop .lecture-wrap .latest-learn .curriculum__item .teacher-wrap em,
.classic-wrap .lecture-wrap .latest-learn .curriculum__item .teacher-wrap em {
  display: flex;
  align-items: center;
  color: #999999;
  font-weight: 500;
  line-height: 1.9rem;
}
.onestop .lecture-wrap .latest-learn .curriculum__item .teacher-wrap em::after,
.classic-wrap .lecture-wrap .latest-learn .curriculum__item .teacher-wrap em::after {
  content: "";
  display: block;
  margin: 0 0.8rem;
  width: 0.1rem;
  height: 1.2rem;
  background: #999999;
}
.onestop .lecture-wrap .latest-learn .curriculum__item .teacher-wrap em + em,
.classic-wrap .lecture-wrap .latest-learn .curriculum__item .teacher-wrap em + em {
  flex: 1;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.onestop .lecture-wrap .latest-learn .curriculum__item .teacher-wrap em + em::after,
.classic-wrap .lecture-wrap .latest-learn .curriculum__item .teacher-wrap em + em::after {
  display: none;
}
.onestop .lecture-wrap .latest-learn .swiper-btn-wrap,
.classic-wrap .lecture-wrap .latest-learn .swiper-btn-wrap {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}
@media (max-width: 720px) {
  .onestop .lecture-wrap .latest-learn .swiper-btn-wrap,
  .classic-wrap .lecture-wrap .latest-learn .swiper-btn-wrap {
    display: none;
  }
}
@media (max-width: 720px) {
  .onestop .lecture-wrap,
  .classic-wrap .lecture-wrap {
    margin-top: 10rem;
  }
}
.onestop .lecture-wrap.curriculum-wrap,
.classic-wrap .lecture-wrap.curriculum-wrap {
  margin-top: 9rem;
}
.onestop .lecture-wrap.curriculum-wrap .latest-learn,
.classic-wrap .lecture-wrap.curriculum-wrap .latest-learn {
  margin-top: 3.6rem;
}
.onestop .lecture-wrap.curriculum-wrap .latest-learn .curriculum,
.classic-wrap .lecture-wrap.curriculum-wrap .latest-learn .curriculum {
  margin-top: 0;
}
@media (max-width: 720px) {
  .onestop .lecture-wrap.curriculum-wrap,
  .classic-wrap .lecture-wrap.curriculum-wrap {
    margin-top: 3rem;
  }
  .onestop .lecture-wrap.curriculum-wrap .latest-learn,
  .classic-wrap .lecture-wrap.curriculum-wrap .latest-learn {
    margin-top: 1.2rem;
  }
}
.onestop .current-wrap > .box-wrap .box.round-box,
.classic-wrap .current-wrap > .box-wrap .box.round-box {
  flex-direction: row;
}
.onestop .grade-list,
.classic-wrap .grade-list {
  position: relative;
  margin-top: 14rem;
}
@media (max-width: 720px) {
  .onestop .grade-list,
  .classic-wrap .grade-list {
    margin-top: 10rem;
  }
}
.onestop .deep-learning .tab-mini,
.classic-wrap .deep-learning .tab-mini {
  margin-top: 4.8rem;
  padding-top: 2.8rem;
  border-top: 1px solid #EEEEEE;
}
@media (max-width: 720px) {
  .onestop .deep-learning .tab-mini,
  .classic-wrap .deep-learning .tab-mini {
    margin-top: 3rem;
  }
}
.onestop .current-wrap .box-wrap .box.round-bg,
.classic-wrap .current-wrap .box-wrap .box.round-bg {
  flex-direction: row;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .current-wrap .box-wrap .box.round-bg,
  .classic-wrap .current-wrap .box-wrap .box.round-bg {
    flex-direction: column;
  }
}
.onestop .current-wrap .grade-wrap,
.classic-wrap .current-wrap .grade-wrap {
  width: 56%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.onestop .current-wrap .grade-wrap > select,
.classic-wrap .current-wrap .grade-wrap > select {
  min-width: 22rem;
}
.onestop .current-wrap .grade-wrap > select + select,
.classic-wrap .current-wrap .grade-wrap > select + select {
  margin-left: 1rem;
}
@media (max-width: 1280px) {
  .onestop .current-wrap .grade-wrap > select,
  .classic-wrap .current-wrap .grade-wrap > select {
    min-width: auto;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .current-wrap .grade-wrap,
  .classic-wrap .current-wrap .grade-wrap {
    width: 100%;
    flex-direction: column;
  }
  .onestop .current-wrap .grade-wrap > select,
  .classic-wrap .current-wrap .grade-wrap > select {
    width: 100%;
  }
  .onestop .current-wrap .grade-wrap > select + select,
  .classic-wrap .current-wrap .grade-wrap > select + select {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.onestop .current-wrap .episode,
.classic-wrap .current-wrap .episode {
  display: flex;
  align-items: center;
  padding-left: 4rem;
  flex: 1 0 auto;
}
.onestop .current-wrap .episode > h5,
.classic-wrap .current-wrap .episode > h5 {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
  margin-right: 1rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .current-wrap .episode,
  .classic-wrap .current-wrap .episode {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
    flex-direction: column;
  }
  .onestop .current-wrap .episode > h5,
  .classic-wrap .current-wrap .episode > h5 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .onestop .current-wrap .episode select,
  .classic-wrap .current-wrap .episode select {
    width: 100%;
  }
}
.onestop .retest-wrap,
.classic-wrap .retest-wrap {
  width: 100%;
  background: #F6F7FA;
  padding: 3rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.onestop .retest-wrap .inner,
.classic-wrap .retest-wrap .inner {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.onestop .retest-wrap__select,
.classic-wrap .retest-wrap__select {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.onestop .retest-wrap__select > h5,
.classic-wrap .retest-wrap__select > h5 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 600;
  color: #333;
  margin-right: 4rem;
}
.onestop .retest-wrap__select .select-wrap,
.classic-wrap .retest-wrap__select .select-wrap {
  display: flex;
  gap: 1rem;
}
.onestop .retest-wrap__select select,
.classic-wrap .retest-wrap__select select {
  min-width: 16.6rem;
}
.onestop .retest-wrap .solve,
.classic-wrap .retest-wrap .solve {
  padding: 2rem 3rem;
  border-radius: 5rem;
  border: 1px solid #4E60FF;
  font-size: 1.6rem;
  color: #4E60FF;
  line-height: normal;
  height: 5.9rem;
  min-width: 16rem;
}
@media (max-width: 1280px) {
  .onestop .retest-wrap .inner,
  .classic-wrap .retest-wrap .inner {
    padding: 0 2rem;
  }
}
@media (max-width: 940px) {
  .onestop .retest-wrap .inner,
  .classic-wrap .retest-wrap .inner {
    align-items: flex-end;
  }
  .onestop .retest-wrap__select > h5,
  .classic-wrap .retest-wrap__select > h5 {
    width: 100%;
    flex: auto;
    display: block;
    margin-bottom: 1rem;
  }
  .onestop .retest-wrap .solve,
  .classic-wrap .retest-wrap .solve {
    margin-left: 2rem;
  }
}
@media (max-width: 720px) {
  .onestop .retest-wrap .inner,
  .classic-wrap .retest-wrap .inner {
    width: 100%;
    flex-direction: column;
    align-items: normal;
  }
  .onestop .retest-wrap__select,
  .classic-wrap .retest-wrap__select {
    display: inline-block;
    flex-direction: column;
  }
  .onestop .retest-wrap__select select,
  .classic-wrap .retest-wrap__select select {
    width: 100%;
  }
  .onestop .retest-wrap__select select + select,
  .classic-wrap .retest-wrap__select select + select {
    margin-left: 0;
  }
  .onestop .retest-wrap .solve,
  .classic-wrap .retest-wrap .solve {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 600px) {
  .onestop .retest-wrap .select-wrap,
  .classic-wrap .retest-wrap .select-wrap {
    display: block;
  }
  .onestop .retest-wrap select,
  .classic-wrap .retest-wrap select {
    margin-top: 1rem;
  }
}
.onestop:has(.retest-wrap),
.classic-wrap:has(.retest-wrap) {
  padding-bottom: 26.5rem;
}
@media (max-width: 720px) {
  .onestop:has(.retest-wrap),
  .classic-wrap:has(.retest-wrap) {
    padding-bottom: 48rem;
  }
}

/* 부모 요소 추가 AI문제은행 공통 */
.viewer-wrap .viewer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .viewer-wrap .viewer__inner {
    padding: 0;
    gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }
}
.viewer-wrap .viewer__top .list {
  width: 100%;
}
.viewer-wrap .viewer__top .list-item {
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.viewer-wrap .viewer__top .list-item strong {
  flex: 1 0 auto;
  font-weight: 400;
}
.viewer-wrap .viewer__top .list-item span {
  margin-left: 1rem;
  font-weight: 500;
}
.viewer-wrap .viewer__top .list-wrap {
  display: flex;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .viewer-wrap .viewer__top .list-wrap {
    gap: 1.2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }
}
.viewer-wrap .viewer__top .list-wrap .list-item {
  display: flex;
  align-items: center;
}
.viewer-wrap .viewer__top .list-wrap .list-item + .list-item::before {
  content: "";
  width: 0.1rem;
  height: 1.2rem;
  margin: 0 1.6rem;
  background: #CCCCCC;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .viewer-wrap .viewer__top .list-wrap .list-item {
    align-items: flex-start;
  }
  .viewer-wrap .viewer__top .list-wrap .list-item + .list-item::before {
    display: none;
  }
}
.viewer-wrap .viewer__top .page-title {
  width: auto;
  padding: 0 3rem;
}
.viewer-wrap .viewer__top .page-title h3 {
  flex: 1 0 auto;
}
.viewer-wrap .viewer__top .count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 0 auto;
  padding: 0 3rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
}
.viewer-wrap .viewer__top .count em {
  margin: 0 0.1rem 0 0.3rem;
  font-weight: 600;
}
.viewer-wrap .viewer__top .count .count-now {
  display: flex;
  align-items: center;
}
.viewer-wrap .viewer__top .count .count-now::after {
  content: "/";
  display: block;
  margin: 0 0.6rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 600;
}
.viewer-wrap .viewer__top .count .count-today {
  position: relative;
  display: flex;
  align-items: center;
}
.viewer-wrap .viewer__top .count .count-today em {
  color: #4E60FF;
}
.viewer-wrap .viewer__top .count .count-today .tooltip-box {
  left: auto;
  right: -1rem;
}
.viewer-wrap .viewer__top .count .count-today .tooltip-box::before {
  left: auto;
  right: 1.2rem;
}
.viewer-wrap .viewer__top .count .btn-tooltip {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.4rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_question.svg") no-repeat;
  background-size: 100% 100%;
  text-indent: -9999em;
  overflow: hidden;
}
@media (max-width: 720px) {
  .viewer-wrap .viewer__top .count {
    position: relative;
    width: 100%;
    justify-content: flex-start;
  }
  .viewer-wrap .viewer__top .count .count-today {
    position: static;
  }
  .viewer-wrap .viewer__top .count .count-today .tooltip-box {
    right: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  .viewer-wrap .viewer__top .count .count-today .tooltip-box::before {
    left: 1rem;
    right: auto;
  }
}
.viewer-wrap .viewer__top .box-wrap {
  margin-top: 2rem !important;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .viewer-wrap .viewer__top .box-wrap {
    padding: 0;
  }
}
.viewer-wrap .viewer__top .box-wrap .box {
  padding: 3rem;
  justify-content: space-between;
  flex-direction: row;
}
.viewer-wrap .viewer__top .box-wrap .box .btn-wrap {
  margin-top: 0;
}
.viewer-wrap .viewer__top .box-wrap .box .btn-wrap .btn {
  width: 9rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-size: 1.4rem !important;
  padding: 1.4rem 0;
  line-height: 2.2rem !important;
}
@media (max-width: 720px) {
  .viewer-wrap .viewer__top .box-wrap .box {
    gap: 2rem;
    flex-direction: column;
  }
  .viewer-wrap .viewer__top .box-wrap .box .btn-wrap {
    width: 100%;
  }
  .viewer-wrap .viewer__top .box-wrap .box .btn-wrap .btn {
    width: 100%;
  }
}
.viewer-wrap .viewer__top .exam-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  margin-top: 2rem;
  padding: 3rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  border: 1px solid #EEEEEE;
  border-radius: 1.6rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .viewer-wrap .viewer__top .exam-info {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 720px) {
  .viewer-wrap .viewer__top .exam-info {
    padding: 2rem;
  }
}
.viewer-wrap .viewer__top .exam-info:has(.exam-time):has(.exam-count) {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.viewer-wrap .viewer__top .exam-info:not(:has(.exam-time)) {
  justify-content: flex-end;
}
.viewer-wrap .viewer__top .exam-info:not(:has(.exam-count)) {
  justify-content: space-between;
}
.viewer-wrap .viewer__top .exam-info:not(:has(.exam-count))::after {
  content: "";
  display: block;
}
.viewer-wrap .viewer__top .exam-time {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.viewer-wrap .viewer__top .exam-time em {
  margin-left: 0.8rem;
  color: #4E60FF;
  font-weight: 600;
}
.viewer-wrap .viewer__top .exam-time::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.4rem;
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_clock3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .viewer-wrap .viewer__top .exam-time {
    width: 100%;
  }
}
.viewer-wrap .viewer__top .exam-level {
  display: flex;
  align-items: center;
}
.viewer-wrap .viewer__top .exam-level em {
  display: block;
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
}
.viewer-wrap .viewer__top .exam-level progress {
  display: block;
  width: 50rem;
  height: 1rem;
  margin: 0 2rem;
  border: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: width 0.5s;
}
.viewer-wrap .viewer__top .exam-level progress::-webkit-progress-bar {
  background: #EDEFF7;
}
.viewer-wrap .viewer__top .exam-level progress::-webkit-progress-value {
  background: linear-gradient(90deg, #51C5FF 0%, #4E60FF 100%);
  border-radius: 0.5rem;
  transition: width 0.5s;
}
@media (max-width: 1280px) {
  .viewer-wrap .viewer__top .exam-level progress {
    width: 32rem;
  }
}
@media (max-width: 1100px) {
  .viewer-wrap .viewer__top .exam-level progress {
    width: 24rem;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .viewer-wrap .viewer__top .exam-level {
    width: 100%;
    justify-content: space-between;
  }
  .viewer-wrap .viewer__top .exam-level progress {
    flex: 1;
  }
}
.viewer-wrap .viewer__top .exam-count span {
  margin-left: 0.5rem;
  font-weight: 600;
}
.viewer-wrap .viewer__top .exam-count em {
  margin-left: 0.5rem;
  color: #4E60FF;
  font-weight: 600;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .viewer-wrap .viewer__top .exam-count {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .viewer-wrap .viewer__top {
    padding: 2rem;
  }
  .viewer-wrap .viewer__top .page-title,
  .viewer-wrap .viewer__top .count,
  .viewer-wrap .viewer__top .box-wrap {
    padding: 0;
  }
}
.viewer-wrap .viewer__body {
  margin-top: 6rem;
}
.viewer-wrap .viewer__body .viewer {
  background: rgba(234, 79, 79, 0.5);
}
@media (max-width: 720px) {
  .viewer-wrap .viewer__body .viewer {
    padding: 0 2rem;
  }
}
.viewer-wrap .viewer__body .btn-wrap {
  position: relative;
  margin-top: 8rem;
}
.viewer-wrap .viewer__body .btn-wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 16rem;
  padding: 2rem 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #FFFFFF;
  background-color: #4E60FF;
  border-radius: 5rem;
  font-weight: 600;
}
.viewer-wrap .viewer__body .btn-wrap .btn::after, .viewer-wrap .viewer__body .btn-wrap .btn::before {
  width: 1.8rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.viewer-wrap .viewer__body .btn-wrap .btn.border {
  color: #4E60FF;
  border: 0.1rem solid #4E60FF;
  background-color: #FFFFFF;
}
.viewer-wrap .viewer__body .btn-wrap .btn.btn-prev {
  justify-content: flex-start;
  padding-left: 4.8rem;
  color: #4E60FF;
  border: 0.1rem solid #4E60FF;
}
.viewer-wrap .viewer__body .btn-wrap .btn.btn-prev::before {
  content: "";
  margin-right: 0.6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0005 5L7.00049 10L12.0005 15' stroke='%234E60FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.viewer-wrap .viewer__body .btn-wrap .btn.btn-prev:disabled::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0005 5L7.00049 10L12.0005 15' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.viewer-wrap .viewer__body .btn-wrap .btn.btn-next {
  justify-content: flex-start;
  padding-left: 5.9rem;
  color: #4E60FF;
  border: 0.1rem solid #4E60FF;
  background-color: transparent;
}
.viewer-wrap .viewer__body .btn-wrap .btn.btn-next::after {
  content: "";
  margin-left: 0.6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99939 5L12.9994 10L7.99939 15' stroke='%234E60FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.viewer-wrap .viewer__body .btn-wrap .btn.btn-next:disabled::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99939 5L12.9994 10L7.99939 15' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.viewer-wrap .viewer__body .btn-wrap .btn:disabled {
  color: #999999;
  background-color: #EEEEEE;
  border: none;
}
.viewer-wrap .viewer__body .btn-wrap .btn__inner {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
}
.viewer-wrap .viewer__body .btn-wrap > button {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 720px) {
  .viewer-wrap .viewer__body .btn-wrap {
    display: block;
    padding: 0 2rem;
  }
  .viewer-wrap .viewer__body .btn-wrap .btn.border, .viewer-wrap .viewer__body .btn-wrap .btn.btn-prev, .viewer-wrap .viewer__body .btn-wrap .btn.btn-next {
    width: 50%;
    padding-left: 0;
    justify-content: center;
  }
  .viewer-wrap .viewer__body .btn-wrap > button.btn {
    width: 100%;
    position: static;
    margin-top: 2rem;
  }
}
.viewer-wrap .status-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
@media (max-width: 720px) {
  .viewer-wrap .status-wrap {
    margin-top: 3.2rem;
    padding: 0 2rem;
  }
}
.viewer-wrap .status-wrap .round-box {
  flex: 0 0 auto;
  padding: 1.2rem 1.6rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
}
.viewer-wrap .status-wrap .round-box::before {
  content: "#";
  margin-right: 0.3rem;
}

/* 부모 요소 추가 AI문제은행 공통 */
body.dark-mode .onestop .viewer__top .list-item {
  color: #FFFFFF;
}
body.dark-mode .onestop .viewer__top .count {
  color: #999999;
}
body.dark-mode .onestop .viewer__top .box-wrap .box .btn-wrap .btn.border {
  color: #999999;
  background-color: #333333;
  border-color: #333333;
}
body.dark-mode .onestop .viewer__top .exam-info {
  border-color: #333333;
  background-color: #333333;
}
body.dark-mode .onestop .viewer__top .exam-time {
  color: #FFFFFF;
}
body.dark-mode .onestop .viewer__top .exam-time::before {
  background-color: #FFFFFF;
}
body.dark-mode .onestop .viewer__top .exam-count {
  color: #FFFFFF;
}
body.dark-mode .onestop .viewer__body .btn-wrap .btn.btn-prev, body.dark-mode .onestop .viewer__body .btn-wrap .btn.btn-next {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
body.dark-mode .onestop .viewer__body .btn-wrap .btn.btn-prev::before, body.dark-mode .onestop .viewer__body .btn-wrap .btn.btn-prev::after, body.dark-mode .onestop .viewer__body .btn-wrap .btn.btn-next::before, body.dark-mode .onestop .viewer__body .btn-wrap .btn.btn-next::after {
  background-color: #FFFFFF;
}
body.dark-mode .onestop .viewer__body .btn-wrap .btn:disabled {
  color: #999;
  background-color: #333;
  border: none;
}
body.dark-mode .onestop .viewer__body .btn-wrap .btn:disabled::before, body.dark-mode .onestop .viewer__body .btn-wrap .btn:disabled::after {
  background-color: #999;
}
body.dark-mode .onestop .retest-wrap {
  background-color: #242424;
}
body.dark-mode .onestop .retest-wrap__select > h5 {
  color: #FFFFFF;
}
body.dark-mode .onestop .retest-wrap .solve {
  color: #FFFFFF;
  border-color: #333333;
  background-color: #333333;
}

@keyframes waveMoveLine {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes waveMovePage {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(5rem);
  animation: fadeInUp 1s ease-out forwards;
}

@keyframes bounceDonuts {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(2.5rem, 0) translateY(-2.5rem);
  }
  50% {
    transform: translate(0, 0) translateY(-5rem);
  }
  75% {
    transform: translate(-2.5rem, 0) translateY(-2.5rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes bounceRibbon {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(2.5rem, 0) translateY(-2.5rem);
  }
  50% {
    transform: translate(0, 0) translateY(-5rem);
  }
  75% {
    transform: translate(-2.5rem, 0) translateY(-2.5rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wheel {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translateY(2.6rem);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sparkle-glow {
  0% {
    transform: translate(-100%, -100%) rotate(45deg);
  }
  100% {
    transform: translate(100%, 100%) rotate(45deg);
  }
}
@keyframes pop-in {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  40% {
    opacity: 1;
    transform: scale(1.15);
  }
  60% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.card-pop {
  animation: pop-in 0.8s cubic-bezier(0.25, 0.8, 0.5, 1.4) forwards;
}

@keyframes sway {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(6.5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* 부모 요소 추가 AI문제은행 공통 */
.evaluation {
  width: 100%;
}
.evaluation__exam {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 4.8rem;
}
.evaluation__exam > span.num {
  margin-right: 0.8rem;
}
.evaluation__exam > em {
  color: #999;
  font-weight: 400;
}
.evaluation .example-wrap {
  width: 100%;
  margin-top: 2.8rem;
}
.evaluation .example-wrap > .row {
  width: 100%;
  display: flex;
  align-items: center;
}
.evaluation .example-wrap > .row + .row {
  margin-top: 1rem;
}
.evaluation .example-wrap > .row:has(.list-add) > select {
  flex: 1;
}
.evaluation .example-wrap > .row:has(.balloon-tit) {
  align-items: flex-start;
}
.evaluation .example-wrap .list-add {
  width: 9rem;
  height: 6rem;
  border-radius: 0.8rem;
  background-color: #4E60FF;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #fff;
  margin-left: 1rem;
}
.evaluation .example-wrap select + select {
  margin-left: 1rem;
}
.evaluation .example-wrap > .year {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2.8rem;
}
.evaluation .example-wrap > .year > li {
  position: relative;
}
.evaluation .example-wrap > .year > li button {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 400;
  color: #999;
}
.evaluation .example-wrap > .year > li button:disabled {
  background-color: #eee;
  color: #999;
}
.evaluation .example-wrap > .year > li button.active {
  color: #333;
  font-weight: 600;
}
.evaluation .example-wrap > .year > li + li {
  padding-left: 3rem;
  margin-left: 3rem;
}
.evaluation .example-wrap > .year > li + li::before {
  content: "";
  width: 0.1rem;
  height: 1.4rem;
  display: inline-block;
  background: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 720px) {
  .evaluation .example-wrap .row.select {
    flex-direction: column;
  }
  .evaluation .example-wrap .row.select > select {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.evaluation .time-set {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.evaluation .time-set > .input-basic {
  margin-right: 1rem;
}
.evaluation .time-set > .input-basic:nth-of-type(2) {
  margin-left: 1rem;
}
.evaluation .count-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}
.evaluation .count-wrap:has(.count-tit) .input-basic {
  flex: 1;
}
.evaluation .count-wrap .count-tit {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
  color: #333;
  margin-right: 1rem;
}
.evaluation .count-wrap .count-tit > em {
  font-weight: 400;
  color: #666;
}
.evaluation .count-wrap .conunt-btn {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.evaluation .count-wrap .conunt-btn > button {
  width: 6rem;
  height: 6rem;
  border-radius: 0.8rem;
  background-color: #4E60FF;
  position: relative;
}
.evaluation .count-wrap .conunt-btn > button::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.evaluation .count-wrap .conunt-btn > button:disabled {
  background-color: #eee;
  color: #999;
  cursor: default;
}
.evaluation .count-wrap .conunt-btn > button.minus::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.01562 12.5H20.9862' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.evaluation .count-wrap .conunt-btn > button.minus:disabled::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.01562 12.5H20.9862' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.evaluation .count-wrap .conunt-btn > button.plus::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5009 4.01472V20.9853M4.01562 12.5H20.9862' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.evaluation .count-wrap .conunt-btn > button.plus:disabled::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5009 4.01472V20.9853M4.01562 12.5H20.9862' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.evaluation .count-wrap .conunt-btn > button + button {
  margin-left: 1rem;
}
.evaluation .count-wrap + .count-wrap {
  margin-top: 1.8rem;
}
.evaluation .count-wrap > .input-basic > input[type=number] {
  padding-right: 4rem !important;
}
.evaluation .count-wrap > .input-basic > input:read-only {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  background-color: #fff;
  padding: 2rem;
}
.evaluation .balloon-tit {
  width: 5rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 600;
  color: #999;
  text-align: right;
  padding: 1rem 1rem 0 0;
}
.evaluation .balloon-wrap {
  width: calc(100% - 5rem);
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-left: -1rem;
}
.evaluation .balloon-wrap .balloon {
  width: auto;
  padding: 1.2rem 3.6rem 1.2rem 1.6rem;
  border-radius: 2.2rem;
  background: #F6F7FA;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
  color: #666;
  margin-top: 1rem;
  margin-left: 1.2rem;
  position: relative;
}
.evaluation .balloon-wrap .balloon .delete {
  width: 1.6rem;
  height: 1.6rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_balloon_delete.svg") 0 0/100% 100% no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
}

/* 부모 요소 추가 AI문제은행 공통 */
.dashboard-wrap,
.classic-wrap {
  padding: 6rem 0 14rem;
  color: #333333;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  background: #F6F7FA;
  font-weight: 500;
}
.dashboard-wrap .tab-mini .tab-wrap li,
.classic-wrap .tab-mini .tab-wrap li {
  font-weight: 400;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-wrap,
  .classic-wrap {
    padding-bottom: 5rem;
  }
  .dashboard-wrap .tab-mini,
  .classic-wrap .tab-mini {
    padding: 0;
  }
}
.dashboard-wrap .inner,
.classic-wrap .inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.dashboard-wrap h5.title,
.classic-wrap h5.title {
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
  font-weight: 700;
}
@media (max-width: 720px) {
  .dashboard-wrap h5.title,
  .classic-wrap h5.title {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.04rem;
  }
}
.dashboard-wrap h5.title + .desc,
.classic-wrap h5.title + .desc {
  margin-top: 1.6rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.dashboard-wrap .calendar-week,
.classic-wrap .calendar-week {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 1rem;
}
.dashboard-wrap .calendar-week progress,
.classic-wrap .calendar-week progress {
  display: block;
  width: 100%;
  height: 1.6rem;
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
  transition: width 0.5s;
}
.dashboard-wrap .calendar-week progress::-webkit-progress-bar,
.classic-wrap .calendar-week progress::-webkit-progress-bar {
  height: 100%;
}
.dashboard-wrap .calendar-week progress::-webkit-progress-value,
.classic-wrap .calendar-week progress::-webkit-progress-value {
  border-radius: 1rem;
  transition: width 0.5s;
}
.dashboard-wrap .calendar-week .count,
.classic-wrap .calendar-week .count {
  margin-left: 1rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 700;
}
.dashboard-wrap .calendar-week .day,
.classic-wrap .calendar-week .day {
  flex: 1 0 auto;
  height: 3.2rem;
  padding-top: 0.5rem;
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  border: 0.1rem solid #EEEEEE;
  border-radius: 0.4rem;
  font-weight: 400;
  text-align: center;
}
.dashboard-wrap .calendar-week .day[class*=bg__],
.classic-wrap .calendar-week .day[class*=bg__] {
  border: 0;
  color: #FFFFFF;
}
.dashboard-wrap .calendar-week .bg__grade2,
.classic-wrap .calendar-week .bg__grade2 {
  background-color: #AAC3FD;
}
.dashboard-wrap .calendar-week .bg__grade3,
.classic-wrap .calendar-week .bg__grade3 {
  background-color: #5A7CE7;
}
.dashboard-wrap .calendar-week .bg__grade4,
.classic-wrap .calendar-week .bg__grade4 {
  background-color: #405CC1;
}
.dashboard-wrap .calendar-week.color-blue .progress::-webkit-progress-bar,
.classic-wrap .calendar-week.color-blue .progress::-webkit-progress-bar {
  background: #E7EAFF;
}
.dashboard-wrap .calendar-week.color-blue .progress::-webkit-progress-value,
.classic-wrap .calendar-week.color-blue .progress::-webkit-progress-value {
  background: #5A7CE7;
}
.dashboard-wrap .calendar-week.color-blue .count,
.classic-wrap .calendar-week.color-blue .count {
  color: #4E60FF;
}
.dashboard-wrap .calendar-week.color-blue .bg__grade2,
.classic-wrap .calendar-week.color-blue .bg__grade2 {
  background-color: #AAC3FD;
}
.dashboard-wrap .calendar-week.color-blue .bg__grade3,
.classic-wrap .calendar-week.color-blue .bg__grade3 {
  background-color: #5A7CE7;
}
.dashboard-wrap .calendar-week.color-blue .bg__grade4,
.classic-wrap .calendar-week.color-blue .bg__grade4 {
  background-color: #405CC1;
}
.dashboard-wrap .calendar-week.color-pink .progress::-webkit-progress-bar,
.classic-wrap .calendar-week.color-pink .progress::-webkit-progress-bar {
  background: #FFE8EE;
}
.dashboard-wrap .calendar-week.color-pink .progress::-webkit-progress-value,
.classic-wrap .calendar-week.color-pink .progress::-webkit-progress-value {
  background: #F96891;
}
.dashboard-wrap .calendar-week.color-pink .count,
.classic-wrap .calendar-week.color-pink .count {
  color: #F96891;
}
.dashboard-wrap .calendar-week.color-pink .bg__grade2,
.classic-wrap .calendar-week.color-pink .bg__grade2 {
  background-color: #FFB6CB;
}
.dashboard-wrap .calendar-week.color-pink .bg__grade3,
.classic-wrap .calendar-week.color-pink .bg__grade3 {
  background-color: #F96891;
}
.dashboard-wrap .calendar-week.color-pink .bg__grade4,
.classic-wrap .calendar-week.color-pink .bg__grade4 {
  background-color: #D92E5F;
}
.dashboard-wrap .box-wrap,
.classic-wrap .box-wrap {
  display: flex;
  align-items: center;
}
.dashboard-wrap .box-wrap__title,
.classic-wrap .box-wrap__title {
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: -0.048rem;
  font-weight: 700;
  margin: 6rem 0 3.6rem 0;
}
.dashboard-wrap .box-wrap .box,
.classic-wrap .box-wrap .box {
  width: 100%;
  padding: 4rem 3rem;
  border-radius: 1.6rem;
  background-color: #FFFFFF;
  box-shadow: 0 0.1rem 0.3rem 0 rgba(96, 108, 128, 0.0784313725);
  text-align: center;
}
.dashboard-wrap .box-wrap .box .title,
.classic-wrap .box-wrap .box .title {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 600;
}
.dashboard-wrap .box-wrap .box .title .ico-info,
.classic-wrap .box-wrap .box .title .ico-info {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  margin-left: 0.4rem;
}
.dashboard-wrap .box-wrap .box .title .ico-info::after,
.classic-wrap .box-wrap .box .title .ico-info::after {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_question.svg") 0 0/100% 100% no-repeat;
}
.dashboard-wrap .box-wrap .box .desc,
.classic-wrap .box-wrap .box .desc {
  margin-top: 1.2rem;
  color: #666666;
  line-height: 2.4rem;
  font-weight: 400;
}
.dashboard-wrap .box-wrap .box .btn,
.classic-wrap .box-wrap .box .btn {
  margin-top: 2.8rem;
  padding: 2rem;
  color: #FFFFFF;
  background: #4E60FF;
  font-weight: 600;
  border-radius: 3rem;
}
@media (max-width: 720px) {
  .dashboard-wrap .box-wrap .box .btn,
  .classic-wrap .box-wrap .box .btn {
    width: 100%;
  }
}
.dashboard-wrap .box-wrap:has(.box + .box),
.classic-wrap .box-wrap:has(.box + .box) {
  gap: 2.4rem;
  margin-top: 2.4rem;
}
.dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box,
.classic-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .info .title,
.classic-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .info .title {
  display: block;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: -0.048rem;
  font-weight: 600;
}
.dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .info .desc,
.classic-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .info .desc {
  display: block;
  margin-top: 1.6rem;
}
.dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .btn,
.classic-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .btn {
  margin-top: 0;
  padding: 1.4rem 2rem;
  color: #4E60FF;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  background: #E7EAFF;
}
.dashboard-wrap .box-wrap:has(.box + .box):has(.calendar.calendar-week),
.classic-wrap .box-wrap:has(.box + .box):has(.calendar.calendar-week) {
  align-items: flex-start;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn),
  .classic-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) {
    display: block;
  }
  .dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box + .box,
  .classic-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box + .box {
    margin-top: 2.4rem;
  }
}
@media (max-width: 720px) {
  .dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box,
  .classic-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box {
    display: block;
    text-align: center;
  }
  .dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box .btn,
  .classic-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box .btn {
    margin-top: 2rem;
  }
}
.dashboard-wrap .box-wrap + .box-wrap,
.classic-wrap .box-wrap + .box-wrap {
  margin-top: 2.4rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-wrap .box-wrap + .box-wrap,
  .classic-wrap .box-wrap + .box-wrap {
    margin-top: 2rem;
  }
}
.dashboard-wrap .container__top .box-wrap,
.classic-wrap .container__top .box-wrap {
  margin-top: 2.4rem;
}
.dashboard-wrap .container__top .box-wrap .box,
.classic-wrap .container__top .box-wrap .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 3rem;
}
.dashboard-wrap .container__top .box-wrap .box .info,
.classic-wrap .container__top .box-wrap .box .info {
  display: flex;
  align-items: center;
}
.dashboard-wrap .container__top .box-wrap .box .info .grade,
.classic-wrap .container__top .box-wrap .box .info .grade {
  margin-left: 0.8rem;
  padding: 0.4rem 1rem;
  color: #4E60FF;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  background-color: #E7EAFF;
  font-weight: 600;
  border-radius: 2.4rem;
}
.dashboard-wrap .container__top .box-wrap .box button.func,
.classic-wrap .container__top .box-wrap .box button.func {
  display: flex;
  align-items: center;
  color: #666666;
  font-weight: 400;
}
.dashboard-wrap .container__top .box-wrap .box button.func::after,
.classic-wrap .container__top .box-wrap .box button.func::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.8rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_setting.svg") center center no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-wrap .container__top,
  .classic-wrap .container__top {
    margin-top: 3rem;
  }
}
.dashboard-wrap .container__body,
.classic-wrap .container__body {
  margin-top: 9rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-wrap .container__body,
  .classic-wrap .container__body {
    margin-top: 4rem;
  }
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map,
.classic-wrap .container__body .box-wrap .box.round.dash-map {
  display: flex;
  padding: 2.4rem 0;
  gap: 1.1rem;
}
@media (max-width: 720px) {
  .dashboard-wrap .container__body .box-wrap .box.round.dash-map,
  .classic-wrap .container__body .box-wrap .box.round.dash-map {
    flex-wrap: wrap;
    padding: 0;
  }
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl {
  position: relative;
  width: 100%;
  padding: 0 2.4rem;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl:not(:last-child)::before,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  right: -0.6rem;
  height: 5.8rem;
  background: #EEEEEE;
}
@media (max-width: 720px) {
  .dashboard-wrap .container__body .box-wrap .box.round.dash-map dl,
  .classic-wrap .container__body .box-wrap .box.round.dash-map dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem;
  }
  .dashboard-wrap .container__body .box-wrap .box.round.dash-map dl:not(:last-child)::before,
  .classic-wrap .container__body .box-wrap .box.round.dash-map dl:not(:last-child)::before {
    content: none;
  }
}
@media (max-width: 720px) {
  .dashboard-wrap .container__body .box-wrap .box.round.dash-map dl + dl,
  .classic-wrap .container__body .box-wrap .box.round.dash-map dl + dl {
    padding-top: 0;
  }
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dt,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dt {
  position: relative;
  text-align: left;
  line-height: normal;
  white-space: nowrap;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dt::before,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dt::before {
  content: "";
  display: inline-block;
  margin-right: 0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  transform: translateY(-50%);
  border-radius: 50%;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dt.none,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dt.none {
  color: #999;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dt.none::before,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dt.none::before {
  background: #999;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dt.very-weak,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dt.very-weak {
  color: #FE675F;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dt.very-weak::before,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dt.very-weak::before {
  background: #FE675F;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dt.weak,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dt.weak {
  color: #FA7A16;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dt.weak::before,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dt.weak::before {
  background: #FA7A16;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dt.normal,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dt.normal {
  color: #009F7A;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dt.normal::before,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dt.normal::before {
  background: #009F7A;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dt.excellent,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dt.excellent {
  color: #4D91E5;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dt.excellent::before,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dt.excellent::before {
  background: #4D91E5;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dt.very-excellent,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dt.very-excellent {
  color: #9E40F1;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dt.very-excellent::before,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dt.very-excellent::before {
  background: #9E40F1;
}
.dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dd,
.classic-wrap .container__body .box-wrap .box.round.dash-map dl dd {
  margin-top: 2rem;
  font-size: 2.8rem;
  line-height: 2.4rem;
  text-align: right;
}
@media (max-width: 720px) {
  .dashboard-wrap .container__body .box-wrap .box.round.dash-map dl dd,
  .classic-wrap .container__body .box-wrap .box.round.dash-map dl dd {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  .dashboard-wrap .container__body .accom-wrap,
  .classic-wrap .container__body .accom-wrap {
    margin-top: 3.6rem;
  }
}
.dashboard-wrap .chart-wrap,
.classic-wrap .chart-wrap {
  width: 100%;
  overflow: auto;
}
.dashboard-wrap .chart-wrap__title,
.classic-wrap .chart-wrap__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
  color: #333;
  text-align: left;
}
.dashboard-wrap .tab-round,
.classic-wrap .tab-round {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-wrap .tab-round .days,
.classic-wrap .tab-round .days {
  padding: 1.3rem 1.4rem;
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  background: #FFFFFF;
  border-radius: 5rem;
}
.dashboard-wrap .tab-round .days em,
.classic-wrap .tab-round .days em {
  margin-left: 0.5rem;
  color: #4E60FF;
}
.dashboard-wrap .tab-round .tab-wrap,
.classic-wrap .tab-round .tab-wrap {
  display: flex;
  align-items: center;
  padding: 0.4rem;
  background: #FFFFFF;
  border-radius: 5rem;
}
.dashboard-wrap .tab-round .tab-wrap li .btn,
.classic-wrap .tab-round .tab-wrap li .btn {
  display: block;
  padding: 0.8rem 2rem;
  color: #999999;
  font-weight: 400;
}
.dashboard-wrap .tab-round .tab-wrap li .btn.active,
.classic-wrap .tab-round .tab-wrap li .btn.active {
  color: #FFFFFF;
  background: #4E60FF;
  font-weight: 600;
  border-radius: 5rem;
}
@media (max-width: 400px) {
  .dashboard-wrap .tab-round,
  .classic-wrap .tab-round {
    display: block;
  }
  .dashboard-wrap .tab-round .days,
  .classic-wrap .tab-round .days {
    margin-top: 1rem;
    text-align: center;
  }
  .dashboard-wrap .tab-round .tab-wrap,
  .classic-wrap .tab-round .tab-wrap {
    justify-content: center;
  }
}
.dashboard-wrap .calendar-contents,
.classic-wrap .calendar-contents {
  margin-top: -4.8rem;
  text-align: center;
}
@media (max-width: 720px) {
  .dashboard-wrap .calendar-contents,
  .classic-wrap .calendar-contents {
    margin-top: 1rem;
  }
  .dashboard-wrap .calendar-contents .calendar-wrap,
  .classic-wrap .calendar-contents .calendar-wrap {
    width: 100%;
    margin-top: 2rem;
  }
  .dashboard-wrap .calendar-contents .calendar-wrap .btn-calendar,
  .classic-wrap .calendar-contents .calendar-wrap .btn-calendar {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .dashboard-wrap .calendar-contents .calendar-wrap,
  .classic-wrap .calendar-contents .calendar-wrap {
    padding: 1.2rem 3rem;
  }
  .dashboard-wrap .calendar-contents .calendar-wrap button.btn__prev,
  .classic-wrap .calendar-contents .calendar-wrap button.btn__prev {
    left: 1rem;
  }
  .dashboard-wrap .calendar-contents .calendar-wrap button.btn__nect,
  .classic-wrap .calendar-contents .calendar-wrap button.btn__nect {
    right: 1rem;
  }
}
.dashboard-wrap .calendar-contents .chart-wrap .select-wrap,
.classic-wrap .calendar-contents .chart-wrap .select-wrap {
  margin-top: 3rem;
  text-align: left;
}
.dashboard-wrap .calendar-contents .chart-wrap .select-wrap select,
.classic-wrap .calendar-contents .chart-wrap .select-wrap select {
  margin-right: 1rem;
  padding: 1.9rem 4.4rem 1.9rem 1.6rem;
  line-height: 1.9rem;
}
.dashboard-wrap .calendar-contents .chart-wrap .select-wrap em,
.classic-wrap .calendar-contents .chart-wrap .select-wrap em {
  margin: 0 0.8rem;
  color: #4E60FF;
  font-weight: 600;
}
.dashboard-wrap .chart-contents,
.classic-wrap .chart-contents {
  margin-top: 14rem;
}
.dashboard-wrap .calendar-wrap,
.classic-wrap .calendar-wrap {
  display: inline-block;
  position: relative;
  padding: 1.2rem 4.6rem 1.2rem 5rem;
  background: #FFFFFF;
  border-radius: 5rem;
}
.dashboard-wrap .calendar-wrap > div,
.classic-wrap .calendar-wrap > div {
  display: inline-block;
}
.dashboard-wrap .calendar-wrap select,
.classic-wrap .calendar-wrap select {
  padding: 0 2.4rem 0 0;
  color: #666666;
  border: 0;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_select_down.svg") no-repeat;
  background-size: 1rem 0.5rem;
  background-position: right 0.65rem top 50%;
  border-radius: 0;
  text-align: center;
}
.dashboard-wrap .calendar-wrap select + select,
.classic-wrap .calendar-wrap select + select {
  margin-left: 0.8rem;
}
.dashboard-wrap .calendar-wrap .btn-calendar,
.classic-wrap .calendar-wrap .btn-calendar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.dashboard-wrap .calendar-wrap .btn-calendar::after,
.classic-wrap .calendar-wrap .btn-calendar::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_calendar2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.dashboard-wrap .calendar-wrap .btn-calendar .datepicker,
.classic-wrap .calendar-wrap .btn-calendar .datepicker {
  width: 16rem;
  text-align: center;
  cursor: pointer;
  user-select: none;
  color: #666666;
}
.dashboard-wrap .calendar-wrap button[class^=btn__],
.classic-wrap .calendar-wrap button[class^=btn__] {
  position: absolute;
  top: 1.45rem;
  width: 2rem;
  height: 2rem;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.dashboard-wrap .calendar-wrap button.btn__prev,
.classic-wrap .calendar-wrap button.btn__prev {
  left: 1.4rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0005 5L7.00049 10L12.0005 15' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dashboard-wrap .calendar-wrap button.btn__prev.btn-off,
.classic-wrap .calendar-wrap button.btn__prev.btn-off {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0005 5L7.00049 10L12.0005 15' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dashboard-wrap .calendar-wrap button.btn__next,
.classic-wrap .calendar-wrap button.btn__next {
  right: 1.4rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99939 5L12.9994 10L7.99939 15' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dashboard-wrap .calendar-wrap button.btn__next.btn-off,
.classic-wrap .calendar-wrap button.btn__next.btn-off {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99939 5L12.9994 10L7.99939 15' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dashboard-wrap .calendar-wrap button.btn-off,
.classic-wrap .calendar-wrap button.btn-off {
  cursor: default;
}
.dashboard-wrap .learning-wrap,
.classic-wrap .learning-wrap {
  margin-top: 2.4rem;
  text-align: left;
}
.dashboard-wrap .learning-wrap .box-wrap .box,
.classic-wrap .learning-wrap .box-wrap .box {
  padding: 3rem;
}
.dashboard-wrap .learning-wrap .box-wrap .box > .select-wrap > p,
.classic-wrap .learning-wrap .box-wrap .box > .select-wrap > p {
  width: fit-content;
  display: inline-block;
}
@media (max-width: 720px) {
  .dashboard-wrap .learning-wrap .box-wrap .box > .select-wrap > p,
  .classic-wrap .learning-wrap .box-wrap .box > .select-wrap > p {
    width: 100%;
    margin-top: 1rem;
  }
}
.dashboard-wrap .learning-wrap .box-wrap .box .learning-his-dt > li,
.classic-wrap .learning-wrap .box-wrap .box .learning-his-dt > li {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1rem solid #EEEEEE;
  padding: 2.4rem 0;
}
@media (max-width: 720px) {
  .dashboard-wrap .learning-wrap .box-wrap .box .learning-his-dt > li,
  .classic-wrap .learning-wrap .box-wrap .box .learning-his-dt > li {
    flex-direction: column;
  }
}
.dashboard-wrap .learning-wrap .box-wrap .box .learning-his-dt > li .left-dt,
.classic-wrap .learning-wrap .box-wrap .box .learning-his-dt > li .left-dt {
  width: 50%;
  text-align: left;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.dashboard-wrap .learning-wrap .box-wrap .box .learning-his-dt > li .right-dt,
.classic-wrap .learning-wrap .box-wrap .box .learning-his-dt > li .right-dt {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
@media (max-width: 720px) {
  .dashboard-wrap .learning-wrap .box-wrap .box .learning-his-dt > li .right-dt,
  .classic-wrap .learning-wrap .box-wrap .box .learning-his-dt > li .right-dt {
    justify-content: flex-start;
    margin-top: 1rem;
    width: 100%;
  }
}
.dashboard-wrap .learning-wrap .box-wrap .box .learning-his-dt > li .right-dt .info,
.classic-wrap .learning-wrap .box-wrap .box .learning-his-dt > li .right-dt .info {
  min-width: 35rem;
}
@media (max-width: 720px) {
  .dashboard-wrap .learning-wrap .box-wrap .box .learning-his-dt > li .right-dt .info,
  .classic-wrap .learning-wrap .box-wrap .box .learning-his-dt > li .right-dt .info {
    min-width: 100%;
  }
}
.dashboard-wrap .learning-wrap .box-wrap .box .learning-his-dt > li .right-dt .info .calendar-week,
.classic-wrap .learning-wrap .box-wrap .box .learning-his-dt > li .right-dt .info .calendar-week {
  margin-top: 0;
  gap: 0.6rem;
}
.dashboard-wrap .learning-wrap .box-wrap .box .his-dt-info-text,
.classic-wrap .learning-wrap .box-wrap .box .his-dt-info-text {
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  color: #999;
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 1100px) {
  .dashboard-wrap .learning-wrap .box-wrap:has(.box + .box),
  .classic-wrap .learning-wrap .box-wrap:has(.box + .box) {
    flex-direction: column;
  }
  .dashboard-wrap .learning-wrap .box-wrap:has(.box + .box) .box,
  .classic-wrap .learning-wrap .box-wrap:has(.box + .box) .box {
    width: 100%;
    min-width: auto;
  }
  .dashboard-wrap .learning-wrap .box-wrap:has(.box + .box) .box.learning-status ul li,
  .classic-wrap .learning-wrap .box-wrap:has(.box + .box) .box.learning-status ul li {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .dashboard-wrap .learning-wrap .box-wrap:has(.box + .box) .box.learning-status ul,
  .classic-wrap .learning-wrap .box-wrap:has(.box + .box) .box.learning-status ul {
    margin-top: 2rem;
  }
  .dashboard-wrap .learning-wrap .box-wrap:has(.box + .box) .box.learning-status ul li,
  .classic-wrap .learning-wrap .box-wrap:has(.box + .box) .box.learning-status ul li {
    width: 100%;
    margin-top: 0;
  }
}
.dashboard-wrap .check-wrap,
.classic-wrap .check-wrap {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  min-height: 4.8rem;
  margin-top: 4.8rem;
}
.dashboard-wrap .check-wrap .checkbox,
.classic-wrap .check-wrap .checkbox {
  display: flex;
}
@media (max-width: 400px) {
  .dashboard-wrap .check-wrap,
  .classic-wrap .check-wrap {
    display: block;
  }
  .dashboard-wrap .check-wrap .checkbox + .checkbox,
  .classic-wrap .check-wrap .checkbox + .checkbox {
    margin-top: 1rem;
  }
}
@media (max-width: 1100px) {
  .dashboard-wrap .check-wrap + .calendar-contents,
  .classic-wrap .check-wrap + .calendar-contents {
    margin-top: 1rem;
  }
  .dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap,
  .classic-wrap .check-wrap + .calendar-contents .calendar-wrap {
    width: 100%;
  }
  .dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap .btn-calendar,
  .classic-wrap .check-wrap + .calendar-contents .calendar-wrap .btn-calendar {
    width: 100%;
    justify-content: center;
  }
}
.dashboard-wrap .check-wrap + .calendar-contents .calendar-contents,
.classic-wrap .check-wrap + .calendar-contents .calendar-contents {
  margin-top: -4.8rem;
  text-align: center;
}
@media (max-width: 720px) {
  .dashboard-wrap .check-wrap + .calendar-contents .calendar-contents,
  .classic-wrap .check-wrap + .calendar-contents .calendar-contents {
    margin-top: 1rem;
  }
  .dashboard-wrap .check-wrap + .calendar-contents .calendar-contents .calendar-wrap,
  .classic-wrap .check-wrap + .calendar-contents .calendar-contents .calendar-wrap {
    width: 100%;
  }
  .dashboard-wrap .check-wrap + .calendar-contents .calendar-contents .calendar-wrap .btn-calendar,
  .classic-wrap .check-wrap + .calendar-contents .calendar-contents .calendar-wrap .btn-calendar {
    width: 100%;
    justify-content: center;
  }
}
.dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap,
.classic-wrap .check-wrap + .calendar-contents .calendar-wrap {
  display: inline-block;
  position: relative;
  padding: 1.2rem 4.6rem 1.2rem 5rem;
  background: #FFFFFF;
  border-radius: 2.4rem;
}
.dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap select,
.classic-wrap .check-wrap + .calendar-contents .calendar-wrap select {
  padding: 0 1.6rem 0 0;
  border: 0;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_select_down.svg") no-repeat;
  background-size: 0.5rem 1rem;
  background-position: right 0.65rem top 50%;
  border-radius: 0;
}
.dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap select + select,
.classic-wrap .check-wrap + .calendar-contents .calendar-wrap select + select {
  margin-left: 0.8rem;
  padding-right: 1.8rem;
}
.dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap button.btn-calendar,
.classic-wrap .check-wrap + .calendar-contents .calendar-wrap button.btn-calendar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap button.btn-calendar::after,
.classic-wrap .check-wrap + .calendar-contents .calendar-wrap button.btn-calendar::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 6.7H2M10.6667 1.5V4.1M5.33333 1.5V4.1M5.2 14.5H10.8C11.9201 14.5 12.4802 14.5 12.908 14.2875C13.2843 14.1005 13.5903 13.8022 13.782 13.4353C14 13.0182 14 12.4721 14 11.38V5.92C14 4.8279 14 4.28185 13.782 3.86472C13.5903 3.4978 13.2843 3.19949 12.908 3.01254C12.4802 2.8 11.9201 2.8 10.8 2.8H5.2C4.0799 2.8 3.51984 2.8 3.09202 3.01254C2.71569 3.19949 2.40973 3.4978 2.21799 3.86472C2 4.28185 2 4.8279 2 5.92V11.38C2 12.4721 2 13.0182 2.21799 13.4353C2.40973 13.8022 2.71569 14.1005 3.09202 14.2875C3.51984 14.5 4.0799 14.5 5.2 14.5Z' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap button[class^=btn__],
.classic-wrap .check-wrap + .calendar-contents .calendar-wrap button[class^=btn__] {
  position: absolute;
  top: 1.4rem;
  width: 2rem;
  height: 2rem;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap button.btn__prev,
.classic-wrap .check-wrap + .calendar-contents .calendar-wrap button.btn__prev {
  left: 1.4rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0005 5L7.00049 10L12.0005 15' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap button.btn__prev.btn-off,
.classic-wrap .check-wrap + .calendar-contents .calendar-wrap button.btn__prev.btn-off {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0005 5L7.00049 10L12.0005 15' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap button.btn__next,
.classic-wrap .check-wrap + .calendar-contents .calendar-wrap button.btn__next {
  right: 1.4rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99939 5L12.9994 10L7.99939 15' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap button.btn__next.btn-off,
.classic-wrap .check-wrap + .calendar-contents .calendar-wrap button.btn__next.btn-off {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99939 5L12.9994 10L7.99939 15' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap button.btn-off,
.classic-wrap .check-wrap + .calendar-contents .calendar-wrap button.btn-off {
  cursor: default;
}
.dashboard-wrap .check-wrap + .calendar-contents .learning-wrap,
.classic-wrap .check-wrap + .calendar-contents .learning-wrap {
  margin-top: 2.4rem;
}
@media (max-width: 720px) {
  .dashboard-wrap .check-wrap,
  .classic-wrap .check-wrap {
    min-height: auto;
    margin-top: 3.6rem;
  }
}
.dashboard-wrap .learning-status .title,
.classic-wrap .learning-status .title {
  display: none;
}
.dashboard-wrap .learning-status ul,
.classic-wrap .learning-status ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dashboard-wrap .learning-status li,
.classic-wrap .learning-status li {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-right: 3rem;
  padding-right: 2rem;
}
.dashboard-wrap .learning-status li .info,
.classic-wrap .learning-status li .info {
  text-align: left;
}
.dashboard-wrap .learning-status li .info em,
.classic-wrap .learning-status li .info em {
  display: block;
  color: #999999;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.dashboard-wrap .learning-status li .info strong,
.classic-wrap .learning-status li .info strong {
  display: block;
  color: #333333;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
}
.dashboard-wrap .learning-status li::before,
.classic-wrap .learning-status li::before {
  display: block;
  content: "";
  width: 5.6rem;
  height: 5.6rem;
  background-repeat: no-repeat;
  background-color: #F6F7FA;
  border-radius: 2.8rem;
  background-position: center center;
  background-size: 3.2rem 3.2rem;
}
.dashboard-wrap .learning-status li::after,
.classic-wrap .learning-status li::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0.1rem;
  height: 5.8rem;
  background: #eeeeee;
}
.dashboard-wrap .learning-status li:last-child,
.classic-wrap .learning-status li:last-child {
  margin-right: 0;
}
.dashboard-wrap .learning-status li:last-child::after,
.classic-wrap .learning-status li:last-child::after {
  display: none;
}
.dashboard-wrap .learning-status li.learned::before,
.classic-wrap .learning-status li.learned::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_learned.svg");
}
.dashboard-wrap .learning-status li.learned-time::before,
.classic-wrap .learning-status li.learned-time::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_learned_time.svg");
}
.dashboard-wrap .learning-status li.test::before,
.classic-wrap .learning-status li.test::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_test.svg");
}
.dashboard-wrap .learning-status li.test-time::before,
.classic-wrap .learning-status li.test-time::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_test_time.svg");
}
.dashboard-wrap .learning-status li.my-rate::before,
.classic-wrap .learning-status li.my-rate::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_my_rate.svg");
}
@media (max-width: 1190px) {
  .dashboard-wrap .learning-status li:nth-child(4)::after,
  .classic-wrap .learning-status li:nth-child(4)::after {
    display: none;
  }
  .dashboard-wrap .learning-status li.my-rate,
  .classic-wrap .learning-status li.my-rate {
    margin-top: 2.4rem;
  }
}
@media (max-width: 1100px) {
  .dashboard-wrap .learning-status li,
  .classic-wrap .learning-status li {
    width: calc(50% - 3rem);
    margin-top: 2.4rem;
    padding: 0;
  }
  .dashboard-wrap .learning-status li:first-of-type, .dashboard-wrap .learning-status li:nth-of-type(2),
  .classic-wrap .learning-status li:first-of-type,
  .classic-wrap .learning-status li:nth-of-type(2) {
    margin-top: 0;
  }
  .dashboard-wrap .learning-status li .info em,
  .classic-wrap .learning-status li .info em {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
  .dashboard-wrap .learning-status li .info strong,
  .classic-wrap .learning-status li .info strong {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.036rem;
  }
  .dashboard-wrap .learning-status li:nth-child(2n)::after,
  .classic-wrap .learning-status li:nth-child(2n)::after {
    display: none;
  }
}
@media (max-width: 720px) {
  .dashboard-wrap .learning-status,
  .classic-wrap .learning-status {
    display: block;
  }
  .dashboard-wrap .learning-status li,
  .classic-wrap .learning-status li {
    width: 100%;
    margin-top: 0;
    padding: 2.4rem 0;
    border-top: 0.1rem solid #EEEEEE;
  }
  .dashboard-wrap .learning-status li:first-of-type,
  .classic-wrap .learning-status li:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
  .dashboard-wrap .learning-status li:last-of-type,
  .classic-wrap .learning-status li:last-of-type {
    padding-bottom: 0;
  }
  .dashboard-wrap .learning-status li::after,
  .classic-wrap .learning-status li::after {
    display: none;
  }
}
.dashboard-wrap .learning-status:not(:has(.my-rate)),
.classic-wrap .learning-status:not(:has(.my-rate)) {
  width: 33.5%;
  min-width: 30rem;
  height: 53.2rem;
}
.dashboard-wrap .learning-status:not(:has(.my-rate)) + .box,
.classic-wrap .learning-status:not(:has(.my-rate)) + .box {
  height: 53.2rem;
}
.dashboard-wrap .learning-status:not(:has(.my-rate)) .title,
.classic-wrap .learning-status:not(:has(.my-rate)) .title {
  display: block;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
  text-align: left;
}
.dashboard-wrap .learning-status:not(:has(.my-rate)) ul,
.classic-wrap .learning-status:not(:has(.my-rate)) ul {
  margin-top: 4.8rem;
}
.dashboard-wrap .learning-status:not(:has(.my-rate)) ul li,
.classic-wrap .learning-status:not(:has(.my-rate)) ul li {
  margin-top: 5.8rem;
}
.dashboard-wrap .learning-status:not(:has(.my-rate)) ul li::before,
.classic-wrap .learning-status:not(:has(.my-rate)) ul li::before {
  width: 4rem;
  height: 4rem;
  background-size: 2.286rem 2.286rem;
}
.dashboard-wrap .learning-status:not(:has(.my-rate)) ul li:first-child,
.classic-wrap .learning-status:not(:has(.my-rate)) ul li:first-child {
  margin-top: 0;
}
.dashboard-wrap .learning-status:not(:has(.my-rate)) ul li::after,
.classic-wrap .learning-status:not(:has(.my-rate)) ul li::after {
  display: none;
}
@media (max-width: 1100px) {
  .dashboard-wrap .learning-status:not(:has(.my-rate)),
  .classic-wrap .learning-status:not(:has(.my-rate)) {
    height: auto;
  }
  .dashboard-wrap .learning-status:not(:has(.my-rate)) + .box,
  .classic-wrap .learning-status:not(:has(.my-rate)) + .box {
    height: auto;
  }
  .dashboard-wrap .learning-status:not(:has(.my-rate)) ul,
  .classic-wrap .learning-status:not(:has(.my-rate)) ul {
    margin-top: 0;
  }
  .dashboard-wrap .learning-status:not(:has(.my-rate)) ul li,
  .classic-wrap .learning-status:not(:has(.my-rate)) ul li {
    width: 100%;
    margin-top: 4rem;
  }
}
.dashboard-wrap .learning-state,
.classic-wrap .learning-state {
  position: relative;
}
.dashboard-wrap .learning-state .title,
.classic-wrap .learning-state .title {
  display: flex;
}
.dashboard-wrap .learning-state > .toggle-wrap,
.classic-wrap .learning-state > .toggle-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.dashboard-wrap .learning-state > .toggle-wrap .toggle-box,
.classic-wrap .learning-state > .toggle-wrap .toggle-box {
  display: flex;
  margin: 0 0.8rem;
}
.dashboard-wrap .learning-state > .toggle-wrap .toggle-box .toggle,
.classic-wrap .learning-state > .toggle-wrap .toggle-box .toggle {
  width: 5rem;
  height: 2.6rem;
}
.dashboard-wrap .learning-state > .toggle-wrap .toggle-box .toggle .toggle-slider::before,
.classic-wrap .learning-state > .toggle-wrap .toggle-box .toggle .toggle-slider::before {
  left: 0.4rem;
  width: 1.8rem;
  height: 1.8rem;
}
.dashboard-wrap .learning-state > .toggle-wrap .toggle-box .toggle input:checked + .toggle-slider::before,
.classic-wrap .learning-state > .toggle-wrap .toggle-box .toggle input:checked + .toggle-slider::before {
  transform: translateX(2.4rem);
}
.dashboard-wrap .learning-state > .toggle-wrap span,
.classic-wrap .learning-state > .toggle-wrap span {
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 400;
}
.dashboard-wrap .learning-state > .toggle-wrap:not(:has(.toggle-box input[type=checkbox]:checked)) .toggle-box .toggle,
.classic-wrap .learning-state > .toggle-wrap:not(:has(.toggle-box input[type=checkbox]:checked)) .toggle-box .toggle {
  background-color: #5A7CE7;
}
.dashboard-wrap .learning-state > .toggle-wrap:not(:has(.toggle-box input[type=checkbox]:checked)) span.time,
.classic-wrap .learning-state > .toggle-wrap:not(:has(.toggle-box input[type=checkbox]:checked)) span.time {
  color: #5A7CE7;
  font-weight: 600;
}
.dashboard-wrap .learning-state > .toggle-wrap:not(:has(.toggle-box input[type=checkbox]:checked)) + .calendar-week .bg__grade2,
.classic-wrap .learning-state > .toggle-wrap:not(:has(.toggle-box input[type=checkbox]:checked)) + .calendar-week .bg__grade2 {
  background-color: #AAC3FD;
}
.dashboard-wrap .learning-state > .toggle-wrap:not(:has(.toggle-box input[type=checkbox]:checked)) + .calendar-week .bg__grade3,
.classic-wrap .learning-state > .toggle-wrap:not(:has(.toggle-box input[type=checkbox]:checked)) + .calendar-week .bg__grade3 {
  background-color: #5A7CE7;
}
.dashboard-wrap .learning-state > .toggle-wrap:not(:has(.toggle-box input[type=checkbox]:checked)) + .calendar-week .bg__grade4,
.classic-wrap .learning-state > .toggle-wrap:not(:has(.toggle-box input[type=checkbox]:checked)) + .calendar-week .bg__grade4 {
  background-color: #405CC1;
}
.dashboard-wrap .learning-state > .toggle-wrap:has(.toggle-box input[type=checkbox]:checked) .toggle-box .toggle,
.classic-wrap .learning-state > .toggle-wrap:has(.toggle-box input[type=checkbox]:checked) .toggle-box .toggle {
  background-color: #FB5D8A;
}
.dashboard-wrap .learning-state > .toggle-wrap:has(.toggle-box input[type=checkbox]:checked) span.test,
.classic-wrap .learning-state > .toggle-wrap:has(.toggle-box input[type=checkbox]:checked) span.test {
  color: #F96891;
  font-weight: 600;
}
.dashboard-wrap .learning-state > .toggle-wrap:has(.toggle-box input[type=checkbox]:checked) + .calendar-week .bg__grade2,
.classic-wrap .learning-state > .toggle-wrap:has(.toggle-box input[type=checkbox]:checked) + .calendar-week .bg__grade2 {
  background-color: #FFB6CB;
}
.dashboard-wrap .learning-state > .toggle-wrap:has(.toggle-box input[type=checkbox]:checked) + .calendar-week .bg__grade3,
.classic-wrap .learning-state > .toggle-wrap:has(.toggle-box input[type=checkbox]:checked) + .calendar-week .bg__grade3 {
  background-color: #F96891;
}
.dashboard-wrap .learning-state > .toggle-wrap:has(.toggle-box input[type=checkbox]:checked) + .calendar-week .bg__grade4,
.classic-wrap .learning-state > .toggle-wrap:has(.toggle-box input[type=checkbox]:checked) + .calendar-week .bg__grade4 {
  background-color: #D92E5F;
}
@media (max-width: 475px) {
  .dashboard-wrap .learning-state > .toggle-wrap,
  .classic-wrap .learning-state > .toggle-wrap {
    position: static;
    margin-top: 1.2rem;
  }
}
.dashboard-wrap .learning-state > .calendar,
.classic-wrap .learning-state > .calendar {
  margin-top: 2.8rem;
}
.dashboard-wrap .learning-state > .calendar table,
.classic-wrap .learning-state > .calendar table {
  width: 100%;
}
.dashboard-wrap .learning-state > .calendar table thead tr th,
.classic-wrap .learning-state > .calendar table thead tr th {
  padding: 0 0 1.2rem;
  color: #999999;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 600;
}
.dashboard-wrap .learning-state > .calendar table tbody tr:not(:empty),
.classic-wrap .learning-state > .calendar table tbody tr:not(:empty) {
  border-top: 0.1rem solid #EEEEEE;
}
.dashboard-wrap .learning-state > .calendar table tbody tr td,
.classic-wrap .learning-state > .calendar table tbody tr td {
  padding: 0.4rem;
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 400;
}
.dashboard-wrap .learning-state > .calendar table tbody tr td span,
.classic-wrap .learning-state > .calendar table tbody tr td span {
  display: block;
  padding: 0.6rem 0 3.2rem;
  border-radius: 1.2rem;
  text-align: center;
}
.dashboard-wrap .learning-state > .calendar table tbody tr td span[class*=bg__grade],
.classic-wrap .learning-state > .calendar table tbody tr td span[class*=bg__grade] {
  color: #FFFFFF;
}
.dashboard-wrap .learning-state > .calendar table tbody tr td.day-off span,
.classic-wrap .learning-state > .calendar table tbody tr td.day-off span {
  color: #AAAAAA;
  background: none !important;
}
.dashboard-wrap .learning-state > .calendar table tbody tr td.today span,
.classic-wrap .learning-state > .calendar table tbody tr td.today span {
  position: relative;
  font-weight: 700;
}
.dashboard-wrap .learning-state > .calendar table tbody tr td.today span::after,
.classic-wrap .learning-state > .calendar table tbody tr td.today span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.6rem auto 0;
  border-radius: 0.3rem;
  background-color: #333333;
  transform: translate(-50%, -50%);
}
.dashboard-wrap .learning-state > .calendar table tbody tr td.today span[class*=bg__grade]::after,
.classic-wrap .learning-state > .calendar table tbody tr td.today span[class*=bg__grade]::after {
  background-color: #FFFFFF;
}
.dashboard-wrap .learning-info,
.classic-wrap .learning-info {
  display: flex;
}
.dashboard-wrap .learning-info .learning-state,
.classic-wrap .learning-info .learning-state {
  width: calc(72% - 2.8rem);
  padding-right: 2.3%;
}
.dashboard-wrap .learning-info .learning-state .title,
.classic-wrap .learning-info .learning-state .title {
  display: flex;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
}
.dashboard-wrap .learning-info .learning-state ul.info,
.classic-wrap .learning-info .learning-state ul.info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 3.2rem;
}
.dashboard-wrap .learning-info .learning-state ul.info li,
.classic-wrap .learning-info .learning-state ul.info li {
  width: 50%;
  text-align: left;
}
.dashboard-wrap .learning-info .learning-state ul.info li em,
.classic-wrap .learning-info .learning-state ul.info li em {
  display: block;
  color: #999999;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.dashboard-wrap .learning-info .learning-state ul.info li strong,
.classic-wrap .learning-info .learning-state ul.info li strong {
  display: block;
  margin-top: 1rem;
  color: #333333;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
}
.dashboard-wrap .learning-info .learning-state + .learning-state,
.classic-wrap .learning-info .learning-state + .learning-state {
  width: 28%;
  position: relative;
  margin-left: 1.4rem;
  padding-left: calc(2.3% + 1.3rem);
}
.dashboard-wrap .learning-info .learning-state + .learning-state::before,
.classic-wrap .learning-info .learning-state + .learning-state::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.1rem;
  height: 100%;
  transform: translateY(-50%);
  background-color: #EEEEEE;
}
.dashboard-wrap .learning-info .learning-state + .learning-state ul.info,
.classic-wrap .learning-info .learning-state + .learning-state ul.info {
  gap: 0;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-wrap .learning-info,
  .classic-wrap .learning-info {
    flex-wrap: wrap;
  }
  .dashboard-wrap .learning-info .learning-state,
  .classic-wrap .learning-info .learning-state {
    width: 100%;
    padding-right: 0;
  }
  .dashboard-wrap .learning-info .learning-state ul.info,
  .classic-wrap .learning-info .learning-state ul.info {
    margin-top: 2.4rem;
  }
  .dashboard-wrap .learning-info .learning-state ul.info li strong,
  .classic-wrap .learning-info .learning-state ul.info li strong {
    margin-top: 0.8rem;
  }
}
@media (min-width: 240px) and (max-width: 1024px) and (max-width: 720px) {
  .dashboard-wrap .learning-info .learning-state ul.info,
  .classic-wrap .learning-info .learning-state ul.info {
    display: block;
  }
  .dashboard-wrap .learning-info .learning-state ul.info li,
  .classic-wrap .learning-info .learning-state ul.info li {
    width: 100%;
  }
  .dashboard-wrap .learning-info .learning-state ul.info li + li,
  .classic-wrap .learning-info .learning-state ul.info li + li {
    margin-top: 2rem;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-wrap .learning-info .learning-state + .learning-state,
  .classic-wrap .learning-info .learning-state + .learning-state {
    width: 100%;
    margin: 3.2rem 0 0 0;
    padding: 3.2rem 0 0;
    border-top: 0.1rem solid #EEEEEE;
  }
  .dashboard-wrap .learning-info .learning-state + .learning-state::before,
  .classic-wrap .learning-info .learning-state + .learning-state::before {
    display: none;
  }
}
@media (min-width: 240px) and (max-width: 1024px) and (max-width: 720px) {
  .dashboard-wrap .learning-info .learning-state + .learning-state .title,
  .classic-wrap .learning-info .learning-state + .learning-state .title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.036rem;
  }
  .dashboard-wrap .learning-info .learning-state + .learning-state ul.info,
  .classic-wrap .learning-info .learning-state + .learning-state ul.info {
    display: flex;
  }
  .dashboard-wrap .learning-info .learning-state + .learning-state ul.info li,
  .classic-wrap .learning-info .learning-state + .learning-state ul.info li {
    margin-top: 0;
  }
  .dashboard-wrap .learning-info .learning-state + .learning-state ul.info li em,
  .classic-wrap .learning-info .learning-state + .learning-state ul.info li em {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
}
.dashboard-wrap .text-info,
.classic-wrap .text-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding: 3rem;
  background-color: #F6F7FA;
  border-radius: 1.2rem;
}
.dashboard-wrap .text-info .text p,
.classic-wrap .text-info .text p {
  display: flex;
  gap: 0.6rem;
  color: #999999;
  font-weight: 400;
  text-align: left;
}
.dashboard-wrap .text-info .text p::before,
.classic-wrap .text-info .text p::before {
  position: relative;
  display: block;
  content: "";
  top: 0.9rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #999999;
  border-radius: 0.2rem;
}
.dashboard-wrap .text-info .text p + p,
.classic-wrap .text-info .text p + p {
  margin-top: 1.2rem;
}
.dashboard-wrap .text-info button,
.classic-wrap .text-info button {
  margin: 1.2rem 0;
  padding: 1rem 1.2rem;
  color: #999999;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  background-color: #FFFFFF;
  border: 0.1rem solid #EEEEEE;
  border-radius: 0.8rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-wrap .text-info button,
  .classic-wrap .text-info button {
    margin: 1.2rem auto 0;
  }
}
@media (max-width: 720px) {
  .dashboard-wrap .text-info p,
  .classic-wrap .text-info p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
}
.dashboard-wrap .accom-wrap,
.classic-wrap .accom-wrap {
  margin-top: 4.8rem;
  text-align: center;
}
.dashboard-wrap .ui-widget.ui-widget-content,
.classic-wrap .ui-widget.ui-widget-content {
  /* 전체 박스 */
  border: 0;
  box-shadow: 0.5rem 0.5rem 1rem #ccc;
  padding: 0;
}
.dashboard-wrap .ui-widget,
.classic-wrap .ui-widget {
  width: 30.6rem;
}

/* 부모 요소 추가 AI문제은행 공통 */
.dashboard-wrap .accom-wrap .box-wrap.ranking {
  overflow: hidden;
}
@media (max-width: 1100px) {
  .dashboard-wrap .accom-wrap .box-wrap.ranking {
    flex-direction: row !important;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-wrap .accom-wrap .box-wrap.ranking {
    flex-direction: column !important;
  }
}
.dashboard-wrap .accom-wrap .box-wrap.ranking.type-2 .box:first-of-type .tag-ranking {
  color: #EA4F4F;
}
.dashboard-wrap .accom-wrap .box-wrap.ranking.type-2.align-left .box {
  text-align: left;
}
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box.round {
  width: calc(33.33% - 1.2rem);
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-wrap .accom-wrap .box-wrap.ranking > .box.round {
    width: 100%;
  }
}
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box .tag-ranking {
  padding: 0.8rem 1.4rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666;
  font-weight: 700;
  border-radius: 10rem;
  background-color: #F6F7FA;
}
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box .tag-ranking + .txt-wrap {
  margin-top: 2.4rem;
}
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box .subject {
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box .subject + p {
  margin-top: 1rem;
}
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box p {
  min-height: 5.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
}
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box:first-of-type .tag-ranking {
  color: #4E60FF;
}
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box .btn-purple {
  width: 100%;
  margin-bottom: 1rem;
  color: #4E60FF;
  border-radius: 5rem;
  background-color: #E7EAFF;
}
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box .doughnut-wrap {
  margin-top: 4rem;
  height: 15rem;
  overflow: hidden;
}
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box .doughnut-wrap canvas {
  transform: translateY(-25%);
}
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box .doughnut-wrap .graph-label > em {
  margin-top: 1.5rem;
}
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box .doughnut-wrap + .btn-purple {
  margin-top: 4rem;
}
.dashboard-wrap .accom-wrap .box-wrap.ranking + .title {
  margin-top: 14rem;
}
.dashboard-wrap .accom-wrap.swiper-wrap {
  position: relative;
}
.dashboard-wrap .accom-wrap.swiper-wrap .box-wrap__title {
  text-align: left;
}
.dashboard-wrap .accom-wrap.swiper-wrap .swiper-btn-wrap {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.7rem 1rem;
  background-color: #fff;
  border-radius: 10rem;
}
@media (max-width: 720px) {
  .dashboard-wrap .accom-wrap.swiper-wrap .swiper-btn-wrap {
    display: none;
  }
}
.dashboard-wrap .accom-wrap.swiper-wrap .swiper-btn-wrap > div[class*=swiper-button] {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  position: static;
  margin-top: initial;
  vertical-align: middle;
}
.dashboard-wrap .accom-wrap.swiper-wrap .swiper-btn-wrap > div[class*=swiper-button].swiper-button-disabled {
  opacity: 0.3;
}
.dashboard-wrap .accom-wrap.swiper-wrap .swiper-btn-wrap .swiper-button-prev::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_prev.svg") 0 0 no-repeat;
}
.dashboard-wrap .accom-wrap.swiper-wrap .swiper-btn-wrap .swiper-button-next::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_next.svg") 0 0 no-repeat;
}
.dashboard-wrap .accom-wrap.swiper-wrap .swiper-btn-wrap .swiper-pagination {
  display: inline-block;
  position: static;
  width: auto;
  margin: 0 0.3rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #999;
  font-weight: 500;
}
.dashboard-wrap .accom-wrap.swiper-wrap .swiper-btn-wrap .swiper-pagination .swiper-pagination-current {
  color: #333;
}
.dashboard-wrap .accom-wrap + h5.title {
  margin-top: 14rem;
}
@media (max-width: 720px) {
  .dashboard-wrap .accom-wrap + h5.title {
    margin-top: 10rem;
  }
}

@media (max-width: 720px) {
  .swiper.subject .swiper-wrapper {
    display: block;
  }
}
.swiper.subject .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2.4rem;
  margin: 0;
}
@media (max-width: 720px) {
  .swiper.subject .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap {
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
  flex: 1;
  position: relative;
  margin: 0;
}
@media (max-width: 720px) {
  .swiper.subject .swiper-wrapper .swiper-slide .subject-wrap {
    width: 100%;
  }
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap + .subject-wrap {
  position: relative;
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap + .subject-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: -2.4rem;
  top: 2.4rem;
  width: 2.4rem;
  height: 0.1rem;
  background-color: #ccc;
}
@media (max-width: 720px) {
  .swiper.subject .swiper-wrapper .swiper-slide .subject-wrap + .subject-wrap::after {
    display: none;
  }
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap h6.tit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  padding: 0 1rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  border-radius: 0.8rem;
  background-color: #D7DAE2;
  color: #666;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap h6.tit + .box {
  margin-top: 1.2rem;
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap h6.tit + .box::before {
  top: -2.4rem;
  background-position: 50% -0.3rem;
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap .box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap .box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1.2rem;
  width: 0.2rem;
  height: 100%;
  margin: 0 auto;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_dashed.png") 50% -5px repeat-y;
  background-size: 2px auto;
  z-index: -1;
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap .box p {
  min-height: 4.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap .box > span {
  width: 100%;
  margin-top: 1.8rem;
  padding-top: 1.8rem;
  border-top: 1px solid #eee;
  text-align: left;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/icon_aside.svg") 100% 100% no-repeat;
  background-size: 1.8rem auto;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap .box > span.very-excellent {
  color: #9E40F1;
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap .box > span.excellent {
  color: #4D91E5;
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap .box > span.normal {
  color: #009F7A;
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap .box > span.weak {
  color: #FA7A16;
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap .box > span.very-weak {
  color: #FE675F;
}
.swiper.subject .swiper-wrapper .swiper-slide .subject-wrap .box > span.none {
  color: #999;
}
@media (max-width: 720px) {
  .swiper.subject .swiper-wrapper .swiper-slide + .swiper-slide {
    margin-top: 2.4rem;
  }
}

/* 부모 요소 추가 AI문제은행 공통 */
body.dark-mode .dashboard-wrap,
body.dark-mode .classic-wrap {
  color: #FFFFFF;
  background: #111111;
}
body.dark-mode .dashboard-wrap select,
body.dark-mode .classic-wrap select {
  color: #333333;
}
body.dark-mode .dashboard-wrap .box-wrap .box,
body.dark-mode .classic-wrap .box-wrap .box {
  background-color: #242424;
}
body.dark-mode .dashboard-wrap .box-wrap .box .desc,
body.dark-mode .classic-wrap .box-wrap .box .desc {
  color: #999999;
}
body.dark-mode .dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .btn,
body.dark-mode .classic-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .btn {
  color: #FFFFFF;
  background: #444444;
}
@media (min-width: 240px) and (max-width: 1024px) {
  body.dark-mode .dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn),
  body.dark-mode .classic-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) {
    display: block;
  }
  body.dark-mode .dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box + .box,
  body.dark-mode .classic-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box + .box {
    margin-top: 2.4rem;
  }
}
@media (max-width: 720px) {
  body.dark-mode .dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box,
  body.dark-mode .classic-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box {
    display: block;
    text-align: center;
  }
  body.dark-mode .dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box .btn,
  body.dark-mode .classic-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box .btn {
    margin-top: 2rem;
  }
}
body.dark-mode .dashboard-wrap .box-wrap .learning-his-dt > li,
body.dark-mode .classic-wrap .box-wrap .learning-his-dt > li {
  border-bottom: 0.1rem solid #333 !important;
}
body.dark-mode .dashboard-wrap .container__top .box-wrap .box .info .grade,
body.dark-mode .classic-wrap .container__top .box-wrap .box .info .grade {
  color: #FFFFFF;
  background-color: #444444;
}
body.dark-mode .dashboard-wrap .container__top .box-wrap .box button.func,
body.dark-mode .classic-wrap .container__top .box-wrap .box button.func {
  color: #999999;
}
body.dark-mode .dashboard-wrap .container__body .tab-round .days,
body.dark-mode .classic-wrap .container__body .tab-round .days {
  background: #242424;
}
body.dark-mode .dashboard-wrap .container__body .tab-round .tab-wrap,
body.dark-mode .classic-wrap .container__body .tab-round .tab-wrap {
  background: #242424;
}
body.dark-mode .dashboard-wrap .container__body .tab-round .tab-wrap li .btn.active,
body.dark-mode .classic-wrap .container__body .tab-round .tab-wrap li .btn.active {
  background: #4E60FF;
}
body.dark-mode .dashboard-wrap .container__body .calendar-wrap,
body.dark-mode .classic-wrap .container__body .calendar-wrap {
  background: #242424;
}
body.dark-mode .dashboard-wrap .container__body .calendar-wrap select,
body.dark-mode .classic-wrap .container__body .calendar-wrap select {
  color: #FFFFFF;
}
body.dark-mode .dashboard-wrap .container__body .box-wrap .box.dash-map dl:not(:last-child)::before,
body.dark-mode .classic-wrap .container__body .box-wrap .box.dash-map dl:not(:last-child)::before {
  background-color: #333333;
}
body.dark-mode .dashboard-wrap .container__body .box-wrap .box .btn-grey,
body.dark-mode .dashboard-wrap .container__body .box-wrap .box .btn-purple,
body.dark-mode .classic-wrap .container__body .box-wrap .box .btn-grey,
body.dark-mode .classic-wrap .container__body .box-wrap .box .btn-purple {
  color: #FFFFFF;
  background: #444444;
}
body.dark-mode .dashboard-wrap .container__body .swiper-wrap.accom-wrap .swiper-btn-wrap,
body.dark-mode .classic-wrap .container__body .swiper-wrap.accom-wrap .swiper-btn-wrap {
  background-color: #242424;
}
body.dark-mode .dashboard-wrap .container__body .swiper-wrap.accom-wrap .swiper-btn-wrap .swiper-pagination .swiper-pagination-current,
body.dark-mode .classic-wrap .container__body .swiper-wrap.accom-wrap .swiper-btn-wrap .swiper-pagination .swiper-pagination-current {
  color: #FFFFFF;
}
body.dark-mode .dashboard-wrap .container__body .swiper.subject .swiper-wrapper .swiper-slide .subject-wrap h6.tit,
body.dark-mode .classic-wrap .container__body .swiper.subject .swiper-wrapper .swiper-slide .subject-wrap h6.tit {
  color: #FFFFFF;
  background-color: #333333;
}
body.dark-mode .dashboard-wrap .learning-status li,
body.dark-mode .classic-wrap .learning-status li {
  border-color: #333333;
}
body.dark-mode .dashboard-wrap .learning-status li::before,
body.dark-mode .classic-wrap .learning-status li::before {
  background-color: #333333;
}
body.dark-mode .dashboard-wrap .learning-status li::after,
body.dark-mode .classic-wrap .learning-status li::after {
  background-color: #333333;
}
body.dark-mode .dashboard-wrap .learning-status li .info strong,
body.dark-mode .classic-wrap .learning-status li .info strong {
  color: #FFFFFF;
}
body.dark-mode .dashboard-wrap .learning-status li.learned::before,
body.dark-mode .classic-wrap .learning-status li.learned::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_learned_dark.svg");
}
body.dark-mode .dashboard-wrap .learning-status li.learned-time::before,
body.dark-mode .classic-wrap .learning-status li.learned-time::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_learned_time_dark.svg");
}
body.dark-mode .dashboard-wrap .learning-status li.test::before,
body.dark-mode .classic-wrap .learning-status li.test::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_test_dark.svg");
}
body.dark-mode .dashboard-wrap .learning-status li.test-time::before,
body.dark-mode .classic-wrap .learning-status li.test-time::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_test_time_dark.svg");
}
body.dark-mode .dashboard-wrap .learning-status li.my-rate::before,
body.dark-mode .classic-wrap .learning-status li.my-rate::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_my_rate_dark.svg");
}
body.dark-mode .dashboard-wrap .learning-state > .calendar table tbody tr,
body.dark-mode .classic-wrap .learning-state > .calendar table tbody tr {
  border-color: #666666;
}
body.dark-mode .dashboard-wrap .learning-state > .calendar table tbody tr td,
body.dark-mode .classic-wrap .learning-state > .calendar table tbody tr td {
  color: #999999;
}
body.dark-mode .dashboard-wrap .learning-state > .calendar table tbody tr td[class*=bg__grade],
body.dark-mode .classic-wrap .learning-state > .calendar table tbody tr td[class*=bg__grade] {
  color: #FFFFFF;
}
body.dark-mode .dashboard-wrap .learning-state > .calendar table tbody tr td.today span::after,
body.dark-mode .classic-wrap .learning-state > .calendar table tbody tr td.today span::after {
  background: #FFFFFF;
}
body.dark-mode .dashboard-wrap .learning-info .learning-state ul.info li strong,
body.dark-mode .classic-wrap .learning-info .learning-state ul.info li strong {
  color: #FFFFFF;
}
body.dark-mode .dashboard-wrap .learning-info .learning-state + .learning-state,
body.dark-mode .classic-wrap .learning-info .learning-state + .learning-state {
  border-color: #333333;
}
body.dark-mode .dashboard-wrap .learning-info .learning-state + .learning-state::before,
body.dark-mode .classic-wrap .learning-info .learning-state + .learning-state::before {
  background-color: #333333;
}
body.dark-mode .dashboard-wrap .calendar-week .day,
body.dark-mode .classic-wrap .calendar-week .day {
  color: #999999;
  border-color: #666666;
}
body.dark-mode .dashboard-wrap .calendar-week .day[class*=bg__grade],
body.dark-mode .classic-wrap .calendar-week .day[class*=bg__grade] {
  color: #FFFFFF;
}
body.dark-mode .dashboard-wrap .text-info,
body.dark-mode .classic-wrap .text-info {
  background-color: #333333;
}
body.dark-mode .dashboard-wrap .text-info button,
body.dark-mode .classic-wrap .text-info button {
  background-color: #242424;
  border-color: #242424;
}
body.dark-mode .dashboard-wrap .chart-wrap__title,
body.dark-mode .classic-wrap .chart-wrap__title {
  color: #FFFFFF;
}
body.dark-mode .doughnut-wrap .graph-label > strong {
  color: #fff;
}
body.dark-mode .swiper.subject .swiper-wrapper .swiper-slide .subject-wrap .box > span {
  border-top: 1px solid #333;
}

/* 부모 요소 추가 AI문제은행 공통 */
.profile-wrap {
  width: 100%;
  position: relative;
  padding: 9rem 0 14rem;
  background: #F6F7FA;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .profile-wrap {
    padding: 10.6rem 0 7rem;
  }
}
.profile-wrap h4.title {
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
  font-weight: 700;
}
@media (max-width: 720px) {
  .profile-wrap h4.title {
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
  }
}
.profile-wrap h5.sub-title {
  padding: 6rem 0 3.6rem;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: -0.048rem;
  font-weight: 700;
}
@media (max-width: 720px) {
  .profile-wrap h5.sub-title {
    padding: 4rem 0 2.4rem;
  }
}
.profile-wrap h6.box-title {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  color: #333;
  font-weight: 500;
}
.profile-wrap p.sub-title {
  margin-bottom: 2.4rem;
  text-align: left;
}
.profile-wrap > .inner {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.profile-wrap .box-wrap {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.profile-wrap .box-wrap.table-wrap {
  width: 100%;
}
.profile-wrap .box-wrap.table-wrap .box {
  width: 100%;
}
.profile-wrap .box-wrap.table-wrap + .table-wrap {
  margin-top: 2.4rem;
}
.profile-wrap .box-wrap .box {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem;
  box-shadow: 0rem 0.1rem 0.3rem 0rem rgba(96, 108, 128, 0.08);
  background-color: #fff;
}
.profile-wrap .box-wrap .box.round {
  border-radius: 1.6rem;
}
@media (max-width: 720px) {
  .profile-wrap .table {
    padding-left: 0;
    padding-right: 0;
  }
}
.profile-wrap .table.grade table tbody tr td {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  color: #333;
}
.profile-wrap .table.ranking table tbody tr td.light {
  color: #999;
}
.profile-wrap .table.ranking table tbody tr td {
  color: #333;
}
.profile-wrap .table.select-grade {
  width: calc(100% + 2.8rem);
  margin-left: -1.4rem;
  margin-right: -1.4rem;
}
.profile-wrap .table.select-grade thead tr th {
  padding-top: 0;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  color: #333;
  text-align: left;
  font-weight: 500;
  background-color: #fff;
}
.profile-wrap .table.select-grade tbody tr {
  border-bottom: 0 none;
}
.profile-wrap .table.select-grade tbody tr td {
  padding: 0 1.4rem;
}
.profile-wrap .table.select-grade tbody tr td > select {
  width: 100%;
}
.profile-wrap .table.search dl {
  line-height: 1.9rem;
  font-weight: 500;
  font-size: 1.6rem;
  border-bottom: 1px solid #EEE;
}
.profile-wrap .table.search dl:first-child {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.8rem 1.6rem;
  text-align: center;
  background-color: #F6F7FA;
  border-radius: 0.8rem;
  border-bottom: none;
}
.profile-wrap .table.search dl:first-child dt,
.profile-wrap .table.search dl:first-child dd {
  font-weight: 500;
  color: #999999;
}
.profile-wrap .table.search dl.active {
  background-color: #F6F7FA;
}
.profile-wrap .table.search dl.active dt,
.profile-wrap .table.search dl.active dd {
  color: #4E60FF;
}
.profile-wrap .table.search a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.8rem 1.6rem;
  text-align: center;
}
.profile-wrap .table.search dt {
  width: 19.23%;
  color: #999;
}
.profile-wrap .table.search dd {
  width: 40.38%;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-wrap .grade-wrap {
  width: 100%;
}
.profile-wrap .grade-wrap .title-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 370px) {
  .profile-wrap .grade-wrap .title-wrap:not(.between) {
    flex-direction: column;
    align-items: flex-start;
  }
}
.profile-wrap .grade-wrap .title-wrap.between {
  justify-content: space-between;
}
.profile-wrap .grade-wrap .title-wrap + .select-grade {
  margin-top: 3rem;
}
.profile-wrap .grade-wrap .title-wrap .tag {
  display: flex;
  gap: 0.8rem;
  padding: 1.4rem 1.8rem;
  color: #666666;
  background-color: #F6F7FA;
  border-radius: 5rem;
  font-weight: 500;
}
.profile-wrap .grade-wrap .title-wrap .tag strong {
  color: #4E60FF;
  font-weight: 600;
}
.profile-wrap .grade-wrap .title-wrap + .table {
  margin-top: 3rem;
}
.profile-wrap .grade-wrap ul.select-grade {
  display: flex;
  gap: 2.4rem;
  color: #333;
  text-align: left;
  font-weight: 500;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .profile-wrap .grade-wrap ul.select-grade {
    flex-direction: column;
  }
}
.profile-wrap .grade-wrap ul.select-grade li {
  flex: 1;
}
.profile-wrap .grade-wrap ul.select-grade li > .title {
  color: #333;
  text-align: left;
  font-weight: 500;
}
.profile-wrap .grade-wrap ul.select-grade li > div {
  padding-top: 1.2rem;
}
.profile-wrap .grade-wrap ul.select-grade li > div select {
  width: 100%;
  font-weight: 400;
}
.profile-wrap .grade-wrap + .grade-wrap {
  margin-top: 6rem;
}
.profile-wrap .section.basic-info .box-wrap {
  align-items: stretch;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .profile-wrap .section.basic-info .box-wrap {
    flex-direction: column;
  }
}
.profile-wrap .section.basic-info .box-wrap .box.round:nth-of-type(1) {
  width: 25.6rem;
  gap: 1.2rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .profile-wrap .section.basic-info .box-wrap .box.round:nth-of-type(1) {
    width: 100%;
  }
}
.profile-wrap .section.basic-info .box-wrap .box.round .img-wrap {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F6F7FA;
}
.profile-wrap .section.basic-info .box-wrap .box.round .img-wrap.small {
  width: 4.8rem;
  height: 4.8rem;
}
.profile-wrap .section.basic-info .box-wrap .box.round .img-wrap.large {
  width: 12rem;
  height: 12rem;
}
.profile-wrap .section.basic-info .box-wrap .box.round .img-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.profile-wrap .section.basic-info .box-wrap .box.round .txt-wrap .age {
  color: #999;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
}
.profile-wrap .section.basic-info .box-wrap .box.round .txt-wrap .name {
  margin-top: 0.4rem;
  color: #333;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-wrap .section.basic-info .box-wrap .box + .box {
  width: calc(100% - 25.6rem - 2.4rem);
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .profile-wrap .section.basic-info .box-wrap .box + .box {
    width: 100%;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .profile-wrap .section.basic-info .box-wrap .box + .box {
    flex-direction: column;
  }
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box {
  display: flex;
  flex: 1;
  position: relative;
  flex-direction: column;
  margin-top: 0;
  padding: 0 3rem;
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box .title {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #999;
  font-weight: 400;
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box .title.ess::after {
  content: "*";
  display: inline-block;
  margin-left: 0.5rem;
  color: #EA4F4F;
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box > .input-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  height: auto;
  border: 0 none;
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box > .input-wrap.text {
  height: auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box > .input-wrap.text > strong {
  margin-top: 0.4rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box > .input-wrap > .input-field {
  height: 6.4rem;
  padding: 0 1.6rem;
  font-weight: 400;
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box > .input-wrap > .input-field:first-of-type {
  width: calc(100% - 10rem);
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box > .input-wrap > .input-field::placeholder {
  color: #999999;
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box > .input-wrap > .input-round {
  display: flex;
  width: 7rem;
  height: 100%;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0 1.6rem;
  border: 0.1rem solid #eee;
  border-radius: 0.8rem;
  background-color: #fff;
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box > .input-wrap > .input-round .input-field {
  width: 100%;
  border: 0 none;
  padding: 0;
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box > .input-wrap > .input-round .text {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  color: #999;
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box > .input-wrap > .input-round + .input-field {
  width: calc(100% - 25rem);
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box .info-text {
  margin-top: 1rem;
  font-weight: 400;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .profile-wrap .section.basic-info .box-wrap .box + .box .input-box + .input-box {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.profile-wrap .section.basic-info .box-wrap .box + .box .input-box + .input-box::before {
  content: "";
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1rem;
  height: 100%;
  background-color: #eee;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .profile-wrap .section.basic-info .box-wrap .box + .box .input-box + .input-box::before {
    left: 3rem;
    right: 3rem;
    width: calc(100% - 6rem);
    height: 0.1rem;
  }
}
.profile-wrap .section.subject-interest .box-wrap {
  align-items: stretch;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .profile-wrap .section.subject-interest .box-wrap {
    flex-direction: column;
  }
}
.profile-wrap .section.subject-interest .box-wrap .title-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 3rem;
}
.profile-wrap .section.subject-interest .box-wrap .title-wrap.between {
  justify-content: space-between;
}
@media (max-width: 720px) {
  .profile-wrap .section.subject-interest .box-wrap .title-wrap {
    padding-bottom: 2rem;
  }
}
.profile-wrap .section.subject-interest .box-wrap .box {
  flex: 1;
  flex-direction: column;
}
.profile-wrap .section.subject-interest .box-wrap .box .ranking-wrap dl dt {
  display: inline-block;
  width: 3.7rem;
  margin-right: 1.6rem;
  color: #999;
}
.profile-wrap .section.subject-interest .box-wrap .box .ranking-wrap dl dd {
  display: inline-block;
  color: #333;
}
.profile-wrap .section.subject-interest .box-wrap .box .ranking-wrap dl + dl {
  margin-top: 1.2rem;
}
.profile-wrap .bottom-wrap {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 6rem;
}
@media (max-width: 720px) {
  .profile-wrap .bottom-wrap {
    margin-top: 4rem;
  }
  .profile-wrap .bottom-wrap .btn.large {
    max-width: 16rem;
    min-width: 0;
    width: 50%;
  }
}
.profile-wrap.edit .section.basic-info .box-wrap .box.round:nth-of-type(1) {
  flex-direction: column;
  align-items: center;
}
.profile-wrap.edit .section.basic-info .box-wrap .box.round:nth-of-type(1) .btn {
  margin-top: 1.2rem;
}
.profile-wrap.edit .section.basic-info .box-wrap .box.round .thumbnail {
  width: 12rem;
  height: 12rem;
}
.profile-wrap.edit .section.basic-info .box-wrap .box + .box .input-box {
  flex: auto;
  width: 50%;
  margin-top: 0;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .profile-wrap.edit .section.basic-info .box-wrap .box + .box .input-box {
    width: 100%;
    padding-top: 0;
  }
  .profile-wrap.edit .section.basic-info .box-wrap .box + .box .input-box:nth-of-type(2) {
    margin-top: 3rem;
  }
}
.profile-wrap.edit .section.basic-info .box-wrap .box + .box .input-box:nth-of-type(3) {
  margin-top: 3rem;
}
.profile-wrap.edit .section.basic-info .box-wrap .box + .box .input-box.school-info {
  margin-top: 3rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .profile-wrap.edit .section.basic-info .box-wrap .box + .box .input-box.school-info .input-wrap {
    flex-wrap: wrap;
    gap: normal normal;
  }
  .profile-wrap.edit .section.basic-info .box-wrap .box + .box .input-box.school-info .input-wrap > .input-round {
    width: calc(50% - 0.5rem);
    height: 6.4rem;
    margin-bottom: 1rem;
  }
  .profile-wrap.edit .section.basic-info .box-wrap .box + .box .input-box.school-info .input-wrap > .input-round + .input-round {
    margin-left: 1rem;
  }
  .profile-wrap.edit .section.basic-info .box-wrap .box + .box .input-box.school-info .input-wrap > .input-round + .input-field {
    width: calc(100% - 10rem);
  }
  .profile-wrap.edit .section.basic-info .box-wrap .box + .box .input-box.school-info .input-wrap > .input-round + .input-field + .btn {
    margin-left: 1rem;
  }
}
.profile-wrap.edit .section.basic-info .box-wrap .box + .box .input-box .title {
  color: #333;
  margin-bottom: 1.2rem;
}
.profile-wrap.edit .section.basic-info .box-wrap .box + .box .input-box .select-wrap {
  display: flex;
  gap: 1rem;
}
.profile-wrap.edit .section.basic-info .box-wrap .box + .box .input-box .select-wrap select[name=region] {
  flex: 0.5;
}
.profile-wrap.edit .section.basic-info .box-wrap .box + .box .input-box + .input-box::before {
  display: none;
}
.profile-wrap:not(.edit) .section.basic-info .box-wrap .box + .box .input-box .title {
  margin-bottom: 0;
}
.profile-wrap .btn.type-1 {
  background-color: #4E60FF;
  color: #fff;
}
.profile-wrap .btn.type-2 {
  border: 0.1rem solid #4E60FF;
  color: #4E60FF;
}
.profile-wrap .btn.type-3 {
  border: 0.1rem solid #ccc;
  color: #999;
}
.profile-wrap .btn.small {
  padding: 0 1.2rem;
  height: 3.8rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  line-height: 3.8rem;
  border-radius: 0.8rem;
}
.profile-wrap .btn.small.type-3 {
  line-height: 3.6rem;
}
.profile-wrap .btn.medium {
  padding: 0 2rem;
  height: 5rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  line-height: 5rem;
  border-radius: 10rem;
}
.profile-wrap .btn.large {
  min-width: 16rem;
  padding: 0 2.4rem;
  height: 6.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  line-height: 6.4rem;
  border-radius: 5rem;
}
.profile-wrap .btn.large.square {
  min-width: 9rem;
  padding: 0;
  border-radius: 0.8rem;
}
.profile-wrap .input-field {
  border: 0.1rem solid #eee;
  background-color: #fff;
  padding: 0 1.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  height: 6.4rem;
  line-height: 6.2rem;
  border-radius: 0.8rem;
}
.profile-wrap .info-text {
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  color: #999;
}

/* 부모 요소 추가 AI문제은행 공통 */
body.dark-mode .profile-wrap {
  background-color: #111;
}
body.dark-mode .profile-wrap .box-wrap .box {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .profile-wrap h4.title {
  color: #fff;
}
body.dark-mode .profile-wrap h5.sub-title {
  color: #fff;
}
body.dark-mode .profile-wrap h6.box-title {
  color: #fff;
}
body.dark-mode .profile-wrap .section.basic-info .box-wrap .box.round .txt-wrap .name {
  color: #fff;
}
body.dark-mode .profile-wrap .section.basic-info .box-wrap .box + .box .input-box .title {
  color: #999;
}
body.dark-mode .profile-wrap .section.basic-info .box-wrap .box + .box .input-box > .input-wrap {
  background-color: transparent;
}
body.dark-mode .profile-wrap .section.basic-info .box-wrap .box + .box .input-box > .input-wrap.text {
  background-color: transparent;
}
body.dark-mode .profile-wrap .section.basic-info .box-wrap .box + .box .input-box > .input-wrap.text > strong {
  color: #fff;
}
body.dark-mode .profile-wrap .section.basic-info .box-wrap .box + .box .input-box + .input-box::before {
  background-color: #333;
}
body.dark-mode .profile-wrap .section.subject-interest .box-wrap .box .ranking-wrap dl dd {
  color: #fff;
}
body.dark-mode .profile-wrap .grade-wrap .title-wrap .tag {
  color: #fff;
  background-color: #3d3d3d;
}
body.dark-mode .profile-wrap .grade-wrap ul.select-grade li .title {
  color: #999;
}
body.dark-mode .profile-wrap .table.grade table tbody tr td {
  color: #fff;
}
body.dark-mode .profile-wrap .table.ranking table tbody tr td {
  color: #999;
}
body.dark-mode .profile-wrap .table.ranking table tbody tr td.light {
  color: #fff;
}
body.dark-mode .profile-wrap .table table thead tr th {
  color: #999999;
  background-color: #333;
}
body.dark-mode .profile-wrap .table table tbody tr {
  border-bottom: 1px solid #333;
}
body.dark-mode .profile-wrap .btn.type-2 {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}
body.dark-mode .profile-wrap .btn.type-3 {
  border-color: rgba(153, 153, 153, 0.4);
}
body.dark-mode .profile-wrap .modal .table table thead tr th {
  background-color: #F6F7FA;
}
body.dark-mode .profile-wrap .modal .table table tbody tr {
  border-bottom: 1px solid #eee;
}

/* 부모 요소 추가 AI문제은행 공통 */
.classic-wrap {
  padding: 6rem 0 14rem;
  color: #333333;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
}
.classic-wrap .inner {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.classic-wrap .inner > .lecture-wrap .curriculum__item .category-wrap .category em {
  font-weight: 400;
}
.classic-wrap .inner > .lecture-wrap .curriculum__item .curriculum-tit h5 {
  font-family: "YetHangul", YetHangul;
  font-weight: 600;
}
@media (max-width: 720px) {
  .classic-wrap .inner > .lecture-wrap h4.title {
    padding-left: 2rem;
  }
}
.classic-wrap .inner > .tab-round {
  margin-top: 4.8rem;
}
.classic-wrap .inner > .tab-round .tab-wrap {
  border: 1px solid #EEE;
}
.classic-wrap .inner .classic-search {
  margin-top: 14rem;
}
@media (max-width: 720px) {
  .classic-wrap .inner .classic-search {
    margin-top: 10rem;
  }
}
.classic-wrap .inner .literary-search {
  width: 100%;
  display: flex;
  align-items: center;
}
.classic-wrap .inner .literary-search > h5 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  margin-right: 4rem;
}
.classic-wrap .inner .literary-search > select {
  width: 18rem;
  height: 5.6rem;
  flex: none;
  padding: 1.6rem 3.2rem 1.6rem 1.6rem;
  margin-right: 1rem;
}
.classic-wrap .inner .literary-search > .input-basic {
  flex: 1;
  height: 5.6rem;
}
.classic-wrap .inner .literary-search > .search {
  min-width: 9rem;
  padding: 1.4rem 2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #4E60FF;
  margin-left: 1rem;
}
.classic-wrap .inner .classic-status {
  margin-top: 14rem;
}
.classic-wrap .inner .classic-status__top {
  margin-top: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.classic-wrap .inner .classic-status__top > select {
  width: 17rem;
  flex: none;
  padding: 1.6rem 3.2rem 1.6rem 1.6rem;
}
.classic-wrap .inner .classic-status__top > .tab-mini {
  margin-top: 0;
}
.classic-wrap .inner .classic-status__cont {
  margin-top: 2.4rem;
}
.classic-wrap .inner .classic-status__cont .progress {
  display: flex;
  align-items: center;
}
.classic-wrap .inner .classic-status__cont .progress progress {
  width: 65%;
  display: inline-block;
  height: 1rem;
  margin: 0 2rem;
  border: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: width 0.5s;
}
.classic-wrap .inner .classic-status__cont .progress progress::-webkit-progress-bar {
  background: #EDEFF7;
}
.classic-wrap .inner .classic-status__cont .progress progress::-webkit-progress-value {
  background: linear-gradient(90deg, #51C5FF 0%, #4E60FF 100%);
  border-radius: 0.5rem;
  transition: width 0.5s;
}
.classic-wrap .inner .classic-status__cont .classic-tit {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  text-align: left;
  font-weight: 600;
  color: #333;
  font-family: "YetHangul", YetHangul;
}
@media (max-width: 720px) {
  .classic-wrap .inner .classic-status {
    margin-top: 10rem;
  }
  .classic-wrap .inner .classic-status__top {
    padding: 0 2rem;
  }
}
.classic-wrap .inner > .grade-list .tit-wrap .func > em {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #999;
}
.classic-wrap .inner .btn {
  flex: 0 0 auto;
  padding: 1rem 1.6rem;
  color: #999999;
  font-weight: 600;
  line-height: 1.9rem;
  border-radius: 0.8rem;
}
.classic-wrap .inner .btn.btn-primary {
  color: #A034FF;
  background: #F9ECFF;
}
.classic-wrap .inner .btn.btn-primary2 {
  color: #4E60FF;
  background: #E7EAFF;
}
.classic-wrap .inner .btn.btn-grey {
  background: #F6F7FA;
}
.classic-wrap h4.title {
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: -0.072rem;
}
@media (max-width: 720px) {
  .classic-wrap h4.title {
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
  }
}
.classic-wrap.keyword button.title {
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: -0.072rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.classic-wrap.keyword button.title:before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_tit_arr_left.svg") 0 0 no-repeat;
  display: inline-block;
  margin-right: 1rem;
}
@media (max-width: 720px) {
  .classic-wrap.keyword button.title {
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
    padding-left: 2rem;
  }
}
.classic-wrap.keyword .classic-search {
  margin-top: 0;
}
.classic-wrap.keyword .classic-search .keyword-top {
  margin-top: 4.8rem;
}
.classic-wrap.keyword .classic-search .keyword-top > .checkbox {
  line-height: 0;
}
@media (max-width: 720px) {
  .classic-wrap.keyword .classic-search .keyword-top {
    padding: 0 2rem;
  }
}
.classic-wrap.keyword .classic-search .keyword-cont {
  margin-top: 2.4rem;
}
.classic-wrap.keyword .classic-search .keyword-cont .classic-tit {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  text-align: left;
  font-weight: 600;
  color: #333;
  font-family: "YetHangul", YetHangul;
}
.classic-wrap .box-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  gap: 2.4rem;
}
.classic-wrap .box-wrap .box {
  flex: 1;
  padding: 3.4rem 3rem;
  border: 0.1rem solid #EEEEEE;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .classic-wrap .box-wrap .box {
    flex: 0 1 auto;
    width: calc((100% - 2.4rem) / 2);
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .classic-wrap .box-wrap .box {
    width: 100%;
  }
}
.classic-wrap .box-wrap .box.round {
  border-radius: 1.6rem;
}
.classic-wrap .box-wrap .box.round-bg {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4rem 3rem;
  border-radius: 2rem;
  background-color: #F6F7FA;
  border: 0;
}
.classic-wrap .box-wrap .box.round-bg h5 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 700;
}
.classic-wrap .box-wrap .box.round-bg > span {
  margin-top: 1.2rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
}
.classic-wrap .box-wrap .box.round-bg .btn-wrap {
  width: auto;
  margin-top: 2.8rem;
  gap: 1.2rem;
}
.classic-wrap .box-wrap .box.round-bg .btn-wrap > .btn {
  display: block;
  width: 16rem;
  padding: 2rem 0;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  background-color: #13BE29;
  border-radius: 5rem;
  border: 0.1rem solid #13BE29;
  text-align: center;
}
.classic-wrap .box-wrap .box.round-bg .btn-wrap > .btn.border {
  color: #13BE29;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
  background: transparent;
  border: 0.1rem solid #13BE29;
}
.classic-wrap .box-wrap .box.round-bg .btn-wrap:has(.btn + .btn) .btn {
  width: 21rem;
}
.classic-wrap .box-wrap .box.round-bg .btn-wrap:has(.btn + .btn) .btn + .btn {
  margin-left: 1.6rem;
}
@media (max-width: 720px) {
  .classic-wrap .box-wrap .box.round-bg .btn-wrap {
    display: block;
    width: 100%;
  }
  .classic-wrap .box-wrap .box.round-bg .btn-wrap:has(.btn + .btn) .btn {
    width: 100%;
  }
  .classic-wrap .box-wrap .box.round-bg .btn-wrap:has(.btn + .btn) .btn + .btn {
    margin: 1.2rem 0 0;
  }
}
.classic-wrap .box-wrap .box .cont {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.classic-wrap .box-wrap .box .cont > span {
  padding-left: 7.6rem;
  color: #666666;
  font-weight: 500;
  line-height: 1.6rem;
}
.classic-wrap .box-wrap .box .cont > span strong {
  display: block;
  color: #333333;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
}
.classic-wrap .box-wrap .box .cont > span strong > em {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
  color: #999;
}
.classic-wrap .box-wrap .box .cont > span strong[class^=ico-] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.classic-wrap .box-wrap .box .cont > span strong[class^=ico-]:after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  margin-left: 0.8rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 720px) {
  .classic-wrap .box-wrap .box .cont > span strong[class^=ico-]:after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.classic-wrap .box-wrap .box .cont > span strong.ico-mark {
  position: relative;
}
.classic-wrap .box-wrap .box .cont > span strong.ico-mark:after {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_mark.svg");
}
@media (max-width: 720px) {
  .classic-wrap .box-wrap .box .cont > span strong.ico-mark .tooltip-box {
    min-width: auto;
    width: 22rem;
  }
}
.classic-wrap .box-wrap .box .cont > span br {
  display: none;
}
.classic-wrap .box-wrap .box .cont > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.6rem;
  height: 5.6rem;
  background: #F6F7FA url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_book2.svg") center center no-repeat;
  border-radius: 2.8rem;
  background-size: 3.2rem 3.2rem;
  transform: translateY(-50%);
}
.classic-wrap .box-wrap .box .cont .btn {
  padding: 1.4rem 2rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  background-color: #13BE29;
  border-radius: 5rem;
  font-weight: 600;
  border: 0.1rem solid #13BE29;
}
.classic-wrap .box-wrap .box .cont .btn.border {
  color: #13BE29;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 600;
  background: transparent;
  border: 0.1rem solid #13BE29;
}
.classic-wrap .box-wrap .box .cont .btn + .btn {
  margin-left: 1.2rem;
}
@media (max-width: 720px) {
  .classic-wrap .box-wrap .box .cont {
    flex-direction: column;
  }
  .classic-wrap .box-wrap .box .cont > span {
    padding: 0;
    line-height: 2.4rem;
    text-align: center;
    font-weight: 400;
  }
  .classic-wrap .box-wrap .box .cont > span:before {
    display: none;
  }
  .classic-wrap .box-wrap .box .cont > span br {
    display: block;
  }
  .classic-wrap .box-wrap .box .cont .btn {
    margin-top: 2.4rem;
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
  }
}
.classic-wrap .box-wrap .box .tit {
  display: flex;
  align-items: center;
  color: #666666;
  font-weight: 600;
  line-height: 1.9rem;
}
.classic-wrap .box-wrap .box .tit .info {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_mark.svg") 0 0/100% 100% no-repeat;
  margin-left: 0.4rem;
  cursor: pointer;
}
.classic-wrap .box-wrap .box .tit .info > .tooltip-box {
  width: 100%;
  top: auto;
  bottom: 3.8rem;
  left: auto;
  right: -2.4rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .classic-wrap .box-wrap .box .tit .info > .tooltip-box {
    min-width: 0;
    width: 19rem;
    left: -1rem;
    right: auto;
  }
}
@media (max-width: 400px) {
  .classic-wrap .box-wrap .box .tit .info > .tooltip-box {
    width: 16rem;
  }
}
@media (max-width: 370px) {
  .classic-wrap .box-wrap .box .tit .info > .tooltip-box {
    width: 14rem;
  }
}
.classic-wrap .box-wrap .box .tit .info > .tooltip-box:before {
  left: auto;
  right: 2.6rem;
  transform: rotate(-180deg);
  top: 100%;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .classic-wrap .box-wrap .box .tit .info > .tooltip-box:before {
    left: 1.2rem;
    right: auto;
  }
}
.classic-wrap .box-wrap .box .tit .info > .tooltip-box p br {
  display: none;
}
.classic-wrap .box-wrap .box .tit + .cont {
  margin-top: 3.2rem;
}
.classic-wrap .box-wrap .box .tit + .cont:has(span + span):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 100%;
  background: #EEEEEE;
  transform: translateX(-50%);
}
.classic-wrap .box-wrap .box .tit + .cont > span {
  flex: 1;
  padding: 0 2rem 0 0;
  color: #999999;
  text-align: left;
}
.classic-wrap .box-wrap .box .tit + .cont > span:before {
  display: none;
}
.classic-wrap .box-wrap .box .tit + .cont > span strong {
  margin: 1rem 0 0 0;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: -0.048rem;
  font-weight: 600;
}
.classic-wrap .box-wrap .box .tit + .cont > span + span {
  padding: 0 0 0 2rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .classic-wrap .box-wrap .box .tit + .cont > span {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
  .classic-wrap .box-wrap .box .tit + .cont > span strong {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: -0.044rem;
  }
  .classic-wrap .box-wrap .box .tit + .cont > span + span {
    padding: 0 0 0 1rem;
  }
}
@media (max-width: 720px) {
  .classic-wrap .box-wrap .box .tit + .cont {
    flex-direction: row;
  }
  .classic-wrap .box-wrap .box .tit + .cont > span {
    text-align: left;
    line-height: 1.671rem;
    font-weight: 500;
  }
}
.classic-wrap .box-wrap .box .tit:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
}
.classic-wrap .box-wrap .box .tit.ico-recommend::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_recommend.svg");
}
.classic-wrap .box-wrap .box .tit.ico-book::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_book.svg");
}
.classic-wrap .box-wrap .box .tit.ico-file::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_file3.svg");
}
.classic-wrap .box-wrap .box .tit.ico-clock::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_clock2.svg");
}
.classic-wrap .box-wrap .box .tit.ico-correct::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_correct.svg");
}
.classic-wrap .box-wrap .box:has(.tit) {
  padding: 3rem;
}
.classic-wrap .mt12 {
  margin-top: 1.2rem;
}
.classic-wrap .comm-bot {
  width: 100%;
  background-color: #F6F7FA;
  padding: 3rem;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9rem;
}
.classic-wrap .comm-bot > p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  color: #333;
  font-weight: 600;
}
.classic-wrap .comm-bot > button {
  min-width: 14rem;
  padding: 1.4rem 2rem;
  border-radius: 10rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #4E60FF;
}
.classic-wrap__study {
  width: 100%;
  margin-top: 4.8rem;
}
.classic-wrap__study .box-gray {
  width: 100%;
  background-color: #F6F7FA;
  border-radius: 1.6rem;
  padding: 3rem;
}
.classic-wrap__study .box-gray + .box-line {
  margin-top: 2.4rem;
}
.classic-wrap__study .study-info {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  line-height: normal;
  color: #666;
  display: flex;
  align-items: center;
  font-family: "YetHangul", YetHangul;
}
.classic-wrap__study .study-info > dt {
  min-width: 5.1rem;
  font-weight: 400;
}
.classic-wrap__study .study-info > dd {
  font-weight: 500;
}
.classic-wrap__study .study-info + dl {
  margin-top: 1.2rem;
}
.classic-wrap__study .box-line {
  width: 100%;
  border: 1px solid #EEE;
  border-radius: 1.6rem;
  background-color: #fff;
  padding: 3rem;
}
.classic-wrap__study .box-line > .title {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.classic-wrap__study .box-line > .cont {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #666;
  font-weight: 400;
}
.classic-wrap__study .box-line + .box-line {
  margin-top: 2.4rem;
}
@media (max-width: 720px) {
  .classic-wrap__study {
    padding: 0 2rem;
  }
  .classic-wrap__study .box-line > .table {
    padding: 0;
  }
}
.classic-wrap .study-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 3rem;
  color: #333;
}
.classic-wrap .study-sum {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #666;
  display: flex;
  align-items: center;
  min-width: 9rem;
  margin-left: 2rem;
  font-weight: 400;
}
.classic-wrap .study-sum:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_exam-sum.svg");
  margin-left: 0.4rem;
}

/* 부모 요소 추가 AI문제은행 공통 */
body.dark-mode .classic-wrap .inner > .tab-round .tab-wrap {
  border: none;
}
body.dark-mode .classic-wrap .comm-bot {
  background-color: #242424;
}
body.dark-mode .classic-wrap .comm-bot > p {
  color: #fff;
}
body.dark-mode .classic-wrap .comm-bot > button {
  background-color: #444;
}
body.dark-mode .classic-wrap .classic-status__cont .classic-tit {
  color: #fff;
}
body.dark-mode .classic-wrap .keyword-cont .table .classic-tit {
  color: #fff;
}
body.dark-mode .classic-wrap__study .box-gray,
body.dark-mode .classic-wrap__study .box-line {
  background-color: #242424;
  border: none;
}
body.dark-mode .classic-wrap__study .box-gray > .title,
body.dark-mode .classic-wrap__study .box-gray > .cont,
body.dark-mode .classic-wrap__study .box-line > .title,
body.dark-mode .classic-wrap__study .box-line > .cont {
  color: #fff;
}
body.dark-mode .classic-wrap__study .box-line .table-cont .table table thead tr th {
  background-color: #333;
}
body.dark-mode .classic-wrap__study .study-info {
  color: #fff;
}
body.dark-mode .classic-wrap .study-tit {
  color: #fff;
}

/* 부모 요소 추가 AI문제은행 공통 */
.voca-wrap,
.classic-wrap {
  padding: 6rem 0 14rem;
  color: #333333;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .voca-wrap,
  .classic-wrap {
    padding: 8.5rem 0 7rem;
  }
}
.voca-wrap .inner,
.classic-wrap .inner {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.voca-wrap h4.title,
.classic-wrap h4.title {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: -0.072rem;
  font-weight: 700;
}
@media (max-width: 720px) {
  .voca-wrap h4.title,
  .classic-wrap h4.title {
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
  }
}
.voca-wrap h4.title .btn-arrow,
.classic-wrap h4.title .btn-arrow {
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 1rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_down3.svg") 50% 50% no-repeat;
  background-size: 2.8rem auto;
}
@media (max-width: 360px) {
  .voca-wrap h4.title .btn-arrow,
  .classic-wrap h4.title .btn-arrow {
    margin-left: 0.5rem;
  }
}
.voca-wrap h4.title + .info-text,
.classic-wrap h4.title + .info-text {
  margin-top: 1.6rem;
  color: #666;
  font-weight: 400;
}
.voca-wrap h4.title + .info-text + .upper-area,
.classic-wrap h4.title + .info-text + .upper-area {
  margin-top: 4.8rem;
}
@media (max-width: 420px) {
  .voca-wrap h4.title + .info-text + .upper-area,
  .classic-wrap h4.title + .info-text + .upper-area {
    margin-top: 1.6rem;
  }
  .voca-wrap h4.title + .info-text + .upper-area.between .count-wrap + .btn-aside,
  .classic-wrap h4.title + .info-text + .upper-area.between .count-wrap + .btn-aside {
    width: 100%;
    margin: 1.6rem 0 0 0;
    text-align: left;
  }
}
.voca-wrap h4.title + .btn-aside,
.classic-wrap h4.title + .btn-aside {
  position: absolute;
  right: 2rem;
  top: 0.5rem;
}
@media (max-width: 720px) {
  .voca-wrap h4.title + .btn-aside,
  .classic-wrap h4.title + .btn-aside {
    position: static;
    margin-top: 1.2rem;
  }
}
.voca-wrap h4.title .round-box,
.classic-wrap h4.title .round-box {
  padding: 1.4rem 1.8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
  margin-left: 2rem;
}
.voca-wrap h4.title .round-box > span,
.classic-wrap h4.title .round-box > span {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 600;
}
.voca-wrap h4.title .round-box > span > em,
.classic-wrap h4.title .round-box > span > em {
  display: block;
  margin-left: 0.5rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.voca-wrap h4.title .round-box > span > strong,
.classic-wrap h4.title .round-box > span > strong {
  display: block;
  margin-right: 0.5rem;
  color: #4E60FF;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.voca-wrap h4.title .round-box:has(span + span) > span + span,
.classic-wrap h4.title .round-box:has(span + span) > span + span {
  display: flex;
  align-items: center;
}
.voca-wrap h4.title .round-box:has(span + span) > span + span strong,
.classic-wrap h4.title .round-box:has(span + span) > span + span strong {
  color: #666666;
  font-weight: 500;
}
.voca-wrap h4.title .round-box:has(span + span) > span + span:before,
.classic-wrap h4.title .round-box:has(span + span) > span + span:before {
  content: "";
  width: 0.1rem;
  height: 1.4rem;
  margin: 0 1.2rem;
  background-color: #CCCCCC;
}
@media (max-width: 720px) {
  .voca-wrap h4.title .round-box,
  .classic-wrap h4.title .round-box {
    position: absolute;
    bottom: 0;
    right: 2rem;
    padding: 0;
  }
}
@media (max-width: 420px) {
  .voca-wrap h4.title:has(.round-box span + span),
  .classic-wrap h4.title:has(.round-box span + span) {
    display: block;
  }
  .voca-wrap h4.title:has(.round-box span + span) .round-box,
  .classic-wrap h4.title:has(.round-box span + span) .round-box {
    position: static;
    margin: 1.2rem 0 0 0;
  }
}
.voca-wrap .level-wrap,
.classic-wrap .level-wrap {
  display: flex;
  gap: 1.2rem;
}
.voca-wrap .level-wrap strong,
.classic-wrap .level-wrap strong {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  padding: 1.2rem 1.6rem;
  color: #666666;
  background-color: #F6F7FA;
  border-radius: 2.2rem;
}
.voca-wrap .level-wrap + .test-wrap,
.classic-wrap .level-wrap + .test-wrap {
  margin-top: 4.8rem;
}
.voca-wrap .test-wrap,
.classic-wrap .test-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #eee;
}
@media (max-width: 720px) {
  .voca-wrap .test-wrap,
  .classic-wrap .test-wrap {
    flex-direction: column;
  }
}
.voca-wrap .test-wrap p,
.classic-wrap .test-wrap p {
  width: 100%;
  color: #666;
}
@media (min-width: 721px) {
  .voca-wrap .test-wrap p,
  .classic-wrap .test-wrap p {
    max-width: calc(100% - 19.3rem);
  }
}
@media (max-width: 720px) {
  .voca-wrap .test-wrap button,
  .classic-wrap .test-wrap button {
    margin-top: 3rem;
  }
}
.voca-wrap .test-wrap + .tab-mini,
.classic-wrap .test-wrap + .tab-mini {
  margin-top: 14rem;
  padding: 0;
}
@media (max-width: 720px) {
  .voca-wrap .test-wrap + .tab-mini,
  .classic-wrap .test-wrap + .tab-mini {
    margin-top: 10rem;
  }
}
.voca-wrap .tab__panels,
.classic-wrap .tab__panels {
  position: static;
  border: 0 none;
}
.voca-wrap .tab__panels .tab__panels__box,
.classic-wrap .tab__panels .tab__panels__box {
  padding: 0;
}
.voca-wrap .tab-round,
.classic-wrap .tab-round {
  display: block;
  margin-top: 5rem;
  padding: 0;
}
.voca-wrap .tab-round .days,
.classic-wrap .tab-round .days {
  padding: 1.3rem 1.4rem;
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  background: #FFFFFF;
  border-radius: 5rem;
}
.voca-wrap .tab-round .days em,
.classic-wrap .tab-round .days em {
  margin-left: 0.5rem;
  color: #4E60FF;
}
.voca-wrap .tab-round .tab-wrap,
.classic-wrap .tab-round .tab-wrap {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem;
  background: #FFFFFF;
  border: 0.1rem solid #eee;
  border-radius: 5rem;
}
@media (max-width: 420px) {
  .voca-wrap .tab-round .tab-wrap,
  .classic-wrap .tab-round .tab-wrap {
    width: 100%;
  }
}
.voca-wrap .tab-round .tab-wrap li,
.classic-wrap .tab-round .tab-wrap li {
  font-weight: 400;
}
.voca-wrap .tab-round .tab-wrap li:before,
.classic-wrap .tab-round .tab-wrap li:before {
  display: none;
}
.voca-wrap .tab-round .tab-wrap li button,
.classic-wrap .tab-round .tab-wrap li button {
  display: block;
  padding: 0.8rem 2rem;
  color: #999999;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
}
.voca-wrap .tab-round .tab-wrap li button.active,
.classic-wrap .tab-round .tab-wrap li button.active {
  color: #FFFFFF;
  background: #4E60FF;
  font-weight: 600;
  border-radius: 5rem;
}
@media (max-width: 400px) {
  .voca-wrap .tab-round,
  .classic-wrap .tab-round {
    display: block;
  }
  .voca-wrap .tab-round .days,
  .classic-wrap .tab-round .days {
    margin-top: 1rem;
    text-align: center;
  }
  .voca-wrap .tab-round .tab-wrap,
  .classic-wrap .tab-round .tab-wrap {
    justify-content: center;
  }
}
.voca-wrap .tab-mini,
.classic-wrap .tab-mini {
  font-weight: 400;
}
.voca-wrap .tab-mini:not(.tab-round),
.classic-wrap .tab-mini:not(.tab-round) {
  margin-top: 14rem;
  padding: 0;
}
@media (max-width: 720px) {
  .voca-wrap .tab-mini:not(.tab-round),
  .classic-wrap .tab-mini:not(.tab-round) {
    margin-top: 10rem;
  }
}
.voca-wrap .tab-mini + .tab-content,
.classic-wrap .tab-mini + .tab-content {
  margin-top: 2.4rem;
}
.voca-wrap .tab-content .box.round,
.classic-wrap .tab-content .box.round {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  padding: 4rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #eee;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .tab-content .box.round,
  .classic-wrap .tab-content .box.round {
    flex-direction: column;
  }
}
.voca-wrap .tab-content .box.round .input-box,
.classic-wrap .tab-content .box.round .input-box {
  width: calc((100% - 4rem) / 2);
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .tab-content .box.round .input-box,
  .classic-wrap .tab-content .box.round .input-box {
    width: 100%;
  }
}
.voca-wrap .tab-content .box.round .input-box + .input-box,
.classic-wrap .tab-content .box.round .input-box + .input-box {
  margin-top: 0;
}
.voca-wrap .tab-content .box.round .input-box + .input-box:nth-of-type(2) .title span,
.classic-wrap .tab-content .box.round .input-box + .input-box:nth-of-type(2) .title span {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 400;
  color: #999;
}
@media (max-width: 420px) {
  .voca-wrap .tab-content .box.round .input-box + .input-box:nth-of-type(2) .title span,
  .classic-wrap .tab-content .box.round .input-box + .input-box:nth-of-type(2) .title span {
    margin-top: 0.5rem;
    display: block;
    margin-left: 0;
  }
}
.voca-wrap .tab-content .box.round .input-box + .input-box:nth-of-type(2) .input-wrap,
.classic-wrap .tab-content .box.round .input-box + .input-box:nth-of-type(2) .input-wrap {
  border: 0 none;
}
@media (max-width: 370px) {
  .voca-wrap .tab-content .box.round .input-box + .input-box:nth-of-type(2) .input-wrap,
  .classic-wrap .tab-content .box.round .input-box + .input-box:nth-of-type(2) .input-wrap {
    flex-direction: column;
    height: auto;
  }
}
.voca-wrap .tab-content .box.round .select-wrap select,
.classic-wrap .tab-content .box.round .select-wrap select {
  width: 100%;
}
.voca-wrap .tab-content .paging,
.classic-wrap .tab-content .paging {
  margin-top: 4rem;
}
@media (max-width: 720px) {
  .voca-wrap .tab-content .paging,
  .classic-wrap .tab-content .paging {
    display: none;
  }
}
.voca-wrap .state-wrap,
.classic-wrap .state-wrap {
  margin-top: -4.8rem;
  text-align: center;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .state-wrap,
  .classic-wrap .state-wrap {
    margin-top: 5rem;
  }
}
@media (max-width: 420px) {
  .voca-wrap .state-wrap,
  .classic-wrap .state-wrap {
    margin-top: 3rem;
  }
}
.voca-wrap .calendar-wrap,
.classic-wrap .calendar-wrap {
  min-width: 18rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1.2rem 2.4rem;
  border: 0.1rem solid #eee;
  border-radius: 10rem;
}
@media (max-width: 420px) {
  .voca-wrap .calendar-wrap,
  .classic-wrap .calendar-wrap {
    min-width: auto;
    width: 100%;
  }
}
.voca-wrap .calendar-wrap span,
.classic-wrap .calendar-wrap span {
  color: #666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.voca-wrap .status-wrap,
.classic-wrap .status-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
@media (max-width: 720px) {
  .voca-wrap .status-wrap,
  .classic-wrap .status-wrap {
    margin-top: 3.2rem;
  }
}
.voca-wrap .status-wrap .round-box,
.classic-wrap .status-wrap .round-box {
  flex: 0 0 auto;
  padding: 1.2rem 1.6rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
}
.voca-wrap .status-wrap .round-box:before,
.classic-wrap .status-wrap .round-box:before {
  content: "#";
  margin-right: 0.3rem;
}
.voca-wrap .box-wrap,
.classic-wrap .box-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 2.4rem;
  gap: 2.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.voca-wrap .box-wrap .box,
.classic-wrap .box-wrap .box {
  flex: 1;
  padding: 3.4rem 3rem;
  border: 1px solid #EEEEEE;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .voca-wrap .box-wrap .box,
  .classic-wrap .box-wrap .box {
    flex: 0 1 auto;
    width: calc((100% - 2.4rem) / 2);
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .box-wrap .box,
  .classic-wrap .box-wrap .box {
    width: 100%;
  }
}
.voca-wrap .box-wrap .box.round,
.classic-wrap .box-wrap .box.round {
  border-radius: 1.6rem;
}
.voca-wrap .box-wrap .box.round-bg,
.classic-wrap .box-wrap .box.round-bg {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4rem 3rem;
  border-radius: 2rem;
  background-color: #F6F7FA;
  border: 0;
}
.voca-wrap .box-wrap .box.round-bg h5,
.classic-wrap .box-wrap .box.round-bg h5 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 700;
}
.voca-wrap .box-wrap .box.round-bg > span,
.classic-wrap .box-wrap .box.round-bg > span {
  margin-top: 1.2rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
}
.voca-wrap .box-wrap .box.round-bg .btn-wrap,
.classic-wrap .box-wrap .box.round-bg .btn-wrap {
  width: auto;
  margin-top: 2.8rem;
}
.voca-wrap .box-wrap .box.round-bg .btn-wrap > .btn,
.classic-wrap .box-wrap .box.round-bg .btn-wrap > .btn {
  display: block;
  width: 16rem;
  padding: 2rem 0;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  background-color: #4E60FF;
  border-radius: 5rem;
  border: 0.1rem solid #4E60FF;
  text-align: center;
}
.voca-wrap .box-wrap .box.round-bg .btn-wrap > .btn.border,
.classic-wrap .box-wrap .box.round-bg .btn-wrap > .btn.border {
  color: #4E60FF;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
  background: transparent;
  border: 0.1rem solid #4E60FF;
}
.voca-wrap .box-wrap .box.round-bg .btn-wrap:has(.btn + .btn) .btn,
.classic-wrap .box-wrap .box.round-bg .btn-wrap:has(.btn + .btn) .btn {
  width: 21rem;
}
.voca-wrap .box-wrap .box.round-bg .btn-wrap:has(.btn + .btn) .btn + .btn,
.classic-wrap .box-wrap .box.round-bg .btn-wrap:has(.btn + .btn) .btn + .btn {
  margin-left: 1.6rem;
}
@media (max-width: 720px) {
  .voca-wrap .box-wrap .box.round-bg .btn-wrap,
  .classic-wrap .box-wrap .box.round-bg .btn-wrap {
    display: block;
    width: 100%;
  }
  .voca-wrap .box-wrap .box.round-bg .btn-wrap:has(.btn + .btn) .btn,
  .classic-wrap .box-wrap .box.round-bg .btn-wrap:has(.btn + .btn) .btn {
    width: 100%;
  }
  .voca-wrap .box-wrap .box.round-bg .btn-wrap:has(.btn + .btn) .btn + button,
  .classic-wrap .box-wrap .box.round-bg .btn-wrap:has(.btn + .btn) .btn + button {
    margin: 1.2rem 0 0;
  }
}
.voca-wrap .box-wrap .box.round .table-info,
.classic-wrap .box-wrap .box.round .table-info {
  width: 100%;
  text-align: center;
  padding-bottom: 4rem;
}
.voca-wrap .box-wrap .box.round .table-info > h5,
.classic-wrap .box-wrap .box.round .table-info > h5 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 600;
  color: #333;
}
.voca-wrap .box-wrap .box.round .table-info em,
.classic-wrap .box-wrap .box.round .table-info em {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #666;
  padding-top: 1.2rem;
  display: inline-block;
}
.voca-wrap .box-wrap .box.round .table-info em > strong,
.classic-wrap .box-wrap .box.round .table-info em > strong {
  margin-left: 0.5rem;
  font-weight: 600;
}
.voca-wrap .box-wrap .box .cont,
.classic-wrap .box-wrap .box .cont {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.voca-wrap .box-wrap .box .cont > span,
.classic-wrap .box-wrap .box .cont > span {
  padding-left: 7.6rem;
  color: #666666;
  font-weight: 500;
  line-height: 1.6rem;
}
.voca-wrap .box-wrap .box .cont > span strong,
.classic-wrap .box-wrap .box .cont > span strong {
  display: block;
  color: #333333;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
}
.voca-wrap .box-wrap .box .cont > span strong > em,
.classic-wrap .box-wrap .box .cont > span strong > em {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
  color: #999;
}
.voca-wrap .box-wrap .box .cont > span strong[class^=ico-],
.classic-wrap .box-wrap .box .cont > span strong[class^=ico-] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.voca-wrap .box-wrap .box .cont > span strong[class^=ico-]::after,
.classic-wrap .box-wrap .box .cont > span strong[class^=ico-]::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  margin-left: 0.8rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 720px) {
  .voca-wrap .box-wrap .box .cont > span strong[class^=ico-]::after,
  .classic-wrap .box-wrap .box .cont > span strong[class^=ico-]::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.voca-wrap .box-wrap .box .cont > span strong.ico-mark,
.classic-wrap .box-wrap .box .cont > span strong.ico-mark {
  position: relative;
}
.voca-wrap .box-wrap .box .cont > span strong.ico-mark::after,
.classic-wrap .box-wrap .box .cont > span strong.ico-mark::after {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_mark.svg");
}
@media (max-width: 720px) {
  .voca-wrap .box-wrap .box .cont > span strong.ico-mark .tooltip-box,
  .classic-wrap .box-wrap .box .cont > span strong.ico-mark .tooltip-box {
    min-width: auto;
    width: 22rem;
  }
}
.voca-wrap .box-wrap .box .cont > span br,
.classic-wrap .box-wrap .box .cont > span br {
  display: none;
}
.voca-wrap .box-wrap .box .cont > span::before,
.classic-wrap .box-wrap .box .cont > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.6rem;
  height: 5.6rem;
  background: #F6F7FA url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_book2.svg") center center no-repeat;
  border-radius: 2.8rem;
  background-size: 3.2rem 3.2rem;
  transform: translateY(-50%);
}
.voca-wrap .box-wrap .box .cont .btn,
.classic-wrap .box-wrap .box .cont .btn {
  padding: 1.4rem 2rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  background-color: #4E60FF;
  border-radius: 5rem;
  font-weight: 600;
  border: 0.1rem solid #4E60FF;
}
.voca-wrap .box-wrap .box .cont .btn.border,
.classic-wrap .box-wrap .box .cont .btn.border {
  color: #4E60FF;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 600;
  background: transparent;
  border: 0.1rem solid #4E60FF;
}
.voca-wrap .box-wrap .box .cont .btn + .btn,
.classic-wrap .box-wrap .box .cont .btn + .btn {
  margin-left: 1.2rem;
}
@media (max-width: 720px) {
  .voca-wrap .box-wrap .box .cont,
  .classic-wrap .box-wrap .box .cont {
    flex-direction: column;
  }
  .voca-wrap .box-wrap .box .cont > span,
  .classic-wrap .box-wrap .box .cont > span {
    padding: 0;
    line-height: 2.4rem;
    text-align: center;
    font-weight: 400;
  }
  .voca-wrap .box-wrap .box .cont > span::before,
  .classic-wrap .box-wrap .box .cont > span::before {
    display: none;
  }
  .voca-wrap .box-wrap .box .cont > span br,
  .classic-wrap .box-wrap .box .cont > span br {
    display: block;
  }
  .voca-wrap .box-wrap .box .cont .btn,
  .classic-wrap .box-wrap .box .cont .btn {
    margin-top: 2.4rem;
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
  }
}
.voca-wrap .box-wrap .box .tit,
.classic-wrap .box-wrap .box .tit {
  display: flex;
  align-items: center;
  color: #666666;
  font-weight: 600;
  line-height: 1.9rem;
}
.voca-wrap .box-wrap .box .tit .info,
.classic-wrap .box-wrap .box .tit .info {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_mark.svg") 0 0/100% 100% no-repeat;
  margin-left: 0.4rem;
  cursor: pointer;
}
.voca-wrap .box-wrap .box .tit .info > .tooltip-box,
.classic-wrap .box-wrap .box .tit .info > .tooltip-box {
  top: auto;
  bottom: 3.8rem;
  left: auto;
  right: -2.4rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .box-wrap .box .tit .info > .tooltip-box,
  .classic-wrap .box-wrap .box .tit .info > .tooltip-box {
    min-width: 0;
    width: 19rem;
    left: -1rem;
    right: auto;
  }
}
@media (max-width: 420px) {
  .voca-wrap .box-wrap .box .tit .info > .tooltip-box,
  .classic-wrap .box-wrap .box .tit .info > .tooltip-box {
    width: 16rem;
  }
}
@media (max-width: 370px) {
  .voca-wrap .box-wrap .box .tit .info > .tooltip-box,
  .classic-wrap .box-wrap .box .tit .info > .tooltip-box {
    width: 14rem;
  }
}
.voca-wrap .box-wrap .box .tit .info > .tooltip-box:before,
.classic-wrap .box-wrap .box .tit .info > .tooltip-box:before {
  left: auto;
  right: 2.6rem;
  transform: rotate(-180deg);
  top: 100%;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .box-wrap .box .tit .info > .tooltip-box:before,
  .classic-wrap .box-wrap .box .tit .info > .tooltip-box:before {
    left: 1.2rem;
    right: auto;
  }
}
.voca-wrap .box-wrap .box .tit .info > .tooltip-box p br,
.classic-wrap .box-wrap .box .tit .info > .tooltip-box p br {
  display: none;
}
.voca-wrap .box-wrap .box .tit + .cont,
.classic-wrap .box-wrap .box .tit + .cont {
  margin-top: 3.2rem;
}
.voca-wrap .box-wrap .box .tit + .cont:has(span + span)::before,
.classic-wrap .box-wrap .box .tit + .cont:has(span + span)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 100%;
  background: #EEEEEE;
  transform: translateX(-50%);
}
.voca-wrap .box-wrap .box .tit + .cont > span,
.classic-wrap .box-wrap .box .tit + .cont > span {
  flex: 1;
  padding: 0 2rem 0 0;
  color: #999999;
  text-align: left;
}
.voca-wrap .box-wrap .box .tit + .cont > span::before,
.classic-wrap .box-wrap .box .tit + .cont > span::before {
  display: none;
}
.voca-wrap .box-wrap .box .tit + .cont > span strong,
.classic-wrap .box-wrap .box .tit + .cont > span strong {
  margin: 1rem 0 0 0;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: -0.048rem;
  font-weight: 600;
}
.voca-wrap .box-wrap .box .tit + .cont > span + span,
.classic-wrap .box-wrap .box .tit + .cont > span + span {
  padding: 0 0 0 2rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .voca-wrap .box-wrap .box .tit + .cont > span,
  .classic-wrap .box-wrap .box .tit + .cont > span {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
  .voca-wrap .box-wrap .box .tit + .cont > span strong,
  .classic-wrap .box-wrap .box .tit + .cont > span strong {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: -0.044rem;
  }
  .voca-wrap .box-wrap .box .tit + .cont > span + span,
  .classic-wrap .box-wrap .box .tit + .cont > span + span {
    padding: 0 0 0 1rem;
  }
}
.voca-wrap .box-wrap .box .tit::before,
.classic-wrap .box-wrap .box .tit::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
}
.voca-wrap .box-wrap .box .tit.ico-recommend::before,
.classic-wrap .box-wrap .box .tit.ico-recommend::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_recommend.svg");
}
.voca-wrap .box-wrap .box .tit.ico-book::before,
.classic-wrap .box-wrap .box .tit.ico-book::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_book.svg");
}
.voca-wrap .box-wrap .box .tit.ico-file::before,
.classic-wrap .box-wrap .box .tit.ico-file::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_file3.svg");
}
.voca-wrap .box-wrap .box .tit.ico-clock::before,
.classic-wrap .box-wrap .box .tit.ico-clock::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_clock2.svg");
}
.voca-wrap .box-wrap .box .tit.ico-correct::before,
.classic-wrap .box-wrap .box .tit.ico-correct::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_correct.svg");
}
@media (max-width: 720px) {
  .voca-wrap .box-wrap .box .tit + .cont,
  .classic-wrap .box-wrap .box .tit + .cont {
    flex-direction: row;
  }
  .voca-wrap .box-wrap .box .tit + .cont > span,
  .classic-wrap .box-wrap .box .tit + .cont > span {
    text-align: left;
    line-height: 1.671rem;
    font-weight: 500;
  }
}
.voca-wrap .box-wrap .box:has(.tit),
.classic-wrap .box-wrap .box:has(.tit) {
  padding: 3rem;
}
.voca-wrap .edu-list,
.classic-wrap .edu-list {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.voca-wrap .edu-list.days li,
.classic-wrap .edu-list.days li {
  width: calc((100% - 7.2rem) / 4);
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .edu-list.days li,
  .classic-wrap .edu-list.days li {
    width: calc((100% - 4.8rem) / 3);
  }
}
@media (max-width: 720px) {
  .voca-wrap .edu-list.days li,
  .classic-wrap .edu-list.days li {
    width: calc((100% - 2.4rem) / 2);
  }
}
@media (max-width: 430px) {
  .voca-wrap .edu-list.days li,
  .classic-wrap .edu-list.days li {
    width: 100%;
  }
}
.voca-wrap .edu-list li,
.classic-wrap .edu-list li {
  width: calc((100% - 4.8rem) / 3);
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .edu-list li,
  .classic-wrap .edu-list li {
    width: 100%;
  }
}
.voca-wrap .edu-list li > a,
.classic-wrap .edu-list li > a {
  display: block;
  position: relative;
  width: 100%;
  padding: 3rem;
  border-radius: 1.6rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  color: #333;
  font-weight: 500;
  text-align: left;
  border: 0.1rem solid #eee;
}
.voca-wrap .edu-list li > a:before,
.classic-wrap .edu-list li > a:before {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0005 5L7.00049 10L12.0005 15' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.voca-wrap .edu-list li > a strong,
.classic-wrap .edu-list li > a strong {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  color: #333;
}
.voca-wrap .edu-list li > a strong + dl,
.classic-wrap .edu-list li > a strong + dl {
  margin-top: 0.8rem;
}
.voca-wrap .edu-list li > a dl,
.classic-wrap .edu-list li > a dl {
  display: flex;
}
.voca-wrap .edu-list li > a dl dt,
.classic-wrap .edu-list li > a dl dt {
  color: #999;
  font-weight: 400;
}
.voca-wrap .edu-list li > a dl dt + dd:before,
.classic-wrap .edu-list li > a dl dt + dd:before {
  content: "";
  display: inline-block;
  margin: 0 0.8rem;
  width: 0.1rem;
  height: 1.2rem;
  vertical-align: 0;
  font-size: 0;
  background-color: #ccc;
}
.voca-wrap .edu-list li > a dl dd,
.classic-wrap .edu-list li > a dl dd {
  font-weight: 500;
}
.voca-wrap .edu-list li > a.complete dl dd,
.classic-wrap .edu-list li > a.complete dl dd {
  color: #4E60FF;
}
.voca-wrap .edu-list li > a.not-yet strong,
.classic-wrap .edu-list li > a.not-yet strong {
  color: #999;
}
.voca-wrap .edu-list li > a.not-yet dl dt,
.voca-wrap .edu-list li > a.not-yet dl dd,
.classic-wrap .edu-list li > a.not-yet dl dt,
.classic-wrap .edu-list li > a.not-yet dl dd {
  color: #999;
}
.voca-wrap .edu-list + .upper-area,
.classic-wrap .edu-list + .upper-area {
  margin-top: 9rem;
}
@media (max-width: 720px) {
  .voca-wrap .edu-list + .upper-area,
  .classic-wrap .edu-list + .upper-area {
    margin-top: 6rem;
  }
}
.voca-wrap .edu-list + .bottom-wrap,
.classic-wrap .edu-list + .bottom-wrap {
  margin-top: 6rem;
}
@media (max-width: 720px) {
  .voca-wrap .edu-list + .bottom-wrap,
  .classic-wrap .edu-list + .bottom-wrap {
    margin-top: 4rem;
  }
}
.voca-wrap .round-box,
.classic-wrap .round-box {
  display: flex;
  align-items: center;
  color: #666666;
  background-color: #F6F7FA;
  border-radius: 2.4rem;
}
.voca-wrap .upper-area,
.classic-wrap .upper-area {
  display: flex;
  align-items: center;
}
@media (max-width: 720px) {
  .voca-wrap .upper-area,
  .classic-wrap .upper-area {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.voca-wrap .upper-area.between,
.classic-wrap .upper-area.between {
  justify-content: space-between;
}
.voca-wrap .upper-area.between .func,
.classic-wrap .upper-area.between .func {
  margin-top: 0;
}
.voca-wrap .upper-area.between .count-wrap dl,
.classic-wrap .upper-area.between .count-wrap dl {
  gap: 0.5rem;
  padding: 1.4rem 1.8rem;
  background-color: #F6F7FA;
  border-radius: 5rem;
}
.voca-wrap .upper-area.between .count-wrap dl dd,
.classic-wrap .upper-area.between .count-wrap dl dd {
  color: #666;
}
.voca-wrap .upper-area.between .count-wrap dl dd strong,
.classic-wrap .upper-area.between .count-wrap dl dd strong {
  color: #4E60FF;
}
@media (max-width: 420px) {
  .voca-wrap .upper-area.between .count-wrap,
  .classic-wrap .upper-area.between .count-wrap {
    width: 100%;
  }
  .voca-wrap .upper-area.between .count-wrap dl,
  .classic-wrap .upper-area.between .count-wrap dl {
    display: flex;
    justify-content: center;
    flex: 1;
  }
}
.voca-wrap .upper-area.between .sort-wrap,
.classic-wrap .upper-area.between .sort-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-top: 0.8rem;
}
@media (max-width: 720px) {
  .voca-wrap .upper-area.between .sort-wrap,
  .classic-wrap .upper-area.between .sort-wrap {
    flex-wrap: wrap;
    margin-top: 3rem;
  }
}
@media (max-width: 540px) {
  .voca-wrap .upper-area.between .sort-wrap,
  .classic-wrap .upper-area.between .sort-wrap {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.voca-wrap .upper-area.between .sort-wrap .func,
.classic-wrap .upper-area.between .sort-wrap .func {
  margin-top: 0;
  padding-left: 0;
}
.voca-wrap .upper-area.between .sort-wrap .func + select,
.classic-wrap .upper-area.between .sort-wrap .func + select {
  margin-left: 2.2rem;
}
@media (max-width: 540px) {
  .voca-wrap .upper-area.between .sort-wrap .func + select,
  .classic-wrap .upper-area.between .sort-wrap .func + select {
    margin-left: 0;
  }
}
@media (max-width: 720px) {
  .voca-wrap .upper-area.between .sort-wrap .func,
  .classic-wrap .upper-area.between .sort-wrap .func {
    padding-right: 0;
  }
}
.voca-wrap .upper-area.between .sort-wrap select,
.classic-wrap .upper-area.between .sort-wrap select {
  min-width: 15rem;
  font-weight: 400;
}
@media (max-width: 540px) {
  .voca-wrap .upper-area.between .sort-wrap select,
  .classic-wrap .upper-area.between .sort-wrap select {
    width: 100%;
    min-width: auto;
    margin-left: 0;
  }
}
@media (max-width: 720px) {
  .voca-wrap .upper-area.between:has(.sort-wrap),
  .classic-wrap .upper-area.between:has(.sort-wrap) {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 420px) {
  .voca-wrap .upper-area.between,
  .classic-wrap .upper-area.between {
    display: block;
  }
  .voca-wrap .upper-area.between .count-wrap + .btn-aside,
  .classic-wrap .upper-area.between .count-wrap + .btn-aside {
    margin-top: 2rem;
  }
  .voca-wrap .upper-area.between .func,
  .classic-wrap .upper-area.between .func {
    margin-top: 1.6rem;
  }
}
@media (max-width: 360px) {
  .voca-wrap .upper-area:not(.process) .count-wrap dl + dl:before,
  .classic-wrap .upper-area:not(.process) .count-wrap dl + dl:before {
    display: none;
  }
}
.voca-wrap .upper-area:not(.process) .btn-aside,
.classic-wrap .upper-area:not(.process) .btn-aside {
  margin-left: auto;
}
.voca-wrap .upper-area h5.sub-title,
.classic-wrap .upper-area h5.sub-title {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
}
.voca-wrap .upper-area h5.sub-title + .count-wrap,
.classic-wrap .upper-area h5.sub-title + .count-wrap {
  margin-left: 1.6rem;
}
@media (max-width: 720px) {
  .voca-wrap .upper-area h5.sub-title + .count-wrap,
  .classic-wrap .upper-area h5.sub-title + .count-wrap {
    margin-left: 0;
  }
}
.voca-wrap .upper-area .count-wrap,
.classic-wrap .upper-area .count-wrap {
  display: flex;
}
.voca-wrap .upper-area .count-wrap dl,
.classic-wrap .upper-area .count-wrap dl {
  display: flex;
}
.voca-wrap .upper-area .count-wrap dl dt,
.classic-wrap .upper-area .count-wrap dl dt {
  color: #666;
}
.voca-wrap .upper-area .count-wrap dl dd,
.classic-wrap .upper-area .count-wrap dl dd {
  padding-left: 0.3rem;
  color: #4E60FF;
}
.voca-wrap .upper-area .count-wrap dl dd strong,
.classic-wrap .upper-area .count-wrap dl dd strong {
  font-weight: 600;
}
.voca-wrap .upper-area .count-wrap dl + dl:before,
.classic-wrap .upper-area .count-wrap dl + dl:before {
  content: "/";
  margin: 0 0.6rem;
}
.voca-wrap .upper-area + .word-list,
.voca-wrap .upper-area + .edu-list,
.classic-wrap .upper-area + .word-list,
.classic-wrap .upper-area + .edu-list {
  margin-top: 2.4rem;
}
.voca-wrap .upper-area + .edu-list li > .complete,
.voca-wrap .upper-area + .edu-list li > .not-yet,
.classic-wrap .upper-area + .edu-list li > .complete,
.classic-wrap .upper-area + .edu-list li > .not-yet {
  background-position: calc(100% - 3rem) calc(100% - 3.5rem);
}
.voca-wrap .upper-area .all-list,
.classic-wrap .upper-area .all-list {
  display: flex;
  color: #666;
}
.voca-wrap .upper-area .all-list strong,
.classic-wrap .upper-area .all-list strong {
  margin-left: 0.8rem;
  color: #4E60FF;
  font-weight: 600;
}
.voca-wrap .upper-area .all-list li,
.classic-wrap .upper-area .all-list li {
  display: flex;
  color: #666;
  align-items: center;
}
.voca-wrap .upper-area .all-list li + li:before,
.classic-wrap .upper-area .all-list li + li:before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.2rem;
  margin: 0 1.2rem;
  background-color: #ccc;
  font-size: 0;
}
.voca-wrap .btn-aside,
.classic-wrap .btn-aside {
  padding-left: 2.6rem;
  color: #666666;
  font-weight: 400;
}
.voca-wrap .btn-aside.setting,
.classic-wrap .btn-aside.setting {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_setting2.svg") 0 50% no-repeat;
  background-size: 2rem auto;
}
.voca-wrap .btn-aside.reset,
.classic-wrap .btn-aside.reset {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_reset.svg") 0 50% no-repeat;
  background-size: 2rem auto;
}
.voca-wrap .btn-aside + .level-wrap,
.classic-wrap .btn-aside + .level-wrap {
  margin-top: 2.4rem;
}
.voca-wrap .btn-aside + .tab-mini,
.classic-wrap .btn-aside + .tab-mini {
  margin-top: 6rem;
}
.voca-wrap .word-list,
.classic-wrap .word-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.voca-wrap .word-list li,
.classic-wrap .word-list li {
  width: calc((100% - 7.2rem) / 4);
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .word-list li,
  .classic-wrap .word-list li {
    width: calc((100% - 4.8rem) / 3);
  }
}
@media (max-width: 720px) {
  .voca-wrap .word-list li,
  .classic-wrap .word-list li {
    width: calc((100% - 2.4rem) / 2);
  }
}
@media (max-width: 430px) {
  .voca-wrap .word-list li,
  .classic-wrap .word-list li {
    width: 100%;
  }
}
.voca-wrap .word-list li > a,
.classic-wrap .word-list li > a {
  display: block;
  padding: 3rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #eee;
}
.voca-wrap .word-list li > a div,
.classic-wrap .word-list li > a div {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.voca-wrap .word-list li > a div + span,
.classic-wrap .word-list li > a div + span {
  margin-top: 0.8rem;
}
.voca-wrap .word-list li > a span,
.classic-wrap .word-list li > a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
.voca-wrap .word-list + .bottom-wrap,
.classic-wrap .word-list + .bottom-wrap {
  margin-top: 6rem;
}
@media (max-width: 720px) {
  .voca-wrap .word-list + .bottom-wrap,
  .classic-wrap .word-list + .bottom-wrap {
    margin-top: 4rem;
  }
}
.voca-wrap .bottom-wrap,
.classic-wrap .bottom-wrap {
  margin-top: 6rem;
  text-align: center;
}
.voca-wrap .bottom-wrap .btn.more,
.classic-wrap .bottom-wrap .btn.more {
  min-width: 16rem;
  padding: 2rem 2.4rem;
  color: #4E60FF;
  border-radius: 5rem;
  border: 0.1rem solid #4E60FF;
  text-align: center;
}
.voca-wrap .count-btn,
.classic-wrap .count-btn {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
@media (max-width: 370px) {
  .voca-wrap .count-btn,
  .classic-wrap .count-btn {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.voca-wrap .count-btn > button,
.classic-wrap .count-btn > button {
  width: 6rem;
  height: 6rem;
  border-radius: 0.8rem;
  background-color: #4E60FF;
  position: relative;
}
.voca-wrap .count-btn > button:after,
.classic-wrap .count-btn > button:after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.voca-wrap .count-btn > button:disabled,
.classic-wrap .count-btn > button:disabled {
  background-color: #eee;
  color: #999;
  cursor: default;
}
.voca-wrap .count-btn > button.minus::after,
.classic-wrap .count-btn > button.minus::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.01562 12.5H20.9862' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.voca-wrap .count-btn > button.minus:disabled::after,
.classic-wrap .count-btn > button.minus:disabled::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.01562 12.5H20.9862' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.voca-wrap .count-btn > button.plus::after,
.classic-wrap .count-btn > button.plus::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5009 4.01472V20.9853M4.01562 12.5H20.9862' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.voca-wrap .count-btn > button.plus:disabled::after,
.classic-wrap .count-btn > button.plus:disabled::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5009 4.01472V20.9853M4.01562 12.5H20.9862' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.voca-wrap .count-btn > button + button,
.classic-wrap .count-btn > button + button {
  margin-left: 1rem;
}
.voca-wrap .box.round .input-wrap .input-round,
.classic-wrap .box.round .input-wrap .input-round {
  display: flex;
  width: 14.7rem;
  height: 100%;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0 1.6rem;
  border: 0.1rem solid #eee;
  border-radius: 0.8rem;
  background-color: #fff;
}
@media (max-width: 370px) {
  .voca-wrap .box.round .input-wrap .input-round,
  .classic-wrap .box.round .input-wrap .input-round {
    width: 100%;
    height: 6rem;
  }
}
.voca-wrap .box.round .input-wrap .input-round .input-field,
.classic-wrap .box.round .input-wrap .input-round .input-field {
  width: 100%;
  border: 0 none;
  padding: 0;
}
.voca-wrap .box.round .input-wrap .input-round .input-field:read-only,
.classic-wrap .box.round .input-wrap .input-round .input-field:read-only {
  background-color: transparent;
}
.voca-wrap .box.round .input-wrap .input-round .text,
.classic-wrap .box.round .input-wrap .input-round .text {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  color: #999;
}
.voca-wrap .box.round .select-radio,
.classic-wrap .box.round .select-radio {
  display: flex;
  gap: 1rem;
}
@media (max-width: 720px) {
  .voca-wrap .box.round .select-radio,
  .classic-wrap .box.round .select-radio {
    flex-direction: column;
  }
}
.voca-wrap .box.round .select-radio input[type=radio],
.classic-wrap .box.round .select-radio input[type=radio] {
  display: none;
}
.voca-wrap .box.round .select-radio input:checked + label,
.classic-wrap .box.round .select-radio input:checked + label {
  color: #fff;
  background-color: #4E60FF;
  border: 0.1rem solid transparent;
}
.voca-wrap .box.round .select-radio input + label,
.classic-wrap .box.round .select-radio input + label {
  flex: 1;
  color: #999;
  cursor: pointer;
  padding: 1.6rem 1rem;
  background-color: transparent;
  border: 0.1rem solid #ccc;
  text-align: center;
  border-radius: 0.8rem;
}
.voca-wrap .box.round + .my-choice,
.classic-wrap .box.round + .my-choice {
  margin-top: 2rem;
}
.voca-wrap .my-choice,
.classic-wrap .my-choice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.2rem 4rem;
  border-radius: 1.6rem;
  background-color: #F6F7FA;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .my-choice,
  .classic-wrap .my-choice {
    flex-direction: column;
  }
}
.voca-wrap .my-choice .btn.quiz,
.classic-wrap .my-choice .btn.quiz {
  margin-top: 3rem;
  width: 13.2rem;
  padding: 1.4rem 2rem;
  border-radius: 10rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #fff;
  background-color: #4E60FF;
}
.voca-wrap .my-choice .data,
.classic-wrap .my-choice .data {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  width: calc(100% - 19.2rem);
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .my-choice .data,
  .classic-wrap .my-choice .data {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .voca-wrap .my-choice .data,
  .classic-wrap .my-choice .data {
    justify-content: center;
  }
}
.voca-wrap .my-choice .data li,
.classic-wrap .my-choice .data li {
  padding: 1.2rem 1.6rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666;
  border-radius: 2.2rem;
  background-color: #fff;
}
.voca-wrap .list-wrap h5.sub-title,
.classic-wrap .list-wrap h5.sub-title {
  margin-top: 4rem;
  color: #333;
  font-weight: 600;
}
.voca-wrap .list-wrap h5.sub-title + .voca-list > li:nth-child(1),
.classic-wrap .list-wrap h5.sub-title + .voca-list > li:nth-child(1) {
  margin-top: 1.4rem;
}
.voca-wrap .voca-list > li,
.classic-wrap .voca-list > li {
  position: relative;
  margin-top: 2.4rem;
  padding: 4rem 4rem 4rem;
  border: 0.1rem solid #eee;
  border-radius: 1.6rem;
}
@media (min-width: 721px) {
  .voca-wrap .voca-list > li:has(.ex-wrap) .btn-wrap,
  .classic-wrap .voca-list > li:has(.ex-wrap) .btn-wrap {
    top: 4.7rem;
  }
  .voca-wrap .voca-list > li:has(.ex-wrap) .level-wrap + .txt-wrap + .ex-wrap + .btn-wrap,
  .classic-wrap .voca-list > li:has(.ex-wrap) .level-wrap + .txt-wrap + .ex-wrap + .btn-wrap {
    top: 7.6rem;
  }
}
@media (max-width: 720px) {
  .voca-wrap .voca-list > li:has(.ex-wrap):has(.ex),
  .classic-wrap .voca-list > li:has(.ex-wrap):has(.ex) {
    padding-bottom: 6rem;
  }
}
@media (min-width: 721px) {
  .voca-wrap .voca-list > li:has(.ex-wrap.hide) .btn-wrap,
  .classic-wrap .voca-list > li:has(.ex-wrap.hide) .btn-wrap {
    top: 0;
    transform: none;
    margin-top: 4.7rem;
  }
}
.voca-wrap .voca-list > li .level-wrap,
.classic-wrap .voca-list > li .level-wrap {
  flex-wrap: wrap;
  gap: 1rem;
}
.voca-wrap .voca-list > li .level-wrap strong,
.classic-wrap .voca-list > li .level-wrap strong {
  padding: 0.4rem 1.2rem;
  background-color: #E7EAFF;
  border-radius: 0.8rem;
  color: #4E60FF;
}
.voca-wrap .voca-list > li .level-wrap + .txt-wrap,
.classic-wrap .voca-list > li .level-wrap + .txt-wrap {
  margin-top: 3.2rem;
}
@media (min-width: 721px) {
  .voca-wrap .voca-list > li .level-wrap + .txt-wrap,
  .classic-wrap .voca-list > li .level-wrap + .txt-wrap {
    width: 100%;
    max-width: calc(100% - 26.2rem);
  }
}
@media (max-width: 720px) {
  .voca-wrap .voca-list > li .level-wrap + .txt-wrap,
  .classic-wrap .voca-list > li .level-wrap + .txt-wrap {
    max-width: none;
  }
}
.voca-wrap .voca-list > li .txt-wrap > strong,
.classic-wrap .voca-list > li .txt-wrap > strong {
  position: relative;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
}
.voca-wrap .voca-list > li .txt-wrap > strong > a.hide,
.classic-wrap .voca-list > li .txt-wrap > strong > a.hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 12rem;
  height: 100%;
  border-radius: 0.4rem;
  background: #F6F7FA url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_view.svg") 50% 50% no-repeat;
  background-size: 2rem auto;
  font-size: 0;
}
.voca-wrap .voca-list > li .txt-wrap > strong > a.hide + .btn,
.classic-wrap .voca-list > li .txt-wrap > strong > a.hide + .btn {
  margin-left: 12.4rem;
}
.voca-wrap .voca-list > li .txt-wrap > strong .btn.play,
.classic-wrap .voca-list > li .txt-wrap > strong .btn.play {
  margin: -0.2rem 0 0 0.5rem;
  vertical-align: middle;
}
.voca-wrap .voca-list > li .txt-wrap .meaning,
.classic-wrap .voca-list > li .txt-wrap .meaning {
  display: flex;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.voca-wrap .voca-list > li .txt-wrap .meaning.hide,
.classic-wrap .voca-list > li .txt-wrap .meaning.hide {
  position: relative;
  width: 12rem;
  font-size: 0;
}
.voca-wrap .voca-list > li .txt-wrap .meaning.hide:before,
.classic-wrap .voca-list > li .txt-wrap .meaning.hide:before {
  content: "";
  display: block;
  position: absolute;
  width: 12rem;
  height: 100%;
  border-radius: 0.4rem;
  background: #F6F7FA url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_view.svg") 50% 50% no-repeat;
  background-size: 2rem auto;
}
.voca-wrap .voca-list > li .txt-wrap .meaning span,
.classic-wrap .voca-list > li .txt-wrap .meaning span {
  color: #4E60FF;
}
.voca-wrap .voca-list > li .txt-wrap .meaning span + div:before,
.classic-wrap .voca-list > li .txt-wrap .meaning span + div:before {
  content: "";
  display: inline-block;
  margin: 0 0.8rem;
  width: 0.1rem;
  height: 1.2rem;
  vertical-align: 0;
  font-size: 0;
  background-color: #ccc;
}
.voca-wrap .voca-list > li .txt-wrap .meaning div,
.classic-wrap .voca-list > li .txt-wrap .meaning div {
  color: #333;
}
.voca-wrap .voca-list > li .btn-wrap,
.classic-wrap .voca-list > li .btn-wrap {
  position: absolute;
  right: 4rem;
  top: 4.7rem;
  display: flex;
  gap: 1.2rem;
  width: auto;
  transition: all 0.3s ease;
}
.voca-wrap .voca-list > li .btn-wrap .btn,
.classic-wrap .voca-list > li .btn-wrap .btn {
  min-width: 11.5rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
}
@media (max-width: 720px) {
  .voca-wrap .voca-list > li .btn-wrap,
  .classic-wrap .voca-list > li .btn-wrap {
    position: static;
    margin-top: 2.4rem;
    transform: none;
  }
  .voca-wrap .voca-list > li .btn-wrap .btn,
  .classic-wrap .voca-list > li .btn-wrap .btn {
    width: 50%;
    text-align: center;
  }
}
.voca-wrap .voca-list > li .ex-wrap,
.classic-wrap .voca-list > li .ex-wrap {
  position: relative;
  margin-top: 2.4rem;
  text-align: center;
}
@media (min-width: 721px) {
  .voca-wrap .voca-list > li .ex-wrap,
  .classic-wrap .voca-list > li .ex-wrap {
    margin-bottom: -1rem;
  }
}
.voca-wrap .voca-list > li .ex-wrap.hide,
.classic-wrap .voca-list > li .ex-wrap.hide {
  position: relative;
}
.voca-wrap .voca-list > li .ex-wrap.hide .ex-list,
.classic-wrap .voca-list > li .ex-wrap.hide .ex-list {
  height: 6rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media (max-width: 720px) {
  .voca-wrap .voca-list > li .ex-wrap.hide,
  .classic-wrap .voca-list > li .ex-wrap.hide {
    position: static;
  }
}
@media (max-width: 720px) {
  .voca-wrap .voca-list > li .ex-wrap,
  .classic-wrap .voca-list > li .ex-wrap {
    position: static;
  }
}
.voca-wrap .voca-list > li .ex-wrap .ex-list,
.classic-wrap .voca-list > li .ex-wrap .ex-list {
  position: relative;
  margin-bottom: 2.4rem;
  display: none;
  text-align: left;
}
@media (max-width: 720px) {
  .voca-wrap .voca-list > li .ex-wrap .ex-list,
  .classic-wrap .voca-list > li .ex-wrap .ex-list {
    max-width: none;
    margin-bottom: 0;
  }
}
.voca-wrap .voca-list > li .ex-wrap .ex-list > li p,
.classic-wrap .voca-list > li .ex-wrap .ex-list > li p {
  color: #666;
  font-weight: 400;
}
.voca-wrap .voca-list > li .ex-wrap .ex-list > li p.en .btn,
.classic-wrap .voca-list > li .ex-wrap .ex-list > li p.en .btn {
  margin-left: 0.4rem;
  vertical-align: -0.4rem;
}
.voca-wrap .voca-list > li .ex-wrap .ex-list > li + li,
.classic-wrap .voca-list > li .ex-wrap .ex-list > li + li {
  margin-top: 1.2rem;
}
.voca-wrap .voca-list > li .ex-wrap .ex-list > li.notice,
.classic-wrap .voca-list > li .ex-wrap .ex-list > li.notice {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 2rem;
  color: #999;
  font-weight: 400;
  border-radius: 0.8rem;
  background-color: #F6F7FA;
  cursor: pointer;
}
.voca-wrap .voca-list > li .ex-wrap .btn.ex,
.classic-wrap .voca-list > li .ex-wrap .btn.ex {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #999;
  transition: all 0.3s ease;
}
@media (max-width: 720px) {
  .voca-wrap .voca-list > li .ex-wrap .btn.ex,
  .classic-wrap .voca-list > li .ex-wrap .btn.ex {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.voca-wrap .voca-list > li .ex-wrap .btn.ex:after,
.classic-wrap .voca-list > li .ex-wrap .btn.ex:after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.4rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_down2.svg") 50% 50% no-repeat;
  background-size: 1.6rem auto;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.voca-wrap .voca-list > li .ex-wrap .btn.ex.open:after,
.classic-wrap .voca-list > li .ex-wrap .btn.ex.open:after {
  transform: rotate(180deg);
}
.voca-wrap .func,
.classic-wrap .func {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.8rem;
  z-index: 1;
}
.voca-wrap .func > span,
.classic-wrap .func > span {
  display: flex;
}
@media (max-width: 720px) {
  .voca-wrap .func,
  .classic-wrap .func {
    margin-top: 3.2rem;
  }
  .voca-wrap .func .desc,
  .classic-wrap .func .desc {
    display: none;
  }
}
.voca-wrap .btn.word, .voca-wrap .btn.exam,
.classic-wrap .btn.word,
.classic-wrap .btn.exam {
  padding: 1.4rem 2rem;
  border-radius: 10rem;
  background-color: #4E60FF;
  color: #fff;
}
.voca-wrap .btn.cart,
.classic-wrap .btn.cart {
  padding: 1.4rem 2rem;
  border-radius: 10rem;
  border: 0.1rem solid #4E60FF;
  color: #4E60FF;
}
.voca-wrap .btn.into,
.classic-wrap .btn.into {
  padding-right: 2rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_into.svg") 100% 50% no-repeat;
  background-size: 1.6rem auto;
}
.voca-wrap .btn.play,
.classic-wrap .btn.play {
  width: 2rem;
  height: 2rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_play.svg") 50% 50% no-repeat;
  background-size: 2rem auto;
  vertical-align: -0.3rem;
}
@media (max-width: 720px) {
  .voca-wrap .viewer-wrap .viewer__top,
  .classic-wrap .viewer-wrap .viewer__top {
    padding: 0;
  }
}
.voca-wrap .viewer-wrap .status-wrap,
.classic-wrap .viewer-wrap .status-wrap {
  margin-top: 0;
}
@media (max-width: 720px) {
  .voca-wrap .viewer-wrap .status-wrap,
  .classic-wrap .viewer-wrap .status-wrap {
    padding: 0;
  }
}
.voca-wrap .table-cont,
.classic-wrap .table-cont {
  position: relative;
  margin-top: 2.4rem;
}
.voca-wrap .table-cont .btn,
.classic-wrap .table-cont .btn {
  flex: 0 0 auto;
  padding: 1rem 1.6rem;
  color: #999999;
  font-weight: 500;
  line-height: 1.9rem;
  border-radius: 0.8rem;
}
.voca-wrap .table-cont .btn.btn-grey,
.classic-wrap .table-cont .btn.btn-grey {
  background: #F6F7FA;
}
.voca-wrap .table-cont .btn.btn-primary,
.classic-wrap .table-cont .btn.btn-primary {
  color: #A034FF;
  background: #F9ECFF;
}
.voca-wrap .table-cont .btn.btn-primary2,
.classic-wrap .table-cont .btn.btn-primary2 {
  color: #4E60FF;
  background: #E7EAFF;
}
.voca-wrap .table-cont .table table tbody tr td strong,
.classic-wrap .table-cont .table table tbody tr td strong {
  display: block;
  font-weight: 600;
}
.voca-wrap .table-cont .table table tbody tr td.subject,
.classic-wrap .table-cont .table table tbody tr td.subject {
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
}
.voca-wrap .table-cont .table table tbody tr td.subject:has(.btn),
.classic-wrap .table-cont .table table tbody tr td.subject:has(.btn) {
  justify-content: space-between;
}
.voca-wrap .table-cont .table table tbody tr td.subject:has(.btn) .tit,
.classic-wrap .table-cont .table table tbody tr td.subject:has(.btn) .tit {
  padding-right: 2rem;
  text-align: left;
}
.voca-wrap .table-cont .table table tbody tr td.subject .tit,
.classic-wrap .table-cont .table table tbody tr td.subject .tit {
  text-align: center;
}
.voca-wrap .table-cont .table table tbody tr td.subject .tit strong,
.classic-wrap .table-cont .table table tbody tr td.subject .tit strong {
  margin-top: 0.6rem;
  color: #333333;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
}
.voca-wrap .table-cont .table table tbody tr td.grade,
.classic-wrap .table-cont .table table tbody tr td.grade {
  color: #EA4F4F;
  font-weight: 600;
  line-height: 1.9rem;
}
.voca-wrap .table-cont .table table tbody tr td.grade.o,
.classic-wrap .table-cont .table table tbody tr td.grade.o {
  color: #4E60FF;
}
.voca-wrap .table-cont .table table tbody tr td.scoring,
.classic-wrap .table-cont .table table tbody tr td.scoring {
  color: #333333;
}
.voca-wrap .table-cont .desc,
.classic-wrap .table-cont .desc {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: -4.7rem;
  right: 0;
  width: 100%;
  color: #999999;
  font-weight: 400;
}
.voca-wrap .table-cont .desc:before,
.classic-wrap .table-cont .desc:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.6rem;
  background: #999999;
  border-radius: 0.2rem;
}
@media (max-width: 720px) {
  .voca-wrap .table-cont,
  .classic-wrap .table-cont {
    position: static;
  }
  .voca-wrap .table-cont .table,
  .classic-wrap .table-cont .table {
    padding: 0;
  }
  .voca-wrap .table-cont .desc,
  .classic-wrap .table-cont .desc {
    position: static;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
  .voca-wrap .table-cont .desc:before,
  .classic-wrap .table-cont .desc:before {
    margin-top: 0.8rem;
  }
}
.voca-wrap .scoring-list,
.classic-wrap .scoring-list {
  margin-top: 14rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .voca-wrap .scoring-list .tit-wrap,
  .classic-wrap .scoring-list .tit-wrap {
    position: relative;
  }
}
.voca-wrap .scoring-list .table table tbody tr td.scoring,
.classic-wrap .scoring-list .table table tbody tr td.scoring {
  padding-left: 2rem;
  color: #333333;
  text-align: left;
  font-weight: 300;
}
.voca-wrap .scoring-list .table table tbody tr td.scoring strong,
.classic-wrap .scoring-list .table table tbody tr td.scoring strong {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
}
@media (max-width: 720px) {
  .voca-wrap .result-wrap .box-wrap .box.round-bg .btn-wrap,
  .classic-wrap .result-wrap .box-wrap .box.round-bg .btn-wrap {
    width: auto;
  }
}
.voca-wrap .result-wrap .box-wrap .box.round-bg .btn-wrap .btn,
.classic-wrap .result-wrap .box-wrap .box.round-bg .btn-wrap .btn {
  width: auto;
  padding: 2rem;
}
.voca-wrap .viewer-wrap .viewer__body .btn-wrap .btn.btn-next,
.classic-wrap .viewer-wrap .viewer__body .btn-wrap .btn.btn-next {
  color: #FFFFFF;
  background-color: #4E60FF;
}
.voca-wrap .viewer-wrap .viewer__body .btn-wrap .btn.btn-next:after,
.classic-wrap .viewer-wrap .viewer__body .btn-wrap .btn.btn-next:after {
  background-color: #FFFFFF;
}
.voca-wrap .exam-wrap .no,
.classic-wrap .exam-wrap .no {
  padding: 0 0 1.2rem 3rem;
  color: #333333;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
}
.voca-wrap .exam-wrap .question,
.classic-wrap .exam-wrap .question {
  position: relative;
  height: 40rem;
  margin-top: 1.2rem;
  border: 0.1rem solid #EEEEEE;
  border-radius: 1.6rem;
}
.voca-wrap .exam-wrap .question .text,
.classic-wrap .exam-wrap .question .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.voca-wrap .exam-wrap .question .text .tit,
.classic-wrap .exam-wrap .question .text .tit {
  font-size: 5.4rem;
  line-height: 6.4rem;
  letter-spacing: -0.108rem;
  font-weight: 700;
}
.voca-wrap .exam-wrap .question .text .tit span.empty,
.classic-wrap .exam-wrap .question .text .tit span.empty {
  display: inline-block;
  width: 20rem;
  margin-left: 0.8rem;
  border-bottom: 0.4rem solid #000000;
}
.voca-wrap .exam-wrap .question .text .sub,
.classic-wrap .exam-wrap .question .text .sub {
  margin-top: 2rem;
  color: #999999;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 400;
}
@media (max-width: 720px) {
  .voca-wrap .exam-wrap .question .text,
  .classic-wrap .exam-wrap .question .text {
    width: 90%;
  }
}
.voca-wrap .exam-wrap .question .text .right,
.classic-wrap .exam-wrap .question .text .right {
  display: none;
}
.voca-wrap .exam-wrap .answer,
.classic-wrap .exam-wrap .answer {
  margin-top: 7rem;
}
.voca-wrap .exam-wrap .answer ol.multiple,
.classic-wrap .exam-wrap .answer ol.multiple {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.voca-wrap .exam-wrap .answer ol.multiple li,
.classic-wrap .exam-wrap .answer ol.multiple li {
  display: flex;
  align-items: stretch;
  width: calc(50% - 1.2rem);
}
.voca-wrap .exam-wrap .answer ol.multiple li input[type=radio],
.classic-wrap .exam-wrap .answer ol.multiple li input[type=radio] {
  display: none;
}
.voca-wrap .exam-wrap .answer ol.multiple li input[type=radio] + label,
.classic-wrap .exam-wrap .answer ol.multiple li input[type=radio] + label {
  display: block;
  width: 100%;
  padding: 3.2rem 2rem;
  color: #999999;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  border: 0.1rem solid #EEEEEE;
  border-radius: 1.6rem;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
}
.voca-wrap .exam-wrap .answer ol.multiple li input[type=radio]:checked + label,
.classic-wrap .exam-wrap .answer ol.multiple li input[type=radio]:checked + label {
  color: #4E60FF;
  border: 0.2rem solid #4E60FF;
  font-weight: 600;
}
@media (max-width: 720px) {
  .voca-wrap .exam-wrap .answer ol li,
  .classic-wrap .exam-wrap .answer ol li {
    width: 100%;
  }
}
.voca-wrap .exam-wrap .answer .short,
.classic-wrap .exam-wrap .answer .short {
  text-align: center;
}
.voca-wrap .exam-wrap .answer .short input[type=text],
.classic-wrap .exam-wrap .answer .short input[type=text] {
  padding-bottom: 2.8rem;
  font-size: 5.4rem;
  line-height: 6.4rem;
  letter-spacing: -0.108rem;
  border-bottom: 0.4rem solid #666666;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .exam-wrap .answer .short input[type=text],
  .classic-wrap .exam-wrap .answer .short input[type=text] {
    width: 90%;
  }
}
.voca-wrap .exam-wrap.ans__right ol.multiple li input[type=radio]:checked + label,
.classic-wrap .exam-wrap.ans__right ol.multiple li input[type=radio]:checked + label {
  color: #FFFFFF;
  border-color: #4E60FF;
  background-color: #4E60FF;
}
.voca-wrap .exam-wrap.ans__right .short input,
.classic-wrap .exam-wrap.ans__right .short input {
  color: #4E60FF;
}
.voca-wrap .exam-wrap.ans__wrong .question .text .right,
.classic-wrap .exam-wrap.ans__wrong .question .text .right {
  display: block;
  margin-top: 2rem;
  color: #4E60FF;
  font-size: 5.4rem;
  line-height: 6.4rem;
  letter-spacing: -0.108rem;
  font-weight: 700;
}
.voca-wrap .exam-wrap.ans__wrong ol.multiple li input[type=radio]:checked + label,
.classic-wrap .exam-wrap.ans__wrong ol.multiple li input[type=radio]:checked + label {
  color: #EA4F4F;
  border: 0.1rem solid #EA4F4F;
}
.voca-wrap .exam-wrap.ans__wrong ol.multiple li.right input[type=radio]:checked + label,
.classic-wrap .exam-wrap.ans__wrong ol.multiple li.right input[type=radio]:checked + label {
  color: #FFFFFF;
  border-color: #4E60FF;
  background-color: #4E60FF;
}
.voca-wrap .exam-wrap.ans__wrong .short,
.classic-wrap .exam-wrap.ans__wrong .short {
  color: #EA4F4F;
}
.voca-wrap .exam-wrap:has(.answer ol.multiple) + .btn-wrap .btn__inner .btn,
.classic-wrap .exam-wrap:has(.answer ol.multiple) + .btn-wrap .btn__inner .btn {
  color: #999999;
  background: #EEEEEE;
  cursor: default;
}
.voca-wrap .exam-wrap:has(.answer ol.multiple):has(li input:checked) + .btn-wrap .btn__inner .btn,
.classic-wrap .exam-wrap:has(.answer ol.multiple):has(li input:checked) + .btn-wrap .btn__inner .btn {
  color: #FFFFFF;
  background: #4E60FF;
  border-color: #4E60FF;
  cursor: pointer;
}

/* 부모 요소 추가 AI문제은행 공통 */
body.dark-mode .voca-wrap,
body.dark-mode .classic-wrap {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap h4.title + .info-text,
body.dark-mode .classic-wrap h4.title + .info-text {
  color: #999999;
}
body.dark-mode .voca-wrap h4.title .round-box,
body.dark-mode .classic-wrap h4.title .round-box {
  color: #FFFFFF;
  background-color: #242424;
}
@media (max-width: 720px) {
  body.dark-mode .voca-wrap h4.title .round-box,
  body.dark-mode .classic-wrap h4.title .round-box {
    background: none;
  }
}
body.dark-mode .voca-wrap .tab-round .tab-wrap,
body.dark-mode .classic-wrap .tab-round .tab-wrap {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .tab-round .tab-wrap li button.active,
body.dark-mode .classic-wrap .tab-round .tab-wrap li button.active {
  background-color: #444444;
}
body.dark-mode .voca-wrap .btn.cart,
body.dark-mode .classic-wrap .btn.cart {
  color: #FFFFFF;
  border-color: #333333;
  background-color: #333333;
}
body.dark-mode .voca-wrap .bottom-wrap .btn.more,
body.dark-mode .classic-wrap .bottom-wrap .btn.more {
  color: #FFFFFF;
  background-color: #333333;
  border-color: #333333;
}
body.dark-mode .voca-wrap .calendar-wrap,
body.dark-mode .classic-wrap .calendar-wrap {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .calendar-wrap span,
body.dark-mode .classic-wrap .calendar-wrap span {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .box.round .select-radio input + label,
body.dark-mode .classic-wrap .box.round .select-radio input + label {
  border-color: #333333;
  background-color: #333333;
}
body.dark-mode .voca-wrap .box.round .select-radio input:checked + label,
body.dark-mode .classic-wrap .box.round .select-radio input:checked + label {
  background-color: #13BE29;
}
body.dark-mode .voca-wrap .box-wrap .box,
body.dark-mode .classic-wrap .box-wrap .box {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .box-wrap .box .tit,
body.dark-mode .classic-wrap .box-wrap .box .tit {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .box-wrap .box .tit + .cont > span strong,
body.dark-mode .classic-wrap .box-wrap .box .tit + .cont > span strong {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .box-wrap .box .tit + .cont:has(span + span):before,
body.dark-mode .classic-wrap .box-wrap .box .tit + .cont:has(span + span):before {
  background-color: #666666;
}
body.dark-mode .voca-wrap .box-wrap .box.round-bg .btn-wrap > .btn.border,
body.dark-mode .classic-wrap .box-wrap .box.round-bg .btn-wrap > .btn.border {
  color: #FFFFFF;
  border-color: #333333;
  background-color: #333333;
}
body.dark-mode .voca-wrap .edu-list li a,
body.dark-mode .voca-wrap .edu-list li .complete,
body.dark-mode .classic-wrap .edu-list li a,
body.dark-mode .classic-wrap .edu-list li .complete {
  color: #FFFFFF;
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .edu-list li a:before,
body.dark-mode .voca-wrap .edu-list li .complete:before,
body.dark-mode .classic-wrap .edu-list li a:before,
body.dark-mode .classic-wrap .edu-list li .complete:before {
  background-color: #999999;
}
body.dark-mode .voca-wrap .edu-list li a strong,
body.dark-mode .voca-wrap .edu-list li .complete strong,
body.dark-mode .classic-wrap .edu-list li a strong,
body.dark-mode .classic-wrap .edu-list li .complete strong {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .edu-list li .not-yet,
body.dark-mode .classic-wrap .edu-list li .not-yet {
  color: #666666;
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .edu-list li .not-yet:before,
body.dark-mode .classic-wrap .edu-list li .not-yet:before {
  background-color: #666666;
}
body.dark-mode .voca-wrap .edu-list li .not-yet strong,
body.dark-mode .classic-wrap .edu-list li .not-yet strong {
  color: #666666;
}
body.dark-mode .voca-wrap .edu-list li .not-yet dl dt,
body.dark-mode .voca-wrap .edu-list li .not-yet dl dd,
body.dark-mode .classic-wrap .edu-list li .not-yet dl dt,
body.dark-mode .classic-wrap .edu-list li .not-yet dl dd {
  color: #666666;
}
body.dark-mode .voca-wrap .edu-list li .not-yet dl dt:before,
body.dark-mode .voca-wrap .edu-list li .not-yet dl dd:before,
body.dark-mode .classic-wrap .edu-list li .not-yet dl dt:before,
body.dark-mode .classic-wrap .edu-list li .not-yet dl dd:before {
  background-color: #666666;
}
body.dark-mode .voca-wrap .word-list li > a,
body.dark-mode .classic-wrap .word-list li > a {
  color: #FFFFFF;
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .word-list li > a div,
body.dark-mode .classic-wrap .word-list li > a div {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .word-list li > a span,
body.dark-mode .classic-wrap .word-list li > a span {
  color: #999999;
}
body.dark-mode .voca-wrap .upper-area .count-wrap dl dt,
body.dark-mode .classic-wrap .upper-area .count-wrap dl dt {
  color: #999999;
}
body.dark-mode .voca-wrap .upper-area.process .count-wrap dl,
body.dark-mode .classic-wrap .upper-area.process .count-wrap dl {
  background: #242424;
}
body.dark-mode .voca-wrap .upper-area.process .count-wrap dl dt,
body.dark-mode .classic-wrap .upper-area.process .count-wrap dl dt {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .upper-area.process .count-wrap dl dd,
body.dark-mode .classic-wrap .upper-area.process .count-wrap dl dd {
  color: #999999;
}
body.dark-mode .voca-wrap .upper-area.between .count-wrap dl,
body.dark-mode .classic-wrap .upper-area.between .count-wrap dl {
  background: #242424;
}
body.dark-mode .voca-wrap .upper-area.between .count-wrap dl dt,
body.dark-mode .classic-wrap .upper-area.between .count-wrap dl dt {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .upper-area.between .count-wrap dl dd,
body.dark-mode .classic-wrap .upper-area.between .count-wrap dl dd {
  color: #999999;
}
body.dark-mode .voca-wrap .upper-area.between .count-wrap dl dd strong,
body.dark-mode .classic-wrap .upper-area.between .count-wrap dl dd strong {
  color: #13BE29;
}
body.dark-mode .voca-wrap .upper-area select,
body.dark-mode .classic-wrap .upper-area select {
  color: #333;
}
body.dark-mode .voca-wrap .input-box .input-wrap,
body.dark-mode .classic-wrap .input-box .input-wrap {
  background-color: transparent;
}
body.dark-mode .voca-wrap .tab-content .box.round,
body.dark-mode .classic-wrap .tab-content .box.round {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .tab-content .box.round .select-wrap select,
body.dark-mode .classic-wrap .tab-content .box.round .select-wrap select {
  color: #333333;
}
body.dark-mode .voca-wrap .my-choice,
body.dark-mode .classic-wrap .my-choice {
  background-color: #242424;
}
body.dark-mode .voca-wrap .my-choice .data li,
body.dark-mode .classic-wrap .my-choice .data li {
  background-color: #333333;
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .btn-aside,
body.dark-mode .classic-wrap .btn-aside {
  color: #999999;
}
body.dark-mode .voca-wrap .list-wrap h5.sub-title,
body.dark-mode .classic-wrap .list-wrap h5.sub-title {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .voca-list > li,
body.dark-mode .classic-wrap .voca-list > li {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .voca-list > li .txt-wrap > strong > a.hide,
body.dark-mode .classic-wrap .voca-list > li .txt-wrap > strong > a.hide {
  background-color: #333333;
}
body.dark-mode .voca-wrap .voca-list > li .txt-wrap .meaning div,
body.dark-mode .classic-wrap .voca-list > li .txt-wrap .meaning div {
  color: #FFF;
}
body.dark-mode .voca-wrap .voca-list > li .txt-wrap .meaning.hide:before,
body.dark-mode .classic-wrap .voca-list > li .txt-wrap .meaning.hide:before {
  background-color: #333333;
}
body.dark-mode .voca-wrap .voca-list > li .level-wrap strong,
body.dark-mode .classic-wrap .voca-list > li .level-wrap strong {
  color: #999999;
  background-color: #333333;
}
body.dark-mode .voca-wrap .voca-list > li .ex-wrap .ex-list > li.notice,
body.dark-mode .classic-wrap .voca-list > li .ex-wrap .ex-list > li.notice {
  background-color: #333333;
}
body.dark-mode .voca-wrap .voca-list > li .ex-wrap .ex-list > li p,
body.dark-mode .classic-wrap .voca-list > li .ex-wrap .ex-list > li p {
  color: #999999;
}
body.dark-mode .voca-wrap .exam-wrap .no,
body.dark-mode .classic-wrap .exam-wrap .no {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .exam-wrap .question,
body.dark-mode .classic-wrap .exam-wrap .question {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .exam-wrap .question .text .tit > span.empty,
body.dark-mode .classic-wrap .exam-wrap .question .text .tit > span.empty {
  border-color: #FFFFFF;
}
body.dark-mode .voca-wrap .exam-wrap .answer ol.multiple li input[type=radio] + label,
body.dark-mode .classic-wrap .exam-wrap .answer ol.multiple li input[type=radio] + label {
  color: #999999;
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .exam-wrap .answer ol.multiple li input[type=radio]:checked + label,
body.dark-mode .classic-wrap .exam-wrap .answer ol.multiple li input[type=radio]:checked + label {
  color: #FFFFFF;
  border-color: #13BE29;
}
body.dark-mode .voca-wrap .exam-wrap.ans__wrong ol.multiple li input[type=radio]:checked + label,
body.dark-mode .classic-wrap .exam-wrap.ans__wrong ol.multiple li input[type=radio]:checked + label {
  background: none;
}
body.dark-mode .voca-wrap .level-wrap strong,
body.dark-mode .classic-wrap .level-wrap strong {
  color: #999999;
  background-color: #242424;
}
body.dark-mode .voca-wrap .test-wrap,
body.dark-mode .classic-wrap .test-wrap {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .test-wrap p,
body.dark-mode .classic-wrap .test-wrap p {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .status-wrap .round-box,
body.dark-mode .classic-wrap .status-wrap .round-box {
  color: #999999;
  background-color: #242424;
}
body.dark-mode .voca-wrap .table-cont .btn,
body.dark-mode .classic-wrap .table-cont .btn {
  background-color: transparent;
  border: 0.1rem solid rgba(153, 153, 153, 0.4);
}
body.dark-mode .voca-wrap .table-cont .table table thead tr th,
body.dark-mode .classic-wrap .table-cont .table table thead tr th {
  background-color: #242424;
  color: #999999;
}
body.dark-mode .voca-wrap .table-cont .table table tbody tr,
body.dark-mode .classic-wrap .table-cont .table table tbody tr {
  border-color: #333333;
}
body.dark-mode .voca-wrap .table-cont .table table tbody tr td,
body.dark-mode .classic-wrap .table-cont .table table tbody tr td {
  color: #999999;
}
body.dark-mode .voca-wrap .table-cont .table table tbody tr td.subject .tit strong,
body.dark-mode .classic-wrap .table-cont .table table tbody tr td.subject .tit strong {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .viewer-wrap .viewer__body .btn-wrap .btn.btn-next,
body.dark-mode .classic-wrap .viewer-wrap .viewer__body .btn-wrap .btn.btn-next {
  border-color: #13BE29;
}

/* 부모 요소 추가 AI문제은행 공통 */
@media (max-width: 720px) {
  .ainew-wrap .tab-mini {
    padding: 0;
  }
}
.ainew-wrap .drop-down__select {
  width: auto;
  height: 4rem;
  line-height: 4rem;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  color: #222;
  border: 1px solid #ddd;
  padding: 0rem 3.2rem 0rem 0rem;
  position: relative;
  cursor: pointer;
}
.ainew-wrap .drop-down__select::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_down_gray.svg") 0 0/100% 100% no-repeat;
  position: absolute;
  top: 1rem;
  right: 0rem;
  transition: all 0.3s ease;
}
@media (max-width: 720px) {
  .ainew-wrap .drop-down__select::after {
    right: 1rem;
  }
}
.ainew-wrap .drop-down__list {
  width: calc(100% + 6rem);
  border: 1px solid #EEEEEE;
  border-radius: 0.8rem;
  background-color: #FFFFFF;
  position: absolute;
  top: calc(100% + 0.8rem);
  left: -3rem;
  display: none;
  z-index: 10;
  overflow: hidden;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .drop-down__list {
    width: 100%;
    left: 0;
  }
}
.ainew-wrap .drop-down__item {
  font-size: 1.6rem;
  padding: 1.6rem;
  cursor: pointer;
  color: #666666;
  transition: all 0.3s ease;
}
.ainew-wrap .drop-down__item:hover, .ainew-wrap .drop-down__item.active {
  color: #4E60FF;
  background-color: #F6F7FA;
}
.ainew-wrap .drop-down.open .drop-down__select::after {
  transform: rotate(-180deg);
}
.ainew-wrap .drop-down.open .drop-down__list {
  display: block;
}
.ainew-wrap .drop-down.err .errMsg {
  display: block;
}
.ainew-wrap .drop-down + .input-box .errMsg {
  display: none !important;
}
.ainew-wrap .tooltip-box {
  width: max-content;
  min-width: 23.5rem;
  height: auto;
  padding: 1rem 2.8rem 1rem 1.4rem;
  background-color: #333333;
  position: absolute;
  border-radius: 0.8rem;
  top: calc(100% + 0.5rem);
  left: 5.2rem;
  display: none;
}
@media (max-width: 1280px) {
  .ainew-wrap .tooltip-box {
    left: 4rem;
  }
}
.ainew-wrap .tooltip-box::before {
  content: "";
  width: 1.2rem;
  height: 0.8rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_tooltip_arr.svg") 0 0 no-repeat;
  position: absolute;
  top: -0.8rem;
  left: 1.2rem;
}
.ainew-wrap .tooltip-box p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
}
.ainew-wrap .tooltip-box .close-tooltip {
  position: absolute;
  top: 1.2rem;
  right: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_tooltip_close.svg") 0 0 no-repeat;
}
.ainew-wrap .tooltip-box.on {
  display: block;
}
.ainew-wrap .toggle-box.type-2 {
  margin: 0;
}
.ainew-wrap .toggle-box.type-2 .toggle {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.8rem;
  background: transparent;
  width: auto;
  height: auto;
}
.ainew-wrap .toggle-box.type-2 .toggle .tit {
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 600;
}
.ainew-wrap .toggle-box.type-2 .toggle input:checked + .toggle-slider {
  background: #4E60FF;
}
.ainew-wrap .toggle-box.type-2 .toggle input:checked + .toggle-slider::before {
  left: 2.8rem;
  background: #FFFFFF;
}
.ainew-wrap .toggle-box.type-2 .toggle input:checked + .toggle-slider + .tit {
  color: #4E60FF;
}
.ainew-wrap .toggle-box.type-2 .toggle .toggle-slider {
  position: relative;
  width: 5rem;
  height: 2.6rem;
  border-radius: 1.3rem;
  background: #EEEEEE;
}
.ainew-wrap .toggle-box.type-2 .toggle .toggle-slider::before {
  width: 1.8rem;
  height: 1.8rem;
  background: #AAAAAA;
  left: 0.4rem;
  transform: none;
}
.ainew-wrap .learning__subject {
  width: 100%;
  border: 1px solid #EEEEEE;
  border-radius: 2.8rem;
  padding: 3.2rem 0;
  margin-top: 4.8rem;
  margin-bottom: 2.4rem;
}
.ainew-wrap .learning__subject .list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  gap: 0rem 6rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .learning__subject .list {
    gap: 0rem 3rem;
  }
}
.ainew-wrap .learning__subject .item {
  position: relative;
}
.ainew-wrap .learning__subject .item > button {
  color: #999999;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 400;
}
.ainew-wrap .learning__subject .item > button.active {
  color: #333333;
  font-weight: 600;
}
.ainew-wrap .learning__subject .item::after {
  content: "";
  width: 0.1rem;
  height: 1.4rem;
  display: inline-block;
  background-color: #EEEEEE;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .learning__subject .item::after {
    right: -2rem;
  }
}
.ainew-wrap .learning__subject .item:last-child::after {
  display: none;
  margin-right: 0;
}
.ainew-wrap .learning__subject .item .drop-down {
  padding-bottom: 0;
}
.ainew-wrap .learning__subject .item .drop-down .drop-down__select {
  height: auto;
  border: none;
  color: #999999;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 400;
}
.ainew-wrap .learning__subject .item .drop-down .drop-down__select::after {
  top: calc(50% - 0.8rem);
}
.ainew-wrap .learning__subject .item .drop-down .drop-down__select.active {
  color: #333333;
  font-weight: 600;
}
.ainew-wrap .learning__subject .table-cont {
  border: 1px;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .learning__subject {
    margin-top: 2.4rem;
    padding: 2rem 0;
  }
  .ainew-wrap .learning__subject .list {
    flex-wrap: wrap;
    margin: -0.5rem;
  }
  .ainew-wrap .learning__subject .list .item {
    margin: 0.5rem;
  }
}
.ainew-wrap .tab-mini + .learning__subject {
  margin-top: 2.4rem;
}
.ainew-wrap .box-wrap .box {
  position: relative;
  border-radius: 1.6rem;
  flex: 1 0 0;
}
.ainew-wrap .box-wrap .box .title {
  color: #333333;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 600;
}
.ainew-wrap .box-wrap .box .desc {
  margin-top: 1.2rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  word-break: auto-phrase;
}
.ainew-wrap .box-wrap .box .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ainew-wrap .box-wrap .box .title-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.ainew-wrap .box-wrap .box .title-wrap .count {
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
}
.ainew-wrap .box-wrap .box .title-wrap .count span {
  color: #4E60FF;
}
.ainew-wrap .box-wrap .box .title-wrap .desc {
  margin-top: 0;
  text-align: left;
}
.ainew-wrap .box-wrap .box .btn-wrap {
  margin-top: 2.8rem;
}
.ainew-wrap .box-wrap .box.round-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  text-align: center;
  background: #F6F7FA;
}
.ainew-wrap .box-wrap .box.round-bg.align-start {
  align-items: flex-start;
  padding: 4rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .box-wrap .box.round-bg {
    padding: 3rem;
  }
}
.ainew-wrap .box-wrap .box.round {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3rem;
  gap: 2.4rem;
  align-self: stretch;
  border-radius: 1.6rem;
  border: 0.1rem solid #EEEEEE;
}
.ainew-wrap .box-wrap .box.icon-desc {
  margin-top: 4.8rem;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .box-wrap .box.icon-desc {
    flex-wrap: wrap;
  }
}
.ainew-wrap .box-wrap .box.icon-desc .info-text {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #333333;
  font-weight: 700;
  flex: 1;
}
@media (max-width: 720px) {
  .ainew-wrap .box-wrap .box.icon-desc .info-text > br {
    display: none;
  }
}
.ainew-wrap .box-wrap .box.icon-desc .info-text > i {
  flex-shrink: 0;
}
.ainew-wrap .box-wrap .box.icon-desc .info-text > i.ico-mathMap {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_math_map_hi.svg") 0 0/100% auto no-repeat;
}
.ainew-wrap .box-wrap .box.icon-desc .info-text > i.ico-aiBot {
  width: 8.7rem;
  height: 9rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_ai_bot_hig_map.svg") 0 0/100% auto no-repeat;
}
@media (max-width: 720px) {
  .ainew-wrap .box-wrap .box.icon-desc .info-text > i.ico-aiBot {
    width: 5.3904rem;
    height: 5.6rem;
  }
}
.ainew-wrap .box-wrap .box.icon-desc .info-text > i.ico-aiBot-2 {
  width: 13.75rem;
  height: 18rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_ai_bot_stand.svg") 0 0/100% auto no-repeat;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .box-wrap .box.icon-desc.type-2 {
    flex-direction: column;
    align-items: center;
  }
}
.ainew-wrap .box-wrap .box.icon-desc.type-2 .info-text {
  gap: 4rem;
  color: #666666;
  font-weight: 400;
}
@media (max-width: 720px) {
  .ainew-wrap .box-wrap .box.icon-desc.type-2 .info-text {
    flex-direction: column;
  }
}
.ainew-wrap .box-wrap .box.icon-desc.type-2 .info-text strong {
  display: block;
  margin-bottom: 1.2rem;
  color: #333333;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 600;
}
.ainew-wrap .box-wrap .box.icon-desc.type-2 .info-text strong em {
  color: #4E60FF;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .box-wrap .box.icon-desc.type-2 .btn-wrap {
    width: 100%;
    margin: 0;
  }
}
.ainew-wrap .box-wrap .box.icon-desc .btn-wrap {
  width: auto;
  margin-top: 0;
  flex: none;
  margin-left: auto;
  gap: 1.6rem;
}
@media (max-width: 720px) {
  .ainew-wrap .box-wrap .box.icon-desc .btn-wrap {
    margin-left: 0;
    gap: 1rem;
    width: 100%;
  }
}
.ainew-wrap .box-wrap.gap1 {
  margin-top: 4.8rem !important;
}
.ainew-wrap .box-wrap + .box-wrap {
  margin-top: 2.4rem;
}
.ainew-wrap .box-wrap + .btn-wrap {
  margin-top: 3.2rem;
}
@media (max-width: 720px) {
  .ainew-wrap .box-wrap .box {
    padding: 3.2rem;
  }
  .ainew-wrap .box-wrap .box:has(.tit) {
    padding: 2.4rem;
  }
  .ainew-wrap .box-wrap .box .title-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .ainew-wrap .box-wrap .box .title-wrap {
    flex-wrap: wrap;
  }
  .ainew-wrap .box-wrap .box .title-wrap .desc {
    width: 100%;
  }
  .ainew-wrap .box-wrap .box .cont > span strong {
    margin-bottom: 1.2rem;
  }
  .ainew-wrap .box-wrap .box.round {
    padding: 3rem;
  }
  .ainew-wrap .box-wrap .box.round-bg.align-start {
    padding: 3rem;
  }
  .ainew-wrap .box-wrap .box.icon-desc {
    flex-direction: column;
  }
  .ainew-wrap .box-wrap .box.icon-desc .info-text {
    width: 100%;
  }
  .ainew-wrap .box-wrap .box .btn-wrap {
    flex-wrap: wrap;
  }
  .ainew-wrap .box-wrap .box .btn-wrap .btn {
    min-width: auto;
    width: 100%;
  }
}
.ainew-wrap h2.title {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: -0.072rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media (max-width: 720px) {
  .ainew-wrap h2.title {
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
  }
}
.ainew-wrap h2.title.type-2 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
}
@media (max-width: 720px) {
  .ainew-wrap h2.title.type-2 {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: -0.048rem;
  }
}
.ainew-wrap h3.title {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: -0.072rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media (max-width: 720px) {
  .ainew-wrap h3.title {
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
  }
}
.ainew-wrap h3.title.type-2 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
}
@media (max-width: 720px) {
  .ainew-wrap h3.title.type-2 {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: -0.048rem;
  }
}
.ainew-wrap h3.title.type-3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
}
.ainew-wrap h4.title {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: -0.072rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media (max-width: 720px) {
  .ainew-wrap h4.title {
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
  }
}
.ainew-wrap h4.title.type-2 {
  gap: 0.8rem;
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
}
@media (max-width: 720px) {
  .ainew-wrap h4.title.type-2 {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: -0.048rem;
  }
}
.ainew-wrap h4.title.type-3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  letter-spacing: -0.052rem;
}
@media (max-width: 720px) {
  .ainew-wrap h4.title.type-3 {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: -0.048rem;
  }
}
.ainew-wrap h4.title + .viewer-wrap .status-wrap {
  margin-top: 0;
}
.ainew-wrap .box-wrap h3.title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 2.6rem;
  line-height: 3.2rem;
  letter-spacing: -0.052rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .ainew-wrap .box-wrap h3.title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: -0.044rem;
  }
}
.ainew-wrap .box-wrap h4.title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 2.6rem;
  line-height: 3.2rem;
  letter-spacing: -0.052rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .ainew-wrap .box-wrap h4.title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: -0.044rem;
  }
}
.ainew-wrap h5.title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media (max-width: 720px) {
  .ainew-wrap h5.title {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: -0.048rem;
  }
}
.ainew-wrap .info-text {
  color: #666666;
  font-weight: 400;
}
.ainew-wrap .info-text strong {
  display: block;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  color: #333333;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.ainew-wrap .info-text strong em {
  color: #4E60FF;
}
.ainew-wrap .info-text + .tab-mini,
.ainew-wrap .tab-mini + .info-text {
  margin-top: 4.8rem;
}
.ainew-wrap .btn.type-1 {
  background-color: #4E60FF;
  color: #FFFFFF;
}
.ainew-wrap .btn.type-2 {
  border: 0.1rem solid #4E60FF;
  color: #4E60FF;
}
.ainew-wrap .btn.type-3 {
  border: 0.1rem solid #CCCCCC;
  color: #999999;
  background-color: #FFFFFF;
}
.ainew-wrap .btn.type-4 {
  background-color: #F6F7FA;
  color: #999999;
}
.ainew-wrap .btn.type-5 {
  color: #AAAAAA;
  border: 0.1rem solid #EEEEEE;
}
.ainew-wrap .btn.type-5:disabled {
  color: #AAAAAA;
  background-color: #EEEEEE;
}
.ainew-wrap .btn.type-6 {
  min-width: 6rem;
  color: #999999;
  text-align: center;
  background: #EEEEEE;
  font-weight: 600;
}
.ainew-wrap .btn.small {
  padding: 0 1.2rem;
  height: 3.8rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  line-height: 3.8rem;
  border-radius: 0.8rem;
}
.ainew-wrap .btn.small.type-3 {
  line-height: 3.6rem;
}
.ainew-wrap .btn.medium {
  padding: 0 2rem;
  height: 5rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  line-height: 5rem;
  border-radius: 10rem;
}
.ainew-wrap .btn.large {
  min-width: 16rem;
  padding: 0 2.4rem;
  height: 6.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  line-height: 6.4rem;
  border-radius: 5rem;
}
.ainew-wrap .btn.large.square {
  min-width: 9rem;
  padding: 0;
  border-radius: 0.8rem;
}
.ainew-wrap .btn.large2 {
  min-width: 20.4rem;
  padding: 0 2.4rem;
  height: 6.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  line-height: 6.4rem;
  border-radius: 5rem;
}
.ainew-wrap .btn.ex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-width: 10.8rem;
  height: 5rem;
  padding: 1.4rem 2rem 1.4rem 3rem;
  background-color: #F6F7FA;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #999999;
  border-radius: 10rem;
  transition: all 0.3s ease;
}
.ainew-wrap .btn.ex:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_down2.svg") 50% 50% no-repeat;
  background-size: 1.6rem auto;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.ainew-wrap .btn.report::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_201_29017)'%3E%3Cpath d='M3 20H21' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6 12.5C6 9.18629 8.68629 6.5 12 6.5V6.5C15.3137 6.5 18 9.18629 18 12.5V20H6V12.5Z' stroke='%23AAAAAA' stroke-width='1.5'/%3E%3Cpath d='M15 12.5C15 10.8431 13.6569 9.5 12 9.5' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 3.5V2' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.75 4.79904L7 3.5' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4.29904 7.75L3 7' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M19.701 7.75L21 7' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M16.25 4.79904L17 3.5' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_201_29017'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ainew-wrap .btn.share::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_201_29020)'%3E%3Ccircle cx='6' cy='12' r='3' stroke='%23AAAAAA' stroke-width='1.5'/%3E%3Ccircle cx='18' cy='6' r='3' stroke='%23AAAAAA' stroke-width='1.5'/%3E%3Ccircle cx='18' cy='18' r='3' stroke='%23AAAAAA' stroke-width='1.5'/%3E%3Cpath d='M9 10L15 6.5' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M9 14L15 17.5' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_201_29020'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ainew-wrap .btn.edit::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.3427 1.71387L22.2856 5.65672M2.57129 21.4282L3.82946 16.8149C3.91154 16.5139 3.95258 16.3634 4.01559 16.2231C4.07153 16.0985 4.14027 15.98 4.2207 15.8696C4.31129 15.7453 4.42158 15.635 4.64218 15.4144L14.828 5.22861C15.0232 5.03343 15.1207 4.93584 15.2333 4.89928C15.3323 4.86712 15.4389 4.86712 15.5379 4.89928C15.6504 4.93584 15.748 5.03343 15.9432 5.22861L18.7708 8.05626C18.966 8.25144 19.0636 8.34903 19.1002 8.46157C19.1323 8.56055 19.1323 8.66718 19.1002 8.76617C19.0636 8.8787 18.966 8.97629 18.7708 9.17147L8.58504 19.3573C8.36444 19.5779 8.25414 19.6882 8.12981 19.7787C8.01942 19.8592 7.90097 19.9279 7.77637 19.9839C7.63603 20.0469 7.48555 20.0879 7.18457 20.17L2.57129 21.4282Z' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ainew-wrap .btn.history {
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25C5.16751 1.25 1.25 5.16751 1.25 10Z' fill='%23CCCCCC'/%3E%3Cpath d='M10 10.876L10 6.50098M10 14.1188V14.1572' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ainew-wrap .btn.mark {
  width: 2rem;
  height: 2rem;
  background-size: cover;
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_question.svg");
}
.ainew-wrap .btn.del {
  width: 1.6rem !important;
  height: 1.6rem;
  line-height: 0 !important;
  padding: 0 !important;
  background-size: 1.6rem auto;
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_close.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.ainew-wrap .btn.ico-more {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.ainew-wrap .btn.ico-more::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: transparent url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_down3.svg") 0 0/100% 100% no-repeat;
}
.ainew-wrap .btn.ico-guide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  color: #666666;
  font-weight: 500;
}
.ainew-wrap .btn.ico-guide::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_mark2.svg") 0 0/100% 100% no-repeat;
}
.ainew-wrap .btn-primary, .ainew-wrap .btn-primary3, .ainew-wrap .btn-primary2 {
  color: #13BE29;
  background-color: #D9FADD;
  flex: 0 0 auto;
  padding: 1rem 1.6rem;
  font-weight: 500;
  line-height: 1.9rem;
  border-radius: 0.8rem;
  font-weight: 600;
  border: 0.1rem solid transparent;
}
.ainew-wrap .btn-primary2 {
  color: #A034FF;
  background: #F9ECFF;
}
.ainew-wrap .btn-primary2.commentary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  transition: all 0.3s ease;
}
.ainew-wrap .btn-primary2.commentary:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14 7L9 12L4 7' stroke='%239E40F1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: all 0.3s ease;
}
.ainew-wrap .btn-primary2.commentary.active:after {
  transform: rotate(-180deg);
}
.ainew-wrap .btn-primary3 {
  color: #4E60FF;
  background: #E7EAFF;
}
.ainew-wrap .btn-primary3.more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: all 0.3s ease;
}
.ainew-wrap .btn-primary3.more:after {
  content: "";
  width: 1.6rem;
  height: 1.7rem;
  background-size: 1.6rem 1.7rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3.5C9 2.94772 8.55228 2.5 8 2.5C7.44772 2.5 7 2.94772 7 3.5V7.5H3C2.44772 7.5 2 7.94771 2 8.5C2 9.05228 2.44772 9.5 3 9.5H7V13.5C7 14.0523 7.44772 14.5 8 14.5C8.55228 14.5 9 14.0523 9 13.5V9.5H13C13.5523 9.5 14 9.05228 14 8.5C14 7.94772 13.5523 7.5 13 7.5H9V3.5Z' fill='%234E60FF'/%3E%3C/svg%3E");
  transition: all 0.3s ease;
}
.ainew-wrap .btn-primary.small, .ainew-wrap .small.btn-primary2, .ainew-wrap .small.btn-primary3 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
}
.ainew-wrap .btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 720px) {
  .ainew-wrap .btn-wrap.m-full .btn {
    width: 100%;
  }
}
.ainew-wrap .input-field {
  border: 0.1rem solid #EEEEEE;
  background-color: #FFFFFF;
  padding: 0 1.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  height: 6.4rem;
  line-height: 6.2rem;
  border-radius: 0.8rem;
}
.ainew-wrap .upper-area {
  display: flex;
  align-items: center;
  margin-top: 4.8rem;
  gap: 2.4rem;
}
.ainew-wrap .upper-area > .ml-auto {
  margin-left: auto;
}
.ainew-wrap .upper-area .btn-wrap {
  width: auto;
  gap: 1rem;
}
.ainew-wrap .upper-area select {
  padding: 1.6rem 4rem 1.6rem 1.6rem;
  min-width: 15rem;
}
@media (max-width: 720px) {
  .ainew-wrap .upper-area {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .ainew-wrap .upper-area:has(.btn-wrap) .btn-wrap {
    order: 2;
    justify-content: flex-end;
  }
  .ainew-wrap .upper-area:has(.btn-wrap) .count-wrap {
    order: 1;
  }
  .ainew-wrap .upper-area:has(.btn-wrap) .func {
    order: 3;
  }
}
.ainew-wrap .count-wrap {
  display: flex;
  align-items: center;
}
.ainew-wrap .count-wrap span {
  display: flex;
}
.ainew-wrap .count-wrap dl {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ainew-wrap .count-wrap dl dt {
  color: #666666;
}
.ainew-wrap .count-wrap dl dd strong {
  color: #4E60FF;
}
.ainew-wrap .func {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.ainew-wrap .func > span {
  display: flex;
}
.ainew-wrap .func:has(select) {
  gap: 1rem;
}
@media (max-width: 720px) {
  .ainew-wrap .func.ml-auto {
    margin-left: 0;
    flex-wrap: wrap;
  }
  .ainew-wrap .func.ml-auto > span {
    width: 100%;
  }
}
.ainew-wrap .category {
  width: fit-content;
  padding: 0.6rem 1rem;
  border-radius: 0.8rem;
  background-color: #F6F7FA;
  display: flex;
  align-items: center;
}
.ainew-wrap .category[class*=level] em {
  color: #FFFFFF;
}
.ainew-wrap .category.level-1 {
  background-color: #FF0063;
}
.ainew-wrap .category.level-2 {
  background-color: #FF5B23;
}
.ainew-wrap .category.level-3 {
  background-color: #FFED27;
}
.ainew-wrap .category.level-3 em {
  color: #333;
}
.ainew-wrap .category.level-4 {
  background-color: #3B9522;
}
.ainew-wrap .category.level-5 {
  background-color: #13A9EB;
}
.ainew-wrap .category > em {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
  color: #999999;
  position: relative;
}
.ainew-wrap .category > em + em {
  margin-left: 0.6rem;
  padding-left: 0.6rem;
}
.ainew-wrap .category > em + em::before {
  content: "";
  width: 0.1rem;
  height: 1rem;
  display: inline-block;
  background-color: #CCCCCC;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.ainew-wrap .category.colored {
  background-color: #E7EAFF;
}
.ainew-wrap .category.colored em {
  color: #4E60FF;
}
.ainew-wrap .state {
  padding: 0.6rem 1rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
}
.ainew-wrap .state.notice {
  color: #4E60FF;
  background: #E7EAFF;
}
.ainew-wrap .state.complete {
  color: #009F7A;
  background-color: #DAF3ED;
  border: 1px solid #D3F0E9;
}
.ainew-wrap .state.studying {
  color: #FA7A16;
  background-color: #FFEFDE;
  border: 1px solid #FEEAD5;
}
.ainew-wrap .bottom-wrap {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 6rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .bottom-wrap {
    margin-top: 4rem;
    flex-wrap: wrap;
    gap: 0;
    margin: 4rem -0.5rem 0;
  }
  .ainew-wrap .bottom-wrap .btn:not(.ex) {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
  .ainew-wrap .bottom-wrap .btn:not(.ex):nth-child(3) {
    margin-right: auto;
  }
}
@media (max-width: 400px) {
  .ainew-wrap .bottom-wrap .btn:not(.ex) {
    width: 100%;
  }
  .ainew-wrap .bottom-wrap .btn:not(.ex):nth-child(3) {
    margin-right: 0;
  }
}
@media (min-width: 401px) and (max-width: 457px) {
  .ainew-wrap .bottom-wrap.type-1 .btn.large2 {
    min-width: auto;
  }
}
.ainew-wrap .calendar-wrap {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  flex-grow: 1;
  position: relative;
}
.ainew-wrap .calendar-wrap .btn-calendar {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  border: 0.1rem solid #EEEEEE;
}
.ainew-wrap .calendar-wrap .btn-calendar::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_calendar2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.ainew-wrap .calendar-wrap .btn-calendar .datepicker {
  cursor: pointer;
  user-select: none;
  padding: 2rem 3.2rem 2rem 1.6rem;
}
@media (max-width: 400px) {
  .ainew-wrap .calendar-wrap .btn-calendar .datepicker {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
}
.ainew-wrap .calendar-wrap .btn-calendar + span {
  display: flex;
  align-items: center;
}
.ainew-wrap .viewer-wrap .viewer__inner {
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 720px) {
  .ainew-wrap .viewer-wrap .viewer__inner {
    align-items: flex-start;
  }
}
.ainew-wrap .viewer-wrap .viewer__top .list {
  width: 100%;
}
.ainew-wrap .viewer-wrap .viewer__top .list-item {
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.ainew-wrap .viewer-wrap .viewer__top .list-item strong {
  color: #333333;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
}
.ainew-wrap .viewer-wrap .viewer__top .list-item span {
  display: block;
  margin-left: 0;
}
.ainew-wrap .viewer-wrap .viewer__top .list-item span + strong {
  display: block;
  margin-top: 0.8rem;
}
.ainew-wrap .viewer-wrap .viewer__top .exam-count {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #666666;
  gap: 0.3rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
}
.ainew-wrap .viewer-wrap .viewer__top .exam-count dl {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.ainew-wrap .viewer-wrap .viewer__top .exam-count em,
.ainew-wrap .viewer-wrap .viewer__top .exam-count span {
  margin-left: 0;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .viewer-wrap .viewer__top .exam-count {
    width: auto;
  }
}
.ainew-wrap .viewer-wrap .viewer__top .list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.ainew-wrap .viewer-wrap .viewer__top .list .btn-wrap {
  width: auto;
  gap: 1.2rem;
}
@media (max-width: 720px) {
  .ainew-wrap .viewer-wrap .viewer__top {
    padding: 0;
  }
  .ainew-wrap .viewer-wrap .viewer__top .list {
    flex-direction: column;
  }
}
.ainew-wrap .viewer-wrap .viewer__footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
  padding: 4rem;
  border-radius: 2rem;
  background: #F6F7FA;
}
.ainew-wrap .viewer-wrap .viewer__footer .btn-wrap {
  width: auto;
  gap: 1rem;
  flex-wrap: wrap;
}
.ainew-wrap .viewer-wrap .viewer__footer > .btn-wrap {
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .ainew-wrap .viewer-wrap .viewer__footer > .btn-wrap {
    justify-content: flex-start;
    gap: 0;
    margin: -0.5rem;
  }
  .ainew-wrap .viewer-wrap .viewer__footer > .btn-wrap .btn {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
}
@media (max-width: 550px) {
  .ainew-wrap .viewer-wrap .viewer__footer > .btn-wrap .btn {
    width: calc(100% - 1rem);
  }
}
.ainew-wrap .viewer-wrap .viewer__footer .answer,
.ainew-wrap .viewer-wrap .viewer__footer .rating-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.ainew-wrap .viewer-wrap .viewer__footer .answer-wrap {
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  padding: 3rem;
  box-shadow: 0 0.1rem 0.3rem 0 rgba(96, 108, 128, 0.08);
}
.ainew-wrap .viewer-wrap .viewer__footer .answer-wrap .answer,
.ainew-wrap .viewer-wrap .viewer__footer .answer-wrap .info {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.ainew-wrap .viewer-wrap .viewer__footer .answer-wrap strong {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
}
.ainew-wrap .viewer-wrap .viewer__footer .answer-wrap [class*=marking__] {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: #F6F7FA;
  background-size: 2.8rem auto;
  background-position: center;
}
.ainew-wrap .viewer-wrap .viewer__footer .answer-wrap .commentary-sheet {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.ainew-wrap .viewer-wrap .viewer__footer .answer-wrap .commentary-sheet .sheet {
  margin-top: 2.4rem;
  padding: 2.4rem 0 0 2.4rem;
  border-top: 0.1rem solid #EEEEEE;
}
.ainew-wrap .viewer-wrap .viewer__footer .answer-wrap .commentary-sheet .sheet strong {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
}
.ainew-wrap .viewer-wrap .viewer__footer .answer-wrap .commentary-sheet .sheet p {
  color: #666666;
  margin-top: 0.8rem;
}
.ainew-wrap .viewer-wrap .viewer__footer .answer-wrap .commentary-sheet.active {
  max-height: 100vh;
  transition: max-height 1s ease-in-out;
}
.ainew-wrap .viewer-wrap .viewer__footer .rating-wrap {
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  padding: 3rem;
  box-shadow: 0 0.1rem 0.3rem 0 rgba(96, 108, 128, 0.08);
}
.ainew-wrap .viewer-wrap .viewer__footer .rating-wrap p {
  color: #666666;
}
.ainew-wrap .viewer-wrap .viewer__footer .rating-wrap p strong {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
}
.ainew-wrap .viewer-wrap .viewer__footer .rating-wrap p strong span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #666666;
}
.ainew-wrap .viewer-wrap .viewer__footer .rating-wrap p em {
  color: #4E60FF;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 {
  display: flex;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column {
  width: 50%;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column:first-child {
  border-right: 0.1rem solid #EEEEEE;
  padding-right: 6rem;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column:last-child {
  padding-left: 6rem;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column > strong {
  display: block;
  margin-bottom: 2.4rem;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .choice {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .choice li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
  color: #999999;
  flex: 1 1 20%;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .choice li em {
  color: #333333;
  font-weight: 700;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .choice li.active {
  background-color: #E7EAFF;
}
@media (max-width: 600px) {
  .ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .choice {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
    margin: -0.8rem;
  }
  .ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .choice li {
    flex: 0 0 calc(33% - 1.6rem);
    margin: 0.8rem;
  }
}
@media (max-width: 400px) {
  .ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .choice li {
    flex: 0 0 calc(50% - 1.6rem);
  }
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time .exam-level {
  justify-content: center;
  gap: 0.8rem 1.6rem;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time .exam-level progress {
  width: 30rem;
  height: 1.6rem;
  border-radius: 5rem;
  margin: 0;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time .exam-level strong,
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time .exam-level em {
  white-space: nowrap;
  min-width: 11rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time .exam-level em {
  text-align: right;
}
@media (max-width: 600px) {
  .ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time .exam-level {
    flex-direction: column;
  }
  .ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time .exam-level progress {
    flex: auto;
    width: 100%;
  }
  .ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time .exam-level strong,
  .ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time .exam-level em {
    width: auto;
    text-align: center;
  }
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time li:nth-child(1) .exam-level progress::-webkit-progress-bar {
  background: #FFE8EE;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time li:nth-child(1) .exam-level progress::-webkit-progress-value {
  background: #F96891;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time li:nth-child(1) .exam-level strong {
  color: #F96891;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time li:nth-child(2) .exam-level progress::-webkit-progress-bar {
  background: #E7EAFF;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time li:nth-child(2) .exam-level progress::-webkit-progress-value {
  background: #5A7CE7;
}
.ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .time li:nth-child(2) .exam-level strong {
  color: #5A7CE7;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .viewer-wrap .viewer__footer .column-2 {
    flex-direction: column;
  }
  .ainew-wrap .viewer-wrap .viewer__footer .column-2 .column {
    width: 100%;
  }
  .ainew-wrap .viewer-wrap .viewer__footer .column-2 .column:first-child {
    border-right: 0;
    border-bottom: 0.1rem solid #EEEEEE;
    padding-right: 0;
    padding-bottom: 3rem;
  }
  .ainew-wrap .viewer-wrap .viewer__footer .column-2 .column:last-child {
    padding-left: 0rem;
    padding-top: 3rem;
  }
}
@media (max-width: 860px) {
  .ainew-wrap .viewer-wrap .viewer__footer {
    padding: 2rem;
  }
  .ainew-wrap .viewer-wrap .viewer__footer .answer-wrap,
  .ainew-wrap .viewer-wrap .viewer__footer .rating-wrap {
    padding: 2rem;
  }
  .ainew-wrap .viewer-wrap .viewer__footer .answer,
  .ainew-wrap .viewer-wrap .viewer__footer .rating-wrap {
    flex-direction: column;
  }
}
.ainew-wrap .viewer-wrap .box-wrap .box.round-bg {
  padding: 3rem;
  text-align: left;
}
.ainew-wrap .group-check dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2.1rem;
  color: #666666;
}
.ainew-wrap .group-check dl dt {
  position: relative;
  color: #333333;
  font-weight: 500;
}
.ainew-wrap .group-check dl dt:after {
  content: "";
  width: 0.1rem;
  height: 1rem;
  background-color: #CCCCCC;
  position: absolute;
  right: -1rem;
  top: calc(50% - 0.5rem);
}
.ainew-wrap .status-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
@media (max-width: 720px) {
  .ainew-wrap .status-wrap {
    padding: 0;
  }
}
.ainew-wrap .status-wrap .round-box {
  flex: 0 0 auto;
  padding: 1.2rem 1.6rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
  background-color: #F6F7FA;
  border-radius: 2.2rem;
  color: #666666;
}
.ainew-wrap .status-wrap .round-box:before {
  content: "#";
  margin-right: 0.3rem;
}
.ainew-wrap .popWrap .modal,
.ainew-wrap .modalWrap .modal {
  max-height: calc(var(--vh, 1vh) * 95);
  max-width: 90%;
  width: 60rem;
  padding: 0;
}
.ainew-wrap .popWrap .modal__inner,
.ainew-wrap .modalWrap .modal__inner {
  padding: 4rem 0 4rem;
}
.ainew-wrap .popWrap .modal__inner > *,
.ainew-wrap .modalWrap .modal__inner > * {
  padding: 0 4rem 2rem;
}
@media (max-width: 720px) {
  .ainew-wrap .popWrap .modal__inner > *,
  .ainew-wrap .modalWrap .modal__inner > * {
    padding: 0 2rem;
  }
}
.ainew-wrap .popWrap .modal__header,
.ainew-wrap .modalWrap .modal__header {
  padding: 0 4rem 2rem;
}
.ainew-wrap .popWrap .modal__header h2,
.ainew-wrap .modalWrap .modal__header h2 {
  width: calc(100% - 4rem);
}
@media (max-width: 720px) {
  .ainew-wrap .popWrap .modal__header,
  .ainew-wrap .modalWrap .modal__header {
    padding: 0 2rem 2rem;
  }
}
.ainew-wrap .popWrap .modal__body,
.ainew-wrap .modalWrap .modal__body {
  max-height: calc(var(--vh, 1vh) * 100 - 35rem);
}
.ainew-wrap .popWrap .modal__body::-webkit-scrollbar,
.ainew-wrap .modalWrap .modal__body::-webkit-scrollbar {
  width: 0.5rem;
}
.ainew-wrap .popWrap .modal__body::-webkit-scrollbar-thumb,
.ainew-wrap .modalWrap .modal__body::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  border-radius: 0.5rem;
}
.ainew-wrap .popWrap .modal__body::-webkit-scrollbar-track,
.ainew-wrap .modalWrap .modal__body::-webkit-scrollbar-track {
  background-color: #EEEEEE;
}
@media (max-width: 720px) {
  .ainew-wrap .popWrap .modal__body,
  .ainew-wrap .modalWrap .modal__body {
    margin-top: 1rem;
    padding: 0rem 2rem 2rem;
    max-height: calc(var(--vh, 1vh) * 100 - 15rem);
  }
}
.ainew-wrap .popWrap .modal__footer,
.ainew-wrap .modalWrap .modal__footer {
  margin-top: 4rem;
  padding: 0;
}
@media (max-width: 720px) {
  .ainew-wrap .popWrap .modal:has(.modal__footer) .modal__body,
  .ainew-wrap .modalWrap .modal:has(.modal__footer) .modal__body {
    max-height: calc(var(--vh, 1vh) * 100 - 25rem);
  }
}
@media (max-width: 720px) {
  .ainew-wrap .popWrap .modal:has(.modal__footer) .modal__footer,
  .ainew-wrap .modalWrap .modal:has(.modal__footer) .modal__footer {
    margin-top: 2rem;
  }
}
.ainew-wrap .popWrap .modal.not-bg,
.ainew-wrap .modalWrap .modal.not-bg {
  background-color: transparent;
  box-shadow: none;
}
.ainew-wrap .popWrap .modal .modal-scroll > *:first-child,
.ainew-wrap .modalWrap .modal .modal-scroll > *:first-child {
  margin-top: 0;
}
.ainew-wrap .modal-full .modal {
  max-width: 100%;
}
@media (max-width: 720px) {
  .ainew-wrap .modal-full .modal {
    max-height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 720px) {
  .ainew-wrap .modal-full .modal__body {
    margin-top: 2rem;
  }
}
@media (max-width: 720px) {
  .ainew-wrap .modal-full .modal:has(.modal__footer) .modal__body {
    max-height: calc(var(--vh, 1vh) * 100 - 17rem);
  }
}
.ainew-wrap .modal-full .modal:has(.modal__footer) .modal__footer {
  margin-top: 2rem;
}
.ainew-wrap .exam-info {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  padding: 3rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  border: 0.1rem solid #EEEEEE;
  border-radius: 1.6rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .exam-info {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 720px) {
  .ainew-wrap .exam-info {
    padding: 2rem;
  }
}
.ainew-wrap .exam-info:has(.exam-time):has(.exam-count) {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.ainew-wrap .exam-info:not(:has(.exam-time)) {
  justify-content: flex-end;
}
.ainew-wrap .exam-info:not(:has(.exam-count)) {
  justify-content: space-between;
}
.ainew-wrap .exam-info:not(:has(.exam-count))::after {
  content: "";
  display: block;
}
.ainew-wrap .exam-time {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.ainew-wrap .exam-time em {
  margin-left: 0.8rem;
  color: #4E60FF;
  font-weight: 600;
}
.ainew-wrap .exam-time::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.4rem;
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_clock3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .exam-time {
    width: 100%;
  }
}
.ainew-wrap .exam-level {
  display: flex;
  align-items: center;
}
.ainew-wrap .exam-level em {
  display: block;
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
}
.ainew-wrap .exam-level progress {
  display: block;
  width: 50rem;
  height: 1rem;
  margin: 0 2rem;
  border: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: width 0.5s;
}
.ainew-wrap .exam-level progress::-webkit-progress-bar {
  background: #EDEFF7;
}
.ainew-wrap .exam-level progress::-webkit-progress-value {
  background: linear-gradient(90deg, #51C5FF 0%, #4E60FF 100%);
  border-radius: 0.5rem;
  transition: width 0.5s;
}
@media (max-width: 1280px) {
  .ainew-wrap .exam-level progress {
    width: 32rem;
  }
}
@media (max-width: 1100px) {
  .ainew-wrap .exam-level progress {
    width: 24rem;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .exam-level {
    width: 100%;
    justify-content: space-between;
  }
  .ainew-wrap .exam-level progress {
    flex: 1;
  }
}
.ainew-wrap .exam-count span {
  margin-left: 0.5rem;
  font-weight: 600;
}
.ainew-wrap .exam-count em {
  margin-left: 0.5rem;
  color: #4E60FF;
  font-weight: 600;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .exam-count {
    width: 100%;
  }
}
.ainew-wrap .learning-status {
  padding: 2.4rem;
  border-radius: 1.6rem;
  border: 0.1em solid #EEEEEE;
}
.ainew-wrap .learning-status ul {
  display: flex;
  align-items: center;
  gap: 1rem 3.2rem;
}
@media (max-width: 720px) {
  .ainew-wrap .learning-status ul {
    flex-wrap: wrap;
  }
  .ainew-wrap .learning-status ul li:not(:last-child):after {
    display: none;
  }
}
.ainew-wrap .learning-status li {
  position: relative;
  flex: 1 1 0;
  gap: 0.8rem;
  display: flex;
  align-items: center;
}
.ainew-wrap .learning-status li .info {
  text-align: left;
}
.ainew-wrap .learning-status li .info em {
  display: block;
  color: #999999;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.ainew-wrap .learning-status li .info strong {
  display: block;
  color: #333333;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
}
.ainew-wrap .learning-status li::before {
  display: block;
  content: "";
  width: 5.6rem;
  height: 5.6rem;
  background-repeat: no-repeat;
  background-color: #F6F7FA;
  border-radius: 2.8rem;
  background-position: center center;
  background-size: 3.2rem 3.2rem;
}
.ainew-wrap .learning-status li:not(:last-child):after {
  display: block;
  position: absolute;
  top: 0;
  right: -0.8rem;
  content: "";
  width: 0.1rem;
  height: 5.8rem;
  background: #EEEEEE;
}
.ainew-wrap .learning-status li.learned::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_learned.svg");
}
.ainew-wrap .learning-status li.learned-time::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_learned_time.svg");
}
.ainew-wrap .learning-status li.test::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_test.svg");
}
.ainew-wrap .learning-status li.test-time::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_test_time.svg");
}
.ainew-wrap .learning-status li.my-rate::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_my_rate.svg");
}
.ainew-wrap .learning-status li.like::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M9.81083 26.6667V14.2M4 16.4667V24.4C4 25.6518 5.04064 26.6667 6.32433 26.6667H21.9279C23.6487 26.6667 25.1121 25.4423 25.3738 23.7837L26.6254 15.8503C26.9503 13.7908 25.3162 11.9333 23.1794 11.9333H19.1082C18.4663 11.9333 17.946 11.4259 17.946 10.8V6.79462C17.946 5.25119 16.663 4 15.0803 4C14.7028 4 14.3607 4.2168 14.2074 4.55321L10.1176 13.527C9.93104 13.9362 9.51484 14.2 9.05557 14.2H6.32433C5.04064 14.2 4 15.2148 4 16.4667Z' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ainew-wrap .round-tab {
  display: flex;
  padding: 0.4rem;
  align-items: center;
  border-radius: 2.4rem;
  background: #F6F7FA;
}
@media (max-width: 720px) {
  .ainew-wrap .round-tab {
    width: 100%;
    justify-content: center;
  }
}
.ainew-wrap .round-tab a {
  display: flex;
  padding: 0.8rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #999999;
  border-radius: 2rem;
  min-width: 9.2rem;
}
@media (max-width: 720px) {
  .ainew-wrap .round-tab a {
    min-width: auto;
  }
}
.ainew-wrap .round-tab a.active {
  color: #FFFFFF;
  font-weight: 600;
  background-color: #4E60FF;
}
.ainew-wrap .radio-button {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .radio-button {
    width: 100%;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .radio-button .input-radio {
    flex: 1;
  }
}
.ainew-wrap .radio-button .input-radio input[type=radio] + label {
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 3.2rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #EEEEEE;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .radio-button .input-radio input[type=radio] + label {
    width: 100%;
  }
}
.ainew-wrap .radio-button .input-radio input[type=radio] + label::after {
  display: none;
}
.ainew-wrap .radio-button .input-radio input[type=radio]:checked + label {
  border-color: #4E60FF;
  background-color: #4E60FF;
  color: #FFFFFF;
}
.ainew-wrap .radio-button .input-radio + .input-radio {
  margin-top: 0;
}

.wrap:has(.container__footer) .footer {
  background-color: transparent;
  border-top: 0;
}
.wrap input[type=checkbox].shortcut + label {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #999999;
}
.wrap input[type=checkbox].shortcut + label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.8615 2.28596C11.8783 2.24547 11.8987 2.22701 11.9158 2.21616C11.9365 2.2031 11.9657 2.19356 12 2.19356C12.0343 2.19356 12.0635 2.2031 12.0842 2.21616C12.1013 2.22701 12.1217 2.24547 12.1385 2.28596L14.2704 7.41177L14.9629 7.12374L14.2704 7.41177C14.5081 7.98306 15.0453 8.37339 15.6621 8.42284L21.1958 8.86648C21.2395 8.86998 21.2634 8.88361 21.279 8.89658C21.2978 8.91219 21.3159 8.93702 21.3265 8.96964C21.3371 9.00227 21.337 9.03299 21.331 9.05667C21.326 9.07635 21.3147 9.10139 21.2814 9.12992L17.0653 12.7415C16.5954 13.144 16.3902 13.7756 16.5337 14.3774L17.8218 19.7774C17.832 19.8201 17.8264 19.847 17.8189 19.8658C17.8098 19.8885 17.7918 19.9134 17.7641 19.9336C17.7363 19.9537 17.7071 19.9632 17.6827 19.9648C17.6624 19.9661 17.6351 19.9631 17.5977 19.9402L12.8601 17.0465C12.332 16.724 11.668 16.724 11.1399 17.0465L6.40228 19.9402C6.36486 19.9631 6.33756 19.9661 6.3173 19.9648C6.29291 19.9632 6.26367 19.9537 6.23592 19.9336C6.20817 19.9134 6.19015 19.8885 6.18111 19.8658C6.1736 19.847 6.16801 19.8201 6.17818 19.7774L7.46628 14.3774C7.60984 13.7756 7.40463 13.144 6.93472 12.7415L2.7186 9.12991C2.6853 9.10139 2.67402 9.07635 2.66901 9.05667C2.66297 9.03299 2.66292 9.00227 2.67352 8.96964C2.68412 8.93702 2.70222 8.91219 2.72103 8.89658C2.73665 8.88361 2.76049 8.86998 2.8042 8.86648L8.33794 8.42284C8.95469 8.37339 9.49195 7.98305 9.72956 7.41177L9.03707 7.12374L9.72956 7.41177L11.8615 2.28596Z' stroke='%23AAAAAA' stroke-width='1.5'/%3E%3C/svg%3E");
  border: 0;
  margin-right: 0.2rem;
  background-color: transparent !important;
}
.wrap input[type=checkbox].shortcut:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.8615 2.28596C11.8783 2.24547 11.8987 2.22701 11.9158 2.21616C11.9365 2.2031 11.9657 2.19356 12 2.19356C12.0343 2.19356 12.0635 2.2031 12.0842 2.21616C12.1013 2.22701 12.1217 2.24547 12.1385 2.28596L14.2704 7.41177L14.9629 7.12374L14.2704 7.41177C14.5081 7.98306 15.0453 8.37339 15.6621 8.42284L21.1958 8.86648C21.2395 8.86998 21.2634 8.88361 21.279 8.89658C21.2978 8.91219 21.3159 8.93702 21.3265 8.96964C21.3371 9.00227 21.337 9.03299 21.331 9.05667C21.326 9.07635 21.3147 9.10139 21.2814 9.12992L17.0653 12.7415C16.5954 13.144 16.3902 13.7756 16.5337 14.3774L17.8218 19.7774C17.832 19.8201 17.8264 19.847 17.8189 19.8658C17.8098 19.8885 17.7918 19.9134 17.7641 19.9336C17.7363 19.9537 17.7071 19.9632 17.6827 19.9648C17.6624 19.9661 17.6351 19.9631 17.5977 19.9402L12.8601 17.0465C12.332 16.724 11.668 16.724 11.1399 17.0465L6.40228 19.9402C6.36486 19.9631 6.33756 19.9661 6.3173 19.9648C6.29291 19.9632 6.26367 19.9537 6.23592 19.9336C6.20817 19.9134 6.19015 19.8885 6.18111 19.8658C6.1736 19.847 6.16801 19.8201 6.17818 19.7774L7.46628 14.3774C7.60984 13.7756 7.40463 13.144 6.93472 12.7415L2.7186 9.12991C2.6853 9.10139 2.67402 9.07635 2.66901 9.05667C2.66297 9.03299 2.66292 9.00227 2.67352 8.96964C2.68412 8.93702 2.70222 8.91219 2.72103 8.89658C2.73665 8.88361 2.76049 8.86998 2.8042 8.86648L8.33794 8.42284C8.95469 8.37339 9.49195 7.98305 9.72956 7.41177L9.03707 7.12374L9.72956 7.41177L11.8615 2.28596Z' fill='%234E60FF' stroke='%234E60FF' stroke-width='1.5'/%3E%3C/svg%3E") !important;
  background-color: transparent !important;
}
.wrap input[type=checkbox].heart + label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_201_29007)'%3E%3Cpath d='M16.125 4C14.385 4 12.8625 4.915 12 6.2875C11.1375 4.915 9.615 4 7.875 4C5.1825 4 3 6.1825 3 8.875C3 13.8475 12 20 12 20C12 20 21 13.8475 21 8.875C21 6.1825 18.8175 4 16.125 4Z' stroke='%23AAAAAA' stroke-width='1.5' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_201_29007'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  border: 0;
  margin-right: 0.2rem;
  background-color: transparent !important;
}
.wrap input[type=checkbox].heart:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%234E60FF' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_201_29007)'%3E%3Cpath d='M16.125 4C14.385 4 12.8625 4.915 12 6.2875C11.1375 4.915 9.615 4 7.875 4C5.1825 4 3 6.1825 3 8.875C3 13.8475 12 20 12 20C12 20 21 13.8475 21 8.875C21 6.1825 18.8175 4 16.125 4Z' stroke='%234E60FF' stroke-width='1.5' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_201_29007'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
  background-color: transparent !important;
}
.wrap input[type=checkbox].bookmark + label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.72008 20.9205H5.24002C4.00288 20.9205 2.99999 19.9176 3 18.6804L3.00009 5.24005C3.00009 4.00291 4.00299 3 5.24011 3H15.3205C16.5576 3 17.5605 4.00291 17.5605 5.24007V9.7202M6.9204 7.48013H13.6405M6.9204 10.8402H13.6405M6.9204 14.2003H10.2804M13.0803 17.8321L17.8321 13.0802L21 16.2481L16.2482 21H13.0803V17.8321Z' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border: 0;
  margin-right: 0.2rem;
  background-color: transparent !important;
}
.wrap input[type=checkbox].bookmark:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.72008 20.9205H5.24002C4.00288 20.9205 2.99999 19.9176 3 18.6804L3.00009 5.24005C3.00009 4.00291 4.00299 3 5.24011 3H15.3205C16.5576 3 17.5605 4.00291 17.5605 5.24007V9.7202M6.9204 7.48013H13.6405M6.9204 10.8402H13.6405M6.9204 14.2003H10.2804M13.0803 17.8321L17.8321 13.0802L21 16.2481L16.2482 21H13.0803V17.8321Z' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-color: transparent !important;
}

.popWrap .modal__body .info-text,
.modalWrap .modal__body .info-text {
  text-align: left;
}
.popWrap .modal__body .info-text em,
.modalWrap .modal__body .info-text em {
  color: #EA4F4F;
}
.popWrap .modal__body .info-text + .table-write,
.modalWrap .modal__body .info-text + .table-write {
  margin-top: 3rem;
}
.popWrap .modal__body h6,
.modalWrap .modal__body h6 {
  font-weight: 500;
  margin-bottom: 1.2rem;
}

html .ui-datepicker-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
html .ui-datepicker {
  z-index: 1001 !important;
  left: calc(50% - 4rem) !important;
  transform: translate(-50%, 3rem);
  width: 30.6rem !important;
  padding: 2.4rem !important;
  background: #FFFFFF;
  border: 0 !important;
  border-radius: 1.6rem !important;
  font-family: "Pretendard", "-apple-system";
}
html .ui-datepicker .ui-datepicker-header {
  background: none;
  border: 0;
}
html .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_left2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
html .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
html .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 0.4rem;
  cursor: pointer;
}
html .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
html .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  top: 0.4rem;
  background: none;
  border: 0;
}
html .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  left: 0.2rem;
}
html .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  right: 0.2rem;
}
html .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_right2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
html .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
}
html .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  width: auto;
  margin: 0 0.5rem;
  padding: 0 1.6rem 0 0;
  color: #666666;
  font-weight: 500;
  border: 0;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_select_down.svg") no-repeat;
  background-size: 0.5rem 1rem;
  background-position: right 0.65rem top 50%;
  font-family: "Pretendard", "-apple-system";
}
html .ui-datepicker .ui-datepicker-header .ui-datepicker-title select option {
  text-align: center;
}
html .ui-datepicker .ui-datepicker-calendar th {
  width: 14.28%;
  color: #999999;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 500;
}
html .ui-datepicker .ui-state-default {
  padding: 0.4rem 0 1.2rem;
  color: #333333;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  background: none;
  border: 0;
  font-weight: 400;
  text-align: center;
}
html .ui-datepicker .ui-state-active {
  color: #4E60FF;
  background-color: #F6F7FA;
  border-radius: 0.8rem;
}
html .ui-datepicker .ui-datepicker-today .ui-state-default {
  position: relative;
  font-weight: 700;
}
html .ui-datepicker .ui-datepicker-today .ui-state-default::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.8rem;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1rem;
  background-color: #333333;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  html .ui-datepicker {
    left: 50% !important;
  }
}

html[data-ui*=hig] .wrap input[type=checkbox] + label::before {
  background-color: #FFFFFF;
}
html[data-ui*=hig] .wrap input[type=checkbox]:checked + label::before {
  border: 0;
  background-image: url(https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_checkbox_on.svg);
}
html[data-ui*=hig] .ico-book {
  width: 3.2rem;
  height: 3.2rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_book3.svg") 0 0/100% 100% no-repeat;
}
html[data-ui*=hig] input[type=radio]:checked + label::after {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_radio_check.svg") 0 0/100% 100% no-repeat;
}
html[data-ui*=hig] .table-top .odd button.refresh {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_refresh.svg") center center/100% 100% no-repeat;
}
html[data-ui*=hig] .table-top .odd button.save {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_save.svg") center center/100% 100% no-repeat;
  margin-left: 1rem;
}
html[data-ui*=hig] .table-top .odd button.fold {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_fold.svg") center center/100% 100% no-repeat;
  margin-left: 2rem;
}
html[data-ui*=hig] .today-exam::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_today-exam_check.svg");
}
html[data-ui*=hig] .lnb-bot__item .ai-bot {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_ai_bot.svg") 0 0/100% 100% no-repeat;
}

.align-box {
  display: flex;
  width: 100%;
}
.align-box.type-1 {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .align-box.type-1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.align-box.type-2 {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .align-box.type-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
}
.align-box.gap1 {
  margin-top: 4.8rem;
}
.align-box.gap2 {
  margin-top: 2rem;
}
.align-box span:has(input[type=checkbox]) {
  display: flex;
  align-items: center;
}
.align-box .list-dot.type-1 {
  margin-top: 0;
}
.align-box.st-adg-set1 {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding-bottom: 0;
}

.count-select select {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* 부모 요소 추가 AI문제은행 공통 */
.ui_header-group {
  width: 100%;
  height: 8rem;
  transition: 0.3s ease;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 51;
  display: flex;
  justify-content: center;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ui_header-group {
    height: 6.1rem;
  }
}

.ainew-wrap {
  position: relative;
  height: 100%;
  padding: 6rem 0 14rem;
  color: #333333;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap {
    padding: 3rem 0 7rem;
  }
}
.ainew-wrap *::placeholder {
  color: #999999;
}
.ainew-wrap caption,
.ainew-wrap .blind,
.ainew-wrap .alt_hidden {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ainew-wrap input[type=checkbox],
.ainew-wrap input[type=radio] {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
}
.ainew-wrap .inner {
  position: relative;
  width: 128rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
.ainew-wrap .title-decs {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
}
.ainew-wrap .title-decs:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.ainew-wrap .title-decs.ico-recomm1::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_recommend2.svg");
}
.ainew-wrap .title-decs.ico-recomm2::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_recommend3.svg");
}
.ainew-wrap .search-area {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  padding: 2.4rem;
  margin-top: 4.8rem;
  background-color: #F6F7FA;
  border-radius: 1.6rem;
}
.ainew-wrap .search-area .search-wrap {
  display: flex;
  gap: 1rem;
  width: calc(100% - 11rem);
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .search-area .search-wrap {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 720px) {
  .ainew-wrap .search-area .search-wrap {
    flex-wrap: wrap;
  }
  .ainew-wrap .search-area .search-wrap select {
    width: 100%;
  }
}
.ainew-wrap .search-area .search-wrap.type-2 {
  width: calc(100% - 19.6rem);
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .search-area .search-wrap.type-2 {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 720px) {
  .ainew-wrap .search-area .search-wrap.type-2 {
    flex-wrap: wrap;
  }
  .ainew-wrap .search-area .search-wrap.type-2 select {
    width: 100%;
  }
}
.ainew-wrap .search-area select {
  flex: 1 1 auto;
  min-width: 10rem;
  padding: 1.6rem 4rem 1.6rem 1.6rem;
}
.ainew-wrap .search-area input {
  flex: 1 1 auto;
  width: 100%;
}
.ainew-wrap .search-area button {
  flex: 1 1 auto;
}
.ainew-wrap .search-area + .list-dot {
  margin-top: 2rem;
}
.ainew-wrap .search-area + .list-dot li {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #999999;
  font-weight: 400;
}
@media (max-width: 720px) {
  .ainew-wrap .search-area {
    padding: 1.6rem;
    margin-top: 2.4rem;
  }
}
.ainew-wrap .search-area ~ .box-wrap {
  margin-top: 2.4rem;
}
.ainew-wrap .tab-mini + .search-area {
  margin-top: 2.4rem;
}
.ainew-wrap .table-list {
  margin-top: 2.4rem;
}
.ainew-wrap .table-list.no-mobile {
  padding: 0;
}
.ainew-wrap .table-list table {
  min-width: inherit;
}
@media (max-width: 720px) {
  .ainew-wrap .table-list table tr th {
    padding: 1.6rem 0.8rem;
  }
}
.ainew-wrap .table-list tr.notice td a {
  color: #4E60FF;
  font-weight: 500;
}
.ainew-wrap .table-list tr.best td a {
  color: #333333;
  font-weight: 500;
}
.ainew-wrap .table-list tr.bg01 {
  background: #F6F7FA;
}
.ainew-wrap .table-list td {
  color: #666666;
}
.ainew-wrap .table-list td:has(a) {
  text-align: left;
}
.ainew-wrap .table-list td:has(.no-list) {
  width: 100%;
}
.ainew-wrap .table-list td.a-l {
  text-align: left;
}
.ainew-wrap .table-list td.a-l-2 {
  text-align: left;
  padding-left: 3rem;
  padding-right: 3rem;
}
.ainew-wrap .table-list td.grade {
  color: #EA4F4F;
  font-weight: 600;
  line-height: 1.9rem;
}
.ainew-wrap .table-list td.grade.o {
  color: #4E60FF;
}
.ainew-wrap .table-list td.rate {
  color: #333333;
  font-weight: 700;
}
.ainew-wrap .table-list td a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 720px) {
  .ainew-wrap .table-list td a {
    color: #333333;
    font-weight: 500;
  }
}
.ainew-wrap .table-list td .subject {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.ainew-wrap .table-list td .subject.bold {
  color: #333333;
  font-weight: 600;
}
.ainew-wrap .table-list td .ico_best {
  width: 2.4rem;
  margin: 0 auto;
}
.ainew-wrap .table-list td .reply {
  color: #4E60FF;
}
.ainew-wrap .table-list td .new {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #4E60FF;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 700;
}
.ainew-wrap .table-list td .rank {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  border-radius: 0.6rem;
  background: #4E60FF;
}
.ainew-wrap .table-list td .state {
  display: inline-block;
  padding: 0.6rem 1rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 600;
  border-radius: 0.6rem;
}
.ainew-wrap .table-list td .state.ing {
  color: #FA7A16;
  border: 0.1rem solid #FEEAD5;
  background: #FFEFDE;
}
.ainew-wrap .table-list td .state.end {
  color: #009F7A;
  border: 0.1rem solid #D3F0E9;
  background: #DAF3ED;
}
.ainew-wrap .table-list td strong {
  color: #4E60FF;
}
.ainew-wrap .table-list .no-list {
  color: #AAAAAA;
}
.ainew-wrap .table-list .table table {
  min-width: 90rem;
}
@media (max-width: 720px) {
  .ainew-wrap .table-list:not(.no-mobile) {
    padding: 0;
  }
  .ainew-wrap .table-list:not(.no-mobile) table {
    border-top: 0.1rem solid #EEEEEE;
  }
  .ainew-wrap .table-list:not(.no-mobile) colgroup,
  .ainew-wrap .table-list:not(.no-mobile) thead {
    display: none;
  }
  .ainew-wrap .table-list:not(.no-mobile) tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 1rem 0;
  }
  .ainew-wrap .table-list:not(.no-mobile) tr th {
    display: none;
  }
  .ainew-wrap .table-list:not(.no-mobile) tr td {
    padding: 0;
  }
  .ainew-wrap .table-list:not(.no-mobile) tr td:has(a) {
    width: 100%;
  }
  .ainew-wrap .table-list:not(.no-mobile) tr td .subject {
    flex-wrap: wrap;
  }
  .ainew-wrap .table-list:not(.no-mobile) tr td:has(.complete), .ainew-wrap .table-list:not(.no-mobile) tr td:has(.studying) {
    width: 100%;
    text-align: left;
  }
}
.ainew-wrap .table-view {
  margin-top: 4.8rem;
}
.ainew-wrap .table-view article {
  width: 100%;
  padding: 3rem;
  border-radius: 2.8rem;
  border: 0.1rem solid #EEEEEE;
}
@media (max-width: 720px) {
  .ainew-wrap .table-view article {
    padding: 2rem;
  }
}
.ainew-wrap .table-view article header {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid #EEEEEE;
}
@media (max-width: 720px) {
  .ainew-wrap .table-view article header {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.ainew-wrap .table-view article header h5 {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  color: #333333;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.ainew-wrap .table-view article header h5 .btn-wrap {
  width: auto;
  gap: 1rem;
  margin-left: auto;
}
.ainew-wrap .table-view article header h5 em {
  margin-right: 1.2rem;
}
.ainew-wrap .table-view article header h5 .textbook {
  position: relative;
  margin-right: 2.5rem;
}
.ainew-wrap .table-view article header h5 .textbook:after {
  content: "";
  position: absolute;
  right: -1.2rem;
  width: 0.1rem;
  height: 1.6rem;
  top: calc(50% - 0.8rem);
  background-color: #666666;
}
.ainew-wrap .table-view article header h5 .new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #4E60FF;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 700;
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
}
@media (max-width: 720px) {
  .ainew-wrap .table-view article header h5 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.036rem;
    margin-bottom: 0.8rem;
    align-items: flex-start;
    gap: 1rem;
  }
  .ainew-wrap .table-view article header h5 button {
    width: 6rem;
  }
  .ainew-wrap .table-view article header h5:has(.textbook) {
    flex-wrap: wrap;
  }
  .ainew-wrap .table-view article header h5:has(.textbook) .textbook {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
    width: 100%;
  }
  .ainew-wrap .table-view article header h5:has(.textbook) .textbook:after {
    display: none;
  }
}
.ainew-wrap .table-view article header ul {
  display: flex;
  gap: 2.4rem;
}
.ainew-wrap .table-view article header ul li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #666666;
  font-weight: 500;
  position: relative;
}
.ainew-wrap .table-view article header ul li:not(:last-child):after {
  display: block;
  content: "";
  position: absolute;
  right: -1.2rem;
  top: calc(50% - 0.5rem);
  width: 0.1rem;
  height: 1rem;
  background-color: #CCCCCC;
}
@media (max-width: 720px) {
  .ainew-wrap .table-view article header ul li {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
}
.ainew-wrap .table-write {
  margin-top: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.ainew-wrap .table-write .textarea-wrap textarea {
  height: 42.4rem;
}
@media (max-width: 720px) {
  .ainew-wrap .table-write .textarea-wrap textarea {
    height: 25rem;
  }
}
.ainew-wrap .table-cont {
  margin-top: 2.4rem;
}
.ainew-wrap .table-cont.no-mobile {
  padding: 0;
}
.ainew-wrap .table-cont table {
  min-width: 90rem;
}
.ainew-wrap .table-cont th .q-mark {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.8rem;
  vertical-align: text-top;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_mark2.svg") 0 0/100% 100% no-repeat;
}
.ainew-wrap .table-cont tr.bg01 {
  background: #F6F7FA;
}
.ainew-wrap .table-cont td {
  color: #666666;
}
.ainew-wrap .table-cont td:has(a) {
  text-align: left;
}
.ainew-wrap .table-cont td.a-l {
  text-align: left;
}
.ainew-wrap .table-cont td.a-l-2 {
  text-align: left;
  padding-left: 3rem;
  padding-right: 3rem;
}
.ainew-wrap .table-cont td.grade {
  color: #EA4F4F;
  font-weight: 600;
  line-height: 1.9rem;
}
.ainew-wrap .table-cont td.grade.o {
  color: #4E60FF;
}
.ainew-wrap .table-cont td.rate {
  color: #333333;
  font-weight: 700;
}
.ainew-wrap .table-cont td a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 720px) {
  .ainew-wrap .table-cont td a {
    color: #333333;
    font-weight: 500;
  }
}
.ainew-wrap .table-cont td .subject {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.ainew-wrap .table-cont td .subject.bold {
  color: #333333;
  font-weight: 600;
}
.ainew-wrap .table-cont td .state {
  display: inline-block;
  padding: 0.6rem 1rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 600;
  border-radius: 0.6rem;
}
.ainew-wrap .table-cont td .state.ing {
  color: #FA7A16;
  border: 0.1rem solid #FEEAD5;
  background: #FFEFDE;
}
.ainew-wrap .table-cont td .state.end {
  color: #009F7A;
  border: 0.1rem solid #D3F0E9;
  background: #DAF3ED;
}
.ainew-wrap .table-cont td strong {
  color: #4E60FF;
}
.ainew-wrap .table-cont .no-list {
  color: #AAAAAA;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .table:not(.table-list) {
    padding: 0 2rem 2rem 2rem;
  }
}
.ainew-wrap .modalWrap .table-write {
  margin-top: 0;
}
.ainew-wrap .modalWrap .table-write .textarea-wrap textarea {
  height: 14rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.ainew-wrap .modalWrap .txt01 {
  margin-bottom: 3.2rem;
  color: #333333;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
  text-align: center;
}
.ainew-wrap .modalWrap .txt01 em {
  color: #4E60FF;
}
.ainew-wrap .modalWrap h3.title {
  color: #333333;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 600;
  margin-bottom: 0;
}
.ainew-wrap .modalWrap .confirm-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  color: #666666;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  margin-bottom: 4rem;
}
.ainew-wrap .modalWrap .confirm-text strong {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  color: #333333;
  font-weight: 600;
}
.ainew-wrap .modalWrap .confirm-text strong em {
  color: #4E60FF;
}
.ainew-wrap .textarea-wrap {
  position: relative;
  flex-grow: 1;
}
.ainew-wrap .textarea-wrap label {
  display: block;
  color: #333333;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.ainew-wrap .textarea-wrap label span {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #999999;
}
.ainew-wrap .textarea-wrap label em {
  color: #EA4F4F;
}
.ainew-wrap .textarea-wrap input {
  width: 100%;
}
@media (max-width: 720px) {
  .ainew-wrap .textarea-wrap input {
    padding-right: 6.5rem;
  }
}
.ainew-wrap .textarea-wrap textarea {
  width: 100%;
  padding: 1.6rem 2rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #EEEEEE;
  height: 11.2rem;
  background-color: #FFFFFF;
}
.ainew-wrap .textarea-wrap .textarea-count {
  position: absolute;
  right: 1.6rem;
  bottom: 2rem;
  color: #999999;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
}
.ainew-wrap .textarea-wrap .file-input-box .file-wrap .input-field {
  flex: 1;
}
.ainew-wrap .textarea-wrap .file-input-box .file-wrap span {
  color: #999999;
}
.ainew-wrap .textarea-wrap .file-input-box .file-attach {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  padding: 0.9rem 1.6rem;
  background-color: #F6F7FA;
  border-radius: 2.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #666666;
  margin-top: 1rem;
}
.ainew-wrap .textarea-wrap .file-input-box .file-info-txt {
  margin-top: 1rem;
  color: #999999;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 400;
  text-align: left;
}
.ainew-wrap .reply-wrap .input-wrap {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  margin-top: 2.4rem;
}
.ainew-wrap .reply-wrap .input-wrap button {
  width: 12rem;
  height: auto;
}
@media (max-width: 720px) {
  .ainew-wrap .reply-wrap .input-wrap {
    flex-wrap: wrap;
  }
  .ainew-wrap .reply-wrap .input-wrap button {
    width: 100%;
  }
}
.ainew-wrap .reply-list, .ainew-wrap .comment-wrap {
  margin-top: 2.4rem;
}
.ainew-wrap .reply-list article, .ainew-wrap .comment-wrap article {
  width: 100%;
  padding: 2.4rem;
  border-bottom: 0.1rem solid #EEEEEE;
}
.ainew-wrap .reply-list article:nth-child(even), .ainew-wrap .comment-wrap article:nth-child(even) {
  background-color: #F6F7FA;
}
.ainew-wrap .reply-list article header, .ainew-wrap .comment-wrap article header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
.ainew-wrap .reply-list article header h6, .ainew-wrap .comment-wrap article header h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #333333;
  font-weight: 600;
}
.ainew-wrap .reply-list article header .btn-wrap, .ainew-wrap .comment-wrap article header .btn-wrap {
  width: auto;
  justify-content: flex-end;
  gap: 1rem;
}
@media (max-width: 720px) {
  .ainew-wrap .reply-list article header .btn-wrap, .ainew-wrap .comment-wrap article header .btn-wrap {
    gap: 0.6rem;
  }
}
.ainew-wrap .reply-list article ul, .ainew-wrap .comment-wrap article ul {
  display: flex;
  gap: 2.4rem;
  margin-top: 0.6rem;
}
.ainew-wrap .reply-list article ul li, .ainew-wrap .comment-wrap article ul li {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #AAAAAA;
  font-weight: 500;
  position: relative;
}
.ainew-wrap .reply-list article ul li:not(:last-child):after, .ainew-wrap .comment-wrap article ul li:not(:last-child):after {
  display: block;
  content: "";
  position: absolute;
  right: -1.2rem;
  top: calc(50% - 0.6rem);
  width: 0.1rem;
  height: 1rem;
  background-color: #CCCCCC;
}
@media (max-width: 720px) {
  .ainew-wrap .reply-list article, .ainew-wrap .comment-wrap article {
    padding: 1.8rem;
  }
}
.ainew-wrap .comment-wrap {
  border-radius: 2.8rem;
  color: #666666;
  background-color: #F6F7FA;
}
.ainew-wrap .comment-wrap article {
  border-bottom: 0;
}
.ainew-wrap .box-bg .question-list {
  margin-top: 0rem;
}
.ainew-wrap .box-bg .question-list .item {
  padding: 0;
  border: 0;
}
.ainew-wrap .box-bg .question-list .item.gray1_bg {
  background: #F6F7FA;
}
.ainew-wrap .level, .ainew-wrap .level-rainbow-5, .ainew-wrap .level-rainbow-4, .ainew-wrap .level-rainbow-3, .ainew-wrap .level-rainbow-2, .ainew-wrap .level-rainbow-1, .ainew-wrap .level-gold-5, .ainew-wrap .level-gold-4, .ainew-wrap .level-gold-3, .ainew-wrap .level-gold-2, .ainew-wrap .level-gold-1, .ainew-wrap .level-silver-5, .ainew-wrap .level-silver-4, .ainew-wrap .level-silver-3, .ainew-wrap .level-silver-2, .ainew-wrap .level-silver-1, .ainew-wrap .level-bronze-5, .ainew-wrap .level-bronze-4, .ainew-wrap .level-bronze-3, .ainew-wrap .level-bronze-2, .ainew-wrap .level-bronze-1, .ainew-wrap .level-blue-5, .ainew-wrap .level-blue-4, .ainew-wrap .level-blue-3, .ainew-wrap .level-blue-2, .ainew-wrap .level-blue-1 {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.ainew-wrap .level-blue-1 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/blue_star_1.png");
}
.ainew-wrap .level-blue-2 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/blue_star_2.png");
}
.ainew-wrap .level-blue-3 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/blue_star_3.png");
}
.ainew-wrap .level-blue-4 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/blue_star_4.png");
}
.ainew-wrap .level-blue-5 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/blue_star_5.png");
}
.ainew-wrap .level-bronze-1 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bronze_star_1.png");
}
.ainew-wrap .level-bronze-2 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bronze_star_2.png");
}
.ainew-wrap .level-bronze-3 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bronze_star_3.png");
}
.ainew-wrap .level-bronze-4 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bronze_star_4.png");
}
.ainew-wrap .level-bronze-5 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bronze_star_5.png");
}
.ainew-wrap .level-silver-1 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/silver_star_1.png");
}
.ainew-wrap .level-silver-2 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/silver_star_2.png");
}
.ainew-wrap .level-silver-3 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/silver_star_3.png");
}
.ainew-wrap .level-silver-4 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/silver_star_4.png");
}
.ainew-wrap .level-silver-5 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/silver_star_5.png");
}
.ainew-wrap .level-gold-1 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/gold_star_1.png");
}
.ainew-wrap .level-gold-2 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/gold_star_2.png");
}
.ainew-wrap .level-gold-3 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/gold_star_3.png");
}
.ainew-wrap .level-gold-4 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/gold_star_4.png");
}
.ainew-wrap .level-gold-5 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/gold_star_5.png");
}
.ainew-wrap .level-rainbow-1 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/rainbow_star_1.png");
}
.ainew-wrap .level-rainbow-2 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/rainbow_star_2.png");
}
.ainew-wrap .level-rainbow-3 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/rainbow_star_3.png");
}
.ainew-wrap .level-rainbow-4 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/rainbow_star_4.png");
}
.ainew-wrap .level-rainbow-5 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/rainbow_star_5.png");
}
.ainew-wrap .level-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 4.8rem;
  padding: 3rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #EEEEEE;
}
.ainew-wrap .level-area .btn {
  max-width: 13rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .level-area {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .ainew-wrap .level-area {
    padding: 1.5rem;
  }
}
.ainew-wrap .level-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem 0.4rem;
}
.ainew-wrap .level-info em {
  font-weight: 600;
}
.ainew-wrap .level-info progress {
  width: 40rem;
  margin: 0 0.8rem 0 1.6rem;
}
.ainew-wrap .level-info .exam-wrap {
  display: flex;
  margin-right: 4rem;
}
.ainew-wrap .level-info .exam-count {
  display: flex;
  gap: 0.4rem;
  color: #666666;
}
.ainew-wrap .level-info .exam-count span {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
}
.ainew-wrap .level-info .exam-count em {
  margin: 0;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .level-info {
    flex-direction: column;
    width: 100%;
  }
  .ainew-wrap .level-info > .exam-count {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .ainew-wrap .level-info .exam-wrap {
    width: 100%;
    margin-right: 0;
  }
  .ainew-wrap .level-info .exam-wrap progress {
    width: 100%;
    flex-grow: 1;
  }
  .ainew-wrap .level-info .exam-wrap .exam-level {
    width: 100%;
  }
  .ainew-wrap .level-info .exam-wrap .exam-count {
    width: auto;
  }
}
.ainew-wrap .level-guide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #F6F7FA;
  border-radius: 1.6rem;
  padding: 2.4rem;
  margin-top: 0.8rem;
}
.ainew-wrap .level-guide li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 0 1.2rem;
}
.ainew-wrap .level-guide li i {
  width: 4rem;
  height: 4rem;
}
.ainew-wrap .level-guide li p {
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .level-guide {
    justify-content: center;
    gap: 2rem;
  }
}
.ainew-wrap .levelup-inner-txt {
  margin-bottom: 3rem;
}
.ainew-wrap .levelup-inner-txt h3 {
  font-weight: 600;
  color: #4E60FF;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
.ainew-wrap .levelup-inner-txt .in-txt {
  font-size: 1.6rem;
  text-align: center;
}
.ainew-wrap .levelup-inner-box {
  display: flex;
  background-color: #F6F7FA;
  border-radius: 1.6rem;
  padding: 2.4rem;
  margin-top: 0.8rem;
  flex-direction: column;
  align-content: space-around;
  flex-wrap: wrap;
}
.ainew-wrap .levelup-inner-box .level-up-guide {
  display: flex;
}
.ainew-wrap .levelup-inner-box .level-up-guide li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 0 1.2rem;
}
.ainew-wrap .levelup-inner-box .level-up-guide li i {
  width: 4rem;
  height: 4rem;
}
.ainew-wrap .levelup-inner-box .level-up-guide li p {
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
}
.ainew-wrap .levelup-inner-box .level-up-guide li .leveup-arrow {
  display: block;
  position: relative;
  width: 3rem;
}
.ainew-wrap .levelup-inner-box .level-up-guide li .leveup-arrow::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url(https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_down.svg) 0 0/100% 100% no-repeat;
  position: absolute;
  top: 2rem;
  right: 0.6rem;
  transform: rotate(-90deg);
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .levelup-inner-box .level-up-guide {
    justify-content: center;
    gap: 2rem;
  }
}
.ainew-wrap .levelup-inner-box .levelup-txt1 {
  color: #242424;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-top: 1.5rem;
}
.ainew-wrap .box-bg .question-list {
  margin-top: 0rem;
}
.ainew-wrap .box-bg .question-list .item {
  padding: 0;
  border: 0;
}
.ainew-wrap .question-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
.ainew-wrap .question-list .item {
  padding: 2.4rem 4rem;
  border: 0.1rem solid #EEEEEE;
  border-radius: 1.6rem;
  background-color: #FFFFFF;
}
@media (max-width: 720px) {
  .ainew-wrap .question-list .item {
    padding: 2rem;
  }
}
.ainew-wrap .question-list .item__top {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ainew-wrap .question-list .item__top > span {
  display: flex;
}
.ainew-wrap .question-list .item__top label.bookmark_ico1 {
  font-size: 0;
}
.ainew-wrap .question-list .item__top label.bookmark_ico1::before {
  content: "";
  position: relative;
  top: 1.2rem;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_201_29012)'%3E%3Cpath d='M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V19.0568C19 19.8702 18.0806 20.3433 17.4188 19.8705L12.5812 16.4152C12.2335 16.1668 11.7665 16.1668 11.4188 16.4152L6.58124 19.8705C5.91937 20.3433 5 19.8702 5 19.0568V5Z' stroke='%23AAAAAA' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_201_29012'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  border: 0;
  margin-right: 0.2rem;
  background-color: transparent !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ainew-wrap .question-list .item__top label.bookmark_ico1.on::before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="%234E60FF" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_201_29012)"><path d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V19.0568C19 19.8702 18.0806 20.3433 17.4188 19.8705L12.5812 16.4152C12.2335 16.1668 11.7665 16.1668 11.4188 16.4152L6.58124 19.8705C5.91937 20.3433 5 19.8702 5 19.0568V5Z" stroke="%234E60FF" stroke-width="1.5" stroke-linejoin="round"/></g><defs><clipPath id="clip0_201_29012"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') !important;
  background-color: transparent !important;
}
.ainew-wrap .question-list .item__top .ml-auto {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.ainew-wrap .question-list .item__top .ml-auto > span, .ainew-wrap .question-list .item__top .ml-auto button {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.ainew-wrap .question-list .item__top .ml-auto > span label {
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 600;
}
@media (max-width: 720px) {
  .ainew-wrap .question-list .item__top .ml-auto > span label {
    font-size: 0;
  }
  .ainew-wrap .question-list .item__top .ml-auto > span label span {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
}
.ainew-wrap .question-list .item__top .ml-auto > button {
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 600;
}
.ainew-wrap .question-list .item__top .ml-auto > button::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media (max-width: 720px) {
  .ainew-wrap .question-list .item__top {
    flex-wrap: wrap;
  }
  .ainew-wrap .question-list .item__top label {
    font-size: 0;
  }
  .ainew-wrap .question-list .item__top .ml-auto {
    gap: 1rem;
  }
  .ainew-wrap .question-list .item__top .ml-auto > button {
    font-size: 0;
  }
}
.ainew-wrap .question-list .item__content {
  display: flex;
  gap: 4rem;
  margin-top: 3.2rem;
  min-height: 10rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .question-list .item__content {
    flex-direction: column;
    width: 100%;
  }
}
.ainew-wrap .question-list .item__content .content {
  display: flex;
  gap: 4rem;
}
.ainew-wrap .question-list .item__content .content-img img {
  min-width: 10rem;
  width: 10rem;
  height: 10rem;
}
.ainew-wrap .question-list .item__content .content-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #666666;
}
.ainew-wrap .question-list .item__content .content-detail__subject {
  display: flex;
  flex-direction: column;
}
.ainew-wrap .question-list .item__content .content-detail__subject strong {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  margin-bottom: 0.8rem;
  color: #333333;
  font-weight: 600;
}
.ainew-wrap .question-list .item__content .content-detail__subject strong [class*=marking__] {
  margin: -0.2rem 0 0 0.4rem;
  vertical-align: middle;
}
.ainew-wrap .question-list .item__content .content-detail__info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1.7rem;
  font-weight: 500;
}
.ainew-wrap .question-list .item__content .content-detail__info li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.ainew-wrap .question-list .item__content .content-detail__info li:not(:last-child):after {
  display: block;
  content: "";
  position: absolute;
  right: -0.8rem;
  top: calc(50% - 0.5rem);
  width: 0.1rem;
  height: 1rem;
  background-color: #CCCCCC;
}
@media (max-width: 720px) {
  .ainew-wrap .question-list .item__content .content-detail__info {
    flex-direction: column;
  }
  .ainew-wrap .question-list .item__content .content-detail__info li:not(:last-child):after {
    display: none;
  }
}
.ainew-wrap .question-list .item__content .content-detail__writer {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.ainew-wrap .question-list .item__content .content-detail__writer li {
  display: flex;
  align-items: center;
  color: #666666;
  font-weight: 500;
}
.ainew-wrap .question-list .item__content .content-detail__writer li::after {
  content: "";
  display: block;
  margin-left: 0.8rem;
  width: 0.1rem;
  height: 1.2rem;
  background: #CCCCCC;
}
.ainew-wrap .question-list .item__content .content-detail__writer li:last-child::after {
  display: none;
}
.ainew-wrap .question-list .item__content .content-detail__writer li i {
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.5rem;
}
.ainew-wrap .question-list .item__content .content-detail__tag {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.ainew-wrap .question-list .item__content .content-detail__tag li {
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
}
.ainew-wrap .question-list .item__content .content-detail__tag li::before {
  content: "#";
}
@media (max-width: 720px) {
  .ainew-wrap .question-list .item__content .content {
    flex-direction: column;
    width: 100%;
  }
}
.ainew-wrap .question-list .item__content .btn-wrap {
  margin-left: auto;
  width: auto;
  gap: 1rem;
}
.ainew-wrap .question-list .item__content .btn-wrap .btn {
  min-width: 9rem;
  white-space: nowrap;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .question-list .item__content .btn-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
    margin: -0.5rem;
  }
  .ainew-wrap .question-list .item__content .btn-wrap .btn {
    flex-grow: 1;
    margin: 0.5rem;
  }
  .ainew-wrap .question-list .item__content .btn-wrap .btn:not(:first-child) {
    flex-grow: 0;
    width: calc(50% - 1rem);
  }
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .question-list .item__content .btn-wrap.btn-st01 .btn {
    flex-grow: 1;
  }
  .ainew-wrap .question-list .item__content .btn-wrap.btn-st01 .btn:not(:first-child) {
    width: calc(50% - 1rem);
  }
}
.ainew-wrap .question-list .item__content .drag-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 4rem 4rem;
  cursor: move;
}
.ainew-wrap .question-list .item__content .drag-wrap img {
  width: 3.2rem;
}
.ainew-wrap .question-list .item__content .drag-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 0.1rem;
  height: calc(100% + 6rem);
  background-color: #EEEEEE;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .question-list .item__content .drag-wrap {
    padding-left: 0;
    padding-bottom: 0;
  }
  .ainew-wrap .question-list .item__content .drag-wrap:before {
    display: none;
  }
}
@media (max-width: 720px) {
  .ainew-wrap .question-list .item__content .drag-wrap {
    display: none;
  }
}
.ainew-wrap .question-list .item:has(input[type=checkbox]:not(.shortcut, .heart, .bookmark):checked) {
  border-color: #4E60FF;
}
.ainew-wrap .question-list li.no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 4.4rem;
  color: #AAAAAA;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  text-align: center;
}
.ainew-wrap .question-list li.no-data::before {
  content: "";
  width: 9rem;
  height: 9rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_nodata.svg") 0 0/100% 100% no-repeat;
}
.ainew-wrap .hashtag {
  display: flex;
  gap: 1.2rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #999999;
}
.ainew-wrap .marking, .ainew-wrap .marking__incorrect, .ainew-wrap .marking__correct {
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.ainew-wrap .marking-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3.2rem;
}
.ainew-wrap .marking-wrap [class*=marking__] {
  width: 12rem;
  height: 12rem;
}
.ainew-wrap .marking-wrap p {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  color: #FFFFFF;
  font-weight: 500;
}
.ainew-wrap .marking:before, .ainew-wrap .marking__incorrect:before, .ainew-wrap .marking__correct:before {
  display: none;
}
.ainew-wrap .marking__correct {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Ccircle cx='13' cy='12.9997' r='10.9333' stroke='%234E60FF' stroke-width='3'/%3E%3C/svg%3E");
}
.ainew-wrap .marking__incorrect {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 3.99805L3.99997 19.998' stroke='%23EA4F4F' stroke-width='3.24325' stroke-linecap='round'/%3E%3Cpath d='M3.99998 3.99805L20 19.998' stroke='%23EA4F4F' stroke-width='3.24325' stroke-linecap='round'/%3E%3C/svg%3E");
}
.ainew-wrap .rating {
  display: flex;
  flex-direction: row-reverse;
}
.ainew-wrap .rating input[type=checkbox],
.ainew-wrap .rating input[type=radio] {
  width: 0;
  height: 0;
}
.ainew-wrap .rating label {
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M14.892 2.66392C15.3019 1.67837 16.6981 1.67836 17.108 2.66391L19.9506 9.49832C20.1234 9.91381 20.5141 10.1977 20.9627 10.2337L28.341 10.8252C29.405 10.9105 29.8364 12.2383 29.0258 12.9327L23.4043 17.7481C23.0625 18.0408 22.9133 18.5002 23.0177 18.9379L24.7351 26.1379C24.9828 27.1761 23.8533 27.9968 22.9424 27.4404L16.6255 23.5821C16.2415 23.3475 15.7585 23.3475 15.3745 23.5821L9.05763 27.4404C8.14671 27.9968 7.0172 27.1761 7.26487 26.1379L8.98233 18.9379C9.08674 18.5002 8.93749 18.0408 8.59574 17.7481L2.97425 12.9327C2.1636 12.2383 2.59503 10.9105 3.65901 10.8252L11.0373 10.2337C11.4859 10.1977 11.8766 9.91381 12.0494 9.49832L14.892 2.66392Z' fill='%23CCCCCC'/%3E%3C/svg%3E");
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.ainew-wrap .rating label:hover,
.ainew-wrap .rating label:hover ~ label,
.ainew-wrap .rating input[type=radio]:checked ~ label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M14.892 2.66392C15.3019 1.67837 16.6981 1.67836 17.108 2.66391L19.9506 9.49832C20.1234 9.91381 20.5141 10.1977 20.9627 10.2337L28.341 10.8252C29.405 10.9105 29.8364 12.2383 29.0258 12.9327L23.4043 17.7481C23.0625 18.0408 22.9133 18.5002 23.0177 18.9379L24.7351 26.1379C24.9828 27.1761 23.8533 27.9968 22.9424 27.4404L16.6255 23.5821C16.2415 23.3475 15.7585 23.3475 15.3745 23.5821L9.05763 27.4404C8.14671 27.9968 7.0172 27.1761 7.26487 26.1379L8.98233 18.9379C9.08674 18.5002 8.93749 18.0408 8.59574 17.7481L2.97425 12.9327C2.1636 12.2383 2.59503 10.9105 3.65901 10.8252L11.0373 10.2337C11.4859 10.1977 11.8766 9.91381 12.0494 9.49832L14.892 2.66392Z' fill='%234E60FF'/%3E%3C/svg%3E");
}
.ainew-wrap .ico__workbook {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: #F6F7FA;
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_recommend_mid.svg");
  background-position: center;
  background-size: 2.8rem 2.8rem;
  background-repeat: no-repeat;
}
.ainew-wrap .sns-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.ainew-wrap .sns-wrap button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.ainew-wrap .sns-wrap button i {
  width: 4rem;
}
.ainew-wrap .sns-wrap button p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
}
@media (max-width: 720px) {
  .ainew-wrap .sns-wrap {
    justify-content: center;
  }
}
.ainew-wrap .level-wrap label {
  display: block;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.ainew-wrap .level-wrap label em {
  color: #EA4F4F;
}
.ainew-wrap .level-wrap .btn-wrap {
  justify-content: flex-start;
  gap: 1rem;
}
.ainew-wrap .level-wrap .btn-wrap button {
  width: 9rem;
  height: 5.6rem;
  border: 0.1rem solid #CCCCCC;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
}
.ainew-wrap .level-wrap .btn-wrap button.active {
  border-color: #4E60FF;
  background-color: #4E60FF;
  color: #FFFFFF;
}
.ainew-wrap .tagcontainer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
  gap: 0.2rem 1rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666666;
}
.ainew-wrap .title .info {
  position: relative;
  width: 2rem;
  height: 2rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_mark2.svg") 0 0/100% 100% no-repeat;
  cursor: pointer;
}
.ainew-wrap .title .info > .tooltip-box {
  top: auto;
  bottom: 3rem;
  left: -0.8rem;
}
.ainew-wrap .title .info > .tooltip-box::before {
  transform: rotate(-180deg);
  top: 100%;
}
@media (max-width: 720px) {
  .ainew-wrap .title .info .tooltip-box {
    width: 15rem;
    left: -17rem;
  }
  .ainew-wrap .title .info .tooltip-box::before {
    left: 17.4rem;
  }
  .ainew-wrap .title .info p > br {
    display: none;
  }
}
.ainew-wrap table .info {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.2rem;
  width: 2rem;
  height: 2rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_mark2.svg") 0 0/100% 100% no-repeat;
  cursor: pointer;
}
.ainew-wrap table .info > .tooltip-box {
  top: 3rem;
  bottom: auto;
  left: auto;
  right: -0.8rem;
}
.ainew-wrap table .info > .tooltip-box::before {
  bottom: 100%;
  left: auto;
  right: 1.2rem;
}
.ainew-wrap .check-wrap {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.ainew-wrap .check-wrap .check-title {
  min-width: 8rem;
  color: #333333;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
}
.ainew-wrap .check-wrap .checkbox {
  display: flex;
  align-items: center;
}
@media (max-width: 720px) {
  .ainew-wrap .check-wrap {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .ainew-wrap .check-wrap .check-title {
    width: 100%;
  }
}
.ainew-wrap ol.step {
  display: flex;
  margin: 0 auto;
  padding: 1rem 0 9rem;
}
.ainew-wrap ol.step li {
  position: relative;
  width: 25%;
  color: #C5CBE8;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 500;
  text-align: center;
}
.ainew-wrap ol.step li::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 auto 1.1rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  line-height: 2.8rem;
  background: #C5CBE8;
  font-weight: 700;
  border-radius: 1.4rem;
}
.ainew-wrap ol.step li::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: calc(50% + 3.1rem);
  width: calc(100% - 6.2rem);
  border-bottom: 0.2rem dashed #E1E5F7;
}
.ainew-wrap ol.step li:nth-child(1)::before {
  content: "1";
}
.ainew-wrap ol.step li:nth-child(2)::before {
  content: "2";
}
.ainew-wrap ol.step li:nth-child(3)::before {
  content: "3";
}
.ainew-wrap ol.step li:nth-child(4)::before {
  content: "4";
}
.ainew-wrap ol.step li:nth-child(4)::after {
  display: none;
}
.ainew-wrap ol.step li.completed {
  color: #4E60FF;
}
.ainew-wrap ol.step li.completed::before {
  content: "";
  border: 0.2rem solid #4E60FF;
  background: transparent url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_step_check_mid.svg") center center no-repeat;
  background-size: 2.1rem 2.1rem;
}
.ainew-wrap ol.step li.completed::after {
  border-bottom: 0.2rem dashed #4E60FF;
}
.ainew-wrap ol.step li.active {
  color: #4E60FF;
}
.ainew-wrap ol.step li.active::before {
  background-color: #4E60FF;
}
@media (max-width: 720px) {
  .ainew-wrap ol.step li {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
  .ainew-wrap ol.step li::before {
    width: 2.6rem;
    height: 2.6rem;
  }
  .ainew-wrap ol.step li::after {
    left: calc(50% + 2.5rem);
    width: calc(100% - 5rem);
  }
  .ainew-wrap ol.step li.active {
    font-weight: 500;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap ol.step {
    padding: 2.4rem 0;
  }
}
.ainew-wrap .box-area {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 3.2rem;
  border-radius: 2.8rem;
  border: 0.1rem solid #EEEEEE;
}
.ainew-wrap .box-area .box-wrap {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  gap: 5.6rem;
}
.ainew-wrap .box-area .box-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.8rem;
  flex: 1 0 0;
}
.ainew-wrap .box-area .box-wrap .item h5.title {
  font-size: 2.6rem;
  line-height: 3.2rem;
  letter-spacing: -0.052rem;
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .ainew-wrap .box-area .box-wrap .item h5.title {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: -0.048rem;
  }
}
.ainew-wrap .box-area .box-wrap .item .round-bg {
  width: 100%;
  min-height: 38.5rem;
}
.ainew-wrap .box-area .box-wrap .item .table-list {
  margin-top: 0;
}
.ainew-wrap .box-area + .box-wrap {
  margin-top: 2.4rem;
}
.ainew-wrap .box-area .btn-wrap {
  margin-top: 0;
}
@media (max-width: 720px) {
  .ainew-wrap .box-area .btn-wrap .btn {
    width: 100%;
  }
}
.ainew-wrap .box-area.gap1 {
  margin-top: 4.8rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .box-area {
    padding: 2.5rem;
  }
  .ainew-wrap .box-area .box-wrap {
    flex-direction: column;
    margin-top: 0;
    padding: 0;
  }
  .ainew-wrap .box-area .box-wrap .item {
    gap: 1.4rem;
    width: 100%;
  }
  .ainew-wrap .box-area .box-wrap .item .title {
    display: block;
  }
  .ainew-wrap .box-area .box-wrap .item .title .info {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.4rem;
  }
  .ainew-wrap .box-area .box-wrap .item .round-bg {
    min-height: auto;
  }
  .ainew-wrap .box-area .box-wrap .box {
    margin-top: 0;
  }
  .ainew-wrap .box-area.gap1 {
    margin-top: 2.4rem;
  }
}
.ainew-wrap .sort_selection {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
  align-self: stretch;
}
.ainew-wrap .sort_selection li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 1.6rem;
  border: 0.1rem solid #EEEEEE;
}
.ainew-wrap .sort_selection li .title {
  display: block;
  padding: 2.4rem 1.6rem 1.6rem 1.6rem;
  color: #333333;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
}
.ainew-wrap .sort_selection li .sort {
  height: 33.6rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.ainew-wrap .sort_selection li .sort .item_sort {
  display: flex;
  min-width: 10rem;
  align-items: center;
  align-self: stretch;
  padding: 1.6rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  text-align: left;
}
.ainew-wrap .sort_selection li .sort .item_sort.active {
  color: #4E60FF;
  background: #F6F7FA;
}
@media (max-width: 720px) {
  .ainew-wrap .sort_selection {
    flex-direction: column;
  }
  .ainew-wrap .sort_selection li {
    width: 100%;
  }
  .ainew-wrap .sort_selection li .sort {
    height: 19rem;
  }
}
.ainew-wrap .sort_add_selection {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.2rem;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}
.ainew-wrap .sort_add_selection li .add-item {
  display: flex;
  padding: 0.9rem 1.6rem;
  align-items: center;
  gap: 0.8rem;
  border-radius: 2.4rem;
  background: #FFFFFF;
  text-align: left;
}
.ainew-wrap .sort_add_selection li .add-item .btn-delete {
  width: 1.6rem;
  height: 1.6rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_close.svg") 0 0/100% 100% no-repeat;
  color: transparent;
  font-size: 0;
  flex: none;
}
.ainew-wrap .sort_add_selection.type-list {
  flex-direction: column;
}
.ainew-wrap .sort_add_selection.type-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 100%;
}
.ainew-wrap .sort_add_selection.type-list > li .count-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
}
.ainew-wrap .sort_add_selection.type-list > li .count-wrap .input-field {
  width: 7rem;
  text-align: right;
  height: 5.6rem;
  line-height: 5.6rem;
}
.ainew-wrap .sort_add_selection.type-list > li .count-wrap i {
  font-style: normal;
}
@media (max-width: 720px) {
  .ainew-wrap .sort_add_selection.type-list {
    gap: 2.4rem;
  }
  .ainew-wrap .sort_add_selection.type-list > li {
    flex-direction: column;
    align-items: flex-start;
  }
  .ainew-wrap .sort_add_selection.type-list > li .add-item {
    justify-content: flex-start;
  }
  .ainew-wrap .sort_add_selection.type-list > li .count-wrap {
    justify-content: end;
  }
}
.ainew-wrap .progress-item {
  display: flex;
  align-items: center;
}
.ainew-wrap .progress-item .progress {
  flex: 1;
}
.ainew-wrap .progress-item.type-1 {
  gap: 1rem;
}
.ainew-wrap .progress-item.type-1 .title {
  width: 4.1rem;
  color: #999999;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 500;
}
.ainew-wrap .progress-item.type-1 .count {
  width: 4rem;
  flex-shrink: 0;
  color: #666666;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 700;
}
.ainew-wrap .progress-item.type-1 progress {
  height: 0.6rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
.ainew-wrap .progress-item.type-1 progress::-webkit-progress-bar {
  height: 0.6rem;
  background: #EEEEEE;
}
.ainew-wrap .progress-item.type-1 progress::-webkit-progress-value {
  height: 0.6rem;
  background: #009F7A;
}
@media (max-width: 720px) {
  .ainew-wrap .progress-item.type-1 .title {
    width: 20%;
  }
  .ainew-wrap .progress-item.type-1 .count {
    width: 20%;
  }
}
.ainew-wrap .latest-learn {
  position: relative;
  border: 0.1rem solid #EEEEEE;
  border-radius: 2.8rem;
  margin-top: 4.8rem;
  padding: 4rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.ainew-wrap .latest-learn .tltle-wrap {
  position: relative;
  width: 30%;
  z-index: 10;
  background: linear-gradient(-270deg, #FFF 81.27%, rgba(255, 255, 255, 0) 100%);
}
.ainew-wrap .latest-learn .tltle-wrap > .title {
  display: block;
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
  font-weight: 700;
  letter-spacing: 0.072rem;
  color: #333333;
  position: relative;
}
@media (max-width: 720px) {
  .ainew-wrap .latest-learn .tltle-wrap > .title br {
    display: none;
  }
}
.ainew-wrap .latest-learn .tltle-wrap > .title i {
  display: inline-block;
  margin-left: 0.4rem;
  vertical-align: text-top;
}
.ainew-wrap .latest-learn .tltle-wrap > .title i.ico-book {
  width: 3.2rem;
  height: 3.2rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_book4.svg") 0 0/100% 100% no-repeat;
}
.ainew-wrap .latest-learn .tltle-wrap > .info-text {
  margin-top: 1.6rem;
  letter-spacing: -0.32px;
}
@media (max-width: 720px) {
  .ainew-wrap .latest-learn .tltle-wrap > .info-text br {
    display: none;
  }
}
.ainew-wrap .latest-learn .tltle-wrap::before {
  content: "";
  width: 5rem;
  height: 100%;
  display: inline-block;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: -5rem;
  z-index: 10;
  transition: opacity 0.5s;
}
.ainew-wrap .latest-learn .question {
  width: 75%;
  transition: padding 0.5s;
  overflow: visible;
}
.ainew-wrap .latest-learn .question::before {
  content: "";
  width: 5rem;
  height: 100%;
  display: inline-block;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: -5rem;
  z-index: 10;
  transition: opacity 0.5s;
}
.ainew-wrap .latest-learn .question::after {
  content: "";
  width: 11rem;
  height: 100%;
  display: inline-block;
  background: linear-gradient(270deg, #FFF 7.27%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.ainew-wrap .latest-learn .question.end::before, .ainew-wrap .latest-learn .question.end::after {
  display: none;
}
.ainew-wrap .latest-learn .question .swiper-slide {
  width: 28.2rem;
  margin: 0 1.2rem;
}
.ainew-wrap .latest-learn .question-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 0;
  gap: 0;
}
.ainew-wrap .latest-learn .question-list .item {
  border: 0.1rem solid #EEEEEE;
  padding: 3.2rem;
  border-radius: 1.6rem;
}
.ainew-wrap .latest-learn .question-list .item__content {
  margin-top: 0;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.ainew-wrap .latest-learn .question-list .item__content .content {
  display: block;
  width: 100%;
}
.ainew-wrap .latest-learn .question-list .item__content .content-img img {
  margin: 0 auto;
}
.ainew-wrap .latest-learn .question-list .item__content .content-detail {
  margin-top: 4rem;
  gap: 0;
}
.ainew-wrap .latest-learn .question-list .item__content .content-detail .category-wrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.ainew-wrap .latest-learn .question-list .item__content .content-detail__subject {
  margin-top: 1.6rem;
}
.ainew-wrap .latest-learn .question-list .item__content .content-detail__subject strong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ainew-wrap .latest-learn .question-list .item__content .content-detail__writer {
  margin-top: 0.8rem;
  flex-wrap: wrap;
}
.ainew-wrap .latest-learn .question-list .item__content .content-detail__tag {
  margin-top: 1.6rem;
  flex-wrap: wrap;
}
.ainew-wrap .latest-learn .question-list .item .btn-wrap {
  width: 100%;
  margin-left: 0;
  gap: 1rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .latest-learn .question-list .item .btn-wrap {
    flex-wrap: nowrap;
  }
}
.ainew-wrap .latest-learn .question-list .item .btn-wrap .btn {
  min-width: 10.4rem;
  margin: 0;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .latest-learn .question-list .item .btn-wrap .btn {
    max-width: calc(50% - 0.5rem);
  }
}
.ainew-wrap .latest-learn .question-list .item:nth-child(1) .category-wrap .category:nth-child(1) {
  background-color: #E7EAFF;
}
.ainew-wrap .latest-learn .question-list .item:nth-child(1) .category-wrap .category:nth-child(1) > em {
  color: #4E60FF;
}
.ainew-wrap .latest-learn .question-list .item:hover {
  border-color: #4E60FF;
}
.ainew-wrap .latest-learn .question-list .item:hover .btn-wrap .type-2 {
  color: #FFFFFF;
  background-color: #4E60FF;
}
.ainew-wrap .latest-learn .question-list .item:hover .btn-wrap .type-5 {
  border: 0.1rem solid #4E60FF;
  color: #4E60FF;
}
.ainew-wrap .latest-learn .question-list .item:hover .btn-wrap .type-5:disabled {
  color: #AAAAAA;
  background-color: #EEEEEE;
  border: 0.1rem solid #EEEEEE;
}
.ainew-wrap .latest-learn .swiper-btn-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 4rem;
  left: 4rem;
}
.ainew-wrap .latest-learn .swiper-btn-wrap > div {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  position: relative;
  background-color: #F6F7FA;
  margin-top: initial;
}
.ainew-wrap .latest-learn .swiper-btn-wrap > div::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
}
.ainew-wrap .latest-learn .swiper-btn-wrap > div.swiper-button-disabled {
  opacity: 0.7;
}
.ainew-wrap .latest-learn .swiper-btn-wrap .swiper-button-next {
  margin-left: 0.8rem;
}
.ainew-wrap .latest-learn .swiper-btn-wrap .swiper-button-next::after {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_right.svg") 0 0 no-repeat;
}
.ainew-wrap .latest-learn .swiper-btn-wrap .swiper-button-prev::after {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_arr_right.svg") 0 0 no-repeat;
  transform: rotate(-180deg);
}
@media (max-width: 720px) {
  .ainew-wrap .latest-learn {
    padding: 0;
    padding-right: 2rem;
    margin-right: -2rem;
    margin-bottom: 7rem;
    flex-direction: column;
    border-radius: 0;
    border: none;
  }
  .ainew-wrap .latest-learn .tltle-wrap {
    width: 100%;
  }
  .ainew-wrap .latest-learn .question {
    width: 100%;
    margin-top: 3.2rem;
  }
  .ainew-wrap .latest-learn .question.item .tag-wrap {
    flex-wrap: wrap;
    gap: 0 1.2rem;
  }
  .ainew-wrap .latest-learn .question.item .btn-wrap .btn {
    min-width: 9rem;
  }
  .ainew-wrap .latest-learn .question::after, .ainew-wrap .latest-learn .question::before {
    display: none;
  }
  .ainew-wrap .latest-learn .swiper-btn-wrap {
    display: none;
  }
}
.ainew-wrap .curriculum-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.ainew-wrap .curriculum-list .item {
  padding: 2.4rem 3rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #EEEEEE;
  overflow: hidden;
}
@media (max-width: 720px) {
  .ainew-wrap .curriculum-list .item {
    padding: 2rem;
  }
}
.ainew-wrap .curriculum-list .item__content .content {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}
.ainew-wrap .curriculum-list .item__content .content .content-img {
  width: 18rem;
  height: 10rem;
  border-radius: 0.8rem;
  overflow: hidden;
  flex: none;
}
@media (max-width: 720px) {
  .ainew-wrap .curriculum-list .item__content .content .content-img {
    width: 40%;
    height: auto;
  }
}
.ainew-wrap .curriculum-list .item__content .content .content-detail .category {
  margin-bottom: 0.8rem;
}
.ainew-wrap .curriculum-list .item__content .content .content-detail__subject > strong {
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
}
.ainew-wrap .curriculum-list .item__content .content .content-detail__info {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.8rem;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}
.ainew-wrap .curriculum-list .item__content .content .content-detail__info li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
}
.ainew-wrap .curriculum-list .item__content .content .content-detail__info li::before {
  content: "";
  width: 0.1rem;
  height: 1.2rem;
  flex-shrink: 0;
  background: #CCCCCC;
}
.ainew-wrap .curriculum-list .item__content .content .content-detail__info li:nth-child(1)::before {
  display: none;
}
@media (max-width: 720px) {
  .ainew-wrap .curriculum-list .item__content .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .ainew-wrap .curriculum-list .item__content .content .content-img {
    width: 100%;
  }
}
.ainew-wrap .curriculum-list .item:nth-child(1) .category {
  background: #E7EAFF;
}
.ainew-wrap .curriculum-list .item:nth-child(1) .category em {
  color: #4E60FF;
}
.ainew-wrap .curriculum-list .item:nth-child(1) .category em + em::before {
  background: #4E60FF;
}
.ainew-wrap .curriculum-list.type-chart .item {
  position: relative;
  padding: 3rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  align-self: stretch;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .curriculum-list.type-chart .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ainew-wrap .curriculum-list.type-chart .item .rank {
  position: absolute;
  left: 3rem;
  top: 3rem;
  display: flex;
  padding: 0.8rem 1.4rem;
  align-items: center;
  gap: 0.8rem;
  color: #999999;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10rem;
  background: var(--bg_01, #F6F7FA);
  z-index: 2;
}
@media (max-width: 720px) {
  .ainew-wrap .curriculum-list.type-chart .item .rank {
    position: static;
  }
}
.ainew-wrap .curriculum-list.type-chart .item .match-info {
  position: relative;
  width: 57.5%;
  padding-right: 3rem;
}
.ainew-wrap .curriculum-list.type-chart .item .match-info::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.1rem;
  background: #CCCCCC;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .curriculum-list.type-chart .item .match-info {
    width: 100%;
    padding-bottom: 4rem;
    padding-right: 0;
  }
  .ainew-wrap .curriculum-list.type-chart .item .match-info::after {
    top: auto;
    left: 0;
    height: 0.1rem;
    width: auto;
  }
}
.ainew-wrap .curriculum-list.type-chart .item__content__tag {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
}
.ainew-wrap .curriculum-list.type-chart .item__content__tag li {
  display: flex;
  padding: 0.4rem 1.2rem;
  align-items: center;
  color: #666666;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 1.6rem;
  background: var(--bg_01, #F6F7FA);
}
@media (max-width: 720px) {
  .ainew-wrap .curriculum-list.type-chart .item__content__tag {
    flex-wrap: wrap;
  }
}
.ainew-wrap .curriculum-list.type-chart .item__content .content .content-img {
  width: 25.2rem;
  height: 14rem;
}
.ainew-wrap .curriculum-list.type-chart .item:nth-child(1) .rank {
  color: #4E60FF;
}
@media (max-width: 720px) {
  .ainew-wrap .curriculum-list.type-chart .item {
    flex-direction: column;
  }
  .ainew-wrap .curriculum-list.type-chart .item .match-info {
    width: 100%;
    padding-right: 0;
  }
}
.ainew-wrap .curriculum-list.type-row {
  flex-direction: row;
  gap: 2.4rem;
  margin-top: 2.8rem;
}
.ainew-wrap .curriculum-list.type-row .item {
  flex: 1 0 0;
  padding: 2.4rem;
}
.ainew-wrap .curriculum-list.type-row .item__content .content .content-detail__rank {
  display: inline-flex;
  padding: 0.8rem 1.4rem;
  align-items: center;
  gap: 0.8rem;
  border-radius: 10rem;
  background: #F6F7FA;
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.ainew-wrap .curriculum-list.type-row .item__content .content .content-detail__subject {
  color: #666666;
  font-weight: 500;
}
.ainew-wrap .curriculum-list.type-row .item__content .content .content-detail__subject strong {
  height: 5.6rem;
  color: #333333;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 720px) {
  .ainew-wrap .curriculum-list.type-row .item__content .content .content-detail__subject strong {
    height: auto;
  }
}
.ainew-wrap .curriculum-list.type-row .item__content .content .content-detail__rate {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 3rem;
  color: #999999;
  font-weight: 500;
}
.ainew-wrap .curriculum-list.type-row .item__content .content .content-detail__rate span {
  color: #333333;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
}
.ainew-wrap .curriculum-list.type-row .item:nth-child(1) .content-detail__rank {
  color: #4E60FF;
}
.ainew-wrap .curriculum-list.type-row .item:has(.content-img) {
  padding: 0;
}
.ainew-wrap .curriculum-list.type-row .item:has(.content-img) .item__content .content {
  flex-direction: column;
}
.ainew-wrap .curriculum-list.type-row .item:has(.content-img) .item__content .content .content-img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.ainew-wrap .curriculum-list.type-row .item:has(.content-img) .item__content .content .content-detail {
  padding: 0 2.4rem 2.4rem;
}
@media (max-width: 720px) {
  .ainew-wrap .curriculum-list.type-row {
    flex-direction: column;
  }
  .ainew-wrap .curriculum-list.type-row .item {
    flex: auto;
  }
  .ainew-wrap .curriculum-list.type-row .item__content .content .content-detail__subject strong {
    height: auto;
  }
}
.ainew-wrap .match-info {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.ainew-wrap .match-info .progress-wrap {
  flex: 1;
  padding: 1.6rem;
  border-radius: 0.8rem;
  background: #F6F7FA;
}
.ainew-wrap .match-info .progress-wrap ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3rem;
}
.ainew-wrap .match-info .progress-wrap ul li {
  width: 100%;
}
@media (max-width: 720px) {
  .ainew-wrap .match-info {
    flex-direction: column;
  }
  .ainew-wrap .match-info .progress-wrap {
    width: 100%;
  }
}
.ainew-wrap .chart-wrap {
  position: relative;
  width: 300px;
  height: 150px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .ainew-wrap .chart-wrap {
    width: 260px;
  }
}
.ainew-wrap .chart-wrap .type-doughnut {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 720px) {
  .ainew-wrap .chart-wrap .type-doughnut {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.ainew-wrap .chart-wrap label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  gap: 0.8rem;
  color: #999999;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.ainew-wrap .chart-wrap label em {
  color: #4E60FF;
}
.ainew-wrap .chart-wrap label span {
  display: block;
  margin-top: 0.8rem;
  color: #333333;
  text-align: center;
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
  font-weight: 700;
}
.ainew-wrap .map-container {
  margin-top: 4rem;
}
.ainew-wrap .map-container svg {
  width: 100%;
}
.ainew-wrap .map-container svg a rect {
  width: 8.4rem;
  height: 6.8rem;
  rx: 0.8rem;
  transition: all 0.3s ease;
}
.ainew-wrap .map-container svg a path {
  transition: all 0.3s ease;
}
.ainew-wrap .map-container svg a text {
  fill: #FFFFFF;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  transition: all 0.3s ease;
}
.ainew-wrap .map-container svg a:hover rect,
.ainew-wrap .map-container svg a:hover path {
  filter: brightness(70%);
}
.ainew-wrap .map-container svg a:hover text {
  font-size: 1.428rem;
  font-weight: 600;
  transform: translate(-0.028rem);
}
.ainew-wrap .map-container svg .grade_1_1 rect,
.ainew-wrap .map-container svg .grade_1_1 path {
  fill: url(#grade_1_1);
}
.ainew-wrap .map-container svg .grade_1_2 rect,
.ainew-wrap .map-container svg .grade_1_2 path {
  fill: url(#grade_1_2);
}
.ainew-wrap .map-container svg .grade_1_3 rect,
.ainew-wrap .map-container svg .grade_1_3 path {
  fill: url(#grade_1_3);
}
.ainew-wrap .map-container svg .grade_2_1 rect,
.ainew-wrap .map-container svg .grade_2_1 path {
  fill: url(#grade_2_1);
}
.ainew-wrap .map-container svg .grade_2_2 rect,
.ainew-wrap .map-container svg .grade_2_2 path {
  fill: url(#grade_2_2);
}
.ainew-wrap .map-container svg .grade_2_3 rect,
.ainew-wrap .map-container svg .grade_2_3 path {
  fill: url(#grade_2_3);
}
.ainew-wrap .map-container svg .grade_3_1 rect,
.ainew-wrap .map-container svg .grade_3_1 path {
  fill: url(#grade_3_1);
}
.ainew-wrap .map-container svg .grade_3_2 rect,
.ainew-wrap .map-container svg .grade_3_2 path {
  fill: url(#grade_3_2);
}
.ainew-wrap .map-container svg .grade_3_3 rect,
.ainew-wrap .map-container svg .grade_3_3 path {
  fill: url(#grade_3_3);
}
.ainew-wrap .map-container svg .grade_4_1 rect,
.ainew-wrap .map-container svg .grade_4_1 path {
  fill: url(#grade_4_1);
}
.ainew-wrap .map-container svg .grade_4_2 rect,
.ainew-wrap .map-container svg .grade_4_2 path {
  fill: url(#grade_4_2);
}
.ainew-wrap .map-container svg .grade_4_3 rect,
.ainew-wrap .map-container svg .grade_4_3 path {
  fill: url(#grade_4_3);
}
.ainew-wrap .map-container svg .weak rect,
.ainew-wrap .map-container svg .weak path {
  fill: #AAAAAA;
}
.ainew-wrap .map-container svg .arrow__line {
  fill: #CCCCCC;
}
.ainew-wrap .map-container svg .arrow__pointer {
  fill: #9F9F9F;
}
.ainew-wrap .map-container svg .legend text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  fill: #333333;
  font-weight: 600;
}
.ainew-wrap .map-container svg .dim rect {
  width: 74.2rem;
  height: 109.1rem;
  fill: #333333;
  fill-opacity: 0.4;
  stroke: #333333;
  stroke-dasharray: 4 4;
  rx: 8;
}
.ainew-wrap .map-container svg .dim text {
  fill: #FFFFFF;
  font-weight: 700;
  font-size: 1.8rem;
}
.ainew-wrap .map-container svg .disabled {
  pointer-events: none;
}
@media (max-width: 1000px) {
  .ainew-wrap .map-container {
    overflow-x: scroll;
    padding-bottom: 2rem;
  }
  .ainew-wrap .map-container svg {
    min-width: 100rem;
  }
}
.ainew-wrap .solve-result-wrap {
  position: relative;
  padding-right: 3rem;
}
.ainew-wrap .solve-result-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.1rem;
  background: #CCCCCC;
}
.ainew-wrap .solve-result-wrap .category-wrap {
  display: flex;
  align-items: flex-end;
  gap: 0.6rem;
  margin-bottom: 2rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .ainew-wrap .solve-result-wrap {
    width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .ainew-wrap .solve-result-wrap::before {
    display: none;
  }
  .ainew-wrap .solve-result-wrap .chart-wrap {
    margin: 0 auto;
  }
}
.ainew-wrap .search-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 2.4rem;
  text-align: left;
  width: 100%;
}
.ainew-wrap .search-item-list .check-wrap {
  flex: 0 0 calc(50% - 2.8rem);
  box-sizing: border-box;
}
.ainew-wrap .search-item-list .check-wrap .check-title {
  min-width: 6rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .search-item-list {
    flex-direction: column;
  }
  .ainew-wrap .search-item-list .check-wrap {
    flex: 0 0 1;
  }
}
.ainew-wrap .search-item-wrap {
  display: flex;
  align-items: flex-start;
  gap: 5.6rem;
  align-self: stretch;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 0.1rem solid #EEEEEE;
  text-align: left;
}
.ainew-wrap .search-item-wrap .select-wrap {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex: 1 0 0;
}
.ainew-wrap .search-item-wrap .select-wrap .select-title {
  color: #333333;
  font-weight: 600;
  flex: none;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .search-item-wrap .select-wrap .select-title {
    width: 6rem;
    flex: none;
  }
}
.ainew-wrap .search-item-wrap .select-wrap select {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .search-item-wrap {
    flex-direction: column;
    gap: 1.6rem;
  }
  .ainew-wrap .search-item-wrap .select-wrap {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .ainew-wrap .search-item-wrap .select-wrap {
    width: 100%;
    flex-wrap: wrap;
  }
  .ainew-wrap .search-item-wrap .select-wrap .select-title {
    width: 100%;
  }
}
.ainew-wrap .learning-indicators {
  padding: 4rem;
  margin-top: 4.8rem;
  border-radius: 2.8rem;
  border: 0.1rem solid #EEEEEE;
}
@media (max-width: 720px) {
  .ainew-wrap .learning-indicators {
    padding: 2.5rem;
  }
}
.ainew-wrap .learning-indicators .text-1 {
  color: #666666;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
}
.ainew-wrap .learning-indicators .text-1 em {
  color: #4E60FF;
}
.ainew-wrap .learning-indicators tr.indicators td {
  border-top: 0.2rem solid #4E60FF;
}
.ainew-wrap .learning-indicators tr.indicators td:not(:first-child) {
  color: #333333;
  font-weight: 700;
}
.ainew-wrap .learning-indicators tr.indicators td:first-child {
  border-left: 0.2rem solid #4E60FF;
}
.ainew-wrap .learning-indicators tr.indicators td:last-child {
  border-right: 0.2rem solid #4E60FF;
}
.ainew-wrap .learning-indicators tr.indicators.danchoo td {
  color: #4E60FF !important;
  border-top: none;
  border-bottom: 0.2rem solid #4E60FF;
  background-color: #E7EAFF;
}
.ainew-wrap .learning-indicators .set-list {
  margin-top: 3.2rem;
}
.ainew-wrap .learning-indicators .set-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding: 3.4rem 2.4rem;
  border-bottom: 0.1rem solid #EEEEEE;
  gap: 4rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .learning-indicators .set-list li {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4rem 0;
    height: auto;
    gap: 1rem;
  }
}
.ainew-wrap .learning-indicators .set-list li .subject {
  color: #333333;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 3.4rem;
}
.ainew-wrap .learning-indicators .set-list li .subject > .checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 3.4rem;
}
.ainew-wrap .learning-indicators .set-list li .subject > .checkbox-wrap > span {
  display: flex;
}
.ainew-wrap .learning-indicators .set-list li .subject > select {
  width: 28rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1025px) and (max-width: 1120px) {
  .ainew-wrap .learning-indicators .set-list li .subject > select {
    width: 18rem;
  }
}
@media (max-width: 720px) {
  .ainew-wrap .learning-indicators .set-list li .subject {
    margin-bottom: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .learning-indicators .set-list li .subject {
    flex-wrap: wrap;
    gap: 1rem 3.4rem;
    width: 100%;
  }
  .ainew-wrap .learning-indicators .set-list li .subject > select {
    width: 100%;
  }
}
.ainew-wrap .contents__wrap {
  margin-top: 4.8rem;
  flex-direction: column;
}
.ainew-wrap .inner-wrap {
  margin-top: 14rem;
}
@media (max-width: 720px) {
  .ainew-wrap .inner-wrap {
    margin-top: 5rem;
  }
}
.ainew-wrap:has(.container__footer) {
  padding-bottom: 12rem;
}
.ainew-wrap:has(.container__footer) .container__body {
  margin-bottom: 14rem;
}
.ainew-wrap .container__footer {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  padding: 3.2rem 0;
  background-color: #F6F7FA;
}
.ainew-wrap .container__footer img {
  width: auto;
  position: absolute;
  right: 0;
  bottom: -4.2rem;
  z-index: 2;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .ainew-wrap .container__footer img {
    display: none;
  }
}
.ainew-wrap .container__footer:after {
  content: "";
  position: absolute;
  bottom: 1px;
  width: calc(100% + 8rem);
  height: 1px;
  background-color: #EEEEEE;
  z-index: 1;
}
@media (max-width: 720px) {
  .ainew-wrap .container__footer {
    margin-top: 8.5rem;
  }
  .ainew-wrap .container__footer:after {
    display: none;
  }
}
.ainew-wrap .modalWrap.oxmodal .modal {
  box-shadow: 7px 8px 15px 8px rgba(0, 0, 0, 0);
}
.ainew-wrap .modalWrap.oxmodal .modal .modal__body .marking-wrap #modal_text {
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: 500;
}

#useBoard .modal,
#levelGuide .modal {
  width: 90rem;
}
#useBoard .modal__body .box-bg > p,
#levelGuide .modal__body .box-bg > p {
  color: #666666;
  font-weight: 400;
}
#useBoard .modal__body .box-bg + .list-dot,
#levelGuide .modal__body .box-bg + .list-dot {
  margin: 0;
}
#useBoard .modal__body .box-bg + .list-dot li,
#levelGuide .modal__body .box-bg + .list-dot li {
  color: #666666;
}
#useBoard .modal__body .list-num,
#levelGuide .modal__body .list-num {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  color: #333333;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
#useBoard .modal__body .list-num + .box-bg,
#levelGuide .modal__body .list-num + .box-bg {
  margin-top: 4rem;
}
#useBoard .modal__body .list-dot,
#levelGuide .modal__body .list-dot {
  margin: 0.8rem 0 0 -0.8em;
}
#useBoard .modal__body .list-dot li,
#levelGuide .modal__body .list-dot li {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #999999;
  font-weight: 400;
}

#levelGuide .modal {
  width: 60rem;
}
#levelGuide .modal__body h3 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
  margin-top: 4rem;
  color: #333333;
}
#levelGuide .modal__body h4 {
  margin: 2.4rem 0 0.8rem;
  font-weight: 600;
  color: #333333;
}
#levelGuide .modal__body .list-num {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666666;
  font-weight: 400;
  gap: 0.4rem;
}

#reportBoard .modal__body .box-bg > p strong {
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #333333;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
#reportBoard .modal__body .box-bg .list-num {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666666;
  font-weight: 400;
}
#reportBoard .modal__body .report-wrap {
  margin-bottom: 2rem;
}
#reportBoard .modal__body .report-wrap p {
  text-align: left;
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #999999;
}
#reportBoard .modal__body .report-wrap p strong {
  display: block;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  margin-bottom: 0.8rem;
  color: #333333;
  font-weight: 500;
}

#workbookGuide h2 {
  padding-right: 2rem;
}
#workbookGuide .list-dot {
  margin-top: 2rem;
  text-align: center;
}
#workbookGuide .list-dot li {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #999999;
}
#workbookGuide .list-dot li:before {
  display: inline-block;
  position: relative;
  margin-right: 0.2rem;
}
#workbookGuide .workbook-guide {
  position: relative;
}
#workbookGuide .workbook-guide:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.1rem;
  height: 100%;
  border-left: 0.1rem dashed #CCCCCC;
  z-index: -1;
}
#workbookGuide .workbook-guide li {
  width: 100%;
  padding: 2rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #EEEEEE;
  text-align: center;
  background-color: #FFFFFF;
}
#workbookGuide .workbook-guide li:not(:last-child) {
  margin-bottom: 2.4rem;
}
#workbookGuide .workbook-guide li strong {
  display: block;
  border-bottom: 0.1rem solid #EEEEEE;
  font-weight: 700;
  padding-bottom: 2rem;
}
#workbookGuide .workbook-guide li p {
  display: block;
  padding-top: 2rem;
}

#workbookEdit .modal {
  width: 90rem;
}
#workbookEdit .table-write {
  gap: 2.4rem;
}
#workbookEdit h6 {
  margin-top: 2.4rem;
}
#workbookEdit .question-list .item {
  background-color: #FFFFFF;
  padding: 2.4rem;
}
#workbookEdit .question-list .item__content {
  gap: 2.4rem;
}
#workbookEdit .question-list .item__content .drag-wrap {
  padding: 0 0 4rem 2rem;
}
#workbookEdit .upper-area {
  margin-top: 1.6rem;
}

#snsShare .modal {
  width: 42rem;
}

#mathMapReport .report-wrap {
  margin-bottom: 2rem;
}
#mathMapReport .report-wrap p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  text-align: left;
}
#mathMapReport .report-wrap ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}
#mathMapReport .report-wrap ul li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 400;
}
#mathMapReport .report-wrap ul li > span {
  width: 8rem;
  color: #999999;
}
#mathMapReport .report-wrap ul li > em {
  color: #333333;
}
#mathMapReport .table-write select {
  width: 100%;
}

#mathMapSolveResult .modal {
  width: 90rem;
}
#mathMapSolveResult .modal__body .box {
  padding: 3rem;
  border-radius: 1.6rem;
  border: 1px solid #EEEEEE;
}
#mathMapSolveResult .modal__body .box.rate-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
}
#mathMapSolveResult .modal__body .box.rate-wrap > span > em {
  color: #4E60FF;
  font-weight: 600;
}
@media (min-width: 240px) and (max-width: 1024px) {
  #mathMapSolveResult .modal__body .box.rate-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  #mathMapSolveResult .modal__body .box {
    padding: 2.4rem;
  }
}
#mathMapSolveResult .modal__body .box.recommend {
  margin-top: 4.8rem;
}
#mathMapSolveResult .modal__body .box.recommend .top {
  padding-bottom: 2rem;
  color: #999999;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
}
#mathMapSolveResult .modal__body .box.recommend .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.4rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #EEEEEE;
}
#mathMapSolveResult .modal__body .box.recommend .content-detail__subject {
  color: #333333;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
#mathMapSolveResult .modal__body .box.recommend .content-detail__info {
  display: flex;
  align-items: center;
  gap: 0.8rem 3.3rem;
}
@media (max-width: 720px) {
  #mathMapSolveResult .modal__body .box.recommend .content-detail__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
#mathMapSolveResult .modal__body .box.recommend .content-detail__info li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
}
#mathMapSolveResult .modal__body .box.recommend .content-detail__info li span {
  font-weight: 500;
}
#mathMapSolveResult .modal__body .box.recommend .content-detail__info li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -1.6rem;
  top: calc(50% - 0.6rem);
  width: 0.1rem;
  height: 1.2rem;
  background: #CCCCCC;
}
@media (max-width: 720px) {
  #mathMapSolveResult .modal__body .box.recommend .content-detail__info li:not(:last-child):after {
    display: none;
  }
}
#mathMapSolveResult .modal__body .box.recommend .content-detail .btn-wrap {
  width: 100%;
  justify-content: flex-start;
  margin-top: 2.4rem;
}
@media (max-width: 720px) {
  #mathMapSolveResult .modal__body .box.recommend .content-detail .btn-wrap {
    justify-content: center;
  }
}
#mathMapSolveResult .modal__body .box.recommend .content-img {
  border-radius: 0.8rem;
  overflow: hidden;
}
@media (max-width: 720px) {
  #mathMapSolveResult .modal__body .box.recommend .content .content-detail {
    width: 100%;
    order: 2;
  }
  #mathMapSolveResult .modal__body .box.recommend .content .content-img {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 720px) {
  #mathMapSolveResult .modal__body .upper-area {
    flex-direction: column;
    align-items: flex-start;
  }
  #mathMapSolveResult .modal__body .upper-area .func {
    flex-wrap: nowrap;
  }
}
#mathMapSolveResult .modal__body .title-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
#mathMapSolveResult .modal__body .title-wrap .count {
  display: flex;
  padding: 0.4rem 1.2rem;
  justify-content: center;
  align-items: center;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
  border-radius: 2rem;
  background: #F6F7FA;
}
#mathMapSolveResult .modal__body .title-wrap .count em {
  color: #4E60FF;
}
#mathMapSolveResult .modal__body .table-list {
  width: auto;
  min-width: inherit;
  overflow-x: auto;
}
#mathMapSolveResult .modal__body .table-list table {
  min-width: 62rem;
}

#gradeSetGuide .modal {
  width: 60rem;
}

#gradeSetGuideEng .modal {
  width: 60rem;
}

#searchQuestionsGuide .modal {
  width: 60rem;
}
#searchQuestionsGuide .modal .box-wrap .box {
  padding: 2.4rem;
}
#searchQuestionsGuide .modal .box-wrap .box .search_questions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  align-self: stretch;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
#searchQuestionsGuide .modal .box-wrap .box .search_questions dl {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  align-self: stretch;
  text-align: left;
  width: 100%;
}
#searchQuestionsGuide .modal .box-wrap .box .search_questions dl dt {
  width: 22%;
  color: #333333;
  font-weight: 600;
}
#searchQuestionsGuide .modal .box-wrap .box .search_questions dl dd {
  width: 77%;
  color: #666666;
}
#searchQuestionsGuide .modal .box-wrap .box .search_questions dl dd .level-list {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
#searchQuestionsGuide .modal .box-wrap .box .search_questions dl dd .level-list li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 28.5714285714%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  background: #f6f7fa;
  border-radius: 0.8rem;
  justify-content: center;
  min-height: 3rem;
  color: #FFFFFF;
  /*&::before {
    content:'';
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
  }*/
}
#searchQuestionsGuide .modal .box-wrap .box .search_questions dl dd .level-list li.level-1 {
  background-color: #FF0063;
}
#searchQuestionsGuide .modal .box-wrap .box .search_questions dl dd .level-list li.level-2 {
  background-color: #FF5B23;
}
#searchQuestionsGuide .modal .box-wrap .box .search_questions dl dd .level-list li.level-3 {
  background-color: #FFED27;
  color: #333;
}
#searchQuestionsGuide .modal .box-wrap .box .search_questions dl dd .level-list li.level-4 {
  background-color: #3B9522;
}
#searchQuestionsGuide .modal .box-wrap .box .search_questions dl dd .level-list li.level-5 {
  background-color: #13A9EB;
}

#unitSelect .modal {
  width: 70rem;
}
#unitSelect .txt01 {
  margin-bottom: 2.4rem;
}
#unitSelect .upper-area {
  margin-top: 0;
}
#unitSelect .table-list td span {
  position: relative;
}
#unitSelect .table-list td input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  z-index: 16;
  width: 2.4rem;
}

.list-dash, .list-num, .list-dot {
  position: relative;
}
.list-dash > li, .list-num > li, .list-dot > li {
  padding-left: 0.8em;
}
.list-dash > li:before, .list-num > li:before, .list-dot > li:before {
  display: block;
  position: absolute;
  left: 0;
}

.list-dot > li:before {
  content: "•";
  width: 1rem;
  height: 100%;
  color: var(--color-gray-800);
}
.list-dot.type-1 {
  margin-top: 2rem;
}
.list-dot.type-1 > li {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #999999;
}
.list-num {
  counter-reset: list;
}
.list-num > li {
  padding-left: 0.9em;
}
.list-num > li:before {
  content: counter(list) ". ";
  counter-increment: list;
}
.list-dash > li:before {
  content: "-";
  width: 1rem;
  height: 100%;
  color: var(--color-gray-800);
}

/* /////////////////// GNB 영역 select /////////////////// 신규*/
.drop-down.header-gp {
  padding-bottom: 0rem;
}
.drop-down.header-gp .header__user button {
  font-size: 1.6rem;
  letter-spacing: -0.032rem;
  color: #666666;
  padding-left: 2.4rem;
  position: relative;
}
.drop-down.header-gp .drop-down__select {
  width: 8rem;
  height: 3.6rem;
  border-radius: 1.8rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666666;
  border: 1px solid #ddd;
  padding: 0rem 3.4rem 0rem 1.2rem;
  position: relative;
  line-height: 3.6rem;
  cursor: pointer;
  white-space: nowrap;
}
.drop-down.header-gp .drop-down__select::after {
  right: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6.5L8 10.5L12 6.5' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: all 0.3s ease;
}
.drop-down.header-gp .drop-down__select::before {
  display: none;
}
.drop-down.header-gp .drop-down__list {
  top: calc(100% + 0.4rem);
  border-color: #EEEEEE;
  padding: 0.8rem 0;
}
.drop-down.header-gp .drop-down__item {
  cursor: pointer;
  padding: 0.4rem 0;
}
.drop-down.header-gp .drop-down__item button {
  padding: 0 0;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
}
.drop-down.header-gp .drop-down__item button:hover {
  color: #4E60FF;
}

.drop-down.header-gp1 {
  padding-bottom: 0rem;
  margin-left: 1rem;
}
.drop-down.header-gp1 .header__user button {
  font-size: 1.6rem;
  letter-spacing: -0.032rem;
  color: #666;
  padding-left: 2.4rem;
  position: relative;
}
.drop-down.header-gp1 .drop-down__select {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  border-radius: 1.8rem;
  font-size: 1.5rem;
  color: #222;
  border: 1px solid #ddd;
  padding: 0 1.6rem 0 1.6rem;
  position: relative;
  cursor: pointer;
}
.drop-down.header-gp1 .drop-down__select::after {
  width: 0;
}
.drop-down.header-gp1 .drop-down__select :hover {
  color: #4E60FF;
}

/*중등 서브메인 업데이트 정의*/
html[data-ui*=hig] body.sub-main-bg {
  background: linear-gradient(180deg, #FFF 0.2%, #e0efff 50%, #98C8FF 100%);
}

main.sub01 {
  width: 100%;
  background: linear-gradient(180deg, #FFF 0.2%, #e0efff 50%, #98C8FF 115%);
}
@media (min-width: 240px) and (max-width: 1024px) {
  main.sub01 {
    height: 100%;
  }
}
main .ainew-wrap.sub-main {
  padding: 0;
}
main .ainew-wrap.sub-main .step-learn {
  width: 100%;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
  padding: 0;
}
main .ainew-wrap.sub-main .step-learn::before {
  content: "";
  width: 6.5rem;
  height: 6.5rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_onestop_main_right_small.svg") 0 0 no-repeat;
  position: absolute;
  top: 27rem;
  left: 23rem;
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn::before {
    top: 39rem;
    left: -13rem;
  }
}
main .ainew-wrap.sub-main .step-learn::after {
  content: "";
  width: 30.2rem;
  height: 30.2rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_onestop_main_left.svg") 0 0/100% 100% no-repeat;
  position: absolute;
  top: 17.2rem;
  right: 13.7rem;
  z-index: 1;
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn::after {
    top: 9.2rem;
    right: -8.3rem;
  }
}
main .ainew-wrap.sub-main .step-learn .txt-wrap {
  text-align: left;
  padding-top: 12rem;
  position: relative;
}
main .ainew-wrap.sub-main .step-learn .txt-wrap h3 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 7rem;
  letter-spacing: -0.12rem;
  color: #333;
  z-index: 2;
  position: relative;
}
main .ainew-wrap.sub-main .step-learn .txt-wrap h3 > br {
  display: none;
}
main .ainew-wrap.sub-main .step-learn .txt-wrap h3.m-txt-inner {
  font-size: 6rem;
  font-weight: 700;
  line-height: 7rem;
  letter-spacing: -0.12rem;
  color: #333;
  z-index: 2;
  position: relative;
}
main .ainew-wrap.sub-main .step-learn .txt-wrap h3.m-txt-inner > br {
  display: block;
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn .txt-wrap h3.m-txt-inner {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 5.2rem;
  }
  main .ainew-wrap.sub-main .step-learn .txt-wrap h3.m-txt-inner > br {
    display: none;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn .txt-wrap h3.m-txt-inner {
    text-align: left;
  }
  main .ainew-wrap.sub-main .step-learn .txt-wrap h3.m-txt-inner > br {
    display: none;
  }
}
main .ainew-wrap.sub-main .step-learn .txt-wrap span {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 400;
  color: #666;
  margin-top: 1.6rem;
  display: inline-block;
}
main .ainew-wrap.sub-main .step-learn .txt-wrap span > strong {
  margin-left: 0.5rem;
  font-weight: 600;
}
main .ainew-wrap.sub-main .step-learn .txt-wrap span > br {
  display: none;
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn .txt-wrap {
    padding-top: 8rem;
  }
  main .ainew-wrap.sub-main .step-learn .txt-wrap h3 {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 5.2rem;
  }
  main .ainew-wrap.sub-main .step-learn .txt-wrap h3 > br {
    display: block;
  }
  main .ainew-wrap.sub-main .step-learn .txt-wrap span {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
    font-weight: 400;
    margin-top: 1.2rem;
  }
  main .ainew-wrap.sub-main .step-learn .txt-wrap span > br {
    display: block;
  }
}
main .ainew-wrap.sub-main .step-learn .txt-wrap .mo-title {
  display: none;
  z-index: 2;
  position: relative;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
}
main .ainew-wrap.sub-main .step-learn .txt-wrap .mo-title span {
  color: #4E60FF;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn .txt-wrap .mo-title {
    display: block;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn .txt-wrap .mo-title {
    display: block;
  }
}
main .ainew-wrap.sub-main .step-learn .txt-wrap .mob-view-img {
  display: none;
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn .txt-wrap .mob-view-img {
    display: block;
    position: absolute;
    left: 4rem;
    margin-top: 4.8rem;
    width: 12rem;
    z-index: 6;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn .txt-wrap .mob-view-img {
    display: block;
    position: absolute;
    left: 4rem;
    margin-top: 4.8rem;
    width: 12rem;
    z-index: 6;
  }
}
main .ainew-wrap.sub-main .step-learn .selection {
  width: 100%;
  position: relative;
  margin-top: 6rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.5) 9.96%, rgba(255, 255, 255, 0.1) 90.52%);
  backdrop-filter: blur(5px);
  border-radius: 2.8rem;
  overflow: hidden;
  z-index: 5;
}
main .ainew-wrap.sub-main .step-learn .selection__subject {
  width: 100%;
  padding: 3rem 1rem;
}
main .ainew-wrap.sub-main .step-learn .selection__subject .subject-box {
  width: 110rem;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: flex-start;
}
main .ainew-wrap.sub-main .step-learn .selection__subject .subject-box .title {
  width: 100%;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 500;
  color: #555;
  line-height: 6rem;
}
main .ainew-wrap.sub-main .step-learn .selection__subject .subject-box .title span {
  color: #4E60FF;
}
main .ainew-wrap.sub-main .step-learn .selection__subject .subject-box + .subject-box {
  margin-top: 2rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn .selection__subject .subject-box {
    width: 100%;
    flex-direction: column;
  }
  main .ainew-wrap.sub-main .step-learn .selection__subject .subject-box .title {
    width: 100%;
    flex: auto;
    margin-bottom: 2.6rem;
    margin-left: 0;
    line-height: normal;
    padding: 0 1rem;
  }
}
main .ainew-wrap.sub-main .step-learn .selection__subject .list {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -0.6rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn .selection__subject .list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -1rem;
    margin-top: -1rem;
    flex-direction: column;
    padding: 0 0 0 2.4rem;
  }
  main .ainew-wrap.sub-main .step-learn .selection__subject .list .item {
    width: 100%;
    margin-left: 0 !important;
  }
  main .ainew-wrap.sub-main .step-learn .selection__subject .list .item button {
    width: 100%;
  }
}
main .ainew-wrap.sub-main .step-learn .selection__subject .item {
  margin-left: 0.6rem;
}
main .ainew-wrap.sub-main .step-learn .selection__subject .item:nth-of-type(1) {
  margin-left: 0;
}
main .ainew-wrap.sub-main .step-learn .selection__subject .item > button {
  min-width: 9rem;
  min-height: 5rem;
  font-weight: 500;
  line-height: normal;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #EEEEEE;
  font-size: 1.6rem;
  color: #999;
  background-color: #EEEEEE;
  border-radius: 30rem;
}
main .ainew-wrap.sub-main .step-learn .selection__subject .item > button.active {
  background-color: #4E60FF;
  color: #fff;
  font-weight: 600;
  border: none;
}
@media (min-width: 240px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn .selection__subject .item {
    margin-left: 1rem;
    margin-top: 1rem;
  }
  main .ainew-wrap.sub-main .step-learn .selection__subject .item:nth-of-type(1) {
    margin-left: 1rem;
  }
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn .selection {
    margin-top: 5rem;
  }
  main .ainew-wrap.sub-main .step-learn .selection__subject .item {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }
  main .ainew-wrap.sub-main .step-learn .selection__subject .item > button {
    width: 100%;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn .selection.step-02 {
    margin-top: 6.5rem;
  }
}
@media (min-width: 1px) and (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn .selection.step-02 {
    margin-top: 13.5rem;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn .selection {
    margin-top: 13.5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  main .ainew-wrap.sub-main .step-learn .selection {
    margin-top: 13.5rem;
  }
}
main .ainew-wrap.sub-main .step-learn .info-txt {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
  color: #fff;
  margin-top: 1.2rem;
  display: inline-block;
}
main .ainew-wrap.sub-main .step-learn .danchoo-ainew {
  width: 25rem;
  height: 23.7rem;
  position: absolute;
  top: 18.2rem;
  right: 30rem;
  z-index: 10;
}
main .ainew-wrap.sub-main .step-learn .danchoo-ainew > img {
  width: 100%;
}
main .ainew-wrap.sub-main .step-learn .danchoo-ainew .danchoo-ainew-box {
  position: relative;
  padding: 1.5rem;
  width: 26rem;
  top: -24rem;
  left: 26rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.8) 9.96%, rgba(255, 255, 255, 0.5) 90.52%);
  backdrop-filter: blur(5px);
  border-radius: 0.8rem;
  overflow: hidden;
  z-index: 5;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 600;
}
main .ainew-wrap.sub-main .step-learn .danchoo-ainew .danchoo-ainew-box span {
  color: #4E60FF;
}
@media (min-width: 240px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn .danchoo-ainew {
    display: none;
  }
}
main .ainew-wrap.sub-main .step-learn .danchoo-ainew__top {
  width: 7.23rem;
  height: 6.02rem;
  position: absolute;
  top: -6.4rem;
  left: 7rem;
  z-index: 10;
  display: none;
}
main .ainew-wrap.sub-main .step-learn .danchoo-ainew__top > img {
  width: 100%;
}
@media (min-width: 240px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn .danchoo-ainew__top {
    top: -6.7rem;
    left: 3.4rem;
    display: block;
  }
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn .danchoo-ainew__top {
    top: -10.8rem;
  }
}
main .ainew-wrap.sub-main .step-learn .inner {
  height: calc(100vh - 8rem);
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn .inner {
    height: auto;
    padding-bottom: 3rem;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn .inner {
    height: auto;
    padding-bottom: 3rem;
  }
}
main .ainew-wrap.sub-main .step-learn .inner::before {
  content: "";
  width: 16.5rem;
  height: 16.5rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_onestop_main_left.svg") 0 0 no-repeat;
  position: absolute;
  top: 45rem;
  left: 50%;
  margin-left: 15rem;
  background-size: 100% auto;
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn .inner::before {
    top: 39rem;
    left: -13rem;
  }
}
main .ainew-wrap.sub-main .step-learn.step-2::before {
  top: 22rem;
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn.step-2::before {
    top: 39rem;
    left: -13rem;
  }
}
main .ainew-wrap.sub-main .step-learn.step-2::after {
  top: 7.2rem;
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn.step-2::after {
    top: 9.2rem;
    right: -8.3rem;
  }
}
main .ainew-wrap.sub-main .step-learn.step-2 .inner::before {
  top: 38rem;
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn.step-2 .inner::before {
    top: 39rem;
    left: -13rem;
  }
}
main .ainew-wrap.sub-main .step-learn.step-2 .danchoo-ainew {
  top: 15.2rem;
}
main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .subject-box .step2-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .subject-box .step2-inner {
    flex-direction: column;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .subject-box .step2-inner {
    flex-direction: column;
  }
}
main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .subject-box .step2-inner li:first-child {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .subject-box .step2-inner li:first-child {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .subject-box .step2-inner li:first-child br {
    display: none !important;
  }
}
main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .subject-box .step2-inner li:first-child > img {
  width: 17.7rem;
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .subject-box .step2-inner li:first-child > img {
    margin-bottom: 1rem;
    display: none;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .subject-box .step2-inner li:first-child > img {
    width: 15%;
    display: block;
  }
}
main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .subject-box .step2-inner li:last-child {
  width: 20.5rem;
}
main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .subject-box .title {
  width: 100%;
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 500;
  color: #555;
  line-height: 3rem;
}
main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .subject-box + .subject-box {
  margin-top: 2rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .subject-box {
    width: 100%;
    flex-direction: column;
  }
  main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .subject-box .title {
    width: 100%;
    flex: auto;
    margin-bottom: 0.6rem;
  }
}
main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .item {
  margin-left: 0.6rem;
}
main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .item:nth-of-type(1) {
  margin-left: 0;
}
main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .item > button {
  min-width: 9rem;
  min-height: 5rem;
  font-weight: 500;
  line-height: normal;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #EEEEEE;
  font-size: 1.6rem;
  color: #999;
  background-color: #EEEEEE;
  border-radius: 30rem;
}
main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .item > button.active {
  background-color: #4E60FF;
  color: #fff;
  font-weight: 500;
  border: none;
  min-width: 15rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .item {
    margin-left: 1rem;
    margin-top: 1rem;
  }
  main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .item:nth-of-type(1) {
    margin-left: 1rem;
  }
}
@media (max-width: 720px) {
  main .ainew-wrap.sub-main .step-learn.step-2 .selection {
    margin-top: 5rem;
  }
  main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .item {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }
  main .ainew-wrap.sub-main .step-learn.step-2 .selection__subject .item > button {
    width: 100%;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  main .ainew-wrap.sub-main .step-learn {
    height: 100%;
  }
}

article.chatbot_window.chatbotGrop {
  position: fixed;
  bottom: 2.5rem;
  display: block;
  overflow: hidden;
  height: 96%;
  max-height: 76.8rem;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px #555;
  box-shadow: 0 0 5px #555;
  z-index: 10001;
  background: #fff;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
article.chatbot_window.chatbotGrop.active {
  right: 2rem;
}
@media (max-width: 720px) {
  article.chatbot_window.chatbotGrop {
    max-width: 100%;
    width: 100vw;
    height: 100vh;
    height: -webkit-fill-available;
    height: fill-available;
  }
  article.chatbot_window.chatbotGrop.active {
    bottom: 0;
    right: 0;
  }
}

.qubox .itemlist [name=divQuestion] div {
  width: fit-content;
}

#box-suggest .content-img img {
  width: 15rem;
}

.container__body .upper-area .count-wrap span input {
  cursor: pointer;
}

.question-list.t-contain .item.t-body .item__top span input {
  cursor: pointer;
}

.question-list.t-contain .item.t-body .item__top span label {
  display: inline-block !important;
  width: 2.4rem;
  cursor: pointer;
}

.item__top > span > input {
  cursor: pointer;
}

.item__top > span > label.ai_new_lb {
  display: inline-block !important;
  width: 2.4rem;
  cursor: pointer;
}

.error {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem 8rem;
  background-color: #333333;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .error {
    flex-direction: column;
    padding: 5rem 2rem;
  }
}
.error__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #FFFFFF;
  gap: 3rem 5rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .error__content {
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 720px) {
  .error__content {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
  }
}
.error__content h2 {
  font-size: 5.4rem;
  line-height: 6.4rem;
  letter-spacing: -0.108rem;
  font-weight: 700;
}
@media (max-width: 720px) {
  .error__content h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: -0.064rem;
  }
}
.error__content h2 em:nth-child(1) {
  color: #13BE29;
}
.error__content h2 em:nth-child(2) {
  color: #4E60FF;
}
.error__content h2 em:nth-child(3) {
  color: #2A8DFF;
}
.error__content .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #666666;
  color: #FFFFFF;
  min-width: 16rem;
  padding: 0 2.4rem;
  height: 6.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  border-radius: 5rem;
  transition: background-color 0.3s ease;
}
.error__content .btn:hover {
  background-color: gray;
}
.error__content .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .error__content .btn-wrap {
    justify-content: center;
  }
}

/* 부모 요소 추가 AI문제은행 공통 */
body.dark-mode {
  /* /////////////////// GNB 영역 select /////////////////// 신규*/
}
body.dark-mode input,
body.dark-mode textarea {
  caret-color: #FFFFFF;
}
body.dark-mode .contain-exam-body input,
body.dark-mode .contain-exam-body textarea,
body.dark-mode .solve_area input,
body.dark-mode .solve_area textarea {
  caret-color: #333333;
}
body.dark-mode select {
  border: 0.1rem solid #999999;
  background-color: #333333;
  color: #FFFFFF !important;
}
body.dark-mode select option {
  color: #FFFFFF;
}
body.dark-mode .ui-datepicker-title select {
  color: #666666 !important;
}
body.dark-mode .wrap input[type=checkbox] + label {
  color: #FFFFFF;
}
body.dark-mode .btn-calendar .datepicker {
  color: #FFFFFF !important;
}
body.dark-mode .ainew-wrap {
  color: #FFFFFF;
  /*고등 서브메인 업데이트 정의*/
}
body.dark-mode .ainew-wrap input,
body.dark-mode .ainew-wrap textarea {
  caret-color: #FFFFFF;
}
body.dark-mode .ainew-wrap .contain-exam-body input,
body.dark-mode .ainew-wrap .contain-exam-body textarea,
body.dark-mode .ainew-wrap .solve_area input,
body.dark-mode .ainew-wrap .solve_area textarea {
  caret-color: #333333;
}
body.dark-mode .ainew-wrap select {
  border: 0.1rem solid #999999;
  background-color: #333333;
}
body.dark-mode .ainew-wrap select option {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .title-decs {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .info-text {
  color: #FFFFFF;
  font-weight: 400;
}
body.dark-mode .ainew-wrap .info-text strong {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .drop-down__select {
  color: #FFFFFF;
  border-color: #999999;
}
body.dark-mode .ainew-wrap .drop-down__list {
  border-color: #666666;
  background-color: #2C2C2C;
}
body.dark-mode .ainew-wrap .drop-down__item {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .drop-down__item:hover, body.dark-mode .ainew-wrap .drop-down__item.active {
  background-color: #242424;
  color: #4E60FF;
}
body.dark-mode .ainew-wrap .btn.type-3 {
  border: 0.1rem solid #CCCCCC;
  color: #EEEEEE;
  background-color: transparent;
}
body.dark-mode .ainew-wrap .btn.type-4 {
  border: 0.1rem solid #666666;
  background-color: #242424;
}
body.dark-mode .ainew-wrap .btn.ex {
  background-color: #242424;
  color: #999999;
}
body.dark-mode .ainew-wrap .btn-primary, body.dark-mode .ainew-wrap .btn-primary3, body.dark-mode .ainew-wrap .btn-primary2 {
  color: #13BE29;
  background-color: transparent;
  border-color: #13BE29;
}
body.dark-mode .ainew-wrap .btn-primary2 {
  color: #A034FF;
  border-color: #A034FF;
}
body.dark-mode .ainew-wrap .btn-primary3 {
  color: #4E60FF;
  border-color: #4E60FF;
}
body.dark-mode .ainew-wrap .input-field {
  border: 0.1rem solid #999999;
  background-color: #333333;
}
body.dark-mode .ainew-wrap .search-area {
  background-color: #242424;
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .search-area ::placeholder {
  color: #999999;
}
body.dark-mode .ainew-wrap .search-area select {
  border: 0.1rem solid #999999;
  background-color: #333333;
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .search-area select option {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .count-wrap dl dt {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .table-list table thead tr th {
  color: #999999;
  background-color: #242424;
}
body.dark-mode .ainew-wrap .table-list tr {
  border-color: #333333;
}
body.dark-mode .ainew-wrap .table-list tr.best td a {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .table-list tr.bg01 td {
  background: #333333;
}
body.dark-mode .ainew-wrap .table-list td {
  color: #FFFFFF;
}
@media (max-width: 720px) {
  body.dark-mode .ainew-wrap .table-list td a {
    color: #FFFFFF;
  }
}
body.dark-mode .ainew-wrap .table-list td .subject.bold {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .table-list.type-2 td {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .box-wrap .table-list table thead tr th {
  color: #999999;
  background-color: #2C2C2C;
}
body.dark-mode .ainew-wrap .table-view article {
  border-color: #666666;
}
body.dark-mode .ainew-wrap .table-view article header {
  border-color: #666666;
}
body.dark-mode .ainew-wrap .table-view article header h5 {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .table-view article header ul li {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .table-view article header ul li:not(:last-child):after {
  background-color: #666666;
}
body.dark-mode .ainew-wrap .textarea-wrap label {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .textarea-wrap textarea {
  border-color: #666666;
  background-color: #242424;
}
body.dark-mode .ainew-wrap .reply-list article, body.dark-mode .ainew-wrap .comment-wrap article {
  border-color: #666666;
}
body.dark-mode .ainew-wrap .reply-list article:nth-child(even), body.dark-mode .ainew-wrap .comment-wrap article:nth-child(even) {
  background-color: #242424;
}
body.dark-mode .ainew-wrap .reply-list article header h6, body.dark-mode .ainew-wrap .comment-wrap article header h6 {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .reply-list article ul li, body.dark-mode .ainew-wrap .comment-wrap article ul li {
  color: #AAAAAA;
}
body.dark-mode .ainew-wrap .reply-list article ul li:not(:last-child):after, body.dark-mode .ainew-wrap .comment-wrap article ul li:not(:last-child):after {
  background-color: #666666;
}
body.dark-mode .ainew-wrap .comment-wrap {
  color: #FFFFFF;
  background-color: #242424;
}
body.dark-mode .ainew-wrap .calendar-wrap .btn-calendar {
  background-color: #333333;
  border: 0.1rem solid #999999;
}
body.dark-mode .ainew-wrap .calendar-wrap .btn-calendar::after {
  background-color: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 6.7H2M10.6667 1.5V4.1M5.33333 1.5V4.1M5.2 14.5H10.8C11.9201 14.5 12.4802 14.5 12.908 14.2875C13.2843 14.1005 13.5903 13.8022 13.782 13.4353C14 13.0182 14 12.4721 14 11.38V5.92C14 4.8279 14 4.28185 13.782 3.86472C13.5903 3.4978 13.2843 3.19949 12.908 3.01254C12.4802 2.8 11.9201 2.8 10.8 2.8H5.2C4.0799 2.8 3.51984 2.8 3.09202 3.01254C2.71569 3.19949 2.40973 3.4978 2.21799 3.86472C2 4.28185 2 4.8279 2 5.92V11.38C2 12.4721 2 13.0182 2.21799 13.4353C2.40973 13.8022 2.71569 14.1005 3.09202 14.2875C3.51984 14.5 4.0799 14.5 5.2 14.5Z' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.dark-mode .ainew-wrap .test-wrap {
  border-color: #666666;
}
body.dark-mode .ainew-wrap .test-wrap p strong {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .container__footer {
  background-color: #242424;
}
body.dark-mode .ainew-wrap .container__footer:after {
  background-color: #333333;
}
body.dark-mode .ainew-wrap .category {
  color: #FFFFFF;
  background-color: #2C2C2C;
}
body.dark-mode .ainew-wrap .category[class*=level] em {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .category.level-1 {
  background-color: #FF0063;
}
body.dark-mode .ainew-wrap .category.level-2 {
  background-color: #FF5B23;
}
body.dark-mode .ainew-wrap .category.level-3 {
  background-color: #FFED27;
}
body.dark-mode .ainew-wrap .category.level-3 em {
  color: #333;
}
body.dark-mode .ainew-wrap .category.level-4 {
  background-color: #3B9522;
}
body.dark-mode .ainew-wrap .category.level-5 {
  background-color: #13A9EB;
}
body.dark-mode .ainew-wrap .category > em {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .category.colored {
  background-color: #3D3D3D;
}
body.dark-mode .ainew-wrap .question-list .item {
  border: 0.1rem solid #666666;
  background-color: #242424;
}
body.dark-mode .ainew-wrap .question-list .item__content .content {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .question-list .item__content .content-detail {
  color: #AAAAAA;
}
body.dark-mode .ainew-wrap .question-list .item__content .content-detail__subject strong {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .question-list .item__content .content-detail__info li:not(:last-child):after {
  background-color: #999999;
}
body.dark-mode .ainew-wrap .question-list .item__content .content-detail__writer li {
  color: #AAAAAA;
}
body.dark-mode .ainew-wrap .question-list .item__content .content-detail__writer li::after {
  background-color: #AAAAAA;
}
body.dark-mode .ainew-wrap .question-list .item__content .drag-wrap:before {
  background-color: #333333;
}
body.dark-mode .ainew-wrap input[type=checkbox] + label {
  color: #EEEEEE;
}
body.dark-mode .ainew-wrap .check-wrap .check-title {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap ol.step li {
  color: #666666;
}
body.dark-mode .ainew-wrap ol.step li::before {
  background: #666666;
}
body.dark-mode .ainew-wrap ol.step li::after {
  border-color: #666666;
}
body.dark-mode .ainew-wrap ol.step li.completed {
  color: #4E60FF;
}
body.dark-mode .ainew-wrap ol.step li.completed::before {
  background: transparent url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_step_check_mid.svg") center center no-repeat;
}
body.dark-mode .ainew-wrap ol.step li.completed::after {
  border-bottom: 2px dashed #4E60FF;
}
body.dark-mode .ainew-wrap ol.step li.active {
  color: #4E60FF;
}
body.dark-mode .ainew-wrap ol.step li.active::before {
  background: #4E60FF;
}
body.dark-mode .ainew-wrap .box-wrap .box strong.title {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .box-wrap .box .desc {
  color: #999999;
}
body.dark-mode .ainew-wrap .box-wrap .box.round-bg {
  background: #242424;
}
body.dark-mode .ainew-wrap .box-wrap .box.round {
  border-color: #242424;
  background: #242424;
}
body.dark-mode .ainew-wrap .box-wrap .box.icon-desc .info-text {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .box-wrap .box.icon-desc.type-2 {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .box-wrap .box.icon-desc.type-2 strong {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .box-wrap .box.icon-desc.type-2 strong em {
  color: #4E60FF;
}
body.dark-mode .ainew-wrap .box-area {
  border-color: #242424;
  background: #242424;
}
body.dark-mode .ainew-wrap .box-area .box-wrap .box.round-bg {
  background: #2C2C2C;
}
body.dark-mode .ainew-wrap .box-area .box-wrap .box.round {
  border-color: #2C2C2C;
  background: #2C2C2C;
}
body.dark-mode .ainew-wrap .sort_selection li {
  border-color: #2C2C2C;
  background: #2C2C2C;
}
body.dark-mode .ainew-wrap .sort_selection li .title {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .sort_selection li .sort .item_sort {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .sort_selection li .sort .item_sort.active {
  color: #4E60FF;
  background-color: #242424;
}
body.dark-mode .ainew-wrap .sort_add_selection li .add-item {
  color: #FFFFFF;
  background: #2C2C2C;
}
body.dark-mode .ainew-wrap .progress-item.type-1 .title {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .progress-item.type-1 .count {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .learning__subject {
  background-color: #242424;
  border-color: #242424;
}
body.dark-mode .ainew-wrap .learning__subject .item > button {
  color: #999999;
}
body.dark-mode .ainew-wrap .learning__subject .item > button.active {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .learning__subject .item > button + li::after {
  background-color: #666666;
}
body.dark-mode .ainew-wrap .learning__subject .drop-down .drop-down__select {
  color: #999999;
}
body.dark-mode .ainew-wrap .learning__subject .drop-down .drop-down__select.active {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .latest-learn {
  border-color: #242424;
  background-color: #242424;
}
@media (max-width: 720px) {
  body.dark-mode .ainew-wrap .latest-learn {
    border-color: transparent;
    background-color: transparent;
  }
}
body.dark-mode .ainew-wrap .latest-learn .tltle-wrap {
  background: linear-gradient(-270deg, #242424 81.27%, rgba(34, 34, 34, 0) 100%);
}
body.dark-mode .ainew-wrap .latest-learn .tltle-wrap > .title {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .latest-learn .tltle-wrap::before {
  background-color: #242424;
}
@media (max-width: 720px) {
  body.dark-mode .ainew-wrap .latest-learn .tltle-wrap {
    background: none;
  }
  body.dark-mode .ainew-wrap .latest-learn .tltle-wrap::before {
    display: none;
  }
}
body.dark-mode .ainew-wrap .latest-learn .question::after {
  background: linear-gradient(270deg, #242424 0%, rgba(34, 34, 34, 0) 100%);
}
body.dark-mode .ainew-wrap .latest-learn .question::before {
  background: #242424;
}
body.dark-mode .ainew-wrap .latest-learn .question-list .item {
  border-color: #2C2C2C;
  background-color: #2C2C2C;
}
body.dark-mode .ainew-wrap .latest-learn .question-list .item__content .content-detail .category-wrap .category {
  background-color: #3D3D3D;
}
body.dark-mode .ainew-wrap .latest-learn .question-list .item__content .content-detail .category-wrap .category > em {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .latest-learn .question-list .item__content .content-detail__writer li {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .latest-learn .question-list .item__content .content-detail__tag li {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .latest-learn .question-list .item:nth-child(1) .category-wrap .category:nth-child(1) {
  background-color: #3D3D3D;
}
body.dark-mode .ainew-wrap .latest-learn .question-list .item:nth-child(1) .category-wrap .category:nth-child(1) > em {
  color: #4E60FF;
}
body.dark-mode .ainew-wrap .latest-learn .question-list .item:hover {
  border-color: #4E60FF;
}
body.dark-mode .ainew-wrap .latest-learn .question-list .item:hover > .item__content .content-detail .category-wrap .category {
  background-color: #FFFFFF;
}
body.dark-mode .ainew-wrap .latest-learn .question-list .item:hover > .item__content .content-detail .category-wrap .category > em {
  color: #4E60FF;
}
body.dark-mode .ainew-wrap .latest-learn .question-list .item:hover .btn-wrap .type-2 {
  color: #FFFFFF;
  background-color: #4E60FF;
}
body.dark-mode .ainew-wrap .latest-learn .question-list .item:hover .btn-wrap .type-5 {
  border: 0.1rem solid #4E60FF;
  color: #4E60FF;
}
body.dark-mode .ainew-wrap .latest-learn .question-list .item:hover .btn-wrap .type-5:disabled {
  color: #AAAAAA;
  background-color: #EEEEEE;
  border: 0.1rem solid #EEEEEE;
}
body.dark-mode .ainew-wrap .latest-learn .swiper-btn-wrap > div {
  background-color: #333333;
}
body.dark-mode .ainew-wrap .curriculum-list .item {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .ainew-wrap .curriculum-list .item__content .content .content-detail .category {
  background-color: #2C2C2C;
}
body.dark-mode .ainew-wrap .curriculum-list .item__content .content .content-detail__subject {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .curriculum-list .item__content .content .content-detail__subject > strong {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .curriculum-list .item__content .content .content-detail__info li {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .curriculum-list .item__content .content .content-detail__info li::before {
  background-color: #333333;
}
body.dark-mode .ainew-wrap .curriculum-list .item:nth-child(1) .category {
  background: #F6F7FA;
}
body.dark-mode .ainew-wrap .curriculum-list .item:nth-child(1) .category em {
  color: #4E60FF;
}
body.dark-mode .ainew-wrap .curriculum-list .item:nth-child(1) .category em + em::before {
  background: #4E60FF;
}
body.dark-mode .ainew-wrap .curriculum-list.type-chart .item .match-info::after {
  background-color: #333333;
}
body.dark-mode .ainew-wrap .curriculum-list.type-row .item__content .content .content-detail__subject strong {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .curriculum-list.type-row .item__content .content .content-detail__rate span {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .box-wrap .curriculum-list .item {
  border-color: #2C2C2C;
  background-color: #2C2C2C;
}
body.dark-mode .ainew-wrap .match-info .progress-wrap {
  background: #2C2C2C;
}
body.dark-mode .ainew-wrap .chart-wrap label span {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .level-area {
  border-color: #666666;
}
body.dark-mode .ainew-wrap .level-info .exam-count {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .exam-info {
  color: #FFFFFF;
  border-color: #999999;
}
body.dark-mode .ainew-wrap .exam-time::before {
  background-color: #CCCCCC;
}
body.dark-mode .ainew-wrap .exam-level em {
  color: #CCCCCC;
}
body.dark-mode .ainew-wrap .viewer-wrap .viewer__top .list-item {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .viewer-wrap .viewer__top .list-item strong {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .viewer-wrap .viewer__top .exam-count,
body.dark-mode .ainew-wrap .viewer-wrap .viewer__top .exam-time {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .viewer-wrap .viewer__top .exam-level em {
  color: #CCCCCC;
}
body.dark-mode .ainew-wrap .viewer-wrap .viewer__top .exam-time:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 9.5V13.5L14.5 15M12 5C7.30558 5 3.5 8.80558 3.5 13.5C3.5 18.1944 7.30558 22 12 22C16.6944 22 20.5 18.1944 20.5 13.5C20.5 8.80558 16.6944 5 12 5ZM12 5V2M10 2H14M20.329 5.59204L18.829 4.09204L19.579 4.84204M3.67102 5.59204L5.17102 4.09204L4.42102 4.84204' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.dark-mode .ainew-wrap .viewer-wrap .viewer__footer {
  background: #242424;
}
body.dark-mode .ainew-wrap .viewer-wrap .viewer__footer .answer-wrap {
  background-color: #333333;
}
body.dark-mode .ainew-wrap .viewer-wrap .viewer__footer .rating-wrap {
  background-color: #333333;
}
body.dark-mode .ainew-wrap .viewer-wrap .viewer__footer .rating-wrap p {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .viewer-wrap .viewer__footer .rating-wrap p strong span {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .viewer-wrap .viewer__footer .column-2 .column:first-child {
  border-color: #999999;
}
body.dark-mode .ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .choice li {
  color: #EEEEEE;
}
body.dark-mode .ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .choice li em {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .viewer-wrap .viewer__footer .column-2 .column .choice li.active {
  background-color: #2C2C2C;
}
body.dark-mode .ainew-wrap .state {
  border-color: #3D3D3D !important;
  background: #3D3D3D !important;
}
body.dark-mode .ainew-wrap .group-check dl {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .group-check dl dt {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap .group-check dl dt:after {
  background-color: #999999;
}
body.dark-mode .ainew-wrap .modalWrap {
  color: #333333;
}
body.dark-mode .ainew-wrap .modalWrap input,
body.dark-mode .ainew-wrap .modalWrap textarea {
  caret-color: #333333;
}
body.dark-mode .ainew-wrap .modalWrap select {
  border-color: #EEEEEE;
  background-color: #FFFFFF;
  color: #333333 !important;
}
body.dark-mode .ainew-wrap .modalWrap select option {
  color: #333333;
}
body.dark-mode .ainew-wrap .modalWrap .textarea-wrap label,
body.dark-mode .ainew-wrap .modalWrap .level-wrap label {
  color: #333333;
}
body.dark-mode .ainew-wrap .modalWrap .textarea-wrap textarea,
body.dark-mode .ainew-wrap .modalWrap .level-wrap textarea {
  border: 0.1rem solid #EEEEEE;
  background-color: #FFFFFF;
}
body.dark-mode .ainew-wrap .modalWrap .info-text {
  color: #333333;
}
body.dark-mode .ainew-wrap .modalWrap .input-field {
  border: 0.1rem solid #EEEEEE;
  background-color: #FFFFFF;
}
body.dark-mode .ainew-wrap .modalWrap .category {
  color: #666666;
  background-color: #F6F7FA;
}
body.dark-mode .ainew-wrap .modalWrap .category > em {
  color: #666666;
}
body.dark-mode .ainew-wrap .modalWrap .category.colored {
  background-color: #E7EAFF;
}
body.dark-mode .ainew-wrap .modalWrap .category.colored em {
  color: #4E60FF;
}
body.dark-mode .ainew-wrap .modalWrap input[type=checkbox] + label {
  color: #666666;
}
body.dark-mode .ainew-wrap .modalWrap input[type=checkbox] + label:before {
  border-color: #EEEEEE;
  background-color: transparent;
}
body.dark-mode .ainew-wrap .modalWrap .question-list .item {
  border-color: #EEEEEE;
}
body.dark-mode .ainew-wrap .modalWrap .question-list .item__content .content-detail strong {
  color: #333333;
}
body.dark-mode .ainew-wrap .modalWrap .box-bg .question-list .item {
  border: 0;
  background-color: transparent;
}
body.dark-mode .ainew-wrap .modalWrap .btn.type-4 {
  border-color: #F6F7FA;
  color: #999999;
  background-color: #F6F7FA;
}
body.dark-mode .ainew-wrap .modalWrap .box-wrap .box strong.title {
  color: #333333;
}
body.dark-mode .ainew-wrap .modalWrap .box-wrap .box .desc {
  color: #666666;
}
body.dark-mode .ainew-wrap .modalWrap .box-wrap .box.round-bg {
  background: #F6F7FA;
}
body.dark-mode .ainew-wrap .modalWrap .box-wrap .box.round {
  border-color: #EEEEEE;
  background: #FFFFFF;
}
body.dark-mode .ainew-wrap .modalWrap .box-wrap .box.icon-desc .info-text {
  color: #333333;
}
body.dark-mode .ainew-wrap .modalWrap .table-list td {
  color: #666666;
}
body.dark-mode .ainew-wrap .modalWrap .table-list td.grade {
  color: #EA4F4F;
}
body.dark-mode .ainew-wrap .modalWrap .table-list td.grade.o {
  color: #4E60FF;
}
body.dark-mode .ainew-wrap .modalWrap .table-list tr {
  border-color: #EEEEEE;
}
body.dark-mode .ainew-wrap .modalWrap .table-list table thead tr th {
  background-color: #F6F7FA;
}
body.dark-mode .ainew-wrap .map-container svg .arrow__line {
  fill: #666666;
}
body.dark-mode .ainew-wrap .map-container svg .arrow__pointer {
  fill: #999999;
}
body.dark-mode .ainew-wrap .map-container svg .dim rect {
  width: 74.6rem;
  height: 109.5rem;
  fill-opacity: 0.9;
  stroke: transparent;
  transform: translate(-0.2rem, -0.2rem);
}
body.dark-mode .ainew-wrap.sub-main .step-learn::before {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_onestop_main_right_small.svg") 0 0 no-repeat;
}
body.dark-mode .ainew-wrap.sub-main .step-learn::after {
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/bg_onestop_main_left.svg") 0 0/100% 100% no-repeat;
}
body.dark-mode .ainew-wrap.sub-main .step-learn .txt-wrap h3 {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .step-learn .txt-wrap > span {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .step-learn .selection {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(92.88deg, rgba(255, 255, 255, 0.15) 9.96%, rgba(255, 255, 255, 0.03) 90.52%);
  backdrop-filter: blur(10px);
}
body.dark-mode .ainew-wrap.sub-main .step-learn .selection__subject .title {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .step-learn .selection__subject .subject-box .step2-inner .title {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .step-learn .danchoo-ainew .danchoo-ainew-box {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(92.88deg, rgba(255, 255, 255, 0.15) 9.96%, rgba(255, 255, 255, 0.03) 90.52%);
  backdrop-filter: blur(10px);
}
body.dark-mode .ainew-wrap.sub-main .status__graph {
  background-color: #222222;
  border: 0;
}
body.dark-mode .ainew-wrap.sub-main .status__graph > h4 {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .status__graph.first::after {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/img/img_status-graph_first_dark.svg");
}
body.dark-mode .ainew-wrap.sub-main .status__banner {
  background: #335800;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn {
  border-color: #222222;
  background-color: #222222;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn > h4 {
  color: #FFFFFF;
  background: linear-gradient(-270deg, #222 81.27%, rgba(34, 34, 34, 0) 100%);
}
body.dark-mode .ainew-wrap.sub-main .latest-learn > h4::before {
  background: #222;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum__item {
  border-color: #2C2C2C;
  background-color: #2C2C2C;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum__item .category-wrap .open-sum {
  color: #fff;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum__item .category-wrap .open-sum::after {
  background-color: #fff;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum__item .category {
  color: #FFFFFF;
  background-color: #3D3D3D;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum__item .category > em {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum__item .curriculum-tit h5,
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum__item .curriculum-tit .sub-tit {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum__item .go-study {
  color: #FFFFFF;
  background-color: #444444;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum__item .teacher-wrap em {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum__item .teacher-wrap em + em {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum__item:hover {
  background-color: #4E60FF;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum__item:hover .category {
  background-color: #F6F7FA;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum__item:hover .category > em {
  color: #4E60FF;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum__item:hover .go-study {
  color: #FFFFFF;
  background-color: #4E60FF;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum::after {
  background: linear-gradient(270deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .curriculum::before {
  background: #222;
}
body.dark-mode .ainew-wrap.sub-main .latest-learn .swiper-btn-wrap [class^=swiper-button-] {
  background-color: #333333;
}
@media (max-width: 720px) {
  body.dark-mode .ainew-wrap.sub-main .latest-learn {
    background: transparent;
  }
}
body.dark-mode .ainew-wrap.sub-main .learning__top h4 {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .learning__top .round-box > span {
  color: #999999;
}
body.dark-mode .ainew-wrap.sub-main .learning__top .round-box > span > em {
  color: #999999;
}
@media (max-width: 720px) {
  body.dark-mode .ainew-wrap.sub-main .learning__top .round-box {
    background: transparent;
  }
}
body.dark-mode .ainew-wrap.sub-main .learning__subject {
  background-color: #242424;
  border-color: #242424;
}
body.dark-mode .ainew-wrap.sub-main .learning__subject .item > button {
  color: #666666;
}
body.dark-mode .ainew-wrap.sub-main .learning__subject .item > button.active {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .learning__subject .item + li::after {
  background-color: #666666;
}
body.dark-mode .ainew-wrap.sub-main .learning .unit-list {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .ainew-wrap.sub-main .learning .unit-list > .table-cont .table table thead tr th {
  background-color: #2C2C2C;
}
body.dark-mode .ainew-wrap.sub-main .learning .unit-list > .table-cont .func .tag .item > button {
  border-color: #333333;
  background-color: #333333;
}
body.dark-mode .ainew-wrap.sub-main .learning .unit-list > .table-cont .func .tag .item > button.active {
  background-color: #4E60FF;
}
body.dark-mode .ainew-wrap.sub-main ol.step li {
  color: #666666;
}
body.dark-mode .ainew-wrap.sub-main ol.step li::before {
  color: #242424;
  background-color: #666666;
}
body.dark-mode .ainew-wrap.sub-main ol.step li::after {
  border-color: #666666;
}
body.dark-mode .ainew-wrap.sub-main ol.step li.completed, body.dark-mode .ainew-wrap.sub-main ol.step li.active {
  color: #4E60FF;
}
body.dark-mode .ainew-wrap.sub-main ol.step li.completed::before, body.dark-mode .ainew-wrap.sub-main ol.step li.active::before {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main ol.step li.completed::before {
  background-color: transparent;
}
body.dark-mode .ainew-wrap.sub-main ol.step li.completed::after {
  border-color: #4E60FF;
}
body.dark-mode .ainew-wrap.sub-main ol.step li.active::before {
  background-color: #4E60FF;
}
body.dark-mode .ainew-wrap.sub-main h4.title {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main h5.title {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .box-wrap .box {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .ainew-wrap.sub-main .box-wrap .box .tit {
  color: #999999;
}
body.dark-mode .ainew-wrap.sub-main .box-wrap .box .tit.ico-book::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_book_dark.svg");
}
body.dark-mode .ainew-wrap.sub-main .box-wrap .box .tit.ico-file::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/images/icon/ico_file2_dark.svg");
}
body.dark-mode .ainew-wrap.sub-main .box-wrap .box .tit + .cont:has(span + span)::before {
  background-color: #333333;
}
body.dark-mode .ainew-wrap.sub-main .box-wrap .box .cont > span {
  color: #999999;
}
body.dark-mode .ainew-wrap.sub-main .box-wrap .box .cont > span strong {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .box-wrap .box .cont > span::before {
  background-color: #333333;
}
body.dark-mode .ainew-wrap.sub-main .box-wrap .box.round-bg > h5 {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .box-wrap .box.round-bg > span {
  color: #999999;
}
body.dark-mode .ainew-wrap.sub-main .box-wrap .box.banner > h4 {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .box-wrap .box.banner > span {
  color: #999999;
}
body.dark-mode .ainew-wrap.sub-main .box-wrap .box.round .table-info > h5 {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .box-wrap .box.round .table-info em {
  color: #999999;
}
body.dark-mode .ainew-wrap.sub-main .round-box {
  color: #999999;
  background-color: #242424;
}
body.dark-mode .ainew-wrap.sub-main input[type=checkbox] + label {
  color: #999999;
}
body.dark-mode .ainew-wrap.sub-main .table-cont .table table thead {
  background: none;
}
body.dark-mode .ainew-wrap.sub-main .table-cont .table table thead tr th {
  color: #999999;
  background-color: #242424;
}
body.dark-mode .ainew-wrap.sub-main .table-cont .table table tbody tr {
  border-color: #333333;
}
body.dark-mode .ainew-wrap.sub-main .table-cont .table table tbody tr td {
  color: #999999;
}
body.dark-mode .ainew-wrap.sub-main .table-cont .table table tbody tr td.subject .tit strong {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .table-cont .table table tbody tr td.grade {
  color: #EA4F4F;
}
body.dark-mode .ainew-wrap.sub-main .table-cont .table table tbody tr td.grade.o {
  color: #4E60FF;
}
body.dark-mode .ainew-wrap.sub-main .table-cont .table.evaluate table thead tr th {
  background-color: #333333;
}
body.dark-mode .ainew-wrap.sub-main .table-cont .table.evaluate table thead tr th.font-primary {
  color: #4E60FF;
}
body.dark-mode .ainew-wrap.sub-main .table-cont .table.evaluate table tbody td:nth-of-type(2) {
  color: #FFFFFF;
}
body.dark-mode .ainew-wrap.sub-main .table-cont .btn {
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.4);
}
body.dark-mode .ainew-wrap.sub-main .table-cont .btn.btn-primary, body.dark-mode .ainew-wrap.sub-main .table-cont .btn.btn-primary2, body.dark-mode .ainew-wrap.sub-main .table-cont .btn.btn-primary3 {
  border-color: rgba(160, 52, 255, 0.4);
}
body.dark-mode .ainew-wrap.sub-main .table-cont .btn.btn-primary2 {
  border-color: rgb(23, 39, 189);
}
@media (max-width: 720px) {
  body.dark-mode .ainew-wrap.sub-main .table-cont .func .round-box {
    background-color: transparent;
  }
}
body.dark-mode .ainew-wrap.sub-main .lecture-wrap .latest-learn {
  background-color: transparent;
}
body.dark-mode .drop-down.header-gp .header__user button {
  color: #FFFFFF;
}
body.dark-mode .drop-down.header-gp .drop-down__select {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
body.dark-mode .drop-down.header-gp .drop-down__select::after {
  right: 1.2rem;
}
body.dark-mode .drop-down.header-gp .drop-down__list {
  border: 1px solid #333333;
  background-color: #333333;
}
body.dark-mode .drop-down.header-gp .drop-down__item button:hover {
  color: #4E60FF;
}
body.dark-mode .drop-down.header-gp1 .header__user button {
  color: #FFFFFF;
}
body.dark-mode .drop-down.header-gp1 .drop-down__select {
  color: #FFFFFF;
  border: 1px solid #333333;
}
body.dark-mode .drop-down.header-gp1 .drop-down__select :hover {
  color: #4E60FF;
}
body.dark-mode .search-item-wrap {
  border-top: 0.1rem solid #333333;
}
body.dark-mode .search-item-wrap .select-wrap .select-title {
  color: #FFFFFF;
}
body.dark-mode .learning-indicators {
  background-color: #242424;
  border-color: #242424;
}
body.dark-mode .learning-indicators .text-1 {
  color: #FFFFFF;
}
body.dark-mode .learning-indicators tr.indicators td {
  color: #FFFFFF;
}
body.dark-mode .learning-indicators tr.indicators td:not(:first-child) {
  color: #FFFFFF;
}
body.dark-mode .learning-indicators .set-list li {
  border-color: #333333;
}
body.dark-mode .learning-indicators .set-list li .subject {
  color: #FFFFFF;
}
body.dark-mode .round-tab {
  background-color: #242424;
}
body.dark-mode .radio-button .input-radio input[type=radio] + label {
  border-color: #999999;
  background-color: #333333;
  color: #FFFFFF;
}
body.dark-mode .wrap input[type=checkbox] + label::before {
  background-color: #333333;
}
body.dark-mode .solve-result-wrap::before {
  background-color: #3D3D3D;
}
body.dark-mode .table-cont .table table thead tr th {
  background-color: #2C2C2C;
}
body.dark-mode .table-cont .table table tr {
  border-color: #333333;
}
body.dark-mode .table-cont .table table tr.bg01 {
  background-color: #333333;
}
body.dark-mode .table-cont .table table td {
  color: #FFFFFF;
}

html[data-ui*=hig] body.sub-main-bg.dark-mode {
  background: linear-gradient(180deg, #000 0.2%, #42567e 50%, #002c83 100%);
}

html[data-ui*=hig] body.sub-main-bg.dark-mode main.sub01 {
  background: linear-gradient(180deg, #000 0.2%, #42567e 70%, #002c83 115%);
}

html[data-ui*=hig] body.dark-mode .ainew-wrap .modalWrap .modal-scroll .box-wrap .box.box-area.align-start {
  background: #fff;
  border: 0.1rem solid #EEEEEE;
}

body.dark-mode .modalWrap select {
  color: #333333 !important;
}
body.dark-mode .modalWrap select option {
  color: #333333;
}

/*# sourceMappingURL=style.css.map */
