@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
/*-------------------------------------------*\
  _pagination.scss
\*-------------------------------------------*/
.sdgslife-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 2rem 0;
}
@media (min-width: 992px) {
  .sdgslife-pagination {
    margin: 2rem 0 0;
  }
}
.sdgslife-pagination .page-link {
  border-color: #979191;
  background: none;
  border-radius: 5px !important;
  color: #807979;
  width: 45px;
  height: 45px;
  margin: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", "Kosugi Maru", "Noto Sans TC", sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .sdgslife-pagination .page-link {
    margin: 5px;
    width: 55px;
    height: 55px;
  }
}
.sdgslife-pagination .page-link:hover {
  -webkit-box-shadow: inset 2px 2px 0px rgba(255, 135, 108, 0.95), inset -2px -2px 0px rgba(255, 135, 108, 0.95);
          box-shadow: inset 2px 2px 0px rgba(255, 135, 108, 0.95), inset -2px -2px 0px rgba(255, 135, 108, 0.95);
  color: #ff876c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sdgslife-pagination .active .page-link {
  color: #ff876c !important;
}
.sdgslife-pagination .paginator-PrevPage .page-link, .sdgslife-pagination .paginator-NextPage .page-link {
  border: 0;
  font-size: 0rem;
}
.sdgslife-pagination .paginator-PrevPage .page-link:focus, .sdgslife-pagination .paginator-NextPage .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 576px) {
  .sdgslife-pagination .paginator-PrevPage .page-link, .sdgslife-pagination .paginator-NextPage .page-link {
    background-size: 60% !important;
  }
}
.sdgslife-pagination .paginator-PrevPage .page-link {
  background: url(../../images/prev.svg) no-repeat center center;
}
.sdgslife-pagination .paginator-PrevPage.no-page {
  opacity: 0.5;
}
.sdgslife-pagination .paginator-NextPage .page-link {
  background: url(../../images/next.svg) no-repeat center center;
}
.sdgslife-pagination .paginator-LastPage {
  position: relative;
}
.sdgslife-pagination .paginator-LastPage:before {
  content: "...";
  position: absolute;
  top: 11px;
  left: 7px;
  color: #807979;
}
@media (min-width: 576px) {
  .sdgslife-pagination .paginator-LastPage:before {
    top: 20px;
    left: 5px;
  }
}
.sdgslife-pagination .paginator-LastPage .page-link {
  margin-left: 30px;
}

/*-------------------------------------------*\
  _about.scss
\*-------------------------------------------*/
.method-table1, .method-table2 {
  margin-left: -2.25em;
}
@media (min-width: 450px) {
  .method-table1, .method-table2 {
    margin-left: 0;
  }
}
.method-table1 td, .method-table1 th, .method-table2 td, .method-table2 th {
  font-size: 1rem;
}
.method-table1 td, .method-table2 td {
  text-align: center;
}
.method-table1 th, .method-table2 th {
  min-width: 6em;
}

.method-table1 caption {
  color: #ff876c;
}

.method-table2 caption {
  color: #64babb;
}

.method-issue {
  padding-top: 1rem;
}
.method-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .method-title {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .method-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.method-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 0;
  color: #382C26;
  font-family: "Lato", "Kosugi Maru", "Noto Sans TC", sans-serif;
  margin: 2rem 0;
}
.method-item:nth-child(2) {
  margin: 5rem 0 6rem;
}
.method-top p {
  color: #ff876c;
  font-size: 1.5rem;
}
.method-top span {
  display: block;
}
.method-center {
  padding: 1rem 0;
}
.method-center span {
  position: absolute;
  width: 100%;
  color: #382C26;
  font-size: 1.25rem;
  background: #ff876c;
  border-radius: 5rem;
}
.method-center span.mi-1 {
  bottom: -2rem;
  left: 0;
}
.method-center span.mi-1:before {
  position: absolute;
  left: calc(50% - 40px);
  bottom: -60px;
  content: "";
  width: 80px;
  height: 80px;
  background: url(../../images/mi.svg) no-repeat center center/cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.method-center span.mi-2 {
  top: -2rem;
  left: 0;
}
.method-center span.mi-2:before {
  position: absolute;
  left: calc(50% - 40px);
  top: -60px;
  content: "";
  width: 80px;
  height: 80px;
  background: url(../../images/mi.svg) no-repeat center center/cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.method-bottom p {
  padding: 0.75rem 0;
}

@media (min-width: 1200px) {
  .method-item {
    padding: 1rem;
    margin: 1rem 0;
  }
  .method-item:nth-child(2) {
    margin: 1rem 2.5rem;
  }
  .method-item:nth-child(2) .method-center {
    margin-bottom: 1.25rem;
  }
  .method-item:nth-child(3) .method-center {
    margin-bottom: 0.25rem;
  }
  .method-center span {
    width: 2rem;
    background: none;
    color: #ff876c;
  }
  .method-center span i {
    display: none;
  }
  .method-center span.mi-1 {
    bottom: unset;
    left: unset;
    right: -1rem;
    top: 3rem;
  }
  .method-center span.mi-1:before {
    top: 4rem;
    left: 0.5rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .method-center span.mi-2 {
    top: 3rem;
    left: -1rem;
  }
  .method-center span.mi-2:before {
    top: 4rem;
    left: -3.5rem;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.apply-btn {
  margin-top: 1rem;
}
.apply-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem;
  padding: 0.575rem 1.5rem;
  border-radius: 5rem;
  background: #ff876c;
  color: #382C26;
  font-family: "Lato", "Kosugi Maru", "Noto Sans TC", sans-serif;
  font-size: 1.125rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.apply-btn a i {
  margin-right: 0.5rem;
}
.apply-btn a:hover {
  background: #382C26;
  color: #ff876c;
  -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .apply-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .apply-btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0.5rem 0.25rem;
    width: calc(50% - 1rem);
  }
}
@media (min-width: 992px) {
  .apply-btn a {
    width: auto;
    font-weight: normal !important;
  }
}

.apply-points {
  position: relative;
  padding-left: 40px !important;
  list-style: none !important;
}
.apply-points > li {
  position: relative;
  padding: 1.25rem 2rem;
  margin: 1rem 0;
  background: #f8f8f8;
  border-radius: 35px;
}
.apply-points > li a {
  color: #3c3c3c;
}
.apply-points > li a:hover {
  color: #007bff;
}
.apply-points > li ul {
  padding-bottom: 0;
}
.apply-points > li:before {
  content: attr(data-title);
  position: absolute;
  z-index: 1;
  top: -3px;
  left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #979191;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}
.apply-points > li:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 40px;
  height: calc(100% - 0px);
  border-left: 3px solid #423a35;
  z-index: 0;
}
.apply-points > li:last-child:after {
  display: none;
}

@media (min-width: 768px) {
  .apply-points {
    padding-left: 50px !important;
  }
  .apply-points > li:before {
    left: -50px;
  }
  .apply-points > li:after {
    left: -20px;
  }
}
@media (min-width: 1200px) {
  .apply-points {
    padding-left: 50px !important;
  }
  .apply-points > li:before {
    left: -60px;
    width: 60px;
    height: 60px;
    font-size: 1.875em;
  }
  .apply-points > li:after {
    left: -26px;
  }
}
.apply-points > li:nth-child(1) {
  border-top: 3px solid #e84d75;
}
.apply-points > li:nth-child(1):before {
  color: #e84d75;
  border: 5px solid #e84d75;
}

.apply-points > li:nth-child(2) {
  border-top: 3px solid #64babb;
}
.apply-points > li:nth-child(2):before {
  color: #64babb;
  border: 5px solid #64babb;
}

.apply-points > li:nth-child(3) {
  border-top: 3px solid #a598b4;
}
.apply-points > li:nth-child(3):before {
  color: #a598b4;
  border: 5px solid #a598b4;
}

.apply-points > li:nth-child(4) {
  border-top: 3px solid #fcc96d;
}
.apply-points > li:nth-child(4):before {
  color: #fcc96d;
  border: 5px solid #fcc96d;
}

.apply-points > li:nth-child(5) {
  border-top: 3px solid #8dc19b;
}
.apply-points > li:nth-child(5):before {
  color: #8dc19b;
  border: 5px solid #8dc19b;
}

.apply-points > li:nth-child(6) {
  border-top: 3px solid #67b3cf;
}
.apply-points > li:nth-child(6):before {
  color: #67b3cf;
  border: 5px solid #67b3cf;
}

.apply-points > li:nth-child(7) {
  border-top: 3px solid #fc956d;
}
.apply-points > li:nth-child(7):before {
  color: #fc956d;
  border: 5px solid #fc956d;
}

.apply-points > li:nth-child(8) {
  border-top: 3px solid #e84d75;
}
.apply-points > li:nth-child(8):before {
  color: #e84d75;
  border: 5px solid #e84d75;
}

.ap-c1 {
  color: #e84d75;
}

.award-s2 {
  display: none;
}
@media (min-width: 768px) {
  .award-s1 {
    display: none;
  }
  .award-s2 {
    display: block;
  }
}

@media (min-width: 576px) {
  .method-table-s1 tr td:nth-child(2) {
    min-width: 9.5rem;
  }
}
@media (min-width: 768px) {
  .method-table-s1 tr td:nth-child(1) {
    min-width: 11.5rem;
  }
  .method-table-s1 tr td:nth-child(2) {
    min-width: 10rem;
  }
}

/*-------------------------------------------------------------------------------*/
/*    $最新消息                                                                   */
/*-------------------------------------------------------------------------------*/
.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 0.2rem;
}
.news-list {
  width: 100%;
}
.news-list-li:last-child a {
  margin-bottom: 1rem;
}
.news-list-item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 2rem 0;
  font-size: 1.1rem;
  background: url(../../../images/news_icon.svg) no-repeat right bottom 0.75rem;
}
.news-list-item:before {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ff876c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-list-item .date {
  margin: 0 0 1rem 0;
  padding: 0.5rem 1.25rem;
  background: #382C26;
  color: #ff876c;
  font-family: "Lato", "Kosugi Maru", "Noto Sans TC", sans-serif;
  -webkit-box-shadow: -5px 5px 0 #ff876c;
          box-shadow: -5px 5px 0 #ff876c;
  white-space: nowrap;
  letter-spacing: 2px;
}
.news-list-item .text {
  height: 52px;
  padding-right: 2rem;
  color: #382C26;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-item:hover:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-list-item:hover .text {
  color: #ff876c;
}
.news-list-li.active {
  position: relative;
}
.news-list-li.active:before {
  position: absolute;
  z-index: 2;
  left: -15px;
  top: -15px;
  content: "HOT";
  padding: 5px;
  background: rgba(255, 135, 108, 0.9);
  color: #fff;
  font-size: 10px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .news-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 1rem 0;
    background: url(../../../images/news_icon.svg) no-repeat right center;
  }
  .news-list-item:before {
    bottom: -5px;
  }
  .news-list-item .date {
    margin: 0 1.5rem 0 0;
    padding: 0.75rem 1.5rem;
  }
  .news-list-item .text {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.news-detail {
  width: 100%;
}
@media (min-width: 1400px) {
  .news-detail {
    margin-top: 1.2rem;
  }
}
.news-date {
  margin: 0 0 2rem 0;
  padding: 0.5rem 1.25rem;
  background: #382C26;
  color: #ff876c;
  font-family: "Lato", "Kosugi Maru", "Noto Sans TC", sans-serif;
  -webkit-box-shadow: -5px 5px 0 #ff876c;
          box-shadow: -5px 5px 0 #ff876c;
  white-space: nowrap;
  letter-spacing: 2px;
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .news-date {
    display: inline-block;
    font-weight: normal !important;
  }
}
.news-tit {
  margin-bottom: 1.5rem;
  color: #382C26;
  font-size: 1.25em;
  font-weight: bold;
}
@media (min-width: 576px) {
  .news-tit {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .news-tit {
    font-size: 1.875em;
  }
}

.back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0;
}
@media (min-width: 992px) {
  .back-btn {
    margin: 2rem 0 0;
  }
}
.back-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 175px;
  padding: 0.85rem 1rem;
  background: #ff876c;
  color: #382C26;
  border-radius: 5rem;
  font-family: "Lato", "Kosugi Maru", "Noto Sans TC", sans-serif;
  font-size: 1.1rem;
  font-weight: normal !important;
  letter-spacing: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.back-btn a i {
  margin-right: 0.5rem;
}
.back-btn a:hover {
  background: #382C26;
  color: #ff876c;
  -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*-------------------------------------------------------------------------------*/
/*    $Q & A                                                                   */
/*-------------------------------------------------------------------------------*/
.qa_wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.qa_item {
  position: relative;
  width: 100%;
  margin: 0 0 4rem;
  font-family: "Noto Sans TC", sans-serif;
}
.qa_item_q, .qa_item_a {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 2.5rem 0.5rem;
  padding: 1rem 1rem 1rem 2rem;
  background: #fff;
  border-radius: 0.5rem;
  line-height: 1.5;
  text-align: justify;
  font-size: 1.1rem;
}
.qa_item_q:before, .qa_item_a:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
}
.qa_item_q {
  color: #554c47;
}
.qa_item_q:before {
  background: url(../../images/qa_icon1.svg) no-repeat center top/contain;
}
.qa_item_q:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -8px;
  border-radius: inherit;
  border-left: 5px solid #fcc96d;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
.qa_item_a:before {
  background: url(../../images/qa_icon2.svg) no-repeat center top/contain;
}
.qa_item_a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: -8px;
  border-radius: inherit;
  border-left: 5px solid #e84d75;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .qa_item {
    margin: 0 0 5rem;
  }
  .qa_item_q, .qa_item_a {
    padding: 1rem 1rem 1rem 3rem;
    margin: 2.5rem 1.5rem;
  }
  .qa_item_q:before, .qa_item_a:before {
    left: -48px;
    width: 80px;
    height: 80px;
  }
  .qa_item_q:after, .qa_item_a:after {
    margin: -10px;
  }
}
@media (min-width: 1200px) {
  .qa_wrap {
    padding-bottom: 4rem;
  }
  .qa_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2rem;
  }
  .qa_item_q, .qa_item_a {
    margin: 2.5rem 1.5rem;
    padding: 1rem 2rem 1rem 4rem;
  }
  .qa_item_q:before, .qa_item_a:before {
    left: -65px;
    width: 120px;
    height: 120px;
  }
  .qa_item_q:after, .qa_item_a:after {
    margin: -15px;
  }
}
/*-------------------------------------------*\
  _result.scss

  1.永續教師3組標題 + 特色學校 1 組標題 + 永續行動教案 2 組
  2.永續教師3顏色列表
  3.永續教師內容頁
  4.永續教案列表、內容
  5.參賽者資料
\*-------------------------------------------*/
.tch-title, .sch-title, .case-title, .med-title {
  position: relative;
  margin-bottom: 1em;
  padding: 2rem 0 2rem 35%;
  background: #3c3c3c;
  color: #fff;
  border-radius: 12px;
  font-family: "Lato", "Kosugi Maru", "Noto Sans TC", sans-serif;
  font-size: 1.05rem;
  font-weight: normal;
  overflow: hidden;
}
@media (min-width: 576px) {
  .tch-title, .sch-title, .case-title, .med-title {
    font-size: 1.5rem;
  }
}
.tch-title:before, .sch-title:before, .case-title:before, .med-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
}
.tch-title:after, .sch-title:after, .case-title:after, .med-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tch-title span, .sch-title span, .case-title span, .med-title span {
  position: relative;
  z-index: 9;
  white-space: nowrap;
}
@media (min-width: 400px) {
  .tch-title span, .sch-title span, .case-title span, .med-title span {
    padding-left: 1rem;
  }
}
.tch-01, .sch-01, .case-01, .med-01 {
  background: #ff876c;
  color: #ff876c;
  -webkit-box-shadow: 4px 4px 0 rgba(255, 135, 108, 0.85);
          box-shadow: 4px 4px 0 rgba(255, 135, 108, 0.85);
}
.tch-01:before, .sch-01:before, .case-01:before, .med-01:before {
  background: url(../../images/tch-title01.jpg) no-repeat center center/cover;
}
.tch-01:after, .sch-01:after, .case-01:after, .med-01:after {
  background: linear-gradient(135deg, rgba(255, 135, 108, 0) 35%, #382C26 35%);
}
@media (min-width: 576px) {
  .tch-01:after, .sch-01:after, .case-01:after, .med-01:after {
    background: linear-gradient(135deg, rgba(255, 135, 108, 0) 30%, #382C26 30%);
  }
}
.tch-02, .sch-02, .case-02, .med-02 {
  background: #4ac2ee;
  color: #4ac2ee;
  -webkit-box-shadow: 4px 4px 0 rgba(74, 194, 238, 0.85);
          box-shadow: 4px 4px 0 rgba(74, 194, 238, 0.85);
}
.tch-02:before, .sch-02:before, .case-02:before, .med-02:before {
  background: url(../../images/tch-title02.jpg) no-repeat center center/cover;
}
.tch-02:after, .sch-02:after, .case-02:after, .med-02:after {
  background: linear-gradient(135deg, rgba(74, 194, 238, 0) 35%, #382C26 35%);
}
@media (min-width: 576px) {
  .tch-02:after, .sch-02:after, .case-02:after, .med-02:after {
    background: linear-gradient(135deg, rgba(74, 194, 238, 0) 30%, #382C26 30%);
  }
}
.tch-03, .sch-03, .case-03, .med-03 {
  background: #7846a6;
  color: #c08ae4;
  -webkit-box-shadow: 4px 4px 0 rgba(192, 138, 228, 0.85);
          box-shadow: 4px 4px 0 rgba(192, 138, 228, 0.85);
}
.tch-03:before, .sch-03:before, .case-03:before, .med-03:before {
  background: url(../../images/tch-title03.jpg) no-repeat center center/cover;
}
.tch-03:after, .sch-03:after, .case-03:after, .med-03:after {
  background: linear-gradient(135deg, rgba(192, 138, 228, 0) 35%, #382C26 35%);
}
@media (min-width: 576px) {
  .tch-03:after, .sch-03:after, .case-03:after, .med-03:after {
    background: linear-gradient(135deg, rgba(192, 138, 228, 0) 30%, #382C26 30%);
  }
}
.tch-04, .sch-04, .case-04, .med-04 {
  background: #734a7b;
  color: #c08ae4;
  -webkit-box-shadow: 4px 4px 0 rgba(192, 138, 228, 0.85);
          box-shadow: 4px 4px 0 rgba(192, 138, 228, 0.85);
}
.tch-04:before, .sch-04:before, .case-04:before, .med-04:before {
  background: url(../../images/sc1.png) no-repeat center center/contain;
}
.tch-04:after, .sch-04:after, .case-04:after, .med-04:after {
  background: linear-gradient(135deg, rgba(192, 138, 228, 0) 35%, #382C26 35%);
}
@media (min-width: 576px) {
  .tch-04:after, .sch-04:after, .case-04:after, .med-04:after {
    background: linear-gradient(135deg, rgba(192, 138, 228, 0) 30%, #382C26 30%);
  }
}
.tch-05, .sch-05, .case-05, .med-05 {
  background: #473652;
  color: #c08ae4;
  -webkit-box-shadow: 4px 4px 0 rgba(192, 138, 228, 0.85);
          box-shadow: 4px 4px 0 rgba(192, 138, 228, 0.85);
}
.tch-05:before, .sch-05:before, .case-05:before, .med-05:before {
  background: url(../../images/sc2.png) no-repeat center center/contain;
}
.tch-05:after, .sch-05:after, .case-05:after, .med-05:after {
  background: linear-gradient(135deg, rgba(192, 138, 228, 0) 35%, #382C26 35%);
}
@media (min-width: 576px) {
  .tch-05:after, .sch-05:after, .case-05:after, .med-05:after {
    background: linear-gradient(135deg, rgba(192, 138, 228, 0) 30%, #382C26 30%);
  }
}
.tch-06, .sch-06, .case-06, .med-06 {
  background: #5d4865;
  color: #c08ae4;
  -webkit-box-shadow: 4px 4px 0 rgba(192, 138, 228, 0.85);
          box-shadow: 4px 4px 0 rgba(192, 138, 228, 0.85);
}
.tch-06:before, .sch-06:before, .case-06:before, .med-06:before {
  background: url(../../images/sc3.png) no-repeat center center/contain;
}
.tch-06:after, .sch-06:after, .case-06:after, .med-06:after {
  background: linear-gradient(135deg, rgba(192, 138, 228, 0) 35%, #382C26 35%);
}
@media (min-width: 576px) {
  .tch-06:after, .sch-06:after, .case-06:after, .med-06:after {
    background: linear-gradient(135deg, rgba(192, 138, 228, 0) 30%, #382C26 30%);
  }
}
.tch-07, .sch-07, .case-07, .med-07 {
  background: #3f4751;
  color: #64dadb;
  -webkit-box-shadow: 4px 4px 0 rgba(100, 218, 219, 0.85);
          box-shadow: 4px 4px 0 rgba(100, 218, 219, 0.85);
}
.tch-07:before, .sch-07:before, .case-07:before, .med-07:before {
  background: url(../../images/case-title01.png) no-repeat center center/cover;
}
.tch-07:after, .sch-07:after, .case-07:after, .med-07:after {
  background: linear-gradient(135deg, rgba(100, 218, 219, 0) 35%, #2a2d32 35%);
}
@media (min-width: 576px) {
  .tch-07:after, .sch-07:after, .case-07:after, .med-07:after {
    background: linear-gradient(135deg, rgba(100, 218, 219, 0) 30%, #2a2d32 30%);
  }
}
.tch-08, .sch-08, .case-08, .med-08 {
  padding-left: 45%;
  background: #ff876c;
  color: #ff876c;
  -webkit-box-shadow: 4px 4px 0 rgba(255, 135, 108, 0.85);
          box-shadow: 4px 4px 0 rgba(255, 135, 108, 0.85);
  font-size: 1.5rem;
}
.tch-08:before, .sch-08:before, .case-08:before, .med-08:before {
  background: url(../../images/media-title.jpg) no-repeat center center/cover;
}
.tch-08:after, .sch-08:after, .case-08:after, .med-08:after {
  background: linear-gradient(135deg, rgba(255, 135, 108, 0) 35%, #382C26 35%);
}
@media (min-width: 576px) {
  .tch-08:after, .sch-08:after, .case-08:after, .med-08:after {
    background: linear-gradient(135deg, rgba(255, 135, 108, 0) 30%, #382C26 30%);
  }
}

@media (min-width: 576px) {
  .tch-title, .sch-title, .case-title {
    padding: 1.75rem 0 1.75rem 30%;
    font-size: 1.5rem;
  }
  .tch-title:before, .sch-title:before, .case-title:before {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .tch-title, .case-title, .med-title {
    font-size: 1.75rem;
  }
  .tch-title:before, .case-title:before, .med-title:before {
    background-size: 125%;
  }
}
.tch-list, .sch-list {
  margin-bottom: 3rem;
}
.tch-list a, .sch-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  background: #382C26;
  border-radius: 10px;
  color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 0 #e5e5e5;
          box-shadow: 3px 3px 0 #e5e5e5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tch-list a:after, .sch-list a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  background: url(../../images/tch-list-icon01.svg) no-repeat center right/contain, linear-gradient(135deg, rgba(255, 135, 108, 0) 70%, var(--pri-tch) 70%);
}
.tch-list a:hover, .sch-list a:hover {
  -webkit-box-shadow: 5px 5px 10px #ADA6A6;
          box-shadow: 5px 5px 10px #ADA6A6;
  color: var(--pri-tch);
  outline: 4px solid var(--pri-tch);
}
.tch-list a:hover img, .sch-list a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.tch-list .pic, .sch-list .pic {
  margin-right: 0.75rem;
}
@media (min-width: 1600px) {
  .tch-list .pic, .sch-list .pic {
    margin-right: 1rem;
  }
}
.tch-list .pic figure, .sch-list .pic figure {
  position: relative;
  width: 55px;
  border-radius: 50%;
  overflow: hidden;
}
.tch-list .pic figure:before, .sch-list .pic figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.tch-list .pic figure img, .sch-list .pic figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tch-list .text, .sch-list .text {
  position: relative;
  z-index: 9;
  font-family: "Lato", "Kosugi Maru", "Noto Sans TC", sans-serif;
  font-weight: normal;
}
.tch-list .text h4, .sch-list .text h4 {
  max-width: 8em;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 1400px) {
  .tch-list .text h4, .sch-list .text h4 {
    font-size: 1.25rem;
  }
}
.tch-list .text p, .sch-list .text p {
  max-width: 9em;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tch-ul, .sch-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tch-li, .sch-li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin: 0.5rem 0;
}

@media (min-width: 400px) {
  .tch-list .pic figure, .sch-list .pic figure {
    width: 70px;
  }
}
@media (min-width: 1200px) {
  .tch-list .pic figure, .sch-list .pic figure {
    width: 80px;
  }
  .tch-list .text p, .sch-list .text p {
    font-size: 1.2rem;
  }
  .tch-ul, .sch-ul {
    margin: -0.5rem;
  }
  .tch-li, .sch-li {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
}
.tch-detail, .sch-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}
.tch-detail .pic, .sch-detail .pic {
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}
.tch-detail .pic figure, .sch-detail .pic figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.tch-detail .pic figure:before, .sch-detail .pic figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.tch-detail .pic figure img, .sch-detail .pic figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tch-detail .text p, .sch-detail .text p {
  margin: 0.5rem 0;
}
.tch-detail .text .name, .sch-detail .text .name {
  margin-bottom: 1.5rem;
  font-size: 1.5em;
}
.tch-detail .text .desc, .sch-detail .text .desc {
  text-align: justify;
}
.tch-detail .text strong, .tch-detail .text small, .sch-detail .text strong, .sch-detail .text small {
  font-weight: bold;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
}
.tch-detail .text strong, .sch-detail .text strong {
  margin-right: 1rem;
}
.tch-detail .text small, .sch-detail .text small {
  color: #807979;
}
.tch-detail .heiglight, .sch-detail .heiglight {
  position: relative;
  z-index: 1;
}
.tch-detail .heiglight:before, .sch-detail .heiglight:before {
  position: absolute;
  bottom: -0.15rem;
  left: 0.5rem;
  content: "";
  width: calc(100% - 1rem);
  height: 0.75rem;
  background: #ffff00;
  z-index: -1;
}
.tch-view, .sch-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1rem;
  color: #423a35;
}
.tch-view i, .sch-view i {
  margin-right: 0.5rem;
}

@media (min-width: 992px) {
  .tch-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tch-detail .pic {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
    margin: 0 2rem 0 0;
  }
  .tch-detail .text {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
.m-ui-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #423a35;
}
.m-ui-bar a {
  position: relative;
  color: #423a35;
  font-family: "Lato", "Kosugi Maru", "Noto Sans TC", sans-serif;
  font-size: 1.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.m-ui-bar a:hover {
  color: #ff876c;
}

.case-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case-li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin: 0.5rem 0;
}
.case-li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 8px;
  background: #3f4751;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 0 rgba(100, 218, 219, 0.85);
          box-shadow: 4px 4px 0 rgba(100, 218, 219, 0.85);
  font-size: 0.95rem;
}
.case-li a .top, .case-li a .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  min-height: 55px;
  color: #fff;
}
.case-li a .top span, .case-li a .bottom span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.5em;
}
.case-li a .top {
  background: #2a2d32;
}
.case-li a .top span b:not(:first-child)::before {
  content: "、";
}
.case-li a:hover {
  outline: 4px solid #64dadb;
}
.case-li a:hover .top, .case-li a:hover .bottom {
  color: #64dadb;
}
.case-li a:hover i {
  color: #2a2d32;
  border-color: #64dadb;
  background: #64dadb;
}
.case-li i {
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.75rem - 4px);
  color: #64dadb;
  border: 4px solid #307475;
  border-radius: 50%;
  font-size: 1.5rem;
  background: #307475;
}
.case-li mark {
  white-space: nowrap;
  margin-right: 0.5rem;
  padding: 0.25rem 1.25rem;
  background: linear-gradient(-135deg, #eebe3c 10%, #fff997 40%, #eebe3c 53%, #fff997 72%, #b99020 90%);
  -webkit-box-shadow: inset 1px 1px #fffdc0, inset -1px -1px #fffdc0;
          box-shadow: inset 1px 1px #fffdc0, inset -1px -1px #fffdc0;
  border-radius: 50px;
  color: #614a0b;
}
.case-li mark.gold {
  background: linear-gradient(-135deg, #eebe3c 10%, #fff997 40%, #eebe3c 53%, #fff997 72%, #b99020 90%);
}
.case-li mark.silver {
  background: linear-gradient(-135deg, #bfbfbf 10%, #ffffff 40%, #cfcfcf 53%, #ebebeb 72%, #b0b0b0 90%);
}
.case-li mark.bronze {
  background: linear-gradient(-135deg, #d49551 10%, #ffd997 40%, #e1aa74 53%, #ffd997 72%, #b68b5d 90%);
}

@media (min-width: 576px) {
  .case-li a {
    font-size: 1rem;
  }
  .case-li a .top, .case-li a .bottom {
    padding: 0.75rem 5rem 0.75rem 1rem;
  }
  .case-li i {
    right: 1.5rem;
    top: calc(50% - 1rem - 5px);
    border: 5px solid #307475;
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .case-ul {
    margin: -0.5rem;
  }
  .case-li {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
  .case-li i {
    right: 1.725rem;
  }
}
.case-header span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #048497;
}
@media (min-width: 768px) {
  .case-header span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.case-header ul {
  padding: 1rem !important;
}
.case-header li {
  position: relative;
  margin: 0.25rem 0;
  padding-left: 1.5rem;
  font-size: 0.95rem;
  list-style: none !important;
}
.case-header li span i:not(:last-child):after {
  content: "、";
}
@media (min-width: 576px) {
  .case-header li {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .case-header li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    white-space: nowrap;
  }
  .case-header li span {
    white-space: initial;
  }
  .case-header li:first-child, .case-header li:nth-child(2) {
    width: auto;
  }
  .case-header li:first-child {
    min-width: calc(50% - 1rem);
    margin-right: 2rem;
  }
}
.case-header li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  background: #2a2d32;
}
.case-imglist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px;
  padding: 1rem !important;
}
.case-imglist li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(25% - 4px);
  margin: 2px;
}
@media (min-width: 576px) {
  .case-imglist li {
    width: inherit;
  }
  .case-imglist li img {
    max-width: 80px;
  }
}

.case-det-ul {
  counter-reset: num;
}
.case-det-li {
  position: relative;
}
.case-det-li:not(:last-child) {
  margin: 0 0 2rem 0;
}
.case-det-li:before, .case-det-li:after {
  position: absolute;
  left: 1rem;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
}
@media (min-width: 1200px) {
  .case-det-li:before, .case-det-li:after {
    left: 2rem;
    width: 50px;
    height: 50px;
  }
}
.case-det-li:before {
  counter-increment: num;
  content: "0" counter(num);
  z-index: 2;
  color: #fff;
  font-family: "Lato", "Kosugi Maru", "Noto Sans TC", sans-serif;
  font-size: 1.5rem;
}
.case-det-li:after {
  content: "";
  z-index: 1;
  background: #64dadb;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.case-subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
  color: #423a35;
  font-family: "Lato", "Kosugi Maru", "Noto Sans TC", sans-serif;
  font-size: 1.05rem;
  text-align: center;
}
@media (min-width: 576px) {
  .case-subject {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .case-subject {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .case-subject {
    font-size: 2.25rem;
  }
}
.case-subtit {
  position: relative;
  padding: 1rem 0.5rem 0.75rem 75px;
  background: #2a2d32;
  color: #fff;
  font-family: "Lato", "Kosugi Maru", "Noto Sans TC", sans-serif;
  font-weight: normal;
  color: #64dadb;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.case-subtit mark {
  position: absolute;
  top: 0.75rem;
  right: 0.5rem;
  white-space: nowrap;
  margin-right: 0.5rem;
  padding: 0.25rem 1.25rem;
  background: linear-gradient(-135deg, #eebe3c 10%, #fff997 40%, #eebe3c 53%, #fff997 72%, #b99020 90%);
  -webkit-box-shadow: inset 1px 1px #fffdc0, inset -1px -1px #fffdc0;
          box-shadow: inset 1px 1px #fffdc0, inset -1px -1px #fffdc0;
  border-radius: 50px;
  color: #614a0b;
  font-size: 1rem;
}
.case-subtit mark.gold {
  background: linear-gradient(-135deg, #eebe3c 10%, #fff997 40%, #eebe3c 53%, #fff997 72%, #b99020 90%);
}
.case-subtit mark.silver {
  background: linear-gradient(-135deg, #bfbfbf 10%, #ffffff 40%, #cfcfcf 53%, #ebebeb 72%, #b0b0b0 90%);
}
.case-subtit mark.bronze {
  background: linear-gradient(-135deg, #d49551 10%, #ffd997 40%, #e1aa74 53%, #ffd997 72%, #b68b5d 90%);
}
@media (min-width: 1200px) {
  .case-subtit {
    padding: 1rem 0.5rem 0.75rem 100px;
    font-size: 1.5rem;
  }
  .case-subtit mark {
    top: 1rem;
    right: 1rem;
  }
}
.case-content {
  padding: 0.75rem;
  background: #64dadb;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (min-width: 576px) {
  .case-content {
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .case-content {
    padding: 1.5rem;
  }
}
.case-inner {
  padding: 0.5rem;
  background: #fff;
  font-size: 0.95rem;
  color: #423a35;
}
@media (min-width: 576px) {
  .case-inner {
    font-size: 1rem;
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .case-inner {
    padding: 1.5rem;
  }
}
.case-inner.md-text {
  margin: 0;
}

.core-table th, .core-table td {
  height: 200px !important;
}

.core-box {
  position: relative;
}
.core-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.core-th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.core-th span {
  position: absolute;
  width: 33.33%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.core-th span:nth-child(1) {
  left: 66.66%;
  top: 10px;
}
.core-th span:nth-child(2) {
  left: 33.33%;
}
.core-th span:nth-child(3) {
  left: 0%;
  bottom: 10px;
}

.case-join {
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 3rem;
  background: linear-gradient(-180deg, #048497 55px, #2a2d32 55px);
}
.case-join ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case-join li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  color: #fff;
  text-align: center;
  padding: 0 1rem 1rem 1rem;
}
.case-join li span {
  color: #64dadb;
}
.case-join .pic {
  margin-bottom: 1rem;
  overflow: hidden;
  min-width: 150px;
}
.case-join .pic figure {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.case-join .pic figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.case-join .pic figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-join .text {
  font-size: 0.95rem;
}
.case-service {
  margin-bottom: 2.5rem;
  color: #fff;
}

@media (min-width: 1200px) {
  .case-join {
    padding: 2rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #2a2d32), color-stop(50%, #048497));
    background: linear-gradient(0deg, #2a2d32 50%, #048497 50%);
  }
  .case-join ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .case-join li {
    width: 100%;
    padding-bottom: 1rem;
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .case-join li .pic {
    width: 100%;
    max-width: 220px;
    min-width: auto;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .case-join li .text {
    text-align: center;
  }
}
.case-desc {
  margin-bottom: 3rem;
}
.case-desc .title {
  margin-bottom: 1rem;
  color: #423a35;
  font-family: "Lato", "Kosugi Maru", "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
}
.case-desc .title span {
  position: relative;
  z-index: 1;
}
.case-desc .title span:before {
  position: absolute;
  bottom: -0.15rem;
  left: 0.5rem;
  content: "";
  width: 100%;
  height: 0.75rem;
  background: #ffff00;
  z-index: -1;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 4px 1rem 0;
  color: #fff;
  border-radius: 50px;
  font-size: 0.85rem;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 400px) {
  .social a {
    margin: 0 8px 1rem 0;
  }
}
.social a:hover {
  outline: 4px solid #e5e5e5;
}
.social-like1 {
  padding: 0.25rem 1rem 0.25rem 2rem !important;
  background: url(../../images/s-lk.svg) no-repeat center left 5px/contain #ff876c;
}
.social-like2 {
  padding: 0.25rem 1rem 0.25rem 2rem !important;
  background: url(../../images/s-lk.svg) no-repeat center left 5px/contain #4ac2ee;
}
.social-like3 {
  padding: 0.25rem 1rem 0.25rem 2rem !important;
  background: url(../../images/s-lk.svg) no-repeat center left 5px/contain #c08ae4;
}
.social-like4 {
  padding: 0.25rem 1rem 0.25rem 2rem !important;
  background: url(../../images/s-lk.svg) no-repeat center left 5px/contain #1cb1c0;
}
.social-like5 {
  padding: 0.25rem 1rem 0.25rem 2rem !important;
  background: url(../../images/s-lk.svg) no-repeat center left 5px/contain #7846a6;
}
.social-line {
  padding: 0.25rem 1.75rem 0.25rem 0.75rem !important;
  background: url(../../images/s-le.svg) no-repeat center right 3px/contain #00b900;
}
.social-fb {
  padding: 0.25rem 1.75rem 0.25rem 0.75rem !important;
  background: url(../../images/s-fb.svg) no-repeat center right 3px/contain #324e90;
}

/*-------------------------------------------*\
  _download.scss
\*-------------------------------------------*/
.file-download, .file-list {
  margin: 0 -0.5rem;
}
@media (min-width: 576px) {
  .file-download, .file-list {
    font-size: 1.1rem;
  }
}
.file-download a, .file-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem;
  padding: 1.5rem 6rem 1.5rem 1.5rem;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 2px;
  background: #423a35;
}
.file-download a:after, .file-list a:after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 4rem;
  width: 20px;
  height: 20px;
  background: url(../../images/download-icon.svg) no-repeat center bottom;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.file-download a:hover, .file-list a:hover {
  color: #423a35;
  background: #ff876c;
  -webkit-box-shadow: 0 5px 5px rgba(60, 60, 60, 0.25);
          box-shadow: 0 5px 5px rgba(60, 60, 60, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.file-download a:hover:after, .file-list a:hover:after {
  background-position: center top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.file-download a.caseuse, .file-list a.caseuse {
  background: #2a2d32;
}
.file-download a.caseuse:hover, .file-list a.caseuse:hover {
  background: #64dadb;
}

.file-list a {
  padding: 1.5rem;
  color: #423a35;
  background: #ff876c;
}
.file-list a:after {
  display: none;
}
.file-list a:hover {
  color: #fff;
}

.downloadlink {
  position: relative;
}

.copylink {
  position: absolute;
  right: 1rem;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: url(../../images/code-solid.svg) no-repeat center bottom;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.copylink:hover {
  background: url(../../images/code-solid.svg) no-repeat center top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.go-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.go-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 2rem;
  color: #fff;
  background: #423a35;
  border-radius: 50%;
  border: 4px solid #423a35;
}
.go-back a:hover {
  color: #423a35;
  background: #ff876c;
}

/*-------------------------------------------*\
  _gallery.scss
\*-------------------------------------------*/
.gallery-wrap {
  margin-top: 1rem;
}
.gallery-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0 2.5rem;
  color: #382C26;
  font-family: "Lato", "Kosugi Maru", "Noto Sans TC", sans-serif;
}
@media (min-width: 992px) {
  .gallery-title {
    margin: 1rem 0 2.5rem;
  }
}
.gallery-content {
  width: 100%;
}
.gallery-content::after {
  display: block;
  clear: both;
  content: "";
}
.gallery-content .item {
  position: relative;
  float: left;
  width: calc(100% - 0.5rem);
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .gallery-content .item {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 992px) {
  .gallery-content .item {
    width: calc(33.3333333333% - 0.5rem);
  }
}
.gallery-content .item .galleary-inner {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 0 1rem;
  color: #382C26;
}
.gallery-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  width: 0%;
  height: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ga-date, .ga-title {
  position: relative;
  line-height: 1.5;
}
.ga-num {
  display: inline-block;
  font-weight: bold;
  margin-right: 0.25rem;
  -webkit-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}
.ga-mon {
  display: inline-block;
  font-weight: bold;
  -webkit-transition: all 1s ease 0.4s;
  transition: all 1s ease 0.4s;
}
.ga-text {
  display: block;
  padding: 0 0.5rem;
  overflow: hidden;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.item:hover, .item:focus {
  -webkit-transition: all 1.5s ease 0.4s;
  transition: all 1.5s ease 0.4s;
}
.item:hover .gallery-inner, .item:focus .gallery-inner {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.item:hover .gallery-inner:before, .item:focus .gallery-inner:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1850px) {
  .item:hover .gallery-inner:before, .item:focus .gallery-inner:before {
    width: 60%;
  }
}
.item:hover .ga-num, .item:focus .ga-num {
  -webkit-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}
.item:hover .ga-mon, .item:focus .ga-mon {
  -webkit-transition: all 1s ease 0.4s;
  transition: all 1s ease 0.4s;
}
.item:hover .ga-text, .item:focus .ga-text {
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

.video-icon .md-img {
  position: relative;
}
.video-icon .md-img:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background: url(../../images/video_play.svg) no-repeat center center/contain;
  -webkit-filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.75));
}

/*-------------------------------------------*\
  _contact.scss
\*-------------------------------------------*/
.contact-inner {
  margin-top: 2rem;
}
.contact-inner ol {
  list-style: none;
  padding: 0;
}
.contact-inner ol li {
  padding-left: 5.75rem;
  text-indent: -5.75rem;
}
@media (min-width: 992px) {
  .contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-inner .md-img {
    margin-right: 2rem;
  }
}

/*-------------------------------------------*\
  _award.scss
\*-------------------------------------------*/
.aw1-table {
  -webkit-box-shadow: 10px 10px 0 #ff876c;
          box-shadow: 10px 10px 0 #ff876c;
}
@media (min-width: 576px) {
  .aw1-table {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .aw1-table {
    max-width: 620px;
  }
}
.aw1-table .center {
  text-align: center;
}
.aw1-table th {
  background: #322d2a;
  color: #ff876c;
}
.aw1-table th, .aw1-table td {
  border: 1px solid #76716f;
}
@media (min-width: 576px) {
  .aw1-table th, .aw1-table td {
    padding: 10px;
  }
}
.aw1-table td {
  color: #fff;
  min-width: 5rem;
}
.aw1-table tr:nth-child(even) td:nth-child(1) {
  background: #51463f;
}
.aw1-table tr:nth-child(even) td:nth-child(2) {
  background: #61544b;
}
.aw1-table tr:nth-child(odd) td:nth-child(1) {
  background: #423a35;
}
.aw1-table tr:nth-child(odd) td:nth-child(2) {
  background: #51463f;
}
.aw1-c1, .aw1-c2, .aw1-c3, .aw1-c4 {
  position: relative;
}
.aw1-c1:before, .aw1-c2:before, .aw1-c3:before, .aw1-c4:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -80px;
  width: 98px;
  height: 132px;
}
.aw1-h4 {
  font-size: 1.25rem;
  padding-left: 3rem;
}

.aw1-c1:before {
  background: url(../../../images/aw1-c1.svg) no-repeat center center;
}

.aw1-c2 {
  color: #007bff;
}
.aw1-c2:before {
  background: url(../../../images/aw1-c2.svg) no-repeat center center;
}

.aw1-c3 {
  color: #d61217;
}
.aw1-c3:before {
  background: url(../../../images/aw1-c3.svg) no-repeat center center;
}

.aw1-c4 {
  color: #d61217;
}
.aw1-c4:before {
  background: url(../../../images/aw1-hot.svg) no-repeat center center;
}

.hot-teacher {
  position: relative;
}
.hot-teacher:after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 93%;
  background: #ff876c;
}
@media (min-width: 992px) {
  .hot-teacher:after {
    height: 85%;
  }
}
.hot-teacher-h4 {
  font-size: 1.25rem;
}
.hot-teacher-h4 span {
  color: #d61217;
}
.hot-teacher .desktop {
  display: none;
}
@media (min-width: 992px) {
  .hot-teacher .desktop {
    position: relative;
    z-index: 1;
    display: block;
  }
}
.hot-teacher .mobile {
  position: relative;
  z-index: 1;
  display: block;
}
@media (min-width: 992px) {
  .hot-teacher .mobile {
    display: none;
  }
}

.aw2-title span {
  color: #64dadb;
  background: url(../../images/main-subtitle-bg2.svg) no-repeat top left/contain;
}

.aw3-title span {
  color: #c58ecf;
  background: url(../../images/main-subtitle-bg3.svg) no-repeat top left/contain;
}

.aw2-h4, .aw3-h4 {
  font-size: 1.25rem;
}
.aw2-table, .aw3-table {
  -webkit-box-shadow: 10px 10px 0 #64dadb;
          box-shadow: 10px 10px 0 #64dadb;
}
@media (min-width: 576px) {
  .aw2-table, .aw3-table {
    font-size: 1.1rem;
  }
}
.aw2-table .center, .aw3-table .center {
  text-align: center;
}
.aw2-table th, .aw3-table th {
  background: #2a2d32;
  color: #64dadb;
}
.aw2-table th, .aw2-table td, .aw3-table th, .aw3-table td {
  border: 1px solid #717d8d;
}
@media (min-width: 576px) {
  .aw2-table th, .aw2-table td, .aw3-table th, .aw3-table td {
    padding: 10px;
  }
}
.aw2-table td, .aw3-table td {
  color: #fff;
  max-width: 12rem;
}
.aw2-table td:first-child, .aw2-table td:nth-child(2), .aw3-table td:first-child, .aw3-table td:nth-child(2) {
  min-width: 5rem;
}
.aw2-table tr:nth-child(even) td:nth-child(1), .aw3-table tr:nth-child(even) td:nth-child(1) {
  background: #3f4751;
}
.aw2-table tr:nth-child(even) td:nth-child(2), .aw3-table tr:nth-child(even) td:nth-child(2) {
  background: #535c67;
}
.aw2-table tr:nth-child(even) td:nth-child(3), .aw3-table tr:nth-child(even) td:nth-child(3) {
  background: #535c67;
}
.aw2-table tr:nth-child(even) td:nth-child(4), .aw3-table tr:nth-child(even) td:nth-child(4) {
  background: #535c67;
}
.aw2-table tr:nth-child(even) td:nth-child(5), .aw3-table tr:nth-child(even) td:nth-child(5) {
  background: #535c67;
  min-width: 4rem;
}
.aw2-table tr:nth-child(odd) td:nth-child(1), .aw3-table tr:nth-child(odd) td:nth-child(1) {
  background: #2a2d32;
}
.aw2-table tr:nth-child(odd) td:nth-child(2), .aw3-table tr:nth-child(odd) td:nth-child(2) {
  background: #373d48;
}
.aw2-table tr:nth-child(odd) td:nth-child(3), .aw3-table tr:nth-child(odd) td:nth-child(3) {
  background: #373d48;
}
.aw2-table tr:nth-child(odd) td:nth-child(4), .aw3-table tr:nth-child(odd) td:nth-child(4) {
  background: #373d48;
}
.aw2-table tr:nth-child(odd) td:nth-child(5), .aw3-table tr:nth-child(odd) td:nth-child(5) {
  background: #373d48;
}

.aw2-table td:nth-child(2) {
  min-width: 6rem;
}
@media (min-width: 1200px) {
  .aw2-table td:nth-child(2) {
    min-width: 12rem;
  }
}
@media (min-width: 1200px) {
  .aw2-table td:nth-child(3) {
    min-width: 15rem;
  }
}

.aw3-table {
  -webkit-box-shadow: 10px 10px 0 #c58ecf;
          box-shadow: 10px 10px 0 #c58ecf;
}
.aw3-table th, .aw3-table td {
  border: 1px solid #7f718d;
}
.aw3-table th {
  background: #2f2a32;
  color: #c58ecf;
}
.aw3-table td:first-child {
  min-width: 6.5rem;
}
.aw3-table tr:nth-child(even) td:nth-child(1) {
  background: #5d4865;
}
.aw3-table tr:nth-child(even) td:nth-child(2) {
  background: #6a4f6b;
}
.aw3-table tr:nth-child(even) td:nth-child(3) {
  background: #6a4f6b;
}
.aw3-table tr:nth-child(odd) td:nth-child(1) {
  background: #473652;
}
.aw3-table tr:nth-child(odd) td:nth-child(2) {
  background: #5d4865;
}
.aw3-table tr:nth-child(odd) td:nth-child(3) {
  background: #5d4865;
}

@media (min-width: 1200px) {
  .desktop-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .desktop-flex div {
    margin: 5px;
  }
}