@charset "UTF-8";
main {
  padding: 100px 0;
}

main .page_title {
  letter-spacing: 2px;
}

main .page_title h2 {
  color: #95bc69;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  left: -2px;
}

@media (max-width: 1200px) {
  main .page_title h2 {
    font-size: 30px;
  }
}

main .page_title .breadcrumb {
  font-size: 14px;
  padding: 32px 0;
  background-color: initial;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  main .page_title .breadcrumb {
    padding: 10px 0;
  }
}

main .page_title .breadcrumb .breadcrumb-item, main .page_title .breadcrumb .breadcrumb-item.active {
  color: #4c362a;
}

main .page_title .breadcrumb .breadcrumb-item a, main .page_title .breadcrumb .breadcrumb-item.active a {
  color: #4c362a;
}

main .page_title .breadcrumb-item + .breadcrumb-item::before {
  content: '>';
}

main {
  padding-bottom: 0;
}

main .page_title h2 {
  color: #B0C105;
}

main .swiper {
  overflow: hidden;
  position: relative;
}

main .swiper .sw-left, main .swiper .sw-right {
  position: absolute;
  z-index: 1;
  display: contents;
}

main .swiper .sw-left .swiper-button-next,
main .swiper .sw-left .swiper-button-prev, main .swiper .sw-right .swiper-button-next,
main .swiper .sw-right .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 20px;
  margin-top: 0px;
  z-index: 16;
  top: 40%;
}

@media (max-width: 1200px) {
  main .swiper .sw-left .swiper-button-next,
  main .swiper .sw-left .swiper-button-prev, main .swiper .sw-right .swiper-button-next,
  main .swiper .sw-right .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
}

main .swiper .sw-left .swiper-button-next::after,
main .swiper .sw-left .swiper-button-prev::after, main .swiper .sw-right .swiper-button-next::after,
main .swiper .sw-right .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main .swiper .sw-left {
  left: 0;
}

main .swiper .sw-left .swiper-button-prev::after {
  background-image: url("/images/02-about/02V2/prev-B.png");
}

main .swiper .sw-right {
  right: 0;
}

main .swiper .sw-right .swiper-button-next::after {
  background-image: url("/images/02-about/02V2/next-B.png");
}

main .swiper .swiper-container {
  overflow: initial;
}

main .swiper .swiper-container .swiper-slide {
  height: auto;
}

main .swiper .swiper-container .swiper-slide:last-child .history:after {
  content: initial;
}

main .swiper .swiper-container .swiper-slide .history {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  main .swiper .swiper-container .swiper-slide .history {
    padding-left: 10vw;
  }
}

main .swiper .swiper-container .swiper-slide .history .bg_img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 90px;
  z-index: -1;
}

@media (max-width: 1200px) {
  main .swiper .swiper-container .swiper-slide .history .bg_img {
    left: 66px;
  }
}

@media (max-width: 767px) {
  main .swiper .swiper-container .swiper-slide .history .bg_img {
    left: auto;
    top: 0;
    right: 0;
    width: calc(100% - (51px + 10vw));
  }
}

main .swiper .swiper-container .swiper-slide .history .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .swiper .swiper-container .swiper-slide .history .title {
  width: 75px;
  margin-right: 15px;
  word-break: break-all;
  line-height: 72px;
  color: #e04e1b;
  font-size: 60px;
  font-weight: bold;
  font-family: "Noto Serif TC", serif;
}

@media (max-width: 1200px) {
  main .swiper .swiper-container .swiper-slide .history .title {
    width: 60px;
    margin-right: 10px;
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  main .swiper .swiper-container .swiper-slide .history .title {
    width: 50px;
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    display: inline-table;
  }
}

main .swiper .swiper-container .swiper-slide .history .sub_area {
  width: calc(100% - 110px);
  padding: 10px 10px 30px;
  text-align: justify;
  margin: 15px 15px 16vw;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  display: inline-table;
}

@media (max-width: 1600px) {
  main .swiper .swiper-container .swiper-slide .history .sub_area {
    margin-bottom: 30vw;
  }
}

@media (max-width: 767px) {
  main .swiper .swiper-container .swiper-slide .history .sub_area {
    width: 100%;
    padding-right: 20vw;
    margin-bottom: 30vw;
    margin: 15px 0 30vw 0;
  }
}

main .swiper .swiper-container .swiper-slide .history .sub_area::before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  border-left: 3px solid #BA8251;
}

@media (max-width: 1200px) {
  main .swiper .swiper-container .swiper-slide .history .sub_area::before {
    left: 0;
  }
}

main .swiper .swiper-container .swiper-slide .history .sub_area .sub_title {
  color: #4c362a;
  font-size: 30px;
  font-weight: bold;
  font-family: "微軟正黑體";
}

@media (max-width: 1200px) {
  main .swiper .swiper-container .swiper-slide .history .sub_area .sub_title {
    font-size: 22px;
  }
}

main .swiper .swiper-container .swiper-slide .history .sub_area .info {
  color: #4c362a;
  font-weight: bold;
  line-height: 1.8;
}

@media (max-width: 1200px) {
  main .swiper .swiper-container .swiper-slide .history .sub_area .info {
    font-size: 12px;
    line-height: 21px;
  }
}

@media (max-width: 767px) {
  main .swiper .swiper-container .swiper-slide .history .sub_area .info {
    line-height: 15px;
  }
}

main .swiper .swiper-container .swiper-slide:nth-child(odd) .title, main .swiper .swiper-container .swiper-slide:nth-child(odd) .sub_area {
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

@media (max-width: 1200px) {
  main .swiper .swiper-container .swiper-slide:nth-child(odd) .title, main .swiper .swiper-container .swiper-slide:nth-child(odd) .sub_area {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@media (max-width: 767px) {
  main .swiper .swiper-container .swiper-slide:nth-child(odd) .title, main .swiper .swiper-container .swiper-slide:nth-child(odd) .sub_area {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

main .description .title {
  color: #0076c6;
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Serif TC", serif;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 90px;
}

@media (max-width: 1200px) {
  main .description .title {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  main .description .title {
    padding-top: 45px;
  }
}

main .description p {
  text-align: center;
}

main .description span, main .description p, main .description ul {
  text-align: justify;
  color: #4c362a;
  font-size: 22px;
  font-weight: bold;
  font-family: "微軟正黑體";
  line-height: 1.8;
  padding-bottom: 90px;
  padding-left: 0;
  margin: 0;
}

@media (max-width: 1200px) {
  main .description span, main .description p, main .description ul {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  main .description span, main .description p, main .description ul {
    padding-bottom: 45px;
  }
}

main .description span li, main .description p li, main .description ul li {
  list-style: none;
  margin-bottom: 35px;
}

main .description span li:last-child, main .description p li:last-child, main .description ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  main .description span li, main .description p li, main .description ul li {
    text-align: center;
  }
}

main .description span {
  text-indent: 2em;
  display: block;
  padding: 0;
  line-height: 45px;
}

main .description .old_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .description .old_area .oldlogo_area {
  margin-right: 30px;
}

@media (max-width: 767px) {
  main .description .old_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .description .old_area .oldlogo_area {
    margin-right: 0;
    text-align: center;
  }
}

main .school_bg {
  background-image: url(../../images/02-about/02V2/02.jpg);
  background-size: cover;
  padding-bottom: 70px;
}

main .school_bg .logo img {
  width: 100%;
}

main .school_bg .logo_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
}

@media (max-width: 1200px) {
  main .school_bg .logo_info {
    padding-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main .school_bg .logo_info ul {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  padding-bottom: 0;
  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: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 50px;
}

main .motto {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

main .motto p {
  text-align: center;
}

main .song {
  padding-bottom: 100px;
  background-color: #FFEEF2;
  position: relative;
}

main .song .song_bg_ab {
  width: 100%;
  height: calc(100% - 165px);
  padding: 0 5vw;
  position: absolute;
  top: 165px;
}

@media (max-width: 1200px) {
  main .song .song_bg_ab {
    padding: 0;
  }
}

main .song .song_bg_ab .song_bg_re {
  width: 100%;
  height: 100%;
  position: relative;
}

main .song .song_bg_ab .song_bg_re .song_hr {
  width: 100%;
  height: 100%;
  background-image: url(../../images/02-about/02/bg-02.png);
}

@media (max-width: 1200px) {
  main .song .song_bg_ab .song_bg_re .song_hr {
    background-size: 1200px;
    background-position: 10px;
  }
}

main .song .song_bg_ab .song_bg_re .song_icon {
  position: absolute;
}

@media (max-width: 1200px) {
  main .song .song_bg_ab .song_bg_re .song_icon {
    display: none;
  }
}

main .song .song_bg_ab .song_bg_re .song_icon:nth-of-type(2) {
  top: 100px;
  left: 8vw;
}

main .song .song_bg_ab .song_bg_re .song_icon:nth-of-type(3) {
  top: 200px;
  right: 15vw;
}

main .song .song_bg_ab .song_bg_re .song_icon:nth-of-type(4) {
  bottom: 200px;
  right: 15vw;
}

main .song .song_bg_ab .song_bg_re .song_icon:nth-of-type(5) {
  top: 450px;
  right: 7vw;
}

main .song .song_bg_ab .song_bg_re .song_icon:nth-of-type(6) {
  bottom: 250px;
  left: 8vw;
}

main .song p {
  text-align: center;
  position: relative;
  z-index: 2;
}

main .song .song_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

main .song .song_img .img_boxshadow {
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

main .song .song_img .img_boxshadow img {
  width: 100%;
}
/*# sourceMappingURL=02-02-about-mainV2.css.map */