/*
* Copyright 2018 the original author or authors.
*
* danbee Inc. All rights reserved.
* No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form
* or by any means -  electronic,  mechanical, photocopying, recording, or otherwise,
* without the prior written permission of LG CNS.
*/
/* --------------------------------------------------
*  danbeeEdu Main Less
* --------------------------------------------------
*/
/*scroll*/
#page-wrapper {
  overflow-x: auto;
}
#page-wrapper.btn-y .float-btn {
  bottom: 34px;
}
#db-scrollArea,
.chat-setting,
.chatbot-sample-wrap {
  min-width: 1040px;
}
.select-none {
  user-select: none;
}
.select-all {
  user-select: text;
}
.badge-end {
  font-size: 18px;
  font-weight: 400;
  background: #8D9495;
  border: 1px solid #797D7D;
  color: #fff;
  border-radius: 50px;
  padding: 5px 10px;
  margin-right: 8px;
}
.txt-end {
  color: #FF6647;
  font-size: 12px;
}
/*애니메이션*/
.opacity {
  -webkit-animation: opacity 3s linear;
  animation: opacity 3s linear;
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
.flicker {
  -webkit-animation: flicker 1.8s infinite;
  animation: flicker 1.8s infinite;
}
@-webkit-keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.up-down {
  -webkit-animation: up-down 1.8s infinite;
  animation: up-down 1.8s infinite;
}
@-webkit-keyframes up-down {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 4px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes up-down {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 4px;
  }
  100% {
    margin-top: 0;
  }
}
/*스크롤 바*/
.book::-webkit-scrollbar,
.book_wrap::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.book::-webkit-scrollbar-track,
.book_wrap::-webkit-scrollbar-track {
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.book::-webkit-scrollbar-thumb,
.book_wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.18);
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
.book::-webkit-scrollbar-thumb:hover,
.book_wrap::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.book::-webkit-scrollbar-corner,
.book_wrap::-webkit-scrollbar-corner {
  background-color: #f8f8f8;
}
/*컨텐츠 left 정렬*/
.align-left-wrap .wrapper,
.align-left-wrap .dashboard-wrap,
.align-left-wrap .detail-wrapper {
  margin: 40px 0 0;
  padding: 0 80px 100px;
}
.align-left-wrap .title-area .title-area-inner,
.align-left-wrap .title-area .title-area-options,
.align-left-wrap .title-area .module-flex-wrap {
  margin: 0;
  padding: 0 50px;
}
.align-left-wrap .title-area .module-flex-wrap {
  margin-top: 55px;
}
.align-left-wrap .detail-title-area .title-area-inner {
  margin: 0;
  padding: 0 80px;
}
.align-left-wrap .sticky-header .sticky-header-row {
  padding: 10px 0;
}
.align-left-wrap .sticky-header .sticky-header-row .title-name {
  margin: 0;
  padding: 0 80px;
}
.align-left-wrap .sticky-header .list-wrap .list-inner {
  margin: 0;
}
.align-left-wrap .sticky-header .search-option-wrap .search-option-inner {
  margin: 0;
}
.align-left-wrap .tabs-wrap .tabs {
  margin: 0;
  padding: 0 80px;
}
.align-left-wrap .float-btn .float-inner {
  margin: 0;
  padding: 20px 80px;
}
.align-left-wrap .full-width-wrap .title-area .title-area-options {
  max-width: 100%;
}
.align-left-wrap .full-width-wrap .wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.landing-page .loginscreen.middle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 620px;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
  padding-top: inherit;
}
.landing-page .loginscreen.middle-box .intro-logo {
  display: block;
  width: 334px;
  height: 86px;
  margin: auto auto 6%;
}
.landing-page .loginscreen.middle-box .intro-logo img {
  width: 100%;
  height: 86px;
}
.landing-page .loginscreen.middle-box .intro-logo.code {
  width: 280px;
}
.landing-page .loginscreen.middle-box .bg-login {
  padding: 6%;
}
.landing-page .loginscreen.middle-box .bg-login.code {
  padding: 24px 16px 18px;
  border-radius: 0;
  box-shadow: none;
}
.landing-page .loginscreen.middle-box .bg-login.code .blueC {
  color: #6068b2 !important;
}
.landing-page .loginscreen.middle-box .bg-login.code:after {
  box-shadow: none;
  border-radius: 0;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div {
  padding: 0 0 24px;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div.alert {
  padding: 0 0 15px;
  margin: 0;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div:last-child {
  padding: 0 0 18px;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div.complete {
  padding: 0;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div.complete > div:first-child,
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div.complete p {
  padding: 0 8px;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div.complete .user-info {
  background: #f5f5f5;
  padding: 16px;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div.complete .user-info dl {
  display: flex;
  margin-bottom: 10px;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div.complete .user-info dl:last-child {
  margin-bottom: 0;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div.complete .user-info dl dt {
  font-weight: 700;
  width: 20%;
}
@media screen and (max-width: 425px) {
  .landing-page .loginscreen.middle-box .bg-login.code .signup-content > div.complete .user-info dl dt {
    width: 28%;
  }
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div.complete .user-info dl dd {
  color: #6068b2;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div.complete p:last-child {
  margin: 0;
  padding: 0;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div.complete button {
  opacity: 1;
  margin-bottom: 4px;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div.complete button img {
  display: inline-block;
  width: 20px;
  vertical-align: bottom;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div .module-ele-title {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  margin: 0 0 6px;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div p {
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 8px;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div p.alert-txt {
  position: relative;
  font-size: 12px;
  color: #cc0000;
  margin: 4px 0 0;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div p.alert-txt svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div input {
  background: #eeeeee;
  padding: 10px 16px;
  height: 40px;
  width: 100%;
  border: 0;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div input::placeholder {
  color: rgba(0, 0, 0, 0.38);
  font-style: normal;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div .code-num input {
  width: 86px;
}
.landing-page .loginscreen.middle-box .bg-login.code .signup-content > div .code-num input::placeholder {
  transform: translate3d(0, 3px, 0);
}
.landing-page .loginscreen.middle-box .bg-login.code .check-style {
  color: rgba(0, 0, 0, 0.6);
}
.landing-page .loginscreen.middle-box .bg-login.code .check-style input + label:before {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 6px;
  border-radius: 2px;
}
.landing-page .loginscreen.middle-box .bg-login.code .check-style input:checked + label:before {
  background-image: url(../img/edu/checked.png);
}
.landing-page .loginscreen.middle-box .bg-login.code .check-style a {
  font-size: 16px;
  color: #6068b2;
  text-decoration: underline;
}
.landing-page .loginscreen.middle-box .bg-login.code button {
  width: 100%;
  height: 58px;
  text-align: center;
  background: #7477de;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 17px 0;
  margin-top: 20px;
  opacity: 0.32;
}
.landing-page .loginscreen.middle-box .bg-login.code button.on {
  opacity: 1;
}
.landing-page .loginscreen.middle-box .bg-login h2 {
  margin: 0 0 30px;
  font-size: 20px;
}
.landing-page .loginscreen.middle-box .bg-login .clear-float {
  margin-top: 40px;
}
.landing-page .loginscreen.middle-box .bg-login .clear-float a {
  font-size: inherit;
}
.landing-page .loginscreen.middle-box .bg-login .input-wrapper2 img {
  top: 14px;
  left: 20px;
  width: 20px;
  height: 20px;
  filter: opacity(0.2);
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .clear-float .btn {
  width: 100%;
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .input-wrapper2 input {
  padding-left: 10px;
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad {
  text-align: center;
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad .password {
  margin: 0 0 30px;
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad .password input {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 18px;
  text-align: center;
  margin: 0 6px;
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad .password input.on {
  background: #FFAD36;
  border: 1px solid #FFAD36;
  color: #fff;
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad .keypad {
  background: #f1f1f1;
  padding: 20px;
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad .keypad button {
  float: left;
  width: calc(100% / 5);
  height: 36px;
  background: #fff;
  border: 1px solid #FFAD36;
  border-right: 0;
  border-top: 0;
  padding: 0;
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad .keypad button.bt {
  border-top: 1px solid #FFAD36;
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad .keypad button.br {
  border-right: 1px solid #FFAD36;
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad .keypad button:active {
  background: #eee;
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad .keypad .num {
  display: flex;
  width: 240px;
  margin: auto;
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad .keypad .num > div {
  width: 200px;
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad .keypad .num > div:last-child {
  width: 40px;
}
.landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad .keypad .num > div:last-child button {
  width: 100%;
  height: 72px;
  float: inherit;
}
@media screen and (max-width: 400px) {
  .landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad .keypad button {
    width: 32px;
  }
  .landing-page .loginscreen.middle-box .password-wrap .bg-login .password-keypad .keypad .num {
    width: 192px;
  }
}
/*로그인 팝업*/
.modal-open .modal {
  background: rgba(0, 0, 0, 0.6);
}
.login-popup .modal-content {
  border-radius: 10px;
}
.login-popup .modal-content .modal-body {
  border-radius: 10px;
  padding: 6% 4%;
}
.login-popup .modal-content .modal-body .modal-title {
  font-weight: 600;
  text-align: center;
  margin: 0 0 6%;
}
.login-popup .modal-content .modal-body .btn {
  width: 100%;
  font-size: 16px;
  margin: 5px 0;
  padding: 10px 0;
}
.login-popup .modal-content .modal-body .btn.btn-primary {
  margin: 20px 0 5px;
}
.login-popup .modal-content .modal-body .info-input .input-wrapper {
  width: 100%;
  background-color: #f7f7f7;
  margin: 5px 0;
}
.login-popup .modal-content .modal-body .info-input .input-wrapper input {
  width: 100%;
  padding: 10px;
}
.message-share {
  position: relative;
  top: 4px;
  padding: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
}
/*sms 공유 팝업*/
.sms-pop-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.sms-pop-wrap .sms-pop-inner {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 500px;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: auto;
}
.sms-pop-wrap .sms-pop-inner .sms-pop-header {
  text-align: center;
  font-weight: 600;
  padding-top: 20px;
}
.sms-pop-wrap .sms-pop-inner .sms-pop-header h4 {
  font-size: 24px;
}
.sms-pop-wrap .sms-pop-inner .sms-pop-header .close {
  position: absolute;
  top: 28px;
  right: 20px;
}
.sms-pop-wrap .sms-pop-inner .sms-pop-header .close span {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
.sms-pop-wrap .sms-pop-inner .sms-pop-body {
  min-height: 140px;
  padding: 20px;
}
.sms-pop-wrap .sms-pop-inner .sms-pop-body h5 {
  font-size: 16px;
  margin: 0 10px 20px;
}
.sms-pop-wrap .sms-pop-inner .sms-pop-body p {
  font-weight: 500;
  margin: 0 0 4px;
}
.sms-pop-wrap .sms-pop-inner .sms-pop-body div {
  margin: 10px 10px 20px;
}
.sms-pop-wrap .sms-pop-inner .sms-pop-body div .message-box {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px 10px;
  margin: 0;
}
.sms-pop-wrap .sms-pop-inner .sms-pop-body div input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 4px;
}
.sms-pop-wrap .sms-pop-inner .sms-pop-footer {
  padding: 12px 20px;
  text-align: right;
  background: #f7f9fa;
  border-top: 1px solid #e5e5e5;
}
.sms-pop-wrap .dimmed {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sms-pop-wrap.no-dimmed .sms-pop-inner {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}
.sms-pop-wrap.no-dimmed .dimmed {
  background: transparent;
}
#page-wrapper .floating-chatbot .share-chatbot-pop:after {
  left: 18%;
}
.navbar-static-side .top-bar {
  background: #3EBABF;
  border-bottom: 1px solid #329A9F;
}
.navbar-static-side .top-bar:before {
  display: none;
}
.navbar-static-side .top-bar .top-bar_con .button {
  color: #fff;
  height: 54px;
  padding: 10px 13px 20px;
  margin-right: 10px;
  margin-top: 12px;
}
.navbar-static-side .top-bar .top-bar_con .button:hover {
  color: #FFE600;
}
.navbar-static-side .top-bar .top-bar_con .button:hover svg {
  fill: #FFE600;
}
.navbar-static-side .top-bar .top-bar_con .button.active {
  background: #fff;
  color: #717171;
  border: 0;
}
.navbar-static-side .top-bar .top-bar_con .button.active svg {
  fill: #717171;
}
.navbar-static-side .top-bar .top-bar_con .button.btn-Ebook {
  padding: 0 10px;
  height: 42px;
}
.navbar-static-side .top-bar .top-bar_con .button.btn-Ebook.active {
  background: #00A4AC;
  border: 1px solid #0D99A0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  color: #fff;
}
.navbar-static-side .top-bar .top-bar_con .button.btn-Ebook.active svg {
  fill: #fff;
}
.navbar-static-side .top-bar .top-bar_con .button svg {
  width: 24px;
  vertical-align: text-bottom;
  fill: #fff;
}
.navbar-static-side .top-bar .my-account .group {
  color: #fff;
  cursor: pointer;
  margin-left: 0;
}
.navbar-static-side .top-bar .my-account .group .group-inner span.curri-name {
  max-width: 190px;
  margin-right: 4px;
}
.navbar-static-side .top-bar .my-account .group .group-inner span.tri {
  border-color: #fff;
}
.navbar-static-side .top-bar .my-account .group:hover,
.navbar-static-side .top-bar .my-account .group.active {
  background: #00A4AC;
  border: 1px solid #0D99A0;
}
.navbar-static-side .top-bar .my-account .ui-pop .ui-pop-item.ui-pop-item_list .group-list-inner {
  max-height: 136px;
  overflow-y: auto;
}
.navbar-static-side .top-bar .my-account .ui-pop .ui-pop-item.ui-pop-item_list .group-list-inner .group-list_item {
  cursor: pointer;
  padding: 3px 0;
}
.navbar-static-side .top-bar .my-account .ui-pop .ui-pop-item.ui-pop-item_list .group-list-inner .group-list_item:hover {
  background: rgba(255, 102, 71, 0.2);
}
.navbar-static-side .top-bar .my-account .ui-pop .ui-pop-item.ui-pop-item_list .group-list-inner .group-list_item p {
  display: flex;
  margin: 0;
}
.navbar-static-side .top-bar .my-account .ui-pop .ui-pop-item.ui-pop-item_list .group-list-inner .group-list_item p span {
  max-width: calc(100% - 55px);
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.navbar-static-side .top-bar .admin {
  line-height: 22px;
  margin-left: 54px;
  margin-right: auto;
}
.navbar-static-side .top-bar .admin p {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.navbar-static-side .top-bar .admin ul {
  margin: 0;
  padding: 0;
}
.navbar-static-side .top-bar .admin ul li {
  display: inline-block;
}
.navbar-static-side .top-bar .admin ul li span {
  color: #FF6647;
  font-weight: 500;
  margin: 0 6px 0 2px;
}
.navbar-static-side .top-banner {
  background: #fff;
  border-bottom: 1px solid #d1d1d1;
}
.navbar-static-side .top-banner .btn-i-wrap .btn-i:hover,
.navbar-static-side .top-banner .btn-i-wrap .btn-i:active {
  background: #CFFDFF;
  color: #717171;
  cursor: pointer;
  outline: none;
}
.navbar-static-side .top-banner .btn-i-wrap .btn-i.active {
  background: #37C8CF;
  color: #fff;
}
.navbar-static-side .top-banner .btn-i-wrap .btn-i.active svg {
  fill: #fff;
}
.navbar-static-side .top-banner .btn-i-wrap .btn-i.btn-test.active {
  background: #37C8CF;
  border-color: #37C8CF;
}
.scroll-spy .tab-item a {
  color: #333;
  font-weight: 600;
}
.scroll-spy .tab-item.active a {
  color: #FFAD36;
}
.chat-edu-list .chatbot-sample-section {
  position: relative;
}
.chat-edu-list .scroll-a {
  position: absolute;
  bottom: 20%;
}
/*header option style*/
.filters-list select.form-control {
  width: fit-content;
  display: inline-block;
}
.table {
  background: #fff;
}
.table th {
  background: #e8e8e8;
}
.table th small.question-txt {
  font-weight: 500;
}
.table th small.question-txt:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.13);
}
.table th small.question-txt:hover .info-laypop {
  display: block;
}
.table th small.question-txt div.info-laypop {
  display: none;
  position: absolute;
  padding: 10px;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  z-index: 1;
  font-weight: 400;
  font-size: 13px;
}
.table th small i.shape-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #FF981D;
  margin: 0 2px;
}
.table td .flex {
  display: flex;
  align-items: center;
}
.table td .check-style input + label:before {
  margin: -1px 5px 0;
}
.table td.left {
  text-align: left;
}
.table td .delete-disabled button {
  padding: 0;
}
.table td .delete-disabled .db-person-select {
  padding: 8px;
  background: #ccc;
}
.table td .btn-delete.btn-secondary-line {
  color: #b00e00 !important;
  border: 1px solid #b00e00;
}
.table td .btn-delete.btn-disabled-line {
  color: #c0c0c0 !important;
  font-weight: 500;
}
.table td .btn-delete.btn-cancel-line {
  font-size: 14px;
  margin-left: 6px;
  padding: 6px 8px;
  background: #ffffff;
  color: #FFAD36;
  border: 1px solid #FFAD36;
}
.table td .btn-secondary-line {
  padding: 6px 8px;
  margin-left: 6px;
  font-size: 14px;
}
.table td .txt-delete-date {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 8px;
}
.table td img.img-chatbot {
  width: 30px;
  height: auto;
  border-radius: 50%;
  margin: -4px 2px 0 0;
}
.table td img.img-chatbot.disable {
  filter: grayscale(1);
}
.table td .circle-chapter {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FF981D;
  color: #fff;
  line-height: 1.6;
  cursor: default;
  text-align: center;
  margin: 0 1px;
}
.table td .circle-chapter.disable {
  filter: grayscale(1);
}
.table td .step {
  width: auto;
}
.table td .step:before {
  content: "";
  display: block;
  clear: both;
}
.table td .step .circle-chapter {
  float: left;
  background: #7D7D7D;
}
.table td .step .circle-chapter.step1 {
  background: #FF0000;
}
.table td .step .circle-chapter.step2 {
  background: #FF4C00;
}
.table td .step .circle-chapter.step3 {
  background: #F68B1E;
}
.table td .step .circle-chapter.step4 {
  background: #8BC53F;
}
.table td .step .circle-chapter.step5 {
  background: #3A93E5;
}
.table td .step .circle-chapter.disable {
  background: #A6A6A6;
}
.disable {
  color: #333;
}
/* 상세 페이지 */
.detail-title-area {
  padding-bottom: 0;
}
.detail-title-area .title-area-inner {
  max-width: 1580px;
  padding: 0 80px;
}
.list-move {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 2px solid #D5D5D5;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 10px;
}
.list-move .list-wrap {
  float: right;
  width: 42%;
}
.list-move .list-wrap:first-child {
  float: left;
}
.list-move .list-wrap p {
  font-size: 18px;
  color: #6f6f6f;
  font-weight: 600;
}
.list-move .list-wrap p span {
  font-weight: 400;
}
.list-move .list-wrap .list-item {
  height: 202px;
  border: 1px solid #D5D5D5;
}
.list-move .list-wrap .list-item .list-box {
  width: 100%;
  height: 100%;
  overflow: auto;
  border-top: 0;
  padding-left: 0;
}
.list-move .list-wrap .list-item .list-box li {
  padding: 6px 10px;
  list-style: none;
}
.list-move .list-wrap .list-item .list-box li:hover,
.list-move .list-wrap .list-item .list-box li.active {
  background: #ffac63;
  cursor: pointer;
  color: #ffffff;
}
.list-move .list-wrap .list-item .list-box li.end {
  background: #ddd;
  color: #9E9E9E;
}
.list-move .list-wrap .list-item .list-box li.end:hover {
  cursor: default;
}
.list-move .btn-wrap {
  position: absolute;
  top: 75px;
  left: 50%;
  text-align: center;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.list-move .btn-wrap button {
  width: 70%;
  margin: 0 auto 4px;
}
.table.table-detail th {
  text-align: left;
  padding: 10px 18px;
}
.table.table-detail td {
  padding: 10px 18px;
}
.table.table-detail td .discription {
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  font-size: 14px;
  padding-left: 18px;
  margin: 0 0 10px 4px;
}
.table.table-detail td .discription svg {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
}
.table.table-detail input {
  border: 1px solid #c5c6c7;
  padding: 4px 6px;
}
.table.table-detail input[disabled] {
  background-color: rgba(239, 239, 239, 0.6);
}
.table.table-detail select {
  border: 1px solid #c5c6c7;
  padding: 4px 6px;
}
.table.table-detail p {
  margin: 10px 0 0;
  font-size: 13px;
}
.table.table-detail .btn-filter {
  padding: 0;
  border-radius: 0;
  border: 1px solid #c5c6c7;
}
.table.table-detail textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #c5c6c7;
}
.table.table-detail .curri-item {
  display: inline-block;
  width: auto;
  border: 1px solid #c5c6c7;
  padding: 4px 6px;
  margin: 2px 2px 2px;
}
.table.table-detail .curri-item i {
  float: right;
  margin-left: 8px;
  font-style: inherit;
}
.table.table-detail .curri-item i:hover {
  cursor: pointer;
}
.table.table-detail .flow-select .connect-flow {
  width: 39%;
  display: inline-block;
}
.table.table-detail .flow-select p {
  margin-top: 0;
  font-size: 16px;
}
.table.table-hover tr:hover {
  background: rgba(255, 173, 54, 0.2);
}
.table.table-hover tr:hover:first-child {
  background: transparent;
}
.ibox-title {
  font-size: 1.3em;
  font-weight: 600;
  margin: 40px 0 20px;
}
.ibox-title:first-child {
  margin: 0 0 20px;
}
/*select 스타일*/
.option-module-hal {
  height: 36px;
}
.option-module-hal .option-module-inner .popup-now .popup-now-chatbot {
  width: 100%;
  padding: 7px 8px;
}
.option-module-hal .option-module-inner .popup-now .popup-now-chatbot span {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  padding: 0 26px 0 0;
}
.option-module-hal .option-module-inner .popup-now .popup-now-chatbot span:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
}
.option-module-hal .option-module-inner .option-list {
  border: 1px solid #ccc;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
}
.option-module-hal .option-module-inner .option-list .check-style {
  font-size: 14px;
  padding: 10px 10px 0;
}
.option-module-hal .option-module-inner .option-list .check-style input + label:before {
  margin-right: 10px;
}
.option-module-hal .option-module-inner .option-list .option-list-input {
  padding: 10px 10px 0;
}
.option-module-hal .option-module-inner .option-list .option-list-input input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 8px;
  width: 100%;
  font-size: 14px;
}
/*modal popup*/
.modal .modal-header {
  border-bottom: none;
  text-align: center;
  padding: 20px;
}
.modal .modal-header .modal-title {
  font-weight: 600;
  width: 100%;
}
.modal .modal-header .close {
  float: right;
  font-weight: 600;
  margin-top: 6px;
}
.modal p {
  margin-bottom: 10px;
}
.modal .list-input {
  border: 1px solid #c5c6c7;
}
.modal .list-input input {
  width: 90%;
  border: 0;
  padding: 4px 10px;
}
.modal .list-input .icon_search {
  display: inline-block;
  width: 10%;
  text-align: center;
  padding: 10px 0;
}
.modal .list-box {
  width: 100%;
  height: 100%;
  min-height: 120px;
  max-height: 260px;
  overflow: auto;
  border: 1px solid #c5c6c7;
  border-top: 0;
  padding-left: 0;
}
.modal .list-box li {
  padding: 6px 10px;
  list-style: none;
}
.modal .list-box li:hover,
.modal .list-box li.active {
  background: #ffac63;
  cursor: pointer;
  color: #ffffff;
}
/*E-Boo 작성 내용 팝업*/
.ebook-write-header {
  position: relative;
  text-align: left !important;
  display: block;
  height: fit-content;
  border-bottom: 1px solid #e5e5e5 !important;
  cursor: default;
  user-select: none;
}
.ebook-write-header h6 {
  font-size: 20px;
  margin: 0;
}
.ebook-write-header button.close {
  float: inherit;
  position: absolute;
  top: 23px;
  right: 20px;
}
#pop-eud01.in {
  z-index: 1354 !important;
}
#pop-eud03.in {
  z-index: 1351 !important;
}
#pop-eud04.in {
  z-index: 1352 !important;
}
#pop-eud05.in {
  z-index: 1353 !important;
}
/*교육과정 샘플 챗봇 선택*/
.curriculum-select {
  display: flex;
}
.curriculum-select > div {
  margin-right: 10px;
}
.curriculum-select > div:last-child {
  margin-right: 0;
}
.curriculum-select > div b {
  display: inline-block;
  margin-bottom: 10px;
}
.curriculum-select > div .check-style > div {
  margin: 6px 0;
}
.curriculum-select > div .check-style > div:first-child {
  margin-top: 0;
}
.curriculum-select > div .check-style > div:last-child {
  margin-bottom: 0;
}
.curriculum-select > div .img-chatbot {
  margin-right: 6px;
}
.bot-list.tenent-bot-list .old-ibox-content .col-md-8 .clear-float {
  margin-top: 0;
}
.bot-list.tenent-bot-list .old-ibox-content .bot-statistics {
  margin: 0 -19px;
}
.bot-list.tenent-bot-list .old-ibox-content .bot-statistics .button {
  display: block;
  width: 90%;
  margin: 10px auto;
  padding: 12px 15px;
}
.title-area.option {
  padding-bottom: 110px;
}
.title-area.option .title-area-options {
  margin-top: 20px;
}
.title-area.option .title-area-options dl {
  margin-right: 10px;
}
.title-area.option .title-area-options .button {
  padding: 8px 16px;
  margin: 9px 10px;
}
.wrapper-content .list-top-menu {
  margin: 0 0 8px;
}
.wrapper-content .list-top-menu .ibox-title {
  width: 30%;
}
.wrapper-content .list-top-menu .top-buttons > div {
  padding: 0;
}
.wrapper-content .text-box {
  margin: 40px 0;
}
.wrapper-content .text-box p {
  display: inline-block;
  font-size: 16px;
  margin: 0;
}
.wrapper-content .text-box p b {
  color: #ffad36;
  border-bottom: 2px solid #ffad36;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .landing-page .loginscreen.middle-box {
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 0 5%;
    margin-top: 170px;
  }
}
@media screen and (max-width: 500px) {
  .landing-page .loginscreen.middle-box .intro-logo {
    width: 80%;
  }
}
/* e-book 분할 스타일 Start */
.resize-bar {
  position: fixed;
  right: 0;
  width: 12px;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 2;
}
.resize-bar:hover,
.resize-bar:active {
  opacity: 0.6;
  cursor: ew-resize;
}
.resize-bar:after,
.resize-bar:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  border-radius: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -25%;
}
.resize-bar:before {
  left: 30%;
}
.resize-bar:after {
  right: 30%;
}
.ebook-panel-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 700px;
  height: 100%;
  background: #fff;
  border-right: solid 1px #eeeeee;
  overflow-x: auto;
}
.ebook-panel-wrap .ebook-header {
  position: relative;
  border-bottom: 1px solid #aaa;
  width: calc(100% - 12px);
  min-width: 510px;
  height: 64px;
  padding: 0 190px 0 100px;
  background: #fff;
  user-select: none;
  color: #717171;
}
.ebook-panel-wrap .ebook-header.center {
  text-align: center;
  font-size: 24px;
  padding: 0 30px;
  line-height: 56px;
}
.ebook-panel-wrap .ebook-header .badge-end {
  position: relative;
  top: -2px;
}
.ebook-panel-wrap .ebook-header .btn-edu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #BFBFBF;
  border-radius: 25px;
  background: #fff;
  color: #717171;
  font-weight: 700;
  padding: 8px 10px;
}
.ebook-panel-wrap .ebook-header .btn-edu:hover {
  background: #CFFDFF;
}
.ebook-panel-wrap .ebook-header .btn-edu.btn-ebookList {
  left: 10px;
}
.ebook-panel-wrap .ebook-header .btn-edu.btn-chatbotMake {
  right: 56px;
}
.ebook-panel-wrap .ebook-header .btn-edu.btn-ebookClose {
  right: 10px;
  width: 42px;
  height: 42px;
  border: 1px solid #BFBFBF;
  border-radius: 50%;
  padding: 0;
}
.ebook-panel-wrap .ebook-header .btn-edu.btn-ebookClose svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.ebook-panel-wrap .ebook-header .btn-edu svg {
  fill: #717171;
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
.ebook-panel-wrap .ebook-header span {
  display: inline-block;
  font-size: 14px;
  color: #717171;
  line-height: 12px;
  margin-top: 4px;
}
.ebook-panel-wrap .ebook-header h2 {
  margin: 4px 0 0;
  font-size: 20px;
  color: #717171;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ebook-panel-wrap .book {
  width: calc(100% - 12px);
  height: calc(100% - 65px);
  min-width: calc(510px - 12px);
  overflow: auto;
}
.ebook-panel-wrap .book.book-list {
  background: #f8f8f8;
}
.ebook-panel-wrap .book .progress-box {
  display: none;
}
.ebook-panel-wrap .book .book-inner .book_wrap {
  min-width: calc(510px - 12px);
}
.ebook-panel-wrap .book .curriculum-list-wrap {
  padding: 10px;
}
.ebook-panel-wrap .book .book-locker-wrap {
  min-width: 360px;
  overflow: auto;
}
.ebook-panel-wrap .book .book-locker-wrap section:first-child {
  border-top: 0;
  padding: 0;
}
.ebook-panel-wrap .book .book-locker-wrap section h3 {
  text-align: center;
  font-weight: 600;
  color: #555;
  margin: 0;
  padding: 40px 0 60px;
}
.ebook-panel-wrap .book .book-locker-wrap section .book-locker-inner {
  max-width: 860px;
  margin: 20px auto;
  overflow: auto;
}
.ebook-panel-wrap .book .book-locker-wrap section .book-locker-inner .book-locker-item {
  float: left;
  width: 50%;
  margin: 0 0 40px;
  text-align: center;
}
.ebook-panel-wrap .book .book-locker-wrap section .book-locker-inner .book-locker-item.tutorial-book {
  float: inherit;
  margin: 0 auto 40px;
}
.ebook-panel-wrap .book .book-locker-wrap section .book-locker-inner .book-locker-item.no-open a {
  cursor: default;
}
.ebook-panel-wrap .book .book-locker-wrap section .book-locker-inner .book-locker-item div.img {
  position: relative;
  width: 200px;
  margin: auto;
}
.ebook-panel-wrap .book .book-locker-wrap section .book-locker-inner .book-locker-item div.img div {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  transform: translate3d(-50%, 0, 0);
  color: #fff;
}
.ebook-panel-wrap .book .book-locker-wrap section .book-locker-inner .book-locker-item div.img div > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 18px;
  transform: translate3d(-50%, -50%, 0);
}
.ebook-panel-wrap .book .book-locker-wrap section .book-locker-inner .book-locker-item div.img div > span svg {
  display: block;
  width: 56px;
  height: 56px;
  margin: auto auto 12px;
}
.ebook-panel-wrap .book .book-locker-wrap section .book-locker-inner .book-locker-item div.img div > span .step {
  width: fit-content;
}
.ebook-panel-wrap .book .book-locker-wrap section .book-locker-inner .book-locker-item img {
  max-width: 200px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.ebook-panel-wrap .book .book-locker-wrap section .book-locker-inner .book-locker-item p.title {
  font-size: 20px;
  font-weight: 600;
  color: #555;
  margin-top: 6px;
}
.ebook-panel-wrap .book .book-locker-wrap section .book-locker-inner .book-locker-item p.summary {
  font-size: 16px;
  color: #555;
}
.ebook-panel-wrap .book-controller {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  border-top: solid 1px #eeeeee;
  background: #fff;
  display: flex;
  padding: 15px 0;
}
.ebook-panel-wrap .book-controller .book-list {
  width: 80px;
  height: 32px;
  border: 1px solid #ffad36;
  font-size: 16px;
  color: #ffad36;
  margin: 0 16px;
}
.ebook-panel-wrap .book-controller .book-list p {
  font-size: 14px;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.ebook-panel-wrap .book-controller .book-list p:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.ebook-panel-wrap .book-controller .book-list ul {
  position: absolute;
  bottom: 48px;
  left: 16px;
  height: 162px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  background: #fff;
  padding: 16px 0;
  margin: 0;
  overflow-y: auto;
}
.ebook-panel-wrap .book-controller .book-list ul li {
  display: flex;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  list-style: none;
  padding: 0 16px;
}
.ebook-panel-wrap .book-controller .book-list ul li.disabled {
  color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.2);
}
.ebook-panel-wrap .book-controller .book-list ul li.disabled:hover {
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.ebook-panel-wrap .book-controller .book-list ul li:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.ebook-panel-wrap .book-controller .book-list ul li em {
  width: 40px;
  font-style: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
}
.ebook-panel-wrap .book-controller .title-wrap {
  width: calc(100% - 300px);
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.ebook-panel-wrap .book-controller .title-wrap .title {
  display: block;
  font-size: 7px;
  color: rgba(0, 0, 0, 0.38);
}
.ebook-panel-wrap .book-controller .title-wrap div .sub-title {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: fit-content;
  margin-right: 6px;
}
.ebook-panel-wrap .book-controller .title-wrap div .btn-audio {
  display: flex;
  width: 62px;
  border-radius: 16px;
  border: 1px solid #bdbdbd;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
  padding: 2px 6px;
  cursor: pointer;
}
.ebook-panel-wrap .book-controller .title-wrap div .btn-audio span {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/edu/ebook/icon-mic.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.ebook-panel-wrap .book-controller .title-wrap div .btn-audio.on {
  color: #ffad36;
  border: 1px solid #ffad36;
}
.ebook-panel-wrap .book-controller .title-wrap div .btn-audio.on span {
  background-image: url(../img/edu/ebook/icon-mic-on.png);
}
.ebook-panel-wrap .book-controller .pagination {
  width: 154px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 0 6px;
  padding-right: 14px;
}
.ebook-panel-wrap .book-controller .pagination button {
  border: none;
  background: transparent;
  padding: 0;
}
.ebook-panel-wrap .book-controller .pagination input {
  width: 40px;
  border: 1px solid #e0e0e0;
  padding: 0 4px;
}
.platform-wrap #wrapper {
  width: 100%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  margin-left: 33.33%;
  left: initial;
  overflow-x: hidden;
}
.platform-wrap #wrapper .navbar-static-side {
  width: 100vw;
}
.platform-wrap #wrapper .navbar-static-side .top-bar {
  width: calc(100% - 33.33%);
}
.platform-wrap #wrapper #page-wrapper {
  margin: 0 0 0 calc(33.33% + 80px);
}
.platform-wrap #wrapper #page-wrapper .floating-chatbot {
  left: calc(33.33% + 112px);
}
.platform-wrap #wrapper #page-wrapper .floating-chatbot.left {
  left: calc(33.33% + 352px);
}
.platform-wrap #wrapper #page-wrapper.toggled {
  margin: 0 0 0 calc(33.33% + 322px);
}
.platform-wrap .footer {
  width: calc(100% - (33.33% + 80px));
}
/* e-book 분할 스타일 End */
.speech-bubble {
  position: relative;
  background: #b00200;
  border-radius: 13px;
  width: fit-content;
  padding: 3px 8px 3px 8px;
  line-height: 50%;
}
.speech-bubble:after {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #b00200;
  border-top: 0;
  border-left: 0;
  margin-left: -13px;
  margin-top: -7px;
}
.speech-bubble img {
  width: 25px;
  vertical-align: middle;
}
.speech-bubble span {
  font-family: NotoSansCJKkr;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.border-alert {
  border: 1px solid #b00200 !important;
}
/*fillter right*/
.edu-filter {
  display: flex;
  align-items: center;
  color: #212121;
}
.edu-filter.filter-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.edu-filter span {
  display: block;
  width: 90px;
  font-size: 16px;
  font-weight: 500;
}
.edu-filter select {
  color: #212121;
}
/*진척도 text 컬러 5단계*/
.step {
  display: inline-block;
  width: 80px;
  text-align: center;
}
.step i {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #D6D6D6;
  margin-right: 2px;
}
.step i.step1 {
  background: #FF0000;
}
.step i.step2 {
  background: #FF4C00;
}
.step i.step3 {
  background: #F68B1E;
}
.step i.step4 {
  background: #8BC53F;
}
.step i.step5 {
  background: #3A93E5;
}
/*진척도 box 컬러 5단계 */
.progress-wrap {
  display: flex;
  align-items: flex-end;
  background: #fff;
  border: 0.5px solid #c0c0c0;
  border-radius: 0 0 4px 4px;
  font-weight: 500;
  padding: 0 0.5px 4px 0.5px;
  user-select: none;
  cursor: default;
}
.progress-wrap .step {
  width: 80px;
  margin-right: 20px;
}
.progress-wrap .step i {
  top: 2px;
}
.progress-wrap .progress-inner {
  width: 100%;
  display: flex;
}
.progress-wrap .progress-inner div {
  width: 25%;
}
.progress-wrap .progress-inner div.step0 p {
  text-align: left;
  padding-left: 10px;
}
.progress-wrap .progress-inner div.step0 .step {
  position: relative;
  width: auto;
  margin: 0;
  font-style: normal;
  font-weight: bold;
}
.progress-wrap .progress-inner div.step1 span {
  background: #FF0000;
}
.progress-wrap .progress-inner div.step2 span {
  background: #FF4C00;
}
.progress-wrap .progress-inner div.step3 span {
  background: #F68B1E;
}
.progress-wrap .progress-inner div.step4 span {
  background: #8BC53F;
}
.progress-wrap .progress-inner div.step5 span {
  background: #3A93E5;
}
.progress-wrap .progress-inner div span {
  display: block;
  width: 100%;
  height: 14px;
  background: #D6D6D6;
  border: 1px solid #fff;
}
.progress-wrap .progress-inner div p {
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.btn-learning {
  color: #fff;
  font-size: 16px;
  background: #FFAD36;
  border: 0;
  border-radius: 30px;
  padding: 6px 12px;
}
.btn-learning.end {
  background: #FF6647;
}
/*교육 대시보드*/
.edu-dashboard {
  max-width: 1580px;
  padding: 40px 80px;
  margin: 0;
}
.edu-dashboard .button {
  background: #757575;
  border: 1px solid #757575;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 10px;
}
.edu-dashboard .button.button-line {
  border: 1px solid #757575;
  background: #fff;
  color: #757575;
  padding: 2px 4px;
  font-weight: 400;
  margin-right: 6px;
}
.edu-dashboard .button.button-line:last-child {
  margin-right: 0;
}
.edu-dashboard h3 {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #555;
  margin: 0;
  padding: 0 0 6px;
}
.edu-dashboard h3 div {
  margin-left: auto;
}
.edu-dashboard .dashboard-inner {
  display: flex;
}
.edu-dashboard .dashboard-inner section {
  width: 50%;
  padding: 0 30px 40px 0;
}
.edu-dashboard .dashboard-inner section:last-child {
  padding-right: 0;
  padding-left: 30px;
}
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header {
  margin-bottom: 10px;
}
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl {
  border: 1px solid #E3E3E3;
  border-top: 4px solid #6D6D6D;
}
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd {
  position: relative;
}
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd .group {
  width: fit-content;
}
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd .group.select p:hover,
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd .group.select p:active,
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd .group.select p:focus {
  cursor: pointer;
}
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd .group.select ul {
  display: block;
}
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd .group p {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding: 4px 40px 4px 0;
  margin: -2px 0 0;
}
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd .group p:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 4px;
  display: block;
  width: 0;
  height: 0;
  border-radius: 2px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
}
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd .group p:hover {
  cursor: pointer;
  background: #eee;
}
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd .group ul {
  position: absolute;
  left: 20px;
  width: 300px;
  max-height: 360px;
  background: #fff;
  border: 1px solid #e0e0e0;
  list-style: none;
  overflow-y: auto;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0;
}
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd .group ul li {
  font-size: 18px;
  padding: 6px;
}
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd .group ul li:last-child {
  padding: 0 6px 6px;
}
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd .group ul li:hover,
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd .group ul li:active,
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-header dl dd .group ul li:focus {
  background: #e0e0e0;
  cursor: pointer;
}
.edu-dashboard .dashboard-inner section .curriculum-list-wrap .curriculum-list-body h3 {
  margin-top: 20px;
}
.edu-dashboard .dashboard-inner section .item h3 {
  display: flex;
  align-items: center;
}
.edu-dashboard .dashboard-inner section .item h3 div {
  margin-left: auto;
}
.edu-dashboard .dashboard-inner section .item.board {
  color: #616161;
}
.edu-dashboard .dashboard-inner section .item.board ul {
  list-style: none;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-top: 4px solid #6D6D6D;
  margin-bottom: 40px;
  padding: 0;
}
.edu-dashboard .dashboard-inner section .item.board ul.none li {
  display: block;
  text-align: center;
}
.edu-dashboard .dashboard-inner section .item.board ul li {
  display: flex;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #C7C7C7;
}
.edu-dashboard .dashboard-inner section .item.board ul li:last-child {
  border-bottom: 0;
}
.edu-dashboard .dashboard-inner section .item.board ul li span {
  display: inline-block;
  width: 110px;
  text-align: center;
}
.edu-dashboard .dashboard-inner section .item.board ul li p {
  width: calc(100% - 228px);
  padding: 0 4px;
  margin: 0;
}
.edu-dashboard .dashboard-inner section .item.board ul li p a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #616161;
  padding-bottom: 1px;
}
.edu-dashboard .dashboard-inner section .item.board ul li p a:hover {
  text-decoration: underline;
}
.edu-dashboard .dashboard-inner section .item.board.teacher-board p {
  width: calc(100% - 338px);
}
.edu-dashboard .dashboard-inner section .item.board.teacher-board p a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 라인수 */
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1.2em;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1px;
}
.edu-dashboard .dashboard-inner section .item.list h3 {
  border-bottom: 4px solid #6D6D6D;
}
.edu-dashboard .dashboard-inner section .item.list dl {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-top: 1px solid #C7C7C7;
  padding: 10px;
  margin: 0;
}
.edu-dashboard .dashboard-inner section .item.list dl.first {
  border-top: 0;
}
.edu-dashboard .dashboard-inner section .item.list dl.none {
  display: block;
  text-align: center;
}
.edu-dashboard .dashboard-inner section .item.list dl dt {
  width: 80px;
}
.edu-dashboard .dashboard-inner section .item.list dl dt img {
  display: block;
  width: 60px;
  border-radius: 50%;
}
.edu-dashboard .dashboard-inner section .item.list dl dd {
  width: calc(100% - 300px);
}
.edu-dashboard .dashboard-inner section .item.list dl dd:last-child {
  width: 220px;
  text-align: right;
}
.edu-dashboard .dashboard-inner section .item.list dl dd:last-child .button {
  margin-top: 6px;
  font-size: 12px;
  padding: 4px 6px;
}
.edu-dashboard .dashboard-inner section .item.list dl dd p {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
}
.edu-dashboard .dashboard-inner section .item.list dl dd span {
  font-size: 14px;
  color: #424242;
  margin-right: 6px;
}
.edu-dashboard .dashboard-inner section .item.list dl dd span:last-child {
  margin-right: 0;
}
.edu-dashboard .dashboard-inner section .item.list dl dd div {
  display: flex;
}
.edu-dashboard .dashboard-inner section .item.list.friends-chatbot {
  margin-top: 60px;
}
.edu-dashboard .dashboard-inner section .item.list.friends-chatbot dl dd {
  width: calc(100% - 180px);
}
.edu-dashboard .dashboard-inner section .item.list.friends-chatbot dl dd:last-child {
  width: 100px;
}
.edu-dashboard .dashboard-inner section .item.list.friends-chatbot dl dd p {
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .edu-dashboard .dashboard-inner:last-child {
    display: block;
  }
  .edu-dashboard .dashboard-inner:last-child section {
    width: 100%;
  }
}
/*교육과정 목록*/
.curriculum-list-wrap .curriculum-list-body dl {
  min-height: 128px;
  border-radius: 18px 18px 0 0;
}
.curriculum-list-wrap .curriculum-list-body dl:hover * {
  cursor: pointer;
}
.curriculum-list-wrap .curriculum-list-body dl:hover dd {
  background: #ECFFD2;
}
.curriculum-list-wrap .curriculum-list-body dl dt {
  position: relative;
  border-bottom: 1px solid #E3E3E3;
  border-radius: 18px 0 0 0;
  margin: 0;
}
.curriculum-list-wrap .curriculum-list-body dl dt i {
  position: absolute;
  font-style: normal;
  font-size: 28px;
  color: #fff;
  z-index: 1;
  padding: 4px 14px;
}
.curriculum-list-wrap .curriculum-list-body dl dt img {
  display: block;
  width: 100%;
  height: 128px;
  border-radius: 18px 0 0 0;
}
.curriculum-list-wrap .curriculum-list-body dl dd {
  border-radius: 0 18px 0 0;
  border-bottom: 1px solid #E3E3E3;
}
.curriculum-list-wrap .curriculum-list-body .fit-box:after {
  content: "";
  display: block;
  clear: both;
}
.curriculum-list-wrap .curriculum-list-body .fit-box p {
  font-size: 14px;
  margin: 0;
}
.curriculum-list-wrap .curriculum-list-body .fit-box div {
  float: left;
  display: flex;
}
.curriculum-list-wrap .curriculum-list-body .fit-box div img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
}
.curriculum-list-wrap .curriculum-list-body .fit-box span.button {
  float: right;
  border: 1px solid #757575;
  background: #fff;
  color: #757575;
  padding: 2px 4px;
  font-weight: 400;
}
.curriculum-list-wrap .curriculum-list {
  margin-bottom: 12px;
}
.curriculum-list-wrap .curriculum-list .step1 {
  background: #FF0000 !important;
}
.curriculum-list-wrap .curriculum-list .step2 {
  background: #FF4C00 !important;
}
.curriculum-list-wrap .curriculum-list .step3 {
  background: #F68B1E !important;
}
.curriculum-list-wrap .curriculum-list .step4 {
  background: #8BC53F !important;
}
.curriculum-list-wrap .curriculum-list .step5 {
  background: #3A93E5 !important;
}
.curriculum-list-wrap .curriculum-list dl {
  display: flex;
  background: #fff;
  margin: 0;
}
.curriculum-list-wrap .curriculum-list dl.on dd .progress-wrap {
  align-items: center;
}
.curriculum-list-wrap .curriculum-list dl.off {
  background: transparent;
}
.curriculum-list-wrap .curriculum-list dl.off:hover * {
  cursor: default;
}
.curriculum-list-wrap .curriculum-list dl.off dt {
  filter: brightness(0.4);
}
.curriculum-list-wrap .curriculum-list dl.off dd {
  background: #D3D3D3;
  padding: 20px 20px 10px 16px;
}
.curriculum-list-wrap .curriculum-list dl.off dd .progress-wrap {
  align-items: center;
}
.curriculum-list-wrap .curriculum-list dl.off dd .on-off .edu-badge span {
  background: #9E9E9E;
}
.curriculum-list-wrap .curriculum-list dl.end dt {
  filter: brightness(0.4);
}
.curriculum-list-wrap .curriculum-list dl.end dd .on-off .edu-badge span {
  background: #FF6647 !important;
}
.curriculum-list-wrap .curriculum-list dl.perfect dt {
  filter: opacity(0.5);
}
.curriculum-list-wrap .curriculum-list dl dt {
  width: 128px;
  margin: auto;
}
.curriculum-list-wrap .curriculum-list dl dt span.level {
  display: block;
  max-width: 120px;
  min-width: 80px;
  width: fit-content;
  max-height: 84px;
  min-height: 42px;
  height: fit-content;
  border-radius: 30px;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin: auto;
  padding: 8px 4px;
}
.curriculum-list-wrap .curriculum-list dl dt span.level.level1 {
  background: #F4B13D;
}
.curriculum-list-wrap .curriculum-list dl dt span.level.level2 {
  background: #8BC53F;
}
.curriculum-list-wrap .curriculum-list dl dt span.level.level3 {
  background: #769FEE;
}
.curriculum-list-wrap .curriculum-list dl dt span.level.level4 {
  background: #E46143;
}
.curriculum-list-wrap .curriculum-list dl dt span.level.level-special {
  background: #F43D48;
}
.curriculum-list-wrap .curriculum-list dl dd {
  position: relative;
  width: calc(100% - 128px);
  padding: 10px 20px 10px 16px;
}
.curriculum-list-wrap .curriculum-list dl dd h5 {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 6px;
}
.curriculum-list-wrap .curriculum-list dl dd h5 div {
  margin-left: auto;
}
.curriculum-list-wrap .curriculum-list dl dd > p {
  line-height: 18px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 2px;
}
.curriculum-list-wrap .curriculum-list dl dd .on-off {
  position: absolute;
  width: calc(100% - 36px);
  left: 16px;
  bottom: 8px;
  display: flex;
}
.curriculum-list-wrap .curriculum-list dl dd .on-off .progress-wrap {
  width: calc(100% - 90px);
  background: transparent;
  border: 0;
}
.curriculum-list-wrap .curriculum-list dl dd .on-off .progress-wrap .progress-inner {
  width: 100%;
  display: block;
}
.curriculum-list-wrap .curriculum-list dl dd .on-off .progress-wrap .progress-inner p {
  color: #555;
  width: 100%;
  font-size: 14px;
  text-align: left;
  margin-bottom: 2px;
}
.curriculum-list-wrap .curriculum-list dl dd .on-off .progress-wrap .progress-inner p em {
  font-style: normal;
  font-weight: 500;
}
.curriculum-list-wrap .curriculum-list dl dd .on-off .progress-wrap .progress-inner div {
  display: flex;
  width: calc(100% - 12%);
}
.curriculum-list-wrap .curriculum-list dl dd .on-off .progress-wrap .progress-inner div span {
  width: 20%;
  height: 4px;
}
.curriculum-list-wrap .curriculum-list dl dd .on-off .edu-badge {
  width: 90px;
}
.curriculum-list-wrap .curriculum-list dl dd .on-off .edu-badge span {
  display: block;
  width: 100%;
  height: 28px;
  line-height: 26px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  margin: auto;
  background: #7D7D7D;
  color: #fff;
}
.curriculum-list-wrap .curriculum-list dl dd p {
  margin: 0;
}
.curriculum-list-wrap .curriculum-list dl dd p.data {
  font-size: 14px;
}
.curriculum-list-wrap .curriculum-list .fit-box {
  background: #eee;
  border-radius: 0 0 18px 18px;
  padding: 6px 20px 6px 14px;
}
span.btn-i {
  margin-right: 20px;
}
span.btn-i:hover,
span.btn-i :focus {
  cursor: pointer;
}
span.btn-i:last-child {
  margin-right: 0;
}
span.btn-i svg {
  vertical-align: bottom;
  width: 20px;
}
span.btn-i svg path {
  fill: #424242;
}
/*튜토리얼 스타일*/
.tutorial-dimmed:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
.tutorial-dimmed.sidebar-high,
.tutorial-dimmed.ebook-panel-wrap {
  border-right: 2px solid rgba(0, 0, 0, 0.7);
}
.tutorial-dimmed.top-bar,
.tutorial-dimmed.top-banner {
  border-bottom: 4px solid rgba(0, 0, 0, 0.7);
}
.tutorial-dimmed .folder-controller span {
  box-shadow: inset 0px 0px 0px 10000px rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
}
.tutorial-overlay {
  box-shadow: 0px 0px 0px 10000px rgba(0, 0, 0, 0.7);
  border: 2px solid #FFAD36;
}
.tutorial-wrapper {
  width: 520px !important;
  height: auto !important;
  left: 50%;
  bottom: 12%;
  z-index: 999999 !important;
  transform: translate3d(-50%, 0, 0);
}
.tutorial-wrapper .tutorial-follower {
  position: inherit !important;
  width: 100% !important;
  inset: inherit !important;
  left: 0 !important;
}
.tutorial-wrapper .tutorial-follower .tutorial-inner {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 30px;
  padding: 20px;
}
.tutorial-wrapper .tutorial-follower .tutorial-inner .tutorial-txt {
  display: flex;
  align-items: center;
}
.tutorial-wrapper .tutorial-follower .tutorial-inner .tutorial-txt img {
  width: 120px;
}
.tutorial-wrapper .tutorial-follower .tutorial-inner .tutorial-txt .tutorial-detail {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  margin-left: 6px;
}
.tutorial-wrapper .tutorial-follower .tutorial-inner .tutorial-btn {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 20px 0 0;
}
.tutorial-wrapper .tutorial-follower .tutorial-inner .tutorial-btn div {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  border-radius: 20px;
  padding: 4px 20px;
}
.tutorial-wrapper .tutorial-follower .tutorial-inner .tutorial-btn div.tutorial-default {
  background: #2622CF;
}
.tutorial-wrapper .tutorial-follower .tutorial-inner .tutorial-btn div.tutorial-danger {
  background: #CF4C22;
}
.tutorial-wrapper .tutorial-follower .tutorial-inner p {
  text-align: center;
  font-size: 18px;
  color: #FFFA7A;
  margin: 20px 0 0;
}
.tutorial-wrapper .tutorial-follower .tutorial-stop-btn {
  display: block;
  border: transparent;
  background: transparent;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
  margin: 20px auto 0;
}
.board-wrap .board-box {
  margin-bottom: 50px;
}
.board-wrap .board-box p {
  font-size: 20px;
  margin: 0;
}
.board-wrap .board-box p.text-info {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  padding: 20px;
  font-size: 16px;
  color: #555;
}
.board-wrap .board-box p.text-info b {
  display: inline-block;
  color: #9E9E9E;
  font-weight: 400;
  margin: 0 6px 0 60px;
}
.board-wrap .board-box p.text-info b:first-child {
  margin-left: 0;
}
.board-wrap .board-box p.txt-int {
  margin-bottom: 20px;
}
.board-wrap .board-box .text .board-content {
  background: #fff;
  min-height: 380px;
  padding: 20px;
  border: 1px solid #ddd;
}
.board-wrap .board-box .text .note-editor {
  border: 0;
  border: 1px solid #ddd;
}
.board-wrap .board-box .board-footer {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 20px;
}
.board-wrap .board-box .board-footer h5 {
  margin: 0 0 20px;
}
.board-wrap .board-box .board-footer .name-list div {
  display: inline-block;
  margin-right: 6px;
  line-height: 24px;
  font-weight: 600;
}
.board-wrap .board-box .board-footer .name-list div span {
  font-weight: 400;
}
.board-wrap .board-box .board-footer .name-list div:after {
  content: ",";
}
.board-wrap .board-box .board-footer .name-list div:last-child:after {
  content: "";
}
.pull-input {
  border: 0;
  background: transparent;
  color: #FF6647;
  margin: 2px 0;
  padding: 0;
}
.pull-input svg {
  fill: #FF6647;
  vertical-align: bottom;
}
.click-none {
  pointer-events: none;
}
.chapter-chatbot-pop .chapter {
  display: flex;
  align-items: center;
}
.chapter-chatbot-pop .chapter span {
  font-size: 14px;
  font-weight: 500;
}
.chapter-chatbot-pop .chapter img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 6px;
}
.chapter-chatbot-pop .chapter h5 {
  margin: 0;
}
.chapter-chatbot-pop .chapter p {
  font-size: 14px;
  margin: 0;
}
.chapter-chatbot-pop .search {
  display: flex;
  height: 38px;
  align-items: center;
  padding: 0;
  margin: 10px 0 20px;
}
.chapter-chatbot-pop .search .icon_search {
  margin: 0 2px 0 8px;
}
.chapter-chatbot-pop .search input {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 6px;
}
.chapter-chatbot-pop .chatbot-list {
  height: 200px;
  overflow: auto;
  border: 1px solid #eaeaea;
  list-style: none;
  margin: 0;
  padding: 0;
}
.chapter-chatbot-pop .chatbot-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
  padding: 10px;
}
.chapter-chatbot-pop .chatbot-list li:last-child {
  border-bottom: 0;
}
.chapter-chatbot-pop .chatbot-list li:hover,
.chapter-chatbot-pop .chatbot-list li.active {
  background: rgba(255, 173, 54, 0.2);
}
.chapter-chatbot-pop .chatbot-list li img {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 6px;
}
.chapter-chatbot-pop .chatbot-list li span {
  vertical-align: middle;
  word-break: break-all;
}
.chapter-chatbot-pop .none {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  width: 100%;
  height: 200px;
  color: #fff;
}
.chapter-chatbot-pop .none div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 800px) {
  .ebook-panel-wrap {
    z-index: 201 !important;
  }
  .ebook-panel-wrap .ebook-header {
    width: 100%;
  }
  .ebook-panel-wrap .book {
    width: 100%;
  }
}
/*# sourceMappingURL=danbeeEdu.css.map */