@charset "UTF-8";

html,
body {
  height: 100%;
}

body.fixed {
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}
.main_video {
  width: 100%;
  height: 100%;
}
.main {
  width: 100%;
  height: 100%;
  padding-top: 68px;
}

#wrap {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 405px;
}
#wrap_video {
  width: 100%;
  min-height: 100%;
  position: relative;
}
.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
.search_header {
  display: none;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.search_header .arrow_back {
  width: 20px;
  height: 20px;
  background: url(../_img/icon/icon_arr_right.svg) no-repeat center center / contain;
  rotate: 180deg;
}
/* familysite */
.family_drop_box .select-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e5e5ec;
  height: 40px;
  padding: 0 14px 0 16px;
  gap: 6px;
}
.family_drop_box .select-btn .select-btn__title {
  color: #111111;
  font-weight: 600;
  font-size: 14px;
  flex-shrink: 0;
}
.family_drop_box .select-btn .arrow_down {
  width: 20px;
  height: 20px;
  background: url(../_img/icon/icon_partner_down.svg) no-repeat center center / contain;
  transition: 0.3s;
}

.family_drop_box.active .arrow_down {
  transform: rotate(180deg);
}

.family_drop_box {
  position: relative;
}

.family_drop_box.active .drop-box {
  border: 1px solid #e5e5ec;
  max-height: 200px;
  overflow: hidden;
}
.family_drop_box .drop-box {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  /* background: #fff; */
  width: 100%;
  display: flex;
  border-radius: 4px;
  flex-direction: column;
}
.family_drop_box .drop-box a {
  height: 40px;
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5ec;
  color: #111111;
}
.family_drop_box .drop-box a:hover {
  background: #f6f6f6;
}
/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  z-index: 101;
  background-color: #fff;
  border-bottom: 1px solid #e5e5ec;
  transition: 0.35s;
}
.header__inner {
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner nav .logo {
  width: 107px;
  height: auto;
}

.header__inner nav {
  display: flex;
  max-width: 646px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.header__inner nav ul {
  display: flex;
}
.header__inner nav ul li.active a {
  color: #159bff;
}
.header__inner nav ul li a {
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
}
.header__inner .right_area {
  display: flex;
  gap: 8px;
  align-items: center;
}

.header__inner .right_area .btn {
  flex-shrink: 0;
}

.alram__area {
  position: relative;
  height: 28px;
  width: 28px;
}
.btn_alram {
  background: url(../_img/icon/icon_alarm.svg) no-repeat center center / contain;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.btn_alram.not {
  background: url(../_img/icon/icon_alarm_not.svg) no-repeat center center / contain;
}
.alram__box {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  /* display: none; */
  border: 1px solid #e5e5ec;
  background: #fff;
  border-radius: 4px;
  box-shadow: 6px 16px 20px 0 #00000029;
  width: 280px;
  padding-bottom: 24px;
}
.alram__box.is-open {
  /* display: block; */
}
.alram_tit {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alram_tit h1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.alram_tit h1 b {
  color: #159bff;
}
.alram_tit .all_delete {
  color: #767676;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
}
.alram_list {
  max-height: 296px;
  overflow: auto;
  height: 100%;
}
.alram_list::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.alram_list::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}
.alram_list li {
  padding: 16px 20px;
  cursor: pointer;
}
.alram_list li:hover {
  background: #f7f7fb;
}
.alram_list li h2 {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
}
.alram_list li p {
  color: #505050;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
}
.no_alram {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no_alram p {
  color: #767676;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
}
/* Footer */
.footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -405px;
  height: 405px;
  transform: translateY(-100%);
  background-color: #384046;
}
.footer__inner {
  width: 100%;
  max-width: 1280px;
  padding: 40px 20px 0;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__inner .inform_area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__inner .inform_area .link_area {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer__inner .inform_area .link_area a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.footer__inner .inform_area .link_area a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #ffffff33;
  margin-left: 12px;
}
.footer__inner .inform_area .logo {
  width: 149px;
  height: 39px;
  object-fit: contain;
}
.footer__inner .inform_area .footer_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__inner .inform_area .footer_list li {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.footer__inner .inform_area .copy {
  color: #fff;
  opacity: 0.5;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}
.footer__inner .sns_area {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer__inner .sns_area a {
  width: 32px;
  height: 32px;
}
.footer__inner .sns_area a.facebook {
  background: url(../_img/icon/icon_facebook.svg) no-repeat center center / contain;
}
.footer__inner .sns_area a.insta {
  background: url(../_img/icon/icon_insta.svg) no-repeat center center / contain;
}
.footer__inner .sns_area a.youtube {
  background: url(../_img/icon/icon_youtube.svg) no-repeat center center / contain;
}
.footer__inner .sns_area a.blog {
  background: url(../_img/icon/icon_blog.svg) no-repeat center center / contain;
}

.footer__inner .right_area {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
}
.footer__inner .patent {
  background: #40484d;
  border-radius: 4px;
  padding: 16px 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.footer__inner .patent .patent_icon {
  background: url(../_img/icon/icon_patent.svg) no-repeat center center / contain;
  height: 32px;
  width: 21.61px;
}
.footer__inner .patent .txt h1 {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
}
.footer__inner .patent .txt h2 {
  color: #fff;
  opacity: 0.8;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
/* myWorklearn btn */
.my_Worklearn {
  position: fixed;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 100;
}
.myWorklearn_btn {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  width: 80px;
  background: #384046;
  box-shadow: 0 8px 16px 0 #00000014;
  padding: 16px 0;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0 4px 4px 0;
}

.myWorklearn_btn::before {
  content: "";
  background: url(../_img/icon/icon_help.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
}
.myWorklearn_btn::after {
  content: "";
  background: url(../_img/icon/icon_arrow_right_wh.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
}
.my_Worklearn .bubble.is-hide {
  opacity: 0;
  visibility: hidden;
} /* hover 시 다시 노출 */
.my_Worklearn:hover .bubble {
  opacity: 1;
  visibility: visible;
}
.bubble {
  width: 253px;
  height: 60px;
  background: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  box-shadow: 0 0 16px 0 #00000033;
  display: flex;
  gap: 8px;
  position: relative;
  margin-left: 8px;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.bubble::before {
  border-top: 0px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid#FFFFFF;
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateX(-50%);
  left: -12px;
  rotate: 270deg;
  z-index: 0;
}
.bubble > img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100%;
}

.bubble h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
}
.bubble h6 b {
  color: #0a66c2;
}
/* mo_ham btn */
.mo_ham.active {
  background: url("../_img/icon/icon_x_btn.svg") no-repeat center;
}
/* mo_alarm */
aside.alarm_sidebar {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100vw;
  height: calc(100dvh - 56px);
  z-index: 1000;
  visibility: hidden;
}
aside.alarm_sidebar.open {
  visibility: visible;
}
aside.alarm_sidebar .sidebar__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  transition: 0.35s;
  top: 0;
  background-color: #fff;
}
aside.alarm_sidebar.open .sidebar__inner {
  right: 0;
}
aside.alarm_sidebar .sidebar__header .arrow_back {
  width: 20px;
  height: 20px;
  background: url(../_img/icon/icon_arr_right.svg) no-repeat center center / contain;
  rotate: 180deg;
}
/* mo_menu */
aside.sidebar {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100vw;
  height: calc(100dvh - 56px);
  z-index: 1000;
  visibility: hidden;
}
aside.sidebar.open {
  visibility: visible;
}
aside.sidebar .sidebar__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  transition: 0.35s;
  top: 0;
  padding: 20px;
  background-color: #fff;
}
aside.sidebar.open .sidebar__inner {
  right: 0;
}

aside.sidebar .sidebar__header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f5;
}
aside.sidebar .sidebar__header .header--type1 {
  display: flex;
  gap: 8px;
}
aside.sidebar .sidebar__header .header--type1 .btn {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
aside.sidebar .sidebar__header .select_area {
  height: 48px;
  margin-top: 8px;
}
aside.sidebar .sidebar__contents .gnb__wrap {
  height: 100%;
  overflow-y: auto;
  padding-right: 8px;
}
aside.sidebar .sidebar__contents .sidebar__gnb {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

aside.sidebar .gnb_1depth--li a {
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  color: #111111;
  font-size: 18px;
  font-weight: 600;
}
aside.sidebar .gnb_1depth--li a::after {
  content: "";
  width: 20px;
  height: 20px;
  rotate: -90deg;
  background: url(../_img/icon/icon_partner_down.svg) no-repeat center center / contain;
}
/* 워크런 슬라이드바 */
aside.Worklearn_sidebar {
  visibility: hidden;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #00000033;
}
aside.Worklearn_sidebar.open {
  visibility: visible;
}
aside.Worklearn_sidebar .sidebar__inner {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 100%;
  transition: 0.35s;
  max-width: 100%;
}
aside.Worklearn_sidebar.open .sidebar__inner {
  left: 0;
  width: calc(100% / 3);
  position: relative;
}
.sidebar_title {
  /* position: absolute; */
  /* top: 40px; */
  /* left: 40px; */
  /* z-index: 100; */
  padding: 0 0 40px;
}
.sidebar_title h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
.sidebar__close {
  position: absolute;
  top: 40px;
  z-index: 100;
  right: 40px;
}
.sidebar__close .btn_close_sidebar {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../_img/icon/icon_x_btn.svg) no-repeat center center / contain;
}
aside.Worklearn_sidebar .sidebar__inner .inner {
  display: block;
  height: 100%;
}
aside.Worklearn_sidebar .sidebar__inner .item {
  padding: 108px 40px 40px;
  height: 100%;
  flex: 1;
  overflow: auto;
  height: 100%;
}
aside.Worklearn_sidebar .item.first {
  padding: 40px 40px 40px;
}

aside.Worklearn_sidebar .sidebar__inner .item::-webkit-scrollbar,
.Worklearn_sidebar .three_area .three_area_item::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
aside.Worklearn_sidebar .sidebar__inner .item::-webkit-scrollbar-thumb,
.Worklearn_sidebar .three_area .three_area_item::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}

aside.Worklearn_sidebar .second {
  display: none;
}
aside.Worklearn_sidebar.expanded .sidebar__inner {
  width: 100%;
}

aside.Worklearn_sidebar.expanded .more_btn_content,
.Worklearn_sidebar.expanded .js-toggle-second {
  display: none;
}
aside.Worklearn_sidebar.expanded .inner {
  display: flex;
  overflow: hidden;
}
aside.Worklearn_sidebar.expanded .first {
  width: calc(100% / 3);
  height: 100%;
}
aside.Worklearn_sidebar.expanded .second {
  flex: 2 0 0;
  display: flex;
  overflow: hidden;
}
aside.Worklearn_sidebar.expanded .second .box {
  flex: 1 0 0;
}
.Worklearn_sidebar .profile {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.Worklearn_sidebar .profile .profile_img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #e5e5ec;
  flex-shrink: 0;
}

.Worklearn_sidebar .profile .profile_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Worklearn_sidebar .profile .txt h1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.Worklearn_sidebar .profile .txt h1 b {
  margin-right: 2px;
  font-size: 20px;
  font-weight: 700;
}
.Worklearn_sidebar .profile .txt .desc {
  display: flex;
  gap: 16px;
  margin-top: 4px;
}

.Worklearn_sidebar .profile .txt .desc p {
  color: #767676;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  position: relative;
}
.Worklearn_sidebar .profile .txt .desc p:not(:last-child)::after {
  content: "";
  background: #e5e5ec;
  width: 1px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.Worklearn_sidebar .membership_period {
  background: #f7f7fb;
  border-radius: 4px;
  padding: 8px 16px;
}
.Worklearn_sidebar .membership_period .txt {
  display: flex;
  gap: 16px;
  align-items: center;
}
.Worklearn_sidebar .title_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Worklearn_sidebar .btn_gray_bor_B {
  font-size: 16px;
}
.class_list.B li .btn_gray_bor_B {
  font-size: 14px;
}
.Worklearn_sidebar .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
}
.Worklearn_sidebar .gray_text {
  color: #505050;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}
.Worklearn_sidebar .sub_title {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.Worklearn_sidebar .sub_title .gray_badge {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
}
.Worklearn_sidebar .sub_title .sub_txt {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}

.Worklearn_sidebar .three_area {
  display: flex;
  flex-direction: column;
}
.Worklearn_sidebar .three_area .three_area_item {
  flex: 1;
  max-height: 50%;
  overflow: auto;
}
hr.gray_line {
  background: #f1f1f5;
  height: 1px;
  min-height: 1px;
  border: none;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
hr.gray_line.mb20 {
  margin-bottom: 20px;
}
hr.gray_line.mt40 {
  margin-top: 40px;
}
hr.gray_line.m28 {
  margin: 28px 0;
}
hr.gray_line.m40 {
  margin: 40px 0;
}
.gray_bor_box .gray_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #5050507a;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2;
}
.gray_overlay p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.Worklearn_sidebar .gray_bor_box {
  border: 1px solid #e5e5ec;
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  position: relative;
  flex-wrap: wrap;
}
.Worklearn_sidebar .gray_bor_box.no_test {
  background: #f7f7fb;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.Worklearn_sidebar .gray_bor_box.no_test img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.Worklearn_sidebar .gray_bor_box.no_test p {
  color: #767676;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}
.Worklearn_sidebar .gray_bor_box .tit h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}

.Worklearn_sidebar .gray_bor_box .tit h5 {
  margin-top: 6px;
  color: #999999;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  line-height: 140%;
}

.Worklearn_sidebar .gray_bor_box .tit b {
  margin-top: 8px;
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
}
.class_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.class_list.B li {
  border-radius: 4px;
  border: 1px solid #e5e5ec;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.class_list li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.class_list li {
  border-radius: 4px;
  border: 1px solid #e5e5ec;
  padding: 16px;
}

.class_list.p20 li {
  padding: 0;
}
.class_list.p20 li a {
  padding: 20px;
}
.class_list .class_text {
  display: flex;
  align-items: center;
  gap: 12px;
}
.class_list .img_box {
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  min-width: 56px;
}
.class_list .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.class_list .txt h1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.class_list .txt .txt_tit {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.class_list .txt .txt_tit h1 {
  margin-bottom: 0;
}
.class_list .txt .txt_tit .green_badge {
  height: 23px;
  line-height: 23px;
  padding: 0 6px;
  border-radius: 4px;
  background: #35a854;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.class_list.answer .txt h1 {
  margin-bottom: 0;
}
.class_list .txt h2 {
  color: #767676;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}
.class_list .txt h2.mb2 {
  margin-bottom: 2px;
}
.class_list .txt h2.mb3 {
  margin-bottom: 3px;
}
.class_list .txt.flex {
  gap: 20px;
  align-items: center;
  flex-shrink: 0;
}

.class_list .blue_badge {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 4px;
  background: #ecf7ff;
  color: #159bff;
  font-weight: 700;
  font-size: 14px;
}
.class_list .prog_box {
  max-width: 100px;
  width: 100%;
  text-align: right;
}
.class_list .prog_box p {
  color: #384046;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}
.class_list .prog_box .blue_txt {
  color: #159bff;
}
.recommend_list.grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 40px;
}
.recommend_list li {
  width: 100%;
}
/* .recommend_list {
  row-gap: 28px;
} */
.recommend_list .img_box {
  position: relative;
  width: 100%;
  aspect-ratio: 269/151;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 8px;
}
.recommend_list li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommend_list li .img_box .badges {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
.recommend_list li .img_box .badges .badge {
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 0;
  width: fit-content;
  min-width: fit-content;
}
.recommend_list li .img_box .badges .badge.blue {
  background: #159bff;
  color: #fff;
}
.recommend_list li .img_box .badges .badge.white {
  color: #159bff;
  background: #fff;
}
.recommend_list li .img_box .badges .badge.basic_green {
  background: #35a854;
  color: #fff;
}

.recommend_list li .img_box .badges .badge.green {
  background: linear-gradient(to right, #35a854, #159bff);
  color: #fff;
}

.recommend_list li .txt_box .category {
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  color: #999999;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
}
.recommend_list li .txt_box .category::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../_img/icon/icon_gray_arrow_B.svg) no-repeat center center / contain;
}
.recommend_list li .txt_box h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recommend_list.premium li .txt_box h3 {
  margin-bottom: 4px;
}

.recommend_list li .txt_box .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 8px;
  display: inline-block;
  color: #111111;
}
.recommend_list.premium li .keywords {
  margin-bottom: 8px;
}
.recommend_list li .keywords {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.recommend_list li .keywords .keyword {
  border: 1px solid #e5e5ec;
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
  color: #767676;
  font-weight: 500;
  font-size: 12px;
}
.icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icons.gap4 {
  gap: 4px;
}
.icons .text {
  color: #767676;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
}
.icons.big .text {
  font-size: 14px;
}
.icons .icon {
  width: 16px;
  height: 16px;
}
.icons.big .icon {
  width: 20px;
  height: 20px;
}
.icons .icon.book {
  background: url(../_img/icon/icon_book.svg) no-repeat center center / contain;
}
.icons .icon.play {
  background: url(../_img/icon/icon_play.svg) no-repeat center center / contain;
}
.icons .icon.set {
  background: url(../_img/icon/icon_set.svg) no-repeat center center / contain;
}
.icons .icon.course {
  background: url(../_img/icon/icon_course.svg) no-repeat center center / contain;
}
.icons .icon.eyes {
  background: url(../_img/icon/icon_eyes.svg) no-repeat center center / contain;
}
.prog_thin {
  width: 100%;
  height: 4px;
  border: 0;
  border-radius: 4px;
  background: #e5e5ec;
  overflow: hidden;
  appearance: none;
  vertical-align: middle;
  margin: 0;
}
.prog_thin::-webkit-progress-bar {
  background: #e5e5ec;
  border-radius: 4px;
}
.prog_thin::-webkit-progress-value {
  background: #159bff;
  border-radius: 4px;
}
.prog_thin::-moz-progress-bar {
  background: #159bff;
  border-radius: 4px;
}
.prog_thin.gray::-webkit-progress-value {
  background: #90979c;
  border-radius: 4px;
}
.prog_thin.gray::-moz-progress-bar {
  background: #90979c;
  border-radius: 4px;
}
.progress_area {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 12px;
  max-width: 342px;
  width: 100%;
}
.progress_box {
  width: 161px;
  flex: 1;
  min-width: 161px;
}
.prog {
  width: 100%;
  height: 10px;
  border: 0;
  border-radius: 4px;
  background: #e5e5ec;
  overflow: hidden;
  appearance: none;
  vertical-align: middle;
  margin: 5px 0;
}
.prog::-webkit-progress-bar {
  background: #e5e5ec;
  border-radius: 4px;
}
.prog::-webkit-progress-value {
  background: #159bff;
  border-radius: 4px;
}
.prog::-moz-progress-bar {
  background: #159bff;
  border-radius: 4px;
}
.prog.gray::-webkit-progress-value {
  background: #384046;
  border-radius: 4px;
}
.prog.gray::-moz-progress-bar {
  background: #384046;
  border-radius: 4px;
}
.progress_box .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.progress_box .txt h1 {
  color: #384046;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}
.progress_box .txt b {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
}
.progress_box .txt .blue_txt {
  color: #159bff;
}
.progress_box .txt .gray_txt {
  color: #384046;
}
.chart__box {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  flex: 0 0 auto;
  width: auto;
  max-width: 370px;
}
.legend-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.legend-container .legend-item {
  font-size: 12px;
  display: flex;
  gap: 9px;
  align-items: center;
  color: #111111;
  font-weight: 400;
}
.legend-container .legend-item.off {
  text-decoration: line-through;
}
.legend-container .legend-item .swatch {
  width: 21px;
  height: 8px;
  display: inline-block;
}
.chart__box .chart_area {
  width: 100%;
  height: 243px;
}

.chart__box .chart_area canvas {
  width: 100%;
}
aside.Worklearn_sidebar #pacec_chart .apexcharts-legend,
.mypage_main #pacec_chart .apexcharts-legend {
  position: static !important;
  justify-content: end;
}
.mypage_main #pacec_chart {
  height: 100% !important;
  max-height: 300px !important;
  min-height: 100% !important;
}
.Worklearn_sidebar .class_num {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 4px;
  background: #ecf7ff;
  color: #159bff;
  font-weight: 700;
  font-size: 16px;
}

.mo_header {
  display: none;
}
.mo_ham {
  background: url(../_img/icon/icon_ham.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
}
.mo_search {
  background: url(../_img/icon/icon_search.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
}
.tooltip_wrap {
  position: relative;
  display: inline-block;
}
.tooltip {
  position: absolute;
  bottom: calc(100% + 14px);
  left: -10px;
  /* transform: translateX(-50%); */
  display: none;
  width: fit-content;
  background: #384046;
  border-radius: 4px;
  padding: 16px;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  line-height: 140%;
  font-weight: 500;
}
.tooltip:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 10px;
  width: 0px;
  height: 0px;
  border-bottom: 8px solid none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #384046;
}
.tooltip_wrap:hover .tooltip {
  display: block;
}
.chat_bot_wrap {
  position: fixed;
  bottom: 32px;
  right: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  z-index: 9999;
}
.chat_bot {
  background: #159bff;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 7px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.chat_bot_content {
  width: 360px;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  display: none;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.32);
  /* height: 589px; */
}
.chat_bot_wrap.open .chat_bot_content {
  opacity: 1;
  display: block;
  visibility: visible;
  transform: translateY(0);
}
.chat_bot_wrap.open .chat_bot {
  border-radius: 20px;
  background: url(../_img/icon/icon_chat_x.svg) no-repeat center center/contain;
  color: transparent;
}
.chat_bot_content .chatbot_tit {
  height: 56px;
  background: #159bff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.chat_bot_content .chatbot_tit h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}
.chat_bot_content .chatbot_tit .chatbot_x {
  width: 28px;
  height: 28px;
  background: url(../_img/icon/icon_x_wh.svg) no-repeat center center/contain;
}
.chat_bot_content .chatbot_input_wrap {
  padding: 10px 20px;
  background: #f4f4f4;
}
.chat_bot_content .chatbot_input_wrap .file_list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 0;
}

.chat_bot_content .chatbot_input_wrap .file_list .file--name {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5ec;
  border-radius: 8px;
  padding: 0 6px;
  height: 36px;
  flex-shrink: 0;
}
.chat_bot_content .chatbot_input_wrap .file_list:has(.file--name) {
  margin-bottom: 16px;
}
.chat_bot_content .chatbot_input_wrap .file_list .file--name span {
  margin-left: 8px;
  margin-right: 12px;
  color: #74767c;
  font-size: 14px;
  width: fit-content;
  flex-shrink: 0;
}
.chat_bot_content .chatbot_input_wrap .file_list .file--name .file_x_btn {
  width: 20px;
  height: 20px;
  background: url(../_img/icon/icon_file_x.svg) no-repeat center center/contain;
  border-radius: 100%;
  flex-shrink: 0;
}
.chat_bot_content .chatbot_input_wrap .chatbot_input {
  border: 1px solid #e5e5ec;
  background: #fff;
  padding: 11px 16px;
  border-radius: 8px;
  /* height: 57px; */
}
.chat_bot_content .chatbot_input_wrap .chatbot_input .flex {
  display: flex;
  gap: 16px;
  align-items: center;
}
.chat_bot_content .chatbot_input_wrap .chatbot_input input[type="text"] {
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 0;
  height: 33px;
}
.chat_bot_content .chatbot_input_wrap .chatbot_input input[type="text"]::placeholder {
  font-size: 16px;
}
.chat_bot_content .chatbot_input_wrap .send_btn {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  flex-shrink: 0;
  background: url(../_img/icon/icon_send.svg) no-repeat center center/contain;
}
.chat_bot_content .filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.chat_bot_content .filebox label {
  display: inline-block;
  width: 20px;
  flex-shrink: 0;
  height: 20px;
  background: url(../_img/icon/icon_file.svg) no-repeat center center/contain;
  cursor: pointer;
}
.chat_bot_content .chatbot_cont {
  background: #fff;
  height: 456px;
  max-height: 55vh;
  overflow: auto;
  padding: 8px 20px 20px;
}
.chat_bot_content .chatbot_cont::-webkit-scrollbar {
  width: 6px;
}
.chat_bot_content .chatbot_cont::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}
.chat_bot_content .chatbot_cont .date {
  color: #cccccc;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 16px;
}
.chat_bot_content .chatbot_cont .chat_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.chat_bot_content .chatbot_cont .chat_list .chat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.chat_bot_content .chatbot_cont .chat_list .chat .chat_bubble {
  max-width: calc(100% - 48px);
  background: #f4f4f4;
  border-radius: 2px 8px 8px 8px;
  padding: 10px;
  word-break: break-all;
  color: #333333;
  font-size: 16px;
  line-height: 140%;
  width: fit-content;
  font-weight: 500;
}
.chat_bot_content .chatbot_cont .chat_list .chat.right {
  align-items: flex-end;
}
.chat_bot_content .chatbot_cont .chat_list .chat.right .chat_bubble {
  background: #159bff;
  border-radius: 8px 2px 8px 8px;
  color: #ffffff;
}
.chat_bot_content .chatbot_cont .chat_list .chat .charting_name {
  display: flex;
  align-items: center;
  gap: 8px;
}

.chat_bot_content .chatbot_cont .chat_list .chat .charting_name .chat_img {
  width: 40px;
  height: 40px;
}
.chat_bot_content .chatbot_cont .chat_list .chat .charting_name .chat_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.chat_bot_content .chatbot_cont .chat_list .chat .charting_name h1 {
  color: #111111;
  font-size: 14px;
  font-weight: 500;
}
.chat_bot_content .chatbot_cont .chat_list .chat .charting_name .time {
  color: #8f96a1;
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  /* header */
  .header__inner nav {
    max-width: fit-content;
    gap: 10px;
  }
  .header__inner nav ul li a {
    padding: 0 6px;
  }

  aside.Worklearn_sidebar.open .sidebar__inner {
    width: 100%;
  }
  .Worklearn_sidebar .js-toggle-second,
  aside.Worklearn_sidebar .more_btn_content {
    display: none;
  }
  .progress_area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
  .progress_box {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .mo_header {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .header__inner nav ul,
  .header__inner .right_area,
  .bubble {
    display: none;
  }
  .header {
    height: 56px;
  }
  .main {
    padding-top: 56px;
  }
  /* #wrap {
    padding-bottom: 615px;
  } */
  .btn_alram {
    width: 20px;
    height: 20px;
    background: url(../_img/icon/icon_alarm_mo.svg) no-repeat center center / contain;
  }
  .btn_alram.not {
    background: url(../_img/icon/icon_alarm_mo_not.svg) no-repeat center center / contain;
  }
  .alram_list {
    max-height: 100%;
  }
  aside.alarm_sidebar .sidebar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    border-bottom: 1px solid #e5e5ec;
    padding: 0 20px;
  }
  .alram_tit {
    padding: 0;
  }
  .all_delete {
    color: #767676;
    font-weight: 600;
    font-size: 14px;
  }
  .alram_tit {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .no_alram {
    height: 320px;
  }
  .alram_tit h1 {
    font-size: 18px;
  }
  .alram_list li h2,
  .no_alram p {
    font-size: 16px;
  }
  .alram_list li p {
    font-size: 14px;
  }
  .search_header .search__area {
    max-width: 100%;
  }
}
/* Mobile */
@media screen and (max-width: 768px) {
  #wrap {
    padding-bottom: 615px;
  }
  .myWorklearn_btn {
    width: 48px;
    height: fit-content;
    font-size: 14px;
    padding: 12px 0;
  }
  aside.Worklearn_sidebar .sidebar__inner .inner {
    padding-top: 56px;
  }
  aside.Worklearn_sidebar .item.first {
    padding: 20px;
  }
  .sidebar_title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background: #fff;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #e5e5ec;
  }
  .sidebar__close {
    top: 14px;
    right: 20px;
  }
  .Worklearn_sidebar .membership_period .title,
  .Worklearn_sidebar .profile .txt h1 {
    font-size: 16px;
  }
  .Worklearn_sidebar .title,
  .Worklearn_sidebar .profile .txt h1 b {
    font-size: 18px;
  }
  .Worklearn_sidebar .btn_gray_bor_B {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .Worklearn_sidebar .gray_bor_box.no_test p {
    font-size: 14px;
  }
  .Worklearn_sidebar .profile .txt .desc p,
  .Worklearn_sidebar .gray_text {
    font-size: 13px;
  }
  .Worklearn_sidebar .gray_bor_box {
    padding: 24px 20px;
    position: relative;
  }
  .Worklearn_sidebar .gray_bor_box .tit.mo_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 12px;
  }
  .Worklearn_sidebar .gray_bor_box .tit b {
    margin-top: 0;
    font-size: 32px;
  }
  .Worklearn_sidebar .chart__box {
    margin-top: 8px;
    max-width: 100%;
  }
  .Worklearn_sidebar .chart__box .chart_area {
    height: 100%;
  }
  .Worklearn_sidebar .chart__box .chart_area canvas {
    width: 100% !important;
    height: 100% !important;
  }
  .legend-container {
    position: absolute;
    top: 24px;
  }

  .footer {
    height: 615px;
    bottom: -615px;
  }
  .footer__inner {
    padding: 40px 20px 80px;
    flex-direction: column;
    gap: 24px;
  }
  .footer__inner .inform_area .link_area {
    flex-wrap: wrap;
  }
  .footer__inner .inform_area .link_area a,
  .footer__inner .patent .txt h1 {
    font-size: 14px;
  }
  .footer__inner .inform_area .footer_list li,
  .footer__inner .inform_area .copy,
  .footer__inner .patent .txt h2 {
    font-size: 13px;
  }
  .footer__inner .right_area {
    align-items: flex-start;
  }
  .footer__inner .sns_area a {
    width: 28px;
    height: 28px;
  }
  .footer__inner .patent .patent_icon {
    width: 19px;
    min-width: 19px;
    height: 28px;
  }

  /* mypage */
  .class_list li > a {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .class_list .prog_box {
    display: flex;
    align-items: center;
    max-width: 100%;
    gap: 8px;
  }
  .class_list .prog_box p {
    flex-shrink: 0;
  }
  .class_list.p20 li a {
    padding: 16px;
    gap: 8px;
  }
  hr.gray_line.m28 {
    margin: 20px 0;
  }
  .chat_bot_wrap.open {
    bottom: 0;
    right: 0;
    z-index: 10000;
    width: 100%;
  }
  .chat_bot_wrap.open .chat_bot {
    display: none;
  }
  .chat_bot_content {
    width: 100%;
    border-radius: 0;
    height: 100dvh;
  }
  .chat_bot_content .chatbot_cont {
    height: calc(100% - (133px + env(safe-area-inset-bottom)));
    max-height: calc(100% - (133px + env(safe-area-inset-bottom)));
  }
  .chat_bot_content:has(.file--name) .chatbot_cont {
    height: calc(100% - (185px + env(safe-area-inset-bottom)));
  }
}
