@charset "UTF-8";

:root {
  /* Color styles */
  --primary-color1: #009900;
  --primary-color1-lt: #78CD32;
  --primary-color2: #FF3300;
  --primary-color2-lt: #FFA255;
  --primary-color3: #00b7ff;
  --primary-color3-lt: #52D1FF;
  --primary-color4: #ff5c95;
  --primary-color4-lt: #FF8FBD;
  --primary-color5: #805fdb;
  --primary-color5-lt: #AF78FF;
  --primary-color6: #ffcc00;
  --second-color1: #0077e5;
  --second-color2: #254bd3;
  --second-color3: #208900;
  --tab-color1: rgba(246, 0, 41, 1);
  --tab-color2: rgba(5, 170, 5, 1);
  --tab-color3: rgba(0, 79, 169, 1);
  --tab-color4: rgba(187, 34, 154, 1);
  --tab-color5: rgba(255, 97, 12, 1);
  --tab-color6: rgba(96, 89, 201, 1);

  --theme1: #73c12d;
  --theme2: #ff6f02;
  --theme3: #00b7ff;
  --theme4: #ff5c95;
  --theme5: #805fdb;
  --theme6: #ffcc00;
  --theme7: #ffffff;
  --theme8: #e2e2e2;

  /* shadow styles */
  --shadow-none: 0 0 0 rgba(0, 0, 0, 0);
  --box-shadow: 0px 1.2px 4.5px rgba(0, 0, 0, 0.3);
  --arr-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  --book-shadow: 3px -2px 8px rgba(0, 0, 0, 0.12);
  --subnav-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);


  /* neutral */
  --neutral-1: #F7F8FA;
  --neutral-2: #F2F3F5;
  --neutral-3: #E5E6EB;
  --neutral-4: #C9CDD4;
  --neutral-5: #A9AEB8;
  --neutral-6: #86909C;
  --neutral-7: #6B7785;
  --neutral-8: #4E5969;
  --neutral-9: #272E3B;
  --neutral-10: #1D2129;

  /* tokens */
  --border-primary: var(--yellow-6);
  --header-fill: var(--yellow-3);

  /* neutal-border */
  --neutral-border-4: var(--neutral-6, #86909C);
  --neutral-border-3: var(--neutral-4, #C9CDD4);
  --neutral-border-2: var(--neutral-3, #E5E6EB);
  --neutral-border-1: var(--neutral-2, #F2F3F5);

  /* neutal-fill */
  --neutral-fill-5: var(--neutral-5, #A9AEB8);
  --neutral-fill-4: var(--neutral-4, #C9CDD4);
  --neutral-fill-3: var(--neutral-3, #E5E6EB);
  --neutral-fill-2: var(--neutral-2, #F2F3F5);
  --neutral-fill-1: var(--neutral-1, #F7F8FA);
  --neutral-fill-0: var(--white, #fff);

  /* neutal-text */
  --neutral-text-1: var(--neutral-10, #1D2129);
  --neutral-text-2: var(--neutral-8, #4E5969);
  --neutral-text-3: var(--neutral-6, #86909C);
  --neutral-text-4: var(--neutral-5, #A9AEB8);
  --neutral-text-5: var(--white, #fff);

  --fontsize-48: 3rem;
  --fontsize-36: 2.25rem;
  --fontsize-32: 2rem;
  --fontsize-30: 1.875rem;
  --fontsize-28: 1.75rem;
  --fontsize-26: 1.6rem;
  --fontsize-24: 1.5rem;
  --fontsize-22: 1.4rem;
  --fontsize-21: 1.3rem;
  --fontsize-20: 1.25rem;
  --fontsize-19: 1.2rem;
  --fontsize-18: 1.125rem;
  --fontsize-17: 1.05rem;
  --fontsize-16: 1rem;
  --fontsize-15: 0.95rem;
  --fontsize-14: 0.875rem;
  --fontsize-13: 0.8rem;
  --fontsize-12: 0.75rem;
  --rounded-rectangle: 150px;
  --border-radius-full: 9999px;
  --border-radius-lg: 20px;
  --border-radius-md: 16px;
  --border-radius-sm: 9px;
  --border-radius-xs: 5px;
  --border-radius-xxs: 3px;
  --border-radius-tab: 10px 10px 0 0;
  --border-color: #c7d3d2;
  --tableColor01-1: #d8f3ff;
  --tableColor01-2: #b9e7fd;
}

.main .honeycomb {
  justify-content: center;
  display: flex;
  width: fit-content;
  /* max-width: 900px; */
  margin: 0 auto;
  padding: 4vh 24px 10vh 24px;
  align-items: flex-start;
}

.main .honeycomb .col {
  padding-top: 8.5%;
  /* border: #000000 0.5px solid; */
}

.main .honeycomb .col:nth-child(odd) {
  padding: 0 0 10% 0;
}

.main .honeycomb .col .box {
  width: 100%;
  max-width: 170px;
  margin: 14% 0;
  position: relative;
  /* 移除以修復safari顯示問題 */
  /* aspect-ratio: 170 / 146.88; */
}

.main .honeycomb .col a {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 2;
}

.main .honeycomb .col a:hover {
  transform: scale(1.09);
  transition: all 0.35s ease;
}

.main .honeycomb .col img {
  display: block;
  width: 120%;
  /* height: 100%; */
  /* border: #c7c7c7 0.5px solid; */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  /* 2025.1.21 修復跨瀏覽器圖片比例顯示*/
  aspect-ratio: 218 / 188;
  object-fit: cover;
}

.main .honeycomb .col .bee-AI {
  z-index: 1;
  /* width: 210px; */
  margin-top: -10px;
  margin-left: -40px;
}

.main .index-section {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
  padding: 102px 0 160px 0;
}

.main .index-section .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 88px;
  max-width: 1280px;
}

.main .index-section>.title {
  padding: 3px 55px 8px 55px;
  margin: 0 20px;
  color: #1D2129;
  position: relative;
  font-size: 2.75rem;
  border-radius: 150px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 520px;
  position: absolute;
  left: 50%;
  transform: translateX(-54%);
  top: -42px;
  transition: 0.2s;
  overflow: hidden;
  z-index: 1;
}

.main .index-section>.title>span {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  position: relative;
  color: #1d2129;
}

.main .index-section .title span::before {
  content: "";
  background: url(../images/logo-small.svg) 0 center no-repeat;
  width: 96px;
  padding-top: 31px;
  background-size: 100%;
  position: relative;
  display: block;
  /* left: -106px; */
  top: 4px;
}

.main .index-section .title span::after {
  content: attr(data-text); 
  position: absolute;
  right: 0px;
  top: 0px;
  /* width: 100%;
  height: 100%; */
  -webkit-text-stroke: 3px white;
  text-stroke: 3px white;
  z-index: -1;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.80));
}

@media (max-width:704px) {
  .main .index-section .title span::after {
    top: 0px;
  }
}

/* 
.main .index-section>.title {
  padding: 3px 55px 8px 55px;
  margin: 0 20px;
  color: #fff;
  font-size: 2.75rem;
  border-radius: 150px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  max-width: 520px;
  position: absolute;
  left: 50%;
  transform: translateX(-54%);
  top: -42px;
  transition: 0.2s;
  overflow: hidden;
}

.main .index-section>.title>span {
  display: block;
  width: fit-content;
  position: relative;
}

.main .index-section .title span::before {
  content: "";
  background: url(../images/logo-small.svg) 0 center no-repeat;
  width: 96px;
  padding-top: 50%;
  background-size: 100%;
  position: absolute;
  display: block;
  left: -106px;
  top: 56%;
  transform: translateY(-50%);
} 
*/

.main .index-section .sub-section {
  width: 100%;
}

.main .index-section .sub-section .sub-title {
  font-size: 2.45rem;
  font-weight: 500;
  padding-bottom: 36px;
}

/* 對方 art 要求 */
.inner .sub-section:nth-child(4) .sub-title,
.inner .sub-section:nth-child(5) .sub-title,
.inner .sub-section:nth-child(6) .sub-title,
.inner .sub-section:nth-child(7) .sub-title{
    color: black !important;
}

.main .index-section .sub-section .content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.main .index-section .sub-section .content.type-col2 .box {
  width: calc(50% - 12px);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  box-shadow: var(--box-shadow);
}

.main .index-section .sub-section .content.type-col2 .box .img {
  overflow: hidden;
  position: relative;
  width: 237px;
  aspect-ratio: 1 / 1;
  padding: 0;
}

.main .index-section .sub-section .content.type-col2 .box .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.main .index-section .sub-section .content.type-col2 .box .info {
  width: calc(100% - 237px);
}

.main .index-section .sub-section .content.type-col2 .box .info .info-title {
  font-size: 1.85rem;
  text-align: center;
  display: block;
  font-weight: 500;
  margin: 0 auto;
  padding: 16px 0;
  line-height: 1.2;
}

.main .index-section .sub-section .content.type-col2 .box .info .txt {
  text-align: justify;
  padding: 0 16px;
  margin: 0 0 10px 0;
  color: #333;
  font-size: 0.9rem;
  overflow: hidden;
  display: block;
}

.main .index-section .sub-section .content.type-col5 .box {
  width: calc(20% - 20px);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-wrap: wrap;
}

.main .index-section .sub-section .content.type-col5 .box .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 71%;
  border-bottom: 1px solid #ddd;
}

.main .index-section .sub-section .content .box.book .img {
  border-bottom: 0 !important;
  padding-top: 119%;
}

.main .index-section .sub-section .content.type-col5 .box .img img {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main .index-section .sub-section .box.yt .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.main .index-section .sub-section .content.type-col5 .box .info-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 1.5rem; */
  font-size: clamp(1.125rem, 0.5rem + 1.5625vw, 1.55rem);
  /*640-1024, 1.125(18px)-1.5(24px) */
  font-weight: 500;
  margin: 0 auto;
  padding-top: 46%;
  line-height: 1.2;
  position: relative;
}

.member-recommend-more .box .info-title .txt,
.member-viewed-more .box .info-title .txt,
.main .index-section .sub-section .content.type-col5 .box .info-title .txt {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-family: "Noto Sans TC"; */
}

.member-recommend-more .box .info-title .txt .pc,
.member-viewed-more .box .info-title .txt .pc,
.main .index-section .sub-section .content.type-col5 .box .info-title .txt .pc {
  width: 100%;
  display: block;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
  overflow: hidden;
  padding: 2px 10px;
}

.member-recommend-more .box .info-title .txt .pc,
.member-viewed-more .box .info-title .txt .pc {
  color: #000;
}

.member-recommend-more .box .info-title .txt .model,
.member-viewed-more .box .info-title .txt .model,
.main .index-section .sub-section .content.type-col5 .box .info-title .txt .model {
  width: 100%;
  display: block;
  text-align: center;
}

.member-recommend-more .box .info-title .txt .model,
.member-viewed-more .box .info-title .txt .model {
  display: none;
  color: #000;
}

.main .index-section .sub-section .content.type-col5-full .box {
  width: calc(20% - 20px);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-wrap: wrap;
}

.main .index-section .sub-section .content.type-col5-full .box .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 127%;
}

.main .index-section .sub-section .content.type-col5-full .box .img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main .index-section .sub-section .content.type-col5-full .box .info-title {
  display: none;
}

.main .index-section .sub-section .content.type-col6 .box {
  width: calc(16.6666666667% - 20px);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-wrap: wrap;
}

.main .index-section .sub-section .content.type-col6 .box .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 60%;
  border-bottom: 1px solid #ddd;
}

.main .index-section .sub-section .content.type-col6 .box .img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main .index-section .sub-section .content.type-col6 .box .info-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.0625rem, 0.75rem + 0.7813vw, 1.25rem);
  /*640-1024, 1.0625(17px)-1.25(20px) */
  font-weight: 500;
  margin: 0 auto;
  padding-top: 40%;
  line-height: 1.2;
  position: relative;
}

.main .index-section .sub-section .content.type-col6 .box .info-title .txt {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-family: "Noto Sans TC"; */
  color: #333;
}

.main .index-section .sub-section .index-col5-slider {
  width: calc(100% - 100px);
  margin: 0 auto;
}

.main .index-section .sub-section .index-col5-slider .box {
  width: calc(20% - 12px);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-wrap: wrap;
  margin: 4px 12px;
}

.main .index-section .sub-section .index-col5-slider .box .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 51%;
  border-bottom: 1px solid #eee;
}

.main .index-section .sub-section .index-col5-slider .box .img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.main .index-section .sub-section .index-col5-slider .box .info-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 auto;
  padding-top: 40%;
  line-height: 1.2;
  position: relative;
}

.main .index-section .sub-section .index-col5-slider .box .info-title .txt {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-family: "Noto Sans TC"; */
  color: #333;
}

.main .index-section .sub-section .index-col6-slider {
  width: calc(100% - 112px);
  margin: 0 auto;
}

.main .index-section .sub-section .index-col6-slider .box {
  width: calc(16.6666666667% - 12px);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-wrap: wrap;
  margin: 4px 12px;
}

.main .index-section .sub-section .index-col6-slider .box .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 71%;
  border-bottom: 1px solid #eee;
}

.main .index-section .sub-section .index-col6-slider .box .img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main .index-section .sub-section .index-col6-slider .box .info-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 1.1rem; */
  font-size: clamp(0.875rem, 0.375rem + 0.7813vw, 1.125rem);
  font-weight: 500;
  margin: 0 auto;
  padding-top: 40%;
  line-height: 1.2;
  position: relative;
}

@media (max-width:1023px) {
  .main .index-section .sub-section .index-col6-slider .box .info-title {
    font-size: clamp(0.875rem, 0.125rem + 1.5625vw, 1.125rem);
  }
}

@media (max-width:767px) {
  .main .index-section .sub-section .index-col6-slider .box .info-title {
    font-size: clamp(0.875rem, -0.375rem + 3.125vw, 1.125rem);
  }
}

.main .index-section .sub-section .index-col6-slider .box .info-title .txt {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-family: "Noto Sans TC"; */
  overflow: hidden;
  color: #333;
}

.main .index-section .sub-section .index-col7-slider {
  width: calc(100% - 112px);
  margin: 0 auto;
}

.main .index-section .sub-section .index-col7-slider .box {
  width: calc(14.2857142857% - 12px);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-wrap: wrap;
  margin: 4px 12px;
}

.main .index-section .sub-section .index-col7-slider .box .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 71%;
  border-bottom: 1px solid #eee;
}

.main .index-section .sub-section .index-col7-slider .box .img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.main .index-section .sub-section .index-col7-slider .box .info-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 500;
  margin: 0 auto;
  padding-top: 40%;
  line-height: 1.2;
  position: relative;
}

.main .index-section .sub-section .index-col7-slider .box .info-title .txt {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-family: "Noto Sans TC"; */
  color: #333;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; */
  overflow: hidden;
  padding: 2px 10px;
}

.main .index-section .sub-section .content.type-col5-full .box .info-title .txt {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-family: "Noto Sans TC"; */
  color: #333;
}

.main .index-section .sub-section .index-col7-slider .box .award-info .txt {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-family: "Noto Sans TC"; */
  color: #333;
}

.main .index-section .sub-section .index-col12-slider {
  width: calc(100% - 100px);
  margin: 0 auto;
}

.main .index-section .sub-section .index-col12-slider .content {
  margin: 0 12px 3px 12px;
}

.main .index-section.guidelines {
  background-color: #ECF6DE;
}

.main .index-section.guidelines .title {
  background-color: var(--theme-background-2);
}

.main .index-section.guidelines .sub-title,
.main .index-section.guidelines .info-title {
  color: var(--primary-color1);
}

.main .index-section.area {
  background-color: #FFEDE3;
}

.main .index-section.area .title {
  background-color: var(--orange-sourse);
}

.main .index-section.area .sub-title,
.main .index-section.area .info-title {
  color: var(--primary-color2);
}

.main .index-section.area .slick-prev,
.main .index-section.area .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: var(--arr-shadow);
}

.main .index-section.area .slick-prev {
  left: -55px;
  background: url(../images/area-prev.svg) 45% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.area .slick-next {
  right: -55px;
  background: url(../images/area-next.svg) 58% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.resources {
  background-color: #E4F3FF;
}

.main .index-section .award-info,
.main .index-section.resources .award-info {
  display: none;
}

.main .index-section.resources .title {
  background-color: var(--primary-color3);
}

.main .index-section.resources .sub-title,
.main .index-section.resources .info-title {
  color: #0066FF;
}

.main .index-section.theme6 {
  background-color: #fef2b6;
}

.main .index-section.theme6 .title {
  background-color: #ffcc00;
  color: #5d4b01;
}

.main .index-section.theme6 .sub-title,
.main .index-section.theme6 .info-title {
  color: #5d4b01;
}

.main .index-section.theme7 {
  background-color: #f2f2f2;
}

.main .index-section.theme7 .title {
  background-color: #fff;
  color: #000;
}

.main .index-section.theme7 .sub-title,
.main .index-section.theme7 .info-title {
  color: #333;
}

.main .index-section.theme8 {
  background-color: #e2e2e2;
}

.main .index-section.theme8 .title {
  background-color: #666;
}

.main .index-section.theme8 .sub-title,
.main .index-section.theme8 .info-title {
  color: #333;
}

.main .index-section.resources .index-col12-slider .slick-prev,
.main .index-section.resources .index-col12-slider .slick-next {
  top: 24%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: var(--arr-shadow);
}

.main .index-section.resources .index-col12-slider .slick-prev {
  left: -55px;
  background: url(../images/resources-prev.svg) 45% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.resources .index-col12-slider .slick-next {
  right: -55px;
  background: url(../images/resources-next.svg) 58% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.resources .index-col7-slider .slick-prev,
.main .index-section.resources .index-col7-slider .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: var(--arr-shadow);
}

.main .index-section.resources .index-col7-slider .slick-prev {
  left: -55px;
  background: url(../images/resources-prev.svg) 45% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.resources .index-col7-slider .slick-next {
  right: -55px;
  background: url(../images/resources-next.svg) 58% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section .vidoe-info {
  display: none;
}

.main .index-section .index-video-slider {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.main .index-section .index-video-slider a {
  margin: 0 10px;
}

.main .index-section .index-video-slider a img {
  display: block;
  width: 100%;
}

.main .index-section .index-video-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main .index-section .index-video-slider .slick-dots {
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: none;
}

.main .index-section .index-video-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.main .index-section .index-video-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.main .index-section .index-video-slider .slick-dots li button:before {
  font-size: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  text-align: center;
  opacity: 0.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00a8ff;
}

.main .index-section .index-video-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.main .index-section.assessment {
  background-color: #ffe8ed;
}

.main .index-section.assessment .title {
  background-color: var(--primary-color4);
}

.main .index-section.assessment .sub-title,
.main .index-section.assessment .info-title {
  color: #F22CB0;
}

.main .index-section.assessment .index-col12-slider .box {
  margin: 4px 0;
}

.main .index-section.assessment .index-col12-slider .slick-prev,
.main .index-section.assessment .index-col12-slider .slick-next {
  top: 24%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: var(--arr-shadow);
}

.main .index-section.assessment .index-col12-slider .slick-prev {
  left: -55px;
  background: url(../images/assessment-prev.svg) 45% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.assessment .index-col12-slider .slick-next {
  right: -55px;
  background: url(../images/assessment-next.svg) 58% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.assessment .index-col5-slider .slick-prev,
.main .index-section.assessment .index-col5-slider .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: var(--arr-shadow);
}

.main .index-section.assessment .index-col5-slider .slick-prev {
  left: -55px;
  background: url(../images/assessment-prev.svg) 45% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.assessment .index-col5-slider .slick-next {
  right: -55px;
  background: url(../images/assessment-next.svg) 58% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section .index-col6-slider .box {
  margin: 4px 12px;
}

.main .index-section .index-col6-slider .slick-prev,
.main .index-section .index-col6-slider .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: var(--arr-shadow);
}

.main .index-section.resources .index-col6-slider .slick-prev {
  left: -55px;
  background: url(../images/resources-prev.svg) 45% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.resources .index-col6-slider .slick-next {
  right: -55px;
  background: url(../images/resources-next.svg) 58% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.assessment .index-col6-slider .slick-prev {
  left: -55px;
  background: url(../images/assessment-prev.svg) 45% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.assessment .index-col6-slider .slick-next {
  right: -55px;
  background: url(../images/assessment-next.svg) 58% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.counseling {
  background-color: #e9e6ff;
}

.main .index-section.counseling .title {
  background-color: var(--primary-color5);
}

.main .index-section.counseling .sub-title,
.main .index-section.counseling .info-title {
  color: var(--primary-color5);
}

.main .index-section.counseling .index-col12-slider .box {
  margin: 4px 0;
}

.main .index-section.counseling .index-col12-slider .slick-prev,
.main .index-section.counseling .index-col12-slider .slick-next {
  top: 24%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: var(--arr-shadow);
}

.main .index-section.counseling .index-col12-slider .slick-prev {
  left: -55px;
  background: url(../images/assessment-prev.svg) 45% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.counseling .index-col12-slider .slick-next {
  right: -55px;
  background: url(../images/assessment-next.svg) 58% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.counseling .index-col5-slider .slick-prev,
.main .index-section.counseling .index-col5-slider .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: var(--arr-shadow);
}

.main .index-section.counseling .index-col5-slider .slick-prev {
  left: -55px;
  background: url(../images/assessment-prev.svg) 45% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.counseling .index-col5-slider .slick-next {
  right: -55px;
  background: url(../images/assessment-next.svg) 58% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.counseling .index-col6-slider .box {
  margin: 4px 12px;
}

.main .index-section.counseling .index-col6-slider .slick-prev,
.main .index-section.counseling .index-col6-slider .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: var(--arr-shadow);
}

.main .index-section.counseling .index-col6-slider .slick-prev {
  left: -55px;
  background: url(../images/assessment-prev.svg) 45% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.counseling .index-col6-slider .slick-next {
  right: -55px;
  background: url(../images/assessment-next.svg) 58% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.page,
.main .index-section.sitemap {
  background-color: #fff;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 120px 0 0 0;
}

.main .index-section.page>.title,
.main .index-section.sitemap>.title {
  top: 10px;
  background-color: var(--theme-background-2);
  width: fit-content;
  max-width: none;
  min-width: 520px;
  display: flex;
  align-items: center;
}

.main .index-section.page>.title span,
.main .index-section.sitemap>.title span {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  position: relative;
  color: #1d2129;
}

.main .index-section.page>.title span::before,
.main .index-section.sitemap>.title span::before {
  width: 96px;
  padding-top: 31px;
  position: relative;
  display: block;
  left: auto;
  top: 4px;
  transform: none;
}

.main .index-section.page .inner {
  gap: 5px;
}

.main .index-section.sitemap .sub-title,
.main .index-section.sitemap .info-title {
  color: var(--primary-color5);
}

.main .index-section.sitemap .index-col12-slider .box {
  margin: 4px 0;
}

.main .index-section.theme6 {
  background-color: #fef2b6;
}

.main .index-section.theme6 .title {
  background-color: #ffcc00;
  color: #5d4b01;
}

.main .index-section.theme6 .sub-title,
.main .index-section.theme6 .info-title {
  color: #5d4b01;
}

.main .index-section.theme7 {
  background-color: #fff;
}

.main .index-section.theme7 .title {
  background-color: #fff;
  border: 1px solid var(--neutral-border-2);
  color: #000;
}

.main .index-section.theme7 .sub-title,
.main .index-section.theme7 .info-title {
  color: #333;
}

.main .index-section.theme8 {
  background-color: #e2e2e2;
}

.main .index-section.theme8 .title {
  background-color: #666;
}

.main .index-section.theme8 .sub-title,
.main .index-section.theme8 .info-title {
  color: #333;
}

.main .index-section.sitemap .index-col12-slider .slick-prev,
.main .index-section.sitemap .index-col12-slider .slick-next {
  top: 24%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: var(--arr-shadow);
}

.main .index-section.sitemap .index-col12-slider .slick-prev {
  left: -55px;
  background: url(../images/assessment-prev.svg) 45% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.sitemap .index-col12-slider .slick-next {
  right: -55px;
  background: url(../images/assessment-next.svg) 58% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.sitemap .index-col5-slider .slick-prev,
.main .index-section.sitemap .index-col5-slider .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: var(--arr-shadow);
}

.main .index-section.sitemap .index-col5-slider .slick-prev {
  left: -55px;
  background: url(../images/assessment-prev.svg) 45% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.sitemap .index-col5-slider .slick-next {
  right: -55px;
  background: url(../images/assessment-next.svg) 58% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.sitemap .index-col6-slider .box {
  margin: 4px 12px;
}

.main .index-section.sitemap .index-col6-slider .slick-prev,
.main .index-section.sitemap .index-col6-slider .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: var(--arr-shadow);
}

.main .index-section.sitemap .index-col6-slider .slick-prev {
  left: -55px;
  background: url(../images/assessment-prev.svg) 45% 50.5% no-repeat #fff;
  background-size: 34%;
}

.main .index-section.sitemap .index-col6-slider .slick-next {
  right: -55px;
  background: url(../images/assessment-next.svg) 58% 50.5% no-repeat #fff;
  background-size: 34%;
}

.assistant .content .navigation {
  padding-top: 50px;
}

.assistant .content .navigation .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin: 0;
}

.assistant .content .navigation .navigation-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  gap: 12px;
  width: 100%;
  padding: 36px 0 60px 0;
}

.assistant .content .navigation .navigation-box .link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border-width: 4px;
  border-style: solid;
  width: calc(100% / 3 - 8px);
  padding-top: 18%;
  position: relative;
}

.assistant .content .navigation .navigation-box .link>.text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.assistant .content .navigation .navigation-box .linkl {
  border-color: var(--theme4);
  color: var(--theme4);
}

.main .index-section .sub-section .box.yt .info-title .txt .pc {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.25rem;
  overflow: hidden;
}

/* 總綱綱領 rwd start
----------------------------------------------------------------- */
@media (max-width: 1240px) {
  .main .index-section .sub-section .content.type-col2 .box .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .main .index-section .sub-section .content.type-col2 .box .info .info-title {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .main .index-section .sub-section .content.type-col2 .box .info .info-title {
    padding: 10px 0;
  }

  .main .index-section .sub-section .content.type-col2 .box .info .txt {
    line-height: 1.2;
  }
}

@media (max-width: 1020px) {
  .main .index-section .sub-section .content.type-col2 .box .info .info-title {
    padding: 16px 0;
  }

  .main .index-section .sub-section .content.type-col2 .box .info .txt {
    line-height: 1.5;
  }

  .main .index-section .sub-section .content.type-col2 .box {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .main .index-section .sub-section .content.type-col2 .box .info .info-title {
    width: 152px;
  }
}

/* 總綱綱領 end
----------------------------------------------------------------- */


/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  width: 100%;
  height: 100%;
}

.index-video-slider .slick-track {
  height: calc(100vw * 0.56);
  max-height: 450px;
  /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
   */
  /* padding-top: 56.25%; */
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


@media (max-width: 1024px) {
  .main .index-section .sub-section .content.type-col5 .box {
    width: calc(25% - 20px);
  }
}

@media (max-width: 860px) {
  .main .index-section .sub-section .content.type-col5 .box {
    width: calc(100%/3 - 16px);
  }

  .main .index-section .sub-section .content.type-col6 .box {
    width: calc(25% - 20px);
  }
}

@media (max-width: 640px) {
  .header {
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
	height: 88px;
  }
	.main {
		padding-top: 88px;
	}
  .main .honeycomb {
    display: none;
  }

  .index-video-slider {
    display: none;
  }

  .main .index-section .award-info,
  .main .index-section.resources .award-info {
    display: block;
    position: relative;
    width: 100%;
    line-height: 1.2;
    color: var(--neutral-text-1);
    font-weight: 500;
  }

  .main .index-section .award-info .txt,
  .main .index-section.resources .award-info .txt {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* font-family: "Noto Sans TC"; */
    /* font-size: clamp(0.75rem, 0.438rem + 1.563vi, 1.063rem); */
    overflow: hidden;
    /* padding: 2px 10px; */
    margin: 0;
  }

  .main .index-section {
    background-color: var(--neutral-fill-0) !important;
    padding: 1rem 0 1rem 0;
    gap: 20px;
  }

  .main .index-section.page,
  .main .index-section.sitemap {
    padding: 20px 0 0 0;
  }

  .main .index-section .title,
  .main .index-section.page>.title,
  .main .index-section.sitemap>.title {
    margin: 0 10px;
    font-size: 1.6rem;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 8px;
    transform: none;
    width: calc(100% - 20px);
    max-width: none;
    position: static;
    line-height: 1.2;
    min-width: auto;
  }

  .main .index-section.page>.title,
  .main .index-section.sitemap>.title {
    min-width: auto;
  }

  .main .index-section .title span::before {
    width: 50px;
    left: 2px;
    top: 0;
  }

  .main .index-section.page>.title span::before,
  .main .index-section.sitemap>.title span::before {
    width: 50px;
    left: 0;
    top: -1px;
    margin-top: 0;
    position: relative;
  }

  .main .index-section .inner {
    gap: 18px;
  }

  .main .index-section .sub-section .sub-title {
    font-size: 1.25rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
  }

  .main .index-section .sub-section .box {
    background-color: #ffffff00 !important;
    border-radius: 8px !important;
    box-shadow: var(--shadow-none) !important;
    border: var(--neutral-border-4) 1px solid !important;
  }

  .main .index-section .sub-section .index-col6-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .main .index-section .sub-section .index-col5-slider,
  .main .index-section .sub-section .index-col6-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .main .index-section .sub-section .index-col5-slider .box,
  .main .index-section .sub-section .index-col6-slider .box {
    width: calc(100% / 4 - 6px);
    margin: 0;
  }

  .main .index-section .sub-section .index-col12-slider .content {
    margin: 0;
  }

  .main .index-section .sub-section .index-col12-slider .content.slick-slide {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .main .index-section .sub-section .box .img {
    display: none;
  }

  .main .index-section .sub-section .index-col6-slider .box .info-title,
  .main .index-section .sub-section .content.type-col5 .box .info-title {
    padding-top: 0;
  }

  .main .index-section .sub-section .content.type-col5-full .box .info-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 auto;
    line-height: 1.2;
    position: relative;
  }

  .main .index-section .award-info .txt,
  .main .index-section .sub-section .box .info-title .txt {
    color: var(--neutral-text-1);
    padding: 0px 4px;
    text-align: center;
  }

  .main .index-section .sub-section .content {
    gap: 8px;
  }

  .main .index-section.assessment .sub-section .box {
    border-color: var(--primary-color4-lt) !important;
  }

  .main .index-section .sub-section .index-col6-slider .box {
    margin: 0px;
  }

  .main .index-section .sub-section .content.type-col2 .box .info {
    width: 100%;
  }

  .main .index-section.resources .award-info .txt,
  .main .index-section .sub-section .box .info-title .txt,
  .main .index-section .sub-section .index-col7-slider .box .info-title .txt,
  .main .index-section .sub-section .content.type-col2 .box .info .info-title {
    letter-spacing: -0.015rem;
    -webkit-line-clamp: none;
    line-clamp: none;
    overflow: visible;
    line-height: 1.25;
  }

  .main .index-section .sub-section .index-col7-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
  }

  .main .index-section .sub-section .index-col7-slider .box {
    width: 25%;
    margin: 0;
  }

  .main .index-section .sub-section .index-col7-slider .box .info-title {
    padding-top: 0;
  }

  .main .index-section .sub-section .index-col12-slider {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
  }

  .main .index-section .sub-section .index-col12-slider .content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .main .index-section .sub-section .index-col12-slider .content .box {
    width: calc(25% - 6px);
  }

  .main .index-section .sub-section .content.type-col2 .box .info .info-title {
    /* 課綱title */
    width: 100%;
    color: var(--neutral-text-1);
    padding: 0px 4px;
  }

  .main .index-section .award-info .txt,
  .main .index-section .sub-section .box .info-title .txt,
  .main .index-section .sub-section .content.type-col2 .box .info .info-title {
    font-size: clamp(0.125rem, 0.5rem + 1.5625vw, 1.55rem);
  }

  .main .index-section .sub-section .content.type-col2 .box .info .txt {
    display: none;
  }

  .main .index-section.guidelines .sub-section .box {
    border-color: var(--primary-color1-lt) !important;
  }

  .main .index-section.area .sub-section .box {
    border-color: var(--primary-color2-lt) !important;
  }

  .main .index-section.resources .sub-section .box {
    border-color: var(--primary-color3-lt) !important;
  }

  .main .index-section.counseling .sub-section .box {
    border-color: var(--primary-color5-lt) !important;
  }

  .main .index-section .sub-section .box,
  .main .index-section .sub-section .content.type-col5 .box {
    height: calc(100vw / 4 * 0.74);
  }

  .main .index-section .sub-section .box.yt .info-title .txt .pc {
    display: none !important;
  }

  .main .index-section .sub-section .box.yt .info-title .txt .model {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .main .index-section .sub-section .content.type-col2 .box,
  .main .index-section .sub-section .content.type-col5 .box,
  .main .index-section .sub-section .index-col6-slider .box,
  .main .index-section .sub-section .index-col7-slider .box,
  .main .index-section .sub-section .content.type-col5-full .box {
    width: calc(25% - 6px);
  }

  .main .index-section .vidoe-info {
    width: 100%;
    display: block;
    text-align: center;
  }

  .main .index-section .vidoe-info p {
    margin: 0;
  }

}

@media (max-width: 375px) {

  /* 
  .main .index-section .sub-section .box,
  .main .index-section.resources .sub-section .box,
  .main .index-section .sub-section .index-col6-slider .box,
  .main .index-section .sub-section .content.type-col5 .box,
  .main .index-section .sub-section .content.type-col2 .box,
  .main .index-section .sub-section .content.type-col5-full .box {
    width: 65px;
    height: 57px;
  } 
  */

  .main .index-section.resources .award-info .txt,
  .main .index-section .sub-section .box .info-title .txt,
  .main .index-section .sub-section .index-col7-slider .box .info-title .txt,
  .main .index-section .sub-section .content.type-col2 .box .info .info-title {
    font-size: 0.75rem;
    padding: 0 2px;
  }
}

@media (max-width: 320px) {

  .main .index-section .sub-section .box,
  .main .index-section.resources .sub-section .box,
  .main .index-section .sub-section .index-col6-slider .box,
  .main .index-section .sub-section .content.type-col5 .box,
  .main .index-section .sub-section .content.type-col2 .box,
  .main .index-section .sub-section .content.type-col5-full .box {
    width: 65px;
    height: 57px;
  }

  .main .index-section.resources .award-info .txt,
  .main .index-section .sub-section .box .info-title .txt,
  .main .index-section .sub-section .index-col7-slider .box .info-title .txt,
  .main .index-section .sub-section .content.type-col2 .box .info .info-title {
    font-size: 0.75rem;
  }
}