@charset "utf-8";
/* CSS Document inside Pages */ :root {}
/***本月課程***/
/*1.標題Banner區*/
.top-banner {
  padding-top: 65px;
  position: relative;
  background-image: url("../images/course/bg_top-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.top-title-block {
  padding-left: 5%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.top-title {
  color: #3B3B4D;
  font-size: 2.6rem;
  letter-spacing: 2px;
  padding: 30px 0 0 25px;
  background-image: url("../images/index/bg_title.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
}
.breadcrumb-top {
  margin-left: 35px;
  color: #717193;
}
.breadcrumb-top a {
  color: #717193;
}
.breadcrumb-top a:hover {
  color: #0D8F9E;
}
.breadcrumb-item + .breadcrumb-item::before {}
.top-right-photo {
  position: absolute;
  width: 180px;
  top: 45%;
  right: -15px;
  animation: tree-shake2 12s ease-out infinite;
}
/*2.選擇課程類別*/
.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;
}
.select-area {
  padding: 28px 0;
  background-image: url("../images/course/bg_select-type.gif");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
}
.select-block {
  position: relative;
}
/*上下頁silck*/
.arrow-select-prev {
  left: -15px;
}
.arrow-select-next {
  right: -15px;
}
.arrow-select-prev, .arrow-select-next {
  cursor: pointer;
  position: absolute;
  top: 6px;
  z-index: 5;
  opacity: .75;
  transition: all .5s;
  border: 0;
  background-color: transparent;
}
.arrow-select-prev > img, .arrow-select-next > img {
  width: 40px;
}
.arrow-select-prev:hover, .arrow-select-next:hover {
  transform: scale(1.1);
  opacity: 1;
}
/*Slick 換頁按鈕Focus*/
.arrow-select-prev:focus, .arrow-select-next:focus {
  outline: 2px solid rgba(0, 0, 0, .7);
}
.select-block .type-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3B3B4D;
  font-size: 1.125rem;
  border-radius: 15px;
  width: 95%;
  padding: 8px 2px;
  background-color: #FFFFFF;
  box-shadow: 3px 3px 15px 0 #00000025;
  transition: all .5s;
  margin-left: auto;
  margin-right: auto;
}
.select-block .type-btn img {
  width: 40px;
  margin-right: 10px;
}
/*3.課程列表內容區*/
.content-area {
  position: relative;
  padding: 50px 0 100px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url("../images/course/bg_list-area.jpg");
}
.content-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sort-block {
  display: flex;
  justify-content: flex-end;
}
.sort-block > div {
  padding: 0 10px;
  border-left: 1px solid #71719380;
}
.sort-block > div:first-child {
  border-left: 0;
}
.content-title {
  display: flex;
  align-items: center;
  color: #3B3B4D;
  font-size: 2.6rem;
  letter-spacing: 2px;
  margin-left: 2rem;
}
.select-block .type-btn.active {
  outline: 1px solid #E06F49;
  color: #E06F49;
  background-color: #FFF;
  transform: translateY(-4px);
}
.content-title:before {
  content: "";
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 55px;
  height: 55px;
  background-image: url("../images/index/icon_type-title.png");
}
.sort-course-btn {
  font-size: 1.25rem;
  padding: 0 15px;
  margin: 0;
  font-weight: 600;
  color: #717193;
  border: 0
}
.sort-course-btn:hover, .sort-course-btn.active, .sort-course-btn:active {
  color: #CF7857;
  border: 0
}
.sort-course-btn:focus {
  color: #CF7857;
  outline: 2px solid rgba(0, 0, 0, .7);
}
/*換頁按鈕*/
.btn-toolbar {
  margin: 25px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.prev-btn, .next-btn {
  font-size: 1.5rem;
  padding: 0;
  line-height: 100%;
  border-radius: 4px;
  color: #CBCBCB;
  background-color: #FFF;
  border: 1px solid #CBCBCB;
  width: 35px;
  height: 35px;
  margin: 5px;
}
.prev-btn:hover, .next-btn:hover {
  color: #FFF !important;
  background-color: #C9C9C9;
  border: 1px solid #AAA !important;
}
.prev-btn:focus, .next-btn:focus {
  outline: 2px solid rgba(0, 0, 0, .7);
}
.btn-page-no button {
  font-weight: 600;
  font-size: 1rem;
  color: #717193 !important;
  background-color: transparent;
  border-radius: 50% !important;
  border: 1px solid transparent !important;
  width: 35px;
  height: 35px;
  margin: 5px;
  padding: 0;
}
.btn-page-no button:hover, .btn-page-no button.active {
  font-weight: 600;
  font-size: 1rem;
  color: #FFF !important;
  background-color: #E6886F !important;
  border-radius: 50% !important;
  border: 1px solid #E6886F !important;
  width: 35px;
  height: 35px;
  margin: 5px;
}
.btn-page-no button:focus {
  outline: 2px solid rgba(0, 0, 0, .7);
}
/*課程介紹內容頁*/
/*1.上方主區塊資訊*/
.intro-up-area {
  position: relative;
  padding: 120px 0 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/course/bg_intro-up.jpg");
}
.intro-up-block {
  width: calc(50vw + 620px);
  background-color: #FFF;
  border-radius: 0 50px 50px 0;
  padding: 25px;
  box-shadow: -4px 2px 12px 0 #00000040;
  padding-left: calc(50vw - 620px);
}
.intro-box button {
  border: 0;
  color: #FFF;
}
.intro-box .photo img {
  width: 100%;
}
.intro-box-tag {
  width: fit-content;
  font-weight: 500;
  font-size: 1.125rem;
  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-bottom: 5px;
  box-shadow: 0 0 3px 0 #00000040;
}
.intro-box-tag elearning {
  background-image: url(../images/index/bg_span-green.png);
}
.intro-box .detail {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.intro-box .date, .intro-box .location {
  position: relative;
  font-weight: 500;
  font-size: 1em;
  color: #666685;
  margin-left: 1.5rem;
}
.intro-box .date:before, .intro-box .location:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 22px;
  opacity: .75;
  left: -1.5rem;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.intro-box .date:before {
  background-image: url("../images/icon/icon_date.svg");
}
.intro-box .location:before {
  background-image: url("../images/icon/icon_location.svg");
}
.intro-box .title {
  font-size: 2.5rem;
  line-height: 115%;
  color: #3B3B4D;
  margin-bottom: 5px;
}
.intro-box .title > a {
  color: #3B3B4D;
}
.intro-box .title > a:hover {
  color: #0D8F9E;
}
.intro-box .hr {
  color: #888;
  margin: 10px;
}
.intro-box .content {
  color: #666666;
  font-size: 0.9rem;
  line-height: 125%;
  min-height: 75px;
}
.intro-box .note {
  color: #3B3B4D;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 5px;
}
.intro-box .note > .location {
  position: relative;
  padding-left: 1.5rem;
}
.intro-box .score {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 5px 0;
  color: #D67B63;
  justify-content: space-around;
  display: flex;
}
.intro-box .score .left-line {
  padding-left: 0.5rem;
  border-left: 1px solid #BCBCBC99;
}
.intro-box .score div {
  padding-right: 0.5rem;
}
.intro-box .score i {
  margin-right: 5px;
}
.score i.star-yellow {
  color: #F6CC80;
}
.intro-box .footer {
  color: #3B3B4D;
  font-size: 1rem;
  display: flex;
}
.intro-box .footer > a {
  color: #CF6347;
  font-weight: 600;
  text-decoration: none !important;
  padding-right: 0.75rem;
}
.intro-box .footer > a:hover {
  color: #0866ff;
  text-decoration: underline !important;
}
.goClass-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border-radius: 20px;
  padding: 2px 15px 2px 2px;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  background: linear-gradient(to top, #E06F49, #E6876E);
  transition: all .4s;
}
.goClass-btn:hover {
  color: #FFF !important;
  transform: scale(1.1);
}
.goClass-btn:focus {
  color: #FFF !important;
  outline: 2px solid rgba(0, 0, 0, .7);
}
.intro-box .action {
  display: flex;
  justify-content: flex-end;
}
.goClass-btn img {
  margin-right: 10px;
}
/*2.標題*/
.intro-title-block {
  display: flex;
  padding: 40px 0 15px;
  align-items: flex-end;
}
.intro-title-block > div {
  margin-left: 15px;
  margin-bottom: 10px;
}
.intro-title-block > div a {
  font-size: 1.5rem;
  color: #3B3B4D;
  padding: 15px;
  text-decoration: underline;
  opacity: .60;
  transition: all .5s;
}
.intro-title-block > div a:hover {
  color: #0D8F9E;
  opacity: 1;
}
.intro-data-area {
  background-color: #559FB3;
}
.intro-data-block {
  font-size: 1rem;
  padding: 10px;
  color: #FFF;
  font-weight: 600;
  display: flex;
  flex-direction: row;
}
.intro-data-block div {
  padding-left: 1.5rem;
  padding-right: 3rem;
}
.intro-data-block div i {
  margin-right: 0.5rem;
}
.intro-detail-area {
  padding: 50px 0;
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/course/bg_intro-detail.jpg");
}
.intro-detail-box, .intro-contact-box {
  border-radius: 24px;
  color: #000000;
  background-color: #FFF;
  box-shadow: 1px 2px 8px 0 #00000020;
  padding: 30px;
}
.intro-detail-box .title {
  color: #3B3B4D;
  font-size: 2.25rem;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 150%;
}
.intro-detail-box .summary {
  font-size: 1.2rem;
  margin: 3rem 0;
  padding-left: 1.25rem;
  border-left: 4px solid #CF6347;
}
.intro-detail-box.about .summary {
  font-size: 1.5rem;
  margin: 1.5rem 0 1rem;
}
.intro-detail-box.about .content {
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 175%;
  font-weight: 500;
}
.intro-detail-box .summary span {
  color: #CF6347;
}
/*跳出確認視窗*/
.modal-body .summary {
  font-size: 1.2rem;
  margin: 3rem 0;
  padding-left: 1.25rem;
  border-left: 4px solid #CF6347;
}
.modal-body .summary span {
  color: #CF6347;
}
#intro {
  margin: 3rem 0 3.5rem;
}
.inside-subtitle {
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #3B3B4D;
  font-size: 2rem;
  letter-spacing: 2px;
  padding: 15px 0 10px 25px;
  background-image: url("../images/index/bg_title.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
}
.intro-detail-box .content {
  line-height: 150%;
  font-family: "Microsoft JhengHei";
  text-align: justify;
}
.intro-detail-box .content img {
  max-width: 100%;
}
.corner-photo {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 10vw;
}
.corner-photo > img {
  width: 100%;
}
.intro-contact-box .title {
  text-align: center;
  font-size: 2rem;
  color: #559FB3;
  line-height: 150%;
}
.intro-contact-box .content {
  font-family: "Microsoft JhengHei";
  padding: 15px 0;
  text-align: justify;
  font-size: 0.9rem;
  line-height: 150%;
}
.intro-teacher-area {
  padding: 30px 0;
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/course/bg_teacher.jpg");
}
.intro-teacher-block {
  padding: 30px 0;
}
.intro-teacher-area .upper-line, .intro-teacher-area .downer-line {
  height: 15px;
  margin: 5px 0;
}
.intro-teacher-box {
  position: relative;
  color: #000000;
  background-color: #FFF;
  border-radius: 24px;
  box-shadow: 1px 2px 8px 0 #00000020;
  border-left: 25px solid #AED1DB;
  display: flex;
  flex-direction: row;
  padding: 25px;
  margin: 0 1rem;
}
.intro-teacher-box .photo {
  flex: 0 0 30%;
  padding: 15px;
  display: flex;
  align-items: center;
}
.intro-teacher-box .photo img {
  border-radius: 50%;
  width: 100%;
}
.intro-teacher-box .content {
  line-height: 150%;
  font-family: "Microsoft JhengHei";
  text-align: justify;
  padding: 0 15px;
}
.intro-teacher-box .content .name {
  color: #3B3B4D;
  font-size: 1.85rem;
  letter-spacing: 1px;
  line-height: 140%;
}
.intro-teacher-box .content .name .position {
  font-size: 80%;
}
.intro-teacher-box .content .company {
  font-size: 1.25rem;
  color: #559FB3;
}
.intro-teacher-box .content .more {
  position: relative;
  text-align: right;
  margin: 5px 0;
  letter-spacing: 2px;
  z-index: 3;
}
.intro-teacher-box .content .more a {
  color: #559FB3;
  border-block: 1px solid transparent;
  transition: all .3s;
}
.intro-teacher-box .content .more a:hover {
  color: #E6856B;
  border-block: 1px solid #E6856B;
}
.intro-teacher-box .content .more i {
  color: #E6856B;
  margin-right: 0.25rem;
}
.intro-teacher-box .corner-photo {
  position: absolute;
  width: 120px;
  top: -30px;
  right: -30px;
}
.intro-teacher-box .corner-photo img {
  width: 100%;
}
.intro-interest-area {
  padding: 30px 0;
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/course/bg_interest.jpg");
}
.intro-interest-block {
  position: relative;
  padding: 30px 0;
}
.intro-interest-title {
  color: #FFF;
  font-size: 2rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.intro-interest-title > img {
  width: 38px;
  margin-right: 10px;
}
/*上下頁silck*/
.center_prev {
  left: -4%;
}
.center_next {
  right: -4%;
}
.center_prev, .center_next {
  cursor: pointer;
  position: absolute;
  top: 42.5%;
  z-index: 15;
  opacity: .65;
  transition: all .5s;
  border: 0;
  background-color: transparent;
}
.center_prev > img, .center_next > img {
  width: 55px;
}
.center_prev:hover, .center_next:hover {
  transform: scale(1.1);
  opacity: 1;
}
/*Slick 換頁按鈕Focus*/
.arrow-prev:focus, .arrow-next:focus {
  outline: 2px solid rgba(0, 0, 0, .75);
}
/*活動消息*/
.content-area.activity {
  background-image: url("../images/activity/bg_activity.jpg");
}
.content-area.activity .monthly-box {
  margin: 0 25px 35px;
  padding-bottom: 25px;
}
.content-area.activity .monthly-box .title {
  margin-top: 15px;
}
.content-area.activity .monthly-box .content {
  height: 55px;
}
.up-sdate {
  position: relative;
  font-weight: 500;
  font-size: 1em;
  color: #666685;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 2.5rem;
  padding: 5px 10px;
}
.up-sdate:before {
  position: absolute;
  content: "";
  background-image: url("../images/icon/icon_orange-dot.svg");
  width: 11px;
  height: 11px;
  left: -1rem;
  top: 32%;
}
/*最新消息*/
.modal-activity .modal-header {
  align-items: stretch;
  padding-bottom: 0;
}
.modal-activity .modal-header, .modal-activity .modal-footer {
  background-image: url("../images/course/bg_top-banner.jpg");
  background-size: cover;
}
.modal-activity h3 {
  font-weight: 600;
  color: #0D8F9E
}
.modal-activity .modal-body .content {
  color: #000000;
  line-height: 150%;
  font-family: "Microsoft JhengHei";
  text-align: justify;
}
.modal-activity .up-sdate {
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 1rem;
  padding: 5px 10px;
}
.modal-activity .modal-body .content img {
  max-width: 100%;
}
/*講師介紹*/
.teacher-list-box {
  position: relative;
  display: flex;
  flex-direction: row;
  font-weight: 600;
  padding: 15px;
  margin: 1rem 1.125rem 2.5rem;
  background-color: transparent;
  border-color: transparent;
  transition: all .4s;
  border-radius: 25px 0 25px 0;
}
.teacher-list-box:hover {
  box-shadow: 2px 2px 12px #E06F4960;
  transform: translateX(-5px) translateY(-5px);
}
.teacher-list-box .photo {
  position: relative;
  flex: 0 0 35%;
  padding: 0;
  display: flex;
  align-items: center;
}
.teacher-list-box .photo .picture img {
  border-radius: 50%;
  width: 100%;
}
.teacher-list-box .photo .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  background: linear-gradient(90deg, #E06F49, #E6886F);
  font-size: 1.5rem;
  line-height: 140%;
  padding: 5px 10px 0;
  border-radius: 0 0 25px 0;
}
.teacher-list-box .photo .name .position {
  font-size: 70%;
}
.teacher-list-box .photo .ball {
  position: absolute;
  bottom: 10px;
  left: -10%;
  width: 60px;
}
.teacher-list-box .photo .ball img {
  width: 100%;
}
.teacher-list-box .corner-cloud {
  position: absolute;
  bottom: 5px;
  left: -3.5rem;
  width: 105px;
}
.teacher-list-box .content {
  color: #3B3B4D;
  font-size: 0.95rem;
  line-height: 125%;
  font-family: "Microsoft JhengHei";
  text-align: justify;
  padding-left: 15px;
}
.teacher-list-box .content .company {
  font-size: 1.375rem;
  line-height: 150%;
  color: #559FB3;
}
.teacher-list-box .content .type {
  font-size: 1rem;
  margin-top: 5px;
}
.teacher-list-box .content .type > span {
  position: relative;
  color: #3B3B4D;
  padding: 0 1rem;
}
/*
.teacher-list-box .content .type > a:hover{
  color:#0D8F9E;
  text-decoration: underline!important;
  padding:0 1rem;
} */
.teacher-list-box .content .type > span:before {
  position: absolute;
  content: "";
  background-image: url("../images/icon/icon_orange-dot.svg");
  width: 8px;
  height: 8px;
  left: 4px;
  top: 6px;
}
.teacher-list-box .content .hr {
  margin: 8px 0 5px;
}
.teacher-list-box .content .subject {
  color: #559FB3;
  font-size: 1.2rem;
  line-height: 150%;
}
.teacher-list-box .content .more {
  position: relative;
  text-align: right;
  margin: 5px 0;
  letter-spacing: 2px;
  z-index: 3;
}
.teacher-list-box .content .more a {
  color: #559FB3;
  border-block: 1px solid transparent;
  transition: all .3s;
}
.teacher-list-box .content .more a:hover {
  color: #E6856B;
  border-block: 1px solid #E6856B;
}
.teacher-list-box .content .more i {
  color: #E6856B;
  margin-right: 0.25rem;
}
.teacher-list-box .corner-photo {
  position: absolute;
  width: 60px;
  top: 0;
  right: 0;
}
.teacher-list-box .corner-photo img {
  width: 100%;
}
/*講師介紹內容頁*/
/*1.上方主區塊資訊*/
.intro-up-area.teacher {
  position: relative;
  padding: 120px 0 140px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  background-color: #fdecdc;
  background-image: url("../images/teacher/bg_intro-up.jpg");
}
.teacher-detail-area {
  position: relative;
  padding: 0 0 40px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url("../images/teacher/bg_intro-content.jpg");
}
.teacher-detail-block {
  position: relative;
  padding: 0 0 40px;
}
.intro-detail-box.teacher .corner-photo {
  position: absolute;
  right: 8%;
  top: -1px;
  width: 100px;
}
.teacher-summary-box {
  position: relative;
  margin: -25px 1.5rem 0;
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
  background-image: url("../images/teacher/bg_mid-painting.png");
}
.teacher-summary-box .photo {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  padding: 0 20% 10%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100px;
  background-image: url("../images/teacher/bg_picture-bottom-angle.png");
}
.teacher-summary-box .photo .photo-circle {
  width: 100%;
  padding-bottom: 91.2%;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #FFF;
  border-radius: 50%;
  border: 10px solid #FFF;
  outline: 2px solid #E06F49;
  box-shadow: 2px 2px 6px 0 #00000030;
}
.teacher-summary-ibox {
  width: 65%;
  margin: 135px auto 0;
  color: #3B3B4D;
}
.teacher-summary-ibox .name {
  font-size: 2.25rem;
  text-align: center;
  line-height: 125%;
}
.teacher-summary-ibox .name span {
  font-size: 50%;
  margin-left: 5px;
}
.teacher-summary-ibox .company {
  text-align: center;
  color: #559FB3;
  line-height: 125%;
}
.teacher-summary-ibox .class {
  font-size: 1.5rem;
  text-align: center;
  line-height: 125%;
  letter-spacing: 2px;
}
.teacher-summary-ibox .class span {
  font-size: 125%;
  color: #559FB3;
  padding: 0 5px;
}
.teacher-summary-ibox .content {
  font-size: 0.95rem;
  line-height: 150%;
  text-align: justify;
  min-height: 175px;
  margin-bottom: 2rem;
}
.teacher-summary-ibox .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teacher-summary-ibox .footer span {
  font-size: 0.9rem;
  position: relative;
  color: #3B3B4D;
  padding: 0 1rem;
}
.teacher-summary-ibox .footer span:before {
  position: absolute;
  content: "";
  background-image: url("../images/icon/icon_orange-dot.svg");
  width: 8px;
  height: 8px;
  left: 4px;
  top: 6px;
}
.teacher-summary-ibox .footer button {
  border-color: transparent;
  background-color: transparent;
  padding: 0 2px;
  transition: all .3s;
}
.teacher-summary-ibox .footer button:hover {
  transform: scale(1.1);
}
.teacher-summary-ibox .footer button img {
  width: 30px;
}
.intro-detail-box.teacher {
  position: relative;
  margin-top: -40px;
  padding: 15px 30px;
  color: #3B3B4D;
  line-height: 150%;
}
.intro-detail-box.teacher .subject {
  font-size: 1.2rem;
  color: #559FB3;
  margin: 10px 0;
}
.intro-detail-box.teacher .content {
  padding-left: 1rem;
  border-left: 3px solid #559FB3;
}
.intro-detail-box.teacher img {
  max-width: 100%;
}
.teaching-other-box {
  border-radius: 24px 24px 0 0;
  color: #000000;
  background-color: #FFF;
  overflow: hidden;
  box-shadow: 1px 2px 8px 0 #00000020;
  padding: 0 0 25px;
  margin-top: 2rem;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto;
  background-image: url("../images/teacher/bg_line-bottom.png");
}
.teaching-other-box .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  background-color: #559FB3;
  font-size: 2rem;
  letter-spacing: 4px;
  padding: 12px 25px 12px 5%;
}
.teaching-other-box .head div:nth-child(2) {
  text-align: right;
}
.slick_teaching {
  margin-top: 1rem;
}
/*Student學員中心*/
.intro-up-area.student {
  position: static;
  padding: 120px 0 20px;
  background-color: #fff;
  background-image: none;
}
.teacher-summary-box.student {
  position: static;
  margin: 0 1.5rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-image: url("../images/student/photo_mid-student-painting.png");
}
.teacher-summary-box.student .photo.student {
  position: relative;
  top: 0;
  padding: 30px 22.5% 10px;
  background-image: none;
}
.teacher-summary-box.student .photo.student .photo-circle {
  width: 100%;
  padding-bottom: 100%;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #FFF;
  border-radius: 50%;
  border: 0;
  outline: 2px solid #E06F49;
  box-shadow: 2px 2px 6px 0 #00000030;
}
.photo-edit-btn {
  color: #FFF;
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 45%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: linear-gradient(to right, #DC6F49, #E2856E);
  border: 2px solid #FFF;
  transition: all .3s;
}
.photo-edit-btn:hover {
  background: linear-gradient(to right, #05A3AF, #05A3AF);
  transform: scale(1.1);
}
.teacher-summary-ibox.student {
  width: 65%;
  margin: 15px auto;
  color: #3B3B4D;
}
.teacher-summary-ibox.student .name {
  letter-spacing: 6px;
}
.teacher-summary-ibox.student .class {
  margin-top: 5px;
}
.teacher-summary-ibox.student .point {
  margin-top: 10px;
  font-size: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teacher-summary-ibox.student .point span {
  padding: 0 5px;
  color: #549DB1;
}
.teacher-summary-ibox.student .point img {
  width: 20px;
  margin-right: 5px;
}
.student-white-btn, .student-dark-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 8px 3px;
  padding: 5px;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  letter-spacing: 2px;
  width: 100%;
  border-radius: 12px;
  transition: all .3s;
}
.student-white-btn {
  color: #05A3AF;
  border: 1px solid #05A3AF;
  background-color: #FFF;
}
.student-white-btn i, .student-dark-btn i, .student-white-btn img, .student-dark-btn img {
  margin-right: 5px;
}
.student-dark-btn {
  color: #FFF;
  border: 1px solid #05A3AF;
  background-color: #05A3AF;
}
.student-white-btn:hover, .student-dark-btn:hover {
  transform: scale(1.05);
}
.student-title-banner {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  width: 100%;
  height: 175px;
  border-radius: 24px;
  box-shadow: 2px 2px 8px 0 #00000030;
}
.intro-detail-box.student {
  position: relative;
  margin-top: 10px;
  padding: 5px 25px 30px;
  color: #3B3B4D;
  line-height: 150%;
  box-shadow: 2px 2px 8px 0 #00000030;
}
.inside-subtitle.student {
  position: relative;
  border-bottom: 1px solid #71719360;
  padding-bottom: 20px;
  margin-bottom: 1.5rem;
  background-size: auto 75%;
  background-position: left top;
}
.inside-subtitle.student.myclass {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.inside-subtitle.student.myclass:after {
  display: none;
}
.inside-subtitle.student.myclass > div:first-child {
  margin-right: 1.5rem;
}
.btn-myclass-group {
  position: absolute;
  right: 0;
  bottom: 1px;
  display: flex;
  align-items: end;
}
.btn-myclass {
  font-size: 1.125rem;
  color: #09A3AD;
  background-color: #E2F4F4;
  width: fit-content;
  text-align: center;
  border-radius: 8px 8px 0 0;
  border: 0;
  padding: 10px 20px;
  transition: all .3s;
}
.btn-myclass.active, .btn-myclass:hover {
  padding: 15px 20px;
}
.inside-subtitle.student:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-image: url("../images/student/photo_title-after.svg");
}
.class-soon-box {
  border-radius: 10px;
  box-shadow: 1px 1px 8px 0 #00000030;
  overflow: hidden;
  font-weight: 500;
}
.class-soon-box .head {
  padding: 7px 10px 5px;
  color: #FFF;
  font-size: 0.85rem;
  background: linear-gradient(to top, #F2693F, #F57F65);
  letter-spacing: 2px;
}
.class-soon-box .head > .sdate {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 4px;
}
.class-soon-box .head > .sdate i {
  margin-right: 5px;
}
.class-soon-box .body {
  padding: 5px 10px 15px;
}
.class-soon-box .body > .title {
  font-size: 1.25rem;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 135%;
  padding: 8px 0;
  height: 66px;
  overflow: hidden;
}
.class-soon-box .body > .title a {
  color: #3B3B4D;
}
.class-soon-box .body > .title a:hover {
  color: #0D8F9E;
}
.class-soon-box .body > .address {
  position: relative;
  font-size: 0.9rem;
  color: #989898;
  font-weight: 600;
  line-height: 140%;
  padding: 10px 0 0 1.25rem;
  height: 68px;
  overflow: hidden;
}
.class-soon-box .body > .address:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 20px;
  opacity: .5;
  left: 0;
  top: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon/icon_location.svg);
}
.nice-box.student-finish, .nice-box.student-class {
  margin: 30px;
}
.nice-box.student-finish .photo {
  flex: 1 0 45%;
  box-shadow: 1px 1px 8px 0 #00000030;
}
.nice-box.student-finish .detail {
  padding-left: 1rem;
}
.nice-box.student-finish .detail .title {
  font-size: 1.25rem;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 125%;
  height: 50px;
  overflow: hidden;
  margin: 5px 0;
}
/*完課證明列印*/
.print-course-box{
	width: 100%;
	position: absolute;
	top: 48%;
	left: 0;
	display: flex;
	justify-content: center;
    align-items: center;
	flex-direction: column;
}
.print-course-title{
	width:80%;
	font-size: 250%;
	line-height: 150%;
	color:#000;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 160px;
}
.print-course-date{
    border-top: 1px solid #c6d2de;
    width: 396px;
    font-size: 150%;
    line-height: 175%;
    color: #000;
    text-align: center;
    height: 150px;
    padding: 15px;
}
.print-course-footer{
	width:70%;
	font-size: 124%;
	line-height: 150%;
	color:#000;
	text-align: center;
	padding:10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.print-course-footer div{
	border-bottom:1px solid #c6d2de;
	font-size: 90%;
	padding:5px 20px;
	margin:0 10px;
}
.print-course-footer div>span{
	color:#d96445;
}
/*學員中心-我的課程*/
.nice-box.student-class .photo {
  flex: 1 0 35%;
  box-shadow: 1px 1px 8px 0 #00000030;
}
.nice-box.student-class .detail .title {
  font-size: 1.25rem;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 125%;
  height: auto;
}
.nice-box.student-class .detail {
  flex: 1 1 65%;
  padding-left: 1rem;
}
.nice-box.student-class .star {
  padding: 5px 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #3B3B4D;
  font-size: 0.9rem;
}
.nice-box.student-class .star img:last-child {
  margin-right: 5px;
}
.nice-box.student-class .note {
  justify-content: start;
}
.nice-box.student-class .note > div {
  margin-right: 1rem;
}
.nice-box.student-class .note .people {
  position: relative;
  padding-left: 1.5rem;
}
.nice-box.student-class .note .people: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_people.svg);
}
.nice-box.student-class .check {
  display: flex;
}
.student-class-menu {
  display: flex;
  align-items: center;
}
.my-class-btn {
  margin: 0 10px;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #41404E;
  background-color: transparent;
  border: 0px;
  min-width: 115px;
}
.my-class-btn:hover, .my-class-btn:active, .my-class-btn.active {
  color: #CF7857;
  background-color: #CF785720;
}
.tag-myClass {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 100%;
  padding: 5px 10px 5px 2.25rem;
  margin-left: -25px;
  background-color: #fff;
  width: fit-content;
}
.tag-myClass.today {
  color: #D9635D;
  background-color: #FCE8E9;
}
.tag-myClass.regist {
  color: #998879;
  background-color: #FEF2E4;
}
.tag-myClass.finish {
  color: #04A5B0;
  background-color: #DEF1F5;
}
.student-class-btn {
  width: fit-content;
  padding: 1px 20px;
  font-size: 0.95rem;
  color: #FFF;
  font-weight: 600 !important;
  letter-spacing: 2px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  margin: 10px;
}
.student-class-btn > img {
  width: 14px;
  margin-right: 8px;
}
.student-class-btn.checkin {
  background-color: #F57D62;
}
.student-class-btn.checkin:hover {
  background-color: #F54A24;
}
.student-class-btn.checkin-ok {
  background-color: #5FC68F;
  cursor: auto;
}
.student-class-btn.checkin-ok:hover {
  background-color: #5FC68F;
}
.student-class-btn.test {
  background-color: #4C90F6;
}
.student-class-btn.test:hover {
  background-color: #0B5ED7;
}
.student-class-btn.nocheckin {
  background-color: #B2B2B2;
}
.student-class-btn.nocheckin:hover {
  background-color: #858585;
}
.student-class-btn.proof {
  background-color: #01A5AF;
}
.student-class-btn.proof:hover {
  background-color: #006B70;
}
.check-ok-notice {
  text-align: center;
  font-size: 2.75rem;
  color: #00A4B0;
}
/*學員中心-個人檔案*/
.form-check-input:checked {
  background-color: #F27550;
  border-color: #F27550;
}
.input-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.input-group > div {
  flex: 1 1 auto;
  padding: 5px;
  white-space: nowrap;
}
.profile-data .item {
  flex: 0 0 80px;
  padding-left: 0.5rem;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}
.student-sex img {
  margin-left: 1rem;
  margin-right: 0.25rem;
  width: 16px;
}
.student-identity {
  display: flex;
  align-items: center;
}
.student-identity label {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  width: calc(100% / 6);
}
.student-class-btn.save {
  background-color: #F57D62;
  font-size: 1.125rem;
  border: 0;
  display: block;
  min-width: 200px;
  padding: 5px;
  letter-spacing: 4px;
}
.student-class-btn.save:hover {
  background-color: #F54A24;
}
.sm-flex-column {
  display: flex;
}
.sm-flex-column > div {
  flex: 1 1 auto;
  padding: 0 5px;
  white-space: nowrap;
}
/*學員中心-帳號管理*/
.student-class-btn.save.right {
  margin-left: auto;
}
.form-switch {
  padding-left: 3em !important;
}
/*學員中心-我的課程-課程簽退*/
.intro-detail-box.question {
  position: relative;
  margin-top: 10px;
  padding: 15px 25px 30px;
  color: #3B3B4D;
  line-height: 150%;
  box-shadow: 1px 1px 8px 0 #00000015;
}
.checkout-title {
  color: #3B3B4F;
  font-size: 1.75rem;
  width: fit-content;
  margin: 10px auto;
  padding-left: 1rem;
  line-height: 150%;
  position: relative;
}
.checkout-title:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  left: -1.25rem;
  top: 0.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/index/icon_type-title.png);
}
.checkout-stitle {
  color: #00A4AF;
  font-size: 1.75rem;
  width: fit-content;
  margin: 25px auto;
}
.checkout-notice {
  color: #CF7857;
  font-size: 1rem;
  width: fit-content;
  margin: 30px auto 15px;
}
.question-title p > span {
  color: #00A4AF;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  letter-spacing: 2px;
}
.question-title p {
  color: #3B3B4F;
  font-size: 1.125rem;
}
.question-title p:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  right: 0.5rem;
  top: 0.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/student/photo_title-after.svg);
}
.question-items {
  padding-left: 1.75rem;
}
.btn.question-btn {
  padding: 6px 12px;
  width: fit-content;
  text-align: center;
  margin: 5px;
  color: #FFF;
  border: 1px solid #05A3AF;
  background-color: #05A3AF;
  border-radius: 12px;
  transition: all .4s;
  cursor: pointer;
}
.btn.question-btn:hover {
  color: #05A3AF;
  border: 1px solid #05A3AF;
  background-color: #FFF;
}
.btn-check.question:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  /*    color: #05A3AF;
    border: 1px solid #FFFF33;
    background-color: #FFFF33; */
}
.intro-detail-box.question.wrong{
  color: #ff0000!important;
  border: 3px solid #ff0000!important;
  background-color: #fff!important;
}
.intro-detail-box.question.wrong p{
  color: #ff0000!important;
}
.survey-subject {
  font-size: 1.5rem;
  color: #3B3B4F;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.survey-subject span {
  font-size: 80%;
  color: #808080;
}
.star-group {
  display: flex;
  align-items: center;
}
.star-group a {
  color: #E6E6E6 !important;
  font-size: 1.5rem;
  letter-spacing: 4px;
  margin-top: -5px;
  text-decoration: none;
}
.text-star {
  color: #ffcc33 !important;
}
.star-5items {
  padding-left: 1rem;
}
.score-result {
  font-size: 3.5rem;
  color: #D75251;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 4px;
}
.score-result span {
  font-size: 50%;
  color: #545454;
}
.checkout-ok-group {
  padding: 0 15%;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3B3B4F;
}
.checkout-ok-group i {
  color: #00A4AF;
  margin-left: 0.5rem;
  transform: scale(1.5);
}
.sumit-btn.back-student {
  color: #FFF;
  background: linear-gradient(to top, #00A4AF, #00BECC);
}
/*會員中心-學習歷程*/
.history-block {
  position: relative;
  background-color: #F6F6F6;
  border-radius: 15px;
  padding: 15px 15px 25px;
  margin-top: 0;
}
.history-box {
  height: 100%;
  color: #808080;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 2px 2px 8px 0 #00000025;
}
.history-box.award {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% 90%;
  background-image: url(../images/student/border_history-box.png);
  background-color: #FFF;
}
.history-box.process {
  background-color: #FFF;
}
.history-box .history-title {
  position: relative;
  font-size: 1.5rem;
  color: #3B3B51;
}
.history-box .history-title.award img {
  width: 35px;
  margin-top: -17px;
  margin-right: 8px;
}
.history-box .stitle {
  font-size: 1.125rem;
  color: #3B3B51;
  display: flex;
  align-items: center;
}
.history-box .stitle img {
  width: 36px;
  margin-right: 5px;
}
.history-box.ranking {}
.history-box.item {
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: right bottom;
  background-image: url(../images/student/photo_history-corner.png);
  background-color: #FFF;
}
.history-box.item .content {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  letter-spacing: 1px;
}
.history-box.item .content span {
  font-size: 2rem;
  color: #05A3AF;
  margin-right: 5px;
}
.history-box.award .list, .history-box.process .list {
  display: flex;
  align-items: center;
}
.history-box.award .list div {
  text-align: center;
}
.history-box.award .list .number {
  font-size: 1.125rem;
  line-height: 150%;
  padding-left: 0.5rem;
  letter-spacing: 2px;
}
.history-box.award .list .number span {
  color: #05A3AF;
  font-size: 120%;
}
.table-history {
  font-weight: 500;
}
.table-history th {
  color: #FFF !important;
  background-color: #F07555 !important;
}
.table-history tr > td:first-child {
  text-align: center;
  color: #F07555 !important;
}
.student-dark-btn.history {
  width: fit-content;
  padding: 5px 20px;
}
.chart-award, .chart-process {
  position: relative;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 2px;
  display: flex;
  width: 200px;
  height: 200px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.chart-award, .chart-process {
  background-image: url(../images/student/bg_history-award-sample.svg);
  justify-content: center;
  align-items: center;
}
.chart-process {
  background-image: url(../images/student/bg_history-process-sample.svg);
  justify-content: start;
  padding-left: 12.5%;
  align-items: end;
  padding-bottom: 12.5%;
}
/*award、process 畫圓餅圖*/ :root {
  /*定義圈圈大小*/
  --circle-border: 10px;
  --circle-size: 160px;
  --word-size: 1.5rem;
}
.pie-group {
  position: relative;
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  background-color: #FFF;
  outline: var(--circle-border) solid #CAEEEF;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.pie-chart {
  position: absolute;
  width: var(--circle-size);
  height: var(--circle-size);
  transform: rotate(0deg);
  clip: rect(0, var(--circle-size), var(--circle-size), calc(var(--circle-size) / 2));
  /*这个clip属性用来绘制半圆，在clip的rect范围内的内容显示出来，使用clip属性，元素必须是absolute的 */
  border-radius: 50%;
  background-color: #F27D63;
  z-index: 2;
  overflow: visible; /*-webkit-animation: an1 2s infinite linear; */
}
.pie-award-mask, .pie-process-mask {
  position: absolute;
  width: var(--circle-size);
  height: var(--circle-size);
  clip: rect(0, var(--circle-size), var(--circle-size), calc(var(--circle-size) / 2));
  border-radius: 50%;
  background-color: #fff;
  transform: rotate(var(--rotation));
  /*-webkit-animation: an2 2s infinite linear;*/
  z-index: 3;
}
.pie-award, .pie-process {
  border-radius: 50%;
  font-weight: 500;
  font-size: var(--word-size);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
.pie-award {
  width: calc(var(--circle-size) * 0.65);
  height: calc(var(--circle-size) * 0.65);
  color: #FFF;
  background-color: #00A4AF;
  border: 15px solid #FFF;
}
.pie-process {
  width: calc(var(--circle-size) * 0.45);
  height: calc(var(--circle-size) * 0.45);
  color: #00A4AF;
  background-color: #FFF;
  border: 0;
}
.history-box.process .data {
  font-size: 1.125rem;
  line-height: 150%;
  padding-left: 0.5rem;
  padding-top: 3rem;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.history-box.process .data span {
  color: #05A3AF;
  font-size: 120%;
}
.history-box.process .data > .detail {
  margin-top: 2rem;
  font-size: 0.85rem;
  letter-spacing: 0;
  line-height: 125%;
}
/*計劃管理單元*/
.mng-top-photo {
  position: absolute;
  width: 250px;
  top: 10px;
  right: 25%;
  transform: rotate(-25deg);
}
.photo.mng-temp {
  position: relative;
  top: 0;
  margin-top: -5px;
  padding: 30px 22.5% 25px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100px;
  background-image: url(../images/teacher/bg_picture-bottom-angle.png);
}
.photo.mng-temp .photo-circle {
  position: relative;
  width: 225px;
  height: 225px;
  padding-bottom: 100%;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #FFF;
  border-radius: 50%;
  border: 0;
  outline: 2px solid #E06F49;
  box-shadow: 2px 2px 6px 0 #00000030;
}
.photo.mng-temp .photo-circle .photo-edit-btn {
  bottom: -15px;
  left: 43.5%;
  width: 40px;
  height: 40px;
  ;
}
.photo.mng-temp .name {
  font-size: 2.25rem;
  text-align: center;
  line-height: 125%;
  margin-top: 20px;
}
.mngMenu-area {
  padding: 0;
  background-color: #F2F2F2;
  font-size: 1.25rem;
  padding-bottom: 25px;
}
.mngMenu-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
}
.mng-menu {
  max-width: 1200px;
  width: 100%;
  padding: 5px;
  background-color: #FFF;
  margin-right: auto;
  margin-left: auto;
}
.mng-menu .nav-item {
  width: 20%;
  border-left: 1px solid #AAA;
  text-align: center;
  line-height: 150%;
}
.mng-menu .nav-item a {
  color: #3B3B4F;
}
.mng-menu .nav-item a:hover {
  transform: scale(1.0);
  color: #339EB3;
}
.mng-menu .nav-item:hover {
  transform: scale(1.0);
}
.mng-menu .nav-item.active {
  position: relative;
  transform: scale(1.0);
}
.mng-menu .nav-item.active a {
  color: #339EB3;
}
.mng-menu .nav-item.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -35px;
  background-repeat: no-repeat;
  background-position: -5px center;
  background-size: cover;
  background-image: url(../images/mng/photo-nav-after.png);
}
.mng-menu .nav-item:first-child {
  border-left: 0;
}
.content-area.mng {
  position: relative;
  padding: 20px 0 100px;
  background-image: none;
  background-color: #F2F2F2;
}
.mng-top-notice {
  width: 100%;
  text-align: center;
  line-height: 150%;
  color: #339EB3;
  font-size: 1.125rem;
  padding: 15px 0;
}
.mng-top-search {
  width: 100%;
  text-align: right;
  padding: 10px 0;
  position: relative;
}
.mng-top-search input[type="text"] {
  width: 300px;
  height: 30px;
  padding: 0px 30px 0px 10px;
  border: 1px solid #ccc;
}
.mng-top-search button {
  position: absolute;
  right: 0px;
  top: 22%;
  background-color: transparent;
  border: 0;
  color: #339EB3;
  font-size: 1.25rem;
  font-weight: 600;
  height: 30px;
  width: 30px;
}
.table-mng {
  background-color: #FFF;
  box-shadow: 2px 2px 15px 0 #00000020;
  font-weight: 500;
}
.table-mng th {
  background-color: #EE6C45;
  color: #FFF !important;
  font-weight: 600;
  text-align: center;
  min-width: 100px;
}
.table-mng th, .table-mng td {
  vertical-align: middle !important;
  text-align: center;
}
.btn-mng {
  background-color: #339EB3;
  color: #FFF;
  border: 1px solid #339EB3;
  min-width: 100px;
  margin: auto;
  padding: 3px !important;
  transition: all .3s;
}
.btn-mng:hover {
  background-color: #FFF;
  color: #339EB3;
  border: 1px solid #339EB3;
}
/*網站導覽補充*/
.class-soon-box.map {
  margin: 5px 10px 25px;
}
.class-soon-box.map .head {
  font-size: 1.125rem;
  padding: 10px;
  letter-spacing: 0;
}
.class-soon-box.map .head > a {
  color: #FFF;
  font-weight: 600;
}
.class-soon-box.map .head > a:hover {
  text-decoration: underline !important;
}
.class-soon-box.map .head i {
  margin-right: 0.25rem;
  font-size: 90%;
}
.class-soon-box.map .body {
  font-size: 1rem;
  padding: 10px;
  font-weight: 600;
  line-height: 175%;
  min-height: 30px;
}
.class-soon-box.map .body a {
  color: #3B3B4D;
}
.class-soon-box.map .body a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: underline !important;
}
/*列印終生學習護照*/
#licenseModal .modal-body{
    background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../uploadfiles/students/print_license_header.jpg);
  padding:0!important;
  margin:0!important;
}
.license-print-out{
    background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../uploadfiles/students/print_license_footer.jpg);
  padding:0 5% 20px!important;
  margin:0!important;
}
.license-print-content{
  margin-top:500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45%;
  background-image: url(../uploadfiles/students/print_license_mark.png);
}
.license-print-content .title{
  width: fit-content;
  text-align: center;
  margin:30px auto;
  font-size: 125%;
  color:#000;
  letter-spacing: 3px;
  border: 1px solid #00000050;
  padding:10px 7.7%;
}
.license-print-content .line{
  width: 50%;
  margin:10px auto;
}
.license-print-content .stitle{
  font-size: 225%;
  line-height: 100%;
  color:#000000;
  text-align: center;
  margin:30px auto;
}
.license-print-content .date{
  font-size: 125%;
  line-height: 100%;
  color:#000000;
  text-align: center;
  margin:30px auto;
}
.license-print-content .date span{
  color:#d96445;
}
/***************************************************************************************************/
/*                                                                                                 */
/*                                          1600px RWD起始                                         */
/*                                                                                                 */
/***************************************************************************************************/
@media only screen and (max-width: 1600px) {
  .top-right-photo {
    position: absolute;
    width: 165px;
    top: 48%;
    right: -18px;
  }
}
@media only screen and (max-width: 1400px) {
  .top-right-photo {
    display: none;
  }
  /*上下頁silck*/
  .center_prev {
    left: -2.5%;
  }
  .center_next {
    right: -2.5%;
  }
  .intro-interest-block {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .intro-up-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .intro-up-block {
    width: 100%;
    background-color: #FFF;
    border-radius: 25px;
    padding: 20px;
    box-shadow: -4px 2px 12px 0 #00000040;
  }
  .teacher-summary-box .photo .photo-circle {
    padding-bottom: 94.5%;
  }
  /*計畫管理*/
  .mng-menu {
    width: 100%;
  }
  .mng-top-photo {
    width: 220px;
    right: 20%;
  }
/*完課證明列印*/
.print-course-box{
	top: 45%;
}
.print-course-title{
	width:80%;
	font-size: 160%;
	height: 100px;
}
.print-course-date{
	width:260px;
	font-size: 120%;
	line-height: 175%;
	height: 100px;
	padding:15px
}
.print-course-footer{
	width:70%;
	font-size: 100%;
	padding:10px;
}
.print-course-footer div{
	font-size: 90%;
	padding:5px 20px;
	margin:0 10px;
}
}
@media only screen and (max-width: 992px) {
  .intro-detail-area .corner-photo {
    display: none;
  }
  .intro-data-block div {
    padding-right: 1rem;
  }
  .intro-teacher-box .corner-photo {
    width: 100px;
    top: -30px;
    right: -12px;
  }
  /*講師介紹*/
  .teacher-summary-box {
    margin: 15px 20%
  }
  .teacher-summary-ibox {
    margin: 45% auto 0;
  }
  .intro-detail-box.teacher {
    position: relative;
    margin: 15px;
    padding: 15px 30px;
    color: #3B3B4D;
    line-height: 150%;
  }
  .teaching-other-box {
    margin: 3rem 15px 15px;
  }
  /*學員中心*/
  .student-title-banner {
    height: 125px;
  }
  .inside-subtitle.student:after {
    display: none;
  }
  /*學員中心-我的課程*/
  .btn-myclass-group {
    flex-direction: column;
  }
  .btn-myclass, .btn-myclass.active, .btn-myclass:hover {
    padding: 5px 15px;
    font-size: 1.125rem;
  }
  .student-class-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .student-class-menu button {
    flex: 1 1 40%;
  }
  .nice-box.student-finish, .nice-box.student-class {
    margin: 30px 0;
    flex-direction: column;
  }
  .nice-box.student-finish .photo, .nice-box.student-class .photo {
    padding-bottom: 56%;
  }
  /*計畫管理*/
  .mng-top-photo {
    display: none;
  }
.print-course-box{
	top: 50%;
}
.print-course-title{
	width:80%;
	font-size: 125%;
	height: 80px;
}
.print-course-date{
    width: 160px;
    font-size: 85%;
    line-height: 150%;
    height: 50px;
    padding: 5px;
}
.print-course-footer{
    width: 95%;
    font-size: 85%;
    padding: 0;
}
.print-course-footer div{
	padding:2px 10px;
	margin:0 10px;
}
}
@media only screen and (max-width: 768px) {
  .corner-photo {
    width: 100px;
    top: -30px;
    right: -12px;
  }
  /*課程列表*/
  .content-title-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sort-block {
    width: 100%;
  }
  .intro-title-block {
    display: flex;
    flex-direction: column;
    padding: 40px 0 15px;
    align-items: flex-start;
  }
  /*講師介紹*/
  .teacher-list-box {
    position: relative;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-color: transparent;
    transition: all .4s;
  }
  .teacher-summary-box {
    margin: 15px 8%;
  }
  .teacher-summary-box .photo {
    padding: 0 17.5% 10%;
  }
  .teacher-list-box .corner-cloud {
    display: none;
  }
  .teacher-list-box .photo .name {
    font-size: 1.75rem;
    line-height: 150%;
    padding: 7px 5px 2px;
    border-radius: 15px;
  }
  .teacher-list-box .content {
    font-size: 1rem;
    line-height: 150%;
  }
  /*講師詳細介紹*/
  .intro-up-area.teacher {
    background-size: 200%;
  }
  /*活動消息*/
  .content-area {
    padding: 0 0 50px;
  }
}
/*******************************************************************************************


行動版面開始


********************************************************************************************/
/* 桌面版面: 559px 最大*/
@media only screen and (max-width: 576px) {
  /*上方麵包屑*/
  .breadcrumb-top {
    font-size: 0.8rem;
    margin-left: 0;
  }
  /*課程列表*/
  .content-title-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .select-area {
    padding: 28px 25px;
  }
  .arrow-select-prev {
    left: -40px;
  }
  .arrow-select-next {
    right: -40px;
  }
  .content-title {
    display: flex;
    align-items: center;
    color: #3B3B4D;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-left: 0;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .content-title:before {
    width: 35px;
    height: 35px;
  }
  .sort-course-btn {
    font-size: 1rem;
    padding: 0;
  }
  /*課程詳細介紹*/
  .intro-up-area {
    padding-left: 5px;
    padding-right: 5px;
  }
  .intro-up-block {
    border-radius: 15px;
    padding: 10px;
  }
  .intro-box .title {
    font-size: 1.75rem;
  }
  .top-title {
    font-size: 2.25rem;
    letter-spacing: 2px;
  }
  .intro-data-block {
    font-size: 0.9rem;
    flex-direction: column;
  }
  .intro-box .detail {
    padding: 10px 5px;
  }
  .intro-detail-box, .intro-contact-box {
    border-radius: 15px;
    padding: 15px;
  }
  .intro-detail-box .title {
    font-size: 1.75rem;
    letter-spacing: 0;
  }
  .intro-detail-box .summary {
    font-size: 1rem;
    margin: 1rem 0;
    padding-left: 0.5rem;
    border-left: 3px solid #CF6347;
  }
  .intro-detail-box .summary span {
    display: block;
  }
  /*跳出課程確認視窗*/
  .modal-body .summary span {
    display: block;
  }
  .intro-teacher-box {
    border-radius: 15px;
    box-shadow: 1px 2px 8px 0 #00000020;
    border-top: 25px solid #AED1DB;
    border-left: 0;
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: 0 1rem;
  }
  .intro-teacher-box .corner-photo {
    width: 90px;
    top: auto;
    right: auto;
    bottom: -55px;
    left: -13px;
  }
  /*上下頁silck*/
  .center_prev {
    left: -15px;
  }
  .center_next {
    right: -15px;
  }
  .intro-interest-title img {
    display: none;
  }
  .inside-subtitle, .inside-subtitle, .intro-interest-title {
    font-size: 1.75rem;
    letter-spacing: 0;
  }
  /*講師介紹*/
  .intro-up-area.teacher {
    padding: 120px 0 90px;
  }
  .teacher-summary-box {
    margin: 0;
  }
  .teacher-summary-ibox .content {
    font-size: 1rem;
    line-height: 125%;
    min-height: auto;
  }
  .teacher-summary-box .photo .photo-circle {
    padding-bottom: 91.8%;
  }
  .intro-detail-box.teacher {
    padding: 15px;
  }
  .teaching-other-box {
    border-radius: 0;
  }
  .teaching-other-box .head {
    font-size: 1.75rem;
    letter-spacing: 2px;
    padding: 10px 25px 10px 5%;
  }
  .teacher-detail-block {
    padding: 0;
  }
  /*活動消息*/
  .content-area {
    padding: 0 0 50px;
  }
  .content-area.activity .monthly-box {
    margin: 0 15px 35px;
    padding-bottom: 25px;
  }
  /*學員中心*/
  .student-title-banner {
    height: 110px;
    border-radius: 0;
    box-shadow: 0 5px 10px 0 #00000020;
  }
  .intro-detail-box.student {
    padding: 15px;
    margin: 15px;
    box-shadow: 1px 1px 8px 0 #00000020;
  }
  .class-soon-box {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 2px 0 #00000030;
  }
  .nice-box.student-finish {
    margin: 30px 5px;
    box-shadow: none;
  }
  .nice-box.student-finish .detail {
    padding: 10px 0;
  }
  /*學員中心-個人檔案*/
  .student-class-menu {
    margin-top: 2.5rem;
  }
  .profile-data .item {
    flex: 0 0 70px;
  }
  .sm-flex-column {
    flex-direction: column;
    padding: 5px;
  }
  .sm-flex-column > div {
    padding: 2px;
  }
  .student-identity {
    flex-wrap: wrap;
  }
  .student-identity label {
    width: calc(100% / 3);
  }
  /*學員中心-我的課程*/
  .student-class-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .student-class-menu button {
    flex: 1 1 40%;
  }
  .tag-myClass {
    margin-left: -15px;
  }
  /**/
  .checkout-title {
    color: #3B3B4F;
    font-size: 1.5rem;
    margin: 10px auto;
    padding-left: 0;
  }
  .checkout-title:before {
    display: none;
  }
  .question-title p:before {
    display: none;
  }
  .question-items {
    display: flex;
    flex-wrap: wrap;
  }
  .question-items label {
    flex: 1 1 100%;
    text-align: left !important;
  }
  .btn.question-btn {
    padding: 5px;
    margin: 4px;
    border-radius: 8px;
  }
  .survey-subject {
    line-height: 150%;
    padding: 0 10px;
  }
  .survey-subject span {
    display: block;
  }
  .star-group {
    flex-wrap: wrap;
  }
  .star-5items {
    display: block;
    flex: 1 1 100%;
    padding-top: 15px;
    text-align: center;
  }
  /*學員中心-學習歷程*/
  .history-box.award .list .number {
    font-size: 0.9rem;
    letter-spacing: 0;
  }
  .history-box.process .data {
    padding-top: 1.5rem;
    font-size: 0.9rem;
    letter-spacing: 0;
  }
  .history-box.process .data > .detail {
    margin-top: 1rem;
    font-size: 0.8rem;
  }
  :root {
    /*定義圈圈大小*/
    --circle-border: 5px;
    --circle-size: 110px;
    --word-size: 1rem;
  }
  .chart-award, .chart-process {
    font-size: 1rem;
    letter-spacing: 0;
    width: 120px;
    height: 120px;
  }
  .chart-process {
    background-image: url(../images/student/bg_history-process-sample.svg);
    justify-content: start;
    padding-left: 12.5%;
    align-items: end;
    padding-bottom: 6%;
  }
  /*計劃管理*/
  .mng-menu {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mng-menu .nav-item {
    width: 20%;
    flex: 0 0 45%;
    border-left: 0;
    text-align: center;
    line-height: 150%;
    font-size: 1rem;
  }
  .mng-menu .nav-item.active a {
    color: #FFF !important;
    font-weight: 600;
    background-color: #339EB3;
  }
  .mng-menu .nav-item.active:after {
    display: none;
  }
  .mng-top-notice {
    line-height: 125%;
    font-size: 1rem;
  }
/*完課證明列印*/
.print-course-title{
	width:80%;
	font-size: 90%;
	height: 45px;
	line-height: 140%;
}
.print-course-date{
    width: 150px;
    font-size: 70%;
    line-height: 150%;
    height: 36px;
    padding: 0;
}
.print-course-footer{
    width: 95%;
    font-size: 80%;
    padding: 0;
}
.print-course-footer div{
	padding:2px 5px;
	margin:0 5px;
}
}