@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

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

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

html,
body {
  height: 100%;
}

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

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

a {
  text-decoration: none;
}

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

html {
  font-size: 10px;
}
body {
  font-family: "Pretendard", "-apple-system";
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  background: #fff;
  color: #222;
}
body, input, select, button, textarea, h1, h2, h3, h4, h5, h6, table {
  font-family: "Pretendard", "-apple-system";
}

li {
  list-style: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

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

textarea {
  resize: none;
}

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

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

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

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

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

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

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




.popWrap, .modalWrap, .layerPop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 999;
}
.popWrap .dimd, .modalWrap .dimd, .layerPop .dimd {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.popWrap .alert, .modalWrap .alert, .layerPop .alert {
  width: 46rem;
  min-height: 25rem;
  border-radius: 2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3.2rem;
}
.popWrap .alert__tit, .modalWrap .alert__tit, .layerPop .alert__tit {
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 2rem;
}
.popWrap .alert__message, .modalWrap .alert__message, .layerPop .alert__message {
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.6rem;
  padding: 2rem 0 3rem 0;
  color: #222;
  white-space: pre-line;
}
.popWrap .alert__message.long, .modalWrap .alert__message.long, .layerPop .alert__message.long {
  text-align: left;
  font-weight: 500;
}
.popWrap .alert__btnBox, .modalWrap .alert__btnBox, .layerPop .alert__btnBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popWrap .alert__btnBox button, .modalWrap .alert__btnBox button, .layerPop .alert__btnBox button {
  height: 6rem;
  border-radius: 1.2rem;
  background-color: #FF4A55;
  line-height: 6rem;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  flex: 1;
}
.popWrap .alert__btnBox button + button, .modalWrap .alert__btnBox button + button, .layerPop .alert__btnBox button + button {
  margin-left: 1.6rem;
}
.popWrap .alert__btnBox button.gray, .modalWrap .alert__btnBox button.gray, .layerPop .alert__btnBox button.gray {
  background-color: #F5F5F7;
  color: #777;
}
.popWrap .alert__close, .modalWrap .alert__close, .layerPop .alert__close {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.popWrap .alert__close::after, .modalWrap .alert__close::after, .layerPop .alert__close::after {
  content: "X";
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  color: #222;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popWrap .modal, .modalWrap .modal, .layerPop .modal {
  min-width: 42rem;
  max-width: 60rem;
  max-height: 95vh;
  border-radius: 2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.popWrap .modal__inner, .modalWrap .modal__inner, .layerPop .modal__inner {
  padding: 4rem;
}
.popWrap .modal__header, .modalWrap .modal__header, .layerPop .modal__header {
  width: 100%;
}
.popWrap .modal__header h2, .modalWrap .modal__header h2, .layerPop .modal__header h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #333;
  line-height: 2.387rem;
}
.popWrap .modal__body, .modalWrap .modal__body, .layerPop .modal__body {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 25rem);
  padding: 0 1rem 2rem 0;
  overflow-y: auto;
  font-size: 1.8rem;
}
.popWrap .modal__body:not(:empty), .modalWrap .modal__body:not(:empty), .layerPop .modal__body:not(:empty) {
  margin-top: 3rem;
}
.popWrap .modal__body p, .modalWrap .modal__body p, .layerPop .modal__body p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #333;
  letter-spacing: -0.032rem;
  text-align: center;
  word-break: keep-all;
}
.popWrap .modal__body p > br, .modalWrap .modal__body p > br, .layerPop .modal__body p > br {
  display: block !important;
}
.popWrap .modal__body p + p, .modalWrap .modal__body p + p, .layerPop .modal__body p + p {
  margin-top: 2rem;
}
.popWrap .modal__body p strong, .modalWrap .modal__body p strong, .layerPop .modal__body p strong {
  font-weight: 600;
  letter-spacing: 0.032rem;
}
.popWrap .modal__body p.small, .modalWrap .modal__body p.small, .layerPop .modal__body p.small {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: -0.028rem;
  color: #666;
  text-align: left;
}
.popWrap .modal__body p + .box-bg, .modalWrap .modal__body p + .box-bg, .layerPop .modal__body p + .box-bg {
  margin-top: 1.2rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .popWrap .modal__body p > br, .modalWrap .modal__body p > br, .layerPop .modal__body p > br {
    display: none !important;
  }
}
.popWrap .modal__body .today-exam, .modalWrap .modal__body .today-exam, .layerPop .modal__body .today-exam {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.04rem;
  color: #333;
  margin: 3.2rem 0;
}
.popWrap .modal__body .today-exam::before, .modalWrap .modal__body .today-exam::before, .layerPop .modal__body .today-exam::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11.0857V12.0057C20.9988 14.1621 20.3005 16.2604 19.0093 17.9875C17.7182 19.7147 15.9033 20.9782 13.8354 21.5896C11.7674 22.201 9.55726 22.1276 7.53447 21.3803C5.51168 20.633 3.78465 19.2518 2.61096 17.4428C1.43727 15.6338 0.879791 13.4938 1.02168 11.342C1.16356 9.19029 1.99721 7.14205 3.39828 5.5028C4.79935 3.86354 6.69279 2.72111 8.79619 2.24587C10.8996 1.77063 13.1003 1.98806 15.07 2.86572M21 4L11 14.01L8 11.01' stroke='%2313BE29' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-right: 0.8rem;
}
.popWrap .modal__body .box-bg, .modalWrap .modal__body .box-bg, .layerPop .modal__body .box-bg {
  width: 100%;
  padding: 2.4rem;
  border-radius: 2rem;
  background-color: #F6F7FA;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #666;
}
.popWrap .modal__body .box-bg > p, .modalWrap .modal__body .box-bg > p, .layerPop .modal__body .box-bg > p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
  text-align: left;
  color: #333;
}
.popWrap .modal__body .box-bg .cap-list, .modalWrap .modal__body .box-bg .cap-list, .layerPop .modal__body .box-bg .cap-list {
  margin-top: 0.8rem;
}
.popWrap .modal__body .box-bg .cap-item, .modalWrap .modal__body .box-bg .cap-item, .layerPop .modal__body .box-bg .cap-item {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666;
  text-align: left;
  font-weight: 400;
}
.popWrap .modal__body .box-bg .go-self-test, .modalWrap .modal__body .box-bg .go-self-test, .layerPop .modal__body .box-bg .go-self-test {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 500;
  color: #999;
}
.popWrap .modal__body .box-bg > .btn-wrap, .modalWrap .modal__body .box-bg > .btn-wrap, .layerPop .modal__body .box-bg > .btn-wrap {
  width: 100%;
  justify-content: flex-start;
  margin-top: 1.6rem;
}
.popWrap .modal__body .box-list, .modalWrap .modal__body .box-list, .layerPop .modal__body .box-list {
  width: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}
.popWrap .modal__body .box-list > dt, .modalWrap .modal__body .box-list > dt, .layerPop .modal__body .box-list > dt {
  min-width: 8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.028rem;
  text-align: left;
  color: #999;
}
.popWrap .modal__body .box-list > dd, .modalWrap .modal__body .box-list > dd, .layerPop .modal__body .box-list > dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.028rem;
  text-align: left;
  color: #333;
}
.popWrap .modal__body .box-list + dl, .modalWrap .modal__body .box-list + dl, .layerPop .modal__body .box-list + dl {
  margin-top: 1rem;
}
.popWrap .modal__body .item-selec, .modalWrap .modal__body .item-selec, .layerPop .modal__body .item-selec {
  width: 100%;
}
.popWrap .modal__body .item-selec__top > h4, .modalWrap .modal__body .item-selec__top > h4, .layerPop .modal__body .item-selec__top > h4 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  position: relative;
  width: fit-content;
  color: #333333;
}
.popWrap .modal__body .item-selec__top > h4.ess, .modalWrap .modal__body .item-selec__top > h4.ess, .layerPop .modal__body .item-selec__top > h4.ess {
  padding-right: 1.3rem;
}
.popWrap .modal__body .item-selec__top > h4.ess::after, .modalWrap .modal__body .item-selec__top > h4.ess::after, .layerPop .modal__body .item-selec__top > h4.ess::after {
  content: "*";
  font-size: 1.8rem;
  font-weight: 600;
  color: #EA4F4F;
  position: absolute;
  top: 0;
  right: 0;
}
.popWrap .modal__body .item-selec__top > span, .modalWrap .modal__body .item-selec__top > span, .layerPop .modal__body .item-selec__top > span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #666;
}
.popWrap .modal__body .item-selec__box, .modalWrap .modal__body .item-selec__box, .layerPop .modal__body .item-selec__box {
  width: 100%;
  margin-top: 1.2rem;
}
.popWrap .modal__body .item-selec__box > .list, .modalWrap .modal__body .item-selec__box > .list, .layerPop .modal__body .item-selec__box > .list {
  width: calc(100% + 1rem);
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -1rem -1rem;
}
.popWrap .modal__body .item-selec__box > .list > .item, .modalWrap .modal__body .item-selec__box > .list > .item, .layerPop .modal__body .item-selec__box > .list > .item {
  width: calc(33.33% - 1rem);
  margin: 0 0 1.2rem 1rem;
}
.popWrap .modal__body .item-selec__box > .list > .item > button, .modalWrap .modal__body .item-selec__box > .list > .item > button, .layerPop .modal__body .item-selec__box > .list > .item > button {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  padding: 1.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #999;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 720px) {
  .popWrap .modal__body .item-selec__box > .list > .item > button, .modalWrap .modal__body .item-selec__box > .list > .item > button, .layerPop .modal__body .item-selec__box > .list > .item > button {
    padding: 1rem 0;
  }
}
.popWrap .modal__body .item-selec__box > .list > .item.active > button, .modalWrap .modal__body .item-selec__box > .list > .item.active > button, .layerPop .modal__body .item-selec__box > .list > .item.active > button {
  background-color: #13BE29;
  border-color: #13BE29;
  color: #fff;
}
.popWrap .modal__body .item-selec + .item-selec, .modalWrap .modal__body .item-selec + .item-selec, .layerPop .modal__body .item-selec + .item-selec {
  margin-top: 2.4rem;
}
.popWrap .modal__body .attainment, .modalWrap .modal__body .attainment, .layerPop .modal__body .attainment {
  width: 100%;
}
.popWrap .modal__body .attainment > h5, .modalWrap .modal__body .attainment > h5, .layerPop .modal__body .attainment > h5 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
  color: #333;
  text-align: left;
  margin-bottom: 1.2rem;
}
.popWrap .modal__body .attainment .list, .modalWrap .modal__body .attainment .list, .layerPop .modal__body .attainment .list {
  width: 100%;
  display: flex;
  align-items: center;
}
.popWrap .modal__body .attainment .list .item, .modalWrap .modal__body .attainment .list .item, .layerPop .modal__body .attainment .list .item {
  width: 25%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 600;
  padding: 1.1rem 0;
}
.popWrap .modal__body .attainment .list .item:nth-of-type(1), .modalWrap .modal__body .attainment .list .item:nth-of-type(1), .layerPop .modal__body .attainment .list .item:nth-of-type(1) {
  border: 1px solid #eee;
  border-radius: 0.8rem 0 0 0.8rem;
  background-color: #fff;
  color: #666;
  padding: 1rem 0;
}
.popWrap .modal__body .attainment .list .item:nth-of-type(2), .modalWrap .modal__body .attainment .list .item:nth-of-type(2), .layerPop .modal__body .attainment .list .item:nth-of-type(2) {
  color: #fff;
}
.popWrap .modal__body .attainment .list .item:nth-of-type(3), .modalWrap .modal__body .attainment .list .item:nth-of-type(3), .layerPop .modal__body .attainment .list .item:nth-of-type(3) {
  color: #fff;
}
.popWrap .modal__body .attainment .list .item:nth-of-type(4), .modalWrap .modal__body .attainment .list .item:nth-of-type(4), .layerPop .modal__body .attainment .list .item:nth-of-type(4) {
  color: #fff;
  border-radius: 0 0.8rem 0.8rem 0;
}
.popWrap .modal__body .attainment .list.time .item:nth-of-type(2), .modalWrap .modal__body .attainment .list.time .item:nth-of-type(2), .layerPop .modal__body .attainment .list.time .item:nth-of-type(2) {
  background-color: #AAC3FD;
}
.popWrap .modal__body .attainment .list.time .item:nth-of-type(3), .modalWrap .modal__body .attainment .list.time .item:nth-of-type(3), .layerPop .modal__body .attainment .list.time .item:nth-of-type(3) {
  background-color: #5A7CE7;
}
.popWrap .modal__body .attainment .list.time .item:nth-of-type(4), .modalWrap .modal__body .attainment .list.time .item:nth-of-type(4), .layerPop .modal__body .attainment .list.time .item:nth-of-type(4) {
  background-color: #405CC1;
}
.popWrap .modal__body .attainment .list.num .item:nth-of-type(2), .modalWrap .modal__body .attainment .list.num .item:nth-of-type(2), .layerPop .modal__body .attainment .list.num .item:nth-of-type(2) {
  background-color: #FFB6CB;
}
.popWrap .modal__body .attainment .list.num .item:nth-of-type(3), .modalWrap .modal__body .attainment .list.num .item:nth-of-type(3), .layerPop .modal__body .attainment .list.num .item:nth-of-type(3) {
  background-color: #F96891;
}
.popWrap .modal__body .attainment .list.num .item:nth-of-type(4), .modalWrap .modal__body .attainment .list.num .item:nth-of-type(4), .layerPop .modal__body .attainment .list.num .item:nth-of-type(4) {
  background-color: #D92E5F;
}
.popWrap .modal__body .attainment + .attainment, .modalWrap .modal__body .attainment + .attainment, .layerPop .modal__body .attainment + .attainment {
  margin-top: 3rem;
}
.popWrap .modal__body .exam-solve, .modalWrap .modal__body .exam-solve, .layerPop .modal__body .exam-solve {
  width: 100%;
}
.popWrap .modal__body .exam-solve > em, .modalWrap .modal__body .exam-solve > em, .layerPop .modal__body .exam-solve > em {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin-bottom: 1.2rem;
}
.popWrap .modal__body .exam-solve > h5, .modalWrap .modal__body .exam-solve > h5, .layerPop .modal__body .exam-solve > h5 {
  width: 100%;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  color: #333;
  font-weight: 600;
  text-align: center;
}
.popWrap .modal__body .exam-solve > p, .modalWrap .modal__body .exam-solve > p, .layerPop .modal__body .exam-solve > p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #333;
}
.popWrap .modal__body .exam-solve .progress-box, .modalWrap .modal__body .exam-solve .progress-box, .layerPop .modal__body .exam-solve .progress-box {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 1.6rem;
  padding: 2.4rem;
  margin: 3rem 0;
}
.popWrap .modal__body .exam-solve .progress-box__top, .modalWrap .modal__body .exam-solve .progress-box__top, .layerPop .modal__body .exam-solve .progress-box__top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popWrap .modal__body .exam-solve .progress-box__top > strong, .modalWrap .modal__body .exam-solve .progress-box__top > strong, .layerPop .modal__body .exam-solve .progress-box__top > strong {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #333;
  font-weight: 600;
}
.popWrap .modal__body .exam-solve .progress-box__top .exam-num, .modalWrap .modal__body .exam-solve .progress-box__top .exam-num, .layerPop .modal__body .exam-solve .progress-box__top .exam-num {
  width: fit-content;
  border-radius: 5rem;
  padding: 0.8rem 1.2rem;
  background-color: #F6F7FA;
  text-align: center;
  margin-left: 0.8rem;
  line-height: normal;
}
.popWrap .modal__body .exam-solve .progress-box__top .exam-num > span, .modalWrap .modal__body .exam-solve .progress-box__top .exam-num > span, .layerPop .modal__body .exam-solve .progress-box__top .exam-num > span {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
  color: #333;
}
.popWrap .modal__body .exam-solve .progress-box__top .exam-num > em, .modalWrap .modal__body .exam-solve .progress-box__top .exam-num > em, .layerPop .modal__body .exam-solve .progress-box__top .exam-num > em {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
  color: #666;
}
.popWrap .modal__body .exam-solve .progress-box__mid, .modalWrap .modal__body .exam-solve .progress-box__mid, .layerPop .modal__body .exam-solve .progress-box__mid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.popWrap .modal__body .exam-solve .progress-box__mid progress, .modalWrap .modal__body .exam-solve .progress-box__mid progress, .layerPop .modal__body .exam-solve .progress-box__mid progress {
  display: block;
  width: 100%;
  height: 1.2rem;
  margin: 0 2rem;
  border: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: width 0.5s;
}
.popWrap .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-bar, .modalWrap .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-bar, .layerPop .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-bar {
  background: #EDEFF7;
}
.popWrap .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-value, .modalWrap .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-value, .layerPop .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-value {
  background: #4E60FF;
  border-radius: 0.5rem;
  transition: width 0.5s;
}
.popWrap .modal__body .exam-solve .progress-box__mid > em, .modalWrap .modal__body .exam-solve .progress-box__mid > em, .layerPop .modal__body .exam-solve .progress-box__mid > em {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #4E60FF;
  font-weight: 700;
}
.popWrap .modal__body .exam-solve .progress-box__bot, .modalWrap .modal__body .exam-solve .progress-box__bot, .layerPop .modal__body .exam-solve .progress-box__bot {
  margin-top: 2rem;
}
.popWrap .modal__body .exam-solve .progress-box__bot p, .modalWrap .modal__body .exam-solve .progress-box__bot p, .layerPop .modal__body .exam-solve .progress-box__bot p {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 400;
  color: #666;
}
.popWrap .modal__body .exam-solve .progress-box__bot p > strong, .modalWrap .modal__body .exam-solve .progress-box__bot p > strong, .layerPop .modal__body .exam-solve .progress-box__bot p > strong {
  color: #13BE29;
  font-weight: 600;
}
@media (max-width: 720px) {
  .popWrap .modal__body, .modalWrap .modal__body, .layerPop .modal__body {
    padding-bottom: 2rem;
  }
}
.popWrap .modal__body .table-cont, .modalWrap .modal__body .table-cont, .layerPop .modal__body .table-cont {
  margin-top: 3rem;
}
.popWrap .modal__body .table-cont .table table, .modalWrap .modal__body .table-cont .table table, .layerPop .modal__body .table-cont .table table {
  min-width: auto;
}
.popWrap .modal__body .table-cont .table table thead tr th:first-child, .modalWrap .modal__body .table-cont .table table thead tr th:first-child, .layerPop .modal__body .table-cont .table table thead tr th:first-child {
  width: 10rem;
}
.popWrap .modal__body .table-cont .table table tbody tr:last-child, .modalWrap .modal__body .table-cont .table table tbody tr:last-child, .layerPop .modal__body .table-cont .table table tbody tr:last-child {
  border: none;
}
@media (max-width: 720px) {
  .popWrap .modal__body .table-cont .table, .modalWrap .modal__body .table-cont .table, .layerPop .modal__body .table-cont .table {
    padding: 0;
  }
}
.popWrap .modal__body .select-wrap, .modalWrap .modal__body .select-wrap, .layerPop .modal__body .select-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.popWrap .modal__body .select-wrap + .input-wrap, .modalWrap .modal__body .select-wrap + .input-wrap, .layerPop .modal__body .select-wrap + .input-wrap {
  margin-top: 1rem;
}
.popWrap .modal__body .select-wrap p, .modalWrap .modal__body .select-wrap p, .layerPop .modal__body .select-wrap p {
  margin-right: 1.3rem;
}
.popWrap .modal__body .board-list, .modalWrap .modal__body .board-list, .layerPop .modal__body .board-list {
  margin-top: 3rem;
  border-top: 1px solid #EEE;
}
.popWrap .modal__body .board-list > ul > li, .modalWrap .modal__body .board-list > ul > li, .layerPop .modal__body .board-list > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 0;
  gap: 0.8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  border-bottom: 1px solid #EEE;
  background: #fff;
}
@media (max-width: 720px) {
  .popWrap .modal__body .board-list > ul > li, .modalWrap .modal__body .board-list > ul > li, .layerPop .modal__body .board-list > ul > li {
    padding: 1.3rem 1.4rem;
  }
  .popWrap .modal__body .board-list > ul > li > span:first-child, .modalWrap .modal__body .board-list > ul > li > span:first-child, .layerPop .modal__body .board-list > ul > li > span:first-child {
    text-align: left;
  }
}
.popWrap .modal__body .board-list > ul > li.active td, .modalWrap .modal__body .board-list > ul > li.active td, .layerPop .modal__body .board-list > ul > li.active td {
  color: #4E60FF;
  background-color: #F6F7FA;
}
.popWrap .modal__body .board-list > ul > li span, .modalWrap .modal__body .board-list > ul > li span, .layerPop .modal__body .board-list > ul > li span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #666;
}
.popWrap .modal__body .board-list > ul > li > span, .modalWrap .modal__body .board-list > ul > li > span, .layerPop .modal__body .board-list > ul > li > span {
  color: #999;
  min-width: 10%;
}
@media (max-width: 550px) {
  .popWrap .modal__body .board-list > ul > li > span, .modalWrap .modal__body .board-list > ul > li > span, .layerPop .modal__body .board-list > ul > li > span {
    width: 14%;
  }
}
@media (max-width: 440px) {
  .popWrap .modal__body .board-list > ul > li > span, .modalWrap .modal__body .board-list > ul > li > span, .layerPop .modal__body .board-list > ul > li > span {
    width: 16%;
  }
}
.popWrap .modal__body .board-list > ul > li .list-search, .modalWrap .modal__body .board-list > ul > li .list-search, .layerPop .modal__body .board-list > ul > li .list-search {
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 720px) {
  .popWrap .modal__body .board-list > ul > li .list-search, .modalWrap .modal__body .board-list > ul > li .list-search, .layerPop .modal__body .board-list > ul > li .list-search {
    flex: 1;
    justify-content: center;
  }
}
.popWrap .modal__body .board-list > ul > li .list-search span, .modalWrap .modal__body .board-list > ul > li .list-search span, .layerPop .modal__body .board-list > ul > li .list-search span {
  width: 50%;
}
.popWrap .modal__body .board-list > ul > li .list-choice, .modalWrap .modal__body .board-list > ul > li .list-choice, .layerPop .modal__body .board-list > ul > li .list-choice {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.popWrap .modal__body .board-list > ul > li .list-choice .drag, .modalWrap .modal__body .board-list > ul > li .list-choice .drag, .layerPop .modal__body .board-list > ul > li .list-choice .drag {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
}
.popWrap .modal__body .board-list > ul > li .list-choice .drag > img, .modalWrap .modal__body .board-list > ul > li .list-choice .drag > img, .layerPop .modal__body .board-list > ul > li .list-choice .drag > img {
  width: 100%;
}
.popWrap .modal__body .board-list > ul > li .list-choice button, .modalWrap .modal__body .board-list > ul > li .list-choice button, .layerPop .modal__body .board-list > ul > li .list-choice button {
  width: 1.8rem;
  height: 1.8rem;
}
.popWrap .modal__body .board-list > ul > li .list-choice button.delete, .modalWrap .modal__body .board-list > ul > li .list-choice button.delete, .layerPop .modal__body .board-list > ul > li .list-choice button.delete {
  width: 6rem;
  height: 3.8rem;
  border-radius: 0.8rem;
  background: #F6F7FA;
  text-indent: initial;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  color: #999;
  z-index: 50;
}
@media (max-width: 720px) {
  .popWrap .modal__body .board-list > ul > li .list-choice button.delete, .modalWrap .modal__body .board-list > ul > li .list-choice button.delete, .layerPop .modal__body .board-list > ul > li .list-choice button.delete {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_list_close.svg") 0 0 no-repeat;
    text-indent: -9999px;
  }
}
.popWrap .modal__body .board-list.subject-list .list-search, .modalWrap .modal__body .board-list.subject-list .list-search, .layerPop .modal__body .board-list.subject-list .list-search {
  flex: 1;
  gap: 0.8rem;
}
.popWrap .modal__body .board-list.subject-list .list-search span, .modalWrap .modal__body .board-list.subject-list .list-search span, .layerPop .modal__body .board-list.subject-list .list-search span {
  width: 40%;
  text-align: left;
  color: #666;
}
.popWrap .modal__body .board-list.subject-list .list-search span.name, .modalWrap .modal__body .board-list.subject-list .list-search span.name, .layerPop .modal__body .board-list.subject-list .list-search span.name {
  width: 3.7rem;
}
@media (max-width: 720px) {
  .popWrap .modal__body .board-list.subject-list .list-search span, .modalWrap .modal__body .board-list.subject-list .list-search span, .layerPop .modal__body .board-list.subject-list .list-search span {
    flex: 1 0 auto;
  }
}
.popWrap .modal__body .board-list .disabled-button, .modalWrap .modal__body .board-list .disabled-button, .layerPop .modal__body .board-list .disabled-button {
  cursor: not-allowed;
  opacity: 0.5;
}
.popWrap .modal__body .input-box .title, .modalWrap .modal__body .input-box .title, .layerPop .modal__body .input-box .title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  min-width: 6rem;
}
.popWrap .modal__body .input-box.search .input-wrap .input-field, .modalWrap .modal__body .input-box.search .input-wrap .input-field, .layerPop .modal__body .input-box.search .input-wrap .input-field {
  width: calc(100% - 10rem);
}
.popWrap .modal__body .input-box.search .input-wrap .input-field::placeholder, .modalWrap .modal__body .input-box.search .input-wrap .input-field::placeholder, .layerPop .modal__body .input-box.search .input-wrap .input-field::placeholder {
  color: #999;
  font-weight: 400;
}
.popWrap .modal__body .input-box.search + .input-box-cont, .modalWrap .modal__body .input-box.search + .input-box-cont, .layerPop .modal__body .input-box.search + .input-box-cont {
  margin-top: 3rem;
}
.popWrap .modal__body .input-box.area .select-wrap, .modalWrap .modal__body .input-box.area .select-wrap, .layerPop .modal__body .input-box.area .select-wrap {
  width: 25.5rem;
}
@media (max-width: 720px) {
  .popWrap .modal__body .input-box.area .select-wrap, .modalWrap .modal__body .input-box.area .select-wrap, .layerPop .modal__body .input-box.area .select-wrap {
    width: 100%;
  }
}
.popWrap .modal__body .input-box + .input-box, .modalWrap .modal__body .input-box + .input-box, .layerPop .modal__body .input-box + .input-box {
  margin-top: 1rem;
}
.popWrap .modal__body .change-profile .tab-mini, .modalWrap .modal__body .change-profile .tab-mini, .layerPop .modal__body .change-profile .tab-mini {
  padding: 0;
  font-weight: 400;
}
.popWrap .modal__body .change-profile .tab-mini .tab-wrap, .modalWrap .modal__body .change-profile .tab-mini .tab-wrap, .layerPop .modal__body .change-profile .tab-mini .tab-wrap {
  justify-content: center;
}
.popWrap .modal__body .change-profile .img-wrap, .modalWrap .modal__body .change-profile .img-wrap, .layerPop .modal__body .change-profile .img-wrap {
  position: relative;
  width: 9rem;
  height: 9rem;
  margin: 4rem auto 3.2rem;
  border-radius: 50%;
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/img/img_default.png") 0 0 no-repeat;
  background-size: 9rem auto;
  overflow: hidden;
}
.popWrap .modal__body .change-profile .img-wrap img, .modalWrap .modal__body .change-profile .img-wrap img, .layerPop .modal__body .change-profile .img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popWrap .modal__body .change-profile .notice-list li, .modalWrap .modal__body .change-profile .notice-list li, .layerPop .modal__body .change-profile .notice-list li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #333;
  font-weight: 300;
}
.popWrap .modal__body .change-profile .notice-list + .info-text, .modalWrap .modal__body .change-profile .notice-list + .info-text, .layerPop .modal__body .change-profile .notice-list + .info-text {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
}
.popWrap .modal__body .change-profile p.info-text, .modalWrap .modal__body .change-profile p.info-text, .layerPop .modal__body .change-profile p.info-text {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666;
  font-weight: 400;
  text-align: left;
}
.popWrap .modal__body .change-profile .input-file, .modalWrap .modal__body .change-profile .input-file, .layerPop .modal__body .change-profile .input-file {
  display: none;
}
.popWrap .modal--close, .modalWrap .modal--close, .layerPop .modal--close {
  position: absolute;
  top: 4rem;
  right: 4rem;
}
.popWrap .modal--close::after, .modalWrap .modal--close::after, .layerPop .modal--close::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_pop_close.svg") 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.popWrap .modal__footer, .modalWrap .modal__footer, .layerPop .modal__footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.popWrap .modal__footer > button, .modalWrap .modal__footer > button, .layerPop .modal__footer > button {
  min-width: 16rem;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: -0.032rem;
  border-radius: 5rem;
}
.popWrap .modal__footer > button.btn-confirm, .modalWrap .modal__footer > button.btn-confirm, .layerPop .modal__footer > button.btn-confirm {
  background-color: #13BE29;
  color: #fff;
}
.popWrap .modal__footer > button.btn-cancel, .modalWrap .modal__footer > button.btn-cancel, .layerPop .modal__footer > button.btn-cancel {
  border: 1px solid #13BE29;
  color: #13BE29;
}
.popWrap .modal__footer > button.btn-attach, .modalWrap .modal__footer > button.btn-attach, .layerPop .modal__footer > button.btn-attach {
  position: relative;
  border: 1px solid #13BE29;
  color: #13BE29;
}
.popWrap .modal__footer > button.btn-attach label, .modalWrap .modal__footer > button.btn-attach label, .layerPop .modal__footer > button.btn-attach label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 5rem;
}
.popWrap .modal__footer > button + button, .modalWrap .modal__footer > button + button, .layerPop .modal__footer > button + button {
  margin-left: 1.6rem;
}
@media (max-width: 720px) {
  .popWrap .modal, .modalWrap .modal, .layerPop .modal {
    width: 90%;
    min-width: 90%;
  }
  .popWrap .modal--close, .modalWrap .modal--close, .layerPop .modal--close {
    top: 4rem;
    right: 2rem;
  }
  .popWrap .modal__inner, .modalWrap .modal__inner, .layerPop .modal__inner {
    padding: 4rem 2rem;
  }
  .popWrap .modal__footer > button, .modalWrap .modal__footer > button, .layerPop .modal__footer > button {
    min-width: 13rem;
    padding: 2rem 1.5rem;
  }
}
.popWrap.modal-full .modal, .modalWrap.modal-full .modal, .layerPop.modal-full .modal {
  width: 60rem;
}
@media (max-width: 720px) {
  .popWrap.modal-full .modal, .modalWrap.modal-full .modal, .layerPop.modal-full .modal {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
  }
  .popWrap.modal-full .modal--close, .modalWrap.modal-full .modal--close, .layerPop.modal-full .modal--close {
    right: 2rem;
  }
  .popWrap.modal-full .modal__inner, .modalWrap.modal-full .modal__inner, .layerPop.modal-full .modal__inner {
    padding: 2rem;
  }
  .popWrap.modal-full .modal__header, .modalWrap.modal-full .modal__header, .layerPop.modal-full .modal__header {
    padding: 2rem 0 4rem 0;
  }
  .popWrap.modal-full .modal__body, .modalWrap.modal-full .modal__body, .layerPop.modal-full .modal__body {
    margin-top: 0;
    max-height: calc(100vh - 17rem);
  }
  .popWrap.modal-full .modal__body .select-wrap, .modalWrap.modal-full .modal__body .select-wrap, .layerPop.modal-full .modal__body .select-wrap {
    flex-direction: column;
  }
  .popWrap.modal-full .modal__body .select-wrap select, .modalWrap.modal-full .modal__body .select-wrap select, .layerPop.modal-full .modal__body .select-wrap select {
    width: 100%;
  }
  .popWrap.modal-full .modal__footer, .modalWrap.modal-full .modal__footer, .layerPop.modal-full .modal__footer {
    width: 100%;
    position: fixed;
    padding: 0;
    bottom: 0;
    left: 0;
  }
  .popWrap.modal-full .modal__footer > button, .modalWrap.modal-full .modal__footer > button, .layerPop.modal-full .modal__footer > button {
    width: 100%;
    border-radius: 0;
  }
  .popWrap.modal-full .modal__footer > button + button, .modalWrap.modal-full .modal__footer > button + button, .layerPop.modal-full .modal__footer > button + button {
    margin-left: 0;
  }
  .popWrap.modal-full .modal__footer > button.btn-confirm, .modalWrap.modal-full .modal__footer > button.btn-confirm, .layerPop.modal-full .modal__footer > button.btn-confirm {
    padding: 2rem 0;
  }
  .popWrap.modal-full .modal__footer > button.btn-cancel, .modalWrap.modal-full .modal__footer > button.btn-cancel, .layerPop.modal-full .modal__footer > button.btn-cancel {
    padding: 1.9rem 0;
  }
}
.popWrap.tab-title .modal, .modalWrap.tab-title .modal, .layerPop.tab-title .modal {
  width: 60rem;
}
.popWrap.tab-title .modal__body, .modalWrap.tab-title .modal__body, .layerPop.tab-title .modal__body {
  margin-top: 0;
}
.popWrap.tab-title .modal__body .tab-mini .tab-wrap li .active, .modalWrap.tab-title .modal__body .tab-mini .tab-wrap li .active, .layerPop.tab-title .modal__body .tab-mini .tab-wrap li .active {
  color: #333333;
}
.popWrap.tab-title .modal__body .tab__panels, .modalWrap.tab-title .modal__body .tab__panels, .layerPop.tab-title .modal__body .tab__panels {
  margin-top: 4rem;
  border: 0;
}
.popWrap.tab-title .modal__body .tab__panels .tab__panels__box, .modalWrap.tab-title .modal__body .tab__panels .tab__panels__box, .layerPop.tab-title .modal__body .tab__panels .tab__panels__box {
  padding: 0;
}
@media (max-width: 720px) {
  .popWrap.tab-title .modal, .modalWrap.tab-title .modal, .layerPop.tab-title .modal {
    width: 90%;
    min-width: 90%;
  }
  .popWrap.tab-title .modal--close, .modalWrap.tab-title .modal--close, .layerPop.tab-title .modal--close {
    top: 4rem;
    right: 2rem;
  }
  .popWrap.tab-title .modal__inner, .modalWrap.tab-title .modal__inner, .layerPop.tab-title .modal__inner {
    padding: 4rem 2rem;
  }
  .popWrap.tab-title .modal__footer > button, .modalWrap.tab-title .modal__footer > button, .layerPop.tab-title .modal__footer > button {
    min-width: 13rem;
    padding: 2rem 1.5rem;
  }
}
.popWrap.pop-mapview .modal, .modalWrap.pop-mapview .modal, .layerPop.pop-mapview .modal {
  width: 90%;
  max-width: 90%;
}
.popWrap.pop-mapview .modal__body .img-wrap img, .modalWrap.pop-mapview .modal__body .img-wrap img, .layerPop.pop-mapview .modal__body .img-wrap img {
  width: auto;
  max-width: none;
}
@media (max-width: 720px) {
  .popWrap.pop-mapview .modal, .modalWrap.pop-mapview .modal, .layerPop.pop-mapview .modal {
    width: 90%;
    min-width: 90%;
  }
  .popWrap.pop-mapview .modal--close, .modalWrap.pop-mapview .modal--close, .layerPop.pop-mapview .modal--close {
    top: 4rem;
    right: 2rem;
  }
  .popWrap.pop-mapview .modal__inner, .modalWrap.pop-mapview .modal__inner, .layerPop.pop-mapview .modal__inner {
    padding: 4rem 2rem;
  }
  .popWrap.pop-mapview .modal__footer > button, .modalWrap.pop-mapview .modal__footer > button, .layerPop.pop-mapview .modal__footer > button {
    min-width: 13rem;
    padding: 2rem 1.5rem;
  }
}
.popWrap .layer-pop, .modalWrap .layer-pop, .layerPop .layer-pop {
  width: 50rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.popWrap .layer-pop__cont, .modalWrap .layer-pop__cont, .layerPop .layer-pop__cont {
  width: 100%;
}
.popWrap .layer-pop__cont > img, .modalWrap .layer-pop__cont > img, .layerPop .layer-pop__cont > img {
  width: 100%;
}
.popWrap .layer-pop__btn, .modalWrap .layer-pop__btn, .layerPop .layer-pop__btn {
  width: 100%;
  display: flex;
  align-items: center;
}
.popWrap .layer-pop__btn > .close, .popWrap .layer-pop__btn > .close-day, .modalWrap .layer-pop__btn > .close, .modalWrap .layer-pop__btn > .close-day, .layerPop .layer-pop__btn > .close, .layerPop .layer-pop__btn > .close-day {
  width: 50%;
  height: 5rem;
  background-color: #333;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  color: #fff;
}
.popWrap .layer-pop__btn > .close-day, .modalWrap .layer-pop__btn > .close-day, .layerPop .layer-pop__btn > .close-day {
  border-right: 1px solid;
}
@media (max-width: 720px) {
  .popWrap .layer-pop, .modalWrap .layer-pop, .layerPop .layer-pop {
    width: 90%;
  }
}
.profile-wrap .popWrap .modal__body .input-wrap,
.profile-wrap .modalWrap .modal__body .input-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 6.4rem;
}
.profile-wrap .popWrap .modal__body .input-wrap input,
.profile-wrap .modalWrap .modal__body .input-wrap input {
  flex: 1;
}
.profile-wrap .popWrap .modal__body .input-box .title + .input-wrap,
.profile-wrap .modalWrap .modal__body .input-box .title + .input-wrap {
  width: calc(100% - 6rem);
  border: 0;
}
.profile-wrap .popWrap .modal__body .input-wrap .char-count,
.profile-wrap .modalWrap .modal__body .input-wrap .char-count {
  display: none;
}
.profile-wrap .popWrap .modal__body .select-box,
.profile-wrap .popWrap .modal__body .input-box,
.profile-wrap .modalWrap .modal__body .select-box,
.profile-wrap .modalWrap .modal__body .input-box {
  display: flex;
  align-items: center;
}
.profile-wrap .popWrap .modal__body .select-box .title,
.profile-wrap .popWrap .modal__body .input-box .title,
.profile-wrap .modalWrap .modal__body .select-box .title,
.profile-wrap .modalWrap .modal__body .input-box .title {
  width: 6.145rem;
  margin-bottom: 0;
}

.voca-wrap .popWrap .modal .box-list,
.voca-wrap .modalWrap .modal .box-list {
  gap: 1.6rem;
}
.voca-wrap .popWrap .modal .box-list > dt,
.voca-wrap .modalWrap .modal .box-list > dt {
  min-width: initial;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
  color: #333;
}
.voca-wrap .popWrap .modal .box-list > dd,
.voca-wrap .modalWrap .modal .box-list > dd {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #666;
}
.voca-wrap .popWrap .modal .box-list > dd::before,
.voca-wrap .modalWrap .modal .box-list > dd::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -0.8rem;
  width: 0.1rem;
  height: 1.2rem;
  background: #ccc;
  transform: translateY(-50%);
}
.voca-wrap .popWrap .modal .board-list,
.voca-wrap .modalWrap .modal .board-list {
  margin: 4rem 0 3rem 0;
  border: none;
}
.voca-wrap .popWrap .modal .board-list ul > li,
.voca-wrap .modalWrap .modal .board-list ul > li {
  padding: 0;
  gap: 1rem;
  margin-bottom: 1rem;
  border-bottom: none;
}
.voca-wrap .popWrap .modal .board-list ul > li:last-child,
.voca-wrap .modalWrap .modal .board-list ul > li:last-child {
  margin-bottom: 0;
}
.voca-wrap .popWrap .modal .board-list ul > li .input-field,
.voca-wrap .modalWrap .modal .board-list ul > li .input-field {
  pointer-events: none;
}
.voca-wrap .popWrap .modal .board-list ul > li img,
.voca-wrap .modalWrap .modal .board-list ul > li img {
  width: 1.8rem;
}
.voca-wrap .popWrap .modal .board-list ul > li button.delete,
.voca-wrap .modalWrap .modal .board-list ul > li button.delete {
  width: 9rem;
  height: 6.4rem;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  text-indent: initial;
  background: #fff none;
}
.voca-wrap .popWrap .modal .board-list .input-wrap .char-count,
.voca-wrap .modalWrap .modal .board-list .input-wrap .char-count {
  display: none;
}
.voca-wrap .popWrap .modal .input-box .title,
.voca-wrap .modalWrap .modal .input-box .title {
  display: none;
}
.voca-wrap .popWrap .modal .input-box .input-wrap,
.voca-wrap .modalWrap .modal .input-box .input-wrap {
  height: 6.4rem;
}
.voca-wrap .popWrap .modal .input-box .input-wrap .char-count,
.voca-wrap .modalWrap .modal .input-box .input-wrap .char-count {
  font-weight: 400;
}
.voca-wrap .popWrap .modal .input-box .input-wrap input,
.voca-wrap .modalWrap .modal .input-box .input-wrap input {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #333;
  background-color: #fff;
}
.voca-wrap .popWrap .modal .input-box .input-wrap input::placeholder,
.voca-wrap .modalWrap .modal .input-box .input-wrap input::placeholder {
  font-weight: 400;
  color: #999;
}
.voca-wrap .popWrap .modal .add-list,
.voca-wrap .modalWrap .modal .add-list {
  display: flex;
  gap: 1rem;
}
.voca-wrap .popWrap .modal ul.word-box,
.voca-wrap .modalWrap .modal ul.word-box {
  border-top: 1px solid #EEE;
}
.voca-wrap .popWrap .modal ul.word-box li,
.voca-wrap .modalWrap .modal ul.word-box li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #666;
  border-bottom: 1px solid #EEE;
}
.voca-wrap .popWrap .modal ul.word-box li.active,
.voca-wrap .modalWrap .modal ul.word-box li.active {
  background-color: #F6F7FA;
  color: #13BE29;
}
.voca-wrap .popWrap .modal ul.word-box li a,
.voca-wrap .modalWrap .modal ul.word-box li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.6rem;
}
.voca-wrap .popWrap .modal .evaluation h4,
.voca-wrap .popWrap .modal .evaluation span.num,
.voca-wrap .modalWrap .modal .evaluation h4,
.voca-wrap .modalWrap .modal .evaluation span.num {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
}
.voca-wrap .popWrap .modal .evaluation__exam > .list,
.voca-wrap .modalWrap .modal .evaluation__exam > .list {
  margin-top: 1.2rem;
}
.voca-wrap .popWrap .modal .evaluation__exam > .list > .item,
.voca-wrap .modalWrap .modal .evaluation__exam > .list > .item {
  margin-bottom: 1.2rem;
}
.voca-wrap .popWrap .modal .evaluation__exam > .list > .item > button,
.voca-wrap .modalWrap .modal .evaluation__exam > .list > .item > button {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  padding: 1.6rem 2.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
  color: #999;
}
.voca-wrap .popWrap .modal .evaluation__exam > .list > .item.active > button,
.voca-wrap .modalWrap .modal .evaluation__exam > .list > .item.active > button {
  background-color: #13BE29;
  border-color: #13BE29;
  font-weight: 600;
  color: #fff;
}
.voca-wrap .popWrap .modal .evaluation__exam:last-child,
.voca-wrap .modalWrap .modal .evaluation__exam:last-child {
  margin-bottom: 0;
}
.voca-wrap .popWrap .modal .evaluation .count-wrap,
.voca-wrap .modalWrap .modal .evaluation .count-wrap {
  margin-top: 1.2rem;
}
.voca-wrap .popWrap .modal .evaluation .count-wrap .input-basic,
.voca-wrap .modalWrap .modal .evaluation .count-wrap .input-basic {
  flex: 1;
}
.voca-wrap .popWrap .modal .evaluation .count-wrap .count-tit,
.voca-wrap .modalWrap .modal .evaluation .count-wrap .count-tit {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
  color: #333;
}
.voca-wrap .popWrap .modal .evaluation .count-wrap .count-tit > em,
.voca-wrap .modalWrap .modal .evaluation .count-wrap .count-tit > em {
  font-weight: 400;
  color: #666;
}
.voca-wrap .popWrap .modal .evaluation .count-wrap .conunt-btn > button,
.voca-wrap .modalWrap .modal .evaluation .count-wrap .conunt-btn > button {
  height: 6.4rem;
}
.voca-wrap .popWrap .modal .check-wrap .checkbox,
.voca-wrap .modalWrap .modal .check-wrap .checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.voca-wrap .popWrap .modal .check-wrap .checkbox:last-child,
.voca-wrap .modalWrap .modal .check-wrap .checkbox:last-child {
  margin-bottom: 0;
}
.voca-wrap .popWrap .modal .check-wrap .checkbox span,
.voca-wrap .modalWrap .modal .check-wrap .checkbox span {
  margin-left: 0.5rem;
  font-weight: 400;
  color: #999;
}
.voca-wrap .popWrap .modal .check-wrap .checkbox input[type=checkbox]:not(:checked) + label::before,
.voca-wrap .modalWrap .modal .check-wrap .checkbox input[type=checkbox]:not(:checked) + label::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_checkbox_empty.svg");
}
.voca-wrap .popWrap .modal .btn.add,
.voca-wrap .modalWrap .modal .btn.add {
  min-width: 9rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  background-color: #13BE29;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.paging {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging button {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100%;
  line-height: 2.8rem;
}
.paging__prev {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_paging_prev.svg") 0 0 no-repeat;
}
.paging__next {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_paging_next.svg") 0 0 no-repeat;
}
.paging__list {
  display: flex;
  align-items: center;
  margin: 0 1rem;
}
.paging__item button {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100%;
  font-size: 1.6rem;
  color: #999;
}
.paging__item button.active {
  background-color: #F6F7FA;
  color: #666;
}
.paging__item + li {
  margin-left: 1.2rem;
}

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

.table-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table-top > h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #222;
}
.table-top > h4 em {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #888;
  padding-left: 0.8rem;
}
.table-top .odd {
  display: flex;
  align-items: center;
}
.table-top .odd button {
  width: 2rem;
  height: 2rem;
  position: relative;
}
.table-top .odd button.refresh {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_refresh.svg") center center/100% 100% no-repeat;
}
.table-top .odd button.save {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_save.svg") center center/100% 100% no-repeat;
  margin-left: 1rem;
}
.table-top .odd button.fold {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_fold.svg") center center/100% 100% no-repeat;
  margin-left: 2rem;
}

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

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

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

.input-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  margin-top: 1rem;
}
.input-checkbox > input[type=checkbox] {
  display: none;
}
.input-checkbox > input[type=checkbox] + label {
  min-width: 9rem;
  display: inline-block;
  position: relative;
  padding: 1.2rem 2rem;
  font-size: 1.4rem;
  border-radius: 2.2rem;
  background-color: #F6F7FA;
  justify-content: center;
}
.input-checkbox > input[type=checkbox] + label::before {
  display: none !important;
}
.input-checkbox > input[type=checkbox]:checked + label {
  color: #fff;
  background-color: #13BE29;
}

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

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

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

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

.toggle-box {
  display: inline-block;
  margin: 10px;
}
.toggle-box .toggle {
  position: relative;
  display: inline-block;
  width: 7.6rem;
  height: 3.6rem;
  background-color: #7c7c7c;
  border-radius: 5rem;
  cursor: pointer;
}
.toggle-box .toggle input {
  display: none;
}
.toggle-box .toggle input:checked + .toggle-slider::before {
  left: 1.1rem;
  transform: translateX(30px);
}
.toggle-box .toggle .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}
.toggle-box .toggle .toggle-slider::before {
  position: absolute;
  content: "";
  height: 2.8rem;
  width: 2.8rem;
  left: 0.6rem;
  bottom: 0.4rem;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

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

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

.wrap {
  width: 100%;
  position: relative;
}
.wrap .container {
  width: 100%;
  height: 100%;
  display: block;
}
.wrap .btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap .go-top {
  display: none;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  z-index: 500;
}
.wrap .go-top > img {
  width: 100%;
}
@media (max-width: 720px) {
  .wrap .go-top {
    width: 5.2rem;
    height: 5.2rem;
  }
}
.wrap .table-cont {
  margin-top: 1rem;
}
.wrap input[type=checkbox] {
  z-index: 15;
}
.wrap input[type=checkbox] + label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #666;
  font-weight: 500;
}
.wrap input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  border-radius: 1.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0.2rem solid #EEEEEE;
  border-radius: 50%;
}
.wrap input[type=checkbox]:checked + label::before {
  border: 0;
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_checkbox_on.svg");
}
.wrap.lnb-login .header .header__box {
  max-width: 136.1rem;
}
.wrap.lnb-login .footer__link .list {
  max-width: 136.1rem;
}
.wrap.lnb-login .footer__inner {
  max-width: 136.1rem;
}
.wrap.lnb-login .container {
  display: flex;
}
.wrap.lnb-login .container .dashboard-wrap,
.wrap.lnb-login .container .profile-wrap,
.wrap.lnb-login .container .onestop,
.wrap.lnb-login .container .voca-wrap {
  width: calc(100% - 8.1rem);
}
.wrap.lnb-login .container .lnb-wrap {
  display: block;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .wrap.lnb-login .header {
    padding: 0;
  }
  .wrap.lnb-login .container {
    display: initial;
  }
  .wrap.lnb-login .container .dashboard-wrap,
  .wrap.lnb-login .container .profile-wrap,
  .wrap.lnb-login .container .onestop,
  .wrap.lnb-login .container .voca-wrap {
    width: 100%;
  }
  .wrap.lnb-login .footer {
    padding-bottom: 7rem;
  }
}

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

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

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

@media (max-width: 720px) {
  .mo-hidden {
    display: none;
  }
}
body.dark-mode {
  background: #111;
}
body.dark-mode .no-data > p {
  color: #888;
}
body.dark-mode .no-data > button {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}
body.dark-mode input[type=checkbox] + label::before {
  border-color: #666666;
}

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

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

.header-mo {
  display: none;
}

.toggle-box {
  display: inline-flex;
  margin-left: 1.8rem;
}
.toggle-box .toggle {
  background-color: #D9FADD;
}
.toggle-box .toggle.theme {
  position: relative;
  display: inline-block;
}
.toggle-box .toggle.theme .toggle-ico:before, .toggle-box .toggle.theme .toggle-ico:after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  background-size: 1.8rem 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
}
.toggle-box .toggle.theme .toggle-ico::after {
  left: 0.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 13.5C11.4853 13.5 13.5 11.4853 13.5 9C13.5 6.51472 11.4853 4.5 9 4.5C6.51472 4.5 4.5 6.51472 4.5 9C4.5 11.4853 6.51472 13.5 9 13.5Z' fill='%2313BE29'/%3E%3Cpath d='M9 0C9.31066 0 9.5625 0.25184 9.5625 0.5625V2.8125C9.5625 3.12316 9.31066 3.375 9 3.375C8.68934 3.375 8.4375 3.12316 8.4375 2.8125V0.5625C8.4375 0.25184 8.68934 0 9 0Z' fill='%2313BE29'/%3E%3Cpath d='M9 14.625C9.31066 14.625 9.5625 14.8768 9.5625 15.1875V17.4375C9.5625 17.7482 9.31066 18 9 18C8.68934 18 8.4375 17.7482 8.4375 17.4375V15.1875C8.4375 14.8768 8.68934 14.625 9 14.625Z' fill='%2313BE29'/%3E%3Cpath d='M18 9C18 9.31066 17.7482 9.5625 17.4375 9.5625H15.1875C14.8768 9.5625 14.625 9.31066 14.625 9C14.625 8.68934 14.8768 8.4375 15.1875 8.4375H17.4375C17.7482 8.4375 18 8.68934 18 9Z' fill='%2313BE29'/%3E%3Cpath d='M3.375 9C3.375 9.31066 3.12316 9.5625 2.8125 9.5625H0.5625C0.25184 9.5625 -1.35794e-08 9.31066 0 9C1.35794e-08 8.68934 0.25184 8.4375 0.5625 8.4375H2.8125C3.12316 8.4375 3.375 8.68934 3.375 9Z' fill='%2313BE29'/%3E%3Cpath d='M15.364 2.63607C15.5836 2.85574 15.5836 3.2119 15.364 3.43157L13.773 5.02256C13.5533 5.24223 13.1971 5.24223 12.9775 5.02256C12.7578 4.80289 12.7578 4.44673 12.9775 4.22707L14.5685 2.63607C14.7881 2.4164 15.1443 2.4164 15.364 2.63607Z' fill='%2313BE29'/%3E%3Cpath d='M5.02252 12.9775C5.24219 13.1972 5.24219 13.5533 5.02252 13.773L3.43153 15.364C3.21186 15.5837 2.85571 15.5837 2.63604 15.364C2.41637 15.1443 2.41637 14.7882 2.63604 14.5685L4.22703 12.9775C4.4467 12.7578 4.80285 12.7578 5.02252 12.9775Z' fill='%2313BE29'/%3E%3Cpath d='M15.364 15.364C15.1443 15.5837 14.7881 15.5837 14.5685 15.364L12.9775 13.773C12.7578 13.5533 12.7578 13.1972 12.9775 12.9775C13.1971 12.7579 13.5533 12.7579 13.773 12.9775L15.364 14.5685C15.5836 14.7882 15.5836 15.1443 15.364 15.364Z' fill='%2313BE29'/%3E%3Cpath d='M5.02252 5.02257C4.80285 5.24224 4.4467 5.24224 4.22703 5.02257L2.63604 3.43158C2.41637 3.21191 2.41637 2.85576 2.63604 2.63609C2.85571 2.41642 3.21186 2.41642 3.43153 2.63609L5.02252 4.22708C5.24219 4.44675 5.24219 4.8029 5.02252 5.02257Z' fill='%2313BE29'/%3E%3C/svg%3E%0A");
}
.toggle-box .toggle.theme .toggle-ico::before {
  right: 0.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.0003 0.278304C6.1825 0.500435 6.2447 0.83521 6.0807 1.13613C5.52011 2.16474 5.20151 3.34302 5.20151 4.59686C5.20151 8.6173 8.4803 11.8727 12.5202 11.8727C13.0466 11.8727 13.5594 11.8175 14.0534 11.7129C14.3912 11.6413 14.6984 11.794 14.8631 12.0286C15.033 12.2707 15.0686 12.6318 14.8318 12.9224C13.3034 14.7985 10.9648 16 8.34357 16C3.73342 16 0 12.2863 0 7.71002C0 4.2658 2.11415 1.31197 5.12354 0.0600878C5.47124 -0.0845512 5.81229 0.0490932 6.0003 0.278304Z' fill='%23B1E5B8'/%3E%3C/svg%3E%0A");
}

@media (min-width: 240px) and (max-width: 1280px) {
  .header {
    display: none;
  }
  .header-mo {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    border-bottom: 1px solid #eee;
  }
  .header-mo__box {
    width: 100%;
    height: 6rem;
    padding: 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px);
  }
  .header-mo__logo a {
    width: 14.6rem;
    height: 2rem;
    display: inline-block;
    background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/img/img_logo.svg") 0 0/100% auto no-repeat;
  }
  .header-mo .menu-open {
    width: 4rem;
    height: 6rem;
    position: relative;
  }
  .header-mo .menu-open::after {
    content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.35791' y='2.22223' width='17.284' height='1.7284' fill='%23333333'/%3E%3Crect x='1.35791' y='9.1358' width='17.284' height='1.7284' fill='%23333333'/%3E%3Crect x='1.35791' y='16.0494' width='17.284' height='1.7284' fill='%23333333'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .mo-gnb {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999;
    transition: transform 0.3s ease;
  }
  .mo-gnb.mo-gnb-open {
    transform: translateX(-100%);
  }
  .mo-gnb.mo-gnb-close {
    transform: translateX(0);
  }
  .mo-gnb__top {
    width: 100%;
    height: 6rem;
    padding: 0 2rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mo-gnb__top .toggle-box {
    width: auto;
    height: fit-content;
    margin-left: 0;
  }
  .mo-gnb__top .toggle-box .toggle {
    margin-left: 0;
  }
  .mo-gnb__top .close {
    width: 6rem;
    height: 6rem;
    position: relative;
  }
  .mo-gnb__top .close::after {
    content: "";
    width: 2.6rem;
    height: 2.6rem;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 20L19.9988 6.0012' stroke='%23333333' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M20 19.998L6.0012 5.99925' stroke='%23333333' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .mo-gnb__user {
    width: 100%;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
  }
  .mo-gnb__user > p {
    width: 100%;
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: -0.056rem;
    font-weight: 600;
    text-align: left;
    color: #333;
  }
  .mo-gnb__wrap {
    width: 100%;
    height: calc(100% - 28rem);
    position: relative;
    background-color: #F5F7FA;
    padding: 4rem 2rem;
    overflow: hidden;
    overflow-y: scroll;
  }
  .mo-gnb__wrap .gnb {
    width: 100%;
  }
  .mo-gnb__wrap .gnb__item {
    width: 100%;
    color: #333;
  }
  .mo-gnb__wrap .gnb__item > a {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.04rem;
    font-weight: 600;
  }
  .mo-gnb__wrap .gnb__item + li {
    margin-top: 3rem;
  }
  .mo-gnb__wrap .gnb__submenu {
    width: 100%;
    margin-top: 1.4rem;
    border-radius: 1.8rem;
    background-color: #fff;
    padding: 4rem 3.2rem;
    display: block;
  }
  .mo-gnb__wrap .gnb__submenu .sec-depth__item {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.036rem;
    font-weight: 500;
    color: #333;
    position: relative;
    display: block;
  }
  .mo-gnb__wrap .gnb__submenu .sec-depth__item + li {
    margin-top: 4rem;
  }
  .mo-gnb__wrap .gnb__submenu .sec-depth__item .third-depth {
    width: 100%;
    margin-top: 2.2rem;
  }
  .mo-gnb__wrap .gnb__submenu .sec-depth__item .third-depth__item {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
    font-weight: 400;
    color: #555;
  }
  .mo-gnb__wrap .gnb__submenu .sec-depth__item .third-depth__item > a {
    width: 100%;
    display: inline-block;
    position: relative;
  }
  .mo-gnb__wrap .gnb__submenu .sec-depth__item .third-depth__item + li {
    margin-top: 1.8rem;
  }
  .mo-gnb .login {
    width: 100%;
    margin-top: 2rem;
    padding: 1.6rem 0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
    background-color: #333;
    border-radius: 0.8rem;
  }
  .mo-gnb .logout-box-gp {
    display: flex;
    gap: 1rem;
  }
  .mo-gnb .logout {
    flex-grow: 1;
    margin-top: 2rem;
    padding: 1.6rem 0;
    color: #666666;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.032rem;
    background-color: #fff;
    border: 0.1rem solid #CCCCCC;
    border-radius: 0.8rem;
  }
  .mo-gnb .drop-down.header-gp {
    padding-bottom: 0rem;
    width: 50%;
    display: flex;
    align-items: flex-end;
  }
  .mo-gnb .drop-down.header-gp .drop-down__select {
    width: 100%;
    height: 5.8rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
    color: #666666;
    border: 1px solid #EEEEEE;
    padding: 0.6rem 3.4rem 0.6rem 1.2rem;
    position: relative;
    cursor: pointer;
    line-height: 1;
  }
  .mo-gnb .drop-down.header-gp .drop-down__select::after {
    top: 2rem;
    right: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6.5L8 10.5L12 6.5' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transition: all 0.3s ease;
  }
  .mo-gnb .drop-down.header-gp .drop-down__select::before {
    display: none;
  }
  .mo-gnb .drop-down.header-gp .drop-down__list {
    top: calc(100% + 0.4rem);
    border-color: #EEEEEE;
    padding: 0.8rem 0;
  }
  .mo-gnb .drop-down.header-gp .drop-down__item {
    cursor: pointer;
    padding: 0.4rem 0;
  }
  .mo-gnb .drop-down.header-gp .drop-down__item button {
    padding: 0 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: -0.028rem;
  }
  .mo-gnb .drop-down.header-gp .drop-down__item button:hover {
    color: #13BE29;
  }
  .mo-gnb .drop-down.header-gp1 {
    padding-bottom: 0rem;
    margin-left: 0rem;
    width: 50%;
    display: flex;
    align-items: flex-end;
  }
  .mo-gnb .drop-down.header-gp1 .drop-down__select {
    width: 100%;
    height: 5.8rem;
    line-height: 4rem;
    border-radius: 0.8rem;
    font-size: 1.5rem;
    color: #222;
    border: 1px solid #ddd;
    padding: 0 1.6rem 0 1.6rem;
    position: relative;
    cursor: pointer;
    background-color: #fff;
  }
  .mo-gnb .drop-down.header-gp1 .drop-down__select::after {
    width: 0;
  }
  .mo-gnb .drop-down.header-gp1 .drop-down__select :hover {
    color: #13BE29;
  }
}
body.dark-mode {
  background: #111;
}
body.dark-mode .header .header-bg {
  background-color: rgba(31, 31, 31, 0.6);
  border-bottom: 1px solid #333;
}
body.dark-mode .header::before {
  background-color: rgba(255, 255, 255, 0.18);
}
body.dark-mode .header__logo a {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/img/img_logo_dark.svg") 0 0/100% 100% no-repeat;
}
body.dark-mode .header__gnb .gnb__item {
  color: #CCCCCC;
}
body.dark-mode .header__gnb .gnb__item.active {
  color: #fff;
}
body.dark-mode .header__gnb .gnb__item.active::after {
  background-color: #fff;
}
body.dark-mode .header__gnb .gnb__item:hover {
  color: #fff;
}
body.dark-mode .header__gnb .gnb__item:hover::after {
  background-color: #fff;
}
body.dark-mode .header__gnb .gnb__submenu .sec-depth__item a {
  color: #fff;
}
body.dark-mode .header__gnb .gnb__submenu .sec-depth__item a:hover {
  color: #fff;
}
body.dark-mode .header__gnb .gnb__submenu .sec-depth__item span {
  color: #fff;
}
body.dark-mode .header__gnb .gnb__submenu .third-depth__item a {
  color: #aaa;
}
body.dark-mode .header__gnb .gnb__submenu .third-depth__item a:hover {
  color: #fff;
}
body.dark-mode .header__user button {
  color: #fff;
}
body.dark-mode .header__user button.login::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58317 6.41667C8.25817 6.74167 8.25817 7.25833 8.58317 7.58333L10.1665 9.16667H2.49984C2.0415 9.16667 1.6665 9.54167 1.6665 10C1.6665 10.4583 2.0415 10.8333 2.49984 10.8333H10.1665L8.58317 12.4167C8.25817 12.7417 8.25817 13.2583 8.58317 13.5833C8.90817 13.9083 9.42484 13.9083 9.74984 13.5833L12.7415 10.5917C13.0665 10.2667 13.0665 9.74167 12.7415 9.41667L9.74984 6.41667C9.42484 6.09167 8.90817 6.09167 8.58317 6.41667ZM16.6665 15.8333H10.8332C10.3748 15.8333 9.99984 16.2083 9.99984 16.6667C9.99984 17.125 10.3748 17.5 10.8332 17.5H16.6665C17.5832 17.5 18.3332 16.75 18.3332 15.8333V4.16667C18.3332 3.25 17.5832 2.5 16.6665 2.5H10.8332C10.3748 2.5 9.99984 2.875 9.99984 3.33333C9.99984 3.79167 10.3748 4.16667 10.8332 4.16667H16.6665V15.8333Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
body.dark-mode .header__user button.logout::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9853 6.65V5.075C10.9853 4.65728 10.818 4.25668 10.5201 3.96131C10.2223 3.66594 9.81828 3.5 9.39706 3.5H3.83824C3.41701 3.5 3.01304 3.66594 2.71518 3.96131C2.41733 4.25668 2.25 4.65728 2.25 5.075V14.525C2.25 14.9427 2.41733 15.3433 2.71518 15.6387C3.01304 15.9341 3.41701 16.1 3.83824 16.1H9.39706C9.81828 16.1 10.2223 15.9341 10.5201 15.6387C10.818 15.3433 10.9853 14.9427 10.9853 14.525V12.95M6.22059 9.8H15.75M15.75 9.8L13.3676 7.4375M15.75 9.8L13.3676 12.1625' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.dark-mode .header__user button + button::after {
  background-color: #ddd;
}
body.dark-mode .header__user .toggle-box .toggle {
  background-color: #333333;
}
body.dark-mode .header__user .toggle-box .toggle.theme .toggle-ico::after {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_theme_white_dark.svg");
}
body.dark-mode .header__user .toggle-box .toggle.theme .toggle-ico::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_theme_black_dark.svg");
}
@media (min-width: 240px) and (max-width: 1280px) {
  body.dark-mode .header-mo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  body.dark-mode .header-mo__box {
    background-color: rgba(31, 31, 31, 0.6);
  }
  body.dark-mode .header-mo .menu-open::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.35791' y='2.22223' width='17.284' height='1.7284' fill='%23FFFFFF'/%3E%3Crect x='1.35791' y='9.1358' width='17.284' height='1.7284' fill='%23FFFFFF'/%3E%3Crect x='1.35791' y='16.0494' width='17.284' height='1.7284' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  }
  body.dark-mode .header-mo__logo a {
    background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/img/img_logo_dark.svg") 0 0/100% auto no-repeat;
  }
  body.dark-mode .mo-gnb {
    background-color: #111;
  }
  body.dark-mode .mo-gnb__top {
    background-color: #111;
  }
  body.dark-mode .mo-gnb__top .close::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 20L19.9988 6.0012' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M20 19.998L6.0012 5.99925' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  }
  body.dark-mode .mo-gnb__top .toggle-box .toggle {
    background-color: #333333;
  }
  body.dark-mode .mo-gnb__top .toggle-box .toggle.theme .toggle-ico::after {
    background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_theme_white_dark.svg");
  }
  body.dark-mode .mo-gnb__top .toggle-box .toggle.theme .toggle-ico::before {
    background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_theme_black_dark.svg");
  }
  body.dark-mode .mo-gnb__wrap {
    background-color: #191919;
  }
  body.dark-mode .mo-gnb__wrap .gnb__item {
    color: #fff;
  }
  body.dark-mode .mo-gnb__wrap .gnb__submenu {
    background-color: #242424;
  }
  body.dark-mode .mo-gnb__wrap .gnb__submenu .sec-depth__item {
    color: #fff;
  }
  body.dark-mode .mo-gnb__wrap .gnb__submenu .sec-depth__item .third-depth__item {
    color: #CCC;
  }
  body.dark-mode .mo-gnb__user > p {
    color: #fff;
  }
}

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

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

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

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

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

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

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

.mo-show {
  display: none;
}

@media (min-width: 320px) and (max-width: 980px) {
  .swiper-container {
    width: 100%;
    min-height: 36rem;
    height: 100%;
    overflow: hidden;
  }
}
body.dark-mode .main {
  background-color: #000;
}
body.dark-mode .main__visual {
  background: linear-gradient(180deg, #000 6.78%, #006830 89.29%);
}
body.dark-mode .main__visual::before {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/img/bg_main_visual_center_dark_green.svg") 0 0 no-repeat;
}
@media (max-width: 720px) {
  body.dark-mode .main__visual::before {
    background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/img/bg_main_visual_center_dark_mo_green.svg") 0 0 no-repeat;
  }
}
body.dark-mode .main__visual .txt-wrap .sub-tit {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-mode .main__visual .txt-wrap h2.tit {
  color: #fff;
}
body.dark-mode .main__visual .txt-wrap h3.tit {
  color: #fff;
}
body.dark-mode .main__visual .txt-wrap h3.tit > em.en {
  color: #fff;
}
body.dark-mode .main__visual .txt-wrap h3.tit > em {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-mode .main__visual .step-flow::before {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/img/img_main_circle_pink.svg") 0 0 no-repeat;
}
body.dark-mode .main__visual .step-flow::after {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/img/img_main_circle_yellow.svg") 0 0 no-repeat;
}
body.dark-mode .main__visual .step-flow .list {
  background: linear-gradient(146deg, rgba(255, 255, 255, 0.18) 6.29%, rgba(255, 255, 255, 0.02) 90.14%);
}
body.dark-mode .main__visual .step-flow .list .txt-box em {
  color: #251C04;
}
body.dark-mode .main__visual .step-flow .list .txt-box p {
  color: #fff;
}
body.dark-mode .main__visual .step-flow .list .txt-box > span {
  color: #fff;
  background: linear-gradient(146deg, rgba(255, 255, 255, 0.3) 6.29%, rgba(255, 255, 255, 0.05) 90.14%);
  /* backdrop-filter: blur(5px); */
}
body.dark-mode .main__visual .step-flow .list:nth-child(1) .txt-box em {
  background-color: #ECAB60;
}
body.dark-mode .main__visual .step-flow .list:nth-child(2) .txt-box em {
  background-color: #DCE85B;
}
body.dark-mode .main__visual .step-flow .list:nth-child(3) .txt-box em {
  background-color: #69E46D;
}
body.dark-mode .main__visual .step-flow .list:nth-child(4) .txt-box em {
  background-color: #4EDAD5;
}
body.dark-mode .main__visual .scroll > em {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .main__visual .scroll .circle .mouse {
  border: 0.25rem solid rgba(255, 255, 255, 0.3);
}
body.dark-mode .main__visual .scroll .circle .mouse .wheel {
  background-color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .main__visual .wave .wave-line {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/img/bg_main_wave_line.png") repeat-x;
}
body.dark-mode .main__visual .wave .wave-page {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/img/bg_main_wave_page.png") repeat-x;
}
body.dark-mode .main__cont {
  background-color: #000;
}
body.dark-mode .main__cont .single__txt .badge {
  background-color: #13BE29;
  color: #fff;
}
body.dark-mode .main__cont .single__txt .badge > em {
  color: #FFED2A;
}
body.dark-mode .main__cont .single__txt .badge::after {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_badge_bottom_dark.svg") 0 0 no-repeat;
}
body.dark-mode .main__cont .single__txt .sub-tit {
  color: #fff;
}
body.dark-mode .main__cont .single__txt h3.tit {
  color: #fff;
}
body.dark-mode .main__cont .single__txt .info-txt {
  color: #999;
}
body.dark-mode .main__cont .single__link > button {
  background-color: #242424;
}
body.dark-mode .main__cont .single__link > button::after {
  background-color: #fff;
}
body.dark-mode .main__cont .single__link > button .link-tit {
  color: #fff;
}
body.dark-mode .main__cont .single__link > button .link-tit .badge {
  background-color: #494949;
  color: #fff;
}
body.dark-mode .main__cont .single__link > button .info-txt {
  color: #ddd;
}
body.dark-mode .main__cont .single__link > button:hover::after {
  background-color: #fff;
}
body.dark-mode .main__cont .single__link > button:hover .link-tit, body.dark-mode .main__cont .single__link > button:hover .info-txt {
  color: #fff;
}
body.dark-mode .main__cont .single__link > button:hover .link-tit .badge, body.dark-mode .main__cont .single__link > button:hover .info-txt .badge {
  background-color: #fff;
  color: #13BE29;
}
body.dark-mode .main__cont .single__link > button:hover:nth-of-type(1) {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/img/bg_link_literature_hover.svg") 0 0 no-repeat;
}
body.dark-mode .main__cont .single__link > button:hover:nth-of-type(2) {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/img/bg_link_voca_hover.svg") 0 0 no-repeat;
}
body.dark-mode .main__cont .single__link > button:hover:nth-of-type(3) {
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/img/bg_link_math_hover.svg") 0 0 no-repeat;
}
body.dark-mode .main__cont .danchoo .tit-box .sub-tit {
  color: #bbb;
}
body.dark-mode .main__cont .danchoo .tit-box > h3 {
  color: #fff;
}
body.dark-mode .main__cont .danchoo .tit-box > h3 em {
  color: #fff;
}
body.dark-mode .main__cont .danchoo__link > button {
  background-color: #242424;
}
body.dark-mode .main__cont .danchoo__link > button > h4 {
  color: #fff;
}
body.dark-mode .main__cont .danchoo__link > button > h4 em {
  color: #aaa;
}
body .card-sparkle {
  position: relative;
}
body .card-sparkle::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 400%;
  height: 400%;
  background: linear-gradient(95deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 40%, rgba(255, 255, 255, 0.02) 45%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.02) 55%, rgba(255, 255, 255, 0.01) 60%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(0deg);
  animation: sparkle-glow 7s ease-in-out infinite;
}

body.overflow-hidden {
  overflow: hidden;
}

.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;
  }
}
.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/plus/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/plus/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;
}
.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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/icon/ico_book.svg");
}
.onestop .box-wrap .box .tit.ico-file::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_file2.svg");
}
.onestop .box-wrap .box .tit.ico-clock::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/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/plus/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/plus/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;
}
.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/plus/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;
}
@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/plus/icon/ico_setting.svg") center center no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .dashboard-wrap .container__top {
    margin-top: 3rem;
  }
}
.dashboard-wrap .container__body {
  margin-top: 9rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .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;
}
.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 .calendar-wrap {
  display: inline-block;
  position: relative;
  padding: 1.2rem 4.6rem 1.2rem 5rem;
  background: #FFFFFF;
  border-radius: 5rem;
}
.dashboard-wrap .calendar-wrap > div {
  display: inline-block;
}
.dashboard-wrap .calendar-wrap select {
  padding: 0 2.4rem 0 0;
  color: #666666;
  border: 0;
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_select_down.svg") no-repeat;
  background-size: 1rem 0.5rem;
  background-position: right 0.65rem top 50%;
  border-radius: 0;
  text-align: center;
}
.dashboard-wrap .calendar-wrap select + select {
  margin-left: 0.8rem;
}
.dashboard-wrap .calendar-wrap .btn-calendar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.dashboard-wrap .calendar-wrap .btn-calendar .datepicker {
  width: 17.5rem;
  text-align: left;
  cursor: pointer;
  color: #666666;
  background: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_calendar2.svg") center right no-repeat;
}
.dashboard-wrap .calendar-wrap .btn-calendar .datepicker.week {
  width: 25rem;
}
@media (max-width: 360px) {
  .dashboard-wrap .calendar-wrap .btn-calendar .datepicker.week {
    width: 20rem;
    font-size: 1.2rem;
  }
}
.dashboard-wrap .calendar-wrap button[class^=btn__] {
  position: absolute;
  top: 1.45rem;
  width: 2rem;
  height: 2rem;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.dashboard-wrap .calendar-wrap button.btn__prev {
  left: 1.4rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0005 5L7.00049 10L12.0005 15' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dashboard-wrap .calendar-wrap button.btn__prev.btn-off {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0005 5L7.00049 10L12.0005 15' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dashboard-wrap .calendar-wrap button.btn__next {
  right: 1.4rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99939 5L12.9994 10L7.99939 15' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dashboard-wrap .calendar-wrap button.btn__next.btn-off {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99939 5L12.9994 10L7.99939 15' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dashboard-wrap .calendar-wrap button.btn-off {
  cursor: default;
}
.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) {
  .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/plus/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/plus/icon/ico_learned.svg");
}
.dashboard-wrap .learning-status li.learned-time::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/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/plus/icon/ico_my_rate.svg");
}
.dashboard-wrap .learning-status li.test::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_test.svg");
}
.dashboard-wrap .learning-status li.test-time::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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 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;
  }
}
.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 {
  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 {
    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/plus/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/plus/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/plus/icon/ico_mark.svg") 0 0/100% 100% no-repeat;
  margin-left: 0.4rem;
  cursor: pointer;
}
.voca-wrap .box-wrap .box .tit .info > .tooltip-box {
  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: 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%;
}
@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/plus/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/plus/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/plus/icon/ico_file3.svg");
}
.voca-wrap .box-wrap .box .tit.ico-clock::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_clock2.svg");
}
.voca-wrap .box-wrap .box .tit.ico-correct::before {
  background-image: url("https://ai-cdn.ebs.co.kr/mid_resource/images/plus/icon/ico_correct.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%);
}
.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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/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/plus/icon/ico_play.svg") 50% 50% no-repeat;
  background-size: 2rem auto;
  vertical-align: -0.3rem;
}
@media (max-width: 720px) {
  .voca-wrap .viewer-wrap .viewer__top {
    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;
}
.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 {
  color: #FFFFFF;
}
body.dark-mode .voca-wrap h4.title + .info-text {
  color: #999999;
}
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;
}
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;
}
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;
}
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/plus/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/plus/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: #FFFFFF;
  background-color: #13BE29;
}
.viewer-wrap .viewer__body .btn-wrap .btn:disabled {
  color: #999999 !important;
  background-color: #EEEEEE !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;
}
body.dark-mode .viewer__top .exam-count {
  color: #FFFFFF;
}
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;
}
/*# sourceMappingURL=map/style.css.map */
