@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
section > h5 {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: 2;
  margin: 20px 0;
  text-align: center;
}

/* header */
#header {
  width: 100%;
  height: 654px;
  background: #BA1110;
  position: relative;
  padding-top: 106px;
}
#header .main_con {
  width: 1340px;
  margin: 0 auto;
  height: 548px;
  position: relative;
  color: #fff;
}
#header .main_con .kv_img {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
}
#header .main_con .kv_img > img {
  width: 775px;
  height: auto;
}
#header .main_con .txt_box {
  position: absolute;
  width: 560px;
  padding-top: 50px;
  right: 0;
}
#header .main_con .txt_box h1 {
  width: 100%;
}
#header .main_con .txt_box h1 img {
  width: 100%;
  height: auto;
}
#header .main_con .txt_box h2 {
  font-size: 1.23rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding-top: 16px;
}
#header .main_con .txt_box p {
  font-size: 1.0625rem;
  line-height: 1.6;
  margin-top: 16px;
}
#header .main_con .txt_box .header_btn {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #1d1d1d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  right: 0;
  bottom: -125px;
}
#header .main_con .txt_box .header_btn img {
  width: 15px;
  height: auto;
}

/* section1 計畫內容 */
#section1 {
  background: #f3f3f3;
  padding: 110px 0 80px 0;
}
#section1 .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
#section1 .list .item {
  position: relative;
  width: 220px;
  height: 280px;
  perspective: 700px;
}
#section1 .list .item .card_inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
#section1 .list .item .card_inner .start_con,
#section1 .list .item .card_inner .hover_con {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section1 .list .item .card_inner {
  /* 正面 */
}
#section1 .list .item .card_inner .start_con {
  background: #BA1110;
  gap: 1.5625rem;
}
#section1 .list .item .card_inner .start_con .img_con {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 10px solid #D8D8D6;
  margin: 0 auto;
  overflow: hidden;
}
#section1 .list .item .card_inner .start_con .img_con img {
  width: auto;
  height: 83px;
}
#section1 .list .item .card_inner .start_con h6 {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 7%;
  margin: 0;
}
#section1 .list .item .card_inner {
  /* 背面 */
}
#section1 .list .item .card_inner .hover_con {
  background: #fff;
  transform: rotateY(180deg);
  gap: 0.5rem;
  box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.1);
}
#section1 .list .item .card_inner .hover_con .img_con img {
  width: auto;
  height: 95px;
}
#section1 .list .item .card_inner .hover_con h6 {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 7%;
  color: #BA1110;
  margin-bottom: 0.2rem;
}
#section1 .list .item .card_inner .hover_con p {
  font-size: 0.9375rem;
  width: 82%;
  margin: 0 auto;
  line-height: 1.5;
  text-align: left;
  color: #1D1D1D;
}
#section1 .list .item .card_inner .hover_con p a {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  background: #BA1110;
  color: #fff;
  border-radius: 60px;
  height: 30px;
  margin-top: 0.5rem;
  border: 1px solid #BA1110;
  transition: all 0.3s;
}
#section1 .list .item .card_inner .hover_con p a:hover {
  background: #E31E22;
}
#section1 .list .item.active .card_inner {
  transform: rotateY(180deg);
}

/* section2 推動成果 */
#section2 {
  padding: 80px 0;
  background: url(../images/index/sec2_bg.webp) center no-repeat fixed;
  background-size: cover;
}
#section2 .title_con h2 {
  color: #FFFFFF;
  font-weight: 700;
}
#section2 .title_con h2::before, #section2 .title_con h2::after {
  background: url(../images/index/title_icon_g.svg) center no-repeat;
  background-size: cover;
}
#section2 .number_main .list {
  margin: 30px 0;
  padding: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  color: #fff;
  width: 1200px;
  background: rgba(50, 50, 50, 0.5);
  border-radius: 20px;
  position: relative;
}
#section2 .number_main .list .item {
  text-align: center;
}
#section2 .number_main .list .item > img {
  width: 1px;
}
#section2 .number_main .list .item h5 {
  color: #d8d8d6;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
#section2 .number_main .list .item:nth-child(1) .number {
  width: 90px;
}
#section2 .number_main .list .item:nth-child(3) .number {
  width: 230px;
}
#section2 .number_main .list .item:nth-child(5) .number {
  width: 170px;
}
#section2 .number_main .list .item:nth-child(7) .number {
  width: 170px;
}
#section2 .number_main .list .number {
  font-family: "Roboto", sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
}
#section2 .map_con {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#section2 .map_con .city {
  width: 420px;
}
#section2 .map_con .city ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
#section2 .map_con .city ul li {
  list-style: none;
}
#section2 .map_con .city ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 118px;
  height: 40px;
  background: rgba(65, 65, 65, 0.5);
  color: rgba(243, 243, 243, 0.7);
  border-radius: 10px;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
  cursor: pointer;
}
#section2 .map_con .city ul li a:hover {
  background: rgb(65, 65, 65);
  color: rgb(243, 243, 243);
}
#section2 .map_con .city ul li a.active {
  background: #E31E22;
  color: #fff;
  gap: 5px;
}
#section2 .map_con .city ul li a.active::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/index/map.svg) center no-repeat;
  background-size: cover;
}
#section2 .map_con .map {
  width: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#section2 .map_con .map img {
  width: 229px;
  height: auto;
}
#section2 .map_con .school {
  width: 300px;
  height: 315px;
}
#section2 .map_con .school > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
}
#section2 .map_con .school > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  color: #fff;
  line-height: 1.4;
  text-decoration: underline;
  letter-spacing: 0.05rem;
  position: relative;
  padding-left: 20px;
  opacity: 0.7;
  transition: all 0.3s;
}
#section2 .map_con .school > div a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/index/icon_school_arrow.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  margin-top: 4px;
}
#section2 .map_con .school > div a:hover {
  text-decoration: none;
  opacity: 1;
}

/* section3 精彩花絮 */
#section3 {
  padding: 80px 0 120px 0;
  background: #f5f5f5;
}
#section3 .yt_con {
  width: 100%;
  height: 405px;
  background: url(../images/index/play_bg.png) center no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#section3 .yt_con .play_con {
  width: 720px;
  height: 405px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
#section3 .yt_con .play_con a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#section3 .yt_con .play_con a p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: rgba(29, 29, 29, 0.9);
  color: #fff;
  letter-spacing: 0.05rem;
  transition: all 0.2s;
}
#section3 .yt_con .play_con a img {
  width: 100%;
  height: auto;
  transition: all 0.2s;
  filter: brightness(0.9);
}
#section3 .yt_con .play_con a i {
  display: block;
  width: 80px;
  height: 80px;
  background: url(../images/index/icon_play.png) center no-repeat;
  background-size: cover;
  position: absolute;
  transition: all 0.2s;
}
#section3 .yt_con .play_con a:hover img {
  filter: brightness(1);
  transform: scale(1.1);
}
#section3 .yt_con .play_con a:hover p {
  height: 70px;
}
#section3 .yt_con .play_con a:hover i {
  transform: scale(1.1);
}
#section3 .articles_con {
  width: 100%;
}
#section3 .articles_con .list_con {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  padding: 20px 0;
}
#section3 .articles_con .list_con:first-child {
  margin-top: 20px;
}
#section3 .articles_con .list_con h4 {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.625rem;
  letter-spacing: 0.07rem;
  font-weight: 600;
  gap: 10px;
  padding: 20px 12px;
}
#section3 .articles_con .list_con h4::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/index/icon_articles_tt.svg) center no-repeat;
  background-size: cover;
}
#section3 .articles_con .list_con .owl-carousel {
  width: 96%;
  margin: 0 auto;
}
#section3 .articles_con .list_con .owl-carousel .item {
  width: 92%;
  max-width: 360px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin: 0 auto;
}
#section3 .articles_con .list_con .owl-carousel .item .img_con {
  width: 100%;
  height: 220px;
  aspect-ratio: 314/220;
  overflow: hidden;
}
#section3 .articles_con .list_con .owl-carousel .item .img_con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#section3 .articles_con .list_con .owl-carousel .item p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1d1d1d;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 5px 0 15px 0;
  text-align: center;
}
#section3 .articles_con .list_con .owl-carousel .item p span {
  display: block;
  color: #9b9b9b;
  font-size: 0.9375rem;
  font-weight: 400;
}
#section3 .articles_con .list_con .owl-carousel .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 88%;
  max-width: 320px;
  height: 40px;
  background: #E31E22;
  color: #fff;
  border-radius: 10px;
  gap: 5px;
  transition: all 0.3s;
  letter-spacing: 0.1rem;
}
#section3 .articles_con .list_con .owl-carousel .item a::after {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background: url(../images/index/icon_page.svg) center no-repeat;
  background-size: cover;
  margin-top: 4px;
}
#section3 .articles_con .list_con .owl-carousel .item a:hover {
  background: #BA1110;
}

.owl-carousel .owl-nav {
  position: absolute;
  right: 10px;
  top: -55px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 42px;
  height: 42px;
  background: #E31E22;
  border-radius: 40px;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background: #BA1110;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  font-size: 2.5rem;
  position: absolute;
  top: -8px;
  width: 100%;
  left: 0;
}

/* section4 教案資源 */
#section4 {
  padding: 80px 0;
  background: url(../images/index/sec4_bg.webp) center no-repeat fixed;
  background-size: cover;
}
#section4 .title_con h2 {
  color: #FFFFFF;
  font-weight: 700;
}
#section4 .title_con h2::before, #section4 .title_con h2::after {
  background: url(../images/index/title_icon_g.svg) center no-repeat;
  background-size: cover;
}
#section4 .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 0;
}
#section4 .list > div {
  width: 220px;
  height: 294px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
#section4 .list > div > img {
  width: 86px;
  height: auto;
  margin-bottom: 5px;
}
#section4 .list > div p {
  margin: 0;
  color: #9b9b9b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
#section4 .list > div p::before, #section4 .list > div p::after {
  content: " |";
}
#section4 .list > div h6 {
  color: #1d1d1d;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.05rem;
  margin: 0;
}
#section4 .list > div small {
  font-size: 0.875rem;
}
#section4 .list > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 160px;
  height: 40px;
  color: #fff;
  background: #e31e22;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  position: relative;
  transition: all 0.3s;
  margin-top: 10px;
}
#section4 .list > div a::after {
  content: "";
  display: block;
  width: 14px;
  height: 17px;
  background: url(../images/index/download.svg) no-repeat center;
  position: absolute;
  right: 14px;
}
#section4 .list > div a:hover {
  transform: scale(1.1);
  filter: brightness(1.15) drop-shadow(0px 2px 5px rgba(252, 22, 25, 0.3));
}
#section4 .list > div.item01 a::after {
  width: 18px;
  height: 13px;
  background: url(../images/index/eyes.svg) no-repeat center;
}

@media screen and (max-width: 1650px) {
  /* section1 計畫內容 */
  #section1 .list {
    gap: 0.9vw;
  }
  #section1 .list .item {
    width: 15vw;
    height: 21vw;
  }
  #section1 .list .item .card_inner {
    /* 背面 */
  }
  #section1 .list .item .card_inner .hover_con p {
    font-size: 1.02vw;
  }
}
@media screen and (max-width: 1400px) {
  #header {
    height: 47vw;
    padding-top: 10vw;
  }
  #header .main_con {
    width: 100%;
    height: 40.89vw;
  }
  #header .main_con .kv_img {
    top: auto;
    bottom: -7.1vw;
    left: -2vw;
  }
  #header .main_con .kv_img > img {
    width: 58vw;
  }
  #header .main_con .txt_box {
    width: 42vw;
    padding-top: 1vw;
    right: 3vw;
    height: 36vw;
  }
  #header .main_con .txt_box h2 {
    font-size: 1.47vw;
    line-height: 1.4;
    padding-top: 0.3vw;
  }
  #header .main_con .txt_box p {
    font-size: 1.35vw;
    line-height: 1.5;
    padding-top: 0.02vw;
  }
  #header .main_con .txt_box .header_btn {
    right: 0vw;
    bottom: -3.1vw;
  }
  #section1 {
    padding: 8vw 0 5vw 0;
  }
  #section3 .articles_con .list_con h4 {
    width: 90%;
  }
  #section3 .articles_con .list_con .owl-carousel {
    width: 90%;
  }
  #section3 .articles_con .list_con .owl-carousel .item {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  /* section1 計畫內容 */
  #section1 .list {
    gap: 3vw;
    width: 78%;
    margin: 0 auto;
  }
  #section1 .list .item {
    width: 23vw;
    max-width: 240px;
    height: 26vw;
    max-height: 300px;
  }
  #section1 .list .item .card_inner {
    /* 背面 */
  }
  #section1 .list .item .card_inner .hover_con p {
    font-size: clamp(0.7rem, 1.4vw, 0.9375rem);
  }
  #section1 .list .item .card_inner .hover_con .img_con img {
    height: 8vw;
  }
  /* section2 推動成果 */
  #section2 {
    padding: 7vw 4vw;
  }
  #section2 .number_main .list {
    margin: 3vw 0;
    padding: 3vw 1vw;
    width: 100%;
  }
  #section2 .number_main .list .item:nth-child(1) .number {
    width: 13vw;
  }
  #section2 .number_main .list .item:nth-child(3) .number {
    width: 25vw;
  }
  #section2 .number_main .list .item:nth-child(5) .number {
    width: 20vw;
  }
  #section2 .number_main .list .item:nth-child(7) .number {
    width: 20vw;
  }
  #section2 .number_main .list .number {
    font-size: 6.1vw;
  }
  #section2 .map_con .city {
    width: 28vw;
  }
  #section2 .map_con .map {
    width: 34vw;
  }
  #section2 .map_con .map img {
    width: 80%;
    max-width: 290px;
  }
  #section2 .map_con .school {
    width: 21vw;
    height: auto;
  }
  /* section3 精彩花絮 */
  #section3 {
    padding: 7vw 0 8vw 0;
  }
  #section3 .yt_con {
    height: 33vw;
  }
  #section3 .yt_con .play_con {
    aspect-ratio: 720/405;
    width: auto;
    height: 33vw;
  }
  #section3 .articles_con {
    width: 100%;
  }
  #section3 .articles_con .list_con {
    width: 100%;
  }
  #section3 .articles_con .list_con h4 {
    width: 92%;
  }
  #section3 .articles_con .list_con .owl-carousel {
    width: 92%;
  }
  #section3 .articles_con .list_con .owl-carousel .item {
    width: 96%;
    justify-content: stretch;
  }
  #section3 .articles_con .list_con .owl-carousel .item p {
    margin-top: 1vw;
    font-size: 1.7vw;
  }
  #section3 .articles_con .list_con .owl-carousel .item p span {
    font-size: 1.35vw;
  }
  /* section4 教案資源 */
  #section4 {
    padding: 7vw;
  }
  #section4 .list {
    gap: 3vw;
    padding: 4vw 0 2vw 0;
  }
  #section4 .list > div {
    width: 30%;
    max-width: 240px;
    height: auto;
    gap: 1.2vw;
    padding: 2vw 0;
  }
  #section4 .list > div > img {
    width: 32%;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    padding-top: 80px;
    height: calc(40vw + 80px);
  }
  #header .main_con .kv_img {
    bottom: -6.7vw;
  }
  #header .main_con .kv_img > img {
    width: 54vw;
  }
  #header .main_con .txt_box {
    width: 49vw;
    right: 2vw;
  }
  #header .main_con .txt_box h1 {
    width: 90%;
  }
  #header .main_con .txt_box h2 {
    font-size: 1.7vw;
    padding-top: 0.2vw;
  }
  #header .main_con .txt_box p {
    font-size: 1.54vw;
    padding-top: 0.01vw;
  }
  #header .main_con .txt_box .header_btn {
    right: 0vw;
    bottom: -7vw;
    width: 6vw;
    height: 6vw;
  }
  #header .main_con .txt_box .header_btn img {
    width: 1.5vw;
  }
  /* section1 計畫內容 */
  #section1 .list {
    gap: 2vw;
    width: 90%;
  }
  #section1 .list .item {
    width: 28vw;
    height: 35vw;
  }
  #section1 .list .item .card_inner {
    /* 背面 */
  }
  #section1 .list .item .card_inner .hover_con p {
    font-size: clamp(0.7rem, 1.8vw, 0.9375rem);
  }
  #section1 .list .item .card_inner .hover_con .img_con img {
    height: 10vw;
  }
  /* section2 推動成果 */
  #section2 {
    padding: 7vw 4vw;
  }
  #section2 .number_main .list .number {
    font-size: 6vw;
  }
  #section2 .number_main .list .item h5 {
    font-size: 1.6vw;
  }
  #section2 .map_con {
    align-items: flex-start;
  }
  #section2 .map_con .city {
    width: 100%;
    margin-bottom: 2vw;
  }
  #section2 .map_con .city ul {
    justify-content: space-between;
    gap: 1vw;
  }
  #section2 .map_con .city ul li a {
    aspect-ratio: 118/40;
    width: 17vw;
    height: auto;
    font-size: 2vw;
  }
  #section2 .map_con .map {
    width: 60%;
  }
  #section2 .map_con .map img {
    width: 80%;
  }
  #section2 .map_con .school {
    width: 40%;
  }
  #section2 .map_con .school > div a {
    font-size: 2vw;
  }
  /* section3 精彩花絮 */
  #section3 .articles_con .list_con .owl-carousel .item p {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    margin-top: 2vw;
  }
  #section3 .articles_con .list_con .owl-carousel .item p span {
    font-size: clamp(0.9rem, 2vw, 1rem);
  }
  /* section4 教案資源 */
  #section4 .list > div {
    gap: 1.1vw;
    width: 30.5%;
  }
  #section4 .list > div small {
    font-size: 0.78em;
  }
}
@media screen and (max-width: 740px) {
  #header {
    height: auto;
    padding-top: 60px;
    padding-bottom: 72vw;
  }
  #header .main_con {
    height: auto;
    position: relative;
  }
  #header .main_con .kv_img {
    left: 0;
    top: auto;
    bottom: -85vw;
  }
  #header .main_con .kv_img > img {
    width: 100%;
    margin: 0 auto;
  }
  #header .main_con .txt_box {
    position: relative;
    height: auto;
    width: 80%;
    margin: 0 auto;
    right: 0;
  }
  #header .main_con .txt_box h1 {
    width: 100%;
  }
  #header .main_con .txt_box h1 img {
    width: 100%;
    height: auto;
  }
  #header .main_con .txt_box h2 {
    font-size: 1.23rem;
  }
  #header .main_con .txt_box p {
    font-size: 1rem;
    line-height: 1.6;
  }
  #header .main_con .txt_box p br {
    display: none;
  }
  #header .main_con .txt_box .header_btn {
    width: 12vw;
    height: 12vw;
    bottom: -16vw;
    right: auto;
    left: 0;
  }
  #header .main_con .txt_box .header_btn img {
    width: 4vw;
  }
  #section1 {
    padding: 16vw 0 10vw 0;
  }
}
@media screen and (max-width: 680px) {
  section > h5 {
    width: 90%;
    margin: 5vw auto;
    line-height: 1.5;
  }
  /* section1 計畫內容 */
  #section1 .list {
    gap: 4vw;
    width: 100%;
    flex-direction: column;
  }
  #section1 .list .item {
    width: 80vw;
    max-width: 560px;
    max-height: 600px;
    height: clamp(140px, 20vw, 400px);
  }
  #section1 .list .item .card_inner {
    gap: 0;
  }
  #section1 .list .item .card_inner .start_con,
  #section1 .list .item .card_inner .hover_con {
    flex-direction: row;
  }
  #section1 .list .item .card_inner {
    /* 正面 */
  }
  #section1 .list .item .card_inner .start_con {
    gap: 0vw;
  }
  #section1 .list .item .card_inner .start_con .img_con {
    width: clamp(20px, 25vw, 110px);
    height: clamp(20px, 25vw, 110px);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border: 1.8vw solid #D8D8D6;
  }
  #section1 .list .item .card_inner .start_con .img_con img {
    height: clamp(15px, 15vw, 80px);
  }
  #section1 .list .item .card_inner .start_con h6 {
    font-size: clamp(0.9rem, 5vw, 1.375rem);
    letter-spacing: 7%;
    margin: 0;
    width: 45%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #section1 .list .item .card_inner {
    /* 背面 */
  }
  #section1 .list .item .card_inner .hover_con {
    gap: 0.5rem;
    padding-left: 30%;
    flex-direction: column;
  }
  #section1 .list .item .card_inner .hover_con .img_con {
    width: 20%;
    position: absolute;
    left: 10%;
  }
  #section1 .list .item .card_inner .hover_con .img_con img {
    height: auto;
    width: 100%;
  }
  #section1 .list .item .card_inner .hover_con h6 {
    font-size: clamp(0.9rem, 5vw, 1.375rem);
  }
  #section1 .list .item .card_inner .hover_con p {
    font-size: clamp(0.7rem, 3.5vw, 1rem);
  }
  #section1 .list .item .card_inner .hover_con p a {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    background: #BA1110;
    color: #fff;
    border-radius: 60px;
    height: 30px;
    margin-top: 0.5rem;
    border: 1px solid #BA1110;
    transition: all 0.3s;
  }
  #section1 .list .item .card_inner .hover_con p a:hover {
    background: #E31E22;
  }
  #section1 .list .item:nth-child(3) .card_inner .hover_con .img_con {
    width: 35%;
    left: 2%;
  }
  #section1 .list .item:nth-child(6) {
    height: clamp(160px, 38vw, 200px);
  }
  #section2 {
    padding: 10vw 8vw;
  }
  #section2 .number_main .list > img {
    display: none;
  }
  #section2 .number_main .list {
    margin: 5vw 0;
  }
  #section2 .number_main .list .item {
    padding: 3vw 0;
  }
  #section2 .number_main .list .item h5 {
    font-size: 3vw;
    margin-top: 1vw;
  }
  #section2 .number_main .list .item:nth-child(1) .number {
    width: 40vw;
  }
  #section2 .number_main .list .item:nth-child(1) {
    border-bottom: 1px dotted rgba(155, 155, 155, 0.3);
  }
  #section2 .number_main .list .item:nth-child(3) {
    border-left: 1px dotted rgba(155, 155, 155, 0.3);
  }
  #section2 .number_main .list .item:nth-child(3) .number {
    width: 40vw;
  }
  #section2 .number_main .list .item:nth-child(3) {
    border-bottom: 1px dotted rgba(155, 155, 155, 0.3);
  }
  #section2 .number_main .list .item:nth-child(5) .number {
    width: 40vw;
  }
  #section2 .number_main .list .item:nth-child(7) {
    border-left: 1px dotted rgba(155, 155, 155, 0.3);
  }
  #section2 .number_main .list .item:nth-child(7) .number {
    width: 40vw;
  }
  #section2 .number_main .list .number {
    font-size: 8vw;
  }
  #section2 .number_main .city ul li a {
    width: 27vw;
    font-size: 3.7vw;
  }
  #section2 .number_main .map {
    width: 50%;
  }
  #section2 .number_main .map img {
    width: 88%;
    max-width: 229px;
  }
  #section2 .number_main .school > div a {
    font-size: 3.7vw;
  }
  /* section3 精彩花絮 */
  #section3 {
    padding: 10vw 0;
  }
  #section3 .yt_con {
    height: 50vw;
  }
  #section3 .yt_con .play_con {
    height: 50vw;
  }
  #section3 .yt_con .play_con a i {
    width: 12vw;
    height: 12vw;
  }
  #section3 .articles_con .list_con h4 {
    font-size: clamp(1rem, 6vw, 1.625rem);
  }
  #section3 .articles_con .list_con .owl-carousel .item p {
    font-size: clamp(1rem, 4.5vw, 1.125rem);
  }
  #section3 .articles_con .list_con .owl-carousel .item p span {
    font-size: clamp(0.8rem, 3.8vw, 1rem);
  }
  .owl-carousel .owl-nav {
    right: 10px;
    top: -55px;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: clamp(30px, 8.5vw, 42px);
    height: clamp(30px, 8.5vw, 42px);
    border-radius: 50%;
  }
  .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    font-size: clamp(1rem, 8vw, 2.5rem);
    top: clamp(-8px, -1.2vw, 4px);
  }
  /* section4 教案資源 */
  #section4 {
    padding: 10vw 0;
  }
  #section4 .list {
    margin-top: 5vw;
  }
  #section4 .list > div {
    width: 42%;
    gap: 2.6vw;
    padding: 5vw 0;
  }
  #section4 .list > div p {
    font-size: clamp(0.7rem, 3vw, 1rem);
  }
  #section4 .list > div h6 {
    font-size: clamp(0.9rem, 4.5vw, 1.25rem);
  }
  #section4 .list > div small {
    font-size: clamp(0.5rem, 3.1vw, 1rem);
  }
  #section4 .list > div a {
    width: 80%;
    height: clamp(30px, 9vw, 40px);
    font-size: clamp(0.9rem, 4vw, 1.2rem);
  }
  #section4 .list > div a::after {
    aspect-ratio: 14/17;
    width: 2.5w;
    right: 3vw;
  }
}
@media screen and (max-width: 350px) {
  #section4 .list > div a::after {
    display: none;
  }
  .owl-carousel .owl-nav {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 5px;
  }
  .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    font-size: 1.1rem;
    top: 0.1rem;
  }
}/*# sourceMappingURL=main.css.map */