@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;
}

:target {
  padding-top: 100px;
  margin-top: -100px;
}

.gotop {
  width: 35px;
  height: 35px;
  border: #111518 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: #111518;
  transition: 0.3s;
}

.gotop:hover {
  border: #111518 1px solid;
  background-color: #111518;
}
.gotop:hover a {
  color: #86919a;
}

.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%;
}

.topBar_m {
  display: none;
}

main {
  width: 100%;
}
main img {
  width: 100%;
}

.main_m {
  display: none;
}

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

.title {
  width: 100%;
  margin: 0px auto 5px auto;
}
.title h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  color: #111518;
}

.poterBox {
  width: 100%;
  margin-bottom: 100px;
}
.poterBox .mySwiper_poter {
  width: 100%;
  margin-bottom: 100px;
}
.poterBox .mySwiper_poter .swiper-wrapper {
  display: flex;
  flex-direction: row;
}
.poterBox .mySwiper_poter .swiper-wrapper a {
  text-decoration: none;
}
.poterBox .mySwiper_poter .swiper-wrapper .swiper-slide {
  margin-bottom: 15px;
}
.poterBox .mySwiper_poter .swiper-wrapper .swiper-slide .poterPic {
  padding: 10px 10px 0 10px;
}
.poterBox .mySwiper_poter .swiper-wrapper .swiper-slide .poterPic img {
  width: 100%;
}
.poterBox .mySwiper_poter .swiper-wrapper .swiper-slide h3 {
  padding: 0 10px;
  margin-top: 5px;
  line-height: 1.5rem;
  text-align: left;
  color: #000000;
}

.videoBox {
  width: 100%;
  margin-bottom: 100px;
}
.videoBox .mySwiper_video {
  width: 100%;
  margin-bottom: 100px;
}
.videoBox .mySwiper_video .swiper-wrapper {
  display: flex;
  flex-direction: row;
}
.videoBox .mySwiper_video .swiper-wrapper .swiper-slide h3 {
  margin-top: 10px;
  line-height: 1.5rem;
  text-align: left;
}

.experience {
  width: 100%;
  height: auto;
  margin-bottom: 150px;
  /* 分頁設定 */
}
.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 {
  margin: 10px 1%;
  width: 23%;
}
.experience #list-wrapper .list-item .item .pic {
  width: 100%;
  aspect-ratio: 3/3.5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.experience #list-wrapper .list-item .item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.experience #list-wrapper .list-item .item .article_text h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #111518;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /*超過n行文字消失*/
  margin-bottom: 10px;
}
.experience #list-wrapper .list-item .item .article_text p {
  color: #86919a;
  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 {
  text-decoration: underline;
}
.experience #pagination-container {
  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;
}

.ADbox {
  width: 90%;
  margin: 0 auto;
}
.ADbox .AD_pc {
  display: block;
}
.ADbox .AD_pc img {
  width: 100%;
}
.ADbox .AD_m {
  display: none;
}

footer {
  width: 100%;
  background: #111518;
  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: #86919a;
  text-decoration: underline;
  transition: 0.3s;
}
footer nav ul li a:hover {
  color: #f36c68;
}
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: #86919a;
  font-size: small;
  font-weight: 300;
  line-height: 30px;
}
footer div .bottom_logo a img {
  height: 100%;
}
footer div p {
  display: none;
  color: #86919a;
  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: 1024px) {
  .experience #list-wrapper .list-item {
    margin: 10px 1%;
    width: 31.33%;
  }
}
@media screen and (max-width: 820px) {
  main {
    display: none;
  }
  .main_m {
    display: block;
    width: 100%;
    height: auto;
  }
  .main_m img {
    width: 100%;
  }
  .wrapper {
    width: 80vw;
  }
  footer nav {
    width: 85vw;
  }
  footer div {
    width: 85vw;
  }
  footer div .bottom_logo a img {
    height: 75%;
  }
}
@media screen and (max-width: 767px) {
  .topBar {
    display: none;
  }
  .topBar_m {
    display: block;
    width: 100%;
    height: 40px;
    background: rgb(255, 255, 255);
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .topBar_m nav {
    text-align: right;
    margin-right: 10px;
  }
  .topBar_m nav a {
    height: 24px;
    padding: 8px 0;
    margin: 0 7px;
    line-height: 46px;
  }
  .topBar_m nav a img {
    width: 25%;
    height: 100%;
  }
  main {
    display: none;
  }
  .main_m {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .main_m img {
    width: 100%;
  }
  .wrapper {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin: 0 auto 30px auto;
  }
  .title {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
  }
  .videoBox {
    margin-bottom: 80px;
  }
  .videoBox .title {
    margin-bottom: 10px;
  }
  .videoBox .mySwiper_video {
    width: 100%;
    margin-bottom: 50px;
  }
  .experience {
    margin-bottom: 100px;
    /* 分頁設定 */
  }
  .experience #list-wrapper .list-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .experience #list-wrapper .list-item .item {
    width: 100%;
    padding: 0;
  }
  .experience #list-wrapper .list-item .item .pic {
    height: 60vw;
  }
  .experience #list-wrapper .list-item .item .pic img {
    width: 100%;
  }
  .experience #list-wrapper .list-item .item .article_text {
    text-align: left;
  }
  .experience #list-wrapper .list-item .item .article_text h3 {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
    text-decoration: underline;
    color: #111518;
    margin-bottom: 10px;
  }
  .experience #list-wrapper .list-item .item .article_text p {
    color: #86919a;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
    display: none;
  }
  .experience #pagination-container {
    margin-top: 10px;
  }
  .ADbox {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .ADbox .swiper-slide {
    width: 100%;
  }
  footer {
    margin-top: 50px;
  }
  footer nav {
    width: 90%;
    padding: 0 5%;
  }
  footer nav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  footer nav ul li {
    text-align: center;
  }
  footer nav ul li a {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  footer div {
    width: 90%;
    padding: 0 5%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-self: center;
  }
  footer div .bottom_logo {
    width: auto;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
  }
  footer div .bottom_logo a {
    display: block;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    margin: 0 auto;
  }
  footer div .bottom_logo a img {
    height: 80%;
  }
  footer div .bottom_logo .copyright {
    display: none;
  }
  footer div p {
    display: block;
    font-size: 0.8rem;
    line-height: 1.3rem;
    text-align: center;
  }
}/*# sourceMappingURL=layout.css.map */