@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
:root {
  --main_color: #1148a3
;
}

html {
  overflow-y: auto !important;
}

body {
  padding: 0;
  margin: 0;
}

* {
  font-family: 'Noto Sans TC', sans-serif;
  box-sizing: border-box;
}

.v-navigation-drawer__content .v-list {
  padding: 0;
}

.v-navigation-drawer__content .language-container img {
  height: 30px;
  margin-top: 6px;
}

.v-navigation-drawer__content .v-list-item--link {
  border-bottom: 1px dashed rgba(190, 190, 190, 0.699);
}

.v-navigation-drawer__content .btn-container {
  transition: all .3s;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.v-navigation-drawer__content .btn-container input {
  width: 0;
  transition: all .3s;
  border: none;
  outline: none;
  background-color: transparent;
}

.v-navigation-drawer__content .btn-container img {
  height: 30px;
}

.v-navigation-drawer__content .btn-container.active {
  padding: 5px 10px;
  background-color: #f7f7f7;
}

.v-navigation-drawer__content .btn-container.active img {
  transform: scale(0.8);
}

.v-navigation-drawer__content .btn-container.active input {
  background-color: #f7f7f7;
  transition: all 0.2rgb 255, 255, 255;
  opacity: 1;
  width: 100%;
  height: 24px;
}

.v-list-item__content a {
  text-decoration-line: none;
  color: black !important;
}

.v-menu__content {
  position: absolute !important;
}

.v-menu__content .v-list-item__title {
  line-height: 1.2rem !important;
}

.fixed-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 15;
}

.fixed-top button {
  width: 50px;
  height: 50px !important;
  min-width: 50px !important;
  color: white !important;
  background-color: #fd6d04 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 20px !important;
}

.top-ps-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 150px;
  z-index: 5;
  background-color: white;
  transition: all .3s;
}

@media (max-width: 991px) {
  .top-ps-fixed {
    height: 70px;
  }
}

.top-ps-fixed.active {
  top: -100px;
}

@media (max-width: 991px) {
  .top-ps-fixed.active {
    top: 0;
  }
}

.top-system {
  width: 70%;
  margin: 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1200px) {
  .top-system {
    width: 85%;
  }
}

@media (max-width: 991px) {
  .top-system {
    height: 60px;
  }
}

@media (max-width: 768px) {
  .top-system {
    width: 95%;
  }
}

.top-system .right-mobile {
  display: none;
}

.top-system .right {
  margin-top: 10px;
  display: flex;
}

.top-system .right .btn-container {
  margin-left: 15px;
  transition: all .3s;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-system .right .btn-container input {
  width: 0;
  transition: all .3s;
  border: none;
  outline: none;
  background-color: transparent;
}

.top-system .right .btn-container.active {
  padding: 5px 10px;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 10px 1px #cfcfcf;
}

.top-system .right .btn-container.active img {
  transform: scale(0.8);
}

.top-system .right .btn-container.active button {
  height: 50px;
}

.top-system .right .btn-container.active input {
  background-color: #f7f7f7;
  transition: all 0.2rgb 255, 255, 255;
  opacity: 1;
  width: 150px;
  height: 24px;
}

.top-system .right .language-container {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

@media (max-width: 991px) {
  .top-system .right {
    display: none;
  }
  .top-system .right-mobile {
    display: block;
    margin-top: 10px;
  }
  .top-system .right-mobile .v-icon {
    color: #969696 !important;
    font-size: 36px;
    height: 36px;
    width: 36px;
  }
}

@media (max-width: 991px) {
  .top-system {
    height: 68px;
  }
  .top-system .right img {
    width: 35px;
  }
  .top-system .right .btn-container.active button {
    height: 35px;
  }
  .top-system .right .btn-container.active input {
    width: 125px;
  }
  .top-system .left {
    display: flex;
  }
  .top-system .left a {
    width: 80%;
  }
  .top-system .left svg {
    width: 100%;
    display: block;
    max-width: 250px;
    min-width: 250px;
  }
}

@media (max-width: 576px) {
  .top-system .right {
    flex-direction: column;
    align-items: flex-end;
  }
  .top-system .right .btn-container {
    margin-left: 0;
  }
  .top-system .right .btn-container.active input {
    font-size: 14px;
  }
  .top-system .left {
    display: flex;
  }
  .top-system .left a {
    width: 80%;
  }
  .top-system .left img {
    min-width: 100px;
    width: 100%;
    display: block;
  }
}

.navbar {
  background-color: #1148a3;
  z-index: 15;
}

@media (max-width: 991px) {
  .navbar {
    display: none;
  }
}

.navbar.active {
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar .container {
  width: 70%;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 0;
  height: 50px;
  overflow: hidden;
  transition: all .3s;
}

@media (max-width: 1200px) {
  .navbar .container {
    width: 85%;
  }
}

.navbar .container .menu {
  display: none;
}

.navbar .container .menu i {
  transition: all .3s;
}

.navbar .container div {
  text-align: center;
  width: calc(100%/7);
  position: relative;
  z-index: 1;
  line-height: 50px;
}

.navbar .container .canvas {
  background-color: #072a64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-350%, 150%);
  height: 100%;
  z-index: 0;
  width: calc(100%/7);
  transition: all .3s;
}

.navbar .container a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .navbar .container {
    flex-direction: column;
    width: 100%;
    background-color: #1148a3;
    transition: all .3s;
  }
  .navbar .container.active {
    height: 45vh;
  }
}

@media (max-width: 991px) and (max-height: 900px) {
  .navbar .container.active {
    height: 50vh;
  }
}

@media (max-width: 991px) and (max-height: 736px) {
  .navbar .container.active {
    height: 70vh;
  }
}

@media (max-width: 991px) {
  .navbar .container.active .menu i {
    transform: rotate(90deg);
  }
  .navbar .container div:not(.menu) {
    width: 100%;
    border-bottom: 1px solid #c3c3c357;
  }
  .navbar .container div:last-child {
    border-bottom: none;
  }
  .navbar .container .menu {
    width: 100%;
    display: block;
    color: white;
    font-size: 30px;
  }
  .navbar .container .canvas {
    display: none;
  }
}

.v-icon {
  color: white !important;
}

@media (max-width: 576px) {
  .v-carousel__controls__item {
    width: 22px !important;
    height: 22px !important;
  }
  .v-carousel__controls__item .v-icon {
    font-size: 14px !important;
  }
}

.v-item--active .v-btn__content .mdi-circle {
  opacity: 1 !important;
}

.v-window {
  margin-top: 149px;
  height: auto !important;
}

@media (max-width: 991px) {
  .v-window {
    margin-top: 60px;
  }
}

.v-window .v-image {
  height: auto !important;
}

.v-window .v-image .v-responsive__sizer {
  padding-bottom: 41% !important;
}

.v-window .v-image .v-image__image {
  background-size: contain;
}

.v-window .v-image img {
  width: 100%;
}

.news-container {
  width: 70%;
  margin: 50px auto;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .news-container {
    width: 85%;
  }
}

@media (max-width: 576px) {
  .news-container {
    margin: 50px auto;
    margin-bottom: 15px;
  }
}

@media (max-width: 416px) {
  .news-container {
    width: 98%;
  }
}

.news-container .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.news-container .top .left {
  font-size: 36px;
  display: flex;
  align-items: center;
}

@media (max-width: 450px) {
  .news-container .top .left {
    font-size: 7vmin;
  }
}

.news-container .top .left img {
  margin-right: 10px;
}

@media (max-width: 576px) {
  .news-container .top .left img {
    width: 30px;
  }
}

.news-container .top .right {
  transition: all .3s;
}

.news-container .top .right a {
  font-size: 24px;
  color: black;
  text-decoration: none;
}

@media (max-width: 450px) {
  .news-container .top .right a {
    font-size: 5vmin;
  }
}

.news-container .top .right:hover {
  transform: scale(1.1);
}

.news-container hr {
  border: none;
  height: 4px;
  background-color: #1148a3;
}

.news-container .content-container {
  padding: 25px 10px;
  display: flex;
  transition: all .3s;
  cursor: pointer;
  justify-content: space-between;
  position: relative;
}

.news-container .content-container .mask-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .news-container .content-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.news-container .content-container .left {
  padding: 25px;
  background-color: #e8f1ff;
  color: var(--main_color);
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
  .news-container .content-container .left {
    width: 100px;
    height: auto;
    padding: 10px;
  }
}

.news-container .content-container .left .date {
  font-size: 36px;
}

@media (max-width: 576px) {
  .news-container .content-container .left .date {
    font-size: 24px;
  }
}

@media (max-width: 450px) {
  .news-container .content-container .left .date {
    font-size: 5vmin;
  }
}

.news-container .content-container .mid {
  padding: 15px 10px;
  width: 77%;
  user-select: none;
}

@media (max-width: 768px) {
  .news-container .content-container .mid {
    width: 60%;
  }
}

.news-container .content-container .mid .ps-title {
  transition: all .3s;
  font-weight: 900;
  font-size: 1.25rem;
}

@media (max-width: 450px) {
  .news-container .content-container .mid .ps-title {
    font-size: 5vmin;
  }
}

.news-container .content-container .mid .content-tx {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 450px) {
  .news-container .content-container .mid .content-tx {
    font-size: 4vmin;
  }
}

.news-container .content-container .right {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-container .content-container .right .mask-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-container .content-container .right i {
  font-size: 36px;
  transition: all .3s;
}

@media (max-width: 576px) {
  .news-container .content-container .right i {
    font-size: 6vmin;
  }
}

.news-container .content-container:hover {
  transform: scale(1.02);
  box-shadow: 1px 1px 10px 1px #e4e4e4;
}

.news-container .content-container:hover .mid .title {
  color: #4ea03d;
}

.news-container .content-container:hover .right i {
  color: #4ea03d;
}

.footer {
  position: relative;
  margin-top: 50px;
  height: 300px;
  background-image: url("/img/images/footer.jpg");
  background-size: cover;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .footer {
    height: auto;
  }
}

.footer .container {
  max-width: 1500px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}

.footer .container .content {
  padding: 0 30px;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  color: white;
}

.footer .container .content .left {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .footer .container .content .left {
    flex-grow: 1;
  }
}

.footer .container .content .left a {
  color: white;
  text-decoration: none;
  margin: 15px 0;
  width: 33%;
  display: flex;
  align-items: center;
}

.footer .container .content i {
  font-size: 12px;
  margin-right: 5px;
}

.footer .container .content .mid {
  width: 21%;
}

.footer .container .content .mid a {
  color: white;
  text-decoration: none;
  margin: 15px 0;
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .footer .container .content .mid {
    width: 40%;
  }
}

.footer .container .content .mid .connection {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.footer .container .content .mid .connection img {
  margin-right: 5px;
}

@media (max-width: 991px) {
  .footer .container .content {
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
  }
  .footer .container .content .left {
    width: 100%;
  }
  .footer .container .content .left a {
    justify-content: center;
    margin: 15px 0;
  }
}

@media (max-width: 991px) and (max-width: 576px) {
  .footer .container .content .left a {
    justify-content: flex-start;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .footer .container .content .mid {
    width: 100%;
    margin: 15px 0;
  }
  .footer .container .content .mid .connection {
    justify-content: center;
  }
}

@media (max-width: 991px) and (max-width: 576px) {
  .footer .container .content .mid .connection {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .footer .container .content .right {
    width: 100%;
    margin: 15px 0;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 991px) and (max-width: 576px) {
  .footer .container .content .right img {
    width: 80%;
    min-width: 200px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .footer .container .content .right {
    order: -1;
  }
}

.footer .container .bottom {
  color: #a9c9ff;
  text-align: center;
}

.footer .container .bottom a {
  color: #a9c9ff;
  text-decoration: none;
}

@media (max-width: 576px) {
  .footer .container .bottom {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .footer .container {
    height: auto;
  }
}
/*# sourceMappingURL=index.css.map */
