@import url("https://fonts.googleapis.com/css2?family=Iansui&family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  -webkit-tap-highlight-color: rgba(
    0,
    0,
    0,
    0
  ) !important; /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  font-size: 0.9rem;
}

.sticky-header-scroll-down.sticky-header-active #header .header-body,
.sticky-header-scroll-up.sticky-header-active #header .header-body {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.sticky-header-scroll-down.sticky-header-active #header .header-body .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a.active,
.sticky-header-scroll-up.sticky-header-active #header .header-body .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a.active{
  color: var(--secondary-200) !important;
  font-weight: 600;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
}

#header:before {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

#login_page {
  overflow: hidden;
}
.login_page_ .font-en-calendar{
  position: absolute;
  top: 0;
  left: 110px;
  text-align: center;
  font-family: var(--font1);
  line-height: 1.1;
  background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(0, 0, 0, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 7rem;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
#non_member_page .font-en-calendar {
  position: absolute;
  top: -5rem;
  left: -27px;
  text-align: center;
  font-family: var(--font3);
  line-height: 1.1;
  color: #dbe1f3;
  font-size: 7rem;
  opacity: 0.3;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.button-style-1 .arrow {
  position: relative;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primary);
  border-radius: 50px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  margin-left: 0.5rem;
}
.button-style-1 .arrow:before {
  content: "";
  text-transform: uppercase;
  position: absolute;
  font-style: normal;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #fff;
  padding: 0px 10px 0px 5px;
}
.button-style-1 .arrow:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 17px;
  width: 6px;
  height: 1px;
  background-color: #fff;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.button-style-1:hover .arrow {
  background-color: var(--secondary--100);
}
.button-style-1:hover .arrow:before {
  border-bottom: 1px solid var(--primary);
}
.button-style-1:hover .arrow:after {
  background-color: var(--primary);
}

.button-style-default .arrow {
  position: relative;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  margin-left: 0.5rem;
  border: 1px solid var(--secondary-300);
}
.button-style-default .arrow:before {
  content: "";
  text-transform: uppercase;
  position: absolute;
  font-style: normal;
  letter-spacing: 1.5px;
  border-bottom: 1px solid var(--secondary-300);
  padding: 0px 10px 0px 5px;
}
.button-style-default .arrow:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 17px;
  width: 6px;
  height: 1px;
  background-color: var(--secondary-300);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.button-style-default:hover .arrow {
  background-color: var(--secondary-300);
}
.button-style-default:hover .arrow:before {
  border-bottom: 1px solid var(--primary);
}
.button-style-default:hover .arrow:after {
  background-color: var(--primary);
}

.linear-g-text{
  background: -webkit-linear-gradient(
    135deg,
    rgba(221, 172, 77, 1) 0%,
    rgba(255, 255, 255, 1) 10%,
    rgba(221, 172, 77, 1) 25%,
    rgba(255, 255, 255, 1) 39%,
    rgba(221, 172, 77, 1) 50%,
    rgba(255, 255, 255, 1) 65%,
    rgba(221, 172, 77, 1) 80%,
    rgba(255, 255, 255, 1) 90%,
    rgba(221, 172, 77, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  font-family: var(--font2);
}

.linear-w-text {
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgb(255, 255, 255, 1) 60%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  font-family: var(--font2);
}

.linear-w-text2 {
  background: linear-gradient(-15deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(0, 0, 0, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
}
.bg-blue-gradient {
  background: linear-gradient(
    180deg,
    #f3f5ff 5%,
    #fff 85%,
    #fff 85%,
    #fff 100%
  );
}

form label {
  font-weight: bold;
  color: var(--primary);
}

.modal .close {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: var(--light);
  transition: all 0.1s ease-in;
}
.modal .close:hover {
  background-color: var(--primary);
  color: var(--light);
}

.btn-outline.btn-primary:hover,
.btn-outline.btn-primary.hover {
  color: var(--light);
}

.sidebar ul.nav-list > li{
  background: linear-gradient(150deg, #fff2 0%, #fff4 50%, #fff2 100%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: 0 15px 10px #0000000f, -1px -1px 2px #fff, 1px 1px 2px #555;
  border-radius: 5px;
  border: 1px solid #595959;
  margin-bottom: 1rem;
}
.sidebar ul.nav-list li a {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  padding-left: 2rem;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 0;
  transition: all 0.2s ease-in-out;
}
.sidebar .nav-sub-list{
  margin: 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5px;
}
.sidebar ul.nav-list li.active{
  transform: translateX(15px);
}
.sidebar ul.nav-list li.active a,
.sidebar ul.nav-list li a:hover,
.sidebar ul.nav-list li a:focus,
.sidebar .nav-sub-list li.active a,
.sidebar .nav-sub-list li a:hover,
.sidebar .nav-sub-list li a:focus {
  color: var(--tertiary--300);
  margin-left: 0.6rem;
  font-weight: 600;
}

.sidebar ul.nav-list li a:before {
  font-size: 0.7em;
  left: 20px;
  top: 15px;
}

.call-to-action-content h4 {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.1rem;
  line-height: 2.3rem;
}

#non_member_page
  .accordion.accordion-modern-status.accordion-modern-status-borders
  > .card
  .card-header {
  background: var(--secondary-rgba-20) !important;
}

.form-area .accordion.accordion-modern-status > .card .card-header a {
  font-size: 1.2rem;
  color: var(--dark);
  padding: 14px 30px;
}

.industry-check .form-check {
  min-width: 250px;
}

form .form-check label {
  font-weight: 500;
  color: var(--bs-gray-700);
}

#imageContainer {
  height: 100%;
  display: flex;
  align-items: center;
}

.uploadedImage-box {
  border: 1px dashed var(--bs-gray-500);
  border-radius: 0.5rem;
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  padding: 0;
  overflow: hidden;
}

.uploadedImage-box::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

#imageContainer .pic-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#uploadedImage {
  display: none;
  max-height: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#fileInput {
  position: absolute;
  opacity: 0;
  width: calc(100% - 2rem);
}

#deleteButton {
  z-index: 1;
}

.reserve-content {
  width: 100%;
  background: var(--light);
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.085);
}

.reserve-content .card {
  text-align: center;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 0 0 1.2rem 0;
}

.reserve-content strong {
  font-weight: bold;
  color: var(--dark);
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reserve-content h3 {
  font-weight: 500;
  color: var(--dark);
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
  padding: 0.2rem 0;
}

.type-talent img {
  filter: hue-rotate(170deg);
}

.type-zero h3,
.badge.type-zero {
  background-color: #cce5d4;
}

.type-zero img {
  filter: hue-rotate(270deg);
}

.type-brand h3,
.badge.type-brand {
  background-color: #e6daf3;
}

.type-brand img {
  filter: hue-rotate(60deg);
}

.type-lead h3,
.badge.type-lead {
  background-color: var(--grey-400);
}

.type-lead img {
  filter: grayscale(100%);
}

table .use-point {
  text-align: center;
  color: var(--bs-gray-700);
  display: flex;
  justify-content: center;
  align-items: center;
}

table .add-point {
  text-align: center;
  color: var(--bs-gray-700);
  display: flex;
  justify-content: center;
  align-items: center;
}

table .use-point img,
table .add-point img {
  width: 23px;
  height: 23px;
}

table.table-set .give_course td {
  background-color: rgb(232 216 35 / 5%);
}
table.table-set .give_course td p {
  margin-bottom: 0;
  font-weight: bold;
  color: var(--primary--100);
}

table.table-set td,
table.table-set th {
  font-size: 1rem;
  padding: 0.6rem;
  vertical-align: middle;
  border-color: rgba(0, 0, 0, 0.15);
  text-align: center;
}

table.table-set th {
  background-color: var(--tertiary-100);
  color: var(--primary);
  font-weight: 600;
  line-height: 1.4rem;
}

table.table-set caption {
  caption-side: top;
  font-weight: bold;
  font-size: 1.3em;
  color: var(--secondary);
  background-color: var(--primary);
  letter-spacing: 0.1rem;
  text-align: center;
}

.table-display {
  display: none;
}

table.table-set a {
  color: var(--primary--100);
}

table.table-set a:not(.btn):hover {
  text-decoration: none;
  color: var(--primary-300);
}

.filter-box {
  background-color: var(--tertiary-rgba-10);
  padding: 1rem 2rem;
}

.btn.line {
  --bs-btn-bg: #39cd00;
  background: var(--bs-btn-bg);
  transition: transform 0.3s ease-in-out;
  padding: 0.3rem 0.6rem;
}

.btn.line:hover {
  --bs-btn-bg: #33a705;
  background: var(--bs-btn-bg);
  transform: scale(1.05);
}

.profile-image-outer-container {
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.profile-image-outer-container {
  width: 100px;
  height: 100px;
}

.profile-image-outer-container .profile-image-inner-container {
  border-radius: 50%;
  padding: 5px;
}

.profile-image-outer-container .profile-image-input {
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}

.profile-image__inner {
  height: 200px;
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 3px solid white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.profile-image-outer-container .profile-image-inner-container img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100% !important;
}

.profile-image-outer-container
  .profile-image-inner-container
  .profile-image-button {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  right: 5px;
  top: auto;
  left: auto;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  transition: all 0.1s ease-in-out;
  color: var(--dark);
}

.reserve-info table th {
  background-color: var(--secondary-rgba-20);
  color: var(--primary);
  text-align: center;
  font-family: var(--font2);
  border: 1px solid #dee4ef;
  padding: 10px;
  border-right: none;
  vertical-align: middle;
}

.reserve-info table td {
  border: 1px solid #dee4ef;
  padding: 10px 10px 10px 20px;
  border-left: none;
}

.member-font-bar-en {
  position: absolute;
  top: -4rem;
  left: 0;
  text-align: center;
  font-family: var(--font3);
  line-height: 1.1;
  color: #dbe1f3;
  font-size: 4.5rem;
  opacity: 0.3;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.news_cate li a {
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 1.1rem;
  margin-right: 8px;
}

.news_cate li a:hover {
  color: var(--secondary-300);
}

.news_cate li a.active {
  color: var(--bs-light);
}

.border-dotted {
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 2px dotted #ddd;
  margin-bottom: 2rem;
}

.service-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--secondary-300);
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.service-content {
  border-bottom: 1px solid #ededed;
  padding-bottom: 1rem;
}
.service-content:last-child {
  border-bottom: none;
}

.process-bg {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 0%,
    var(--main-light) 0%,
    #fff 95%,
    #fff 15%,
    #fff 100%
  );
}

.process .process-step {
  justify-content: start;
}

.process .process-step-circle {
  border-radius: 0;
  border-color: var(--primary-rgba-30);
}

.process .process-step:hover .process-step-circle .process-step-circle-content {
  color: var(--secondary) !important;
}

.process-step-content p {
  text-align: justify;
  line-height: 1.6rem;
  padding-top: 0.6rem;
}

.download-list.list.list-icons li {
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.download-list a {
  background-color: var(--bs-gray-200);
  padding: 0.5rem 1rem;
  color: #666;
  align-items: center;
  font-weight: normal;
  font-size: 1rem;
  border-radius: 4px;
}

.download-list a:hover {
  background-color: var(--secondary-rgba-20);
  padding: 0.5rem 1rem;
  color: var(--bs-gray-900);
  align-items: center;
  font-weight: normal;
  font-size: 1rem;
  border-radius: 4px;
}

.pricing-table .plan .plan-features {
  text-align: left;
  max-height: 18.2rem;
  overflow-y: auto;
}

.file-btn {
  padding: 0;
  color: red;
}

.file-btn .fa-lg {
  vertical-align: 0;
}

.pricing-table .plan .plan-header h3 {
  font-size: 1.5rem;
  color: black;
}

.pricing-table .plan .plan-price {
  padding: 1.2rem 0.8rem;
}

.pricing-table .plan .plan-price .price {
  font-size: 2.4rem;
}

.pricing-table .plan .plan-price .price-label {
  margin-top: 0.5rem;
}

.pricing-table .plan .plan-info {
  text-align: center;
  padding: 1rem 0.8rem;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  background-color: var(--primary-rgba-10);
  min-height: 5.6rem;
}

.list.list-icons.list-icons-sm li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child,
.list.list-icons.list-icons-sm li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child {
  top: 10px;
}

.pricing-table .plan .plan-features ul li {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--primary);
  font-size: 1.1rem;
  padding-bottom: 1rem;
}

.pricing-table .plan .plan-features ul li span {
  font-weight: 400;
  color: var(--bs-gray-700);
  font-size: 0.9rem;
}

.pricing-table .plan .plan-footer {
  padding: 1rem 2rem 2rem;
}

.note-item {
  background: var(--secondary-100);
  padding: 1rem 2rem;
  border-radius: 8px;
}

.core_page_box .font-bar-en {
  position: absolute;
  top: 7rem;
  left: -5rem;
  text-align: center;
  font-family: var(--font3);
  line-height: 1.1;
  color: var(--secondary);
  font-size: 10rem;
  opacity: 0.3;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.core_page_box:before {
  content: "";
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 5%,
    var(--secondary-rgba-30) 5%,
    #fff 85%,
    #fff 85%,
    #fff 100%
  );
  position: absolute;
  width: 1000vw;
  height: calc(100% - 10%);
  left: -10%;
  top: 80px;
}

.core_page_box:nth-child(2n) .font-bar-en {
  left: 97%;
}

#apply_page .nav-tabs .nav-link {
  width: 100%;
  background: #f7f7f7;
  color: var(--bs-gray-500);
}

#apply_page .nav-item {
  flex: 1;
}

#apply_page ul + .tab-content {
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  height: 400px;
  overflow-y: scroll;
}

#apply_page .nav-tabs .nav-link.active {
  color: var(--secondary-300);
  font-weight: 900;
  background: #fff;
  border-left-color: #eee;
  border-right-color: #eee;
  border-top-color: #eee;
}

.process .process-step-content {
  padding-top: 15px;
}

.process .process-step-circle-content {
  font-family: var(--font2) !important;
  font-size: 3rem;
  color: var(--secondary-rgba-60);
}
.process .process-step-content h4 {
  color: var(--primary-rgba-80);
  font-size: 1.2rem;
  font-weight: 500 !important;
}
.process .process-step.active:nth-child(1) .process-step-circle {
  background-color: #aeb2ae;
  border: none;
}

.process .process-step.active:nth-child(2) .process-step-circle {
  background-color: #878a86;
  border: none;
}

.process .process-step.active:nth-child(3) .process-step-circle {
  background-color: #6c6f6b;
  border: none;
}

.process .process-step.active:nth-child(4) .process-step-circle {
  background-color: #4f504e;
  border: none;
}
.process .process-step.active:nth-child(5) .process-step-circle {
  background-color: #3c3d3c;
  border: none;
}
.process .process-step.active:nth-child(6) .process-step-circle {
  background-color: #1b1c1b;
  border: none;
}

.process
  .process-step.active
  .process-step-circle
  .process-step-circle-content {
  color: var(--secondary--100) !important;
}

.process .process-step:hover .process-step-circle {
  background-color: unset;
}

.font-en,
.font-small-en:before {
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(to top, transparent 20%, black 50%);
  mask-image: linear-gradient(to top, transparent 20%, black 50%);
}

#header
  .header-nav.header-nav-links:not(.header-nav-light-text)
  nav
  > ul
  > li
  > a.login-btn.active {
  color: var(--quaternary-100) !important;
  border: 1px solid #f3f4f8;
}

.content-link {
  font-weight: bold;
  color: var(--quaternary);
  border-bottom: 2px dotted #ddd;
}

#banquet table td,
#summit table td,
#course-form table td,
#oModal table td {
  border: 3px solid #fff;
  padding: 10px 10px 10px 20px;
  border-left: 3px solid #fff;
  background: var(--tertiary-rgba-10);
}

#banquet table th,
#summit table th,
#course-form table th,
#oModal table th {
  background: linear-gradient(
    320deg,
    var(--primary-rgba-40) 0%,
    var(--primary-rgba-80) 100%
  );
  color: var(--light);
  font-weight: 600;
  text-align: center;
  border: 3px solid #fff;
  padding: 10px;
  border-right: none;
  vertical-align: middle;
}

#summit table .gift-row,
#oModal table .gift-row {
  background: linear-gradient(
    320deg,
    var(--quaternary-rgba-40) 0%,
    var(--quaternary-rgba-80) 100%
  );
}

.type-talent.progress.badge,
.type-digital.progress.badge,
.type-zero.progress.badge,
.type-brand.progress.badge,
.type-lead.progress.badge {
  padding: 6px;
}

.ul-order li:last-child {
  border-bottom: none;
}

.course_data h4 b {
  position: relative;
  font-family: var(--font2);
  color: var(--primary);
  padding-right: 30px;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.course_data h4 b:before {
  content: "";
  position: absolute;
  height: 1.3rem;
  border-right: 1px solid rgb(135, 135, 135);
  right: 15px;
  top: calc((100% - 1.3rem) / 2);
}

.hot-news {
  box-shadow: rgb(157 139 0 / 25%) 0px 22px 18px -20px;
}

/* .hot-news-icon{
    border-right: 1px solid var(--bs-gray-300);
} */

.service-content .ul-order li {
  padding: 14px 20px 14px 0;
}

.slick-prev:before,
.slick-next:before {
  color: var(--dark);
  font-family: "simple-line-icons";
  font-size: 18px;
}

.slider-vertical .slick-prev:before {
  content: "\e607";
}
.slider-vertical .slick-next:before {
  content: "\e604";
}
.slider-vertical .slick-prev,
.slider-vertical .slick-next {
  width: 0;
  height: 0;
  border-style: solid;
  margin: 10px;
  display: inline-block;
  left: auto;
  right: 30px;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}
.slider-vertical .slick-prev {
  top: -8px;
}

.slider-vertical .slick-next {
  bottom: 6px;
  top: auto;
}
.slider-vertical .slick-prev.slick-disabled,
.slider-vertical .slick-next.slick-disabled {
  opacity: 0.7;
  cursor: default;
}
.slider-vertical div {
  height: 30px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  line-height: 30px;
}

.slider-vertical a {
  color: var(--primary);
  letter-spacing: 0.1rem;
}

.marquee-bg {
  position: relative;
  background: linear-gradient(
    to right,
    #f3f5ff 0%,
    #fcf49c 30%,
    #fcf49c 70%,
    #f3f5ff 100%
  );
}

.marquee-bg:before {
  position: absolute;
  content: "";
  background-image: url(../img/logo/logo-opacity.png);
  right: -2px;
  width: 88px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
}
.marquee-bg::after {
  position: absolute;
  content: "";
  background-image: url(../img/logo/logo-opacity.png);
  left: -2px;
  width: 88px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.inner_page .page-header:before {
  z-index: 1;
}

.inner_page .page-header:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.inner_page .font-en,
.inner_page .font-small-en:before {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.inner_page .page-header h1 {
  font-size: 5rem;
}

.inner_page .breadcrumb > li + li:before {
  color: white;
}

.inner_page .breadcrumb > li {
  color: var(--secondary);
}

.scroll_box_right {
  position: absolute;
  top: 150px;
  right: -150px;
  z-index: 1;
  width: 160px;
  font-family: var(--font2);
  text-align: right;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-animation: kf-load-scroll 0.6s ease-in-out 2.1s 1 normal forwards;
  animation: kf-load-scroll 0.6s ease-in-out 2.1s 1 normal forwards;
  opacity: 0;
}

.cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-header h3 {
  font-weight: bold;
}

.fc .fc-bg-event .fc-event-title {
  color: var(--light);
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin: 6px 0 0 12px;
}

.fc .custom-before-event::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 70px;
  max-width: 70%;
  max-height: 100%;
  background-image: url("../img/logo/logo-part3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.fc-day.highlighted-day .fc-daygrid-day-number {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--dark);
  background: var(--secondary--100);
  border-radius: 0 0 0 10px;
}

.fc .fc-daygrid-day-number {
  padding: 6px;
}

.fc .fc-bg-event {
  opacity: 1;
}

.confirm-label {
  font-weight: bold;
  color: var(--primary);
}

.outline-text-style {
  font-size: 5rem;
  font-family: var(--font2);
  font-weight: bold;
  color: var(--secondary);
  opacity: 0.5;
  letter-spacing: 0.3rem;
  -webkit-mask-image: linear-gradient(to top, transparent 20%, black 50%);
  mask-image: linear-gradient(to top, transparent 20%, black 50%);
}

#course-contact .modal-content {
  position: relative;
}

#course-contact .modal-header .btn-close {
  z-index: 1;
}

#course-contact .modal-content:before {
  position: absolute;
  content: "";
  background-image: url(../img/logo/logo-opacity.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 208px;
  height: 150px;
  right: 0;
  top: 0;
  opacity: 0.1;
}

#course-contact .modal-content::after {
  position: absolute;
  content: "";
  background-image: url(../img/logo/logo-opacity.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 208px;
  height: 150px;
  left: 0;
  bottom: 0;
  opacity: 0.1;
  transform: rotate(180deg);
}

#qna_page .toggle.active {
  border-radius: 8px;
}

.font-en-2,
.marquee-custom span {
  -webkit-mask-image: linear-gradient(to top, transparent 20%, black 50%);
  mask-image: linear-gradient(to top, transparent 20%, black 50%);
}

.level-0 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    var(--tertiary-rgba-30) 0%,
    var(--secondary-rgba-0) 100%
  );
}
.level-0:before {
  position: absolute;
  content: "";
  background-image: url(../img/level-0.png);
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
  right: -35px;
  bottom: -65px;
  opacity: 0.8;
  z-index: -1;
}
.level-1 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    var(--secondary-rgba-40) 0%,
    var(--secondary-rgba-0) 100%
  );
}
.level-1:before {
  position: absolute;
  content: "";
  background-image: url(../img/level-1.png);
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  right: -20px;
  bottom: -55px;
  opacity: 0.8;
  z-index: -1;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.level-2 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    var(--secondary-rgba-40) 0%,
    var(--secondary-rgba-0) 100%
  );
}
.level-2:before {
  position: absolute;
  content: "";
  background-image: url(../img/level-2.png);
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  right: -8px;
  bottom: -8px;
  opacity: 0.8;
  z-index: -1;
}
.level-3 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    var(--secondary-rgba-40) 0%,
    var(--secondary-rgba-0) 100%
  );
}
.level-3:before {
  position: absolute;
  content: "";
  background-image: url(../img/level-3.png);
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  right: -60px;
  bottom: -15px;
  opacity: 0.8;
  z-index: -1;
}

.member-level-0,
.member-level-1,
.member-level-2,
.member-level-3 {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 0px,
    rgba(0, 0, 0, 0.3) 0px 6px 7px -4px, rgba(0, 0, 0, 0.2) 0px -1px 1px inset;
}
.member-level-0:before {
  position: absolute;
  content: "LV0";
  font-family: var(--font2);
  font-size: 6rem;
  font-weight: bold;
  color: var(--tertiary-rgba-20);
  right: 5px;
  top: 30px;
}

.member-level-1:before {
  position: absolute;
  content: "LV1";
  font-family: var(--font2);
  font-size: 6rem;
  font-weight: bold;
  color: var(--tertiary-rgba-20);
  right: 5px;
  top: 30px;
}

.member-level-2:before {
  position: absolute;
  content: "LV2";
  font-family: var(--font2);
  font-size: 6rem;
  font-weight: bold;
  color: var(--tertiary-rgba-20);
  right: 5px;
  top: 30px;
}

.member-level-3:before {
  position: absolute;
  content: "LV3";
  font-family: var(--font2);
  font-size: 6rem;
  font-weight: bold;
  color: var(--tertiary-rgba-20);
  right: 5px;
  top: 30px;
}

.font-banner-en {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  letter-spacing: 1px;
  font-family: var(--font3);
  line-height: 1.1;
  color: var(--secondary);
}

.line-pre-title {
  width: 25px;
  height: 11px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  clip-path: polygon(0 1%, 80% 0%, 100% 100%, 0% 100%);
}

.line-pre-title-left {
  width: 25px;
  height: 11px;
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
  clip-path: polygon(0 1%, 80% 0%, 100% 100%, 0% 100%);
  transform: scaleX(-1);
}

.title-set p {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.title-set h2 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 4.5rem;
  line-height: 0.9;
}

.mentors_list li,
.news_cate li {
  margin-right: 0;
  border-right: 2px dashed var(--secondary-300);
}
.mentors_list li:last-child,
.news_cate li:last-child{
  border-right: 0;
}

.mentors_list li .btn,
.news_cate li .btn {
  background-color: transparent;
  border: none;
}

.mentors_list li button,
#new_list .news_cate li button:not(.active){
  color: var(--bs-gray-600);
  padding: 2px 15px;
  font-weight: 300;
  line-height: 1.2rem;
  margin: 0;
}
.news_cate li button {
  color: var(--bs-gray-500);
  padding: 2px 15px;
  font-weight: 400;
  line-height: 1.2rem;
  margin: 0;
}

.mentors_list li button.active,
.mentors_list li button:hover.active,
.news_cate li button.active {
  background-color: transparent;
  border: none;
  color: var(--secondary-300);
}

.mentors_list li:hover button,
.news_cate li:hover button,
#new_list .news_cate li:hover button{
  background-color: transparent;
  color: var(--secondary-300);
  border: none;
}

#mentors_list {
  position: relative;
  z-index: 1;
}

#mentors_list:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    -90deg,
    #fff 0%,
    #fff 5%,
    #e7e7e7 5%,
    #fff 85%,
    #fff 85%,
    #fff 100%
  );
}
#mentors_list:after {
  content: "";
  position: absolute;
  width: 800px;
  height: 300px;
  background-image: url(../img/deco/mentors-left-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -125px;
  z-index: 0;
  left: 0;
}

.mentors-gradient {
  text-align: end;
  padding-right: 5%;
}

#mentors_list .font-en {
  position: absolute;
  top: 15px;
  left: 0;
  text-align: center;
  font-family: var(--font1);
  line-height: 1.1;
  color: #e7e7e7;
  font-size: 10rem;
  font-weight: bold;
  opacity: 0.3;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  pointer-events: none;
}

.badge {
  clip-path: polygon(
    0px 0,
    calc(100% - 10px) 0,
    100% 100%,
    calc(100% - 10px) 100%,
    10px 100%,
    0 0%
  );
  padding: 5px 20px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  border-radius: 0;
  font-size: 16px;
}

.badge {
  background-color: var(--primary-100);
  color: var(--secondary-200);
  font-size: 14px;
  padding: 5px 15px;
  margin-bottom: 5px;
}

.mentors_data .name,
.teacher_data h4 b {
  font-weight: bold;
}

.news_item .news-body {
  background: var(--light);
  border-radius: 0 0 8px 8px;
  padding: 5px 20px;
}

.news_item .news-cover {
  border-radius: 8px 8px 0 0;
}

.news_item .badge,
#new_page .badge{
  background: var(--secondary-200);
  font-size: 16px;
  color: var(--dark);
}

.news_item .date {
  color: var(--bs-gray-500);
}

.news_item h4 {
  padding-top: 0;
}

.news_item img {
  border-radius: 8px 8px 0 0;
}

.news_item:hover {
  filter: drop-shadow(0 4px 8px var(--secondary-100));
}

.arrow_btn {
  color: var(--primary);
  background: var(--light);
}

.readmore {
  margin-right: 0;
  margin-left: 10px;
}

.news-view .readmore,
.mentors-mvp-area .readmore {
  border: 1px solid var(--secondary);
}

.readmore-btn:hover .readmore {
  background-color: var(--secondary);
}

.news-view .readmore .readmore-icon:before,
.mentors-mvp-area .readmore .readmore-icon:before {
  border-bottom: 1px solid var(--secondary);
}

.news-view .readmore .readmore-icon:after,
.mentors-mvp-area .readmore .readmore-icon:after {
  background-color: var(--secondary);
}

#news:before {
  content: "";
  position: absolute;
  background-image: url(../img/deco/news-r-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 300px;
  top: 10%;
  right: 0;
}
#news:after {
  content: "";
  position: absolute;
  background-image: url(../img/deco/mentors-left-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 300px;
  bottom: 0;
  z-index: 0;
}

.text-circle {
  position: relative;
  text-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff;
}
.text-circle-w {
  position: relative;
  text-shadow: 0 0 1em #f8f3be, 0 0 1em #f8f3be, 0 0 1em #f8f3be;
}

.text-circle-wrap img {
  position: absolute;
  width: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.5));
}

.text-circle-wrap {
  position: absolute;
  width: 250px;
  height: 250px;
  right: 9%;
  bottom: 0;
}

section.section.about-bg {
  background-image: url(../img/about-bg.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.owl-boxed:before,
.page-header:before {
  background-color: var(--primary-100);
}

#header:before {
  background-color: var(--primary-100);
}

.parallax-area {
  position: relative;
}

.parallax-area .top-box,
.parallax-area .bottom-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 0;
  /* margin: 10px 0; */
}

.m-left-15 {
  left: 15%;
}

.m-right-25 {
  right: 25%;
}

.parallax-area .bottom-box {
  color: #3b5998;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.parallax-area .small-en {
  color: var(--secondary);
  display: block;
  font-size: 30px;
  font-weight: 400;
  max-width: 150px;
  z-index: 2;
  letter-spacing: 1px;
  word-wrap: break-word;
  white-space: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 15px;
}
.parallax-area .large-en-top {
  font-size: 210px;
  font-weight: 500;
  position: absolute;
  left: -150px;
  top: -190px;
  overflow: hidden;
  white-space: nowrap;
  text-wrap: nowrap;
  line-height: 1;
  z-index: 0;
  letter-spacing: 0;
  opacity: 0.5;
  -webkit-text-fill-color: white;
  text-shadow: -2px -2px 0 var(--bs-gray-200), 2px -2px 0 var(--bs-gray-200),
    -2px 2px 0 var(--bs-gray-200), 2px 2px 0 var(--bs-gray-200);
}
.parallax-area .large-en-bottom {
  font-size: 210px;
  font-weight: 500;
  position: absolute;
  right: -600px;
  bottom: -190px;
  overflow: hidden;
  white-space: nowrap;
  text-wrap: nowrap;
  line-height: 1;
  z-index: 0;
  letter-spacing: 0;
  opacity: 0.5;
  -webkit-text-fill-color: white;
  text-shadow: -2px -2px 0 var(--bs-gray-200), 2px -2px 0 var(--bs-gray-200),
    -2px 2px 0 var(--bs-gray-200), 2px 2px 0 var(--bs-gray-200);
}
.parallax-area .large-en {
  font-size: 210px;
  font-weight: 500;
  position: absolute;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-wrap: nowrap;
  line-height: 0.8;
  z-index: 0;
  letter-spacing: 0;
  opacity: 0.5;
  -webkit-text-fill-color: white;
  text-shadow: -2px -2px 0 var(--bs-gray-200), 2px -2px 0 var(--bs-gray-200),
    -2px 2px 0 var(--bs-gray-200), 2px 2px 0 var(--bs-gray-200);
}

.parallax-area .top-ch {
  font-size: 110px;
  font-weight: 800;
  z-index: 2;
  text-wrap: nowrap;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: var(--font2);
  line-height: normal;
}

.marquee-r-box {
  position: absolute;
  filter: drop-shadow(-15px 25px 10px rgba(114, 113, 113, 0.2));
  right: 0;
  top: -1px;
  width: 45%;
  height: 70px;
  z-index: 3;
}

.marquee-r {
  width: 100%;
  height: 70px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  background-color: var(--primary-100);
}

.marquee-l-box {
  position: absolute;
  filter: drop-shadow(15px -25px 10px rgba(114, 113, 113, 0.2));
  left: 0;
  bottom: -1px;
  width: 45%;
  height: 70px;
  z-index: 3;
}

.marquee-l {
  width: 100%;
  height: 70px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  /* background-color: var(--primary-100); */
  background-image: url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-shadow {
  box-shadow: inset 0px 25px 30px 0px rgba(114, 113, 113, 0.25),
    inset 0px -25px 30px 0px rgba(114, 113, 113, 0.25);
}

.section-transpaent {
  mask-image: linear-gradient(
    to bottom,
    black 0%,
    white 10%,
    white 90%,
    black 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    black 0%,
    white 10%,
    white 90%,
    black 100%
  );
}

.tb-mask {
  mask-mode: luminance;
  -webkit-mask-mode: luminance;
}

.side_nav {
  box-shadow: none;
}
.side_nav .nav li a {
  position: relative;
  background: linear-gradient(
    to right,
    rgba(235, 235, 235, 0.8) 20%,
    rgba(255, 255, 255, 0.6) 90%,
    rgba(255, 255, 255, 0.6) 100%
  );
  color: #7e7e7e;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.side_nav .nav li a:before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #fff;
  width: 55%;
  height: 44px;
  left: 12px;
}

.side_nav .nav li:last-child a:before {
  border-bottom: none;
}

.slogan-box {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: calc(100vh - 920px);
  right: calc(100vw - 1650px);
  background-color: transparent;
  padding: 10px 20px 20px 35px;
  z-index: 3;
}

.slides-numbers,
.slides-numbers .total {
  color: white;
}

.slides-numbers .active {
  color: var(--light);
}

.hr {
  border-top: 1px solid #fff;
}

.slogan-box .arrow_btn {
  color: white;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
}

.slogan-box .prev_hl {
  margin-left: 50px;
}

.banner-section {
  background: url(../img/deco/banner-section-bg.svg) center;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.slogan-text {
  color: var(--secondary);
  font-weight: 800;
}

.mvp-subtitle {
  font-size: 3.5rem;
  text-align: center;
  color: var(--light);
  font-weight: bold;
  background: -webkit-linear-gradient(
    135deg,
    rgba(172, 172, 172, 1) 0%,
    rgba(255, 255, 255, 1) 10%,
    rgba(172, 172, 172, 1) 25%,
    rgba(255, 255, 255, 1) 39%,
    rgba(172, 172, 172, 1) 50%,
    rgba(255, 255, 255, 1) 65%,
    rgba(172, 172, 172, 1) 80%,
    rgba(255, 255, 255, 1) 90%,
    rgba(172, 172, 172, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mentors-mvp-area .card-box{
  background: linear-gradient(150deg, #fff2 0%, #fff4 50%, #fff2 100%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: 0 15px 10px #0000000f, -1px -1px 2px #fff, 1px 1px 2px #555;
  border-radius: 5px;
  border: 1px solid #595959;
}
.card-box-out{
  background: linear-gradient(150deg, #fff2 0%, #fff4 50%, #fff2 100%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: 0 15px 10px #0000000f, -1px -1px 2px #fff, 1px 1px 2px #555;
  border-radius: 5px;
  border: 1px solid #595959;
}

.mentors-mvp-area .news_cate li button.active,
.mentors-mvp-area .news_cate li:hover button {
  position: relative;
  color: white;
  font-weight: 500;
  z-index: 1;
}
.mentors-mvp-area .news_cate li button.active:before,
.mentors-mvp-area .news_cate li:hover button:before,
.login_page_ .news_cate li.active:before,
.login_page_ .news_cate li:hover:before{
  position: absolute;
  content: "";
  background-image: url(../img/mantors-star.svg);
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  top: -15px;
  left: 50%;
  z-index: 2;
}

.mentors-mvp-area .card-box .card-body {
  max-height: 105px;
  overflow-y: scroll;
  border-top: 1px solid var(--bs-gray-600);
  margin: 0 20px;
}

.mentors-mvp-area .card-title {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
  color: var(--bs-gray-500);
  padding: 0.5rem;
}

.mvp-intro-box {
  border: none;
  background: transparent;
}

.mvp-intro-name {
  /* font-size: 3rem; */
  font-family: var(--font2);
  font-weight: 500;
  color: var(--secondary-200);
  letter-spacing: 0.4rem;
  margin-bottom: 0;
  line-height: normal;
  padding-bottom: 0.4rem;
}

.mvp-intro-content {
  font-size: 1.2rem;
  color: white;
  max-height: 320px;
  overflow-y: auto;
}
.teacher_info{
  max-height: 105px;
  overflow-y: auto;
}

.mentors-img-text {
  position: absolute;
  left: -60px;
  bottom: 15%;
}

.mentors-img-text .text-box {
  position: relative;
}

.text-box .text_1,
.text-box .text_2,
.text-box .text_3 {
  /* font-size: 4em; */
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  line-height: 1;
  font-family: sans-serif;
  letter-spacing: 0.2rem;
}

.text-box .text_1 {
  transform: translateX(-0.3em);
  clip-path: rect(-25px 25px auto 0);
  color: #474747;
  -webkit-animation: shine 1.5s infinite linear;
  animation: shine 1.5s infinite linear;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.text-box .text_2 {
  transform: translateX(0.2em);
  clip-path: rect(-25px 30px auto 0);
  color: #7a7a7a;
  -webkit-animation: shine 1.5s infinite linear;
  animation: shine 1.5s infinite linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.text-box .text_3 {
  transform: translateX(0.78em);
  clip-path: rect(-25px auto auto 0);
  color: #fff;
  -webkit-animation: shine 1.5s infinite linear;
  animation: shine 1.5s infinite linear;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@keyframes shine {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.mentors_badge {
  position: absolute;
  top: -8px;
  right: 15px;
}

.badge-back {
  position: absolute;
  border-right: 10px solid #896e47;
  border-top: 8px solid transparent;
  display: block;
  left: -9px;
}

.mentors_badge .tail {
  position: relative;
  z-index: 0;
  width: 56px;
  background: linear-gradient(
    180deg,
    rgba(221, 172, 77, 1) 0%,
    rgba(137, 110, 71, 1) 50%,
    rgba(221, 172, 77, 1) 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.mentors_badge .tail .badge_inner {
  position: static;
  z-index: 1;
  width: 46px;
  background: linear-gradient(
    60deg,
    rgba(221, 172, 77, 1) 10%,
    rgba(137, 110, 71, 1) 50%,
    rgba(221, 172, 77, 1) 90%
  );
  clip-path: polygon(0% 0%, 100% 0, 100% 83%, 50% 95%, 0 83%);
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  padding: 14px 8px 0 8px;
  font-size: 1.4rem;
  color: #fff;
  font-family: var(--font2);
  font-weight: 600;
  letter-spacing: 0.4rem;
  text-align: center;
  word-break: break-word;
  padding-bottom: 20px;
}

.agenda-list .list-label{
  display: inline-block;
  background: var(--secondary-300);
  font-size: 14px;
  color: var(--bs-gray-100);
  clip-path: polygon(0px 0, calc(100% - 10px) 0, 100% 100%, calc(100% - 10px) 100%, 10px 100%, 0 0%);
  padding: 1px 20px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  border-radius: 0;
  margin-bottom: 1rem;
}

.agenda-list .list-title{
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--bs-gray-700);
  margin-bottom: 1rem;
  line-height: 2.1rem;
}

.agenda-list .list-desc{
  color: var(--bs-gray-900);
  margin-bottom: 1rem;
  font-size: 1rem;
}

.agenda-list .speaker{
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

.agenda-list .speaker .name{
  position: relative;
  font-family: var(--font2);
  color: var(--primary);
  padding-right: 30px;
  font-size: 1rem;
  flex-shrink: 0;
  margin-left: 0.5rem;
  font-weight: bold;
}

.agenda-list .speaker .name:not(:nth-child(3)):before{
  content: '';
  position: absolute;
  height: 1.3rem;
  border-right: 1px solid rgb(135, 135, 135);
  right: 15px;
  top: calc((100% - 1.3rem) / 2);
}

.agenda-area .border-top{
  border-top-color: var(--grey-600) !important;
}

.location-area .locate-title{
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--secondary-300);
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.location-area .locate-info{
  font-size: 1.1rem;
}
.location-area ul li{
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  line-height: 1.7rem;
}

/* :root{
    --font:'Microsoft JhengHei',-apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
    --font2:serif,"Noto Serif TC",sans-serif;
    --font3:'Unna',sans-serif;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 2px;
}

::-webkit-scrollbar:horizontal {
    height: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent; 
} */

/*
| ----------------------------------------------------
| responsive
| ----------------------------------------------------
*/
section.section.index_01 {
  margin-top: -120px;
  margin-bottom: 120px;
}
.mentors-mvp-area {
  margin-top: -240px;
}
.team-title{
  max-width: 50%;
}
.mask-bg{
  mask: url(../img/banner-section-bg_top_cover2.svg)top center no-repeat; 
  mask-size: 100%;
  margin: -130px 0 0;
  background: #fff url(../img/banner-section-bg_top.svg)top center no-repeat;
  background-size: 100%;
}
.mask-bg.bg-dark-page{
  background-color: #1b1c1b !important;
}
.bg-dark-page.box-dark,
.bg-dark-page.box-dark a,
.bg-dark-page.box-dark form label,
.bg-dark-page.box-dark .form-control{
  color: #fff;
}
.bg-dark-page .list-unstyled a{
  color: var(--bs-gray-600);
}
.breadcrumb > li.active{
  color: var(--secondary-300);
}
.bg-dark-page .breadcrumb > li a{
  color: #fff;
}
/* section.section.banner-section-top-out{
  margin: -130px 0 0;
} */
.out-box::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background: linear-gradient(0deg, #fff 0%, #fff 0%, #e7e7e7 0%, #fff 85%, #fff 85%, #fff 100%);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.out-box::after {
  content:attr(data-title);
  position: absolute;
  top: -3%;
  left: 155px;
  text-align: center;
  font-family: sans-serif;
  line-height: 1.1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #dfdfdf;
  font-size: 10rem;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: top left;
  -webkit-transform-origin: top left;
  pointer-events: none;
  z-index: -1;
}
#new_list .news_item{
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}
#new_list .news_item:hover {
  filter: drop-shadow(0 4px 8px var(--secondary-100));
}
.pagination{
  margin: 20px 0 60px;
}
.prev_btn{
  width: 50px;
  height: 50px;
  min-width: 50px;
  transform: scaleX(-1);
}
.prev_btn .readmore-icon{
  width: 23px;
  height: 6px;
}
.fb-icon{
  color: #4267b2;
}
.line-icon{
  color: #0cc75a;
}
.fb-icon:hover{
  color: #346de0;
}
.line-icon:hover{
  color: #07e262;
}
.line-icon-l{
  background: #0cc75a;
}
.line-icon-l:hover{
  background: #08b450;
}
.py-2-5 {
  padding-top: .65rem !important;
  padding-bottom: .65rem !important;
}
.login_page_ .text-circle-wrap,
.about-bg .text-circle-wrap{
  bottom: auto;
  right: -3%;
}
.SHARE_box, .sign_up_col, .SHARE_box_{
  border-left: 1px solid;
}
#mentors_list.mentors_page::before,
#mentors_list.mentors_page:after{
  content: none;
}
#core_page:after {
  content: "";
  position: absolute;
  background-image: url(../img/deco/mentors-left-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 300px;
  bottom: 0;
  left: -6%;
  z-index: 0;
}
#core_page .bg-txt{
  position: absolute;
  top: 4%;
  right: -43vw;
  font-family: var(--font1);
  line-height: 1.1;
  color: #ffffff;
  font-size: 9vw;
  font-weight: bold;
  opacity: 0.05;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  pointer-events: none;
}
#core_page .readmore{
  width: 40px;
  height: 40px;
  min-width: 40px;
}
#core_page .readmore .readmore-icon {
  width: 19px;
  height: 7px;
}
#core_page .readmore .readmore-icon:before{
  border-color: #fff;
}
#core_page .readmore .readmore-icon::after{
  background-color:#fff;
}
#core_page .tag{
  color: #4d4d4d;
  background: linear-gradient(90deg,var(--secondary-200) 0%, var(--secondary-200) 80%, rgba(0, 0, 0, 0) 100%);
}
.custom-hero-bg_w{
  background: radial-gradient(circle, rgb(255 255 255) 0%, rgba(255, 255, 255, 0.3) 38%, rgba(255, 255, 255, 0) 55%);
}
#core_page .item-box .img-box::before{
  content: attr(data-num);
  font-family: var(--font2);
  font-weight: 900;
  position: absolute;
  left: 90%;
  top: 8%;
  font-size: 8rem;
  opacity: 0.4;
  letter-spacing: 0.5rem;
}
#core_page h3{
  position: relative;
  padding-left: 30px;
}
#core_page h3::before{
  content: '';
  width: 8px;
  height: 64%;
  background: var(--secondary-300);
  display: inline-block;
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
}
#core_page .pyramid-body{
  -webkit-animation: flyX 3s ease-out infinite;
    animation: flyX 3s ease-out infinite;
}
#core_page .pyramid-shadow{
  transform-origin: center bottom;
  -webkit-animation: fly_s 3s ease-out infinite;
    animation: fly_s 3s ease-out infinite;
}
#core_page .h2_top_title{
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: var(--secondary-200);
  font-weight: 600;
  font-family: var(--font1);
}
/* .core_page_out #header{
  z-index: 2;
} */
.mask-bg.about-bg{
  background: url(../img/banner-section-bg_top.svg)top center no-repeat, url(../img/about-bg.jpg) center center/cover;
}
.out-box.about_page_out::before{
  content: none;
}
.btn:not(.readmore){
  border-radius: 0;
}
.btn-tertiary-100 {
	--hover: var(--tertiary-200);
	background-color: var(--tertiary-100);
	border-color: var(--tertiary-100) var(--tertiary-100) var(--tertiary-300);
	color: var(--tertiary-inverse);
}

.btn-tertiary-100:hover, .btn-tertiary-100.hover {
	border-color: var(--tertiary--200) var(--tertiary--200) var(--tertiary);
	color: var(--tertiary-inverse);
}

.btn-tertiary-100:hover:not(.bg-transparent), .btn-tertiary-100.hover:not(.bg-transparent) {
	background-color: var(--tertiary--200);
}

.btn-tertiary-100:focus, .btn-tertiary-100.focus {
	border-color: var(--tertiary-300) var(--tertiary-300) var(--tertiary-300);
	color: var(--tertiary-inverse);
	box-shadow: 0 0 0 3px var(--tertiary-rgba-50);
}

.btn-tertiary-100:focus:not(.bg-transparent), .btn-tertiary-100.focus:not(.bg-transparent) {
	background-color: var(--tertiary-200);
}

.btn-tertiary-100.disabled, .btn-tertiary-100:disabled {
	border-color: var(--tertiary) var(--tertiary) var(--tertiary-300);
}

.btn-tertiary-100.disabled:not(.bg-transparent), .btn-tertiary-100:disabled:not(.bg-transparent) {
	background-color: var(--tertiary);
}

.btn-tertiary-100:active, .btn-tertiary-100.active {
	border-color: var(--tertiary-300) var(--tertiary-300) var(--tertiary-300) !important;
}

.btn-tertiary-100:active:not(.bg-transparent), .btn-tertiary-100.active:not(.bg-transparent) {
	background-color: var(--tertiary-200) !important;
	background-image: none !important;
}
.btn-tertiary-200 {
	--hover: var(--tertiary-300);
	background-color: var(--tertiary-200);
	border-color: var(--tertiary-200) var(--tertiary-200) var(--tertiary-300);
	color: var(--tertiary-inverse);
}

.btn-tertiary-200:hover, .btn-tertiary-200.hover {
	border-color: var(--tertiary--200) var(--tertiary--200) var(--tertiary);
	color: var(--tertiary-inverse);
}

.btn-tertiary-200:hover:not(.bg-transparent), .btn-tertiary-200.hover:not(.bg-transparent) {
	background-color: var(--tertiary--200);
}

.btn-tertiary-200:focus, .btn-tertiary-200.focus {
	border-color: var(--tertiary-300) var(--tertiary-300) var(--tertiary-300);
	color: var(--tertiary-inverse);
	box-shadow: 0 0 0 3px var(--tertiary-rgba-50);
}

.btn-tertiary-200:focus:not(.bg-transparent), .btn-tertiary-200.focus:not(.bg-transparent) {
	background-color: var(--tertiary-200);
}

.btn-tertiary-200.disabled, .btn-tertiary-200:disabled {
	border-color: var(--tertiary) var(--tertiary) var(--tertiary-300);
}

.btn-tertiary-200.disabled:not(.bg-transparent), .btn-tertiary-200:disabled:not(.bg-transparent) {
	background-color: var(--tertiary);
}

.btn-tertiary-200:active, .btn-tertiary-200.active {
	border-color: var(--tertiary-300) var(--tertiary-300) var(--tertiary-300) !important;
}

.btn-tertiary-200:active:not(.bg-transparent), .btn-tertiary-200.active:not(.bg-transparent) {
	background-color: var(--tertiary-200) !important;
	background-image: none !important;
}
.btn-tertiary-300 {
	--hover: var(--tertiary-300);
	background-color: var(--tertiary-300);
	border-color: var(--tertiary-300) var(--tertiary-300) var(--tertiary-300);
	color: var(--tertiary-inverse);
}
.btn-tertiary-300:hover, .btn-tertiary-300.hover {
	border-color: var(--tertiary--300) var(--tertiary--300) var(--tertiary);
	color: var(--tertiary-inverse);
}
.btn-tertiary-300:hover:not(.bg-transparent), .btn-tertiary-300.hover:not(.bg-transparent) {
	background-color: var(--tertiary--300);
}

.btn-tertiary-300:focus, .btn-tertiary-300.focus {
	border-color: var(--tertiary-300) var(--tertiary-300) var(--tertiary-300);
	color: var(--tertiary-inverse);
	box-shadow: 0 0 0 3px var(--tertiary-rgba-50);
}

.btn-tertiary-300:focus:not(.bg-transparent), .btn-tertiary-300.focus:not(.bg-transparent) {
	background-color: var(--tertiary-300);
}

.btn-tertiary-300.disabled, .btn-tertiary-300:disabled {
	border-color: var(--tertiary) var(--tertiary) var(--tertiary-300);
}

.btn-tertiary-300.disabled:not(.bg-transparent), .btn-tertiary-300:disabled:not(.bg-transparent) {
	background-color: var(--tertiary);
}

.btn-tertiary-300:active, .btn-tertiary-300.active {
	border-color: var(--tertiary-300) var(--tertiary-300) var(--tertiary-300) !important;
}

.btn-tertiary-300:active:not(.bg-transparent), .btn-tertiary-300.active:not(.bg-transparent) {
	background-color: var(--tertiary-300) !important;
	background-image: none !important;
}
.border-secondary-300 {
	border-color: var(--secondary-300) !important;
}
.border-white.readmore .readmore-icon:after{
  background-color: #fff;
}
.border-white.readmore .readmore-icon::before{
  border-color: #fff;
}
.prev_btn.border-white{
  transform: scaleX(1);
}
.tag_style{
  font-family: "Lexend", sans-serif !important;
  clip-path: polygon(0px 0, calc(100% - 10px) 0, 100% 100%, calc(100% - 10px) 100%, 10px 100%, 0 0%);
  padding: 5px 20px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
}
.style1 {
  background-color: #ff896c;
  color: #fff;
}
.style1-card {
  position: relative;
  background: linear-gradient(to bottom, var(--secondary-rgba-40) 0%, var(--secondary-rgba-0) 100%);
}
.style2 {
  background-color: #ff896c;
  color: #fff;
}
.style2-card {
  position: relative;
  background: linear-gradient(to bottom, var(--secondary-rgba-40) 0%, var(--secondary-rgba-0) 100%);
}
.style3 {
  background-color: #ff896c;
  color: #fff;
}
.style3-card {
  position: relative;
  background: linear-gradient(to bottom, var(--secondary-rgba-40) 0%, var(--secondary-rgba-0) 100%);
}
.style4 {
  background-color: #ff896c;
  color: #fff;
}
.style4-card {
  position: relative;
  background: linear-gradient(to bottom, var(--secondary-rgba-40) 0%, var(--secondary-rgba-0) 100%);
}
.style5 {
  background-color: #4ea3d8;
  color: #fff;
}
.style5-card {
  position: relative;
  background: linear-gradient(to bottom, var(--secondary-rgba-40) 0%, var(--secondary-rgba-0) 100%);
}
.style6 {
  background-color: #2fb790;
  color: #fff;
}
.style6-card {
  position: relative;
  background: linear-gradient(to bottom, var(--secondary-rgba-40) 0%, var(--secondary-rgba-0) 100%);
}
.fc .fc-button-primary{
  background-color: var(--primary);
  border-color: var(--primary);
}
.fc .fc-toolbar-title {
  font-size: 2.5rem;
  margin: 0px;
  font-weight: 900;
  font-family:var(--font2);
}
.fullcell-event {
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  height: 100% !important;
  position: absolute;
  z-index: 0 !important;
  border-radius: 0;
  margin: 0 !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  background: url(../img/c-banner.jpg) center / cover no-repeat;
}
.fullcell-event::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.highlighted-day .fc-event-title{
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
}
.fullcell-event:hover{
  cursor: pointer;
}
.modal {
  --bs-modal-color: var(--primary);
}
.mentors_badge.horizontal{
  position: relative;
  right: auto;
  top: auto;
  margin-left: calc(-0.25rem - 8px);
}
.mentors_badge.horizontal .tail{
  width: 100%;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  height: 56px;
}
.mentors_badge.horizontal .tail .badge_inner{
  width: 100%;
  font-size: 1.2rem;
  height: calc(100% - 10px);
  padding: 8px 22px 8px 14px;
  -webkit-writing-mode:horizontal-tb;
  writing-mode:horizontal-tb;
  clip-path: polygon(0% 0%, 83% 0%, 95% 50%, 83% 100%, 0% 100%);
  letter-spacing: 0.1rem;
}
.mentors_badge.horizontal .badge-back{
  border-top: 0;
  border-right: 8px solid #896e47;
  border-bottom: 8px solid transparent;
  top: auto;
  left: 0;
  bottom: -8px;
}
.card-item{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 0px, rgba(0, 0, 0, 0.3) 0px 6px 7px -4px, rgba(0, 0, 0, 0.2) 0px -1px 1px inset;
}
.fc-view-harness::before {
  content: '敬請期待';
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.25rem;
  white-space: nowrap;
  display: none; /* 預設不顯示 */
}

.fc-view-harness.show-lock::before {
  display: block;
}

.fc-view-harness.lock-overlay {
  position: relative;
}

.fc-view-harness.lock-overlay::after {
  content: '';
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.fc-view-harness.show-lock::after {
  display: block;
}
.m-tag {
  position: absolute;
  bottom: 5%;
  left: 5%;
  padding: 16px 24px;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: transparent;
  color: #fff;
  z-index: 2;
}

.m-tag::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0.25rem 0 rgba(255,255,255, .25), inset 0 0 0.25rem 0 rgba(255,255,255, .25), 0 0 0.25rem 0 rgba(255,255,255, 1), inset 0 0 0.25rem 0 rgba(255,255,255, 1);
  z-index: -1;
}
.btn-outline.btn-tertiary-100{
  background-color: transparent;
  background-image: none;
  border-color: var(--tertiary-100);
}
.btn-outline.btn-tertiary-200{
  background-color: transparent;
  background-image: none;
  border-color: var(--tertiary-200);
}
.btn-outline.btn-tertiary-300{
  background-color: transparent;
  background-image: none;
  border-color: var(--tertiary-300);
}

.calendar-filter .form-group{
  margin-bottom: 1rem;
}

.offcanvas-body img{
  max-width: 100% !important;
  height: auto;
}

.harvest-area{
  background-image: url(../img/inner-banner-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.harvest-area:before{
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, var(--primary) 40%, var(--secondary-300) 90%);
    opacity: 0.9;
}

.harvest-card{
  border-radius: 100%;
  text-align: center;
  aspect-ratio: 1/1;
}

.harvest-card .card-body{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.harvest-card .card-title{
  font-size: 1.4rem;
  color: var(--secondary-300);
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.harvest-card .card-text{
  font-size: 1rem;
  color: var(--dark);
  font-weight: 500;
  line-height: 1.6rem;
}
.harvest-card.box-shadow-1:before{
  border-radius: 100%;
}
.bg-light-box{
  position: fixed;
  top: 0;
  left: -25%;
  width: 150%;
  height: 100vh;
  opacity: 0.7;
}
.fc-theme-standard .fc-list-day-cushion {
  background-color: var(--fc-button-bg-color);
}


@media (min-width: 1920px) {
  .owl-boxed {
    height: calc(100vh - 99px);
  }
}
@media (max-width: 991px) {
  .white-logo {
    display: none;
  }
  #header:before {
    width: 100%;
    clip-path: none;
  }
  .owl-boxed:before,
  .page-header:before {
    content: none;
  }
  .owl-boxed {
    padding: 0 !important;
    height: auto;
  }
  .banner-section {
    height: 240px;
  }
  .page-header{
    margin-right: 0 !important;
    padding-left: 0 !important;
  }
  .ul-order li{
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  #header:before {
    width: 32%;
  }
  .mentors-img-text{
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section {
    height: 200px;
  }
  #mentors_list .font-en{
    font-size: 6rem;
  }
  .parallax-area .top-ch{
    font-size: 70px;
  }
  .parallax-area .large-en-top{
    font-size: 190px;
    top: -170px;
  }
  .parallax-area .large-en-bottom{
    font-size: 190px;
    bottom: -170px;
  }
  .parallax-area .large-en{
    font-size: 190px;
  }
  section.section.section-height-3{
    padding: 2rem 0;
  }
  .sign_img {
    width: 500px;
  }
  .out-box::after{
    display: none;
  }
  .out-box::before{
    width: 100%;
  }
  .mask-bg,.mask-bg.about-bg{
    mask-size: 150%;
    background-size: 150%;
  }
  .font-en, .font-small-en:before{
    font-size: 6rem;
  }
  .font-small-en b.font-2{
    margin-top: -4rem;
  }
  .mentors_badge.horizontal .tail .badge_inner{
    padding: 8px 20px 8px 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mentors_list:after{
    height: 180px;
  }
  #mentors_list .font-en{
    font-size: 6rem;
  }
  .parallax-area .top-ch{
    font-size: 60px;
  }
  .parallax-area .large-en-top{
    font-size: 130px;
    top: -120px;
  }
  .parallax-area .large-en-bottom{
    font-size: 130px;
    bottom: -120px;
  }
  .parallax-area .large-en{
    font-size: 130px;
  }
  section.section.section-height-3{
    padding: 2rem 0;
  }
  .parallax-area .small-en{
    font-size: 24px;
  }
  .sign_img {
    width: 500px;
  }
  .footer-logo{
    width: 400px;
  }
  .blur{
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
  .news_cate li button{
    color: #fff;
  }
  #new_list .news_cate li button:not(.active){
    color: var(--bs-gray-500);
  }
  .scroll_box_right {
    mix-blend-mode: plus-lighter;
  }
  .scroll_box_right{
    right: -5%;
  }
  .out-box::after{
    display: none;
  }
  .out-box::before{
    width: 100%;
  }
  .mask-bg,.mask-bg.about-bg{
    mask-size: 180%;
    background-size: 180%;
  }
  .font-en, .font-small-en:before{
    font-size: 6rem;
  }
  .font-small-en b.font-2{
    margin-top: -4rem;
  }
  .mentors_badge.horizontal .tail .badge_inner{
    padding: 8px 22px 8px 10px;
  }
  .fullcell-event{
    align-items: flex-end;
    justify-content: end;
  }
  .highlighted-day .fc-event-title{
    font-size: 0.82rem;
    letter-spacing: 1px;
  }
  .fc .fc-daygrid-day-number{
    padding: 2px 6px;
  }
  .fc-day.highlighted-day .fc-daygrid-day-number{
    font-size: 1rem;
  }
  .teacher_info {
    max-height: 210px;
    overflow-y: auto;
  }
}
@media (min-width: 768px){
  .table-responsive table {
    min-width: 700px;
  }
  /* #core_page{
    height: 100vh;
  }
  #core_page .item-box{
    position: absolute;
    top: 0;
    left: calc(var(--bs-gutter-x) * .5);
  } */
  #core_page .item-box{
    position: relative;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .banner-section {
    background-color: white;
    background-image: repeating-linear-gradient(to bottom,#e7e7e7,#e7e7e7 1px,transparent 1px,transparent 8px);
    height: auto;
  }
  section.section.index_01 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mentors-mvp-area {
    margin-top: 0px;
  }
  #mentors_list:after{
    height: 110px;
    opacity: 0.6;
  }
  .mentors-mvp-area .card-box .card-body{
    margin: 0 5px;
  }
  #mentors_list .font-en{
    font-size: 6rem;
  }
  .readmore{
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .blur{
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
  .news_cate li button{
    color: #fff;
  }
  #new_list .news_cate li button:not(.active){
    color: var(--bs-gray-500);
  }
  .parallax-area .top-ch{
    font-size: 40px;
  }
  .parallax-area .large-en-top{
    font-size: 90px;
    top: -90px;
  }
  .parallax-area .large-en-bottom{
    font-size: 90px;
    bottom: -90px;
  }
  .parallax-area .large-en{
    font-size: 90px;
  }
  section.section.section-height-3{
    padding: 2rem 0;
  }
  .parallax-area .small-en{
    font-size: 20px;
    padding-top: 8px;
  }
  .sign_img {
    width: 400px;
    max-width: 100%;
  }
  .footer-logo{
    width: 300px;
  }
  .side_nav .nav li a span{
    display: none;
  }
  .readmore-icon{
    width: 20px;
  }
  #mentors_list:before{
    background: linear-gradient(-90deg, #fff 0%, #fff 0%, #e7e7e7 0%, #fff 85%, #fff 85%, #fff 100%);
  }
  .mentors_list{
    margin-left: -15px;
  }
  .cascading-images-wrapper{
    padding: 16% 20%;
  }
  .text-circle-wrap{
    width: 140px;
    height: 140px;
    right: 0;
  }
  .text-circle-wrap img{
    width: 40px;
  }
  .scroll_box_right {
    mix-blend-mode: plus-lighter;
  }
  .scroll_box_right{
    right: -45px;
  }
  .out-box::after{
    display: none;
  }
  .banner-section-top{
    height: 100px;
  }
  section.section.banner-section-top-out {
    margin: -100px 0 0;
  }
  .out-box::before{
    width: 100%;
  }
  .mask-bg,.mask-bg.about-bg{
    mask-size: 220%;
    background-size: 220%;
  }
  .prev_btn{
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .prev_btn .readmore-icon{
    width: 12px;
  }
  .prev_btn .readmore-icon:after{
    width: 7px;
  }
  .font-en, .font-small-en:before{
    font-size: 6rem;
  }
  .font-small-en b.font-2{
    margin-top: -4rem;
  }
  .process .process-step-circle{
    width: 60px;
    height: 60px;
  }
  .process .process-step-circle-content{
    font-size: 2rem;
  }
  .mentors_badge.horizontal .tail .badge_inner{
    padding: 8px 22px 8px 10px;
  }
   .table-rwd {
    min-width: 100%;
  }
  tr.tr-only-hide {
    display: none !important;
  }
  .table-rwd tr {
    display: block;
    border-top: 1px solid #ddd;
    padding: 0.7rem 0;
  }
  .table-rwd td {
    text-align: left;
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 0.4rem 2rem;
    border: none;
    display: flex;
    align-self: start;
    align-items: baseline;
    font-size: 1rem;
  }
  .table-rwd td:before {
    content: attr(data-th);
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 10px;
    color: var(--bs-gray-500);
    min-width: 7rem;
    width: min-content;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4rem;
    text-align: left;
  }
  .table-rwd.table-bordered td,
  .table-rwd.table-bordered th,
  .table-rwd.table-bordered {
    border: 0;
  }
  .SHARE_box_{
    order: 3;
    border-top: 1px solid;
  }
  .SHARE_box{
    order: 3;
  }
  .tickets_col{
    border-left: 0 !important;
  }
  .retrun_col{
    order: 3;
    border-top: 1px solid var(--dark-rgba-20);
  }
  .sign_up_col{
    order: 2;
    border-left: 1px solid;
    border-top: 0;
  }
  .fc .fc-daygrid-day-number {
    padding: 0 6px;
  }
  .fullcell-event{
    align-items: flex-end;
    justify-content: end;
  }
  .highlighted-day .fc-event-title{
    font-size: 0.82rem;
    letter-spacing: 1px;
  }
  .fc .fc-daygrid-day-number{
    padding: 2px 6px;
  }
  .fc-day.highlighted-day .fc-daygrid-day-number{
    font-size: 1rem;
  }
  .fc .fc-toolbar-title{
    font-size: 1.2rem;
  }
  #core_page .item-box{
    position: relative;
    opacity: 1 !important;
    margin-bottom: 1.8rem;
    padding-top: 1.8rem;
    border-top: 1px solid #585858;
  }
  #core_page .item-box:first-child{
    border-top: 0;
  }
  #core_page .item-box .img-box::before{
    font-size: 4rem;
    left: 85%;
  }
  #core_page:after{
    bottom: -7%;
  }
  .side_nav{
    display: none;
  }
  .teacher_info {
    max-height: 210px;
    overflow-y: auto;
  }
}
@media (min-width: 576px) {
  .col-sm-2-5 {
      flex: 0 0 auto;
      width: 250px;
  }
}
@media (max-width: 575px) {
  .call-to-action-content{
    text-align: center;
  }
  .mask-bg,.mask-bg.about-bg{
    mask-size: 300%;
    background-size: 300%;
  }
  .note-item{
    padding: 1rem;
  }
  .font-en, .font-small-en:before{
    font-size: 4rem;
  }
  .font-small-en b.font-2{
    margin-top: -2rem;
  }
  .highlighted-day .fc-event-title{
    display: none;
  }
  .fc-day.highlighted-day .fc-daygrid-day-number{
    font-size: 0.8rem;
  }
  .fc .fc-daygrid-day-number {
    padding: 0px 3px;
  }
  .SHARE_box{
    border-top: 1px solid;
    border-left: 0;
  }
  .teacher_info,
  .mvp-intro-content{
    max-height: none;
    overflow-y: auto;
  }
}
@media (max-width: 1367px) {
}

@media (max-width: 1181px) {
}

@media (min-width: 992px) {
  .process .process-step:before {
    background-color: var(--primary-rgba-20);
  }
}

@media (max-width: 821px) {
}

@media (max-width: 992px) {
}

/*iphone plus*/
@media (max-width: 430px) {
  .accordion .card-body {
    padding: 2rem 1rem;
  }
  .filter-box {
    padding: 1rem 1rem;
  }

  #qna_page .toggle{
    padding: 10px 15px;
  }
  .login_page_ .text-circle-wrap, .about-bg .text-circle-wrap{
    top: 0%;
    right: -10%;
  }

  .calendar-filter .form-group{
  margin-bottom: 0.3rem;
}
}

/*iphone: 7px*/
@media (max-width: 400px) {
}

/*iphone 5*/
@media (max-width: 321px) {
}

/*iPhone XR*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
}

/*iPhone XS*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
}

/*iPhone XS Max*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
}
/*橫拿*/
@media screen and (orientation: landscape) {
}
/*縱拿*/
@media screen and (orientation: portrait) {
}
/*設備寬高比*/
@media screen and (device-aspect-ratio: 16/9) {
}
@keyframes flyX {
  0% {
    -webkit-transform: translate3d(0, 0 ,0);
            transform: translate3d(0, 0 ,0); }
  50% {
    -webkit-transform: translate3d(0, -15px ,0);
            transform: translate3d(0, -15px ,0);}
  100% {
    -webkit-transform: translate3d(0, 0 ,0);
            transform: translate3d(0, 0 ,0); } 
}
@keyframes fly_s {
  0% {
    opacity: .32;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: .2;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);}
  100% {
    opacity: .32;
    -webkit-transform: scale(1);
            transform: scale(1); } 
}