@charset "UTF-8";
@import url('style_high_common.css'); /* font, reset, header, lnb, footer, main */

.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/images/icon/ico_file3_asset.svg");
}
.classic-wrap .box-wrap .box .tit.ico-clock::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/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/images/icon/ico_correct_asset.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/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/images/icon/ico_arr_down3_asset.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/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/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/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/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/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/images/icon/ico_file3_asset.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/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/images/icon/ico_correct_asset.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/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/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/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/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/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/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/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/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/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/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/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/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/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 .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/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/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/images/icon/ico_learned.svg");
}
.ainew-wrap .learning-status li.learned-time::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/icon/ico_learned_time.svg");
}
.ainew-wrap .learning-status li.test::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/icon/ico_test.svg");
}
.ainew-wrap .learning-status li.test-time::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/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/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;
}
.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;
}

.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/images/icon/ico_recommend2.svg");
}
.ainew-wrap .title-decs.ico-recomm2::before {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/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/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/images/img/blue_star_1.png");
}
.ainew-wrap .level-blue-2 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/blue_star_2.png");
}
.ainew-wrap .level-blue-3 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/blue_star_3.png");
}
.ainew-wrap .level-blue-4 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/blue_star_4.png");
}
.ainew-wrap .level-blue-5 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/blue_star_5.png");
}
.ainew-wrap .level-bronze-1 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/bronze_star_1.png");
}
.ainew-wrap .level-bronze-2 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/bronze_star_2.png");
}
.ainew-wrap .level-bronze-3 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/bronze_star_3.png");
}
.ainew-wrap .level-bronze-4 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/bronze_star_4.png");
}
.ainew-wrap .level-bronze-5 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/bronze_star_5.png");
}
.ainew-wrap .level-silver-1 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/silver_star_1.png");
}
.ainew-wrap .level-silver-2 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/silver_star_2.png");
}
.ainew-wrap .level-silver-3 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/silver_star_3.png");
}
.ainew-wrap .level-silver-4 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/silver_star_4.png");
}
.ainew-wrap .level-silver-5 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/silver_star_5.png");
}
.ainew-wrap .level-gold-1 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/gold_star_1.png");
}
.ainew-wrap .level-gold-2 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/gold_star_2.png");
}
.ainew-wrap .level-gold-3 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/gold_star_3.png");
}
.ainew-wrap .level-gold-4 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/gold_star_4.png");
}
.ainew-wrap .level-gold-5 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/gold_star_5.png");
}
.ainew-wrap .level-rainbow-1 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/rainbow_star_1.png");
}
.ainew-wrap .level-rainbow-2 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/rainbow_star_2.png");
}
.ainew-wrap .level-rainbow-3 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/rainbow_star_3.png");
}
.ainew-wrap .level-rainbow-4 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/img/rainbow_star_4.png");
}
.ainew-wrap .level-rainbow-5 {
  background-image: url("https://ai-cdn.ebs.co.kr/hsc_resource/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/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/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/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/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/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/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/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/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/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/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);
}

/*중등 서브메인 업데이트 정의*/
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/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/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/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;
  }
}

/* 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/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/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/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/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/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/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/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/images/icon/ico_ai_bot.svg") 0 0/100% 100% no-repeat;
}
