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

#gradeSelect .modal {
  padding: 0;
}

.onestop {
  width: 100%;
  position: relative;
  padding-bottom: 11.5rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop {
    padding-top: 6.1rem;
  }
}
.onestop:not(.latest-learn) .learning {
  margin-top: 14rem;
}
.onestop:has(.latest-learn) .learning {
  margin-top: 0;
}
@media (max-width: 720px) {
  .onestop:has(.latest-learn) .learning {
    margin-top: 10rem;
  }
}
.onestop .inner {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.onestop.sub-main .inner:has(.latest-learn) {
  overflow: hidden;
}
@media (max-width: 720px) {
  .onestop.sub-main .inner:has(.latest-learn) {
    padding-right: 0;
  }
  .onestop.sub-main .inner:has(.latest-learn) .curriculum {
    padding-right: 2rem;
  }
}
/* S 2025-07-24 */
@media (max-width: 720px) {
  .onestop.sub-main .inner > .latest-learn {
    margin: 10rem auto 0;
  }
}
.onestop.sub-main:not(:has(.latest-learn)) .learning {
  margin-top: 14rem;
}
@media (max-width: 869px) {
  .onestop.sub-main:not(:has(.latest-learn)) .learning {
    margin-top: 10rem;
  }
}
.onestop .step-learn {
  width: 100%;
  padding-bottom: 12rem;
  background: linear-gradient(180deg, #FFF 22.2%, #98D0B3 100%);
  position: relative;
  overflow: hidden;
}
.onestop .step-learn::before {
  content: "";
  width: 35.5rem;
  height: 35.5rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/mid_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 {
    bottom: 39rem;
    left: -13rem;
  }
}
.onestop .step-learn::after {
  content: "";
  width: 19.3rem;
  height: 27.2rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/mid_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 {
    bottom: 9.2rem;
    right: -8.3rem;
  }
}
.onestop .step-learn .txt-wrap {
  text-align: center;
  padding-top: 12rem;
  position: relative;
}
.onestop .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 {
  display: none;
}
.onestop .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 {
  margin-left: 0.5rem;
  font-weight: 600;
}
.onestop .step-learn .txt-wrap span > br {
  display: none;
}
@media (max-width: 720px) {
  .onestop .step-learn .txt-wrap {
    padding-top: 8rem;
  }
  .onestop .step-learn .txt-wrap h3 {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 5.2rem;
  }
  .onestop .step-learn .txt-wrap h3 > br {
    display: block;
  }
  .onestop .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 .txt-wrap span > br {
    display: block;
  }
}
.onestop .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 {
  width: 100%;
  height: 7.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.onestop .step-learn .selection__year .list {
  height: 7.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.onestop .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 {
  color: #222;
  font-weight: 600;
}
.onestop .step-learn .selection__year .item + .item {
  margin-left: 2rem;
  padding-left: 2rem;
}
.onestop .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 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.036rem;
  }
}
.onestop .step-learn .selection__subject {
  width: 100%;
  padding: 4rem 2rem;
}
.onestop .step-learn .selection__subject .subject-box {
  width: 88rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.onestop .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 {
  margin-top: 2rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .step-learn .selection__subject .subject-box {
    width: 100%;
    flex-direction: column;
  }
  .onestop .step-learn .selection__subject .subject-box .title {
    width: 100%;
    flex: auto;
    margin-bottom: 0.6rem;
    margin-left: 1rem;
  }
}
.onestop .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) {
  .onestop .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 {
  margin-left: 0.6rem;
}
.onestop .step-learn .selection__subject .item:nth-of-type(1) {
  margin-left: 0;
}
.onestop .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 {
  background-color: #13BE29;
  color: #fff;
  font-weight: 600;
  border: none;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .step-learn .selection__subject .item {
    margin-left: 1rem;
    margin-top: 1rem;
  }
  .onestop .step-learn .selection__subject .item:nth-of-type(1) {
    margin-left: 1rem;
  }
}
@media (max-width: 720px) {
  .onestop .step-learn .selection {
    margin-top: 10rem;
  }
  .onestop .step-learn .selection__subject .item {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }
  .onestop .step-learn .selection__subject .item > button {
    width: 100%;
  }
}
.onestop .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 {
  width: 18rem;
  height: 20rem;
  position: absolute;
  bottom: 13.2rem;
  right: 0;
  z-index: 10;
}
.onestop .step-learn .danchoo-onestop > img {
  width: 100%;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .step-learn .danchoo-onestop {
    display: none;
  }
}
.onestop .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 {
  width: 100%;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .step-learn .danchoo-onestop__top {
    bottom: -6.7rem;
    left: 3.4rem;
    display: block;
  }
}
@media (max-width: 720px) {
  .onestop .step-learn .danchoo-onestop__top {
    bottom: -10.8rem;
  }
}
.onestop .quick {
  width: 100%;
  height: 11.3rem;
  background: #333;
  display: flex;
  align-items: center;
}
.onestop .quick .tag-wrap {
  display: flex;
  align-items: center;
}
.onestop .quick > .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.onestop .quick h3 {
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: -0.064rem;
  font-weight: 700;
  color: #fff;
}
.onestop .quick__tag {
  padding: 1.2rem 3.2rem;
  border: 1px solid #fff;
  border-radius: 0.8rem;
  display: flex;
  margin: 0 2rem;
}
.onestop .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 {
  margin-right: 0;
  background: transparent !important;
}
.onestop .quick__tag > span.disabled {
  color: #999;
}
.onestop .quick button.start {
  padding: 1.6rem 5rem;
  background-color: #13BE29;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  color: #fff;
  border-radius: 5rem;
}
.onestop .quick button.start:disabled {
  background-color: #666;
  color: #999;
}
.onestop .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 {
    right: 2rem;
  }
}
.onestop .quick.move-up {
  position: absolute;
  bottom: -14rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .onestop .quick button.start,
  .onestop .quick button.modify {
    padding: 1.6rem 4.3rem;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .quick > .inner {
    justify-content: flex-start;
  }
  .onestop .quick button.start,
  .onestop .quick button.modify {
    padding: 1.6rem 5rem;
  }
}
@media (max-width: 900px) {
  .onestop .quick button.start,
  .onestop .quick button.modify {
    padding: 1.6rem 3rem;
  }
}
@media (max-width: 820px) {
  .onestop .quick {
    height: auto;
    padding: 3rem 0;
  }
  .onestop .quick .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .onestop .quick .inner .tag-wrap {
    width: 100%;
    flex: auto;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .onestop .quick .inner .tag-wrap .quick__tag {
    flex: 1;
    flex-wrap: wrap;
    margin: 0 0 0 2rem;
  }
  .onestop .quick .inner .tag-wrap .quick__tag > span {
    line-height: 2rem;
  }
  .onestop .quick .inner button.modify {
    position: initial;
    transform: initial;
  }
  .onestop .quick .inner button.start {
    width: 100%;
  }
  .onestop .quick .inner button.modify {
    width: calc(50% - 0.5rem);
    margin-left: 1rem;
  }
  .onestop .quick .inner:has(.modify) button.start {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 720px) {
  .onestop .quick {
    padding: 3rem 0;
  }
  .onestop .quick h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: -0.044rem;
    font-weight: 700;
  }
  .onestop .quick .inner .tag-wrap {
    display: block;
  }
  .onestop .quick .inner .tag-wrap h3 {
    text-align: center;
  }
  .onestop .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 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
  .onestop .quick button.start,
  .onestop .quick button.modify {
    padding: 1.4rem 0;
  }
}
.onestop .status {
  margin-top: 14rem;
  display: flex;
  align-items: center;
}
.onestop .status__graph {
  width: 64%;
  height: 50.4rem;
  position: relative;
  border: 1px solid #EEE;
  border-radius: 2.8rem;
  padding: 4rem;
}
.onestop .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 {
  margin-top: 2rem;
}
.onestop .status__graph .description {
  display: none;
}
.onestop .status__graph.first {
  overflow: hidden;
  position: relative;
}
.onestop .status__graph.first::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/mid_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 {
  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 {
  width: 11.4rem;
  height: 11.4rem;
}
.onestop .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 {
    width: 100%;
    height: 49.2rem;
    overflow-x: auto;
    padding: 2.4rem;
    position: relative;
  }
  .onestop .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 {
    width: 82rem;
    margin-top: 0;
  }
}
.onestop .status__banner {
  width: calc(37% - 2rem);
  height: 50.4rem;
  margin-left: 2rem;
  border-radius: 2.8rem;
  background: #B5DF7A;
  padding: 4rem;
  position: relative;
}
@media (max-width: 952px) {
  .onestop .status__banner {
    padding: 4rem 3rem;
  }
}
.onestop .status__banner > em {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 500;
  color: #fff;
}
.onestop .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 {
    display: none;
  }
}
@media (max-width: 1190px) {
  .onestop .status__banner > h4 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
  }
}
@media (max-width: 1090px) {
  .onestop .status__banner > h4 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    letter-spacing: -0.052rem;
  }
}
@media (max-width: 1024px) {
  .onestop .status__banner > h4 {
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: -0.064rem;
  }
}
.onestop .status__banner > img {
  width: 24rem;
  height: auto;
  margin: 0 auto;
  display: block;
  padding-top: 2.5rem;
}
@media (max-width: 1024px) {
  .onestop .status__banner > img {
    width: 75%;
    height: auto;
  }
}
.onestop .status__banner .btn-wrap {
  display: flex;
  padding-top: 2.5rem;
}
.onestop .status__banner .btn-wrap .diagnosis {
  padding: 1.6rem 2.4rem;
  color: #13BE29;
  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 {
    padding: 1.6rem 1rem;
  }
}
@media (max-width: 1001px) {
  .onestop .status__banner .btn-wrap .diagnosis {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
}
.onestop .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: #13BE29;
  border-radius: 5rem;
}
@media (max-width: 1190px) {
  .onestop .status__banner .btn-wrap .retest {
    padding: 1.6rem 1rem;
  }
}
@media (max-width: 1001px) {
  .onestop .status__banner .btn-wrap .retest {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
}
.onestop .status__banner .btn-wrap button {
  flex: 1;
  font-weight: 600;
}
.onestop .status__banner .btn-wrap button + button {
  margin-left: 1.7rem;
}
@media (max-width: 1001px) {
  .onestop .status__banner .btn-wrap button + button {
    margin-left: 1rem;
  }
}
.onestop .status__banner.first {
  background-color: #FAB96F;
}
.onestop .status__banner.first > em {
  color: #FFF5E9;
}
.onestop .status__banner.first > img {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
}
@media (max-width: 869px) {
  .onestop .status {
    flex-direction: column;
    margin: 10rem auto 0;
  }
  .onestop .status__graph {
    width: 100%;
  }
  .onestop .status__banner {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 2rem;
  }
  .onestop .status__banner h4 br {
    display: block;
  }
  .onestop .status__banner img {
    width: 23rem;
    position: absolute;
    top: 2rem;
    right: 4rem;
  }
  .onestop .status__banner .btn-wrap {
    padding-top: 7rem;
  }
}
@media (max-width: 720px) {
  .onestop .status__banner {
    padding: 3.2rem;
  }
  .onestop .status__banner > em {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
    font-weight: 500;
  }
  .onestop .status__banner h4 {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.04rem;
    margin-top: 1.6rem;
  }
  .onestop .status__banner img {
    width: 80%;
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 2.6rem;
  }
  .onestop .status__banner .btn-wrap {
    padding-top: 4.8rem;
    flex-direction: column;
  }
  .onestop .status__banner .btn-wrap .diagnosis, .onestop .status__banner .btn-wrap .retest {
    width: 100%;
    margin-left: 0;
  }
  .onestop .status__banner .btn-wrap .retest {
    margin-top: 1rem;
  }
}
.onestop .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 {
  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 {
  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 {
  width: 70%;
  transition: padding 0.5s;
  overflow: visible;
}
.onestop .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 {
  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 {
  position: relative;
  display: flex;
  align-items: center;
}
.onestop .latest-learn .curriculum__item {
  height: 31rem;
  border: 1px solid #EEE;
  padding: 3.2rem;
  border-radius: 1.6rem;
}
.onestop .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 {
  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 {
  margin-left: 0.6rem;
  padding-left: 0.6rem;
}
.onestop .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 {
  margin-top: 4rem;
}
.onestop .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 {
  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;
}
.onestop .latest-learn .curriculum__item .go-study {
  width: 100%;
  margin-top: 2.4rem;
  padding: 2.2rem 0;
  background-color: #F6F7FA;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #999;
  border-radius: 5rem;
  font-weight: 600;
}
.onestop .latest-learn .curriculum__item .go-study:focus {
  outline: none;
}
.onestop .latest-learn .curriculum__item:hover {
  padding: 3.1rem;
  border: 2px solid #13BE29;
}
.onestop .latest-learn .curriculum__item:hover .category {
  background-color: #E1F9E4;
}
.onestop .latest-learn .curriculum__item:hover .category > em {
  color: #13BE29;
}
.onestop .latest-learn .curriculum__item:hover .category > em::before {
  background-color: #ACE5B3;
}
.onestop .latest-learn .curriculum__item:hover .go-study {
  background-color: #13BE29;
  color: #fff;
}
.onestop .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 {
  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 {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_arr_right.svg") 0 0 no-repeat;
}
.onestop .latest-learn .swiper-btn-wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
}
.onestop .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 {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url("https://ai-cdn.ebs.co.kr/mid_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 {
  opacity: 0.7;
}
@media (max-width: 720px) {
  .onestop .latest-learn {
    margin: 0 auto;
    border: none;
    flex-direction: column;
    padding: 0;
    overflow: visible;
  }
  .onestop .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 {
    display: none;
  }
  .onestop .latest-learn .curriculum {
    width: 100%;
    margin-top: 3.2rem;
    padding: 0;
  }
  .onestop .latest-learn .curriculum::before, .onestop .latest-learn .curriculum::after {
    display: none;
  }
  .onestop .latest-learn .swiper-btn-wrap {
    display: none;
  }
}
.onestop .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 {
  display: none;
}
.onestop .learning__top {
  display: flex;
}
.onestop .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 {
  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 {
  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 {
  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 {
  display: block;
  margin-left: 0.8rem;
  color: #13BE29;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
}
.onestop .learning__top .round-box > span + span {
  margin-left: 1.2rem;
  padding-left: 1.2rem;
  position: relative;
}
.onestop .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 {
    position: static;
    padding: 0;
    background: none;
  }
}
.onestop .learning__subject {
  width: 100%;
  border: 1px solid #EEE;
  border-radius: 2.8rem;
  padding: 3.2rem 0;
  margin-top: 4.8rem;
}
.onestop .learning__subject .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.onestop .learning__subject .item {
  margin-left: 3rem;
  padding-right: 3rem;
  position: relative;
}
.onestop .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 {
  color: #333;
  font-weight: 600;
}
.onestop .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 {
  display: none;
  margin-right: 0;
}
.onestop .learning__subject .table-cont {
  border: 1px;
}
.onestop .learning .unit-list {
  width: 100%;
  border: 1px solid #EEE;
  border-radius: 2.8rem;
  padding: 4rem;
  margin-top: 2rem;
}
.onestop .learning .unit-list > .table-cont {
  margin-top: 0;
}
.onestop .learning .unit-list > .table-cont > .table {
  margin-top: 2.8rem;
  padding-bottom: 0;
}
.onestop .learning .unit-list > .table-cont > .table .btn {
  width: 11rem;
}
.onestop .learning .unit-list > .table-cont .func {
  margin-top: 0;
}
.onestop .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 {
  margin-left: 0.6rem;
}
.onestop .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 {
  background-color: #13BE29;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 720px) {
  .onestop .learning {
    width: 100%;
    margin-top: 10rem;
  }
  .onestop .learning__top {
    flex-direction: column;
  }
  .onestop .learning__top h4 {
    width: 100%;
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
  }
  .onestop .learning__top .round-box {
    margin-left: 0;
    margin-top: 4rem;
  }
  .onestop .learning__subject {
    margin-top: 1rem;
    padding: 3rem 0;
  }
  .onestop .learning__subject .list {
    flex-wrap: wrap;
  }
  .onestop .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 {
    display: none;
  }
  .onestop .learning__subject .item:nth-child(4), .onestop .learning__subject .item:nth-child(5), .onestop .learning__subject .item:nth-child(6) {
    margin-bottom: 0;
  }
  .onestop .learning .unit-list {
    padding: 2.4rem;
  }
  .onestop .learning .unit-list .table-cont .func {
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
  }
  .onestop .learning .unit-list .table-cont .func > span {
    margin-top: 2rem;
  }
  .onestop .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 {
    margin-top: 1rem;
    margin-left: 1rem;
  }
  .onestop .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 {
  width: 100%;
  max-width: 128rem;
  position: relative;
  margin: 14.3rem auto 0;
}
.onestop.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.complete {
  color: #009F7A;
  background-color: #DAF3ED;
  border: 1px solid #D3F0E9;
}
.state.studying {
  color: #FA7A16;
  background-color: #FFEFDE;
  border: 1px solid #FEEAD5;
}

.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/mid_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;
  }
}

body.dark-mode .onestop {
  background-color: #111;
}
body.dark-mode .onestop .step-learn {
  background: linear-gradient(180deg, #000 22.2%, #006830 100%);
}
body.dark-mode .onestop .step-learn::before {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/img/bg_onestop_main_left_dark.svg") 0 0 no-repeat;
}
body.dark-mode .onestop .step-learn::after {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/img/bg_onestop_main_right_dark.svg") 0 0 no-repeat;
}
body.dark-mode .onestop .step-learn .txt-wrap h3 {
  color: #FFFFFF;
}
body.dark-mode .onestop .step-learn .txt-wrap > span {
  color: #FFFFFF;
}
body.dark-mode .onestop .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 {
  background: none;
  border-bottom: 1px solid;
}
body.dark-mode .onestop .step-learn .selection__year .item {
  color: #999999;
}
body.dark-mode .onestop .step-learn .selection__year .item .active {
  color: #FFFFFF;
}
body.dark-mode .onestop .step-learn .selection__subject .title {
  color: #FFFFFF;
}
body.dark-mode .onestop .status__graph {
  background-color: #222222;
  border: 0;
}
body.dark-mode .onestop .status__graph > h4 {
  color: #FFFFFF;
}
body.dark-mode .onestop .status__graph.first::after {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/img/img_status-graph_first_dark.svg");
}
body.dark-mode .onestop .status__banner {
  background: #335800;
}
body.dark-mode .onestop .latest-learn {
  border-color: #222222;
  background-color: #222222;
}
body.dark-mode .onestop .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 {
  background: #222;
}
body.dark-mode .onestop .latest-learn .curriculum__item {
  border-color: #2C2C2C;
  background-color: #2C2C2C;
}
body.dark-mode .onestop .latest-learn .curriculum__item .category-wrap .open-sum {
  color: #fff;
}
body.dark-mode .onestop .latest-learn .curriculum__item .category-wrap .open-sum::after {
  /* background-color: #fff; */
}
body.dark-mode .onestop .latest-learn .curriculum__item .category {
  color: #FFFFFF;
  background-color: #3D3D3D;
}
body.dark-mode .onestop .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 {
  color: #FFFFFF;
}
body.dark-mode .onestop .latest-learn .curriculum__item .go-study {
  color: #FFFFFF;
  background-color: #444444;
}
body.dark-mode .onestop .latest-learn .curriculum__item .teacher-wrap em {
  color: #FFFFFF;
}
body.dark-mode .onestop .latest-learn .curriculum__item .teacher-wrap em + em {
  color: #FFFFFF;
}
body.dark-mode .onestop .latest-learn .curriculum__item:hover {
  background-color: #13BE29;
}
body.dark-mode .onestop .latest-learn .curriculum__item:hover .category {
  background-color: #F6F7FA;
}
body.dark-mode .onestop .latest-learn .curriculum__item:hover .category > em {
  color: #13BE29;
}
body.dark-mode .onestop .latest-learn .curriculum__item:hover .go-study {
  color: #FFFFFF;
  background-color: #00A315;
}
body.dark-mode .onestop .latest-learn .curriculum::after {
  background: linear-gradient(270deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
}
body.dark-mode .onestop .latest-learn .curriculum::before {
  background: #222;
}
body.dark-mode .onestop .latest-learn .swiper-btn-wrap [class^=swiper-button-] {
  background-color: #333333;
}
@media (max-width: 720px) {
  body.dark-mode .onestop .latest-learn {
    background: transparent;
  }
  body.dark-mode .onestop .latest-learn .curriculum {
    margin-top: 3.2rem;
  }
}
body.dark-mode .onestop .learning__top h4 {
  color: #FFFFFF;
}
body.dark-mode .onestop .learning__top .round-box > span {
  color: #999999;
}
body.dark-mode .onestop .learning__top .round-box > span > em {
  color: #999999;
}
@media (max-width: 720px) {
  body.dark-mode .onestop .learning__top .round-box {
    background: transparent;
  }
}
body.dark-mode .onestop .learning__subject {
  background-color: #242424;
  border-color: #242424;
}
body.dark-mode .onestop .learning__subject .item > button {
  color: #666666;
}
body.dark-mode .onestop .learning__subject .item > button.active {
  color: #FFFFFF;
}
body.dark-mode .onestop .learning__subject .item + li::after {
  background-color: #666666;
}
body.dark-mode .onestop .learning .unit-list {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .onestop .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 {
  border-color: #333333;
  background-color: #333333;
}
body.dark-mode .onestop .learning .unit-list > .table-cont .func .tag .item > button.active {
  background-color: #13BE29;
}
body.dark-mode .onestop ol.step li {
  color: #666666;
}
body.dark-mode .onestop ol.step li::before {
  color: #242424;
  background-color: #666666;
}
body.dark-mode .onestop ol.step li::after {
  border-color: #666666;
}
body.dark-mode .onestop ol.step li.completed, body.dark-mode .onestop ol.step li.active {
  color: #13BE29;
}
body.dark-mode .onestop ol.step li.completed::before, body.dark-mode .onestop ol.step li.active::before {
  color: #FFFFFF;
}
body.dark-mode .onestop ol.step li.completed::before {
  background-color: transparent;
}
body.dark-mode .onestop ol.step li.completed::after {
  border-color: #13BE29;
}
body.dark-mode .onestop ol.step li.active::before {
  background-color: #13BE29;
}
body.dark-mode .onestop h4.title {
  color: #FFFFFF;
}
body.dark-mode .onestop h5.title {
  color: #FFFFFF;
}
body.dark-mode .onestop .box-wrap .box {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .onestop .box-wrap .box .tit {
  color: #999999;
}
body.dark-mode .onestop .box-wrap .box .tit.ico-book::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_book_dark.svg");
}
body.dark-mode .onestop .box-wrap .box .tit.ico-file::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_file2_dark.svg");
}
body.dark-mode .onestop .box-wrap .box .tit + .cont:has(span + span)::before {
  background-color: #333333;
}
body.dark-mode .onestop .box-wrap .box .cont > span {
  color: #999999;
}
body.dark-mode .onestop .box-wrap .box .cont > span strong {
  color: #FFFFFF;
}
body.dark-mode .onestop .box-wrap .box .cont > span::before {
  background-color: #333333;
}
body.dark-mode .onestop .box-wrap .box.round-bg > h5 {
  color: #FFFFFF;
}
body.dark-mode .onestop .box-wrap .box.round-bg > span {
  color: #999999;
}
body.dark-mode .onestop .box-wrap .box.banner > h4 {
  color: #FFFFFF;
}
body.dark-mode .onestop .box-wrap .box.banner > span {
  color: #999999;
}
body.dark-mode .onestop .box-wrap .box.round .table-info > h5 {
  color: #FFFFFF;
}
body.dark-mode .onestop .box-wrap .box.round .table-info em {
  color: #999999;
}
body.dark-mode .onestop .round-box {
  color: #999999;
  background-color: #242424;
}
body.dark-mode .onestop input[type=checkbox] + label {
  color: #999999;
}
body.dark-mode .onestop .table-cont .table table thead {
  background: none;
}
body.dark-mode .onestop .table-cont .table table thead tr th {
  color: #999999;
  background-color: #242424;
}
body.dark-mode .onestop .table-cont .table table tbody tr {
  border-color: #333333;
}
body.dark-mode .onestop .table-cont .table table tbody tr td {
  color: #999999;
}
body.dark-mode .onestop .table-cont .table table tbody tr td.subject .tit strong {
  color: #FFFFFF;
}
body.dark-mode .onestop .table-cont .table table tbody tr td.grade {
  color: #EA4F4F;
}
body.dark-mode .onestop .table-cont .table table tbody tr td.grade.o {
  color: #4E60FF;
}
body.dark-mode .onestop .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 {
  color: #13BE29;
}
body.dark-mode .onestop .table-cont .table.evaluate table tbody td:nth-of-type(2) {
  color: #FFFFFF;
}
body.dark-mode .onestop .table-cont .btn {
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.4);
}
body.dark-mode .onestop .table-cont .btn.btn-primary {
  border-color: rgba(160, 52, 255, 0.4);
}
body.dark-mode .onestop .table-cont .btn.btn-primary2 {
  border-color: rgba(19, 190, 41, 0.4);
}
@media (max-width: 720px) {
  body.dark-mode .onestop .table-cont .func .round-box {
    background-color: transparent;
  }
}
body.dark-mode .onestop .lecture-wrap .latest-learn {
  background-color: transparent;
}
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;
}

.onestop .container__top {
  padding: 4rem 0;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .container__top {
    padding: 2rem 0;
  }
}
@media (max-width: 720px) {
  .onestop .container__top + .container__body.inner {
    padding: 0;
    margin-top: 0;
  }
}
.onestop .container__body {
  margin-top: 5rem;
}
@media (max-width: 720px) {
  .onestop .container__body.inner {
    padding: 0;
    margin-top: 2rem;
  }
}
.onestop .container__body .result-wrap > .box-wrap > .box > h5 {
  text-align: center;
}
.onestop .container__body .result-wrap > .box-wrap > .box > h5 br {
  display: none;
}
@media (max-width: 720px) {
  .onestop .container__body .result-wrap > .box-wrap > .box > h5 br {
    display: block;
  }
}
.onestop ol.step {
  display: flex;
  margin: 0 auto;
  padding: 3rem 0;
}
.onestop ol.step li {
  position: relative;
  width: 25%;
  color: #DCDEE2;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  font-weight: 500;
  text-align: center;
}
.onestop 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: #DCDEE2;
  font-weight: 700;
  border-radius: 1.4rem;
}
.onestop ol.step li::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: calc(50% + 3.1rem);
  width: calc(100% - 6.2rem);
  border-bottom: 2px dashed #EAEBEE;
}
.onestop ol.step li:nth-child(1)::before {
  content: "1";
}
.onestop ol.step li:nth-child(2)::before {
  content: "2";
}
.onestop ol.step li:nth-child(3)::before {
  content: "3";
}
.onestop ol.step li:nth-child(4)::before {
  content: "4";
}
.onestop ol.step li:nth-child(4)::after {
  display: none;
}
.onestop ol.step li.completed {
  color: #13BE29;
}
.onestop ol.step li.completed::before {
  content: "";
  border: 2px solid #13BE29;
  background: transparent url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_step_check.svg") center center no-repeat;
  background-size: 1.34rem 1.005rem;
}
.onestop ol.step li.completed::after {
  border-bottom: 2px dashed #13BE29;
}
.onestop ol.step li.active {
  color: #13BE29;
  font-weight: 600;
}
.onestop ol.step li.active::before {
  background-color: #13BE29;
}
@media (max-width: 720px) {
  .onestop ol.step li {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
  .onestop ol.step li::before {
    width: 2.6rem;
    height: 2.6rem;
  }
  .onestop ol.step li::after {
    left: calc(50% + 2.5rem);
    width: calc(100% - 5rem);
  }
  .onestop ol.step li.active {
    font-weight: 500;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop ol.step {
    padding: 2.4rem 0;
  }
}
.onestop 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 {
    padding: 0 2rem;
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
  }
}
.onestop 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 {
  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 {
  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 {
  display: block;
  margin-right: 0.5rem;
  color: #13BE29;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
@media (max-width: 720px) {
  .onestop h4.title .round-box {
    padding: 0;
    background: none;
  }
}
.onestop 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 {
  display: flex;
  align-items: center;
  margin-left: 1.6rem;
  color: #13BE29;
  font-weight: 600;
}
.onestop h5.title .sub::before {
  content: "";
  width: 0.1rem;
  height: 1.6rem;
  margin-right: 1.6rem;
  background: #CCCCCC;
}
@media (max-width: 720px) {
  .onestop 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 {
    margin-left: 0;
  }
  .onestop h5.title .sub::before {
    display: none;
  }
}
.onestop .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 {
    flex-direction: column;
  }
  .onestop .box-wrap .box {
    width: 100%;
  }
}
.onestop .box-wrap .box {
  flex: 1;
  padding: 3.4rem 3rem;
  border: 1px solid #EEEEEE;
}
.onestop .box-wrap .box.round {
  border-radius: 1.6rem;
}
.onestop .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 {
  color: #13BE29;
  font-weight: 600;
  line-height: 1.9rem;
}
.onestop .box-wrap .box.round-bg .studying-subject + h5 {
  margin-top: 1.8rem;
}
.onestop .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 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #666;
  margin-top: 1.2rem;
  text-align: center;
}
.onestop .box-wrap .box.round-bg > span > strong {
  font-weight: 600;
}
.onestop .box-wrap .box.round-bg > span em {
  font-weight: 500;
}
.onestop .box-wrap .box.round-bg em {
  margin-left: 0.5rem;
}
.onestop .box-wrap .box.round-bg em.point {
  color: #EA4F4F;
}
.onestop .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 {
  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 {
  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 {
  margin-left: 0.6rem;
}
.onestop .box-wrap .box.round-bg .btn-wrap {
  width: auto;
  margin-top: 2.8rem;
}
.onestop .box-wrap .box.round-bg .btn-wrap > button {
  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: 1px solid #13BE29;
}
.onestop .box-wrap .box.round-bg .btn-wrap > button.border {
  color: #13BE29;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
  background: transparent;
  border: 1px solid #13BE29;
}
.onestop .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 {
  margin-left: 1.6rem;
}
@media (max-width: 720px) {
  .onestop .box-wrap .box.round-bg .btn-wrap {
    display: block;
  }
  .onestop .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 {
    margin: 1.2rem 0 0;
  }
}
.onestop .box-wrap .box.round .table-info {
  width: 100%;
  text-align: center;
  padding-bottom: 4rem;
}
.onestop .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 {
  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 {
  margin-left: 0.5rem;
  font-weight: 600;
}
.onestop .box-wrap .box.banner {
  padding: 4rem;
  border-radius: 3.2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.onestop .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 {
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: -0.048rem;
  font-weight: 700;
  color: #333;
}
.onestop .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 {
  width: auto;
  justify-content: flex-start;
}
.onestop .box-wrap .box.banner button {
  width: fit-content;
  padding: 1.4rem 2rem;
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  background-color: #F6F7FA;
  border-radius: 10rem;
  margin-top: 7.2rem;
}
.onestop .box-wrap .box.banner:nth-of-type(1)::after {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/img/img_final-result_bn01_img.svg") right bottom no-repeat;
}
.onestop .box-wrap .box.banner:nth-of-type(2)::after {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/img/img_final-result_bn02_img.svg") right bottom no-repeat;
}
.onestop .box-wrap .box.banner:hover {
  padding: 3.9rem;
  border: 2px solid #13BE29;
}
.onestop .box-wrap .box.banner:hover button {
  color: #fff;
  background-color: #13BE29;
}
.onestop .box-wrap .box.banner:hover::after {
  right: 3.9rem;
  bottom: 3.9rem;
}
@media (max-width: 720px) {
  .onestop .box-wrap .box.banner button {
    width: 100%;
    margin-top: 17rem;
  }
  .onestop .box-wrap .box.banner::after {
    bottom: 10rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .onestop .box-wrap .box.banner:hover::after {
    bottom: 9.9rem;
    right: auto;
  }
}
.onestop .box-wrap .box .cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.onestop .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 {
  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 {
  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-] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.onestop .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 {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.onestop .box-wrap .box .cont > span strong.ico-mark {
  position: relative;
}
.onestop .box-wrap .box .cont > span strong.ico-mark::after {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_mark.svg");
}
@media (max-width: 720px) {
  .onestop .box-wrap .box .cont > span strong.ico-mark .tooltip-box {
    min-width: auto;
    width: 22rem;
  }
}
.onestop .box-wrap .box .cont > span br {
  display: none;
}
.onestop .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/mid_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 {
  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: 1px solid #13BE29;
}
.onestop .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: 1px solid #13BE29;
}
.onestop .box-wrap .box .cont .btn + .btn {
  margin-left: 1.2rem;
}
@media (max-width: 720px) {
  .onestop .box-wrap .box .cont {
    flex-direction: column;
  }
  .onestop .box-wrap .box .cont > span {
    padding: 0;
    line-height: 2.4rem;
    text-align: center;
    font-weight: 400;
  }
  .onestop .box-wrap .box .cont > span::before {
    display: none;
  }
  .onestop .box-wrap .box .cont > span br {
    display: block;
  }
  .onestop .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 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.onestop .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 {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.onestop .box-wrap .box .ico-question::after {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_question.svg");
}
.onestop .box-wrap .box .tit {
  display: flex;
  align-items: center;
  color: #666666;
  font-weight: 600;
  line-height: 1.9rem;
}
.onestop .box-wrap .box .tit + .cont {
  margin-top: 3.2rem;
}
.onestop .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 {
  flex: 1;
  padding: 0 2.8rem 0 0;
  color: #999999;
}
.onestop .box-wrap .box .tit + .cont > span::before {
  display: none;
}
.onestop .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 {
  padding: 0 0 0 2.8rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .onestop .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 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: -0.044rem;
  }
  .onestop .box-wrap .box .tit + .cont > span + span {
    padding: 0 0 0 1rem;
  }
}
.onestop .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 {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_book.svg");
}
.onestop .box-wrap .box .tit.ico-file::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_file2.svg");
}
.onestop .box-wrap .box .tit.ico-clock::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_clock2.svg");
}
@media (max-width: 720px) {
  .onestop .box-wrap .box .tit + .cont {
    flex-direction: row;
  }
  .onestop .box-wrap .box .tit + .cont > span {
    text-align: left;
    line-height: 1.671rem;
    font-weight: 500;
  }
}
.onestop .box-wrap .box:has(.tit) {
  padding: 3rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .box-wrap {
    padding: 2.4rem 0;
  }
}
@media (max-width: 720px) {
  .onestop .box-wrap {
    padding: 0 2rem;
    margin-top: 3.2rem;
  }
  .onestop .box-wrap .box {
    padding: 3.2rem;
  }
  .onestop .box-wrap .box:has(.tit) {
    padding: 2.4rem;
  }
  .onestop .box-wrap .box .cont > span strong {
    margin-bottom: 1.2rem;
  }
}
.onestop .round-box {
  display: flex;
  align-items: center;
  color: #666666;
  background-color: #F6F7FA;
  border-radius: 2.4rem;
}
.onestop .status-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
@media (max-width: 720px) {
  .onestop .status-wrap {
    margin-top: 3.2rem;
    padding: 0 2rem;
  }
}
.onestop .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 {
  content: "#";
  margin-right: 0.3rem;
}
.onestop .func {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.8rem;
}
.onestop .func > span {
  display: flex;
}
@media (max-width: 720px) {
  .onestop .func {
    margin-top: 3.2rem;
    padding: 0 2rem;
  }
  .onestop .func .desc {
    display: none;
  }
}
@media (max-width: 720px) {
  .onestop .tit-wrap {
    position: relative;
  }
  .onestop .tit-wrap .round-box {
    position: absolute;
    bottom: 0;
    right: 2rem;
  }
}
.onestop .table-cont {
  position: relative;
  margin-top: 2.4rem;
}
.onestop .table-cont:has(.evaluate) {
  margin-top: 0;
}
.onestop .table-cont .desc {
  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 {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.6rem;
  background: #999999;
  border-radius: 0.2rem;
}
.onestop .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 {
  color: #A034FF;
  background: #F9ECFF;
}
.onestop .table-cont .btn.btn-primary2 {
  color: #13BE29;
  background: #E1F9E4;
}
.onestop .table-cont .btn.btn-grey {
  background: #F6F7FA;
}
.onestop .table-cont .table table tbody tr td strong {
  display: block;
  font-weight: 600;
}
.onestop .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 {
  text-align: center;
}
.onestop .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 .tit .group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
}
.onestop .table-cont .table table tbody tr td.subject .tit .group > span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #666;
  position: relative;
}
.onestop .table-cont .table table tbody tr td.subject .tit .group > span + span {
  margin-left: 0.6rem;
  padding-left: 0.6rem;
}
.onestop .table-cont .table table tbody tr td.subject .tit .group > span + span::before {
  content: "";
  width: 0.1rem;
  height: 1.2rem;
  display: inline-block;
  background-color: #aaa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.onestop .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 {
  padding-right: 2rem;
  text-align: left;
}
.onestop .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 {
  color: #4E60FF;
}
.onestop .table-cont .table.evaluate {
  width: 90rem;
  margin: 0 auto;
}
.onestop .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 {
  font-weight: 400;
}
.onestop .table-cont .table.evaluate table thead th.font-primary {
  color: #13BE29;
  text-align: left;
}
.onestop .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) {
  color: #666;
  font-weight: 600;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .table-cont .table.evaluate {
    width: auto;
  }
}
@media (max-width: 720px) {
  .onestop .table-cont {
    position: static;
  }
  .onestop .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 {
    margin-top: 0.8rem;
  }
}
.onestop .evaluate-btn {
  width: 100%;
  text-align: center;
  padding-top: 1.6rem;
}
.onestop .evaluate-btn > button {
  min-width: 16rem;
  padding: 2rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  background-color: #13BE29;
  border-radius: 5rem;
}
.onestop .lecture-wrap {
  position: relative;
  margin-top: 14rem;
}
.onestop .lecture-wrap .latest-learn {
  position: static;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: visible;
}
.onestop .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 {
    margin-top: 3.2rem;
    padding: 0 2rem;
  }
}
.onestop .lecture-wrap .latest-learn .curriculum::before {
  display: none;
}
.onestop .lecture-wrap .latest-learn .curriculum::after {
  display: none;
}
.onestop .lecture-wrap .latest-learn .curriculum__item {
  height: auto;
}
.onestop .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 {
  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 {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_exam-sum.svg");
  margin-left: 0.4rem;
}
.onestop .lecture-wrap .latest-learn .curriculum__item .curriculum-tit {
  margin-top: 3.2rem;
}
.onestop .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 {
  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 {
  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 {
  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 {
  display: none;
}
.onestop .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 {
    display: none;
  }
}
@media (max-width: 720px) {
  .onestop .lecture-wrap {
    margin-top: 10rem;
  }
}
.onestop .lecture-wrap.curriculum-wrap {
  margin-top: 9rem;
}
.onestop .lecture-wrap.curriculum-wrap .latest-learn {
  margin-top: 3.6rem;
}
.onestop .lecture-wrap.curriculum-wrap .latest-learn .curriculum {
  margin-top: 0;
}
@media (max-width: 720px) {
  .onestop .lecture-wrap.curriculum-wrap {
    margin-top: 3rem;
  }
  .onestop .lecture-wrap.curriculum-wrap .latest-learn {
    margin-top: 1.2rem;
  }
}
.onestop .current-wrap > .box-wrap .box.round-box {
  flex-direction: row;
}
.onestop .grade-list {
  position: relative;
  margin-top: 14rem;
}
@media (max-width: 720px) {
  .onestop .grade-list {
    margin-top: 10rem;
  }
}
.onestop .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 {
    margin-top: 3rem;
  }
}
.onestop .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 {
    flex-direction: column;
  }
}
.onestop .current-wrap .grade-wrap {
  width: 56%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.onestop .current-wrap .grade-wrap > select {
  min-width: 22rem;
}
.onestop .current-wrap .grade-wrap > select + select {
  margin-left: 1rem;
}
@media (max-width: 1280px) {
  .onestop .current-wrap .grade-wrap > select {
    min-width: auto;
  }
}
@media (min-width: 240px) and (max-width: 1024px) {
  .onestop .current-wrap .grade-wrap {
    width: 100%;
    flex-direction: column;
  }
  .onestop .current-wrap .grade-wrap > select {
    width: 100%;
  }
  .onestop .current-wrap .grade-wrap > select + select {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.onestop .current-wrap .episode {
  display: flex;
  align-items: center;
  padding-left: 4rem;
  flex: 1 0 auto;
}
.onestop .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 {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
    flex-direction: column;
  }
  .onestop .current-wrap .episode > h5 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .onestop .current-wrap .episode select {
    width: 100%;
  }
}
.onestop .retest-wrap {
  width: 100%;
  background: #F6F7FA;
  padding: 3rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.onestop .retest-wrap .inner {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.onestop .retest-wrap__select {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.onestop .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 {
  display: flex;
  gap: 1rem;
}
.onestop .retest-wrap__select select {
  min-width: 16.6rem;
}
.onestop .retest-wrap .solve {
  padding: 2rem 3rem;
  border-radius: 5rem;
  border: 1px solid #13BE29;
  font-size: 1.6rem;
  color: #13BE29;
  line-height: normal;
  height: 5.9rem;
  width: 16rem;
}
@media (max-width: 1280px) {
  .onestop .retest-wrap .inner {
    padding: 0 2rem;
  }
}
@media (max-width: 940px) {
  .onestop .retest-wrap .inner {
    align-items: flex-end;
  }
  .onestop .retest-wrap__select > h5 {
    width: 100%;
    flex: auto;
    display: block;
    margin-bottom: 1rem;
  }
  .onestop .retest-wrap .solve {
    margin-left: 2rem;
  }
}
@media (max-width: 720px) {
  .onestop .retest-wrap .inner {
    width: 100%;
    flex-direction: column;
    align-items: normal;
  }
  .onestop .retest-wrap__select {
    display: inline-block;
    flex-direction: column;
  }
  .onestop .retest-wrap__select select {
    width: 100%;
  }
  .onestop .retest-wrap__select select + select {
    margin-left: 0;
  }
  .onestop .retest-wrap .solve {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 600px) {
  .onestop .retest-wrap .select-wrap {
    display: block;
  }
  .onestop .retest-wrap select {
    margin-top: 1rem;
  }
}
.onestop:has(.retest-wrap) {
  padding-bottom: 26.5rem;
}
@media (max-width: 720px) {
  .onestop:has(.retest-wrap) {
    padding-bottom: 48rem;
  }
}

@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);
  }
}
.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 > .row:has(.input-checkbox) {
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-left: -1rem;
}
.evaluation .example-wrap .list-add {
  width: 9rem;
  height: 6rem;
  border-radius: 0.8rem;
  background-color: #13BE29;
  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: #13BE29;
  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/mid_resource/images/icon/ico_balloon_delete.svg") 0 0/100% 100% no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
}

.dashboard-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 {
  font-weight: 400;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-wrap {
    padding-bottom: 5rem;
  }
  .dashboard-wrap .tab-mini {
    padding: 0;
  }
}
.dashboard-wrap .inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.dashboard-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 {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.04rem;
  }
}
.dashboard-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 {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 1rem;
}
.dashboard-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 {
  height: 100%;
}
.dashboard-wrap .calendar-week progress::-webkit-progress-value {
  border-radius: 1rem;
  transition: width 0.5s;
}
.dashboard-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 {
  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__] {
  border: 0;
  color: #FFFFFF;
}
/* D 2025-07-24 */
.dashboard-wrap .calendar-week .active {
  background-color: #13BE29;
  color: #FFFFFF !important;
}
.dashboard-wrap .calendar-week .bg__grade2 {
  background-color: #AAC3FD;
}
.dashboard-wrap .calendar-week .bg__grade3 {
  background-color: #5A7CE7;
}
.dashboard-wrap .calendar-week .bg__grade4 {
  background-color: #405CC1;
}
.dashboard-wrap .calendar-week.color-blue .progress::-webkit-progress-bar {
  background: #E7EAFF;
}
.dashboard-wrap .calendar-week.color-blue .progress::-webkit-progress-value {
  background: #5A7CE7;
}
.dashboard-wrap .calendar-week.color-blue .count {
  color: #4E60FF;
}
.dashboard-wrap .calendar-week.color-blue .bg__grade2 {
  background-color: #AAC3FD;
}
.dashboard-wrap .calendar-week.color-blue .bg__grade3 {
  background-color: #5A7CE7;
}
.dashboard-wrap .calendar-week.color-blue .bg__grade4 {
  background-color: #405CC1;
}
.dashboard-wrap .calendar-week.color-pink .progress::-webkit-progress-bar {
  background: #FFE8EE;
}
.dashboard-wrap .calendar-week.color-pink .progress::-webkit-progress-value {
  background: #F96891;
}
.dashboard-wrap .calendar-week.color-pink .count {
  color: #F96891;
}
.dashboard-wrap .calendar-week.color-pink .bg__grade2 {
  background-color: #FFB6CB;
}
.dashboard-wrap .calendar-week.color-pink .bg__grade3 {
  background-color: #F96891;
}
.dashboard-wrap .calendar-week.color-pink .bg__grade4 {
  background-color: #D92E5F;
}
.dashboard-wrap .box-wrap {
  display: flex;
  align-items: center;
}
.dashboard-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 {
  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 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 600;
}
.dashboard-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 {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_question.svg") 0 0/100% 100% no-repeat;
}
.dashboard-wrap .box-wrap .box .desc {
  margin-top: 1.2rem;
  color: #666666;
  line-height: 2.4rem;
  font-weight: 400;
}
.dashboard-wrap .box-wrap .box .btn {
  margin-top: 2.8rem;
  padding: 2rem;
  color: #FFFFFF;
  background: #13BE29;
  font-weight: 600;
  border-radius: 3rem;
}
@media (max-width: 720px) {
  .dashboard-wrap .box-wrap .box .btn {
    width: 100%;
  }
}
.dashboard-wrap .box-wrap .box .btn-grey {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 5rem;
  color: #999;
  background: #F6F7FA;
}
.dashboard-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 {
  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 {
  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 {
  display: block;
  margin-top: 1.6rem;
}
.dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .btn {
  margin-top: 0;
  padding: 1.4rem 2rem;
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  background: #F6F7FA;
}
.dashboard-wrap .box-wrap:has(.box + .box):has(.calendar.calendar-week) {
  align-items: flex-start; /* S 2025-07-24 */
  align-items: stretch; /* D 2025-07-24 */
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-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 {
    margin-top: 2.4rem;
  }
}
@media (max-width: 720px) {
  .dashboard-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 {
    margin-top: 2rem;
  }
}
.dashboard-wrap .box-wrap + .box-wrap {
  margin-top: 2.4rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-wrap .box-wrap + .box-wrap {
    margin-top: 2rem;
  }
}
.dashboard-wrap .container__top .box-wrap {
  margin-top: 2.4rem;
}
.dashboard-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 {
  display: flex;
  align-items: center;
}
.dashboard-wrap .container__top .box-wrap .box .info .grade {
  margin-left: 0.8rem;
  padding: 0.4rem 1rem;
  color: #13BE29;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  background-color: #E1F9E4;
  font-weight: 600;
  border-radius: 2.4rem;
}
.dashboard-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 {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.8rem;
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_setting.svg") center center no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .dashboard-wrap .container__top {
    margin-top: 3rem;
  }
}
.dashboard-wrap .container__body {
  margin-top: 9rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .dashboard-wrap .container__body {
    margin-top: 4rem;
  }
}
.dashboard-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 {
    flex-wrap: wrap;
    padding: 0;
  }
}
.dashboard-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 {
  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 {
    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 {
    content: none;
  }
}
@media (max-width: 720px) {
  .dashboard-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 {
  position: relative;
  text-align: left;
  line-height: normal;
  white-space: nowrap;
}
.dashboard-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 {
  color: #999;
}
.dashboard-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 {
  color: #FE675F;
}
.dashboard-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 {
  color: #FA7A16;
}
.dashboard-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 {
  color: #009F7A;
}
.dashboard-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 {
  color: #4D91E5;
}
.dashboard-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 {
  color: #9E40F1;
}
.dashboard-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 {
  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 {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  .dashboard-wrap .container__body .accom-wrap {
    margin-top: 3.6rem;
  }
}
.dashboard-wrap .chart-wrap {
  width: 100%;
  overflow: auto;
}
.dashboard-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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-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 {
  margin-left: 0.5rem;
  color: #13BE29;
}
.dashboard-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 {
  display: block;
  padding: 0.8rem 2rem;
  color: #999999;
  font-weight: 400;
}
.dashboard-wrap .tab-round .tab-wrap li .btn.active {
  color: #FFFFFF;
  background: #13BE29;
  font-weight: 600;
  border-radius: 5rem;
}
@media (max-width: 400px) {
  .dashboard-wrap .tab-round {
    display: block;
  }
  .dashboard-wrap .tab-round .days {
    margin-top: 1rem;
    text-align: center;
  }
  .dashboard-wrap .tab-round .tab-wrap {
    justify-content: center;
  }
}
.dashboard-wrap .calendar-contents {
  text-align: center;
}
.dashboard-wrap .calendar-contents:has(.calendar-wrap) {
  margin-top: -4.8rem;
}
@media (max-width: 720px) {
  .dashboard-wrap .calendar-contents:has(.calendar-wrap) {
    margin-top: 1rem;
  }
}
.dashboard-wrap .calendar-contents span {
  color: #666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
@media (max-width: 720px) {
  .dashboard-wrap .calendar-contents {
    margin-top: 1rem;
  }
  .dashboard-wrap .calendar-contents .calendar-wrap {
    width: 100%;
    margin-top: 2rem;
  }
  .dashboard-wrap .calendar-contents .calendar-wrap .btn-calendar {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .dashboard-wrap .calendar-contents .calendar-wrap {
    padding: 1.2rem 3rem;
  }
  .dashboard-wrap .calendar-contents .calendar-wrap button.btn__prev {
    left: 1rem;
  }
  .dashboard-wrap .calendar-contents .calendar-wrap button.btn__nect {
    right: 1rem;
  }
}
.dashboard-wrap .calendar-contents .chart-wrap .select-wrap {
  margin-top: 3rem;
  text-align: left;
}
.dashboard-wrap .calendar-contents .chart-wrap .select-wrap select {
  margin-right: 1rem;
  padding: 1.9rem 4.4rem 1.9rem 1.6rem;
  line-height: 1.9rem;
}
/* D 2025-07-24 */
@media (max-width: 720px) {
  .dashboard-wrap .select-wrap select {
    width: 100%;
    margin-right: 0;
  }
}
/* D 2025-07-24 */
@media (max-width: 720px) {
  .dashboard-wrap .select-wrap select:not(:first-of-type) {
    margin-top: 1rem;
  }
}
.dashboard-wrap .calendar-contents .chart-wrap .select-wrap em {
  margin: 0 0.8rem;
  color: #13BE29;
  font-weight: 600;
}
.dashboard-wrap .chart-contents {
  margin-top: 14rem;
}
.dashboard-wrap .learning-wrap {
  margin-top: 2.4rem;
  text-align: left;
}
.dashboard-wrap .learning-wrap .box-wrap .box {
  padding: 3rem;
}
.dashboard-wrap .learning-wrap .box-wrap .box > .select-wrap > p {
  width: fit-content;
  display: inline-block;
}
@media (max-width: 720px) {
  /* D 2025-07-24 */
  .dashboard-wrap .container__top .box-wrap .box {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 2rem;
  }
  .dashboard-wrap .learning-wrap .box-wrap .box > .select-wrap > p {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 1100px) {
  .dashboard-wrap .learning-wrap .box-wrap:has(.box + .box) {
    flex-direction: column;
  }
  .dashboard-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 {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .dashboard-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 {
    width: 100%;
    margin-top: 0;
  }
}
.dashboard-wrap .check-wrap {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  min-height: 4.8rem;
  margin-top: 4.8rem;
}
.dashboard-wrap .check-wrap .checkbox {
  display: flex;
}
@media (max-width: 400px) {
  .dashboard-wrap .check-wrap {
    display: block;
  }
  .dashboard-wrap .check-wrap .checkbox + .checkbox {
    margin-top: 1rem;
  }
}
@media (max-width: 1150px) {
  .dashboard-wrap .check-wrap + .calendar-contents {
    margin-top: 1rem;
  }
  .dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap {
    width: 100%;
  }
  .dashboard-wrap .check-wrap + .calendar-contents .calendar-wrap .btn-calendar {
    width: 100%;
    justify-content: center;
  }
}
.dashboard-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 {
    margin-top: 1rem;
  }
  .dashboard-wrap .check-wrap + .calendar-contents .calendar-contents .calendar-wrap {
    width: 100%;
  }
  .dashboard-wrap .check-wrap + .calendar-contents .calendar-contents .calendar-wrap .btn-calendar {
    width: 100%;
    justify-content: center;
  }
}
.dashboard-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 {
  padding: 0 1.6rem 0 0;
  border: 0;
  background: url("https://ai-cdn.ebs.co.kr/mid_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 {
  margin-left: 0.8rem;
  padding-right: 1.8rem;
}
.dashboard-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 {
  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__] {
  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 {
  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 {
  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 {
  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 {
  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 {
  cursor: default;
}
.dashboard-wrap .check-wrap + .calendar-contents .learning-wrap {
  margin-top: 2.4rem;
}
@media (max-width: 720px) {
  .dashboard-wrap .check-wrap {
    min-height: auto;
    margin-top: 3.6rem;
  }
}
.dashboard-wrap .chart-contents:not(:has(.check-wrap)) .calendar-contents {
  margin-top: 4.8rem;
}
.dashboard-wrap .learning-status .title {
  display: none;
}
.dashboard-wrap .learning-status ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dashboard-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 {
  text-align: left;
}
.dashboard-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 {
  display: block;
  color: #333333;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
}
.dashboard-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 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0.1rem;
  height: 5.8rem;
  background: #eeeeee;
}
.dashboard-wrap .learning-status li:last-child {
  margin-right: 0;
}
.dashboard-wrap .learning-status li:last-child::after {
  display: none;
}
.dashboard-wrap .learning-status li.learned::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_learned.svg");
}
.dashboard-wrap .learning-status li.learned-time::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_learned_time.svg");
}
.dashboard-wrap .learning-status li.my-rate::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_my_rate.svg");
}
.dashboard-wrap .learning-status li.test::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_test.svg");
}
.dashboard-wrap .learning-status li.test-time::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_test_time.svg");
}
@media (max-width: 1280px) {
  .dashboard-wrap .learning-status li:nth-child(4)::after {
    display: none;
  }
  .dashboard-wrap .learning-status li:nth-of-type(5) {
    margin-top: 2.4rem;
  }
}
@media (max-width: 1150px) {
  .dashboard-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) {
    margin-top: 0;
  }
  .dashboard-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 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.036rem;
  }
  .dashboard-wrap .learning-status li:nth-child(2n)::after {
    display: none;
  }
  .dashboard-wrap .learning-status:not(:has(li:nth-of-type(5))) li {
    width: calc(50% - 1.5rem);
    margin: 3rem 0 0;
  }
  .dashboard-wrap .learning-status:not(:has(li:nth-of-type(5))) li:first-of-type, .dashboard-wrap .learning-status:not(:has(li:nth-of-type(5))) li:nth-of-type(2) {
    margin-top: 0;
  }
  .dashboard-wrap .learning-status:not(:has(li:nth-of-type(5))) li:nth-of-type(odd) {
    margin-right: 3rem;
  }
}
@media (max-width: 720px) {
  .dashboard-wrap .learning-status {
    display: block;
  }
  .dashboard-wrap .learning-status li, .dashboard-wrap .learning-status:not(:has(li:nth-of-type(5))) li {
    width: 100%;
    margin-top: 0;
    padding: 2.4rem 0;
    border-top: 0.1rem solid #EEEEEE;
  }
  .dashboard-wrap .learning-status li:first-of-type, .dashboard-wrap .learning-status:not(:has(li:nth-of-type(5))) li:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
  .dashboard-wrap .learning-status li:last-of-type, .dashboard-wrap .learning-status:not(:has(li:nth-of-type(5))) li:last-of-type {
    padding-bottom: 0;
  }
  .dashboard-wrap .learning-status li::after, .dashboard-wrap .learning-status:not(:has(li:nth-of-type(5))) li::after {
    display: none;
  }
}
.dashboard-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 {
  height: 53.2rem;
}
.dashboard-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 {
  margin-top: 4.8rem;
}
.dashboard-wrap .learning-status:not(:has(.my-rate)) ul li {
  margin-top: 5.8rem;
}
.dashboard-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::after {
  display: none;
}
.dashboard-wrap .learning-status:not(:has(.my-rate)) ul li:first-child {
  margin-top: 0;
}
@media (max-width: 1100px) {
  .dashboard-wrap .learning-status:not(:has(.my-rate)) {
    height: auto;
  }
  .dashboard-wrap .learning-status:not(:has(.my-rate)) + .box {
    height: auto;
  }
  .dashboard-wrap .learning-status:not(:has(.my-rate)) ul {
    margin-top: 0;
  }
  .dashboard-wrap .learning-status:not(:has(.my-rate)) ul li {
    width: 100%;
    margin-top: 4rem;
  }
  .dashboard-wrap .learning-status:not(:has(.my-rate)) ul li:first-child {
    margin-top: 4rem;
  }
}
.dashboard-wrap .learning-state {
  position: relative;
}
.dashboard-wrap .learning-state .title {
  display: flex;
}
.dashboard-wrap .learning-state > .toggle-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.dashboard-wrap .learning-state > .toggle-wrap .toggle-box {
  display: flex;
  margin: 0 0.8rem;
}
.dashboard-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 {
  left: 0.4rem;
  width: 1.8rem;
  height: 1.8rem;
}
.dashboard-wrap .learning-state > .toggle-wrap .toggle-box .toggle input:checked + .toggle-slider::before {
  transform: translateX(2.4rem);
}
.dashboard-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 {
  background-color: #5A7CE7;
}
.dashboard-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 {
  background-color: #AAC3FD;
}
.dashboard-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 {
  background-color: #405CC1;
}
.dashboard-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 {
  color: #F96891;
  font-weight: 600;
}
.dashboard-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 {
  background-color: #F96891;
}
.dashboard-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 {
    position: static;
    margin-top: 1.2rem;
  }
}
.dashboard-wrap .learning-state > .calendar {
  margin-top: 2.8rem;
}
.dashboard-wrap .learning-state > .calendar table {
  width: 100%;
}
.dashboard-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) {
  border-top: 0.1rem solid #EEEEEE;
}
.dashboard-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 {
  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] {
  color: #FFFFFF;
}
.dashboard-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 {
  position: relative;
  font-weight: 700;
}
.dashboard-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 {
  background-color: #FFFFFF;
}
.dashboard-wrap .learning-info {
  display: flex;
}
.dashboard-wrap .learning-info .learning-state {
  width: calc(72% - 2.8rem);
  padding-right: 2.3%;
}
.dashboard-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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 3.2rem;
}
.dashboard-wrap .learning-info .learning-state ul.info li {
  width: 50%;
  text-align: left;
}
.dashboard-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 {
  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 {
  width: 28%;
  position: relative;
  margin-left: 1.4rem;
  padding-left: calc(2.3% + 1.3rem);
}
.dashboard-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 {
  gap: 0;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-wrap .learning-info {
    flex-wrap: wrap;
  }
  .dashboard-wrap .learning-info .learning-state {
    width: 100%;
    padding-right: 0;
  }
  .dashboard-wrap .learning-info .learning-state ul.info {
    margin-top: 2.4rem;
  }
  .dashboard-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 {
    display: block;
  }
  .dashboard-wrap .learning-info .learning-state ul.info li {
    width: 100%;
  }
  .dashboard-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 {
    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 {
    display: none;
  }
}
@media (min-width: 240px) and (max-width: 1024px) and (max-width: 720px) {
  .dashboard-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 {
    display: flex;
  }
  .dashboard-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 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
}
.dashboard-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 {
  display: flex;
  gap: 0.6rem;
  color: #999999;
  font-weight: 400;
  text-align: left;
}
.dashboard-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 {
  margin-top: 1.2rem;
}
.dashboard-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 {
    margin: 1.2rem auto 0;
  }
}
@media (max-width: 720px) {
  .dashboard-wrap .text-info p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
}
.dashboard-wrap .accom-wrap {
  margin-top: 4.8rem;
  text-align: center;
}
.dashboard-wrap .ui-widget.ui-widget-content {
  /* 전체 박스 */
  border: 0;
  box-shadow: 0.5rem 0.5rem 1rem #ccc;
  padding: 0;
}
.dashboard-wrap .ui-widget {
  width: 30.6rem;
}

.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: #13BE29;
}
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box:first-of-type .tag-ranking.active {
  background-color: #E1F9E4;
}
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box .btn-purple {
  width: 100%;
  margin-bottom: 1rem;
  color: #13BE29;
  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,
.dashboard-wrap .accom-wrap .box-wrap.ranking > .box .doughnut-wrap + .btn-grey {
  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 {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-align: left;
}
.dashboard-wrap .accom-wrap.swiper-wrap .box-wrap__title .btn-map {
  display: flex;
  align-items: center;
  width: 6.5rem;
  height: 3.8rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  color: #999999;
  font-weight: 500;
  background: #FFFFFF;
  border: 0.1rem solid #CCCCCC;
  border-radius: 0.8rem;
  justify-content: center;
}
.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/mid_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/mid_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;
  }
}

.swiper.subject {
  height: auto;
}
@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;
  height: auto;
  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/mid_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/mid_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;
  }
}

body.dark-mode .dashboard-wrap {
  color: #FFFFFF;
  background: #111111;
}
body.dark-mode .dashboard-wrap select {
  color: #333333;
}
body.dark-mode .dashboard-wrap .box-wrap .box {
  background-color: #242424;
}
body.dark-mode .dashboard-wrap .box-wrap .box .desc {
  color: #999999;
}
body.dark-mode .dashboard-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) {
    display: block;
  }
  body.dark-mode .dashboard-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 {
    display: block;
    text-align: center;
  }
  body.dark-mode .dashboard-wrap .box-wrap:has(.box + .box):has(.info):has(button.btn) .box .btn {
    margin-top: 2rem;
  }
}
body.dark-mode .dashboard-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 {
  color: #999999;
}
body.dark-mode .dashboard-wrap .container__body .tab-round .days {
  background: #242424;
}
body.dark-mode .dashboard-wrap .container__body .tab-round .tab-wrap {
  background: #242424;
}
body.dark-mode .dashboard-wrap .container__body .tab-round .tab-wrap li .btn.active {
  background: #444;
}
body.dark-mode .dashboard-wrap .container__body .calendar-wrap {
  background: #242424;
}
body.dark-mode .dashboard-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 {
  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 {
  color: #FFFFFF;
  background: #444444;
}
body.dark-mode .dashboard-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 {
  color: #FFFFFF;
}
body.dark-mode .dashboard-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 {
  border-color: #333333;
}
body.dark-mode .dashboard-wrap .learning-status li::before {
  background-color: #333333;
}
body.dark-mode .dashboard-wrap .learning-status li::after {
  background-color: #333333;
}
body.dark-mode .dashboard-wrap .learning-status li .info strong {
  color: #FFFFFF;
}
body.dark-mode .dashboard-wrap .learning-status li.learned::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_learned_dark.svg");
}
body.dark-mode .dashboard-wrap .learning-status li.learned-time::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_learned_time_dark.svg");
}
body.dark-mode .dashboard-wrap .learning-status li.test::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_test_dark.svg");
}
body.dark-mode .dashboard-wrap .learning-status li.test-time::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_test_time_dark.svg");
}
body.dark-mode .dashboard-wrap .learning-status li.my-rate::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_my_rate_dark.svg");
}
body.dark-mode .dashboard-wrap .learning-state > .calendar table tbody tr {
  border-color: #666666;
}
body.dark-mode .dashboard-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] {
  color: #FFFFFF;
}
body.dark-mode .dashboard-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 {
  color: #FFFFFF;
}
body.dark-mode .dashboard-wrap .learning-info .learning-state + .learning-state {
  border-color: #333333;
}
body.dark-mode .dashboard-wrap .learning-info .learning-state + .learning-state::before {
  background-color: #333333;
}
body.dark-mode .dashboard-wrap .calendar-week .day {
  color: #999999;
  border-color: #666666;
}
body.dark-mode .dashboard-wrap .calendar-week .day[class*=bg__grade] {
  color: #FFFFFF;
}
body.dark-mode .dashboard-wrap .text-info {
  background-color: #333333;
}
body.dark-mode .dashboard-wrap .text-info button {
  background-color: #242424;
  border-color: #242424;
}
body.dark-mode .dashboard-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;
}
.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: #13BE29;
}
.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: #13BE29;
  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 {
  width: 40rem;
  flex-direction: column;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .profile-wrap .section.subject-interest .box-wrap .box {
    width: 100%;
  }
}
.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: #13BE29;
  color: #fff;
}
.profile-wrap .btn.type-2 {
  border: 0.1rem solid #13BE29;
  color: #13BE29;
}
.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;
}

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;
}

.voca-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 {
    padding: 8.5rem 0 7rem;
  }
}
.voca-wrap .inner {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.voca-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 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
  }
}
.voca-wrap h4.title .btn-arrow {
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 1rem;
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_arr_down3.svg") 50% 50% no-repeat;
  background-size: 2.8rem auto;
}
@media (max-width: 360px) {
  .voca-wrap h4.title .btn-arrow {
    margin-left: 0.5rem;
  }
}
.voca-wrap h4.title + .info-text {
  margin-top: 1.6rem;
  color: #666;
  font-weight: 400;
}
.voca-wrap.addAtt h4.title + .info-text {
  position:relative; 
}
.voca-wrap h4.title + .info-text + .upper-area {
  margin-top: 4.8rem;
}
@media (max-width: 420px) {
  .voca-wrap h4.title + .info-text + .upper-area {
    margin-top: 1.6rem;
  }
  .voca-wrap h4.title + .info-text + .upper-area.between .count-wrap + .btn-aside {
    width: 100%;
    margin: 1.6rem 0 0 0;
    text-align: left;
  }
}
@media (max-width: 420px) {
  .voca-wrap h4.title + .info-text + .upper-area {
    margin-top: 1.6rem;
  }
  .voca-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.addAtt h4.title + .info-text > .btn.type-1 {
  position:absolute;
  right: 0;
  bottom: 0;  
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap.addAtt h4.title + .info-text {
    display: flex;
    flex-direction: column;
  }
  .voca-wrap.addAtt h4.title + .info-text > .btn.type-1 {
    position:relative;
    right: auto;
    bottom: auto;
    margin-top:2rem;
  }
}
.voca-wrap h4.title + .btn-aside {
  position: absolute;
  right: 2rem;
  top: 0.5rem;
}
@media (max-width: 720px) {
  .voca-wrap h4.title + .btn-aside {
    position: static;
    margin-top: 1.2rem;
  }
}
.voca-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 {
  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 {
  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 {
  display: block;
  margin-right: 0.5rem;
  color: #13BE29;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.voca-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 {
  color: #666666;
  font-weight: 500;
}
.voca-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 {
    position: absolute;
    bottom: 0;
    right: 2rem;
    padding: 0;
    background: none;
    padding: 0;
  }
}
@media (max-width: 420px) {
  .voca-wrap h4.title:has(.round-box span + span) {
    display: block;
  }
  .voca-wrap h4.title:has(.round-box span + span) .round-box {
    margin: 1.2rem 0 0 0;
  }
}
@media (max-width: 420px) and (max-width: 420px) {
  .voca-wrap h4.title:has(.round-box span + span) .round-box {
    position: static;
  }
}
.voca-wrap .level-wrap {
  display: flex;
  gap: 1.2rem;
}
.voca-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 {
  margin-top: 4.8rem;
}
.voca-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 {
    flex-direction: column;
  }
}
.voca-wrap .test-wrap p {
  width: 100%;
  color: #666;
}
@media (min-width: 721px) {
  .voca-wrap .test-wrap p {
    max-width: calc(100% - 19.3rem);
  }
}
@media (max-width: 720px) {
  .voca-wrap .test-wrap button {
    margin-top: 3rem;
  }
}
.voca-wrap .test-wrap + .tab-mini {
  margin-top: 14rem;
  padding: 0;
}
@media (max-width: 720px) {
  .voca-wrap .test-wrap + .tab-mini {
    margin-top: 10rem;
  }
}
.voca-wrap .tab__panels {
  position: static;
  border: 0 none;
}
.voca-wrap .tab__panels .tab__panels__box {
  padding: 0;
}
.voca-wrap .tab-round {
  position: relative;
  display: block;
  margin-top: 5rem;
  padding: 0;
}
.voca-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 {
  margin-left: 0.5rem;
  color: #13BE29;
}
.voca-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 {
    width: 100%;
  }
}
.voca-wrap .tab-round .tab-wrap li {
  font-weight: 400;
}
.voca-wrap .tab-round .tab-wrap li::before {
  display: none;
}
.voca-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 {
  color: #FFFFFF;
  background: #13BE29;
  font-weight: 600;
  border-radius: 5rem;
}
@media (max-width: 420px) {
  .voca-wrap .tab-round {
    display: block;
  }
  .voca-wrap .tab-round .days {
    margin-top: 1rem;
    text-align: center;
  }
  .voca-wrap .tab-round .tab-wrap {
    justify-content: center;
  }
}
.voca-wrap .tab-mini {
  font-weight: 400;
}
.voca-wrap .tab-mini:not(.tab-round) {
  margin-top: 14rem;
  padding: 0;
}
@media (max-width: 720px) {
  .voca-wrap .tab-mini:not(.tab-round) {
    margin-top: 10rem;
  }
}
.voca-wrap .tab-mini + .tab-content {
  margin-top: 2.4rem;
}
.voca-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 {
    flex-direction: column;
  }
}
.voca-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 {
    width: 100%;
  }
}
.voca-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 {
  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 {
    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 {
  border: 0 none;
}
@media (max-width: 370px) {
  .voca-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 {
  width: 100%;
}
.voca-wrap .tab-content .paging {
  margin-top: 4rem;
}
@media (max-width: 720px) {
  .voca-wrap .tab-content .paging {
    display: none;
  }
}
.voca-wrap .state-wrap {
  margin-top: -4.8rem;
  text-align: center;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .state-wrap {
    margin-top: 5rem;
  }
}
@media (max-width: 420px) {
  .voca-wrap .state-wrap {
    margin-top: 3rem;
  }
}
/* .voca-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 {
  color: #666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
}
.voca-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 {
    margin-top: 3.2rem;
  }
}
.voca-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 {
  content: "#";
  margin-right: 0.3rem;
}
.voca-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;
}
.voca-wrap .box-wrap .box {
  flex: 1;
  padding: 3.4rem 3rem;
  border: 0.1rem solid #EEEEEE;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .voca-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 {
    width: 100%;
  }
}
.voca-wrap .box-wrap .box.round {
  border-radius: 1.6rem;
}
.voca-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 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.044rem;
  font-weight: 700;
}
.voca-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 {
  width: auto;
  margin-top: 2.8rem;
}
.voca-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;
}
.voca-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;
}
.voca-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 {
  margin-left: 1.6rem;
}
@media (max-width: 720px) {
  .voca-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 {
    width: 100%;
  }
  .voca-wrap .box-wrap .box.round-bg .btn-wrap:has(.btn + .btn) .btn + .btn {
    margin: 1.2rem 0 0;
  }
}
.voca-wrap .box-wrap .box .cont {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.voca-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 {
  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 {
  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-] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.voca-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 {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.voca-wrap .box-wrap .box .cont > span strong.ico-mark {
  position: relative;
}
.voca-wrap .box-wrap .box .cont > span strong.ico-mark::after {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_mark.svg");
}
@media (max-width: 720px) {
  .voca-wrap .box-wrap .box .cont > span strong.ico-mark .tooltip-box {
    min-width: auto;
    width: 22rem;
  }
}
.voca-wrap .box-wrap .box .cont > span br {
  display: none;
}
.voca-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/mid_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 {
  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;
}
.voca-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;
}
.voca-wrap .box-wrap .box .cont .btn + .btn {
  margin-left: 1.2rem;
}
@media (max-width: 720px) {
  .voca-wrap .box-wrap .box .cont {
    flex-direction: column;
  }
  .voca-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 {
    display: none;
  }
  .voca-wrap .box-wrap .box .cont > span br {
    display: block;
  }
  .voca-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 {
  display: flex;
  align-items: center;
  color: #666666;
  font-weight: 600;
  line-height: 1.9rem;
}
.voca-wrap .box-wrap .box .tit .info {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_mark.svg") 0 0/100% 100% no-repeat;
  margin-left: 0.4rem;
  cursor: pointer;
}
.voca-wrap .btn-wrap.view-all .info,
.classic-wrap .btn-wrap.view-all .info {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background: url("https://ai-cdn.ebs.co.kr/hsc_resource/images/icon/ico_mark.svg") 0 0/100% 100% no-repeat;
  margin-left: 0;
  cursor: pointer;
}
.voca-wrap .box-wrap .box .tit .info > .tooltip-box,
.btn-wrap.view-all .info > .tooltip-box {
  width: 100%;
  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 {
    min-width: 0;
    width: 19rem;
    left: -1rem;
    right: auto;
  }
}
@media (max-width: 767px) {
  .voca-wrap .btn-wrap.view-all .info {
    display: none;
  }
}
@media (max-width: 420px) {
  .voca-wrap .box-wrap .box .tit .info > .tooltip-box {
    width: 16rem;
  }
}
@media (max-width: 370px) {
  .voca-wrap .box-wrap .box .tit .info > .tooltip-box {
    width: 14rem;
  }
}
.voca-wrap .box-wrap .box .tit .info > .tooltip-box::before {
  left: auto;
  right: 2.6rem;
  transform: rotate(-180deg);
  top: 100%;
}
.voca-wrap .btn-wrap.view-all .info > .tooltip-box::before {
  left: auto;
  right: 3.15rem;
  transform: rotate(-180deg);
  top: 100%;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-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 {
  display: none;
}
.voca-wrap .box-wrap .box .tit + .cont {
  margin-top: 3.2rem;
}
.voca-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 {
  flex: 1;
  padding: 0 2rem 0 0;
  color: #999999;
  text-align: left;
}
.voca-wrap .box-wrap .box .tit + .cont > span::before {
  display: none;
}
.voca-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 {
  padding: 0 0 0 2rem;
}
@media (min-width: 240px) and (max-width: 1280px) {
  .voca-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 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: -0.044rem;
  }
  .voca-wrap .box-wrap .box .tit + .cont > span + span {
    padding: 0 0 0 1rem;
  }
}
.voca-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 {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_recommend.svg");
}
.voca-wrap .box-wrap .box .tit.ico-book::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_book.svg");
}
.voca-wrap .box-wrap .box .tit.ico-file::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_file3_single.svg"); /* S 2025-07-24 */
  /* background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_file3.svg"); O 2025-07-24 */
}
.voca-wrap .box-wrap .box .tit.ico-clock::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_clock2.svg"); /* S 2025-07-24 */
  /* background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_correct.svg"); O 2025-07-24 */
}
.voca-wrap .box-wrap .box .tit.ico-correct::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_correct_single.svg");
}
@media (max-width: 720px) {
  .voca-wrap .box-wrap .box .tit + .cont {
    flex-direction: row;
  }
  .voca-wrap .box-wrap .box .tit + .cont > span {
    text-align: left;
    line-height: 1.671rem;
    font-weight: 500;
  }
}
.voca-wrap .box-wrap .box:has(.tit) {
  padding: 3rem;
}
.voca-wrap .edu-list {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.voca-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 {
    width: calc((100% - 4.8rem) / 3);
  }
}
@media (max-width: 720px) {
  .voca-wrap .edu-list.days li {
    width: calc((100% - 2.4rem) / 2);
  }
}
@media (max-width: 430px) {
  .voca-wrap .edu-list.days li {
    width: 100%;
  }
}
.voca-wrap .edu-list li {
  width: calc((100% - 4.8rem) / 3);
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .edu-list li {
    width: 100%;
  }
}
.voca-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 {
  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%) rotate(180deg); /* S 2025-07-24 */
}
.voca-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 {
  margin-top: 0.8rem;
}
.voca-wrap .edu-list li > a dl {
  display: flex;
}
.voca-wrap .edu-list li > a dl dt {
  color: #999;
  font-weight: 400;
}
.voca-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 {
  font-weight: 500;
}
.voca-wrap .edu-list li > a.complete dl dd {
  color: #13BE29;
}
.voca-wrap .edu-list li > a.not-yet strong {
  color: #999;
}
.voca-wrap .edu-list li > a.not-yet dl dt {
  color: #999;
}
.voca-wrap .edu-list li > a.not-yet dl dd {
  color: #999;
}
.voca-wrap .edu-list + .upper-area {
  margin-top: 9rem;
}
@media (max-width: 720px) {
  .voca-wrap .edu-list + .upper-area {
    margin-top: 6rem;
  }
}
.voca-wrap .edu-list + .bottom-wrap {
  margin-top: 6rem;
}
@media (max-width: 720px) {
  .voca-wrap .edu-list + .bottom-wrap {
    margin-top: 4rem;
  }
}
.voca-wrap .round-box {
  display: flex;
  align-items: center;
  color: #666666;
  background-color: #F6F7FA;
  border-radius: 2.4rem;
}
.voca-wrap .upper-area {
  display: flex;
  align-items: center;
}
@media (max-width: 720px) {
  .voca-wrap .upper-area {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.voca-wrap .upper-area.between {
  justify-content: space-between;
}
.voca-wrap .upper-area.between .func {
  margin-top: 0;
}
.voca-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 {
  color: #666;
}
.voca-wrap .upper-area.between .count-wrap dl dd strong {
  color: #13BE29;
}
@media (max-width: 420px) {
  .voca-wrap .upper-area.between .count-wrap {
    width: 100%;
  }
  .voca-wrap .upper-area.between .count-wrap dl {
    display: flex;
    justify-content: center;
    flex: 1;
  }
}
.voca-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 {
    flex-wrap: wrap;
    margin-top: 3rem;
  }
}
@media (max-width: 540px) {
  .voca-wrap .upper-area.between .sort-wrap {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.voca-wrap .upper-area.between .sort-wrap .func {
  margin-top: 0;
  padding-left: 0;
}
.voca-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 {
    margin-left: 0;
  }
}
@media (max-width: 720px) {
  .voca-wrap .upper-area.between .sort-wrap .func {
    padding-right: 0;
  }
}
.voca-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 {
    width: 100%;
    min-width: auto;
    margin-left: 0;
  }
}
@media (max-width: 720px) {
  .voca-wrap .upper-area.between:has(.sort-wrap) {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 420px) {
  .voca-wrap .upper-area.between {
    display: block;
  }
  .voca-wrap .upper-area.between .count-wrap + .btn-aside {
    margin-top: 2rem;
  }
  .voca-wrap .upper-area.between .func {
    margin-top: 1.6rem;
  }
}
@media (max-width: 360px) {
  .voca-wrap .upper-area:not(.process) .count-wrap dl + dl::before {
    display: none;
  }
}
.voca-wrap .upper-area:not(.process) .btn-aside {
  margin-left: auto;
}
.voca-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 {
  margin-left: 1.6rem;
}
@media (max-width: 720px) {
  .voca-wrap .upper-area h5.sub-title + .count-wrap {
    margin-left: 0;
  }
}
.voca-wrap .upper-area .count-wrap {
  display: flex;
}
.voca-wrap .upper-area .count-wrap dl {
  display: flex;
}
.voca-wrap .upper-area .count-wrap dl dt {
  color: #666;
}
.voca-wrap .upper-area .count-wrap dl dd {
  padding-left: 0.3rem;
  color: #13BE29;
}
.voca-wrap .upper-area .count-wrap dl dd strong {
  font-weight: 600;
}
.voca-wrap .upper-area .count-wrap dl + dl::before {
  content: "/";
  margin: 0 0.6rem;
}
.voca-wrap .upper-area + .word-list {
  margin-top: 2.4rem;
}
.voca-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 {
  background-position: calc(100% - 3rem) calc(100% - 3.5rem);
}
.voca-wrap .upper-area .all-list {
  display: flex;
  color: #666;
}
.voca-wrap .upper-area .all-list strong {
  margin-left: 0.8rem;
  color: #13BE29;
  font-weight: 600;
}
.voca-wrap .upper-area .all-list li {
  display: flex;
  color: #666;
  align-items: center;
}
.voca-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 {
  padding-left: 2.6rem;
  color: #666666;
  font-weight: 400;
}
.voca-wrap .btn-aside.setting {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_setting2.svg") 0 50% no-repeat;
  background-size: 2rem auto;
}
.voca-wrap .btn-aside.reset {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_reset.svg") 0 50% no-repeat;
  background-size: 2rem auto;
}
.voca-wrap .btn-aside + .level-wrap {
  margin-top: 2.4rem;
}
.voca-wrap .btn-aside + .tab-mini {
  margin-top: 6rem;
}
.voca-wrap .word-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.voca-wrap .word-list li {
  width: calc((100% - 7.2rem) / 4);
}
@media (min-width: 240px) and (max-width: 1024px) {
  .voca-wrap .word-list li {
    width: calc((100% - 4.8rem) / 3);
  }
}
@media (max-width: 720px) {
  .voca-wrap .word-list li {
    width: calc((100% - 2.4rem) / 2);
  }
}
@media (max-width: 430px) {
  .voca-wrap .word-list li {
    width: 100%;
  }
}
.voca-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 {
  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 {
  margin-top: 0.8rem;
}
.voca-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 {
  margin-top: 6rem;
}
@media (max-width: 720px) {
  .voca-wrap .word-list + .bottom-wrap {
    margin-top: 4rem;
  }
}
.voca-wrap .bottom-wrap {
  margin-top: 6rem;
  text-align: center;
}
.voca-wrap .bottom-wrap .btn.more {
  min-width: 16rem;
  padding: 2rem 2.4rem;
  color: #13BE29;
  border-radius: 5rem;
  border: 0.1rem solid #13BE29;
  text-align: center;
}
.voca-wrap .count-btn {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
@media (max-width: 370px) {
  .voca-wrap .count-btn {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.voca-wrap .count-btn > button {
  width: 6rem;
  height: 6rem;
  border-radius: 0.8rem;
  background-color: #13BE29;
  position: relative;
}
.voca-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 {
  background-color: #eee;
  color: #999;
  cursor: default;
}
.voca-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 {
  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 {
  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 {
  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 {
  margin-left: 1rem;
}
.voca-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 {
    width: 100%;
    height: 6rem;
  }
}
.voca-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 {
  background-color: transparent;
}
.voca-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 {
  display: flex;
  gap: 1rem;
}
@media (max-width: 720px) {
  .voca-wrap .box.round .select-radio {
    flex-direction: column;
  }
}
.voca-wrap .box.round .select-radio input[type=radio] {
  display: none;
}
.voca-wrap .box.round .select-radio input:checked + label {
  color: #fff;
  background-color: #13BE29;
  border: 0.1rem solid transparent;
}
.voca-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 {
  margin-top: 2rem;
}
.voca-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 {
    flex-direction: column;
  }
  .voca-wrap .my-choice .btn.quiz {
    margin-top: 3rem;
  }
}
.voca-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 {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .voca-wrap .my-choice .data {
    justify-content: center;
  }
}
.voca-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 .my-choice .btn.quiz {
  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: #13BE29;
}
.voca-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) {
  margin-top: 1.4rem;
}
.voca-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 {
    top: 4.7rem;
  }
  .voca-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) {
    padding-bottom: 6rem;
  }
}
@media (min-width: 721px) {
  .voca-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 {
  flex-wrap: wrap;
  gap: 1rem;
}
.voca-wrap .voca-list > li .level-wrap strong {
  padding: 0.4rem 1.2rem;
  background-color: #E1F9E4;
  border-radius: 0.8rem;
  color: #13BE29;
}
.voca-wrap .voca-list > li .level-wrap + .txt-wrap {
  margin-top: 3.2rem;
}
@media (min-width: 721px) {
  .voca-wrap .voca-list > li .txt-wrap {
    width: 100%;
    max-width: calc(100% - 26.2rem);
  }
}
@media (max-width: 720px) {
  .voca-wrap .voca-list > li .txt-wrap {
    max-width: none;
  }
}
.voca-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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 12rem;
  height: 100%;
  border-radius: 0.4rem;
  background: #F6F7FA url("https://ai-cdn.ebs.co.kr/mid_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 {
  margin-left: 12.4rem;
}
.voca-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 {
  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 {
  position: relative;
  width: 12rem;
  font-size: 0;
}
.voca-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/mid_resource/images/icon/ico_view.svg") 50% 50% no-repeat;
  background-size: 2rem auto;
}
.voca-wrap .voca-list > li .txt-wrap .meaning span {
  color: #13BE29;
}
.voca-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 {
  color: #333;
}
.voca-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 {
  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 {
    position: static;
    margin-top: 2.4rem;
    transform: none;
  }
  .voca-wrap .voca-list > li .btn-wrap .btn {
    width: 50%;
    text-align: center;
  }
}
.voca-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 {
    margin-bottom: -1rem;
  }
}
.voca-wrap .voca-list > li .ex-wrap.hide {
  position: relative;
}
.voca-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 {
    position: static;
  }
}
@media (max-width: 720px) {
  .voca-wrap .voca-list > li .ex-wrap {
    position: static;
  }
}
.voca-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 {
    max-width: none;
    margin-bottom: 0;
  }
}
.voca-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 {
  margin-left: 0.4rem;
  vertical-align: -0.4rem;
}
.voca-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 {
  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 {
  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 {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.voca-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/mid_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 {
  transform: rotate(180deg);
}
.voca-wrap .func {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.8rem;
  z-index: 1;
}
.voca-wrap .func > span {
  display: flex;
}
@media (max-width: 720px) {
  .voca-wrap .func {
    margin-top: 3.2rem;
  }
  .voca-wrap .func .desc {
    display: none;
  }
}
.voca-wrap .btn.word, .voca-wrap .btn.exam {
  padding: 1.4rem 2rem;
  border-radius: 10rem;
  background-color: #13BE29;
  color: #fff;
}
.voca-wrap .btn.cart {
  padding: 1.4rem 2rem;
  border-radius: 10rem;
  border: 0.1rem solid #13BE29;
  color: #13BE29;
}
.voca-wrap .btn.into {
  padding-right: 2rem;
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_into.svg") 100% 50% no-repeat;
  background-size: 1.6rem auto;
}
.voca-wrap .btn.play {
  width: 2rem;
  height: 2rem;
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_play.svg") 50% 50% no-repeat;
  background-size: 2rem auto;
  vertical-align: -0.3rem;
}
/* S 2025-07-24 */
.voca-wrap .btn.play.active {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/icon/ico_play_on.svg");
}
@media (max-width: 720px) {
  .voca-wrap .viewer-wrap .viewer__top {
    padding: 0;
  }
}
.voca-wrap .viewer-wrap .status-wrap {
  margin-top: 0;
}
@media (max-width: 720px) {
  .voca-wrap .viewer-wrap .status-wrap {
    padding: 0;
  }
}
.voca-wrap .table-cont {
  position: relative;
  margin-top: 2.4rem;
}
.voca-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 {
  background: #F6F7FA;
}
.voca-wrap .table-cont .btn.btn-primary {
  color: #A034FF;
  background: #F9ECFF;
}
.voca-wrap .table-cont .btn.btn-primary2 {
  color: #13BE29;
  background: #E1F9E4;
}
.voca-wrap .table-cont .table table tbody tr td strong {
  display: block;
  font-weight: 600;
}
.voca-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) {
  justify-content: space-between;
}
.voca-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 {
  text-align: center;
}
.voca-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 {
  color: #EA4F4F;
  font-weight: 600;
  line-height: 1.9rem;
}
.voca-wrap .table-cont .table table tbody tr td.grade.o {
  color: #4E60FF;
}
.voca-wrap .table-cont .table table tbody tr td.scoring {
  color: #333333;
}
.voca-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 {
  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 {
    position: static;
  }
  .voca-wrap .table-cont .table {
    padding: 0;
  }
  .voca-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 {
    margin-top: 0.8rem;
  }
}
.voca-wrap .scoring-list {
  margin-top: 14rem;
}
@media (max-width: 720px) {
  .voca-wrap .scoring-list .tit-wrap {
    position: relative;
  }
}
.voca-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 {
  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 {
    width: auto;
  }
}
.voca-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 {
  color: #FFFFFF;
  background-color: #13BE29;
}
/* O 2025-07-24 */
.voca-wrap .viewer-wrap .viewer__body .btn-wrap .btn.btn-next::after {
  /* background-color: #FFFFFF; */
}
.voca-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 {
  position: relative;
  height: 40rem;
  margin-top: 1.2rem;
  border: 0.1rem solid #EEEEEE;
  border-radius: 1.6rem;
}
.voca-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 {
  font-size: 5.4rem;
  line-height: 6.4rem;
  letter-spacing: -0.108rem;
  font-weight: 700;
}
.voca-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 {
  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 {
    width: 90%;
  }
}
.voca-wrap .exam-wrap .question .text .right {
  display: none;
}
.voca-wrap .exam-wrap .answer {
  margin-top: 7rem;
}
.voca-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 {
  display: flex;
  align-items: stretch;
  width: calc(50% - 1.2rem);
}
.voca-wrap .exam-wrap .answer ol.multiple li input[type=radio] {
  display: none;
}
.voca-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 {
  color: #13BE29;
  border: 0.2rem solid #13BE29;
  font-weight: 600;
}
@media (max-width: 720px) {
  .voca-wrap .exam-wrap .answer ol li {
    width: 100%;
  }
}
.voca-wrap .exam-wrap .answer .short {
  text-align: center;
}
.voca-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] {
    width: 90%;
  }
}
.voca-wrap .exam-wrap.ans__right .answer ol.multiple li input[type=radio]:checked + label {
  color: #FFFFFF;
  border-color: #13BE29;
  background-color: #13BE29;
}
.voca-wrap .exam-wrap.ans__right .answer .short input {
  color: #4E60FF;
}
.voca-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 .answer ol.multiple li input[type=radio]:checked + label {
  color: #EA4F4F;
  border: 0.1rem solid #EA4F4F;
}
.voca-wrap .exam-wrap.ans__wrong .answer ol.multiple li.right input[type=radio] + label {
  color: #FFFFFF;
  border-color: #13BE29;
  background-color: #13BE29;
}
.voca-wrap .exam-wrap.ans__wrong .answer .short {
  color: #EA4F4F;
}
.voca-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 {
  color: #FFFFFF;
  background: #13BE29;
  border-color: #13BE29;
  cursor: pointer;
}

body.dark-mode .voca-wrap h4.title .round-box {
  color: #FFFFFF;
  background-color: #242424;
}
@media (max-width: 720px) {
  body.dark-mode .voca-wrap h4.title .round-box {
    background: none;
  }
}
body.dark-mode .voca-wrap .tab-round .tab-wrap {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .tab-round .tab-wrap li button.active {
  background-color: #444444;
}
body.dark-mode .voca-wrap .btn.cart {
  color: #FFFFFF;
  border-color: #333333;
  background-color: #333333;
}
body.dark-mode .voca-wrap .bottom-wrap .btn.more {
  color: #FFFFFF;
  background-color: #333333;
  border-color: #333333;
}
body.dark-mode .voca-wrap .calendar-wrap {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .calendar-wrap span {
  color: #FFFFFF;
}
body.dark-mode .voca-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 {
  background-color: #13BE29;
}
body.dark-mode .voca-wrap .box-wrap .box {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .box-wrap .box .tit {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .box-wrap .box .tit + .cont > span strong {
  color: #FFFFFF;
}
body.dark-mode .voca-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 {
  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 {
  color: #FFFFFF;
  border-color: #242424;
  background-color: #242424;
}
/* O 2025-07-24 */
body.dark-mode .voca-wrap .edu-list li a::before,
body.dark-mode .voca-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 {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .edu-list li .not-yet {
  color: #666666;
  border-color: #242424;
  background-color: #242424;
}
/* O 2025-07-24 */
body.dark-mode .voca-wrap .edu-list li .not-yet::before {
  /* background-color: #666666; */
}
body.dark-mode .voca-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 {
  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 {
  background-color: #666666;
}
body.dark-mode .voca-wrap .word-list li > a {
  color: #FFFFFF;
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .word-list li > a div {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .word-list li > a span {
  color: #999999;
}
body.dark-mode .voca-wrap .upper-area .count-wrap dl dt {
  color: #999999;
}
body.dark-mode .voca-wrap .upper-area.process .count-wrap dl {
  background: #242424;
}
body.dark-mode .voca-wrap .upper-area.process .count-wrap dl dt {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .upper-area.process .count-wrap dl dd {
  color: #999999;
}
body.dark-mode .voca-wrap .upper-area.between .count-wrap dl {
  background-color: #242424;
}
body.dark-mode .voca-wrap .upper-area.between .count-wrap dl dt {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .upper-area.between .count-wrap dl dd {
  color: #999999;
}
body.dark-mode .voca-wrap .upper-area.between .count-wrap dl dd strong {
  color: #13BE29;
}
body.dark-mode .voca-wrap .upper-area select {
  color: #333;
}
body.dark-mode .voca-wrap .input-box .input-wrap {
  background-color: transparent;
}
body.dark-mode .voca-wrap .tab-content .box.round {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .tab-content .box.round .select-wrap select {
  color: #333333;
}
body.dark-mode .voca-wrap .my-choice {
  background-color: #242424;
}
body.dark-mode .voca-wrap .my-choice .data li {
  background-color: #333333;
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .btn-aside {
  color: #999999;
}
body.dark-mode .voca-wrap .list-wrap h5.sub-title {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .voca-list > li {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .voca-list > li .txt-wrap > strong > a.hide {
  background-color: #333333;
}
body.dark-mode .voca-wrap .voca-list > li .txt-wrap .meaning div {
  color: #fff;
}
body.dark-mode .voca-wrap .voca-list > li .txt-wrap .meaning.hide::before {
  background-color: #333333;
}
body.dark-mode .voca-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 {
  background-color: #333333;
}
body.dark-mode .voca-wrap .voca-list > li .ex-wrap .ex-list > li p {
  color: #999999;
}
body.dark-mode .voca-wrap .exam-wrap .no {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .exam-wrap .question {
  border-color: #242424;
  background-color: #242424;
}
/* S 2025-07-24 */
body.dark-mode .voca-wrap .exam-wrap .answer .short input[type=text] {
  caret-color: #ffffff;
}
body.dark-mode .voca-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 {
  color: #999999;
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-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 .answer ol.multiple li input[type=radio]:checked + label {
  background: none;
}
body.dark-mode .voca-wrap .level-wrap strong {
  color: #999999;
  background-color: #242424;
}
body.dark-mode .voca-wrap .test-wrap {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .voca-wrap .test-wrap p {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .status-wrap .round-box {
  color: #999999;
  background-color: #242424;
}
body.dark-mode .voca-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 {
  background-color: #242424;
  color: #999999;
}
body.dark-mode .voca-wrap .table-cont .table table tbody tr {
  border-color: #333333;
}
body.dark-mode .voca-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 {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap .viewer-wrap .viewer__body .btn-wrap .btn.btn-next {
  border-color: #13BE29;
}

.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 {
  color: #333333;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
}
.viewer-wrap .viewer__top .list-item span {
  display: block;
  font-weight: 500;
  line-height: 1.9rem;
}
.viewer-wrap .viewer__top .list-item span + strong {
  display: block;
  margin-top: 0.8rem;
}
.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: #13BE29;
}
.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/mid_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;
  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: #13BE29;
  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/mid_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, #E7E577 0%, #61D470 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: #13BE29;
  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: #13BE29;
  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: #13BE29;
  border: 0.1rem solid #13BE29;
  background-color: #FFFFFF;
}
.viewer-wrap .viewer__body .btn-wrap .btn.btn-prev {
  justify-content: flex-start;
  padding-left: 4.8rem;
  color: #13BE29;
  border: 0.1rem solid #13BE29;
  background-color: transparent;
}
.viewer-wrap .viewer__body .btn-wrap .btn.btn-next {
  justify-content: flex-start;
  padding-left: 5.9rem;
  /* color: #13BE29; S 2025-07-24 */
  border: 0.1rem solid #13BE29;
  /* background-color: transparent; S 2025-07-24 */
  color: #FFF; /* O 2025-07-24 */
  background-color: #13BE29; /* O 2025-07-24 */
}
.viewer-wrap .viewer__body .btn-wrap .btn:disabled {
  color: #999 !important;
  background-color: #eee !important;
  border: none;
  cursor: default !important;
}
.viewer-wrap .viewer__body .btn-wrap .btn.btn-next::after {
  content: "";
  margin-left: 0.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 14.5L12 9.5L7 4.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.viewer-wrap .viewer__body .btn-wrap .btn.btn-prev::before {
  content: "";
  margin-right: 0.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.5L7 9.5L12 14.5' stroke='%2313BE29' 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,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 14.5L12 9.5L7 4.5' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.viewer-wrap .viewer__body .btn-wrap .btn.btn-prev:disabled::before {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.5L7 9.5L12 14.5' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.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;
}

body.dark-mode .viewer__top .list-item {
  color: #FFFFFF;
}
body.dark-mode .viewer__top .list-item strong {
  color: #FFFFFF;
}
body.dark-mode .viewer__top .count {
  color: #999999;
}
body.dark-mode .viewer__top .box-wrap .box .btn-wrap .btn.border {
  color: #999999;
  background-color: #333333;
  border-color: #333333;
}
body.dark-mode .viewer__top .exam-info {
  border-color: #242424;
  background-color: #242424;
}
body.dark-mode .viewer__top .exam-time {
  color: #FFFFFF;
}
/* D 2025-07-24 */
body.dark-mode .viewer__top .exam-time::before {
  /* background-color: #FFFFFF; */
  background-color: transparent;
}
body.dark-mode .viewer__top .exam-count {
  color: #FFFFFF;
}
/* D 2025-07-24 */
body.dark-mode .viewer__body .btn-wrap .btn.btn-prev, body.dark-mode .viewer__body .btn-wrap .btn.btn-next {
  color: #FFFFFF;
  background-color: #13BE29;
}
body.dark-mode .viewer__body .btn-wrap .btn.btn-prev::before {
  content: "";
  margin-right: 0.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.5L7 9.5L12 14.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
/* S 2025-07-24 */
body.dark-mode .viewer__body .btn-wrap .btn.btn-next::after {
  content: "";
  margin-left: 0.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 14.5L12 9.5L7 4.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.dark-mode .viewer__body .btn-wrap .btn:disabled {
  color: #999;
  background-color: #333;
  border: none;
}
body.dark-mode .viewer__body .btn-wrap .btn:disabled::after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 14.5L12 9.5L7 4.5' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.dark-mode .retest-wrap {
  background-color: #242424;
}
body.dark-mode .retest-wrap__select > h5 {
  color: #FFFFFF;
}
body.dark-mode .retest-wrap .solve {
  color: #FFFFFF;
  border-color: #333333;
  background-color: #333333;
}
.disabled {
  color: #999 !important;
  background: #EEE !important;
  cursor: default !important;
}
/* D 2025-07-24 */
#calendarBodyTest span.bg__grade2 {
  background-color: #FFB6CB;
}
#calendarBodyTest span.bg__grade3 {
  background-color: #F96891;
}
#calendarBodyTest span.bg__grade4 {
  background-color: #D92E5F;
}
.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;
}
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;
}
.no-before::before {
	background-color: transparent !important;
    content: "" !important;
}
.modal__grade__select {
  width: 500px;       /* 원하는 고정 너비 */
  height: 750px;      /* 원하는 고정 높이 */
}
.modal__grade__select .modal__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal__grade__select .modal__body {
  flex: 1;
  overflow-y: auto; /* 내용이 많을 경우 스크롤 생성 */
}
.modal__grade__select .modal__footer {
  margin-top: auto; /* footer를 항상 하단에 위치시킴 */
}
