@charset "UTF-8";
@layer reset, base, page, custom;
:root {
  --l-H-hero: 680px;
  --l-header: 80px;
  --l-header-: -80px;
  --l-header--mobile: 56px;
  --l-header--mobile-: -56px;
  --l-services-logo: 44px;
  --l-btnH: 36px;
  --l-h-sec-footer: 150px;
  --c-text: #3F3F3F;
  --c-heading: #1e1e1e;
  --c-nav: #494949;
  --c-brand-text: #848492;
  --c-primary: #2D925B;
  --c-secondary: #1e3659;
  --c-hightlight: #ec4e00;
  --c-primary-start: #f0da98;
  --c-primary-stop: #cfab3b;
  --c-secondary-start: #ffdc23;
  --c-secondary-stop: #ffe972;
  --f-services-title: 18px;
  --f-services-title-lh: 20px;
  --f-services-title--ch: 13px;
  --f-services-title--ch-lh: 16px;
  --z-nav: 10;
  --z-hero: 8;
  --z-main: 9;
  --c-sdg1: #c74140;
  --c-sdg2: #cfa94d;
  --c-sdg3: #6b9e47;
  --c-sdg4: #aa3433;
  --c-sdg5: #df5330;
  --c-sdg6: #71b8e0;
  --c-sdg7: #edc843;
  --c-sdg8: #8d2c44;
  --c-sdg9: #df7538;
  --c-sdg10: #bf3767;
  --c-sdg11: #e6a441;
  --c-sdg12: #b28f40;
  --c-sdg13: #567c4b;
  --c-sdg14: #5794d5;
  --c-sdg15: #7fbc45;
  --c-sdg16: #3d669a;
  --c-sdg17: #2f4768;
  --c-zdg1: #a47903;
  --c-zdg2: #be9115;
  --c-zdg3: #d7aa2d;
}

:root {
  --l-inner: 1024px;
}

@keyframes slide-f-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-top {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes reveal-up-20 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@scope (.p-home) {
  padding-top: 0 !important;
  .s-wrapper {
    padding-top: 0 !important;
  }
  .sec-inner {
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 0 20px;
  }
  .section {
    position: relative;
  }
  .section .l-inner {
    padding-block: 100px;
  }
  @media only screen and (max-width: 551px) {
    .section .l-inner {
      padding-block: 50px;
    }
  }
  .sec-title {
    padding: 70px 0 50px 0;
  }
  .sec-title span {
    display: inline-block;
    position: relative;
    color: #1e1e1e;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    padding-right: 3px;
    padding-left: 15px;
    border-left: 2px solid #1e1e1e;
  }
  .sec-title span::before {
    content: "";
    position: absolute;
    inset: auto auto 0 100%;
    width: 35px;
    bottom: 0;
    height: 2px;
    background-color: #1e1e1e;
  }
}
.p-home {
  padding-top: 0 !important;
}
.p-home .s-wrapper {
  padding-top: 0 !important;
}
.p-home .sec-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 20px;
}
.p-home .section {
  position: relative;
}
.p-home .section .l-inner {
  padding-block: 100px;
}
@media only screen and (max-width: 551px) {
  .p-home .section .l-inner {
    padding-block: 50px;
  }
}
.p-home .sec-title {
  padding: 70px 0 50px 0;
}
.p-home .sec-title span {
  display: inline-block;
  position: relative;
  color: #1e1e1e;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  padding-right: 3px;
  padding-left: 15px;
  border-left: 2px solid #1e1e1e;
}
.p-home .sec-title span::before {
  content: "";
  position: absolute;
  inset: auto auto 0 100%;
  width: 35px;
  bottom: 0;
  height: 2px;
  background-color: #1e1e1e;
}

.p-home {
  --l-H-hero: 710px;
}

@scope (.hero) {
  :scope {
    --l-H-hero: calc(720px + 80px);
    place-content: center;
    display: flex;
    width: 100%;
    overflow-x: clip;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  :scope::before {
    content: "";
    position: absolute;
    inset: 0 50% 0 0;
    background: linear-gradient(to right, black, rgba(0, 0, 0, 0));
  }
  @media only screen and (max-width: 678px) {
    :scope::before {
      inset: 0 0 0 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    }
  }
  :scope::after {
    content: "";
    position: absolute;
    inset: auto 0 215px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-inner {
    place-content: center;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    z-index: 5;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  @media only screen and (max-width: 1024px) {
    .l-inner {
      border-left: 1px solid rgba(255, 255, 255, 0);
      padding: 30px 35px;
    }
  }
  .header {
    width: fit-content;
    place-content: top;
    text-align: left;
    margin-top: var(--l-header);
    padding-top: 35px;
  }
  .header .--leftout {
    margin-left: -50px;
  }
  @media only screen and (max-width: 1280px) {
    .header .--leftout {
      margin-left: 0;
    }
  }
  .logo {
    width: min(240px, 100%);
    height: auto;
    padding-bottom: 25px;
  }
  @media only screen and (max-width: 431px) {
    .logo {
      width: min(180px, 100%);
    }
  }
  .hero-title {
    font-size: 80px;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 700;
    opacity: 1;
    translate: 0 0;
    transition: 0.8s;
  }
  @starting-style {
    .hero-title {
      opacity: 0;
      translate: 0 30px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hero-title {
      font-size: 3.125rem;
    }
  }
  @media only screen and (max-width: 431px) {
    .hero-title {
      font-size: 1.875rem;
    }
  }
  .hero-title_sub {
    font-size: 31px;
    color: #ffffff;
    font-weight: 300;
    padding-top: 10px;
  }
  @media only screen and (max-width: 1024px) {
    .hero-title_sub {
      font-size: 25px;
    }
  }
  @media only screen and (max-width: 431px) {
    .hero-title_sub {
      font-size: 18px;
    }
  }
  .hero-desc {
    padding: 15px 0 30px 15px;
    position: absolute;
    height: 215px;
    inset: auto auto 0 0;
  }
  .hero-desc p {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }
  @media only screen and (max-width: 1024px) {
    .hero-desc {
      padding: 15px 30px;
    }
    .hero-desc P {
      font-size: 13px;
    }
  }
}
.hero {
  /* 原本 :scope 內容 */
  --l-H-hero: calc(720px + 80px);
  place-content: center;
  display: flex;
  width: 100%;
  overflow-x: clip;
  position: relative;
  background-size: cover;
  background-position: center;
  /* .l-inner */
  /* .header */
  /* logo */
  /* hero-title */
  /* hero subtitle */
  /* hero description block */
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0 50% 0 0;
  background: linear-gradient(to right, black, rgba(0, 0, 0, 0));
}
@media only screen and (max-width: 678px) {
  .hero::before {
    inset: 0 0 0 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 215px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.hero .l-inner {
  place-content: center;
  display: flex;
  justify-content: flex-start;
  height: 100%;
  z-index: 5;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1024px) {
  .hero .l-inner {
    border-left: 1px solid rgba(255, 255, 255, 0);
    padding: 30px 35px;
  }
}
.hero .header {
  width: fit-content;
  place-content: top;
  text-align: left;
  margin-top: var(--l-header);
  padding-top: 35px;
}
.hero .header .--leftout {
  margin-left: -50px;
}
@media only screen and (max-width: 1280px) {
  .hero .header .--leftout {
    margin-left: 0;
  }
}
.hero .logo {
  width: min(240px, 100%);
  height: auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 431px) {
  .hero .logo {
    width: min(180px, 100%);
  }
}
.hero .hero-title {
  font-size: 80px;
  color: #ffffff;
  line-height: 1.3;
  font-weight: 700;
  opacity: 1;
  translate: 0 0;
  transition: 0.8s;
  /* CSS View Transition @starting-style — Safari 17 不支援 → 保留不會壞 */
}
@starting-style {
  .hero .hero-title {
    opacity: 0;
    translate: 0 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero .hero-title {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 431px) {
  .hero .hero-title {
    font-size: 1.875rem;
  }
}
.hero .hero-title_sub {
  font-size: 31px;
  color: #ffffff;
  font-weight: 300;
  padding-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .hero .hero-title_sub {
    font-size: 25px;
  }
}
@media only screen and (max-width: 431px) {
  .hero .hero-title_sub {
    font-size: 18px;
  }
}
.hero .hero-desc {
  padding: 15px 0 30px 15px;
  position: absolute;
  height: 215px;
  inset: auto auto 0 0;
}
.hero .hero-desc p {
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  .hero .hero-desc {
    padding: 15px 30px;
  }
  .hero .hero-desc p {
    font-size: 13px;
  }
}

@scope (.section-intro) {
  :scope {
    scroll-timeline: --intro block;
    display: flex;
    min-height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: url(../images/intro_bg.webp) no-repeat center bottom/cover;
  }
  .intro-inner {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .l-side {
    display: flex;
    flex-direction: column;
    width: 500px;
    background: url(../images/inter_bg_2.webp) no-repeat center bottom/cover;
    backdrop-filter: blur(25px);
    position: relative;
    margin-left: 0;
    padding-left: 150px;
  }
  @media only screen and (max-width: 1024px) {
    .l-side {
      padding-left: 50px;
      width: 350px;
    }
  }
  @media only screen and (max-width: 860px) {
    .l-side {
      display: none;
    }
  }
  .l-side .heading {
    height: 280px;
    display: flex;
    flex-direction: column;
    padding-top: 150px;
    gap: 15px;
    position: relative;
    z-index: 3;
  }
  @media only screen and (max-width: 860px) {
    .l-side .heading {
      height: auto;
      padding-top: 70px;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 0;
    }
  }
  .l-side .heading h4, .l-side .heading h5 {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.1;
  }
  @media only screen and (max-width: 860px) {
    .l-side .heading h4, .l-side .heading h5 {
      font-size: 25px;
    }
  }
  .l-side .heading h4 span {
    display: inline-block;
    position: relative;
  }
  .l-side .heading h4 span::before {
    content: "";
    position: absolute;
    inset: auto auto 0 100%;
    width: 35px;
    bottom: 0;
    height: 1px;
    background-color: #fff;
  }
  @media only screen and (max-width: 860px) {
    .l-side .heading h4 span::before {
      display: none;
    }
  }
  .l-side .heading h5 {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #ffffff;
  }
  @media only screen and (max-width: 860px) {
    .l-side .heading h5 {
      margin: 0;
      padding: 0;
      border: none;
    }
  }
  .l-side .intro-img {
    position: relative;
    z-index: 9;
  }
  .l-side .intro-img img {
    object-fit: cover;
    aspect-ratio: 2/1;
  }
  @media only screen and (max-width: 860px) {
    .l-side .intro-img img {
      transform: translateX(0);
      transform: translateY(65px);
    }
  }
  @media only screen and (max-width: 551px) {
    .l-side .intro-img img {
      transform: translateY(25px);
    }
  }
  @media only screen and (max-width: 860px) {
    .l-side .intro-img {
      width: min(250px, 100%);
      align-self: flex-end;
    }
  }
  @media only screen and (max-width: 860px) {
    .l-side .intro-img {
      display: none;
    }
  }
  .l-side .intro-img::before {
    content: "";
    position: absolute;
    inset: 0 165px auto auto;
    height: 1px;
    width: 9999px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  @media only screen and (max-width: 860px) {
    .l-side .intro-img::before {
      inset: 65px -50px auto auto;
    }
  }
  @media only screen and (max-width: 551px) {
    .l-side .intro-img::before {
      display: none;
    }
  }
  .l-side .intro-img::after {
    content: "";
    position: absolute;
    inset: auto 165px 0 auto;
    height: 1px;
    width: 9999px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  @media only screen and (max-width: 860px) {
    .l-side .intro-img::after {
      display: none;
    }
  }
  .l-side .intro {
    font-size: 15px;
    color: #fff;
    padding: 15px 35px 15px 0;
    line-height: 1.7;
    text-align: justify;
  }
  @media only screen and (max-width: 860px) {
    .l-side .intro {
      padding: 20px 0;
      font-size: 13px;
    }
  }
  .l-side .btn-more {
    margin: 15px 0 25px 0;
    background-color: #288552;
  }
  @media only screen and (max-width: 551px) {
    .l-side .btn-more {
      margin-left: 0;
    }
  }
  .l-side .mod-login {
    padding: 30px 35px 30px 0;
  }
  .l-side .mod-login .mod-login__userdata {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .l-side .mod-login .input-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
  }
  .l-side .mod-login .input-group input.form-control {
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.15);
  }
  .l-side .mod-login .input-group input.form-control::placeholder {
    color: #fff;
  }
  .l-side .mod-login .input-group .input-password-toggle {
    background-color: #288552;
    border: none;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
  }
  .l-side .mod-login .input-group label {
    display: none !important;
  }
  .l-side .mod-login .mod-login__remember {
    display: none;
  }
  .l-side .mod-login .mod-login__submit {
    padding: 10px 0;
  }
  .l-side .mod-login .mod-login__submit .btn-primary {
    background-color: #fff;
    color: #288552;
    font-weight: 600;
  }
  .l-side .mod-login .mod-login__options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
  }
  .l-side .mod-login .mod-login__options li {
    display: flex;
    list-style: none;
  }
  .l-side .mod-login .mod-login__options li:last-of-type {
    padding-top: 10px;
  }
  .l-side .mod-login .mod-login__options li:last-of-type a {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 50px;
    text-shadow: 0 0 1px rgba(40, 133, 82, 0.3);
    font-weight: 600;
    transition: all 300ms;
  }
  .l-side .mod-login .mod-login__options li:last-of-type a:hover {
    background-color: white;
    color: #288552;
  }
  .l-side .mod-login .mod-login__options li a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }
  .l-side .mod-login .mod-login__options li a:hover {
    color: #AFE731;
  }
  .l-side .mod-login-logout {
    padding: 25px 0;
  }
  .l-side .mod-login-logout .user-avatar {
    display: none;
  }
  .l-side .mod-login-logout .user-name {
    display: flex;
    gap: 5px;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-side .mod-login-logout .user-name::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/register.webp) no-repeat center/75%;
  }
  .l-side .mod-login-logout .user-name::after {
    content: "｜會員登入中";
    color: rgba(255, 255, 255, 0.75);
    padding-left: 5px;
    text-shadow: 0 0 10px rgba(40, 133, 82, 0.3);
  }
  .main {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0 75px;
    padding-bottom: 50px;
    max-width: 700px;
  }
  @media only screen and (max-width: 1024px) {
    .main {
      margin-left: 50px;
    }
  }
  @media only screen and (max-width: 860px) {
    .main {
      margin: 100px 20px 0;
    }
  }
  .main .heading {
    height: 280px;
    padding-top: 150px;
    color: #2D925B;
    font-size: 32px;
    line-height: 1.1;
  }
  @media only screen and (max-width: 860px) {
    .main .heading {
      height: auto;
      padding: 30px 0;
    }
  }
  .main .btn-more {
    margin: 5px 0 10px;
  }
  .main .sigin-wrapper {
    position: relative;
  }
  .main .sigin-wrapper::before {
    content: "";
    position: absolute;
    width: 9999px;
    display: block;
    border-top: 1px solid rgba(63, 63, 63, 0.13);
    inset: 0 auto auto 0;
  }
  .main .cate-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(15px);
    border-radius: 7px;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #eee;
    box-shadow: 0 5px 25px rgba(63, 63, 63, 0.15);
  }
  @media only screen and (max-width: 1024px) {
    .main .cate-wrapper {
      flex-direction: column;
    }
  }
  .main .cate-wrapper::before {
    content: "";
    position: absolute;
    width: 9999px;
    display: block;
    inset: 0 auto auto 0;
  }
  .main .cate-wrapper .cate-title {
    display: flex;
    flex-wrap: nowrap;
    font-size: 18px;
    min-width: 130px;
    color: rgba(30, 30, 30, 0.65);
  }
  .main .cate-wrapper .cate-info {
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    color: #3F3F3F;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .main .cate-wrapper .cate-info::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #3F3F3F;
    left: 0;
  }
  .main .cate-wrapper .cate-info::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: url(../images/register.webp) no-repeat center/50%;
    left: 0;
  }
  .main .cate-wrapper .items #guru-module-courses .guru-courses-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .main .cate-wrapper .items #guru-module-courses .guru-courses-list .guru-course-heading {
    margin: 0;
    color: #2D925B;
  }
  .main .cate-wrapper .items #guru-module-courses .guru-courses-list .guru-course-heading .guru-mod--courses__item-title {
    color: #2D925B;
    font-size: 20px;
    line-height: 1;
  }
  .main .cate-wrapper .items #guru-module-courses .guru-courses-list .guru-mod--courses__item-details {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5px;
    gap: 5px;
    margin: 0;
  }
  .main .cate-wrapper .items #guru-module-courses .guru-courses-list .guru-mod--courses__item-details a {
    text-decoration: none;
    color: #3F3F3F;
    font-size: 13px;
    padding: 2px 5px;
    border: 1px solid rgba(63, 63, 63, 0.3);
    border-radius: 3px;
  }
  .main .cate-wrapper .items .ebm-upcoming-events {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 0 0;
  }
  .main .cate-wrapper .items .ebm-upcoming-events .up-event-item {
    border-bottom: 1px solid rgba(170, 170, 170, 0.55);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .main .cate-wrapper .items .ebm-upcoming-events .up-event-item .ebm-event-link {
    text-decoration: none;
    font-size: 20px;
    color: #2D925B;
    line-height: 1.3;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-right: 30px;
  }
  .main .cate-wrapper .items .ebm-upcoming-events .up-event-item .ebm-event-link:hover {
    color: #288552;
  }
  .main .cate-wrapper .items .ebm-upcoming-events .up-event-item .ebm-event-link:hover::after {
    background-color: #288552;
  }
  .main .cate-wrapper .items .ebm-upcoming-events .up-event-item .ebm-event-link::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/ic_arrow_right.png) no-repeat center/60%;
    background-color: rgba(40, 133, 82, 0.5);
    border-radius: 3px;
    top: 3px;
    right: 3px;
    transition: background-color 300ms;
  }
  .main .cate-wrapper .items .ebm-upcoming-events .up-event-item .ebm-event-date, .main .cate-wrapper .items .ebm-upcoming-events .up-event-item .eb-colorbox-map {
    font-size: 13px;
    text-decoration: none;
    color: #3F3F3F;
  }
  .main .cate-wrapper .items .ebm-upcoming-events .up-event-item i {
    color: #2D925B;
    display: inline-block;
    text-align: center;
  }
  .main .sigin-wrapper {
    flex-direction: column;
  }
  .main .sigin-wrapper .cate-title {
    color: #1e1e1e;
  }
  .main .sigin-wrapper a {
    margin-right: 10px;
    padding: 10px 35px;
  }
  .main .sigin-wrapper .sigin-intro {
    font-size: 15px;
    color: #3F3F3F;
    padding-top: 15px;
    line-height: 1.75;
  }
}
.section-intro {
  /* 原本 :scope 內容 */
  scroll-timeline: --intro block;
  display: flex;
  min-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background: url(../images/intro_bg.webp) no-repeat center bottom/cover;
}
.section-intro .intro-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.section-intro .l-side {
  display: flex;
  flex-direction: column;
  width: 500px;
  background: url(../images/inter_bg_2.webp) no-repeat center bottom/cover;
  backdrop-filter: blur(25px);
  position: relative;
  margin-left: 0;
  padding-left: 150px;
}
@media only screen and (max-width: 1024px) {
  .section-intro .l-side {
    padding-left: 50px;
    width: 350px;
  }
}
@media only screen and (max-width: 860px) {
  .section-intro .l-side {
    display: none;
  }
}
.section-intro .l-side .heading {
  height: 280px;
  display: flex;
  flex-direction: column;
  padding-top: 150px;
  gap: 15px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 860px) {
  .section-intro .l-side .heading {
    height: auto;
    padding-top: 70px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }
}
.section-intro .l-side .heading h4, .section-intro .l-side .heading h5 {
  color: #ffffff;
  font-size: 32px;
  line-line: 1.1;
}
@media only screen and (max-width: 860px) {
  .section-intro .l-side .heading h4, .section-intro .l-side .heading h5 {
    font-size: 25px;
  }
}
.section-intro .l-side .heading h4 span {
  display: inline-block;
  position: relative;
}
.section-intro .l-side .heading h4 span::before {
  content: "";
  position: absolute;
  inset: auto auto 0 100%;
  width: 35px;
  bottom: 0;
  height: 1px;
  background-color: #fff;
}
@media only screen and (max-width: 860px) {
  .section-intro .l-side .heading h4 span::before {
    display: none;
  }
}
.section-intro .l-side .heading h5 {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ffffff;
}
@media only screen and (max-width: 860px) {
  .section-intro .l-side .heading h5 {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.section-intro .l-side .intro-img {
  position: relative;
  z-index: 9;
}
.section-intro .l-side .intro-img img {
  object-fit: cover;
  aspect-ratio: 2/1;
}
@media only screen and (max-width: 860px) {
  .section-intro .l-side .intro-img img {
    transform: translateY(65px);
  }
}
@media only screen and (max-width: 551px) {
  .section-intro .l-side .intro-img img {
    transform: translateY(25px);
  }
}
@media only screen and (max-width: 860px) {
  .section-intro .l-side .intro-img {
    width: min(250px, 100%);
    align-self: flex-end;
  }
}
@media only screen and (max-width: 860px) {
  .section-intro .l-side .intro-img {
    display: none;
  }
}
.section-intro .l-side .intro-img::before {
  content: "";
  position: absolute;
  inset: 0 165px auto auto;
  height: 1px;
  width: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 860px) {
  .section-intro .l-side .intro-img::before {
    inset: 65px -50px auto auto;
  }
}
@media only screen and (max-width: 551px) {
  .section-intro .l-side .intro-img::before {
    display: none;
  }
}
.section-intro .l-side .intro-img::after {
  content: "";
  position: absolute;
  inset: auto 165px 0 auto;
  height: 1px;
  width: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 860px) {
  .section-intro .l-side .intro-img::after {
    display: none;
  }
}
.section-intro .l-side .intro {
  font-size: 15px;
  color: #fff;
  padding: 15px 35px 15px 0;
  line-height: 1.7;
  text-align: justify;
}
@media only screen and (max-width: 860px) {
  .section-intro .l-side .intro {
    padding: 20px 0;
    font-size: 13px;
  }
}
.section-intro .l-side .btn-more {
  margin: 15px 0 25px;
  background-color: #288552;
}
@media only screen and (max-width: 551px) {
  .section-intro .l-side .btn-more {
    margin-left: 0;
  }
}
.section-intro .l-side .mod-login {
  padding: 30px 35px 30px 0;
}
.section-intro .l-side .mod-login .mod-login__userdata {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-intro .l-side .mod-login .input-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.section-intro .l-side .mod-login .input-group input.form-control {
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.15);
}
.section-intro .l-side .mod-login .input-group input.form-control::placeholder {
  color: #fff;
}
.section-intro .l-side .mod-login .input-group .input-password-toggle {
  background-color: #288552;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
}
.section-intro .l-side .mod-login .input-group label {
  display: none !important;
}
.section-intro .l-side .mod-login .mod-login__remember {
  display: none;
}
.section-intro .l-side .mod-login .mod-login__submit {
  padding: 10px 0;
}
.section-intro .l-side .mod-login .mod-login__submit .btn-primary {
  background-color: #fff;
  color: #288552;
  font-weight: 600;
}
.section-intro .l-side .mod-login .mod-login__options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
}
.section-intro .l-side .mod-login .mod-login__options li {
  display: flex;
  list-style: none;
}
.section-intro .l-side .mod-login .mod-login__options li:last-of-type {
  padding-top: 10px;
}
.section-intro .l-side .mod-login .mod-login__options li:last-of-type a {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 50px;
  text-shadow: 0 0 1px rgba(40, 133, 82, 0.3);
  font-weight: 600;
  transition: all 300ms;
}
.section-intro .l-side .mod-login .mod-login__options li:last-of-type a:hover {
  background-color: #fff;
  color: #288552;
}
.section-intro .l-side .mod-login .mod-login__options li a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}
.section-intro .l-side .mod-login .mod-login__options li a:hover {
  color: #AFE731;
}
.section-intro .l-side .mod-login-logout {
  padding: 25px 0;
}
.section-intro .l-side .mod-login-logout .user-avatar {
  display: none;
}
.section-intro .l-side .mod-login-logout .user-name {
  display: flex;
  gap: 5px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.section-intro .l-side .mod-login-logout .user-name::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/register.webp) no-repeat center/75%;
}
.section-intro .l-side .mod-login-logout .user-name::after {
  content: "｜會員登入中";
  color: rgba(255, 255, 255, 0.75);
  padding-left: 5px;
  text-shadow: 0 0 10px rgba(40, 133, 82, 0.3);
}
.section-intro .main {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0 75px;
  padding-bottom: 50px;
  max-width: 700px;
}
@media only screen and (max-width: 1024px) {
  .section-intro .main {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 860px) {
  .section-intro .main {
    margin: 100px 20px 0;
  }
}
.section-intro .main .heading {
  height: 280px;
  padding-top: 150px;
  color: #2D925B;
  font-size: 32px;
  line-height: 1.1;
}
@media only screen and (max-width: 860px) {
  .section-intro .main .heading {
    height: auto;
    padding: 30px 0;
  }
}
.section-intro .main .btn-more {
  margin: 5px 0 10px;
}
.section-intro .main .sigin-wrapper {
  position: relative;
}
.section-intro .main .sigin-wrapper::before {
  content: "";
  position: absolute;
  width: 9999px;
  border-top: 1px solid rgba(63, 63, 63, 0.13);
  inset: 0 auto auto 0;
}
.section-intro .main .cate-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(15px);
  border-radius: 7px;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #eee;
  box-shadow: 0 5px 25px rgba(63, 63, 63, 0.15);
}
@media only screen and (max-width: 1024px) {
  .section-intro .main .cate-wrapper {
    flex-direction: column;
  }
}
.section-intro .main .cate-wrapper::before {
  content: "";
  position: absolute;
  width: 9999px;
  inset: 0 auto auto 0;
}
.section-intro .main .cate-wrapper .cate-title {
  display: flex;
  flex-wrap: nowrap;
  font-size: 18px;
  min-width: 130px;
  color: rgba(30, 30, 30, 0.65);
}
.section-intro .main .cate-wrapper .cate-info {
  padding: 10px 10px 10px 30px;
  border-radius: 5px;
  color: #3F3F3F;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.section-intro .main .cate-wrapper .cate-info::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #3F3F3F;
  left: 0;
}
.section-intro .main .cate-wrapper .cate-info::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: url(../images/register.webp) no-repeat center/50%;
  left: 0;
}
.section-intro .main .cate-wrapper .items #guru-module-courses .guru-courses-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-intro .main .cate-wrapper .items #guru-module-courses .guru-courses-list .guru-course-heading {
  margin: 0;
  color: #2D925B;
}
.section-intro .main .cate-wrapper .items #guru-module-courses .guru-courses-list .guru-course-heading .guru-mod--courses__item-title {
  color: #2D925B;
  font-size: 20px;
  line-height: 1;
}
.section-intro .main .cate-wrapper .items #guru-module-courses .guru-courses-list .guru-mod--courses__item-details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  gap: 5px;
  margin: 0;
}
.section-intro .main .cate-wrapper .items #guru-module-courses .guru-courses-list .guru-mod--courses__item-details a {
  text-decoration: none;
  color: #3F3F3F;
  font-size: 13px;
  padding: 2px 5px;
  border: 1px solid rgba(63, 63, 63, 0.3);
  border-radius: 3px;
}
.section-intro .main .cate-wrapper .items .ebm-upcoming-events {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0 0;
}
.section-intro .main .cate-wrapper .items .ebm-upcoming-events .up-event-item {
  border-bottom: 1px solid rgba(170, 170, 170, 0.55);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.section-intro .main .cate-wrapper .items .ebm-upcoming-events .up-event-item .ebm-event-link {
  text-decoration: none;
  font-size: 20px;
  color: #2D925B;
  line-height: 1.3;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-right: 30px;
}
.section-intro .main .cate-wrapper .items .ebm-upcoming-events .up-event-item .ebm-event-link:hover {
  color: #288552;
}
.section-intro .main .cate-wrapper .items .ebm-upcoming-events .up-event-item .ebm-event-link:hover::after {
  background-color: #288552;
}
.section-intro .main .cate-wrapper .items .ebm-upcoming-events .up-event-item .ebm-event-link::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/ic_arrow_right.png) no-repeat center/60%;
  background-color: rgba(40, 133, 82, 0.5);
  border-radius: 3px;
  top: 3px;
  right: 3px;
  transition: background-color 300ms;
}
.section-intro .main .cate-wrapper .items .ebm-upcoming-events .up-event-item .ebm-event-date,
.section-intro .main .cate-wrapper .items .ebm-upcoming-events .up-event-item .eb-colorbox-map {
  font-size: 13px;
  text-decoration: none;
  color: #3F3F3F;
}
.section-intro .main .cate-wrapper .items .ebm-upcoming-events .up-event-item i {
  color: #2D925B;
  text-align: center;
  display: inline-block;
}
.section-intro .main .sigin-wrapper {
  flex-direction: column;
}
.section-intro .main .sigin-wrapper .cate-title {
  color: #1e1e1e;
}
.section-intro .main .sigin-wrapper a {
  margin-right: 10px;
  padding: 10px 35px;
}
.section-intro .main .sigin-wrapper .sigin-intro {
  font-size: 15px;
  color: #3F3F3F;
  padding-top: 15px;
  line-height: 1.75;
}

@scope (.section-news) {
  :scope {
    background: url(../images/home_news_bg.webp) no-repeat center center/cover;
    padding-bottom: var(--l-h-sec-footer);
    position: relative;
  }
  :scope::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: var(--l-h-sec-footer);
    height: 1px;
    background: #ffffff;
  }
  :scope::after {
    content: "";
    position: absolute;
    width: 1px;
    left: 20px;
    height: 100%;
    top: 0;
    background: #ffffff;
    z-index: 0;
    opacity: 0;
  }
  @media only screen and (max-width: 1024px) {
    :scope::after {
      opacity: 1;
    }
  }
  :scope .l-inner.--deco {
    border-left: 1px solid #ffffff;
    position: absolute;
    inset: 0 auto 0 50%;
    transform: translateX(-50%);
  }
  :scope .section-footer {
    height: var(--l-h-sec-footer);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 3;
  }
  @media only screen and (max-width: 551px) {
    :scope .section-footer {
      justify-content: flex-start;
    }
  }
  .news-item__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 0 30px 30px;
    position: relative;
    z-index: 3;
  }
  @media only screen and (max-width: 678px) {
    .news-item__wrapper {
      padding: 20px 0 50px;
      gap: 65px;
    }
  }
  .news-item {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
  @media only screen and (max-width: 678px) {
    .news-item {
      flex-direction: column;
      gap: 15px;
    }
  }
  .news-item__image {
    width: 210px;
    height: 100%;
    aspect-ratio: 3/2;
    transition: box-shadow 300ms, transform 300ms;
    background: url(../images/news-default.jpg) no-repeat center/cover;
  }
  .news-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-item__image:hover {
    box-shadow: 0 5px 15px rgba(63, 63, 63, 0.3);
    transform: translateY(-2px);
  }
  .news-item__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
  }
  .news-item__addon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  @media only screen and (max-width: 551px) {
    .news-item__addon {
      flex-direction: column;
      gap: 5px;
      align-items: flex-start;
    }
  }
  .news-item__date {
    color: #3F3F3F;
    font-size: 14px;
  }
  .news-item__tags {
    display: inline-block;
  }
  .news-item__tags ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .news-item__tags li {
    list-style: none;
  }
  .news-item__tags li a {
    text-decoration: none;
    display: inline-block;
    color: #3F3F3F;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid rgba(63, 63, 63, 0.4);
  }
  .news-item__title {
    color: #3F3F3F;
    font-size: 18px;
    line-height: 26px;
    transition: color 300ms;
  }
  .news-item__title:hover {
    color: #2D925B;
  }
  .news-item__text {
    color: #3F3F3F;
    font-size: 14px;
    line-height: 26px;
  }
}
.section-news {
  /* 原本 :scope 區塊 */
  background: url(../images/home_news_bg.webp) no-repeat center center/cover;
  padding-bottom: var(--l-h-sec-footer);
  position: relative;
  /* -------------------------
     .news-item__wrapper
  ------------------------- */
  /* -------------------------
     .news-item
  ------------------------- */
}
.section-news::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: var(--l-h-sec-footer);
  height: 1px;
  background: #ffffff;
}
.section-news::after {
  content: "";
  position: absolute;
  width: 1px;
  left: 20px;
  height: 100%;
  top: 0;
  background: #ffffff;
  z-index: 0;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .section-news::after {
    opacity: 1;
  }
}
.section-news .l-inner.--deco {
  border-left: 1px solid #ffffff;
  position: absolute;
  inset: 0 auto 0 50%;
  transform: translateX(-50%);
}
.section-news .section-footer {
  height: var(--l-h-sec-footer);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 3;
}
@media only screen and (max-width: 551px) {
  .section-news .section-footer {
    justify-content: flex-start;
  }
}
.section-news .news-item__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 0 30px 30px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 678px) {
  .section-news .news-item__wrapper {
    padding: 20px 0 50px;
    gap: 65px;
  }
}
.section-news .news-item {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media only screen and (max-width: 678px) {
  .section-news .news-item {
    flex-direction: column;
    gap: 15px;
  }
}
.section-news .news-item__image {
  width: 210px;
  height: 100%;
  aspect-ratio: 3/2;
  transition: box-shadow 300ms, transform 300ms;
  background: url(../images/news-default.jpg) no-repeat center/cover;
}
.section-news .news-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-news .news-item__image:hover {
  box-shadow: 0 5px 15px rgba(63, 63, 63, 0.3);
  transform: translateY(-2px);
}
.section-news .news-item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.section-news .news-item__addon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 551px) {
  .section-news .news-item__addon {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}
.section-news .news-item__date {
  color: #3F3F3F;
  font-size: 14px;
}
.section-news .news-item__tags {
  display: inline-block;
}
.section-news .news-item__tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.section-news .news-item__tags li {
  list-style: none;
}
.section-news .news-item__tags li a {
  text-decoration: none;
  display: inline-block;
  color: #3F3F3F;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 5px;
  border: 1px solid rgba(63, 63, 63, 0.4);
}
.section-news .news-item__title {
  color: #3F3F3F;
  font-size: 18px;
  line-height: 26px;
  transition: color 300ms;
}
.section-news .news-item__title:hover {
  color: #2D925B;
}
.section-news .news-item__text {
  color: #3F3F3F;
  font-size: 14px;
  line-height: 26px;
}

@scope (.section-course) {
  :scope {
    padding-bottom: 75px;
  }
  @media only screen and (max-width: 860px) {
    :scope .l-inner {
      padding-block: 66px;
    }
  }
  :scope .sec-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media only screen and (max-width: 551px) {
    :scope .sec-title {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  .course-item__wrapper {
    border-block: 1px solid rgba(63, 63, 63, 0.1);
  }
  .course-item__wrapper .course-item__inner {
    max-width: 1440px;
    margin: 0 auto;
    border-left: 1px solid rgba(63, 63, 63, 0.1);
  }
  @media only screen and (max-width: 678px) {
    .course-item__wrapper .course-item__inner {
      margin: 0 20px;
    }
  }
  .course-item__wrapper .course-item__inner .guru-courses-list {
    gap: 0;
  }
  @media only screen and (max-width: 678px) {
    .course-item__wrapper .course-item__inner .guru-courses-list {
      grid-template-columns: 1fr;
    }
  }
  .course-item__wrapper .course-item__inner .guru-course-item {
    border-right: 1px solid rgba(63, 63, 63, 0.1);
  }
  .course-item__wrapper .course-item__inner .guru-course-media img[src*="no_image.gif"] {
    content: url("/media/templates/site/tatb/images/image_default.gif");
  }
  .course-item__wrapper .course-item__inner .guru-course-media .guru-mod--courses__item-thumb {
    border-radius: 0;
    aspect-ratio: 2/1;
  }
  .course-item__wrapper .course-item__inner .guru-course-media .guru-mod--courses__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .course-item__wrapper .course-item__inner .guru-course-heading {
    margin-bottom: 10px;
  }
  .course-item__wrapper .course-item__inner .guru-course-heading .guru-mod--courses__item-title {
    font-size: 18px;
    color: #3F3F3F;
  }
  .course-item__wrapper .course-item__inner .guru-course-item-inner {
    padding-bottom: 35px;
  }
  @media only screen and (max-width: 678px) {
    .course-item__wrapper .course-item__inner .guru-course-item-inner {
      padding-bottom: 75px;
    }
  }
  .course-item__wrapper .course-item__inner .guru-course-item-inner > *:not(.guru-course-media) {
    padding: 0 35px;
  }
  .course-item__wrapper .course-item__inner .guru-mod--courses__item-details {
    margin-bottom: 10px;
  }
  .course-item__wrapper .course-item__inner .guru-mod--courses__item-details a {
    color: #2D925B;
  }
  .course-item__wrapper .course-item__inner .guru-mod--courses__item-desc p {
    font-size: 14px;
    line-height: 26px;
    color: #3F3F3F;
  }
}
.section-course {
  padding-bottom: 75px;
}
@media only screen and (max-width: 860px) {
  .section-course .l-inner {
    padding-block: 66px;
  }
}
.section-course .sec-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 551px) {
  .section-course .sec-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-course .course-item__wrapper {
  border-block: 1px solid rgba(63, 63, 63, 0.1);
}
.section-course .course-item__wrapper .course-item__inner {
  max-width: 1440px;
  margin: 0 auto;
  border-left: 1px solid rgba(63, 63, 63, 0.1);
}
@media only screen and (max-width: 678px) {
  .section-course .course-item__wrapper .course-item__inner {
    margin: 0 20px;
  }
}
.section-course .course-item__wrapper .course-item__inner .guru-courses-list {
  gap: 0;
}
@media only screen and (max-width: 678px) {
  .section-course .course-item__wrapper .course-item__inner .guru-courses-list {
    grid-template-columns: 1fr;
  }
}
.section-course .course-item__wrapper .course-item__inner .guru-course-item {
  border-right: 1px solid rgba(63, 63, 63, 0.1);
}
.section-course .course-item__wrapper .course-item__inner .guru-course-media img[src*="no_image.gif"] {
  content: url("/media/templates/site/tatb/images/image_default.gif");
}
.section-course .course-item__wrapper .course-item__inner .guru-course-media .guru-mod--courses__item-thumb {
  border-radius: 0;
  aspect-ratio: 2/1;
}
.section-course .course-item__wrapper .course-item__inner .guru-course-media .guru-mod--courses__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-course .course-item__wrapper .course-item__inner .guru-course-heading {
  margin-bottom: 10px;
}
.section-course .course-item__wrapper .course-item__inner .guru-course-heading .guru-mod--courses__item-title {
  font-size: 18px;
  color: #3F3F3F;
}
.section-course .course-item__wrapper .course-item__inner .guru-course-item-inner {
  padding-bottom: 35px;
}
@media only screen and (max-width: 678px) {
  .section-course .course-item__wrapper .course-item__inner .guru-course-item-inner {
    padding-bottom: 75px;
  }
}
.section-course .course-item__wrapper .course-item__inner .guru-course-item-inner > *:not(.guru-course-media) {
  padding: 0 35px;
}
.section-course .course-item__wrapper .course-item__inner .guru-mod--courses__item-details {
  margin-bottom: 10px;
}
.section-course .course-item__wrapper .course-item__inner .guru-mod--courses__item-details a {
  color: #2D925B;
}
.section-course .course-item__wrapper .course-item__inner .guru-mod--courses__item-desc p {
  font-size: 14px;
  line-height: 26px;
  color: #3F3F3F;
}

@scope (.section-member) {
  :scope {
    min-height: 330px;
    background: url(../images/home_member_bg.webp) no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin-bottom: 20px;
  }
  .marquee__inner {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 60s linear infinite;
  }
  .marquee__inner span {
    display: inline-block;
    padding: 0 35px;
    font-size: 96px;
    line-height: 1;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
  }
  @media only screen and (max-width: 1024px) {
    .marquee__inner span {
      font-size: 50px;
      padding: 0 25px;
    }
  }
  @media only screen and (max-width: 678px) {
    .marquee__inner span {
      font-size: 35px;
      padding: 0 15px;
    }
  }
  @media only screen and (max-width: 375px) {
    .marquee__inner span {
      font-size: 25px;
      padding: 0 5px;
    }
  }
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}
.section-member {
  /* 原本 :scope 區塊 */
  min-height: 330px;
  background: url(../images/home_member_bg.webp) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-member .marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin-bottom: 20px;
}
.section-member .marquee__inner {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 60s linear infinite;
}
.section-member .marquee__inner span {
  display: inline-block;
  padding: 0 35px;
  font-size: 96px;
  line-height: 1;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}
@media only screen and (max-width: 1024px) {
  .section-member .marquee__inner span {
    font-size: 50px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 678px) {
  .section-member .marquee__inner span {
    font-size: 35px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 375px) {
  .section-member .marquee__inner span {
    font-size: 25px;
    padding: 0 5px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=home.css.map */
