@charset "UTF-8";
body {
  font-family: "Noto Sans CJK TC", Arial, sans-serif;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.full-page {
  height: 100vh;
}

.gotop {
  width: 35px;
  height: 35px;
  border: #000000 1px solid;
  text-align: center;
  border-radius: 300px;
  position: fixed;
  right: 30px;
  bottom: 200px;
  z-index: 9999;
  transition: 0.3s;
  opacity: 0;
}
.gotop a {
  font-size: 0.8rem;
  line-height: 35px;
  color: #000000;
  transition: 0.3s;
}

.gotop:hover {
  border: #494949 1px solid;
}
.gotop:hover a {
  color: #494949;
}

.topBar {
  width: auto;
  height: 45px;
  position: absolute;
  top: 20px;
  right: 3%;
  z-index: 999;
}
.topBar nav {
  display: flex;
  flex-direction: row;
}
.topBar nav a {
  display: block;
  width: auto;
  height: 25px;
  padding: 10px 0;
  text-decoration: none;
  margin: 0 15px;
}
.topBar nav a img {
  height: 100%;
}

main {
  width: 100%;
  position: relative;
}
main .slogan {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bolder;
  letter-spacing: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  text-shadow: rgba(0, 0, 0, 0.4) 0em 0em 0.3em;
}
main video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main video {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
main video:focus {
  outline: none;
}

.wrapper {
  width: 65vw;
  min-width: 1080px;
  max-width: 1400px;
  margin: 50px auto;
}

.title {
  width: 100%;
  margin: 0px auto 30px auto;
}
.title h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3rem;
  color: #000000;
  border-top: #c9c9c9 1px solid;
  border-bottom: #c9c9c9 1px solid;
}

.official {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
.official .box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
.official .box .videoBox, .official .box .article {
  width: 48%;
}
.official .box .videoBox p, .official .box .article p {
  color: #494949;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /*超過n行文字消失*/
  margin-top: 5px;
}
.official .box .videoBox iframe, .official .box .article iframe {
  width: 100%;
  aspect-ratio: 1.5/1;
}
.official .box .videoBox .pic img, .official .box .article .pic img {
  width: 100%;
}

.experience {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  /* 分頁設定 */
}
.experience #list-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.experience #list-wrapper a {
  text-decoration: none;
  display: block;
}
.experience #list-wrapper .list-item, .experience #list-wrapper .list-item_new {
  margin: 10px 1%;
  width: 23%;
}
.experience #list-wrapper .list-item .item .pic, .experience #list-wrapper .list-item_new .item .pic {
  width: 100%;
}
.experience #list-wrapper .list-item .item .pic img, .experience #list-wrapper .list-item_new .item .pic img {
  width: 100%;
}
.experience #list-wrapper .list-item .item .pic, .experience #list-wrapper .list-item_new .item .pic {
  width: 100%;
  height: 15vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.experience #list-wrapper .list-item .item .pic img, .experience #list-wrapper .list-item_new .item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.experience #list-wrapper .list-item .item .article_text h3, .experience #list-wrapper .list-item_new .item .article_text h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 10px;
}
.experience #list-wrapper .list-item .item .article_text p, .experience #list-wrapper .list-item_new .item .article_text p {
  color: #494949;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /*超過n行文字消失*/
  transform: 1s ease;
}
.experience #list-wrapper .list-item .item .article_text p:hover, .experience #list-wrapper .list-item_new .item .article_text p:hover {
  text-decoration: underline;
}
.experience #pagination-container, .experience #pagination-container_new {
  width: 100%;
  margin-top: 50px;
}
.experience .simple-pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.experience .simple-pagination ul a {
  margin: 0 5px;
  font-size: 0.7rem;
  color: #999;
  padding: 6px 8px;
  border-radius: 6px;
}
.experience .simple-pagination ul a:hover {
  background: rgb(223, 223, 223);
}
.experience .simple-pagination ul .current {
  margin: 0 5px;
  font-size: 0.7rem;
  color: rgb(41, 41, 41);
  border: 1px solid rgb(41, 41, 41);
  padding: 6px 8px;
  border-radius: 6px;
}

.section {
  width: 100%;
  margin: 0 auto;
}

.fixed-image .inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.fixed-image .inner .image {
  width: 48%;
  overflow: hidden;
  position: sticky;
  top: 20px;
  text-decoration: none;
}
.fixed-image .inner .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin-bottom: 10px;
}
.fixed-image .inner .image h2 {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #000000;
}
.fixed-image .inner .image h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 5px;
}
.fixed-image .inner .image p {
  width: 100%;
  margin-left: auto;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #494949;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /*超過n行文字消失*/
  transform: 1s ease;
}
.fixed-image .inner .image p:hover {
  text-decoration: underline;
}
.fixed-image .inner .content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fixed-image .inner .content a {
  text-decoration: none;
}
.fixed-image .inner .content a h2 {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #000000;
}
.fixed-image .inner .content a h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 5px;
}
.fixed-image .inner .content a p {
  width: 100%;
  margin-left: auto;
  margin-bottom: 20px;
  margin-top: 5px;
  color: #494949;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /*超過n行文字消失*/
  transform: 1s ease;
}
.fixed-image .inner .content a p:hover {
  text-decoration: underline;
}
.fixed-image .inner .content a .pic {
  width: 100%;
  margin-bottom: 10px;
}
.fixed-image .inner .content a .pic img {
  width: 100%;
}

footer {
  width: 100%;
  background: #494949;
  padding: 20px 0;
  margin-top: 150px;
}
footer nav {
  width: 80vw;
  margin: 0 auto;
}
footer nav ul {
  display: flex;
  flex-direction: row;
}
footer nav ul li {
  margin: 0 10px 20px 0;
}
footer nav ul li a {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 2rem;
  color: #ffffff;
  text-decoration: underline;
  transition: 0.3s;
}
footer nav ul li a:hover {
  color: #fca8c8;
}
footer div {
  width: 80vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-self: start;
}
footer div .bottom_logo {
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
}
footer div .bottom_logo a {
  height: 30px;
  margin-right: 20px;
  color: #ffffff;
  font-size: small;
  font-weight: 300;
  line-height: 30px;
}
footer div .bottom_logo a img {
  height: 100%;
}
footer div p {
  display: none;
  color: #ffffff;
  font-size: small;
  font-weight: 300;
  padding-top: 15px;
}

@media screen and (max-width: 1680px) {
  .wrapper {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw;
  }
  footer nav {
    width: 80vw;
  }
  footer ul {
    width: 80vw;
  }
}
@media screen and (max-width: 1440px) {
  .wrapper {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw;
  }
  footer nav {
    width: 80vw;
  }
  footer ul {
    width: 80vw;
  }
}
@media screen and (max-width: 1280px) {
  .topBar {
    height: 30px;
    top: 20px;
    right: 3%;
  }
  .topBar nav a {
    height: 20px;
    margin: 0 12px;
  }
  .wrapper {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw;
  }
  .fixed-image .inner .image img {
    height: 33vw;
    -o-object-position: center top;
       object-position: center top;
  }
  footer nav {
    width: 80vw;
  }
  footer ul {
    width: 80vw;
  }
}
@media screen and (max-width: 1024px) {
  .fixed-image .inner .image img {
    height: auto;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (max-width: 820px) {
  .wrapper {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw;
  }
  footer nav {
    width: 90%;
  }
  footer div {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .gotop {
    width: 35px;
    height: 35px;
    border: #000000 1px solid;
    text-align: center;
    border-radius: 300px;
    position: fixed;
    right: 30px;
    bottom: 200px;
    z-index: 9999;
    transition: 0.3s;
    opacity: 0;
  }
  .gotop a {
    font-size: 0.8rem;
    line-height: 35px;
    color: #000000;
    transition: 0.3s;
  }
  .topBar {
    width: 100%;
    height: 40px;
    background: rgba(227, 223, 219, 0.75);
    top: 0;
    right: 0;
  }
  .topBar nav {
    justify-content: flex-end;
    margin-right: 10px;
  }
  .topBar nav a {
    height: 24px;
    padding: 8px 0;
    margin: 0 7px;
  }
  main {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  main .slogan {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
    text-shadow: rgba(0, 0, 0, 0.4) 0em 0em 0.3em;
    text-align: center;
  }
  .wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
  .title {
    width: 90%;
    text-align: center;
  }
  .title h3 {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 5px 0;
  }
  .official {
    width: 90%;
    height: auto;
    margin: 0 auto 50px auto;
  }
  .official .box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .official .box .videoBox, .official .box .article {
    width: 100%;
  }
  .experience {
    width: 100%;
    text-align: center;
  }
  .experience #list-wrapper {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .experience #list-wrapper .list-item, .experience #list-wrapper .list-item_new {
    width: 100%;
    margin-bottom: 10px;
  }
  .experience #list-wrapper .list-item .item, .experience #list-wrapper .list-item_new .item {
    width: 100%;
    padding: 0;
  }
  .experience #list-wrapper .list-item .item .pic, .experience #list-wrapper .list-item_new .item .pic {
    height: 60vw;
    padding: 0;
    margin-bottom: 10px;
  }
  .experience #list-wrapper .list-item .item .pic img, .experience #list-wrapper .list-item_new .item .pic img {
    height: auto;
    width: 110%;
    left: 50%;
  }
  .experience #list-wrapper .list-item .item .article_text, .experience #list-wrapper .list-item_new .item .article_text {
    text-align: left;
  }
  .experience #list-wrapper .list-item .item .article_text h3, .experience #list-wrapper .list-item_new .item .article_text h3 {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
    text-decoration: underline;
    color: #000000;
    margin-bottom: 10px;
  }
  .experience #list-wrapper .list-item .item .article_text p, .experience #list-wrapper .list-item_new .item .article_text p {
    color: #494949;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
    display: none;
  }
  /* 分頁設定 */
  #pagination-container, #pagination-container_new {
    margin-top: 20px;
  }
  .fixed-image .inner {
    width: 100%;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .fixed-image .inner .image {
    width: 100%;
  }
  .fixed-image .inner .image h2 {
    width: 90%;
    margin: 0 auto 5px auto;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000000;
  }
  .fixed-image .inner .image h3 {
    width: 90%;
    margin: 0 auto 5px auto;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
    text-decoration: underline;
    color: #000000;
  }
  .fixed-image .inner .image p {
    width: 90%;
    margin: 0 auto 80px auto;
    color: #494949;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
  }
  .fixed-image .inner .content {
    width: 100%;
    background: #ffffff;
    z-index: 9999999;
  }
  .fixed-image .inner .content a {
    text-decoration: none;
  }
  .fixed-image .inner .content a h2 {
    width: 90%;
    margin: 0 auto 5px auto;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000000;
  }
  .fixed-image .inner .content a h3 {
    width: 90%;
    margin: 0 auto 5px auto;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
    text-decoration: underline;
    color: #000000;
  }
  .fixed-image .inner .content a p {
    width: 90%;
    margin: 0 auto 30px auto;
    color: #494949;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
  }
  .fixed-image .inner .content a .pic {
    width: 100%;
    margin-bottom: 10px;
  }
  .fixed-image .inner .content a .pic img {
    width: 100%;
  }
  footer {
    margin-top: 150px;
  }
  footer nav {
    width: 90%;
  }
  footer nav ul {
    width: 100%;
  }
  footer nav ul li {
    margin: 0 10px 20px 0;
  }
  footer nav ul li a {
    font-size: small;
    letter-spacing: 0px;
    line-height: 1.6rem;
  }
  footer div {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-self: start;
  }
  footer div .bottom_logo {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  footer div .bottom_logo a {
    height: 30px;
    padding: 5px 0;
    margin-right: 20px;
  }
  footer div .bottom_logo a img {
    height: 100%;
  }
  footer div .bottom_logo .copyright {
    display: none;
  }
  footer div p {
    display: block;
    color: #ffffff;
    font-size: small;
    font-weight: 300;
    padding-top: 15px;
    line-height: 1.3rem;
  }
}
@media screen and (max-width: 375px) {
  .experience {
    width: 100%;
  }
  /* 分頁設定 */
  #pagination-container, #pagination-container_new {
    margin-top: 20px;
  }
}
@media screen and (max-width: 320px) {
  .experience {
    width: 100%;
  }
  /* 分頁設定 */
  #pagination-container, #pagination-container_new {
    margin-top: 20px;
  }
}/*# sourceMappingURL=layout.css.map */