@charset "utf-8";
/* CSS Document index */ :root {}
Body {
  font-family: -apple-system, BlinkMacSystemFont, Poppins, "蘋果儷中黑", "微軟正黑體", "Microsoft JhengHei", "Noto Sans", "Times New Roman", Arial, Roboto ,serif;
  line-height: 150%;
  font-size: 1em;
  font-weight: 600;
  color: #707070;
}
main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
.navbar {
  --bs-navbar-padding-y: 0;
  background-color: #FFFFFF;
  box-shadow: 0 1px 8px 0 #00000030;
  height: 60px;
}
.bg-dark {
  background-color: var(--xbgcolor-color) !important;
  border-bottom: 3px solid var(--xbgcolor3-color);
}
.navbar-brand img {
  height: 32px;
  transition: all .5s ease;
}
.sme-logo img {
    height: 45px!important;
}
.sme-logo-mobile img {
    display: none;
}
a.nav-link {
  padding: 0 15px !important;
}
.nav-link {}
.pageSection {
  position: relative;
  opacity: 0;
  top: 50px;
}
.pageSection.active {
  opacity: 1;
  top: 0;
}
/*無障礙頁首標示*/
a.sr-only {
  padding: 0.5rem;
  font-size: 1.25rem;
  background: #E27455;
  color: #fff;
  position: absolute;
  top: -3rem;
  left: 0;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 1031 !important;
}
.sr-only.map {
  left: 7rem !important;
}
a.sr-only:focus {
  position: absolute;
  top: 0;
  outline-color: transparent;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in;
  background: #E27455;
  color: #fff;
  font-weight: 700
}
#AU, #AC, #AZ {
  position: absolute;
  margin: -15px;
  font-size: 0.8em;
  text-decoration: none !important;
  line-height: 100%;
  color: #CCC;
  z-index: 3;
}
/*無障礙避免Content區被 Navbar 擋住*/
#AC {
  top: 90px;
  left: 30px;
}
h2, h3, h4 {
  font-weight: 600;
}
/*選單按鈕*/
.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
.nav-item:hover {
  transform: scale(1.1);
}
.navbar-nav {
  display: flex;
}
.login-group {
  margin-left: 1rem;
}
.login-btn01, .login-btn02 {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
.login-btn01 {
  color: #3B3B4D;
  background-color: #FFF;
  padding: 2px 10px;
  box-shadow: 0 0 2px 0 #00000030;
}
.login-btn01:hover {
  color: #D14923;
  background-color: #FFF;
  box-shadow: 0 0 2px 0 #D14923;
}
.login-btn01:focus {
  outline: 2px solid rgba(0, 0, 0, .7);
}
.login-btn01 > img {
  width: 18px;
  margin-right: 0.5rem;
}
.login-btn02 {
  color: #FFF;
  background-color: #E7896F;
  padding: 2px 15px;
  box-shadow: 0 0 2px 0 #00000030;
}
.login-btn02:hover {
  color: #FFF;
  background-color: #D14923;
  box-shadow: 0 0 2px 0 #D14923;
}
.login-btn02:focus {
  outline: 2px solid rgba(0, 0, 0, .7);
}
/*會員註冊的Loadiing圈圈*/
.modal-login .spinner-border{
  position: absolute;
  top:30%;
  left:45%;
  z-index: 2500;
}
/*登入後的會員圖示區塊*/
.dropdown.member-icon {
  display: flex;
  align-items: center;
}
.dropdown.member-icon > a {
  margin-left: 18px;
  margin-right: 18px;
  color: #969696;
  background-color: transparent;
}
/*會員:通知區塊與會員功能下拉區域*/
#NoticeBox, #MemberBox {
  font-weight: 500;
  border-radius: 12px;
  box-shadow: 2px 2px 10px 0 #00000020;
}
#NoticeBox {
  min-width: 20rem;
  left: -50%;
}
.notice-body {
  margin: 15px 0;
  padding: 0 15px;
  max-height: 75vh;
  overflow-y: auto;
}
.notice-box {
  padding: 15px 0;
  border-top: 1px solid #71719375;
}
.notice-box a {
  margin: 10px 0 !important;
  color: #3B3B4C !important;
}
.notice-box a:hover {
  color: #0D8F9E !important;
  text-decoration: underline !important;
}
.notice-box:first-child {
  border-top: 0;
}
.notice-box > .sdate {
  line-height: 100%;
  color: #000;
  font-size: 0.9rem;
  padding: 0 0.5rem;
  border-left: 4px solid #EB673C;
  margin-bottom: 10px;
}
.notice-box > .title {
  color: #3B3B4C;
  font-size: 1.2rem;
}
.notice-box > .content {
  color: #666666;
}
#MemberBox {
  padding: 0;
  left: 10%;
  min-width: 15rem;
}
#MemberBox .account-set {
  padding: 10px;
  background: linear-gradient(to top, #DE6F4930, #E4866E00);
}
#MemberBox .photo-set {
  display: flex;
  align-items: center;
  justify-content: center;
}
#MemberBox .account-set .photo-set .photo-circle {
  width: 65px;
  height: 65px;
}
#MemberBox .photo-set .name {
  padding-left: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 2px;
}
#MemberBox .account-set .email {
  padding-top: 10px;
  width: 100%;
  font-size: 0.75em;
  text-align: center;
  font-weight: 500;
}
#MemberBox .point-set {
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
  color: #3B3B4D;
  border-bottom: 1px solid #71719335;
}
#MemberBox .point-set .class {
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#MemberBox .point-set .class span {
  font-size: 150%;
  padding: 0 5px;
  color: #549DB1;
}
#MemberBox .point-set .point {
  font-size: 0.95rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#MemberBox .point-set .point span {
  padding: 0 5px;
  color: #549DB1;
}
#MemberBox .point-set .point img {
  width: 15px;
  margin-right: 5px;
}
#MemberBox li {
  display: flex;
  align-items: center;
  padding: 10px 5px 10px 2rem;
  transition: all .3s;
}
#MemberBox li img {
  width: 24px;
  margin-right: 10px;
}
#MemberBox li a {
  font-size: 1.2rem;
  letter-spacing: 4px;
  color: #3B3B4C !important;
}
#MemberBox li a:hover {
  color: #0D8F9E !important;
}
#MemberBox li.logout {
  border-top: 1px solid #71719335;
}
#MemberBox li.logout a {
  color: #49A1AC !important;
  font-weight: 600;
}
#dropdownMenuNotice::after {
  display: none;
}
#dropdownMenuNotice {
  position: relative;
  padding-top: 5px;
  margin-left: 3rem;
}
.notice-badge {
  position: absolute;
  top: 3px;
  right: -2px;
  display: flex;
  background-color: #EB534F;
  font-size: 0.6rem;
  font-weight: 500;
  width: 16px;
  height: 16px;
  color: #FFF;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  z-index: 4;
  text-shadow: 0 0 2px #00000050;
}
#dropdownMenuNotice img {
  width: 26px;
}
#dropdownMenuMember {
  display: flex;
  align-items: center;
}
#dropdownMenuMember a {
  display: flex;
  align-items: center;
}
.dropdown.member-icon .photo-circle {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #FFF;
  border-radius: 50%;
  border: 2px solid #FFF;
  box-shadow: 1px 1px 6px 0 #00000030;
}
/*將下拉選單改為 hover
@media only screen and (min-width: 992px) {
  .dropdown-toggle::after {
    display: none;
  }
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .nav-item {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #707070;
  }
  .nav-link:hover {
    color: #6600CC;
  }

  .nav-item:nth-last-child(1) {
    padding-right: 10px;
    text-align: center;
  }
} */
/*更改下拉選單樣式*/
.dropdown-menu {
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-link-hover-color: #FFFFFF;
  --bs-dropdown-link-hover-bg: #F28056;
  --bs-dropdown-border-color: #00000010;
  --bs-dropdown-item-padding-y: 0.5rem;
  --bs-dropdown-border-radius: 0;
}
.dropdown-hr {
  position: relative;
  margin-top: 1.25em;
}
.dropdown-hr-title {
  position: absolute;
  top: -1em;
  background-color: #FFF;
  padding: 0 10px;
}
.flex-cc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ll-hide {
  display: none;
}
.ss-hide {
  display: block;
}
.container-1550 {
  max-width: 1550px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container-1450 {
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/*首頁banner區塊****************************/
.index-banner-area {
  padding: 20px;
  position: relative;
  margin-top: 100px;
}
.index-banner {
  margin: 15px;
  padding-bottom: 56%;
  border: 0;
  border-radius: 20px;
  box-shadow: 2px 2px 15px 0 #00000020;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@keyframes orange-circle {
  0% {
    transform: scale(.5);
    opacity: 0;
  }
  50% {
    transform: scale(.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes orange-arrow {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*上下頁silck*/
.center_1_prev {
  left: 18%;
}
.center_1_next {
  right: 16.5%;
}
.center_1_prev, .center_1_next {
  cursor: pointer;
  position: absolute;
  top: 42.5%;
  z-index: 15;
  opacity: .65;
  transition: all .5s;
  border: 0;
  background-color: transparent;
}
.center_1_prev > img, .center_1_next > img {
  width: 30px;
}
.center_1_prev:hover, .center_1_next:hover {
  transform: scale(1.1);
  opacity: 1;
}
/*Slick 換頁按鈕Focus*/
.arrow-monthly-prev:focus, .arrow-monthly-next:focus, .arrow-recommend-prev:focus, .arrow-recommend-next:focus, .arrow-teacher-prev:focus, .arrow-teacher-next:focus {
  outline: 2px solid rgba(0, 0, 0, .75);
}
/**主Banner區的slick 前後兩項縮小*********/
.slick_banner .slick-slide {
  transform: scale(0.88);
  opacity: 0.4;
  border-collapse: collapse;
}
.slick_banner .slick-current {
  transform: scale(1);
  opacity: 1;
}
/**主Banner區的slick dot*********/
.slick_banner > .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "";
  background-color: #BDBDBD; /*#60b7e7*/
  height: 12px;
  width: 12px;
  border-radius: 10px;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick_banner > .slick-dots li.slick-active button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(to right, #E16F49, #E7896F);
  height: 12px;
  width: 30px;
  border-radius: 10px;
  opacity: .6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick_banner > .slick-dots > li > button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/*首頁本月最新課程****************************/
.index-monthly-area-fluid {
  position: relative;
  background-image: url("../images/index/bg_monthly.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.left-photo {
  position: absolute;
  width: 230px;
  top: 35%;
  left: -5px;
  animation: tree-shake 8s ease-out infinite;
}
.left-photo.teacher {
  top: 15%;
}
.right-photo {
  position: absolute;
  width: 270px;
  top: 35%;
  right: -5px;
  animation: tree-shake2 12s ease-out infinite;
}
.index-monthly-area {
  padding: 0 0 50px;
}
.index-monthly-title {
  color: #3B3B4D;
  font-size: 2.75rem;
  letter-spacing: 2px;
  padding: 40px 0 10px 25px;
  background-image: url("../images/index/bg_title.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
}
.index-monthly-subtitle {
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
}
.index-monthly-subtitle .title {
  color: #717194;
  font-size: 1.375rem;
  letter-spacing: 2px;
}
.index-monthly-subtitle .more a {
  padding: 0 5px;
}
.index-monthly-subtitle .more button {
  margin-left: 15px;
}
.more-btn {
  border: 1px solid #717194;
  padding: 2px 15px;
  border-radius: 18px;
  color: #717194;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all .5s;
}
.more-btn:hover {
  border: 1px solid #E7896F;
  padding: 2px 15px;
  border-radius: 18px;
  color: #FFF;
  background-color: #E7896F;
}
.monthly-box {
  margin: 15px;
  border-radius: 16px;
  box-shadow: 2px 2px 8px 0 #00000040;
  background-color: #FFF;
  transition: all .5s ease-in;
}
.monthly-box a {
  text-decoration: none;
}
.monthly-box:hover {}
.monthly-box .photo {
  position: relative;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 56.25%;
  transition: all .4s ease;
  overflow: hidden;
}
.monthly-box .photo:after {
  position: absolute;
  content: 'READ MORE';
  width: 100%;
  height: 100%;
  color: #fff;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  font-weight: 900;
  text-shadow: 1px 1px 4px #00000080;
  align-items: center;
  background-color: #0D8F9E99;
  transition: all .4s;
  opacity: 0;
}
.monthly-box .photo:hover:after {
  opacity: 1;
}
.monthly-box .sdate {
  font-weight: 500;
  font-size: 1em;
  color: #666685;
  padding: 5px 10px;
}
.monthly-box .title {
  font-size: 1.25rem;
  color: #3B3B4D;
  padding: 0 10px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 5px;
}
.monthly-box .title > a {
  color: #3B3B4D;
}
.monthly-box .title > a:hover {
  color: #0D8F9E;
}
.monthly-box .title span {
  font-weight: 500;
  font-size: 1.2rem;
  color: #FFF;
  border-radius: 9px;
  padding: 4px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url(../images/index/bg_span-orange.png);
  margin-right: 5px;
  box-shadow: 0 0 3px 0 #00000040;
}
.monthly-box.elearning .title span {
  background-image: url("../images/index/bg_span-green.png");
}
.monthly-box .hr {
  color: #CCCCE6;
  margin: 10px;
}
.monthly-box .content {
  color: #666666;
  padding: 0 10px;
  font-size: 0.9rem;
  line-height: 125%;
  height: 38px;
  overflow: hidden;
  text-align: justify;
}
.monthly-box .note {
  color: #3B3B4D;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 5px 10px;
}
.monthly-box .note > .location {
  position: relative;
  padding-left: 1.5rem;
}
.monthly-box .note > .location:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 22px;
  opacity: .75;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon/icon_location.svg");
}
.monthly-box .note > .star {
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.monthly-box .note > .star > img:last-child {
  margin-right: 0.25rem;
}
.monthly-box .footer {
  color: #3B3B4D;
  font-size: 0.9rem;
  display: flex;
  padding: 5px 10px;
  border-top: 1px solid #DDD;
}
.monthly-box .footer > a {
  color: #3B3B4D;
  font-weight: 500;
  text-decoration: none !important;
  padding-right: 0.5rem;
}
.monthly-box .footer > a:hover {
  color: #0866ff;
  text-decoration: underline !important;
}
.slick-arrow {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  transform: all .3s;
  padding: 0;
}
.slick-arrow:hover {
  cursor: pointer;
  transform: scale(1.05) !important;
}
.slick-arrow:focus {
  cursor: pointer;
  transform: scale(1.05) !important;
  outline: 2px solid rgba(0, 0, 0, .75) !important;
}
/**每月區的slick dot*********/
.slick_monthly > .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "";
  background-color: #BDBDBD; /*#60b7e7*/
  height: 12px;
  width: 12px;
  border-radius: 10px;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick_monthly > .slick-dots li.slick-active button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(to right, #E16F49, #E7896F);
  height: 12px;
  width: 30px;
  border-radius: 10px;
  opacity: .6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick_monthly > .slick-dots > li > button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/*每月最新課程下方新列表*/
.left-photo.index {
  top: 52.5%;
}
.right-photo.index {
  top: 52.5%;
}
.monthly-list-box {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  margin: 25px auto;
  padding: 0;
  background-color: #FFF;
  box-shadow: 1px 1px 15px 0 #00000030;
  border-radius: 10px;
}
.monthly-list-box > .region {
  flex: 1 1 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: #EEE;
  text-shadow: 1px 1px 4px #FFFFFF60;
  font-size: 1.5rem;
  letter-spacing: 5px;
  border-radius: 10px 0 0 10px;
  border-left: 10px solid;
  margin-right: 15px;
}
.monthly-list-box > .region.north {
  color: #4bb3aa;
}
.monthly-list-box > .region.central {
  color: #fbb445;
}
.monthly-list-box > .region.south {
  color: #8a8acb;
}
.monthly-list-box > .region.east {
  color: #ed6498;
}
.monthly-list-box > .region.island {
  color: #666;
}
.monthly-list-box > .content {
  flex: 1 1 85%;
}
.monthly-list-box > .content > .info {
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 5px 15px;
  margin: 5px 0;
  border-bottom: 1px solid #DDD;
}
.monthly-list-box > .content > .info > .place {
  display: flex;
  position: relative;
  padding-left: 1.25rem;
}
.monthly-list-box > .content > .info > .place:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 22px;
  opacity: .75;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon/icon_location.svg);
}
.monthly-list-box > .content > .info > .date {
  display: flex;
  position: relative;
  margin-left: 2rem;
  padding-left: 1.25rem;
}
.monthly-list-box > .content > .info > .date:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 22px;
  opacity: .75;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon/icon_date.svg);
}
.monthly-list-box > .content > .title {
  font-size: 1.25rem;
  padding: 10px 0;
}
/*首頁推薦活動*/
.index-recommend-area-fluid {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url("../images/index/bg_recommend.jpg");
}
.index-recommend-area-fluid .index-monthly-title {
  color: #FFF;
  text-shadow: 1px 1px 4px #00000060;
  background-image: url(../images/index/bg_title-recommend.png);
}
.index-recommend-area-fluid .index-monthly-subtitle .title {
  color: #EEE;
  text-shadow: 1px 1px 2px #00000040;
}
.index-recommend-area-fluid .more-btn {
  border: 1px solid #FFF !important;
  color: #FFF !important;
  background-color: #E7896F !important;
}
.index-recommend-area-fluid .more-btn:hover {
  border: 1px solid #E7896F;
  color: #E7896F;
  background-color: #FFF;
}
.recommend-box {
  display: flex;
  padding: 15px;
  margin: 15px;
  border-radius: 16px;
  box-shadow: 2px 2px 6px 0 #00000020;
  background-color: #FFF;
  overflow: hidden;
  transition: all .5s ease-in;
}
.recommend-box button {
  border: 0;
}
.recommend-box .photo {
  position: relative;
  flex: 1 0 55%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.recommend-box .photo:after {
  position: absolute;
  content: 'READ MORE';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  font-weight: 900;
  text-shadow: 1px 1px 4px #00000080;
  align-items: center;
  background-color: #0D8F9E99;
  z-index: 3px;
  transition: all .4s;
  opacity: 0;
}
.recommend-box .photo:hover:after {
  opacity: 1;
}
.recommend-box-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  width: fit-content;
  font-weight: 500;
  font-size: 1rem;
  color: #FFF;
  border-radius: 9px;
  padding: 4px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url(../images/index/bg_span-orange.png);
  margin-right: 5px;
  box-shadow: 0 0 3px 0 #00000040;
}
.recommend-box-tag elearning {
  background-image: url(../images/index/bg_span-green.png);
}
.recommend-box .detail {
  margin-left: 15px;
}
.recommend-box .sdate {
  font-weight: 500;
  font-size: 1em;
  color: #666685;
  padding: 5px 10px;
}
.recommend-box .title {
  font-size: 1.25rem;
  color: #3B3B4D;
  padding: 0 10px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 5px;
}
.recommend-box .title > a {
  color: #3B3B4D;
}
.recommend-box .title > a:hover {
  color: #0D8F9E;
}
.recommend-box .hr {
  color: #888;
  margin: 10px;
}
.recommend-box .content {
  color: #666666;
  padding: 0 10px;
  font-size: 0.9rem;
  line-height: 125%;
  height: 75px;
  overflow: hidden;
}
.recommend-box .note {
  color: #3B3B4D;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 5px;
}
.recommend-box .note > .location {
  position: relative;
  padding-left: 1.5rem;
}
.recommend-box .note > .location:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  opacity: .75;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon/icon_location.svg");
}
.recommend-box .score {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 5px 0;
  color: #D67B63;
  justify-content: space-around;
  display: flex;
}
.recommend-box .score .left-line {
  padding-left: 0.5rem;
  border-left: 1px solid #BCBCBC99;
}
.recommend-box .score > div {
  padding-right: 0.5rem;
  white-space: nowrap;
}
.recommend-box .score > div:nth-child(3) {
  max-width: 8rem;;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend-box .score i {
  margin-right: 5px;
}
.score i.star-yellow {
  color: #F6CC80;
}
.recommend-box .footer {
  color: #3B3B4D;
  font-size: 0.9rem;
  display: flex;
  padding: 0 10px;
}
.recommend-box .footer > a {
  color: #3B3B4D;
  font-weight: 500;
  text-decoration: none !important;
  padding-right: 0.5rem;
}
.recommend-box .footer > a:hover {
  color: #0866ff;
  text-decoration: underline !important;
}
/**推薦活動區的slick 前後兩項縮小*********/
.slick_recommend .slick-slide {
  transform: scale(0.88);
  opacity: 0.4;
  border-collapse: collapse;
}
.slick_recommend .slick-current {
  transform: scale(1);
  opacity: 1;
}
/**推薦活動區的slick dot*********/
.slick_recommend > .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 8px;
  content: "";
  background-color: #FFF; /*#60b7e7*/
  height: 10px;
  width: 10px;
  border-radius: 10px;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick_recommend > .slick-dots li.slick-active button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #FFFFFF;
  height: 10px;
  width: 30px;
  border-radius: 10px;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick_recommend > .slick-dots > li > button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/*Type精選課程分類*/
.index-type-area-fluid {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  background-image: url("../images/index/bg_type.jpg");
}
.index-type-area {
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
  background-image: url("../images/index/bg_type-left.png");
}
.index-type-left-area .type-title-group {
  display: flex;
  margin-top: 9%;
  margin-left: 12.5%;
}
.type-title-group .icon {
  padding: 20px 5px;
}
.type-title-group .icon img {
  width: 60px;
  margin-right: 10px;
}
.type-title-group .title-line {
  display: flex;
  flex-direction: column;
  color: #FFF;
}
.type-title-group .title-line {
  display: flex;
  flex-direction: column;
  color: #FFF;
}
.type-title-group .title-line .title {
  font-size: 2.75rem;
  letter-spacing: 2px;
  line-height: 200%;
}
.type-title-group .title-line .subtitle {
  font-size: 1.375rem;
  letter-spacing: 2px;
}
.type-main-photo {
  width: 100%;
  text-align: center;
}
.type-main-photo img {
  width: 380px;
  margin: 20px;
}
.index-type-list-area {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  background-image: url("../images/index/bg_type-list.png");
  display: flex;
  justify-content: space-between;
}
.type-list-left-bar {
  padding-bottom: 9.84%;
  width: 18%;
  max-width: 50px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100% 100%;
  background-image: url("../images/index/photo_type_twobar.png");
}
.type-list-right-bar {
  padding-bottom: 9.84%;
  max-width: 50px;
  width: 18%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% 100%;
  background-image: url("../images/index/photo_type_twobar2.png");
}
.type-list-content {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1% 2%;
}
.type-more-btn-group {
  position: absolute;
  top: 0;
  right: 3%;
}
.type-more-btn-group .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.type-more-btn-group .more-btn img {
  width: 14px;
  margin-right: 5px;
}
.type-content-box {
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, .7);
  box-shadow: 3px 3px 15px 0 #00000025;
  border-radius: 18px;
  width: 100%;
  height: 75%;
  display: flex;
  flex-wrap: wrap;
  padding: 3%;
  overflow-y: auto;
  overflow-x: hidden;
}
.type-item {
  flex: 1 0 50%;
  text-align: center;
  padding: 5px 0;
}
.type-btn {
  color: #3B3B4D;
  font-weight: 600;
  font-size: 1.25rem;
  width: 85%;
  padding: 8px 5px;
  background-color: #FFFFFF90;
  box-shadow: 3px 3px 15px 0 #00000025;
  transition: all .5s;
}
.type-btn:hover {
  color: #C55434;
  font-weight: 600;
  transform: scale(1.05);
  background-color: #FFF;
}
.type-btn:focus {
  color: #C55434;
  font-weight: 600;
  transform: scale(1.05);
  background-color: #FFF;
  outline: 2px solid rgba(0, 0, 0, .75);
}
.type-btn img {
  width: 40px;
  margin-right: 15px;
}
/*Nice好評課程*/
.index-nice-area-fluid {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 105% 105%;
  background-image: url("../images/index/bg_recommend_up.jpg");
}
.nice-box {
  position: relative;
  display: flex;
  margin: 25px 30px;
  background-color: #FFF;
  transition: all .5s ease-in;
}
.nice-box button {
  border: 0;
}
.nice-box .photo {
  position: relative;
  flex: 1 0 55%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.nice-box .photo:after {
  position: absolute;
  content: 'READ MORE';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  font-weight: 900;
  text-shadow: 1px 1px 4px #00000080;
  align-items: center;
  background-color: #0D8F9E99;
  z-index: 3px;
  transition: all .4s;
  opacity: 0;
}
.nice-box .photo:hover:after {
  opacity: 1;
}
.nice-box-tag {
  position: absolute;
  top: -6px;
  left: -13px;
  z-index: 10px;
}
.nice-box .detail {
  margin-left: 5px;
}
.nice-box .sdate {
  font-weight: 500;
  font-size: 0.9em;
  color: #666685;
  padding: 5px 10px;
}
.nice-box .sdate span {
  font-weight: 500;
  color: #FFF;
  border-radius: 9px;
  padding: 2px 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url(../images/index/bg_span-orange.png);
  margin-right: 5px;
  box-shadow: 0 0 3px 0 #00000040;
}
.nice-box .sdate.elearning span {
  background-image: url("../images/index/bg_span-green.png");
}
.nice-box .title {
  font-size: 1.2rem;
  color: #3B3B4D;
  padding: 0 10px;
  height: 52px;
  overflow: hidden;
}
.nice-box .title > a {
  color: #3B3B4D;
}
.nice-box .title > a:hover {
  color: #0D8F9E;
}
.nice-box .content {
  color: #666666;
  padding: 0 10px;
  font-size: 0.9rem;
  line-height: 125%;
  height: 35px;
  overflow: hidden;
}
.nice-box .note {
  color: #3B3B4D;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 5px;
}
.nice-box .note > .location {
  position: relative;
  padding-left: 1.5rem;
}
.nice-box .note > .location:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  opacity: .75;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon/icon_location.svg");
}
.nice-box .score {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0 10px;
  color: #D67B63;
  display: flex;
  justify-content: space-between;
}
.nice-box .score .left-line {
  padding-left: 8px;
  border-left: 1px solid #BCBCBC99;
}
.nice-box .score div {
  padding-right: 8px;
}
.nice-box .score i {
  margin-right: 5px;
}
.nice-box .footer {
  color: #3B3B4D;
  font-size: 0.9rem;
  display: flex;
  padding: 0 10px;
}
.nice-box .footer > a {
  color: #3B3B4D;
  font-weight: 500;
  text-decoration: none !important;
  padding-right: 0.5rem;
}
.nice-box .footer > a:hover {
  color: #0866ff;
  text-decoration: underline !important;
}
/*精選師資課程****************************/
.index-teacher-area-fluid {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  background-image: url("../images/index/bg_teacher.jpg");
}
.index-teacher-area {
  position: relative;
  padding: 50px 0;
}
.index-teacher-bird {
  position: absolute;
  top: -20px;
  right: 40%;
}
.index-monthly-title.teacher {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 25px;
  margin-bottom: 10px;
}
.index-teacher-subtitle {
  color: #717194;
  text-align: center;
  font-size: 1.375rem;
  letter-spacing: 2px;
}
.index-monthly-subtitle.teacher {
  justify-content: flex-end;
  margiin-top: -20px;
}
.index-monthly-subtitle .title {
  color: #717194;
  font-size: 1.375rem;
  letter-spacing: 2px;
}
.index-monthly-subtitle .more a {
  padding: 0 5px;
}
.index-monthly-subtitle .more button {
  margin-left: 15px;
}
.more-btn {
  border: 1px solid #717194;
  padding: 2px 15px;
  border-radius: 18px;
  color: #717194;
  background-color:#FFF;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all .5s;
}
.more-btn:hover {
  border: 1px solid #E7896F;
  padding: 2px 15px;
  border-radius: 18px;
  color: #FFF;
  background-color: #E7896F;
}
.more-btn:focus {
  outline: 2px solid rgba(0, 0, 0, .75) !important;
}
.teacher-box {
  position: relative;
  margin: 25px 15px;
  padding: 10px;
  border-radius: 16px;
  box-shadow: 6px -6px 0 0 #418E9D99;
  background-color: #FFF;
  transition: all .5s ease-in;
}
.teacher-box a {
  text-decoration: none;
}
.teacher-box:hover {
  transform: translateY(-15px);
}
.teacher-box .photo {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 85%;
  border-radius: 10px;
}
.teacher-box .title {
  font-size: 1.5rem;
  width: fit-content;
  color: #FFF;
  margin-top: -1.75rem;
  padding: 2px 20px 2px 10px;
  border-radius: 0 30px 0 0;
  line-height: 150%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url(../images/index/bg_span-orange.png);
  overflow: hidden;
}
.teacher-box .title span {
  font-size: 1rem;
  margin-left: 0.25rem
}
.teacher-box .position {
  font-size: 1rem;
  color: #3B3B4D;
  padding: 5px 5px;
  line-height: 150%;
  overflow: hidden;
}
.teacher-box .content {
  color: #666666;
  padding: 0 5px;
  font-size: 0.9rem;
  line-height: 125%;
  height: 56px;
  overflow: hidden;
}
.teacher-box .footer {
  color: #63A3A5;
  font-size: 0.75rem;
  display: flex;
  margin-top: 10px;
  padding: 5px;
}
.teacher-box .footer > div {
  padding-right: 0.5rem;
}
.monthly-box .footer i {
  margin-right: 5px;
  font-size: 0.5rem;
}
.cloud-footer {
  position: absolute;
  right: -15px;
  bottom: -25px;
}
/**推薦活動區的slick dot*********/
.slick_teacher > .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 8px;
  content: "";
  background-color: #FFF; /*#60b7e7*/
  height: 10px;
  width: 10px;
  border-radius: 10px;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick_teacher > .slick-dots li.slick-active button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #FFFFFF;
  height: 10px;
  width: 30px;
  border-radius: 10px;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick_teacher > .slick-dots > li > button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/*立即報名課程*/
.goNow-left-block, .goNow-right-block {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 40vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goNow-left-block {
  background-image: url(../images/index/bg_goNow.jpg);
}
.goNow-right-block {
  flex-direction: column;
  align-items: stretch;
  background-image: url(../images/index/bg_goNow-painting.jpg);
}
.goNow-left-box {
  width: fit-content;
  max-width: 630px;
  padding: 5px 5px 5px 25px;
  border-left: 4px solid #F8DA84;
}
.goNow-left-box .title {
  color: #FFF;
  font-size: 2.25rem;
  letter-spacing: 2px;
  line-height: 175%;
}
.goNow-left-box .subtitle {
  color: #FFF;
  font-size: 1.25rem;
}
.goNow-btn-img img {
  width: 300px;
  margin-top: 20px;
}
.goNowImg {
  transition: all .5s;
}
.goNowImg:hover {
  transform: scale(1.05);
}
.goNow-right-photo {
  width: 100%;
  text-align: center;
}
.goNow-right-photo > img {
  width: 90%;
  max-width: 500px;
  margin: 25px;
}
.upper-line, .downer-line {
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
  background-image: url(../images/index/photo_painting-line.png);
  height: 30px;
  width: 100%;
  margin: 20px 0;
}
.upper-line {}
.downer-line {}
/*
.normal-content {
    text-align:justify;
} */
.normal-content > p {
  margin-bottom: 35px;
}
/*Read More 組件
******************************************/
.index-event-list-more {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  color: #609FCF;
  font-weight: 400;
  cursor: pointer;
  transition: all .5s;
}
.more01 {
  padding-right: 3px;
}
.more03 {
  opacity: .3;
}
.more04 {
  transform: scale(.5);
  opacity: 0;
}
.index-event-list-more .more01 {
  transition: all .5s;
}
.index-event-list-more .more02 {
  transition: all .5s;
}
.index-event-list-more .more03 {
  transition: all .5s;
}
.index-event-list-more .more04 {
  transition: all .5s;
}
.index-event-list-more:hover .more01 {
  transform: translateX(20px);
}
.index-event-list-more:hover .more02 {
  transform: translateX(10px);
  opacity: 0;
}
.index-event-list-more:hover .more03 {
  transform: scale(0.5);
  opacity: 0;
}
.index-event-list-more:hover .more04 {
  transform: scale(1);
  opacity: 1;
}
/*Read More 組件結束***********************/
/*Pre 組件
******************************************/
.index-event-list-pre {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  color: #609FCF;
  font-weight: 400;
  cursor: pointer;
  transition: all .5s;
}
.pre01 {
  padding-left: 3px;
}
.pre02 {
  transform: scaleX(-1);
}
.pre03 {
  opacity: .3;
}
.pre04 {
  transform: scale(.5);
  transform: scaleX(-1);
  opacity: 0;
}
.index-event-list-pre .pre01 {
  transition: all .5s;
}
.index-event-list-pre .pre02 {
  transition: all .5s;
}
.index-event-list-pre .pre03 {
  transition: all .5s;
}
.index-event-list-pre .pre04 {
  transition: all .5s;
}
.index-event-list-pre:hover .pre01 {
  transform: translateX(-20px);
}
.index-event-list-pre:hover .pre02 {
  transform: translateX(-10px);
  opacity: 0;
}
.index-event-list-pre:hover .pre03 {
  transform: scale(0.5);
  opacity: 0;
}
.index-event-list-pre:hover .pre04 {
  transform: scale(1);
  transform: scaleX(-1);
  opacity: 1;
}
/*Pre 組件結束***********************/
/*slick next arrow 組件
******************************************/
.arrow-next {
  position: absolute;
  right: 7%;
  top: 40%;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100px;
  color: #609FCF;
  font-weight: 400;
  cursor: pointer;
  transition: all .5s;
}
.arrow-next .more01 {
  padding-right: 3px;
}
.arrow-next .more03 {
  opacity: 1;
}
.arrow-next .more04 {
  transform: scale(.5);
  opacity: 0;
}
.arrow-next .more01 {
  transition: all .5s;
}
.arrow-next .more02 {
  transition: all .5s;
}
.arrow-next .more03 {
  transition: all .5s;
}
.arrow-next .more04 {
  transition: all .5s;
}
.arrow-next:hover .more01 {
  transform: translateX(20px);
}
.arrow-next:hover .more02 {
  transform: translateX(10px);
  opacity: 0;
}
.arrow-next:hover .more03 {
  transform: scale(0.5);
  opacity: 0;
}
.arrow-next:hover .more04 {
  transform: scale(1);
  opacity: 1;
}
/*slick next arrow 組件結束***********************/
/*slick prev arrow 組件
******************************************/
.arrow-prev {
  position: absolute;
  left: 7%;
  top: 40%;
  width: 100px;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #609FCF;
  font-weight: 400;
  cursor: pointer;
  transition: all .5s;
}
.arrow-prev .pre01 {
  padding-left: 3px;
}
.arrow-prev .pre02 {
  transform: scaleX(-1);
}
.arrow-prev .pre03 {
  opacity: 1;
}
.arrow-prev .pre04 {
  transform: scale(.5);
  transform: scaleX(-1);
  opacity: 0;
}
.arrow-prev .pre01 {
  transition: all .5s;
}
.arrow-prev .pre02 {
  transition: all .5s;
}
.arrow-prev .pre03 {
  transition: all .5s;
}
.arrow-prev .pre04 {
  transition: all .5s;
}
.arrow-prev:hover .pre01 {
  transform: translateX(-20px);
}
.arrow-prev:hover .pre02 {
  transform: translateX(-10px);
  opacity: 0;
}
.arrow-prev:hover .pre03 {
  transform: scale(0.5);
  opacity: 0;
}
.arrow-prev:hover .pre04 {
  transform: scale(1);
  transform: scaleX(-1);
  opacity: 1;
}
/*slick prev arrow 組件結束***********************/
/*Page Top 組件
******************************************/
.index-page-top {
  position: fixed;
  right: -50px;
  opacity: 0;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 50px;
  cursor: pointer;
  background-color: rgba(97, 180, 230, .9);
  padding: 10px;
  border-radius: 10px 0 0 10px;
  transition: all .5s ease-out;
  z-index: 5;
}
/*頁尾Footer區塊****************************/
footer {
  position: relative;
  padding: 45px 20px;
  background-image: url("../images/template/bg_footer.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  overflow: hidden;
}
.footer-logo, .footer-logo2 {
  padding: 15px 0;
}
.footer-btn {
  padding: 15px 0;
  border-bottom: 1px solid #E16F49;
}
.footer-btn > button {
  color: #FFF;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 5px 10px;
  margin-right: 5px;
  border: 1px solid #E16F49;
  border-radius: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url(../images/index/bg_span-orange.png);
  background: #E16F49;
  transition: all .5s;
}
.footer-btn > button:hover {
  color: #E16F49;
  border: 1px solid #E16F49;
  background: #FFF;
}
.footer-link {
  padding: 15px 0;
}
.footer-link a {
  color: #3B3B4D;
  padding: 2px 10px;
  text-decoration: none !important;
  border-left: 1px solid #3B3B4D80;
}
.footer-link a:hover {
  color: #66A4B3;
  text-decoration: underline !important;
}
.footer-link a:first-child {
  padding-left: 0;
  border-left: 0;
}
.footer-words {
  padding: 15px;
  font-size: 0.9rem;
  color: #DC937F;
  text-align: center;
  opacity: .75;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
/*內頁主Banner區塊*/
.main-banner-area {
  position: relative;
  margin-top: 60px;
}
.main-banner {
  padding-bottom: 29.4%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/*Modal註冊等標題*/
.modal-login {
  font-family: "Microsoft JhengHei";
}
.modal-login .modal-header {
  border-bottom: 1px solid #6E6E9150;
  padding-bottom: 0rem;
}
.modal-login .modal-header.login {
  margin: 1rem 0.75rem 0;
  align-items: flex-end;
  font-size: 1rem;
}
.modal-login .modal-header.login div {
  margin-bottom: 0.25rem;
}
.modal-login .modal-header.login span {
  font-weight: 500 !important;
  color: #BBB;
  margin: auto 0.25rem;
}
.modal-login .modal-content {
  position: relative;
}
.modal-login .modal-body {
  overflow-y: acroll;
}
.modal-login .modal-footer {
  border-top: 0;
  padding: 10px 0 10px;
}
.modal-login .modal-content .btn-close {
  transform: scale(0.9);
  position: absolute;
  right: 1rem;
  top: 1rem;
  opacity: .5;
}
.modal-login a {
  color: #0098AB;
}
.modal-login a:hover {
  color: #0D8F9E !important;
  text-decoration: underline !important;
}
.modal-top-title {
  color: #3B3B4D;
  font-size: 1.75rem;
  letter-spacing: 1px;
  padding: 15px 0 0 15px;
  background-image: url("../images/member/bg_title-login.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
}
.sumit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border-radius: 8px;
  padding: 2px;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 2px;
  background: linear-gradient(to top, #E06F49, #E6876E);
  transition: all .4s;
  min-width: 200px;
}
.sumit-btn:hover {
  transform: scale(1.1);
  color: #FFF;
}
.sumit-btn:focus, .btn-close:focus {
  color: #FFF;
  outline: 2px solid rgba(0, 0, 0, .7);
}
.login-group-set, .login-group-sex, .login-group-birthday {
  margin: 0 0 20px;
  position: relative;
}
.login-group-birthday {
  display: flex;
  align-items: center;
}
.login-group-birthday > div {
  flex: 1 0 auto;
  padding: 0 5px;
}
.login-group-sex label {
  margin-right: 1.5rem;
}
.login-group-sex label img {
  margin-right: 0.25rem;
}
.login-group-set i {
  position: absolute;
  color: #EB7058;
  left: 0.5rem;
  top: 8px;
  opacity: .75;
  font-size: 1.125rem;
}
.login-group-set input {
  padding-left: 2rem;
  border-radius: 10px;
  height: 42px;
}
.login-group-set input::placeholder {
  color: #7F7F80;
}
.login-left-bg {
  background-image: url("../images/member/bg_login-left.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 5px;
}
.modal-login .modal-content.regist {
  background-image: url("../images/member/bg_regist-modal.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.login-agree-area label {
  margin: 8px 0;
  line-height: 150%;
}
.login-agree-area label a {
  color: #DC724F;
}
.login-agree-area label a:hover {
  color: #0D8F9E !important;
  text-decoration: underline !important;
}
.login-agree-area input {
  margin-top: 12px;
}
@media only screen and (max-width: 1600px) {
  .left-photo {
    position: absolute;
    width: 180px;
    top: 42%;
    left: -10px;
  }
  .right-photo {
    position: absolute;
    width: 220px;
    top: 38%;
    right: -35px;
  }
}
@media only screen and (max-width: 1450px) {
  #MemberBox {
    left: -20%;
  }
}
@media only screen and (max-width: 1400px) {
  #MemberBox {
    left: -40%;
  }
  #NoticeBox {
    left: -130%;
  }
  .left-photo, .right-photo {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  /*選單個選項之間的距離縮小*/
  a.nav-link {
    padding: 0 10px !important;
  }
  /*Type 精選課程分類*/
  .type-list-left-bar, .type-list-right-bar {
    width: 20%;
  }
}
@media only screen and (max-width: 992px) {

  /*更改下拉選單樣式*/
  .navbar-nav {
    background-color: #FFFFFF;
    margin-top: 60px;
    border-radius: 15px;
  }
  .nav-item {
    width: 100%;
    font-weight: 500;
    background-color: #FFFFFF;
    border-radius: 5px;
    border-bottom: 1px dashed #dddddd;
    padding: 10px;
  }
  /*漢堡選單按鈕移位*/
  .navbar-toggler {
    position: fixed;
    right: 135px;
    top: 5px;
    border: 1px solid #FFF;
    z-index: 3;
    opacity: .7;
  }
  .navbar-toggler-icon {
    width: 2em;
    height: 2em;
  }
  /*將會員功能放到上方*/
  .login-group {
    position: fixed;
    top: 11px;
    right: 15px;
    z-index: 3;
    max-width: 120px;
    border-radius: 0.375rem;
  }
  .login-btn01 img {
    display: none;
  }
  .login-btn01, .login-btn02 {
    padding: 6px 10px;
    box-shadow: 0 0 2px 0 #00000080;
  }
  .dropdown-menu {
    --bs-dropdown-border-color: #00000000;
  }
  .dropdown-menu > li {
    border-top: 1px solid #dddddd;
    padding-left: 1em;
  }
  /*將登入後的會員功能放到右上方*/
  .dropdown.member-icon {
    position: fixed;
    right: -10px;
    top: 10px;
  }
  /*Type 精選課程分類*/
  .index-type-area {
    padding-bottom: 100px;
  }
  .index-type-left-area {
    position: relative;
    padding: 5% 0 12%;
    background-color: transparent;
  }
  .type-more-btn-group {
    position: absolute;
    top: auto;
    right: 3%;
    bottom: -25px;
  }
  .type-main-photo {
    position: absolute;
    bottom: -5%;
    right: 10px;
    width: 40%;
    text-align: center;
    z-index: 2;
  }
  .type-main-photo img {
    width: 100%;
    margin: 0;
  }
  .index-type-list-area {
    position: relative;
    padding: 25px 25px 50px;
    border-radius: 25px;
    background-position: center center;
    background-size: 150%;
    background-image: url(../images/index/bg_type-list.png);
  }
  .type-list-content {
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 3%;
  }
  .type-content-box {
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 3px 3px 15px 0 #00000025;
    border-radius: 18px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
  }
  .type-item {
    margin: 10px 0;
  }
  .type-list-left-bar, .type-list-right-bar {
    display: none;
  }
  /*goNow 立即報名*/
  .goNow-left-block {
    height: auto;
    padding: 60px 10px;
  }
  .goNow-left-box {}
  .goNow-left-box .title {}
  .goNow-left-box .subtitle {
    font-size: 1.125rem;
    text-shadow: 1px 1px 2px #00000040;
    margin-bottom: 5px;
  }
  .goNow-btn-img {
    padding: 0;
  }
  .goNow-btn-img img {
    width: 175px;
  }
  .goNow-right-block {
    height: auto;
  }
  .upper-line, .downer-line {
    display: none;
  }
  .goNow-right-photo {
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 35%;
    text-align: center;
  }
  .goNow-right-photo > img {
    width: 100%;
    margin: 0;
  }
  .login-left-bg {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .ll-hide {
    display: block;
  }
  .ss-hide {
    display: none;
  }
  /*Recommend 推薦活動*/
  .recommend-box {
    flex-direction: column;
  }
  .recommend-box .photo {
    flex: 1 0 auto;
    padding-bottom: 56%;
  }
  .recommend-box .hr {
    display: none;
  }
  .recommend-box .footer {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #DDD;
  }
  .nice-box {
    box-shadow: 1px 1px 8px 0 #00000030;
    border-radius: 10px;
  }
  .nice-box .footer {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #DDD;
  }
  /*精選課程分類*/
  .index-type-area-fluid {
    padding: 20px 0;
    background-image: none;
    background-color: #E16F4930;
  }
  .type-title-group .icon {
    display: none;
  }
  .index-type-area {
    padding: 0;
    background-image: none;
  }
  .index-type-left-area {
    position: relative;
    padding: 5% 0 8%;
    background-color: transparent;
  }
  .index-type-left-area .type-title-group {
    display: flex;
    margin-top: 15px;
    margin-left: 20px;
  }
  .type-title-group .title-line .title {
    color: #3B3B4D !important;
    padding: 25px 0 5px 20px;
    line-height: 150%;
    background-image: url(../images/index/bg_title-type.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
  }
  .type-title-group .title-line .subtitle {
    color: #717194 !important;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .type-main-photo {
    position: absolute;
    bottom: -35%;
    right: 10px;
    width: 50%;
    text-align: center;
    z-index: 2;
  }
  .type-main-photo img {
    width: 100%;
    margin: 0;
  }
  .index-type-list-area {
    background-image: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .type-more-btn-group {
    position: absolute;
    top: auto;
    right: 3%;
    bottom: -25px;
  }
  .type-content-box {
    height: auto;
    padding: 5%;
    margin-bottom: 25px;
  }
  .type-item {
    flex: 1 0 50%;
    text-align: center;
    margin: 10px 0;
  }
  .type-btn img {
    display: none;
  }
  /*goNow 立即報名*/
  .goNow-left-block {
    height: auto;
    padding: 60px 10px;
  }
  .goNow-left-box {
    padding: 5px 5px 5px 10px;
    border-left: 2px solid #F8DA84;
  }
  .goNow-left-box .title {
    color: #FFF;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 150%;
    text-shadow: 1px 1px 4px #00000060;
  }
  .goNow-left-box .subtitle {
    font-size: 1.125rem;
    text-shadow: 1px 1px 2px #00000040;
    margin-bottom: 5px;
  }
  .goNow-btn-img {
    padding: 0;
  }
  .goNow-btn-img img {
    width: 175px;
  }
  .goNow-right-block {
    height: auto;
  }
  .upper-line, .downer-line {
    display: none;
  }
  .goNow-right-photo {
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 180px;
    text-align: center;
  }
  .goNow-right-photo > img {
    width: 100%;
    margin: 0;
  }
  /**主Banner區的slick 前後兩項縮小*********/
  .slick_banner .slick-slide {
    transform: scale(1);
    opacity: 1;
    border-collapse: collapse;
  }
  .slick_banner .slick-current {
    transform: scale(1);
    opacity: 1;
  }
  .slick_recommend .slick-slide {
    transform: scale(1);
    opacity: 1;
    border-collapse: collapse;
  }
  .slick_recommend .slick-current {
    transform: scale(1);
    opacity: 1;
  }
  /*上下頁silck*/
  .center_1_prev, .center_1_next {
    top: 36%;
  }
  .center_1_prev > img, .center_1_next > img {
    width: 50px;
  }
}
/*******************************************************************************************


行動版面開始


********************************************************************************************/
/* 桌面版面: 559px 最大*/
@media only screen and (max-width: 576px) {
  .nav-link {
    border-bottom: 1px solid #FFFFFF;
    padding: 20px 15px;
  }
  /*固定LOGO*/
  .navbar-brand {
    margin-right:0;
  }
  .navbar-brand img {
    height: 26px;
  }
.sme-logo img{
    display: none;
  }
  .sme-logo-mobile img{
    display: inline;
    height: 42px;
  }
  #NoticeBox, #MemberBox {
    position: fixed;
    left: 2.5%;
    top: 55px;
    width: 95%;
  }
  #dropdownMenuNotice img {
    width: 32px;
  }
  .dropdown.member-icon {
    position: fixed;
    right: 10px;
    top: 8px;
  }
  .dropdown.member-icon > a {
    margin-left: 10px;
    margin-right: 5px;
  }
  #MemberBox li {
    border: 0px;
  }
  #MemberBox li.logout {
    border-top: 1px solid #71719335 !important;
  }
  /*無障礙中間區塊微調*/
  #AC {
    top: 90px;
    left: 15px;
  }
  /*首頁banner區塊****************************/
  .index-banner-area {
    margin-top: 75px;
  }
  .index-banner {
    margin: 0;
    padding-bottom: 80%;
    border: 0;
    border-radius: 5px;
    box-shadow: 2px 2px 15px 0 #00000020;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /*標題字*/
  .index-monthly-title, .type-title-group .title-line .title {
    font-size: 2.25rem;
  }
  /*每月課程*/
  .index-monthly-subtitle {
    flex-direction: column;
    padding: 10px 0;
  }
  .index-monthly-subtitle .title {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding-bottom: 15px;
  }
  .index-monthly-subtitle .more {
    text-align: right;
  }
  .more-btn {
    background-color: #FFFFFF;
  }
  /*每月課程-地區列表*/
  .monthly-list-box > .content > .info {
    flex-direction: column;
    font-size: 14px;
  }
  .monthly-list-box > .content > .info > .date {
    margin-left: 0;
  }
  .monthly-list-box > .region {
    flex: 0 1 12%;
    background-color: #EEE;
    font-size: 1.25rem;
    letter-spacing: 5px;
    border-radius: 0;
    border-left: 2px solid;
    margin-right: 10px;
    text-align: center;
    line-height: 200%;
  }
  /*Recommend 推薦活動*/
  .recommend-box {
    flex-direction: column;
  }
  .recommend-box .photo {
    flex: 1 0 auto;
    padding-bottom: 56%;
  }
  .recommend-box .hr {
    display: none;
  }
  /*精選課程分類*/
  .type-main-photo {
    width: 190px;
  }
  /*Nice 好評課程*/
  .nice-box {
    flex-direction: column;
  }
  .nice-box .photo {
    flex: 1 0 auto;
    padding-bottom: 56%;
  }
  /*Teacher 精選師資*/
  .index-teacher-area-fluid {
    padding-bottom: 50px;
    background-size: cover;
  }
  .index-teacher-bird {
    right: 10%;
  }
  /*goNow 立即報名*/
  .goNow-left-block {
    height: auto;
    padding: 60px 10px;
  }
  .goNow-left-box {
    padding: 5px 5px 5px 10px;
    border-left: 2px solid #F8DA84;
  }
  .goNow-left-box .title {
    color: #FFF;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 150%;
    text-shadow: 1px 1px 4px #00000060;
  }
  .goNow-left-box .subtitle {
    font-size: 1.125rem;
    text-shadow: 1px 1px 2px #00000040;
    margin-bottom: 5px;
  }
  .goNow-btn-img {
    padding: 0;
  }
  .goNow-btn-img img {
    width: 175px;
  }
  .goNow-right-block {
    height: auto;
  }
  .upper-line, .downer-line {
    display: none;
  }
  .goNow-right-photo {
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 180px;
    text-align: center;
  }
  .goNow-right-photo > img {
    width: 100%;
    margin: 0;
  }
  /*Footer*/
  footer {
    background-size: cover;
    background-position: left center;
    font-size: 85%;
    padding: 5px 15px;
  }
  .footer-logo img {
    height: 40px;
  }
  .footer-logo2 img {
    height: 32px;
    margin-bottom: 15px;
  }
  .footer-btn {
    text-align: center;
  }
  .footer-btn > button {
    margin: 5px 0;
    padding: 4px 8px;
    font-size: 0.95rem;
    border-radius: 5px;
    text-shadow: 0 0 1px #00000040;
  }
  .footer-link {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
  }
  .footer-link a:first-child {
    padding: 0 20px;
    border-left: 0;
  }
  .footer-link a {
    padding: 0 20px;
    border-left: 0;
  }
  .footer-link a:before {
    content: "●";
    margin-right: 5px;
  }
  .footer-words {
    font-size: 0.85rem;
  }
  /*上下頁silck--消失好了*/
  .center_1_prev, .center_1_next {
    display: none;
  }
  .center_1_prev {
    left: -5px;
  }
  .center_1_next {
    right: -5px;
  }
  .center_1_prev > img, .center_1_next > img {
    width: 20px;
  }
  /*Slick Arrow 調整*/
  .index-monthly-subtitle .more button {
    margin: 0;
  }
  .arrow-monthly-prev, .arrow-monthly-next, .arrow-recommend-prev, .arrow-recommend-next, .arrow-teacher-prev, .arrow-teacher-next {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
  }
  /*內頁標題*/
  .main-banner-area {
    margin-top: 50px;
  }
  .main-banner {
    padding-bottom: 36%;
  }
  .arrow-prev {
    left: 5px;
  }
  .arrow-next {
    right: 5px;
  }
}
@keyframes tree-shake {
  0% {
    transform: rotate(0);
    transform-origin: 0 100%;
  }
  40% {
    transform: rotate(4deg);
    transform-origin: 0 100%;
  }
  60% {
    transform: rotate(4deg);
    transform-origin: 0 100%;
  }
  90% {
    transform: rotate(0);
    transform-origin: 0 100%;
  }
}
@keyframes tree-shake2 {
  0% {
    transform: rotate(0);
    transform-origin: 100% 0;
  }
  45% {
    transform: rotate(8deg);
    transform-origin: 100% 0;
  }
  65% {
    transform: rotate(8deg);
    transform-origin: 100% 0;
  }
  90% {
    transform: rotate(0);
    transform-origin: 100% 0;
  }
}