@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
body {
  font-family: "Pretendard";
}

.wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 360px;
  min-height: 100dvh;
}
.wrap header {
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 44px;
  z-index: 999;
}
.wrap header img {
  width: 110px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap .container.login_start .container {
  max-width: 548px;
}
.wrap button {
  cursor: pointer;
}
.wrap footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .wrap footer {
    height: 90px;
  }
}
.wrap footer > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: #115858;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 599px) {
  .wrap footer > ul {
    padding-bottom: 34px;
  }
}
.wrap footer > ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap footer > ul li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px 0;
}
.wrap footer > ul li button > img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
}
.intro img {
  width: 181px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.login {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
}
.login header {
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 44px;
  backdrop-filter: blur(4px);
}
.login header img {
  width: 110px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.login .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.login_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.login_title p {
  color: #115858;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.login_title h6 {
  color: #115858;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.login_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0;
}
.login_img > img {
  width: auto;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.login .btn_login_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  width: 100%;
  height: 40px;
  border-radius: 50px;
  background-color: #115858;
  cursor: pointer;
}
.login .btn_login_main p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.login .btn_login_main img {
  width: 24px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 599px) {
  .login .btn_login_main {
    max-width: 272px;
  }
}

.login_start header {
  height: 56px;
}
.login_start header h3 {
  color: #115858;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.login_start_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  max-width: 400px;
  gap: 16px;
  padding: 16px 24px;
}
@media screen and (max-width: 548px) {
  .login_start_title {
    width: 100%;
    max-width: initial;
    padding: 16px 0;
  }
}
.login_start_title h6 {
  color: #115858;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
}
.login_start_title p {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.login_start form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  gap: 32px;
  margin: 24px 0;
}
.login_start form .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  gap: 32px;
}
.login_start form .table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  gap: 8px;
}
.login_start form .table li h6 {
  color: #72ac98;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}
.login_start form .table li .table_td {
  width: 100%;
}
.login_start form .table li .table_td input {
  width: 100%;
  height: 100%;
  padding: 16px 24px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
}
.login_start form .table li .table_td input::-webkit-input-placeholder {
  color: #d2d2d2;
  font-size: 14px;
}
.login_start form .table li .table_td input::-moz-placeholder {
  color: #d2d2d2;
  font-size: 14px;
}
.login_start form .table li .table_td input:-ms-input-placeholder {
  color: #d2d2d2;
  font-size: 14px;
}
.login_start form .table li .table_td input::-ms-input-placeholder {
  color: #d2d2d2;
  font-size: 14px;
}
.login_start form .table li .table_td input::placeholder {
  color: #d2d2d2;
  font-size: 14px;
}
.login_start form .btn_wrap {
  width: 100%;
  max-width: 452px;
}
@media screen and (max-width: 599px) {
  .login_start form .btn_wrap .btn_login_main {
    max-width: initial;
  }
}
.login_start .login_start_guide {
  padding: 16px 0;
  color: #72ac98;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.login_start_bottom {
  padding: 16px 4px;
}
.login_start_bottom p {
  color: #969696;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  word-break: keep-all;
  line-height: 1.4;
}
.login_start_bottom p a {
  text-decoration: underline;
}

.wait_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 4px;
  padding: 24px;
  border: 4px solid #ccdece;
  border-radius: 32px;
}
.wait_title h6 {
  color: #115858;
  font-size: 24px;
  font-weight: 500;
}
.wait_title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.wait_title > div p {
  color: #5a5a5a;
  font-size: 20px;
  line-height: 1.4;
}
.wait_img {
  width: 279px;
  -o-object-fit: contain;
     object-fit: contain;
}

.policy_terms header {
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  background-color: #fff;
  z-index: 2;
}
.policy_terms header button {
  width: 32px;
  height: 32px;
}
.policy_terms header button > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.policy_terms header h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #115858;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.policy_terms .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  padding: 50px 24px;
}
@media screen and (max-width: 599px) {
  .policy_terms .container {
    padding: 16px 24px;
  }
}
.policy_terms .container h4 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 500;
}
.policy_terms .container h3 {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
}
.policy_terms .container p {
  color: #1e1e1e;
  font-size: 12px;
  line-height: 1.4;
}
.policy_terms .container p.with_dot {
  position: relative;
  padding-left: 15px;
}
.policy_terms .container p.with_dot::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #1e1e1e;
  border-radius: 50%;
}

.main {
  max-width: 768px;
  margin: 0 auto;
}
.main_top {
  width: 100%;
  background-image: url("../img/main/main_bg_pc.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .main_top {
    background-image: url("../img/main/main_bg_mobile.png");
  }
}
.main header {
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 56px;
  padding: 0 24px;
  backdrop-filter: blur(4px);
}
.main header h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #115858;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.main header .main_logo img {
  width: 110px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main header .main_setting img {
  width: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main header .main_reset {
  position: relative;
}
.main header .main_reset img {
  width: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main header .main_close img {
  width: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 500px;
  padding-bottom: 74px;
}
@media screen and (max-width: 599px) {
  .main .container {
    margin-top: -10%;
    padding-bottom: 106px;
  }
}
.main_today {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 8px 24px 0 24px;
  aspect-ratio: 768/700;
}
@media screen and (max-width: 599px) {
  .main_today {
    aspect-ratio: 768/820;
  }
}
.main_today > h5 {
  color: #10332e;
  font-size: 24px;
  font-weight: 500;
}
.main_today > h5 span {
  margin-left: 16px;
}
.main_today_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
}
.main_today_wrap .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
.main_today_wrap p {
  color: #fff;
  font-size: 16px;
}
.main_today_wrap h6 {
  color: #fff;
  font-size: 32px;
  font-weight: 500s;
}
.main_today .btn_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  padding: 8px 8px 8px 16px;
  background-color: #115858;
  border-radius: 50px;
}
.main_today .btn_start > p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.main_today .btn_start > img {
  width: 24px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 16px 0;
}
.main_box > h6 {
  color: #115858;
  font-size: 18px;
  font-weight: 500;
}
.main_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 32px 16px;
  border-radius: 16px;
}
.main_box dl dt {
  color: #1e1e1e;
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}
.main_box dl dd {
  color: #3c3c3c;
  font-size: 20px;
}
.main_box_today_word dl {
  border: 1px solid #ccdece;
}
.main_box_today_yet dl {
  background-color: #2d796d;
}
.main_box_today_yet dl dt {
  color: #fff;
}
.main_box_today_yet dl dd {
  color: #fff;
}
.main_study {
  max-width: initial;
}
.main_study header {
  max-width: initial;
  background-color: #fff;
}
.main_study header .reset_menu {
  position: absolute;
  top: 12px;
  right: 64px;
  padding: 16px 12px;
  background-color: #fff;
  border: 2px solid #72ac98;
  border-radius: 16px 4px 16px 16px;
  display: none;
  z-index: 100;
}
.main_study header .reset_menu button {
  min-height: 40px;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  border-bottom: 1px solid #ccdece;
}
.main_study .container {
  max-width: initial;
  margin-top: initial;
  padding: initial;
  padding-bottom: 74px;
}
@media screen and (max-width: 599px) {
  .main_study .container {
    padding-bottom: 106px;
  }
}
.main_study_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 16px 24px;
}
.main_study_top h5 {
  color: #115858;
  font-size: 32px;
  font-weight: 500;
}
.main_study_top p {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 500;
}
.main_study_chapter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 24px 0;
  background-color: #f6f6f6;
}
.main_study_chapter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  padding: 0 24px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.main_study_chapter ul::-webkit-scrollbar {
  display: none;
}
.main_study_chapter ul li {
  width: 88px;
  height: 166px;
  padding: 12px;
  border-radius: 100px;
}
.main_study_chapter ul li .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 16px;
  aspect-ratio: 1/1;
  color: #72ac98;
  font-size: 48px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 100%;
}
.main_study_chapter ul li .title {
  margin-bottom: 8px;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 50px;
}
.main_study_chapter ul li .status {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.main_study_chapter ul li.success {
  background-color: #72ac98;
}
.main_study_chapter ul li.challenge {
  background-color: #115858;
}
.main_study_chapter ul li.challenge .count {
  background-color: #2d796d;
  color: #fff;
}
.main_study_chapter ul li.lock {
  background-color: #b4b4b4;
}
.main_study_chapter ul li.lock .count > img {
  width: 48px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_study_calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 24px 24px;
}
.main_study_calendar ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  margin: 0 auto;
  max-width: 656px;
}
@media screen and (max-width: 707px) {
  .main_study_calendar ul {
    max-width: 544px;
  }
}
@media screen and (max-width: 592px) {
  .main_study_calendar ul {
    max-width: 544px;
  }
}
@media screen and (max-width: 592px) {
  .main_study_calendar ul {
    max-width: 432px;
  }
}
@media screen and (max-width: 480px) {
  .main_study_calendar ul {
    max-width: 320px;
  }
}
@media screen and (max-width: 368px) {
  .main_study_calendar ul {
    min-width: 320px;
    max-width: 320px;
  }
}
.main_study_calendar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96px;
  height: 96px;
  border: 4px solid #9abaaf;
  border-radius: 100%;
}
.main_study_calendar ul li .count {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}
.main_study_calendar ul li p {
  font-size: 20px;
  text-align: center;
}
.main_study_calendar ul li.success {
  position: relative;
}
.main_study_calendar ul li.success::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/main/stamp_success.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.main_study_calendar ul li.success {
  background-color: #dfece2;
  border: initial;
}
.main_study_calendar ul li.success .count {
  color: #fff;
}
.main_study_calendar ul li.success p {
  color: #fff;
}
.main_study_calendar ul li.today {
  background-color: #2d796d;
  border: initial;
}
.main_study_calendar ul li.today .count {
  color: #fff;
}
.main_study_calendar ul li.today p {
  color: #fff;
}
.main_study_word {
  max-width: initial;
}
.main_study_word header {
  max-width: initial;
  background-color: #fff;
}
.main_study_word header .main_close {
  position: absolute;
  right: 24px;
}
.main_study_word .container {
  max-width: initial;
  margin-top: initial;
  padding: initial;
  padding-bottom: 74px;
}
@media screen and (max-width: 599px) {
  .main_study_word .container {
    padding-bottom: 106px;
  }
}
.main_study_word .container .chapter_test {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.main_study_word .container .chapter_test h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 16px 24px;
  color: #115858;
  font-size: 32px;
  font-weight: 500;
  border-bottom: 3px solid #72ac98;
}
.main_study_word .container .chapter_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  padding: 0 24px;
}
.main_study_word .container .chapter_header_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main_study_word .container .chapter_header_count span {
  color: #115858;
  font-size: 32px;
  font-weight: 500;
}
.main_study_word .container .chapter_header_count {
  color: #72ac98;
  font-size: 20px;
  font-weight: 500;
}
.main_study_word .container .chapter_header button {
  cursor: pointer;
}
.main_study_word .container .chapter_header button > img {
  width: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_study_word .container .chapter_study {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 16px 24px;
}
.main_study_word .container .chapter_study_box {
  width: 100%;
  padding: 32px 16px;
  border: 4px solid #ccdece;
  border-radius: 16px;
}
.main_study_word .container .chapter_study_box h6 {
  color: #1e1e1e;
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}
.main_study_word .container .chapter_study_test_count {
  width: 100%;
  margin-bottom: 16px;
}
.main_study_word .container .chapter_study_test_count h6 {
  color: #115858;
  font-size: 18px;
  font-weight: 500;
}
.main_study_word .container .chapter_study_desc {
  margin-top: 32px;
}
.main_study_word .container .chapter_study_desc p {
  margin-bottom: 8px;
  color: #115858;
  font-size: 18px;
  font-weight: 500;
}
.main_study_word .container .chapter_study_desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid #ccdece;
}
.main_study_word .container .chapter_study_desc ul li {
  width: 100%;
  color: #1e1e1e;
  font-size: 20px;
}
.main_study_word .container .chapter_study_test {
  margin-top: 32px;
}
.main_study_word .container .chapter_study_test ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.main_study_word .container .chapter_study_test ul li {
  width: 100%;
  padding: 8px;
  border-bottom: 1px solid #ccdece;
}
.main_study_word .container .chapter_study_test ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  /* 기본 라디오 */
}
.main_study_word .container .chapter_study_test ul li label input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.main_study_word .container .chapter_study_test ul li label input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2d796d;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.main_study_word .container .chapter_study_test ul li label input[type=radio]:checked {
  border-color: #2d796d;
}
.main_study_word .container .chapter_study_test ul li label input[type=radio]:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.main_study_word .container .chapter_study_test ul li label p {
  color: #1e1e1e;
  font-size: 20px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 600px) {
  .main_study_word .container .chapter_study_test ul li label p {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.main_study_word .container .chapter_study_test ul li {
  /* 라벨 클릭(선택) 상태 */
}
.main_study_word .container .chapter_study_test ul li input[type=radio]:checked + span,
.main_study_word .container .chapter_study_test ul li label:has(input[type=radio]:checked) {
  background-color: #dfece2;
}
.main_study_word .container .chapter_study_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 32px 48px;
}
.main_study_word .container .chapter_study_btn_group .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
}
.main_study_word .container .chapter_study_btn_group .btn_cancel {
  background-color: #969696;
}
.main_study_word .container .chapter_study_btn_group .btn_approve {
  background-color: #115858;
}

.setting header {
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  background-color: #fff;
  z-index: 2;
}
.setting header button {
  width: 32px;
  height: 32px;
}
.setting header button > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.setting header h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #115858;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.setting .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 768px;
  gap: 64px;
  padding: 24px 24px;
}
.setting .container .setting_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px;
  width: 100%;
}
.setting .container .setting_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 12px 16px;
  border-bottom: 1px solid #ccdece;
}
.setting .container .setting_list dl dt {
  color: #115858;
  font-size: 20px;
}
.setting .container .setting_list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1e1e1e;
  font-size: 20px;
  text-align: right;
}

.test header {
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: initial;
  margin: 0 auto;
  height: 56px;
  padding: 0 24px;
  width: 100%;
  height: 70px;
  padding: 0 24px;
  background-color: #fff;
  z-index: 2;
}
.test header .test_header_chapter {
  color: #115858;
  font-size: 24px;
  font-weight: 500;
}
.test header button {
  cursor: pointer;
}
.test header button > img {
  width: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.test .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 768px;
  padding-bottom: 74px;
}
@media screen and (max-width: 599px) {
  .test .container {
    padding-bottom: 106px;
  }
}
.test_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 16px 0;
}
.test_top h4 {
  color: #115858;
  font-size: 32px;
  font-weight: 500;
}
.test_top p {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 500;
}
.test_chapter_list {
  width: 100%;
  padding: 24px 0;
}
.test_chapter_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
}
.test_chapter_list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 16px 0 120px;
  border: 1px solid #ccdece;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.test_chapter_list ul li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.test_chapter_list ul li .title p {
  color: #72ac98;
  font-size: 12px;
  font-weight: 500;
}
.test_chapter_list ul li .title h6 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 700;
}
.test_chapter_list ul li .count {
  color: #115858;
  font-size: 18px;
  font-weight: 500;
}
.test_chapter_list ul li.success::before {
  position: absolute;
  top: 0;
  left: 16px;
  content: "";
  width: 86px;
  height: 100%;
  background-image: url("../img/test/test_success.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.test_chapter_list ul li.start {
  background-color: #2d796d;
  border-color: #115858;
}
.test_chapter_list ul li.start::before {
  position: absolute;
  top: 0;
  left: 16px;
  content: "";
  width: 86px;
  height: 100%;
  background-image: url("../img/test/test_start.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.test_chapter_list ul li.start .title h6 {
  color: #fff;
}
.test_chapter_list ul li.start .count {
  color: #fff;
}
.test_chapter_list ul li.lock {
  background-color: #f0f0f0;
  border-color: #dfece2;
}
.test_chapter_list ul li.lock::before {
  position: absolute;
  top: 0;
  left: 16px;
  content: "";
  width: 86px;
  height: 100%;
  background-image: url("../img/test/test_lock.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.test_chapter_list ul li.lock .title h6 {
  color: #5a5a5a;
}
.test_chapter_list ul li.lock .count {
  color: #969696;
}

.my_result {
  max-width: initial;
}
.my_result header {
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 56px;
  padding: 0 24px;
  max-width: initial;
  background-color: #fff;
}
.my_result header h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #115858;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.my_result .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: initial;
  margin-top: initial;
  padding: initial;
  padding-bottom: 74px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .my_result .container {
    padding-bottom: 106px;
  }
}
.my_result .container .result_header_tab {
  margin-right: 1px;
  padding: 16px 8px;
  background-color: #f0f0f0;
  border: 2px solid #d2d2d2;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.my_result .container .result_header_tab.active {
  position: relative;
  background-color: #fff;
  border: 2px solid #ccdece;
  border-bottom: 0;
}
.my_result .container .result_header_tab.active::before {
  position: absolute;
  left: -200vw;
  bottom: 0;
  content: "";
  width: 200vw;
  height: 2px;
  background-color: #ccdece;
}
.my_result .container .result_header_tab.active::after {
  position: absolute;
  right: -200vw;
  bottom: 0;
  content: "";
  width: 200vw;
  height: 2px;
  background-color: #ccdece;
}
.my_result .container .result_header_tab.active h6 {
  color: #115858;
}
.my_result .container .result_header_tab:last-of-type {
  margin-right: 0;
}
.my_result .container .result_header_tab h6 {
  color: #b4b4b4;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .my_result .container .result_header {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .my_result .container .result_header::-webkit-scrollbar {
    display: none;
  }
  .my_result .container .result_header_scroll {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100vw;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 24px;
  }
  .my_result .container .result_header_tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.my_result .container .result_container {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 24px 24px;
}
.my_result .container .result_container .list {
  width: 100%;
}
.my_result .container .result_container .list_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #dfece2;
  border-top: 1px solid #115858;
  border-bottom: 1px solid #115858;
}
.my_result .container .result_container .list_header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 60px;
  font-size: 16px;
  color: #115858;
  font-weight: 500;
}
.my_result .container .result_container .list_inner {
  width: 100%;
}
.my_result .container .result_container .list_inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
}
.my_result .container .result_container .list_inner li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 60px;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
}
.my_result .container .result_container .list_inner li > div button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 27px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #115858;
  border-radius: 4px;
}

.popup_wrap {
  position: relative;
  width: 100%;
  max-width: 327px;
  margin: 0 auto;
}
.popup_wrap .mfp-close {
  display: none;
}
.popup_wrap .popup {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 64px 24px 24px 24px;
  background-color: #fff;
  border-radius: 24px;
}
.popup_wrap .popup_close {
  position: absolute;
  top: 20px;
  right: 24px;
}
.popup_wrap .popup_close > img {
  width: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.popup_wrap .popup_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
}
.popup_wrap .popup_inner h3 {
  color: #1e1e1e;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.popup_wrap .popup_inner h3.selected_chapter {
  margin-bottom: 16px;
  color: #2d796d;
  font-size: 24px;
  font-weight: 700;
}
.popup_wrap .popup_inner h3.update {
  margin-bottom: 8px;
  color: #115858;
  font-size: 20px;
  font-weight: 700;
}
.popup_wrap .popup_inner h3.update ~ p {
  padding: 8px 0;
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.popup_wrap .popup_inner .chapter_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.popup_wrap .popup_inner .chapter_list li button {
  width: 100%;
  color: #b4b4b4;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.popup_wrap .popup_inner .chapter_list li button.active {
  color: #2d796d;
  font-weight: 700;
}
.popup_wrap .popup_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  padding-top: 36px;
}
.popup_wrap .popup_btn_group .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 108px;
  height: 40px;
  background-color: #115858;
  border-radius: 50px;
  cursor: pointer;
}
.popup_wrap .popup_btn_group .btn_confirm {
  color: #fff;
  background-color: #115858;
}
.popup_wrap .popup_btn_group .btn_cancel {
  color: #fff;
  background-color: #969696;
}
.popup_wrap .popup_btn_group.update {
  padding-top: 16px;
}
.popup_wrap .popup_btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background-color: #115858;
  border-radius: 24px;
  cursor: pointer;
}
.popup_wrap .popup_btn.only {
  max-width: 231px;
  margin: 0 auto;
  margin-top: 32px;
}
.popup_wrap .popup_words {
  padding: 4px 0 24px 0;
}
.popup_wrap .popup_words .popup_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0 0 0;
}
.popup_wrap .popup_words .popup_inner h3 {
  color: #115858;
  font-size: 24px;
}
.popup_wrap .popup_words .popup_inner h4 {
  margin-top: 14px;
  width: 100%;
  padding: 8px 0;
  color: #115858;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #dfece2;
  border-top: 1px solid #115858;
  border-bottom: 1px solid #115858;
}
.popup_wrap .popup_words .popup_inner .perfect_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0 8px 0;
}
.popup_wrap .popup_words .popup_inner .perfect_list > img {
  width: 179px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
}
.popup_wrap .popup_words .popup_inner .perfect_list p {
  color: #115858;
  font-size: 20px;
  font-weight: 500;
}
.popup_wrap .popup_words .popup_inner .perfect_list h6 {
  color: #115858;
  font-size: 24px;
  font-weight: 700;
}
.popup_wrap .popup_words .popup_inner .worng_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 8px 24px 8px 24px;
}
.popup_wrap .popup_words .popup_inner .worng_list p {
  position: relative;
  width: 100%;
  padding-left: 15px;
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 500;
}
.popup_wrap .popup_words .popup_inner .worng_list p::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #1e1e1e;
  border-radius: 100%;
}/*# sourceMappingURL=main.css.map */