@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500&family=Poppins:wght@400;500&display=swap");
@-webkit-keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes logoBounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes logoBounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes dot-move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes dot-move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes gradient-fade {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #f4f4f4);
  }
  100% {
    background: #0056b8;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0056b8), color-stop(100%, #2db8e6));
    background: -webkit-gradient(linear, left top, left bottom, from(#0056b8), to(#2db8e6));
    background: linear-gradient(to bottom, #0056b8 0%, #2db8e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0056b8", endColorstr="#2db8e6", GradientType=0 );
  }
}
@keyframes gradient-fade {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #f4f4f4);
  }
  100% {
    background: #0056b8;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0056b8), color-stop(100%, #2db8e6));
    background: -webkit-gradient(linear, left top, left bottom, from(#0056b8), to(#2db8e6));
    background: linear-gradient(to bottom, #0056b8 0%, #2db8e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0056b8", endColorstr="#2db8e6", GradientType=0 );
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@-webkit-keyframes dotMoveAni {
  0%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
@keyframes dotMoveAni {
  0%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}

.vv iframe {
  width: 24.5%;
  height: 600px;
}


.textEditor {
  margin-top: 0;
}
.textEditor .album {
  float: right;
  width: 300px;
  padding: 0 0 35px 35px;
  list-style: none;
}
.textEditor .album li {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 10px 10px 0;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}
.textEditor .album a {
  display: block;
}
.textEditor .album a img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .textEditor .album {
    float: none;
    margin: 20px auto;
    padding: 0;
  }
  .vv iframe {
  width: 49%;
  height: 500px;
  }
}





.milestonesList .date::after {
  transition: all 0.5s;
}

/*****重點年度*****/
.milestonesFocusList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 70px;
}
@media (min-width: 1301px) {
  .milestonesFocusList {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 641px) and (max-width: 1300px) {
  .milestonesFocusList {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 501px) and (max-width: 640px) {
  .milestonesFocusList {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 961px) {
  .milestonesFocusList li {
    width: calc(100% / 3);
  }
}
@media (min-width: 501px) and (max-width: 960px) {
  .milestonesFocusList li {
    width: calc(100% / 2);
  }
}
@media (max-width: 500px) {
  .milestonesFocusList li {
    width: 100%;
  }
}
@media (min-width: 1301px) {
  .milestonesFocusList li {
    padding: 20px 25px;
  }
}
@media (min-width: 641px) and (max-width: 1300px) {
  .milestonesFocusList li {
    padding: 20px 15px;
  }
}
@media (min-width: 501px) and (max-width: 640px) {
  .milestonesFocusList li {
    padding: 15px 8px;
  }
}
@media (max-width: 500px) {
  .milestonesFocusList li {
    padding: 15px 0;
  }
}
.milestonesFocusList .Img {
  margin-bottom: 15px;
}
.milestonesFocusList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.milestonesFocusList h3 {
  font-size: 23px;
}
.milestonesFocusList .txtExp {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.65;
}

/*****列表*****/
.listTitle {
  margin-top: 50px;
  font-size: 25px;
}
@media (max-width: 640px) {
  .listTitle {
    text-align: center;
  }
  .listTitle::after {
    margin-left: auto;
    margin-right: auto;
  }
}

.milestonesList {
  margin-top: 50px;
}
@media (min-width: 641px) {
  .milestonesList li {
    display: flex;
  }
}
@media (max-width: 640px) {
  .milestonesList li {
    position: relative;
    padding-left: 25px;
  }
}
@media (min-width: 641px) {
  .milestonesList li:last-child .date::before {
    background-color: transparent;
  }
}
@media (max-width: 640px) {
  .milestonesList li:last-child .date::before {
    height: calc(100% - 15px);
  }
}
.milestonesList li:hover .date::after {
  border-color: #0056b8;
  background-color: #0056b8;
}
@media (min-width: 641px) {
  .milestonesList .date {
    position: relative;
    flex-shrink: 0;
    width: 150px;
    margin-right: 50px;
    line-height: 1;
  }
}
.milestonesList .date::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #0056b8;
}
@media (min-width: 641px) {
  .milestonesList .date::before {
    top: 5px;
    right: -1px;
  }
}
@media (max-width: 640px) {
  .milestonesList .date::before {
    top: 10px;
    left: -1px;
  }
}
.milestonesList .date::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid #0056b8;
  border-radius: 50%;
  background-color: #f4f4f4;
}
@media (min-width: 641px) {
  .milestonesList .date::after {
    top: 5px;
    right: -7px;
  }
}
@media (max-width: 640px) {
  .milestonesList .date::after {
    top: 10px;
    left: -7px;
  }
}
.milestonesList .date strong, .milestonesList .date span {
  display: inline-block;
  vertical-align: middle;
}
.milestonesList .date strong {
  font-size: 24px;
  padding-bottom: 20px;
}
.milestonesList .date span {
  font-size: 14px;  
padding-bottom: 10px;
}
@media (min-width: 641px) {
  .milestonesList .textEditor {
    flex-grow: 1;
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .milestonesList .textEditor {
    padding-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .vv iframe {
  width: 49%;
  height: 300px;
  }
}


