:root {
  --bg: #faf8f5;
  --body: #474747;
  --brand-1: #ed7750;
  --link-hover: #ff973c;
  --transparent: #0000;
  --brand-3: #f7e3c2;
  --my-color-1: #ffdb80;
  --white: #fff;
  --d2cbc4: #d2cbc4;
  --e85175: #e85175;
  --998f86: #998f86;
  --c33154: #c33154;
  --form-field-border: #f8e1b4;
  --f6d799: #f6d799;
  --pdf-color: #ebb062;
  --f5ebdb: #f5ebdb;
  --brand-4: #dd604e;
  --dirt: #e09b40;
  --pale-color-1: #fec;
  --brand-2: #3aa4ad;
  --f7eddb: #f7eddb;
  --e8e5e1: #e8e5e1;
  --c4edee: #c4edee;
  --5e7dce: #5e7dce;
  --fcf8ed: #fcf8ed;
  --63be38: #63be38;
  --bd7d2a: #bd7d2a;
  --1b787f: #1b787f;
  --white-2: white;
  --black: black;
  --body-50: #47474780;
}

.submit-confirm-bar {
    background-color: var(--63be38);
    color: var(--white);
    text-align: center;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px;
    display: flex;
    position: relative;
}

.submit-confirm-bar-message {
    text-align: left;
    letter-spacing: 2px;
    flex: 1;
    margin-right: 20px;
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--bg);
  color: var(--body);
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  letter-spacing: 6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 120%;
}

h2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 110%;
}

p {
  margin-bottom: 0;
  line-height: 180%;
}

a {
  color: var(--brand-1);
  text-decoration: underline;
  transition: color .8s;
}

a:hover {
  color: var(--link-hover);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  margin-bottom: 10px;
  line-height: 120%;
}

.section-content {
  position: relative;
}

.container {
  max-width: 1600px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.img-full {
  width: 100%;
  display: block;
  position: relative;
}

.img-full.origin-bc {
  transform-origin: 50% 100%;
}

.header {
  z-index: 4000;
  background-color: var(--transparent);
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.header-bg {
  border-style: none solid solid;
  border-width: 6px;
  border-color: var(--brand-3);
  background-color: var(--bg);
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 4px 10px #c998352e;
}

.header-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  display: flex;
  position: relative;
}

.header-lang-link {
  color: #fff9;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.header-lang-link:hover {
  color: var(--my-color-1);
}

.header-lang-link.v-active {
  color: var(--white);
}

.header-lang-link.v-active:hover {
  color: var(--my-color-1);
}

.hide {
  display: none;
}

.btn-common {
  background-color: var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  border-radius: 40px;
  padding: 2px;
  font-weight: 800;
  text-decoration: none;
  transition: box-shadow .8s, color .8s;
  display: inline-block;
  position: relative;
  box-shadow: 0 6px #0000001a;
}

.btn-common:hover {
  color: var(--white);
  box-shadow: 0 3px #0000001a;
}

.btn-common-content {
  background-image: linear-gradient(90deg, #3aa4ad, #ebb062 50%, #d65152);
  border-radius: 40px;
  padding: 10px 22px;
  position: relative;
  overflow: hidden;
}

.btn-common-content.v-more {
  padding-left: 40px;
  padding-right: 40px;
}

.btn-common-content.v-cancel {
  background-color: var(--d2cbc4);
  background-image: none;
  padding-left: 40px;
  padding-right: 40px;
}

.btn-common-content.v-back {
  background-color: var(--brand-1);
  background-image: none;
  padding-left: 40px;
  padding-right: 40px;
}

.btn-common-content.v-delete {
  background-color: var(--e85175);
  background-image: none;
  padding-left: 40px;
  padding-right: 40px;
}

.btn-common-txt {
  position: relative;
}

.btn-common-hover {
  background-color: var(--brand-1);
  opacity: 0;
  transition: opacity .8s;
  position: absolute;
  inset: 0%;
}

.btn-common-hover.v-cancel {
  background-color: var(--998f86);
}

.btn-common-hover.v-back {
  background-color: var(--link-hover);
}

.btn-common-hover.v-delete {
  background-color: var(--c33154);
}

.form-b {
  margin-bottom: 0;
}

.textfield {
  border: 2px solid var(--form-field-border);
  background-color: var(--white);
  border-radius: 20px;
  height: auto;
  margin-bottom: 0;
  padding: 15px 20px;
  transition: border-color .8s;
}

.textfield:focus {
  border-color: var(--f6d799);
}

.textfield.v-login {
  letter-spacing: 2px;
  background-image: url('../images/login-account-icon2x.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 70px;
}

.textfield.v-otp {
  text-align: center;
  width: 52px;
  height: 52px;
  padding-left: 10px;
  padding-right: 10px;
}

.textfield.max-400 {
  max-width: 400px;
}

.textfield.datepicker {
  background-image: url('../images/datepicker-calendar.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 170px;
  padding-left: 50px;
}

.textfield.v-no {
  width: 100px;
}

.item-title {
  letter-spacing: 2px;
  flex: 1;
  font-size: 22px;
  font-weight: 800;
  line-height: 120%;
}

.item-title.v-lesson {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-footer {
  position: relative;
}

.footer-b {
  background-color: var(--pdf-color);
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.footer-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--f5ebdb);
}

.footer-link.v-lang-inactive {
  opacity: .6;
}

.footer-webdesign {
  text-align: right;
}

.footer-main {
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-copyright, .footer-privacy {
  margin-right: 30px;
}

.footer-lang-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-lang-line {
  background-color: var(--white);
  width: 1px;
  height: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.btn-top {
  z-index: 2000;
  background-color: var(--brand-1);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 60px;
  transition: background-color .8s, color .8s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 4px 4px #9a5c0033;
}

.btn-top:hover {
  background-color: var(--brand-4);
}

.btn-top-center {
  background-color: var(--pdf-color);
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.section-heading-b {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section-heading-b.v-center {
  justify-content: center;
  align-items: center;
}

.section-heading-txt.v-login {
  color: var(--dirt);
}

.font-color-orange {
  color: var(--brand-1);
}

.popup-b {
  z-index: 4000;
  opacity: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: auto;
}

.pop-video {
  background-color: var(--white);
  border-radius: 28px;
  width: 100%;
  max-width: 800px;
  padding: 8px;
  display: none;
  position: relative;
  box-shadow: 0 6px #0000001a;
}

.cop-all {
  position: relative;
}

.section-login {
  background-color: var(--pale-color-1);
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  margin-bottom: -79px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.login-l-b {
  background-color: var(--bg);
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: 150px;
  padding-bottom: 260px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.login-r-b {
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: -9vh;
  padding: 60px;
  display: flex;
  position: relative;
}

.login-curve-img {
  max-width: none;
  height: 100%;
  min-height: 100vh;
}

.login-lang-b {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-left: 60px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-lang-box {
  background-color: var(--brand-1);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.login-logo-img-b {
  width: 240px;
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: auto;
}

.login-site-title {
  color: var(--brand-2);
  margin-top: 15px;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.login-tagline {
  color: var(--brand-1);
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
}

.login-login-b {
  margin-bottom: 30px;
}

.login-l-content {
  width: 100%;
  position: relative;
}

.login-sprout-b {
  width: 180px;
  margin-bottom: 75px;
  margin-left: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.login-b {
  width: 100%;
}

.login-btn-b {
  text-align: center;
  margin-top: 40px;
}

.login-curve-img-m {
  display: none;
}

.login-butterfly {
  width: 96px;
  margin-top: 110px;
  margin-right: -68px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.login-otp-insturction {
  text-align: center;
  margin-bottom: 20px;
}

.otp-field-gp {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.otp-field-col {
  padding-left: 10px;
  padding-right: 10px;
}

.cop-page {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  transform: translate(0);
}

.cop-menu {
  z-index: 3000;
  order: -1;
  width: 120px;
  padding-top: 20px;
  position: sticky;
  top: 0;
}

.cop-menu-edge {
  width: 70px;
}

.cop-menu-box {
  background-color: var(--brand-1);
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  min-height: 80vh;
  padding: 40px 15px;
}

.cop-menu-item {
  border-bottom: 1px solid var(--brand-4);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cop-menu-link {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  padding: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  transition: color .8s;
  display: block;
  position: relative;
}

.cop-menu-link:hover {
  color: var(--my-color-1);
}

.cop-menu-icon {
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cop-menu-item-icon-default {
  width: 100%;
  display: block;
  position: relative;
}

.cop-menu-item-icon-hover {
  opacity: 0;
  width: 100%;
  transition: opacity .8s;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cop-menu-dropdown {
  display: block;
}

.cop-menu-dropdown-list {
  overflow: hidden;
}

.cop-menu-dropdown-list.w--open {
  background-color: var(--transparent);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  overflow: hidden;
}

.cop-menu-dropdown-box {
  background-color: var(--brand-4);
  color: var(--white);
  border-radius: 30px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.cop-menu-dropdown-link {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 120%;
}

.cop-menu-dropdown-link:hover, .cop-menu-dropdown-link.w--current {
  color: var(--my-color-1);
}

.cop-content {
  flex: 1;
  padding: 130px 30px 40px;
}

.cop-content.calendar {
  padding-top: 90px;
  padding-left: 10px;
  padding-right: 10px;
}

.cop-header-l {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cop-header-logo {
  width: 346px;
  transition-property: opacity;
  display: block;
}

.cop-header-logo:hover {
  opacity: .6;
}

.header-lang-box {
  background-color: var(--brand-1);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 5px 10px;
  display: flex;
}

.header-lang-line {
  background-color: var(--white);
  width: 1px;
  height: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.cop-header-r {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cop-header-tool {
  border-right: 1px solid var(--brand-3);
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

.cop-header-tool-item {
  margin-left: 20px;
}

.cop-header-tool-btn {
  width: 40px;
  transition-property: opacity;
  display: block;
  position: relative;
}

.cop-header-tool-btn:hover {
  opacity: .6;
}

.notification-dot {
  border: 2px solid var(--bg);
  background-color: var(--brand-1);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: 10%;
  margin-right: 20%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header-account-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.header-account-dropdown-toggle {
  color: var(--brand-2);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 700;
  transition: color .8s;
  display: flex;
}

.header-account-dropdown-toggle:hover {
  color: var(--brand-1);
}

.header-account-img-b {
  background-color: var(--brand-3);
  border-radius: 50%;
  flex: none;
  margin-right: 10px;
  padding: 2px;
}

.header-account-img-area {
  background-color: var(--brand-1);
  color: var(--pale-color-1);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.relative {
  position: relative;
}

.headeer-account-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.headeer-account-img.v-blank {
  opacity: 0;
}

.header-account-dropdown-arrow {
  background-color: var(--brand-1);
  background-image: url('../images/dropdown-arrow.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.header-account-dropdown-list.w--open {
  border: 1px solid var(--brand-3);
  background-color: var(--white);
  border-radius: 10px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 4px 10px #c998352e;
}

.header-account-dropdown-link {
  border-bottom: 1px solid var(--brand-3);
  color: var(--body);
  text-align: center;
  font-weight: 600;
}

.header-account-dropdown-link.w--current {
  color: var(--link-hover);
}

.notification-b {
  z-index: 4000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.notification-b.edit {
  display: block;
}

.notification-bg {
  cursor: pointer;
  position: fixed;
  inset: 0%;
}

.notification-box {
  background-color: var(--white);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  padding: 40px 20px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: auto;
  transform: translate(100%);
  box-shadow: 0 4px 10px #c998352e;
}

.notification-box.edit {
  transform: none;
}

.notification-top-b {
  color: var(--brand-1);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 900;
  line-height: 120%;
  display: flex;
}

.notification-top-title {
  flex: 1;
  margin-right: 10px;
}

.btn-notification-close {
  background-color: var(--brand-2);
  cursor: pointer;
  background-image: url('../images/notification-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
  transition: background-color .5s;
  box-shadow: 0 4px #0000001a;
}

.btn-notification-close:hover {
  background-color: var(--brand-1);
}

.notification-item {
  border-bottom: 1px solid var(--brand-3);
  position: relative;
}

.notification-link {
  color: var(--body);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.notification-item-dot {
  background-color: var(--brand-1);
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.notification-item-dot.v-read {
  opacity: 0;
}

.notification-txt-b {
  flex: 1;
}

.notification-item-title {
  font-weight: 700;
}

.notification-item-time {
  margin-top: 5px;
  font-size: 14px;
  line-height: 120%;
}

.notification-item-option-dropdown {
  display: block;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.notification-item-option-dropdown-toggle {
  background-image: url('../images/notification-option.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: opacity .5s;
  display: block;
}

.notification-item-option-dropdown-toggle:hover {
  opacity: .5;
}

.notification-item-option-dropdown-list {
  inset: auto 0% 0% auto;
}

.notification-item-option-dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: -10px;
  transform: translate(0, 100%);
  box-shadow: 0 2px 5px #0000001a;
}

.notification-item-option-dropdown-link {
  border-bottom: 1px solid var(--form-field-border);
  text-align: center;
  padding: 5px 8px;
  font-size: 16px;
  line-height: 120%;
}

.home-content-b {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home-content-main {
  flex: 1;
}

.home-event-box {
  background-color: #f7e3c266;
  border-radius: 40px;
  flex: none;
  width: 35%;
  max-width: 420px;
  margin-left: 20px;
  padding: 3%;
}

.sec-heading-b {
  color: var(--brand-2);
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 800;
  line-height: 120%;
  position: relative;
}

.sec-heading-b.bottom-0 {
  margin-bottom: 0;
}

.sec-heading-b.v-report {
  margin-bottom: 20px;
}

.sec-heading-line {
  background-color: var(--brand-1);
  border-radius: 10px;
  width: 30px;
  height: 6px;
  margin-top: 10px;
}

.home-event-item {
  margin-bottom: 15px;
}

.home-event-link {
  background-color: var(--white);
  border-radius: 20px;
  padding: 2px;
  text-decoration: none;
  transition: transform .8s, color .8s;
  display: block;
  overflow: hidden;
  box-shadow: 0 6px #9a5c0017;
}

.home-event-link:hover {
  transform: translate(0, -10px);
}

.home-event-img-b {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  overflow: hidden;
}

.home-event-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50%;
  transition: transform .8s;
  position: relative;
}

.home-event-img.img-1 {
  background-image: url('../images/home-event-img-12x.jpg');
}

.home-event-img.img-2 {
  background-image: url('../images/home-event-img-22x.jpg');
}

.home-event-img.img-3 {
  background-image: url('../images/home-event-img-32x.jpg');
}

.home-event-date-b {
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-event-item-content {
  padding: 20px;
}

.home-event-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 120%;
}

.home-event-tag-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: -5px;
  display: flex;
}

.home-event-age-tag {
  background-color: var(--brand-2);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.home-event-subject-tag {
  border-right: 1px solid var(--body);
  color: var(--body);
  margin-right: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.more-btn-b {
  text-align: center;
  margin-top: 30px;
}

.home-main-gp {
  border-bottom: 1px solid var(--brand-3);
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-course-item {
  margin-bottom: 20px;
}

.home-course-link {
  background-color: var(--white);
  border-radius: 30px;
  padding: 15px;
  text-decoration: none;
  transition: transform .8s, color .8s;
  display: block;
  box-shadow: 0 6px #9a5c0017;
}

.home-course-link:hover {
  transform: translate(0, -10px);
}

.home-course-item-top {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-course-item-info {
  flex: 1;
}

.home-course-item-code {
  background-color: var(--brand-1);
  color: var(--white);
  border-radius: 15px 15px 15px 5px;
  margin-bottom: 10px;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  display: inline-block;
}

.home-item-course-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 120%;
}

.home-course-progress-b {
  color: var(--brand-1);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.home-course-progress-base {
  border: 6px solid var(--brand-3);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.home-course-progress-txt-b {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.home-course-progress-num {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.home-course-progress-percent {
  margin-bottom: -2px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.svg-circle-code {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-course-next-b {
  border-top: 1px solid var(--brand-3);
  margin-top: 10px;
  padding-top: 10px;
}

.home-course-next-wrap {
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.home-course-next-col {
  border-right: 1px solid var(--brand-3);
  flex: 1;
  min-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.course-next-title {
  color: var(--brand-2);
  margin-bottom: 5px;
  font-weight: 700;
}

.couse-next-item {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.course-next-item-name {
  color: var(--body);
  flex: 1;
  min-width: 150px;
  margin-right: 5px;
  font-weight: 700;
}

.couse-next-item-time {
  color: var(--body);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.common-item-time {
  margin-left: 5px;
}

.common-item-date-time-b {
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.common-item-date-time-b.v-18 {
  font-size: 18px;
  line-height: 120%;
}

.common-item-date-time-title {
  margin-right: 5px;
  font-weight: 700;
}

.listing-group-b {
  border-bottom: 1px solid var(--brand-3);
  padding-top: 20px;
  padding-bottom: 20px;
}

.listing-group-title-b {
  color: var(--brand-1);
  background-image: url('../images/blue-dot.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 16px;
  display: flex;
}

.btn-small {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.btn-small-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-small-txt {
  margin-right: 10px;
}

.btn-small-arrow-b {
  background-color: var(--brand-1);
  background-image: url('../images/btn-small-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
  transition: background-color .8s;
  box-shadow: 0 4px #0000001a;
}

.discussion-item {
  margin-top: 10px;
  position: relative;
}

.discussion-item-link {
  background-color: var(--white);
  color: var(--body);
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: transform .8s, color .8s;
  display: flex;
  position: relative;
  box-shadow: 0 6px #9a5c0017;
}

.discussion-item-link:hover {
  transform: translate(0, -5px);
}

.discussion-item-link.v-pending {
  background-color: var(--f6d799);
}

.discussion-item-link.v-hidden {
  background-color: var(--e8e5e1);
}

.discussion-item-wrap {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.discussion-item-important-tag {
  background-image: url('../images/discussion-important.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 30px;
  height: 42px;
  margin-right: 20px;
  position: relative;
}

.discussion-item-main-b {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.item-arrow {
  background-color: var(--brand-1);
  background-image: url('../images/btn-small-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
  transition: background-color .8s;
}

.discussion-item-main-content {
  flex: 1;
}

.discussion-item-title {
  font-weight: 700;
}

.discussion-item-info-b {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.discussion-item-info-col {
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.discussion-item-info-fieldname {
  margin-right: 10px;
  font-weight: 700;
}

.discussion-item-rely-b {
  border-style: none solid;
  border-width: 1px;
  border-color: var(--brand-3);
  color: var(--brand-2);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.discussion-info-icon-b {
  width: 20px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.innerpage-heading-b {
  color: var(--brand-1);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.innerpage-heading-dot {
  background-color: var(--pdf-color);
  border-radius: 50%;
  flex: none;
  width: 15px;
  height: 15px;
}

.innerpage-h1 {
  margin-left: 30px;
  margin-right: 30px;
}

.common-content-whitebox {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  box-shadow: 0 6px #9a5c0017;
}

.common-edit-row {
  border-bottom: 1px solid var(--pale-color-1);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.common-edit-fieldname {
  color: var(--brand-2);
  flex: none;
  width: 120px;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 900;
}

.common-edit-fieldname.v-long {
  width: 230px;
}

.common-edit-content {
  flex: 1;
}

.common-edit-content.non-field {
  padding-top: 15px;
  padding-bottom: 15px;
}

.common-edit-content.v-exercise-q {
  margin-right: 5px;
}

.common-edit-content.v-calendar-cat {
  padding-right: 30px;
  position: relative;
}

.my-count-save-b {
  text-align: right;
  margin-top: 40px;
}

.account-profile-b {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.account-profile-img-box {
  background-color: var(--brand-3);
  border-radius: 50%;
  width: 120px;
  padding: 4px;
}

.account-profile-img {
  background-image: url('../images/profile-img-default2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  padding-top: 100%;
}

.account-profile-upload-b {
  margin-left: 10px;
}

.btn-upload {
  border: 2px solid var(--white);
  background-color: var(--brand-1);
  color: var(--white);
  letter-spacing: 2px;
  background-image: url('../images/icon-upload.svg');
  background-position: 13px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 30px;
  padding: 13px 13px 13px 55px;
  font-weight: 900;
  text-decoration: none;
  transition: box-shadow .8s, background-color .8s;
  box-shadow: 0 6px #0000001a;
}

.btn-upload:hover {
  background-color: var(--link-hover);
  color: var(--white);
  box-shadow: 0 3px #0000001a;
}

.course-content-wrap {
  display: flex;
}

.course-todo-box {
  background-color: var(--white);
  border-radius: 20px;
  width: 250px;
  margin-left: 20px;
  padding: 15px;
}

.course-todo-list {
  border-bottom: 2px solid var(--pdf-color);
  padding-bottom: 10px;
}

.couse-todo-item {
  border-bottom: 1px solid var(--brand-3);
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.couse-todo-link {
  color: var(--body);
  text-decoration: none;
  display: block;
}

.course-todo-programme-b {
  color: var(--brand-1);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.course-todo-programme-code {
  margin-right: 10px;
}

.course-todo-task {
  margin-bottom: 3px;
  font-weight: 700;
}

.course-todo-deadline {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.course-todo-deadline-fieldname {
  margin-right: 5px;
  font-weight: 700;
}

.couse-content-main {
  flex: 1;
}

.sticky-todo {
  display: none;
}

.pop-todo {
  z-index: 5000;
  background-color: var(--white);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 20px;
  padding: 40px 30px 30px;
  position: fixed;
  inset: 0%;
  overflow: auto;
  transform: translate(0, 100%);
}

.btn-todo-close {
  background-color: var(--brand-2);
  cursor: pointer;
  background-image: url('../images/notification-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 20px;
  margin-right: 20px;
  transition: background-color .5s;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 4px #0000001a;
}

.btn-todo-close:hover {
  background-color: var(--brand-1);
}

.course-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.course-item {
  width: 50%;
  margin-bottom: 20px;
  padding-left: 1%;
  padding-right: 1%;
}

.course-item-box {
  border: 2px solid var(--white);
  background-color: var(--white);
  border-radius: 30px 30px 15px 15px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px #9a5c0017;
}

.course-link-main {
  padding: 15px;
}

.course-item-info {
  flex: 1;
}

.course-item-code {
  background-color: var(--brand-1);
  color: var(--white);
  border-radius: 15px 15px 15px 5px;
  margin-bottom: 5px;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  display: inline-block;
}

.course-item-title {
  color: var(--brand-1);
  font-size: 22px;
  font-weight: 800;
  line-height: 120%;
}

.course-item-progress-b {
  color: var(--brand-1);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.course-item-progress-base {
  border: 4px solid var(--brand-3);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.course-item-progress-num {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.course-item-progress-percent {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.course-item-top {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.couse-item-next-b {
  border-top: 1px solid var(--brand-3);
  margin-top: 10px;
  padding-top: 10px;
}

.course-item-btn-gp {
  align-items: stretch;
  margin-left: -1px;
  margin-right: -1px;
  display: flex;
  position: relative;
}

.course-item-btn {
  background-color: var(--brand-4);
  color: var(--white);
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex: 1;
  margin-bottom: -5px;
  padding: 10px 3px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: transform .8s, color .8s;
  display: block;
  position: relative;
  overflow: hidden;
}

.course-item-btn:hover {
  color: var(--white);
  transform: translate(0, -5px);
}

.course-item-btn.v-video {
  background-color: var(--5e7dce);
}

.course-item-btn.v-article {
  background-color: var(--brand-2);
}

.course-item-btn.v-exercise {
  background-color: var(--pdf-color);
}

.course-item-btn-item {
  flex: 1;
  padding-left: 1px;
  padding-right: 1px;
}

.course-item-icon {
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.course-item-btn-bg {
  opacity: 0;
  background-color: #fff6;
  transition: opacity .8s;
  position: absolute;
  inset: 0%;
}

.top-back-b {
  margin-bottom: 15px;
}

.btn-back {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.btn-back-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-back-arrow {
  background-color: var(--brand-1);
  background-image: url('../images/back-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition: background-color .8s;
}

.course-inner-heading-b {
  color: var(--brand-1);
  flex: 1;
}

.course-inner-top-b {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.course-inner-menu-b {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.course-inner-menu-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: -1px;
  margin-right: -1px;
  display: flex;
}

.course-inner-menu-bottom {
  background-color: var(--brand-4);
  height: 4px;
}

.course-inner-menu-bottom.v-vid {
  background-color: var(--5e7dce);
}

.course-inner-menu-bottom.v-article {
  background-color: var(--brand-2);
}

.course-inner-menu-bottom.v-exercise {
  background-color: var(--pdf-color);
}

.course-inner-menu-item {
  flex: 1;
  padding-left: 1px;
  padding-right: 1px;
  position: relative;
}

.course-inner-menu-link {
  background-color: var(--brand-4);
  color: var(--white);
  text-align: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 5px 10px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.course-inner-menu-link:hover {
  color: var(--white);
}

.course-inner-menu-link.v-active {
  padding-top: 15px;
  padding-bottom: 15px;
}

.course-inner-menu-link.v-video {
  background-color: var(--5e7dce);
}

.course-inner-menu-link.v-article {
  background-color: var(--brand-2);
}

.course-inner-menu-link.v-exercise {
  background-color: var(--pdf-color);
}

.course-inner-item-menu-icon {
  width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.course-inner-heading {
  margin-right: 15px;
}

.todo-next-link {
  background-color: var(--brand-1);
  color: var(--white);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
  transition: background-color .8s, color .8s;
  display: block;
  position: relative;
}

.todo-next-link:hover {
  background-color: var(--link-hover);
  color: var(--white);
}

.todo-next-label {
  color: var(--brand-3);
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

.todo-next-title {
  margin-bottom: 5px;
  font-weight: 700;
}

.todo-next-arrow {
  background-color: var(--white);
  background-image: url('../images/btn-small-arrow-orange.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.lesson-item {
  margin-top: 10px;
  position: relative;
}

.lesson-item.v-locked {
  opacity: .4;
  pointer-events: auto;
}

.lesson-item-link {
  background-color: var(--white);
  color: var(--body);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: transform .8s, color .8s;
  display: flex;
  position: relative;
  box-shadow: 0 6px #9a5c0017;
}

.lesson-item-link:hover {
  transform: translate(0, -5px);
}

.lesson-item-main {
  border-right: 1px solid var(--brand-3);
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 20px;
  display: flex;
}

.task-completion-circle {
  background-image: url('../images/course-icon-incompleted2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 30px;
  height: 30px;
  position: relative;
}

.task-completion-circle.v-complete {
  background-image: url('../images/course-icon-completed2x.png');
}

.task-time {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.task-time-fieldname {
  margin-right: 5px;
  font-weight: 700;
}

.lesson-item-title-b {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  font-weight: 900;
  display: flex;
}

.lesson-item-num {
  color: var(--brand-1);
  margin-right: 10px;
}

.course-detail-top-b {
  border-bottom: 2px solid var(--brand-1);
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.course-detail-code {
  background-color: var(--brand-1);
  color: var(--white);
  border-radius: 15px 15px 15px 5px;
  margin-right: 10px;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  display: inline-block;
}

.course-detail-info {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.course-detail-coursename {
  color: var(--brand-1);
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 900;
  line-height: 120%;
}

.course-detail-heading-b {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.course-detail-heading-num {
  color: var(--brand-1);
  margin-right: 20px;
  font-size: 40px;
  font-weight: 900;
  line-height: 110%;
}

.course-detail-heading-num.v-vid {
  border-right: 2px solid var(--brand-1);
  padding-right: 20px;
}

.detail-paging-b {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.paging-btn-item {
  padding-left: 10px;
  padding-right: 10px;
}

.paging-btn {
  color: var(--brand-2);
  letter-spacing: 2px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.paging-btn-arrow {
  background-color: var(--brand-1);
  border-radius: 50%;
  flex: none;
  width: 40px;
  transition: background-color .8s;
  box-shadow: 0 6px #0000001a;
}

.paging-btn-txt {
  margin-left: 10px;
  margin-right: 10px;
}

.paging-line {
  background-color: var(--brand-3);
  flex: 1;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.assignment-uploaded-b {
  display: none;
}

.uploaded-file-delete {
  background-color: var(--brand-4);
  background-image: url('../images/notification-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition-property: background-color;
  transition-duration: .8s;
  box-shadow: 0 4px #0000001a;
}

.uploaded-file-delete:hover {
  background-color: var(--link-hover);
}

.video-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.video-item {
  width: 33.3%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.video-item.v-locked {
  opacity: .3;
  pointer-events: none;
}

.video-item-link {
  background-color: var(--white);
  color: var(--body);
  border-radius: 10px;
  padding: 2px;
  text-decoration: none;
  transition: transform .8s, color .8s;
  display: block;
  box-shadow: 0 6px #9a5c0017;
}

.video-item-link:hover {
  transform: translate(0, -5px);
}

.video-item-img-b {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.video-item-thumb {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56.25%;
  transition: transform .8s;
  position: relative;
}

.video-item-thumb.thumb-1 {
  background-image: url('../images/temp-detail-img-12x.jpg');
}

.video-item-time-b {
  color: var(--white);
  background-image: linear-gradient(#0000, #0009);
  padding: 40px 10px 10px;
  font-size: 14px;
  line-height: 120%;
  position: absolute;
  inset: auto 0% 0%;
}

.video-item-txt-b {
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px 8px;
  font-weight: 900;
  display: flex;
}

.video-item-num {
  border-right: 1px solid var(--brand-1);
  color: var(--brand-1);
  flex: none;
  margin-right: 10px;
  padding-right: 10px;
}

.video-item-play-icon {
  background-image: url('../images/video-play-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.detail-video-b {
  border-radius: 20px;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.course-detail-chapter {
  color: var(--brand-1);
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 900;
  line-height: 120%;
}

.video-detail-status-b {
  text-align: center;
  margin-top: 40px;
}

.vid-watched-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-watched-circle {
  border: 2px solid var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.video-watched-tick {
  opacity: 0;
  background-image: url('../images/watched-tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.article-item-link {
  background-color: var(--white);
  color: var(--body);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: transform .8s, color .8s;
  display: flex;
  position: relative;
  box-shadow: 0 6px #9a5c0017;
}

.article-item-link:hover {
  transform: translate(0, -5px);
}

.article-item {
  margin-top: 10px;
  position: relative;
}

.article-item-main {
  border-right: 1px solid var(--brand-3);
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 20px;
  display: flex;
}

.article-item-title-b {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  font-weight: 900;
  display: flex;
}

.article-item-icon {
  background-image: url('../images/article-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 30px;
  height: 30px;
  position: relative;
}

.exercise-item {
  margin-top: 10px;
  position: relative;
}

.exercise-item-link {
  background-color: var(--white);
  color: var(--body);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: transform .8s, color .8s;
  display: flex;
  position: relative;
  box-shadow: 0 6px #9a5c0017;
}

.exercise-item-link:hover {
  transform: translate(0, -5px);
}

.exercise-item-main {
  border-right: 1px solid var(--brand-3);
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 20px;
  display: flex;
}

.exercise-item-title-b {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  font-weight: 900;
  display: flex;
}

.exercise-item-num {
  color: var(--brand-1);
  margin-right: 10px;
}

.exercise-question-row {
  border-bottom: 1px solid var(--brand-3);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.exercise-question {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 900;
  line-height: 120%;
  display: flex;
}

.exercise-question-num {
  color: var(--brand-1);
  margin-right: 10px;
}

.exercise-question-sentence {
  flex: 1;
}

.exercise-answer-item {
  margin-top: 10px;
}

.exercise-answer-radio {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
}

.exercise-answer-radio-content {
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  font-weight: 400;
  transition: background-color .8s;
  display: flex;
}

.exercise-answer-radio-circle {
  border: 2px solid var(--brand-3);
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  transition: border-color .8s, background-color .8s;
  display: flex;
  position: relative;
}

.radio-circle-dot {
  background-color: var(--white);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.exercise-answer-content {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.exercise-answer-letter {
  color: var(--brand-1);
  margin-right: 10px;
  font-weight: 700;
}

.exercise-answer-txt {
  flex: 1;
}

.exercise-submit-b {
  margin-top: 40px;
}

.innerpage-heading-txt-b {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.group-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -.6%;
  margin-right: -.6%;
  display: flex;
}

.group-item {
  width: 25%;
  margin-bottom: 16px;
  padding-left: .6%;
  padding-right: .6%;
  position: relative;
}

.group-item-link {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--body);
  border-radius: 30px 30px 15px 15px;
  text-decoration: none;
  transition: transform .8s, color .8s;
  display: block;
  overflow: hidden;
  box-shadow: 0 6px #9a5c0017;
}

.group-item-link:hover {
  transform: translate(0, -5px);
}

.group-item-banner-b {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.group-item-color {
  background-color: var(--brand-2);
  position: absolute;
  inset: 0%;
}

.group-item-color.custom-1 {
  background-color: #79bd35;
}

.group-item-color.custom-2 {
  background-color: #ed3b86;
}

.group-item-color.custom-3 {
  background-color: #2739de;
}

.group-item-color.custom-4 {
  background-color: #ff6a3b;
}

.group-item-color.custom-5 {
  background-color: #ffc120;
}

.group-item-banner-img {
  opacity: .4;
  mix-blend-mode: multiply;
  background-image: url('../images/group-img-default.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .8s;
  position: absolute;
  inset: 0%;
}

.group-item-banner-img.group-1 {
  background-image: url('../images/group-img-1.jpg');
}

.group-item-banner-img.group-2 {
  background-image: url('../images/group-img-2.jpg');
}

.group-item-banner-img.group-3 {
  background-image: url('../images/group-img-3.jpg');
}

.group-item-banner-txt-b {
  color: var(--white);
  width: 100%;
  padding: 15px;
  font-size: 22px;
  font-weight: 900;
  line-height: 120%;
  position: relative;
}

.group-item-bottom {
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.group-item-info {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.group-item-info-col {
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.group-item-info-icon {
  flex: none;
  width: 20px;
  margin-right: 5px;
}

.group-banner-b {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--white);
  border-radius: 30px 30px 15px 15px;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 200px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px #9a5c0017;
}

.group-banner-img {
  opacity: .4;
  mix-blend-mode: multiply;
  background-image: url('../images/group-img-default.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.group-banner-img.group-1 {
  background-image: url('../images/group-img-1.jpg');
}

.group-banner-color {
  background-color: var(--brand-2);
  position: absolute;
  inset: 0%;
}

.group-banner-heading-b {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.group-banner-dot {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  width: 10px;
  height: 10px;
}

.group-banner-heading {
  margin-left: 15px;
  margin-right: 15px;
}

.group-inner-wrap {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.group-inner-wrap-main {
  flex: 1;
}

.discussion-pending-tag {
  background-color: var(--e85175);
  color: var(--white);
  border-radius: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

.group-people-b {
  background-color: var(--white);
  border-radius: 20px;
  order: 1;
  width: 250px;
  margin-left: 20px;
  padding: 15px;
}

.group-people-list {
  transition: height .8s;
  overflow: hidden;
}

.group-people-row {
  border-bottom: 1px solid var(--brand-3);
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.group-people-name {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.group-people-img-b {
  background-color: var(--brand-3);
  border-radius: 50%;
  flex: none;
  margin-right: 10px;
  padding: 2px;
}

.group-people-img-area {
  background-color: var(--brand-1);
  color: var(--pale-color-1);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.group-people-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.group-people-img.v-blank {
  opacity: 0;
}

.group-people-img.img-1 {
  background-image: url('../images/profile-img-12x.jpg');
}

.group-people-img.img-2 {
  background-image: url('../images/profile-img-22x.jpg');
}

.group-people-adnim-tag {
  background-color: var(--brand-2);
  color: var(--white);
  border-radius: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

.group-people-btn-b {
  display: none;
}

.group-people-heading-b {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-ec-txt-expand {
  background-color: var(--brand-1);
  color: var(--white);
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .8s, color .8s;
}

.btn-ec-txt-expand:hover {
  background-color: var(--link-hover);
  color: var(--white);
}

.btn-ec-txt-collapse {
  background-color: var(--brand-1);
  color: var(--white);
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .8s, color .8s;
}

.btn-ec-txt-collapse:hover {
  background-color: var(--link-hover);
  color: var(--white);
}

.group-people-wrap {
  padding-top: 10px;
}

.group-inner-create-b {
  text-align: right;
}

.btn-create {
  background-color: var(--white);
  color: var(--brand-2);
  text-align: left;
  letter-spacing: 2px;
  background-image: url('../images/icon-create.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 40px;
  padding: 12px 20px 12px 46px;
  font-weight: 900;
  text-decoration: none;
  transition: box-shadow .8s, background-color .8s, color .8s;
  box-shadow: 0 6px #0000001a;
}

.btn-create:hover {
  background-color: var(--c4edee);
  color: var(--brand-2);
  box-shadow: 0 3px #0000001a;
}

.detail-top-btn-gp {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.detail-top-btn-item {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 15px;
}

.post-detail-content-box {
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  box-shadow: 0 6px #9a5c0017;
}

.post-detail-heading-b {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.post-heading-important-tag {
  background-image: url('../images/discussion-important.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 50px;
  height: 69px;
  margin-top: -30px;
  margin-right: 20px;
}

.post-detail-top-b {
  border-bottom: 1px solid var(--brand-1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.post-detail-info-b {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.post-detail-info-b.v-event {
  justify-content: flex-start;
  align-items: flex-start;
}

.post-detailp-profile-b {
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.post-detail-profile-img-b {
  background-color: var(--brand-3);
  border-radius: 50%;
  flex: none;
  margin-right: 10px;
  padding: 2px;
}

.post-detail-profile-img-area {
  background-color: var(--brand-1);
  color: var(--pale-color-1);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-detail-profile-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.post-detail-profile-img.v-blank {
  opacity: 0;
}

.post-detail-profile-img.img-1 {
  background-image: url('../images/profile-img-12x.jpg');
}

.post-detail-profile-img.img-2 {
  background-image: url('../images/profile-img-22x.jpg');
}

.post-detail-time-b {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-detail-time-b.v-event {
  justify-content: flex-start;
  align-items: flex-start;
}

.post-detail-reply-create {
  border-bottom: 1px solid var(--brand-3);
  padding-bottom: 20px;
}

.post-detail-reply-sum {
  color: var(--brand-2);
  background-image: url('../images/post-detail-reply-icon2x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 60px;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 65px;
  font-size: 22px;
  font-weight: 900;
  line-height: 119%;
}

.post-detail-reply-submit-b {
  text-align: right;
  margin-top: 20px;
}

.post-detail-reply-row {
  border-bottom: 1px solid var(--brand-3);
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-detail-reply-info {
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.post-detail-reply-time {
  margin-top: 2px;
  margin-bottom: 2px;
}

.post-detail-pending-tag {
  background-color: var(--e85175);
  color: var(--white);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
}

.group-create-people-list {
  background-color: var(--fcf8ed);
  border-radius: 20px;
  margin-top: 10px;
  padding: 10px 20px;
}

.group-create-people-item {
  border-bottom: 1px solid var(--brand-3);
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.group-create-people-delete {
  background-color: var(--e85175);
  background-image: url('../images/notification-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  transition: background-color .8s, color .8s;
}

.group-create-people-delete:hover {
  background-color: var(--link-hover);
}

.group-edit-btn {
  background-image: url('../images/group-setting.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 10px;
  transition: opacity .8s, color .8s;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.group-edit-btn:hover {
  opacity: .6;
}

.group-edit-img-b {
  border-radius: 20px;
  max-width: 290px;
  position: relative;
  overflow: hidden;
}

.group-edit-img-delete {
  background-color: var(--e85175);
  background-image: url('../images/notification-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  transition: background-color .8s, color .8s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.group-edit-img-delete:hover {
  background-color: var(--link-hover);
}

.admin-showhide-toggle-btn {
  cursor: pointer;
  background-image: url('../images/admin-toggle-hiding2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 53px;
  height: 26px;
}

.admin-showhide-toggle-btn.v-showing {
  background-image: url('../images/admin-toggle-showing2x.png');
}

.admin-toggle-b {
  margin-right: 15px;
}

.post-showhide-history {
  border-top: 1px solid var(--d2cbc4);
  width: 100%;
  padding-top: 8px;
  padding-bottom: 15px;
}

.post-showhide-history-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.post-showhide-history-time {
  margin-right: 10px;
}

.post-admin-approve-btn-gp {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
}

.post-admin-approve-btn-item {
  margin-right: 5px;
}

.post-admin-approve-btn {
  border: 2px solid var(--white);
  background-color: var(--63be38);
  color: var(--white);
  letter-spacing: 2px;
  border-radius: 40px;
  padding: 8px 20px;
  font-weight: 900;
  text-decoration: none;
  transition: box-shadow .8s, background-color .8s;
  box-shadow: 0 6px #0000001a;
}

.post-admin-approve-btn:hover {
  color: var(--white);
  background-color: #3a8815;
  box-shadow: 0 3px #0000001a;
}

.post-admin-approve-btn.v-disapprove {
  background-color: var(--e85175);
}

.post-admin-approve-btn.v-disapprove:hover {
  background-color: #be2b4e;
}

.post-detail-admin-approve-btn-gp {
  background-color: var(--f6d799);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 5px 10px 10px;
  display: inline-flex;
}

.radio-gp {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -5px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.radio-item {
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.radio-btn-field {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 400;
}

.radio-content {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.radio-circle {
  border: 2px solid var(--brand-3);
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: background-color .8s;
  display: flex;
}

.radio-txt {
  margin-top: 5px;
  margin-left: 10px;
}

.post-detail-reply-toggle-b {
  margin-left: 20px;
}

.post-detail-reply-top {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.post-reply-showhide-history-box {
  background-color: var(--brand-3);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 8px 10px 10px;
}

.calendar-top-b {
  z-index: 100;
  border-bottom: 2px solid var(--brand-1);
  background-color: var(--bg);
  padding-top: 20px;
  padding-bottom: 10px;
  position: sticky;
  top: 90px;
}

.calendar-top-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.calendar-top-month-b {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.calendar-top-month-txt {
  color: var(--brand-1);
  margin-right: 10px;
  font-size: 22px;
  font-weight: 900;
  line-height: 120%;
}

.calendar-month-arrow-gp {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.calendar-month-arrow-item {
  padding-left: 5px;
  padding-right: 5px;
}

.calendar-month-arrow-btn {
  background-color: var(--brand-1);
  background-image: url('../images/paging-prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: background-color .8s, color .8s;
  display: block;
}

.calendar-month-arrow-btn:hover {
  background-color: var(--link-hover);
}

.calendar-month-arrow-btn.v-next {
  background-image: url('../images/paging-next.svg');
}

.calendar-format-b {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.calendar-format-toggle-box {
  border: 2px solid var(--brand-3);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 3px;
  display: flex;
}

.btn-calendar-format-toggle {
  color: var(--body);
  text-align: center;
  border-radius: 20px;
  padding: 5px 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .8s, color .8s;
}

.btn-calendar-format-toggle:hover {
  background-color: var(--brand-3);
  color: var(--body);
}

.btn-calendar-format-toggle.v-active {
  background-color: var(--brand-3);
}

.calendar-btn-today {
  border: 2px solid var(--brand-1);
  color: var(--brand-1);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 40px;
  padding: 6px 13px;
  font-weight: 900;
  text-decoration: none;
  transition: border-color .8s, color .8s;
}

.calendar-btn-today:hover {
  border-color: var(--link-hover);
  color: var(--link-hover);
}

.calender-filter-b {
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.calendar-filter-item {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.calendar-filter-checkbox {
  color: var(--white);
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
}

.calendar-filter-checkbox-content {
  background-color: var(--e85175);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.calendar-filter-checkbox-content.v-lesson {
  background-color: var(--pdf-color);
}

.calendar-filter-checkbox-content.v-event {
  background-color: var(--brand-2);
}

.calendar-filter-checkbox-box {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
}

.calendar-filter-checkbox-tick {
  opacity: 0;
  background-image: url('../images/calendar-checkbox-tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 100%;
  height: 100%;
  transition: opacity .8s, transform .8s;
  transform: scale(0);
}

.calendar-top-week-title {
  z-index: 90;
  border-bottom: 1px solid var(--f6d799);
  background-color: var(--bg);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.calendar-top-week-col {
  color: var(--brand-1);
  text-align: center;
  width: 14.28%;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

.calendar-main {
  position: relative;
}

.calendar-row {
  border-bottom: 1px solid var(--f6d799);
  display: flex;
  position: relative;
}

.calendar-col {
  border-right: 1px solid var(--f6d799);
  width: 14.28%;
  padding-bottom: 10px;
  padding-left: 1px;
  padding-right: 1px;
}

.calendar-day-b {
  z-index: 10;
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.calendar-day-circle {
  text-align: center;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.calendar-day-circle.v-today {
  background-color: var(--brand-1);
  color: var(--white);
}

.calendar-event-list {
  position: relative;
}

.calendar-event-link {
  background-color: var(--e85175);
  color: var(--white);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2px;
  padding: 5px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .8s, color .8s;
  display: flex;
  overflow: hidden;
}

.calendar-event-link:hover {
  background-color: var(--c33154);
  color: var(--white);
}

.calendar-event-link.v-lesson {
  background-color: var(--pdf-color);
}

.calendar-event-link.v-lesson:hover {
  background-color: var(--bd7d2a);
}

.calendar-event-link.v-activities {
  background-color: var(--brand-2);
}

.calendar-event-link.v-activities:hover {
  background-color: var(--1b787f);
}

.calendar-event-link-time {
  margin-right: 10px;
  position: relative;
}

.calendar-event-link-title {
  flex: none;
  font-weight: 700;
  position: relative;
}

.popup-event-b {
  z-index: 4000;
  opacity: 0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.popup-event-bg-close {
  cursor: pointer;
  background-color: #f7e3c280;
  position: fixed;
  inset: 0%;
}

.popup-event-box {
  background-color: var(--white);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  max-width: 800px;
  height: 100%;
  position: fixed;
  overflow: hidden;
  transform: translate(100%);
  box-shadow: 0 4px 10px #c998352e;
}

.btn-event-pop-close {
  z-index: 10;
  background-color: var(--brand-2);
  cursor: pointer;
  background-image: url('../images/notification-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 20px;
  margin-right: 20px;
  transition: background-color .5s;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 4px #0000001a;
}

.btn-event-pop-close:hover {
  background-color: var(--brand-1);
}

.pop-event-deadline {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  inset: 0% auto auto 0%;
}

.pop-event-content-b {
  width: 100%;
  height: 100%;
  padding: 40px 40px 120px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: auto;
}

.pop-event-title {
  color: var(--brand-1);
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 900;
  line-height: 120%;
}

.pop-event-content-row {
  border-bottom: 1px solid var(--brand-3);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.calendar-col-content.v-passed {
  opacity: .5;
  pointer-events: none;
}

.calendar-top-bg-mask {
  background-color: var(--bg);
  padding-top: 60px;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.pop-event-lesson, .pop-event-activities {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  inset: 0% auto auto 0%;
}

.pop-event-img-upload-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px -5px -10px;
  display: flex;
}

.pop-event-img-upload-item {
  width: 33.3%;
  max-width: 160px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.pop-event-img-box {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.pop-event-img-upload-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  position: relative;
}

.pop-event-img-upload-img.img-1 {
  background-image: url('../images/home-event-img-32x.jpg');
}

.pop-event-img-upload-img.img-3 {
  background-image: url('../images/home-event-img-12x.jpg');
}

.pop-event-img-upload-img.img-2 {
  background-image: url('../images/home-event-img-22x.jpg');
}

.img-upload-delete {
  background-color: var(--e85175);
  cursor: pointer;
  background-image: url('../images/notification-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  transition-property: background-color;
  transition-duration: .8s;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 4px #0000001a;
}

.img-upload-delete:hover {
  background-color: var(--c33154);
}

.pop-event-list-box {
  background-color: var(--fcf8ed);
  border-radius: 20px;
  margin-top: 10px;
  padding: 10px 20px;
}

.pop-event-list-row {
  border-bottom: 1px solid var(--brand-3);
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.pop-event-list-icon {
  flex: none;
  width: 30px;
  margin-right: 10px;
}

.pop-event-list-link {
  color: var(--body);
  flex: 1;
  text-decoration: none;
}

.pop-event-list-link:hover {
  color: var(--brand-1);
}

.pop-event-list-item-txt {
  flex: 1;
}

.pop-event-admin-b {
  z-index: 10;
  background-color: var(--brand-2);
  padding: 20px 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.pop-event-admin-btn-gp {
  justify-content: flex-end;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.pop-event-admin-btn-item {
  padding-left: 8px;
  padding-right: 8px;
}

.pop-event-activities-edit {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  inset: 0% auto auto 0%;
}

.pop-event-list-delete {
  background-color: var(--e85175);
  cursor: pointer;
  background-image: url('../images/notification-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition-property: background-color;
  transition-duration: .8s;
}

.pop-event-list-delete:hover {
  background-color: var(--c33154);
}

.pop-event-list-delete.v-daytime {
  flex: none;
  margin-left: 10px;
}

.textarea {
  border: 2px solid var(--form-field-border);
  background-color: var(--white);
  border-radius: 20px;
  height: 200px;
  min-height: 200px;
  margin-bottom: 0;
  padding: 15px 20px;
  transition: border-color .8s;
}

.textarea:focus {
  border-color: var(--f6d799);
}

.textarea.v-shorter {
  height: 80px;
  min-height: 80px;
}

.event-edit-datetime-gp {
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: -5px;
  margin-bottom: -5px;
  display: flex;
}

.event-edit-date {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.event-edit-time {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.event-edit-time-to {
  margin-left: 10px;
  margin-right: 10px;
}

.form-select {
  border: 2px solid var(--form-field-border);
  background-color: var(--white);
  background-image: url('../images/color-picker-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 36px;
  border-radius: 20px;
  height: auto;
  margin-bottom: 0;
  padding: 15px 25px 15px 20px;
  transition: border-color .8s;
}

.form-select:focus {
  border-color: var(--f6d799);
}

.form-select.time {
  width: 110px;
}

.form-select.v-no {
  width: 100px;
}

.form-select.v-small {
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.pop-event-activities-new {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  inset: 0% auto auto 0%;
}

.calendar-filter-new-b {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.calendar-new-btn-b {
  flex: none;
}

.exercise-answer-checkbox-content {
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  font-weight: 400;
  transition: background-color .8s;
  display: flex;
}

.exercise-answer-checkbox-content.v-answer {
  background-color: var(--brand-3);
}

.exercise-answer-checkbox {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
}

.exercise-answer-checkbox-box {
  border: 2px solid var(--brand-3);
  background-color: var(--white);
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  transition: border-color .8s, background-color .8s;
  display: flex;
  position: relative;
}

.exercise-checkbox-tick {
  opacity: 0;
  background-image: url('../images/calendar-checkbox-tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 100%;
  height: 100%;
  transition: opacity .8s, transform .8s;
  transform: scale(0);
}

.exercise-checkbox-tick.v-ticked {
  opacity: 1;
  transform: none;
}

.exercise-rank-b {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.exercise-rank-field-b {
  flex: none;
  width: 80px;
  margin-right: 10px;
}

.editor-media-upload-b {
  border-top: 1px solid var(--brand-1);
  margin-top: 10px;
  padding-top: 10px;
}

.editor-tobeupload-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.editor-tobeupload-item {
  background-color: var(--f6d799);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 10px;
  display: flex;
  position: relative;
}

.editor-tobeupload-filename {
  margin-right: 10px;
}

.editor-upload-media-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.editor-upload-media-item {
  max-width: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
}

.editor-upload-media-box {
  border-radius: 10px;
  width: 300px;
  position: relative;
  overflow: hidden;
}

.pop-event-tabs {
  margin-top: 10px;
}

.pop-event-tab-menu {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.pop-event-tab-menu-link {
  background-color: var(--pale-color-1);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  padding: 10px 15px;
  font-weight: 700;
  display: flex;
}

.pop-event-tab-menu-link.w--current {
  background-color: var(--brand-1);
  color: var(--white);
}

.pop-event-tab-link-circle {
  border: 1px solid var(--brand-3);
  background-color: var(--white);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
}

.pop-event-tab-link-dot {
  background-color: var(--brand-1);
  opacity: 0;
  border-radius: 50%;
  flex: none;
  width: 10px;
  height: 10px;
  transition: opacity .8s;
}

.pop-event-daytime-option {
  background-color: var(--bg);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px;
  display: flex;
}

.btn-add-daytime {
  border: 2px solid var(--brand-2);
  background-color: var(--white);
  background-image: url('../images/icon-create.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .8s, color .8s;
  display: block;
}

.btn-add-daytime:hover {
  background-color: var(--c4edee);
}

.event-detail-des {
  margin-bottom: 30px;
}

.event-detail-img-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.event-detail-img-item {
  max-width: 500px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.event-detail-lightbox {
  display: block;
}

.btn-event-apply-b {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.event-apply-form-row {
  border-top: 1px solid var(--brand-3);
  padding-top: 20px;
  padding-bottom: 20px;
}

.event-select-time-b {
  margin-bottom: 10px;
  font-weight: 900;
}

.event-submit-thankyou {
  color: var(--brand-2);
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.lesson-ppt-b, .lesson-content-richtext {
  margin-top: 30px;
}

.lesson-media-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.lesson-media-item {
  max-width: 800px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.course-new-field-list {
  margin-bottom: -5px;
}

.course-new-field-list-item {
  margin-bottom: 5px;
}

.exercise-add-q-b {
  text-align: center;
  margin-top: 10px;
}

.exercise-add-q-content-row {
  margin-bottom: 10px;
}

.exercise-create-option-box {
  background-color: var(--fcf8ed);
  border-radius: 20px;
  margin-top: 10px;
  padding: 10px 20px;
}

.exercise-create-option-item {
  border-bottom: 1px solid var(--brand-3);
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.exercise-create-option-field {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.exercise-q-delete {
  background-color: var(--brand-4);
  background-image: url('../images/notification-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition-property: background-color;
  transition-duration: .8s;
  box-shadow: 0 4px #0000001a;
}

.exercise-q-delete:hover {
  background-color: var(--link-hover);
}

.form-checkbox-item {
  margin-bottom: 10px;
}

.checkbox-field {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 400;
}

.checkbox-content {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkbox-box {
  border: 2px solid var(--brand-3);
  background-color: var(--white);
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  transition: border-color .8s, background-color .8s;
  display: flex;
  position: relative;
}

.checkbox-tick {
  opacity: 0;
  background-image: url('../images/calendar-checkbox-tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 100%;
  height: 100%;
  transition: opacity .8s, transform .8s;
  transform: scale(0);
}

.checkbox-txt {
  margin-left: 10px;
}

.account-notification-gp {
  margin-bottom: 20px;
}

.account-notification-gp-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.name-field-gp {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.name-field-col {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.am-table-top {
  border-bottom: 2px solid var(--pdf-color);
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.am-table-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  display: flex;
}

.am-table-col {
  padding-left: 5px;
  padding-right: 5px;
}

.am-table-col.col-id {
  width: 100px;
}

.am-table-col.col-name {
  flex: 1;
}

.am-table-col.col-row {
  width: 25%;
}

.am-table-col.col-email {
  width: 30%;
}

.am-table-main {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.am-table-btn-b {
  width: 25px;
}

.am-table-row {
  background-color: var(--brand-3);
  padding: 5px;
}

.btn-edit {
  border: 1px solid var(--white);
  background-color: var(--brand-1);
  background-image: url('../images/icon-edit.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transition-property: background-color;
  box-shadow: 0 4px #0000001a;
}

.btn-edit:hover {
  background-color: var(--brand-4);
}

.admin-content-gp {
  border-bottom: 1px solid var(--brand-3);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.popup-bg-close {
  cursor: pointer;
  background-color: #ed7750cc;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.popup-confirm-box {
  background-color: var(--white);
  border-radius: 40px;
  width: 100%;
  max-width: 500px;
  padding: 40px;
  position: relative;
}

.pop-confirm-title {
  color: var(--brand-2);
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  line-height: 120%;
}

.pop-confirm-btn-gp {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pop-confirm-btn-item {
  padding-left: 10px;
  padding-right: 10px;
}

.sa-course-edit-b {
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.report-ec-item {
  margin-bottom: 10px;
}

.report-ec-click {
  z-index: 1;
  background-color: var(--form-field-border);
  cursor: pointer;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-weight: 700;
  transition: background-color .8s;
  display: flex;
  position: relative;
  box-shadow: 0 4px #eecd8b;
}

.report-ec-click:hover {
  background-color: var(--f6d799);
}

.report-ec-click-content {
  flex-flow: wrap;
  flex: 1;
  display: flex;
}

.ec-arrow-b {
  border: 4px solid var(--f6d799);
  background-color: var(--white);
  background-image: url('../images/color-picker-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150%;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
}

.report-ec-content {
  overflow: hidden;
}

.report-ec-content-wrap {
  background-color: #f8e1b44d;
  border-radius: 10px;
  padding: 15px 10px;
}

.report-table-top {
  border-bottom: 2px solid var(--pdf-color);
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.report-table-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  display: flex;
}

.report-table-main {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.report-table-col {
  padding-left: 5px;
  padding-right: 5px;
}

.report-table-col.table-people.col-id {
  width: 100px;
}

.report-table-col.table-people.col-name {
  flex: 1;
}

.report-table-col.table-people.col-progress {
  width: 15%;
}

.report-table-col.table-trainee-video.col-id {
  width: 100px;
}

.report-table-col.table-trainee-video.col-name {
  flex: 1;
}

.report-table-col.table-trainee-video.col-status {
  width: 15%;
}

.report-table-col.table-video-answer.col-question {
  width: 10%;
}

.report-table-col.table-video-answer.col-answer {
  width: 70%;
}

.report-table-col.table-video-answer.col-time, .report-table-col.table-course-list.col-code {
  width: 20%;
}

.report-table-col.table-course-list.col-name {
  flex: 1;
}

.report-table-col.table-course-list.col-people, .report-table-col.table-course-list.col-post {
  width: 15%;
}

.report-table-col.table-page-stat.col-page {
  flex: 1;
}

.report-table-col.table-page-stat.col-data {
  text-align: right;
  width: 30%;
}

.report-table-col.table-group-list.col-name {
  flex: 1;
}

.report-table-col.table-group-list.col-people, .report-table-col.table-group-list.col-post, .report-table-col.table-group-list.col-view {
  width: 15%;
}

.report-table-col.table-course-view-lesson.col-no {
  width: 10%;
}

.report-table-col.table-course-view-lesson.col-name {
  flex: 1;
}

.report-table-col.table-course-view-lesson.col-view {
  width: 25%;
}

.report-table-col.table-group-view.col-date {
  width: 15%;
}

.report-table-col.table-group-view.col-title {
  flex: 1;
}

.report-table-col.table-group-view.col-view {
  width: 25%;
}

.report-table-col.table-group-view.col-reply {
  width: 20%;
}

.report-table-btn-b {
  width: 25px;
}

.report-table-row {
  background-color: var(--brand-3);
  padding: 5px;
}

.btn-report-table-more {
  border: 1px solid var(--white);
  background-color: var(--brand-1);
  background-image: url('../images/btn-small-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transition-property: background-color;
  display: block;
  box-shadow: 0 4px #0000001a;
}

.btn-report-table-more:hover {
  background-color: var(--brand-4);
}

.report-tab-menu {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.report-tab-link {
  background-color: var(--f6d799);
  color: var(--body);
  border-radius: 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-weight: 700;
  transition: background-color .8s, color .8s;
}

.report-tab-link.w--current {
  background-color: var(--brand-1);
  color: var(--white);
}

.report-tab-subgp {
  margin-bottom: 20px;
}

.report-tab-subgp-title {
  background-color: var(--brand-1);
  color: var(--white);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 10px;
  font-weight: 700;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
}

.report-tab-subgp-title:hover {
  background-color: var(--link-hover);
  color: var(--white);
}

.txt-complete {
  color: var(--63be38);
}

.txt-incomplete {
  color: var(--e85175);
}

.report-detail-info-b {
  flex-flow: wrap;
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.report-detail-info-item {
  width: 33.3%;
  padding-left: 10px;
  padding-right: 10px;
}

.report-tab-subgp-title-unit {
  margin-right: 5px;
}

.report-tab-subgp-title-name {
  flex: 1;
  min-width: 150px;
  margin-right: 5px;
}

.report-tab-subgp-title-arrow {
  background-image: url('../images/btn-small-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.report-tab-subgp-title-main {
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.report-tab-subgp-title-vid-num {
  border-right: 1px solid var(--white);
  flex: none;
  margin-right: 10px;
  padding-right: 10px;
}

.exercise-rank-field-ans {
  color: var(--brand-1);
  text-align: center;
  font-weight: 700;
}

.report-overview-stat-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.report-overview-stat-item {
  width: 25%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.report-overview-stat-box {
  background-color: var(--brand-1);
  color: var(--white);
  background-image: url('../images/report-overview-stat-bg2x.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 250px;
  border-radius: 15px;
  padding: 15px 15px 60px;
}

.report-overview-stat-box.v-blue {
  background-color: var(--brand-2);
}

.report-overview-stat-box.v-dirt {
  background-color: var(--dirt);
}

.report-overview-stat-box.v-green {
  background-color: var(--63be38);
}

.report-overview-stat-data {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.report-overview-stat-fieldname {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.report-sa-overview-row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.report-sa-overview-col {
  border-right: 1px solid var(--brand-3);
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.report-heading-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.report-heading-select-b {
  letter-spacing: 0;
  width: 100px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.report-heading-txt {
  margin-right: 10px;
}

.report-gp {
  border-bottom: 1px solid var(--brand-3);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.report-gp-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.report-group-title-b {
  color: var(--brand-1);
  background-image: url('../images/blue-dot.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 900;
  line-height: 120%;
  display: flex;
}

.report-sa-graph-row {
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.report-sa-graph-col {
  border-right: 1px solid var(--brand-3);
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.report-sa-graph-col.col-device {
  width: 30%;
}

.report-sa-graph-col.col-location {
  width: 70%;
}

.sa-graph-device-b {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.sa-graph-location-b {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.calendar-cat-manage-b {
  flex: none;
  margin-right: 10px;
}

.calendar-cat-add-row {
  margin-bottom: 10px;
}

.calendar-cat-delete-b {
  position: absolute;
  inset: 0% 0% auto auto;
}

.admin-todo-item {
  background-color: var(--brand-3);
  color: var(--body);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 10px;
  text-decoration: none;
  display: flex;
}

.admin-todo-dot {
  background-color: var(--brand-1);
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
  margin-right: 10px;
}

.admin-todo-dot.v-read {
  opacity: 0;
}

.admin-todo-txt {
  flex: 1;
  margin-right: 10px;
}

.admin-todo-link {
  color: var(--body);
  text-decoration: none;
}

.admin-todo-link:hover {
  color: var(--link-hover);
}

.home-more-stat-b {
  text-align: center;
  margin-top: 15px;
}

.sm-table-col {
  padding-left: 5px;
  padding-right: 5px;
}

.sm-table-col.col-id {
  width: 100px;
}

.sm-table-col.col-name {
  flex: 1;
}

.sm-table-col.col-row {
  width: 25%;
}

.sm-table-col.col-email {
  width: 30%;
}

.sm-table-col.col-people {
  width: 20%;
}

html.w-mod-js [data-ix="common-fade-from-bottom"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="common-fade-from-top"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="common-scale-fade-in"] {
  opacity: 0;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="common-scale-fade-out"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="common-scale-in"] {
  transform: scale(1.1);
}

@media screen and (min-width: 1440px) {
  h1 {
    letter-spacing: 10px;
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.v-header {
    max-width: none;
  }

  .login-l-b {
    width: 50%;
  }

  .login-site-title {
    font-size: 30px;
  }

  .login-tagline {
    letter-spacing: 6px;
    font-size: 45px;
  }

  .login-login-b {
    margin-bottom: 40px;
  }

  .cop-menu {
    width: 160px;
    padding-top: 0;
  }

  .cop-menu-edge {
    width: 90px;
  }

  .cop-menu-link {
    letter-spacing: 2px;
    font-size: 18px;
  }

  .cop-menu-icon {
    width: 40px;
  }

  .cop-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cop-content.calendar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-lang-box {
    margin-left: 60px;
  }

  .cop-header-tool {
    margin-right: 30px;
    padding-right: 30px;
  }

  .cop-header-tool-item {
    margin-left: 30px;
  }

  .home-event-box {
    margin-left: 40px;
    padding: 40px;
  }

  .sec-heading-b {
    font-size: 30px;
  }

  .sec-heading-line {
    width: 40px;
    margin-top: 15px;
  }

  .discussion-item-rely-b {
    margin-left: 30px;
    margin-right: 30px;
  }

  .course-todo-box {
    border-radius: 40px;
    width: 360px;
    margin-left: 40px;
    padding: 30px;
  }

  .course-item-btn {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .todo-next-link {
    padding-right: 40px;
  }

  .todo-next-arrow {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .group-people-b {
    border-radius: 40px;
    width: 360px;
    margin-left: 40px;
    padding: 30px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .container {
    max-width: none;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container.v-header {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .header-bg {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .header-wrap {
    height: 70px;
  }

  .header-lang-link {
    font-size: 14px;
  }

  .item-title {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .footer-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-top {
    width: 50px;
    height: 50px;
    margin-bottom: 60px;
  }

  .btn-top-center {
    width: 35px;
    height: 35px;
  }

  .popup-b {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-login {
    min-height: 0;
    margin-bottom: 0;
    display: block;
  }

  .login-l-b {
    width: auto;
    padding: 60px 5vw 0;
  }

  .login-r-b {
    width: auto;
    margin-left: 0;
    padding: 0 5vw 100px;
    display: block;
  }

  .login-curve-img {
    display: none;
  }

  .login-lang-b {
    margin-top: 40px;
    margin-left: 5vw;
  }

  .login-tagline {
    font-size: 40px;
  }

  .login-login-b {
    margin-bottom: 20px;
  }

  .login-sprout-b {
    width: 120px;
    margin-bottom: 0;
  }

  .login-b {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .login-curve-img-m {
    width: 100%;
    display: block;
  }

  .login-butterfly {
    width: 60px;
    margin-top: 50px;
    margin-right: 100px;
  }

  .cop-page {
    display: block;
  }

  .cop-menu {
    width: 100%;
    padding-top: 0;
    top: auto;
    bottom: 0;
  }

  .cop-menu-edge {
    width: 70px;
    display: none;
  }

  .cop-menu-box {
    border-radius: 40px 40px 0 0;
    justify-content: flex-start;
    align-items: center;
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: static;
  }

  .cop-menu-item {
    border-right: 1px solid var(--brand-4);
    border-bottom-style: none;
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cop-menu-link {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 120%;
  }

  .cop-menu-icon {
    width: 30px;
  }

  .cop-menu-dropdown-list.w--open {
    border-radius: 30px 30px 0 0;
    width: 100%;
    margin-top: -15px;
    position: absolute;
    inset: 0% auto auto 0%;
    transform: translate(0, -100%);
  }

  .cop-content {
    padding-top: 100px;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .cop-content.calendar {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .cop-header-logo {
    width: 250px;
  }

  .header-lang-line {
    margin-left: 5px;
    margin-right: 5px;
  }

  .cop-header-tool {
    margin-right: 15px;
    padding-right: 15px;
  }

  .cop-header-tool-item {
    margin-left: 15px;
  }

  .cop-header-tool-btn {
    width: 30px;
  }

  .notification-dot {
    width: 10px;
    height: 10px;
  }

  .header-account-dropdown-toggle {
    font-size: 16px;
    line-height: 120%;
  }

  .header-account-img-area {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  .header-account-dropdown-arrow {
    width: 18px;
    height: 18px;
  }

  .notification-item-dot {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .home-event-box {
    border-radius: 20px;
    width: 40%;
    margin-left: 3vw;
    padding: 20px;
  }

  .sec-heading-b {
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .sec-heading-line {
    width: 30px;
    margin-top: 10px;
  }

  .home-event-title {
    font-size: 20px;
  }

  .home-main-gp {
    padding-top: 20px;
  }

  .home-course-progress-b {
    width: 80px;
    height: 80px;
  }

  .home-course-progress-base {
    border-width: 4.8px;
  }

  .home-course-progress-num {
    font-size: 24px;
  }

  .home-course-progress-percent {
    margin-bottom: 0;
    font-size: 16px;
  }

  .home-course-next-wrap {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .home-course-next-col {
    border-bottom: 1px solid var(--brand-3);
    border-right-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .common-item-date-time-b.v-18 {
    font-size: 17px;
  }

  .innerpage-heading-dot {
    width: 12px;
    height: 12px;
  }

  .innerpage-h1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .common-content-whitebox {
    padding: 30px;
  }

  .common-edit-fieldname.v-long {
    width: 200px;
  }

  .account-profile-img-box {
    width: 100px;
  }

  .course-todo-box {
    display: none;
  }

  .sticky-todo {
    z-index: 3000;
    border-style: solid none solid solid;
    border-width: 2px;
    border-color: var(--brand-2);
    background-color: var(--white);
    color: var(--brand-2);
    cursor: pointer;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: auto;
    font-weight: 700;
    transition: background-color .8s;
    display: flex;
    position: sticky;
    bottom: 120px;
    right: 0;
    box-shadow: 0 4px #0000001a;
  }

  .sticky-todo:hover {
    background-color: var(--c4edee);
  }

  .course-item-progress-percent {
    margin-bottom: 0;
  }

  .lesson-item-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .course-detail-top-b {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .course-detail-info {
    margin-bottom: 10px;
  }

  .course-detail-coursename {
    font-size: 20px;
  }

  .course-detail-heading-num {
    font-size: 30px;
  }

  .video-list {
    margin-left: -1%;
    margin-right: -1%;
  }

  .video-item {
    padding-left: 1%;
    padding-right: 1%;
  }

  .course-detail-chapter {
    font-size: 20px;
  }

  .video-watched-circle {
    width: 28px;
    height: 28px;
  }

  .article-item-main, .exercise-item-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .exercise-question {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .exercise-answer-item {
    margin-top: 5px;
  }

  .exercise-answer-radio-circle {
    margin-top: 1px;
  }

  .group-item {
    width: 33.3%;
  }

  .group-item-banner-txt-b {
    font-size: 18px;
  }

  .group-banner-b {
    min-height: 150px;
  }

  .group-banner-heading-b {
    padding: 20px;
  }

  .group-banner-dot {
    width: 8px;
    height: 8px;
  }

  .group-inner-wrap {
    display: block;
  }

  .group-people-b {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .group-people-list {
    height: 0;
  }

  .group-people-row {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .group-people-btn-b {
    display: block;
  }

  .detail-top-btn-item {
    margin-left: 10px;
  }

  .post-heading-important-tag {
    width: 40px;
    height: 55px;
  }

  .post-detail-profile-img-area {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .post-detail-reply-sum {
    background-size: 45px;
    padding-left: 50px;
    font-size: 20px;
  }

  .group-create-people-list {
    padding: 5px 15px;
  }

  .post-admin-approve-btn {
    letter-spacing: 0;
  }

  .calendar-top-b {
    padding-left: 10px;
    padding-right: 10px;
    top: 70px;
  }

  .calendar-filter-checkbox-box {
    margin-right: 5px;
  }

  .calendar-day-b {
    padding-top: 5px;
  }

  .exercise-answer-checkbox-box {
    margin-top: 1px;
  }

  .event-submit-thankyou {
    font-size: 20px;
  }

  .exercise-create-option-box {
    padding: 5px 15px;
  }

  .checkbox-box {
    margin-top: 1px;
  }

  .report-overview-stat-box {
    background-size: 200px;
  }

  .report-sa-graph-row {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .report-sa-graph-col {
    border-bottom: 1px solid var(--brand-3);
    border-right-style: none;
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .report-sa-graph-col.col-device, .report-sa-graph-col.col-location {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .admin-todo-dot {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  .container.v-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header {
    position: sticky;
    left: auto;
  }

  .header-wrap {
    height: auto;
    display: block;
  }

  .btn-common {
    letter-spacing: 1px;
  }

  .btn-common-content {
    padding: 8px 15px;
  }

  .btn-common-content.v-more, .btn-common-content.v-cancel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-common-content.v-back {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn-common-content.v-delete {
    padding-left: 20px;
    padding-right: 20px;
  }

  .textfield {
    border-radius: 15px;
    padding: 10px 12px;
  }

  .textfield.v-login {
    background-position: 15px;
    background-size: 20px;
    padding-left: 50px;
  }

  .textfield.datepicker {
    background-position: 10px;
    width: 150px;
    padding-left: 40px;
  }

  .item-title {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 120%;
  }

  .footer-b {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .footer-wrap {
    text-align: center;
    display: block;
  }

  .footer-webdesign {
    text-align: center;
  }

  .footer-main {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .footer-copyright {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .btn-top, .section-heading-b {
    margin-bottom: 20px;
  }

  .pop-video {
    padding: 5px;
  }

  .login-l-b {
    padding-bottom: 30px;
  }

  .login-r-b {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .home-lang-box {
    font-size: 14px;
  }

  .login-logo-img-b {
    width: 180px;
    margin-bottom: -20px;
  }

  .login-site-title {
    font-size: 16px;
  }

  .login-tagline {
    font-size: 30px;
  }

  .login-sprout-b {
    width: 100px;
  }

  .login-btn-b {
    margin-top: 20px;
  }

  .otp-field-gp {
    margin-left: -5px;
    margin-right: -5px;
  }

  .otp-field-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cop-page {
    display: block;
  }

  .cop-menu {
    width: 100%;
    top: auto;
    bottom: 0;
  }

  .cop-menu-edge {
    display: none;
  }

  .cop-menu-box {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    justify-content: center;
    align-items: center;
    min-height: 0;
    padding: 5px 0;
    display: flex;
  }

  .cop-menu-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cop-menu-link {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
  }

  .cop-menu-icon {
    width: 25px;
    margin-bottom: 2px;
  }

  .cop-menu-dropdown-box {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cop-content {
    padding-top: 30px;
  }

  .cop-content.calendar {
    padding-top: 0;
  }

  .cop-header-l {
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cop-header-r {
    background-color: var(--f7eddb);
    border-radius: 40px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 3px 10px;
  }

  .cop-header-tool {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .cop-header-tool-item {
    margin-left: 0;
    margin-right: 15px;
  }

  .notification-dot {
    border-color: var(--f7eddb);
  }

  .header-account-dropdown-toggle {
    font-size: 14px;
  }

  .header-account-img-b {
    background-color: var(--form-field-border);
    margin-right: 8px;
  }

  .header-account-img-area {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .header-account-dropdown-arrow {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }

  .notification-item-dot {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .home-content-b {
    display: block;
  }

  .home-event-box {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .sec-heading-b {
    font-size: 20px;
  }

  .sec-heading-line {
    width: 25px;
    height: 4px;
  }

  .home-event-list {
    flex-flow: wrap;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
  }

  .home-event-item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-event-item-content {
    padding: 10px 10px 15px;
  }

  .home-event-title {
    font-size: 18px;
    line-height: 120%;
  }

  .home-event-tag-list {
    margin-top: 5px;
  }

  .home-main-gp {
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .home-course-link {
    padding: 10px;
  }

  .home-item-course-title {
    font-size: 18px;
  }

  .home-course-progress-b {
    width: 70px;
    height: 70px;
  }

  .home-course-progress-base {
    border-width: 4.2px;
  }

  .home-course-progress-num {
    font-size: 24px;
  }

  .home-course-progress-percent, .common-item-date-time-b.v-18 {
    font-size: 16px;
  }

  .listing-group-b {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .btn-small-arrow-b {
    width: 18px;
    height: 18px;
  }

  .discussion-item-link {
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .discussion-item-important-tag {
    width: 25px;
    height: 35px;
    margin-right: 10px;
  }

  .discussion-item-main-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .item-arrow {
    width: 18px;
    height: 18px;
  }

  .discussion-item-info-col {
    margin-right: 10px;
  }

  .discussion-item-info-fieldname {
    margin-right: 5px;
  }

  .discussion-item-rely-b {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .discussion-info-icon-b {
    margin-bottom: 2px;
  }

  .innerpage-heading-b {
    margin-bottom: 20px;
    display: block;
  }

  .innerpage-heading-dot {
    width: 8px;
    height: 8px;
  }

  .innerpage-h1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .common-content-whitebox {
    padding: 20px;
  }

  .common-edit-row {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .common-edit-fieldname {
    width: auto;
    margin-bottom: 5px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .common-edit-fieldname.v-long {
    width: auto;
  }

  .common-edit-content.non-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  .common-edit-content.v-exercise-q {
    margin-right: 0;
  }

  .my-count-save-b {
    margin-top: 30px;
  }

  .account-profile-img-box {
    width: 90px;
  }

  .btn-upload {
    letter-spacing: 1px;
    background-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
  }

  .course-content-wrap {
    display: block;
  }

  .course-todo-box {
    width: auto;
    margin-left: 0;
    display: none;
  }

  .sticky-todo {
    bottom: 100px;
  }

  .pop-todo {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .course-list {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .course-item {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .course-link-main {
    padding: 10px;
  }

  .course-item-title {
    font-size: 18px;
  }

  .course-item-btn {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 7px 7px 12px;
  }

  .course-inner-menu-link {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 5px;
    font-weight: 600;
  }

  .course-inner-menu-link.v-active {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .course-inner-item-menu-icon {
    width: 25px;
  }

  .lesson-item-link {
    border-radius: 15px;
    padding: 15px 10px;
  }

  .lesson-item-main {
    margin-right: 10px;
    padding-right: 10px;
  }

  .task-completion-circle {
    width: 24px;
    height: 24px;
  }

  .course-detail-top-b {
    margin-bottom: 20px;
  }

  .course-detail-coursename {
    font-size: 16px;
  }

  .course-detail-heading-num {
    margin-right: 10px;
    font-size: 24px;
  }

  .paging-btn {
    letter-spacing: 0;
  }

  .paging-btn-arrow {
    width: 30px;
  }

  .paging-btn-txt {
    margin-left: 6px;
    margin-right: 6px;
  }

  .paging-line {
    margin-left: 0;
    margin-right: 0;
  }

  .video-item {
    width: 50%;
  }

  .detail-video-b {
    border-radius: 10px;
  }

  .course-detail-chapter {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .video-watched-circle {
    width: 25px;
    height: 25px;
  }

  .article-item-link {
    border-radius: 15px;
    padding: 15px 10px;
  }

  .article-item-main {
    margin-right: 10px;
    padding-right: 10px;
  }

  .article-item-icon {
    width: 25px;
    height: 25px;
  }

  .exercise-item-link {
    border-radius: 15px;
    padding: 15px 10px;
  }

  .exercise-item-main {
    margin-right: 10px;
    padding-right: 10px;
  }

  .exercise-question-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .exercise-question {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .exercise-answer-item {
    margin-top: 2px;
  }

  .exercise-submit-b {
    margin-top: 30px;
  }

  .group-list {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .group-item {
    width: 50%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .group-item-link {
    border-radius: 20px 20px 10px 10px;
  }

  .group-item-banner-b {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    min-height: 100px;
  }

  .group-item-banner-txt-b {
    padding: 10px;
    font-size: 16px;
  }

  .group-item-bottom {
    padding: 8px;
  }

  .group-item-info-col {
    margin-right: 10px;
  }

  .group-item-info-icon {
    width: 16px;
  }

  .group-banner-b {
    border-radius: 18px 18px 8px 8px;
    min-height: 120px;
  }

  .group-banner-heading-b {
    padding: 15px;
  }

  .group-banner-dot {
    width: 6px;
    height: 6px;
  }

  .group-banner-heading {
    margin-left: 10px;
    margin-right: 10px;
  }

  .group-people-b {
    margin-bottom: 20px;
  }

  .group-people-row {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .group-people-img-b {
    background-color: var(--form-field-border);
    margin-right: 5px;
  }

  .group-people-img-area {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .group-inner-create-b {
    margin-bottom: 5px;
  }

  .btn-create {
    letter-spacing: 0;
    background-position: 15px;
    background-size: 14px;
    padding: 10px 15px 10px 39px;
  }

  .btn-create.v-calendar {
    background-position: 50%;
    width: 40px;
    height: 40px;
    padding: 9px;
  }

  .post-detail-content-box {
    padding: 20px;
  }

  .post-heading-important-tag {
    width: 30px;
    height: 41px;
    margin-top: -20px;
    margin-right: 10px;
  }

  .post-detail-top-b {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .post-detail-profile-img-b {
    background-color: var(--form-field-border);
    margin-right: 8px;
  }

  .post-detail-profile-img-area {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .post-detail-time-b {
    margin-right: 10px;
  }

  .post-detail-reply-sum {
    background-size: 35px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    font-size: 18px;
  }

  .post-detail-reply-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .group-edit-btn {
    width: 30px;
    height: 30px;
    margin-top: 6px;
    margin-right: 6px;
  }

  .admin-showhide-toggle-btn {
    width: 42px;
    height: 20px;
  }

  .admin-toggle-b {
    margin-right: 10px;
  }

  .post-showhide-history {
    padding-top: 5px;
  }

  .post-showhide-history-row {
    margin-top: 5px;
  }

  .post-admin-approve-btn {
    padding: 5px 15px;
  }

  .post-detail-admin-approve-btn-gp {
    width: 100%;
    margin-top: 10px;
    padding: 5px 0 5px 5px;
  }

  .radio-circle {
    width: 25px;
    height: 25px;
  }

  .radio-txt {
    margin-top: 3px;
    margin-left: 8px;
  }

  .post-reply-showhide-history-box {
    padding-top: 5px;
  }

  .calendar-top-b {
    padding-top: 5px;
    padding-bottom: 5px;
    top: 110px;
  }

  .calendar-top-month-txt {
    font-size: 14px;
  }

  .calendar-month-arrow-gp {
    margin-left: -8px;
    margin-right: -8px;
  }

  .calendar-month-arrow-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .calendar-format-b {
    font-size: 14px;
    line-height: 120%;
  }

  .calendar-format-toggle-box {
    margin-left: 10px;
  }

  .btn-calendar-format-toggle {
    padding: 3px 10px;
  }

  .calendar-btn-today {
    letter-spacing: 0;
    padding: 3px 5px;
  }

  .calender-filter-b {
    margin-left: -3px;
    margin-right: -3px;
  }

  .calendar-filter-item {
    padding-left: 3px;
    padding-right: 3px;
  }

  .calendar-filter-checkbox-content {
    font-size: 14px;
    line-height: 120%;
  }

  .calendar-filter-checkbox-box {
    width: 17px;
    height: 17px;
  }

  .calendar-top-week-title {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .calendar-top-week-col {
    font-size: 12px;
  }

  .calendar-day-b {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .calendar-day-circle {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .calendar-event-link {
    font-size: 2vw;
  }

  .calendar-event-link-time {
    margin-right: 3px;
  }

  .pop-event-content-b {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-event-title {
    font-size: 20px;
  }

  .pop-event-content-row {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .pop-event-img-upload-item {
    max-width: 120px;
  }

  .pop-event-img-box {
    border-radius: 10px;
  }

  .img-upload-delete {
    margin-top: 5px;
    margin-right: 5px;
  }

  .pop-event-list-box {
    border-radius: 15px;
    padding: 5px 10px;
  }

  .pop-event-list-icon {
    width: 25px;
  }

  .pop-event-admin-b {
    padding: 15px 20px;
  }

  .textarea {
    border-radius: 15px;
    padding: 10px 12px;
  }

  .event-edit-datetime-gp {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .event-edit-date, .event-edit-time {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .form-select {
    border-radius: 15px;
    padding: 10px 12px;
  }

  .form-select.time {
    width: 90px;
  }

  .form-select.v-small {
    background-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .calendar-filter-new-b {
    flex-flow: wrap;
    margin-top: 5px;
  }

  .mobile-hide {
    display: none;
  }

  .exercise-rank-b {
    margin-bottom: 10px;
  }

  .btn-event-apply-b {
    margin-bottom: 20px;
  }

  .event-apply-form-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .event-submit-thankyou {
    font-size: 18px;
  }

  .exercise-q-delete {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .name-field-gp {
    display: block;
  }

  .name-field-col {
    width: 100%;
    margin-bottom: 5px;
  }

  .account-manage-table {
    font-size: 14px;
    line-height: 120%;
  }

  .am-table-col {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .am-table-col.col-id {
    width: 25%;
  }

  .am-table-col.col-name {
    flex: 1;
    width: 40%;
    min-width: 120px;
  }

  .am-table-col.col-row {
    width: 25%;
  }

  .am-table-col.col-email {
    flex: 1;
    width: 40%;
    min-width: 150px;
  }

  .am-table-main {
    flex-flow: wrap;
  }

  .admin-content-gp {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .popup-confirm-box {
    border-radius: 20px;
    padding: 20px;
  }

  .pop-confirm-title {
    margin-bottom: 10px;
  }

  .pop-confirm-btn-gp {
    margin-top: 10px;
  }

  .report-table {
    font-size: 14px;
    line-height: 120%;
  }

  .report-table-main {
    flex-flow: wrap;
  }

  .report-table-col {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .report-table-col.table-people.col-id {
    width: 25%;
  }

  .report-table-col.table-people.col-name {
    flex: 0 auto;
    width: 50%;
  }

  .report-table-col.table-people.col-progress {
    width: 20%;
  }

  .report-table-col.table-trainee-video.col-id {
    width: 25%;
  }

  .report-table-col.table-trainee-video.col-name {
    flex: 0 auto;
    width: 50%;
  }

  .report-table-col.table-trainee-video.col-status {
    width: 25%;
  }

  .report-table-col.table-video-answer.col-question {
    width: 10%;
  }

  .report-table-col.table-video-answer.col-answer {
    width: 65%;
  }

  .report-table-col.table-video-answer.col-time {
    width: 25%;
  }

  .report-table-col.table-course-list.col-code {
    width: 30%;
  }

  .report-table-col.table-course-list.col-name {
    flex: 0 auto;
    width: 50%;
  }

  .report-table-col.table-course-list.col-people {
    width: 20%;
  }

  .report-table-col.table-group-list.col-name {
    flex: 1;
  }

  .report-table-col.table-group-list.col-people, .report-table-col.table-group-list.col-post, .report-table-col.table-group-list.col-view, .report-table-col.table-course-view-lesson.col-no {
    width: 20%;
  }

  .btn-report-table-more {
    width: 25px;
    height: 25px;
  }

  .report-tab-link {
    padding: 5px 15px;
  }

  .report-tab-subgp-title {
    margin-bottom: 5px;
  }

  .report-overview-stat-item {
    width: 50%;
  }

  .report-overview-stat-data {
    font-size: 20px;
  }

  .report-sa-overview-row {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .report-sa-overview-col {
    border-bottom: 1px solid var(--brand-3);
    border-right-style: none;
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .report-heading-select-b {
    font-size: 14px;
  }

  .report-group-title-b {
    font-size: 16px;
    line-height: 120%;
  }

  .report-sa-graph-row {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .report-sa-graph-col {
    border-bottom: 1px solid var(--brand-3);
    border-right-style: none;
    width: auto;
  }

  .calendar-cat-manage-b {
    width: 100%;
  }

  .admin-todo-dot {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .sm-table-col {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm-table-col.col-id {
    width: 25%;
  }

  .sm-table-col.col-name {
    flex: 1;
    width: 40%;
    min-width: 120px;
  }

  .sm-table-col.col-row {
    width: 25%;
  }

  .sm-table-col.col-email {
    flex: 1;
    width: 40%;
    min-width: 150px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  .popup-b {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .pop-video {
    border-radius: 22px;
  }

  .login-r-b {
    padding-top: 40px;
  }

  .login-tagline {
    letter-spacing: 2px;
    font-size: 24px;
  }

  .login-butterfly {
    width: 40px;
    margin-right: 60px;
    padding-bottom: 0;
  }

  .cop-menu-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cop-menu-link {
    font-size: 13px;
  }

  .cop-menu-dropdown-list.w--open {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 150%;
    margin-top: -5px;
    inset: 0% 0% auto auto;
  }

  .cop-menu-dropdown-box {
    border-radius: 20px;
  }

  .cop-menu-dropdown-link {
    letter-spacing: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 13px;
    line-height: 120%;
  }

  .home-event-list {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .home-event-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-course-progress-b {
    width: 70px;
    height: 70px;
  }

  .home-course-progress-base {
    border-width: 4.2px;
  }

  .discussion-item-main-b {
    border-right: 1px solid var(--brand-3);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .discussion-item-info-col {
    flex-flow: wrap;
  }

  .discussion-item-rely-b {
    border-style: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .discussion-info-icon-b {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
  }

  .sticky-todo {
    bottom: 90px;
  }

  .course-inner-menu-link {
    padding-left: 3px;
    padding-right: 3px;
  }

  .video-item-time-b {
    padding: 15px 8px 8px;
  }

  .video-item-num {
    margin-right: 5px;
    padding-right: 5px;
  }

  .video-item-play-icon {
    width: 30px;
    height: 30px;
  }

  .discussion-pending-tag {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .post-detail-time-b {
    flex-flow: wrap;
  }

  .post-detail-pending-tag {
    text-align: center;
  }

  .calendar-month-arrow-gp {
    justify-content: center;
    align-items: center;
  }

  .calendar-filter-checkbox-content {
    padding: 5px 10px 5px 5px;
  }

  .calendar-day-circle {
    width: 22px;
    height: 22px;
  }

  .calendar-event-link {
    border-radius: 3px;
    padding: .7vw;
    font-size: 2.5vw;
  }

  .event-detail-des, .event-detail-img-list, .lesson-media-list {
    margin-bottom: 20px;
  }

  .am-table-col.col-id {
    width: 25%;
  }

  .am-table-col.col-row {
    width: 30%;
  }

  .report-detail-info-item {
    width: 50%;
  }

  .report-tab-subgp-title-vid-num {
    margin-right: 5px;
    padding-right: 5px;
  }

  .report-overview-stat-box {
    background-size: 100%;
    padding: 10px 10px 30%;
  }

  .sm-table-col.col-id {
    width: 25%;
  }

  .sm-table-col.col-row {
    width: 30%;
  }
}


