@font-face {
  font-family: zw;
  src: url(NotoSansTC-Medium.otf);
}
@-webkit-keyframes title-motion {
  from {
    opacity: 0;
    top: 10vw;
  }
  to {
    opacity: 1;
    top: 12vw;
  }
}
@keyframes title-motion {
  from {
    opacity: 0;
    top: 10vw;
  }
  to {
    opacity: 1;
    top: 12vw;
  }
}
@-webkit-keyframes opaque {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opaque {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes move-opaque {
  0% {
    bottom: 0;
    opacity: 0;
  }
  10% {
    bottom: 10px;
    opacity: 1;
  }
  90% {
    bottom: 10px;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes move-opaque {
  0% {
    bottom: 0;
    opacity: 0;
  }
  10% {
    bottom: 10px;
    opacity: 1;
  }
  90% {
    bottom: 10px;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
@-webkit-keyframes rotate-motion {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(8deg);
  }
  60% {
    transform: rotate(-6deg);
  }
  80% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes rotate-motion {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(8deg);
  }
  60% {
    transform: rotate(-6deg);
  }
  80% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@-webkit-keyframes moving {
  from {
    left: 100%;
  }
  to {
    left: -1000px;
  }
}
@keyframes moving {
  from {
    left: 100%;
  }
  to {
    left: -1000px;
  }
}
@-webkit-keyframes moving2 {
  0% {
    left: 100%;
  }
  60% {
    left: -1000px;
  }
  100% {
    left: -1000px;
  }
}
@keyframes moving2 {
  0% {
    left: 100%;
  }
  60% {
    left: -1000px;
  }
  100% {
    left: -1000px;
  }
}
html, body {
  position: relative;
}

html {
  font-family: zw;
  font-size: min(20px, 2vw);
}

body {
  overflow-x: hidden;
  width: 100vw;
}
body > img {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-auto::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 0.5rem;
}

.overflow-y-auto::-webkit-scrollbar {
  width: 0.5rem;
}

.overflow-y-auto::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

button[type=button] {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.abs {
  position: absolute;
}

.mobile {
  display: none !important;
}

.hover-filter:hover {
  background-blend-mode: screen;
  background-color: #000;
}

.hover .b {
  display: none;
}
.hover img:not(.orignal) {
  width: 100%;
}

.header {
  position: fixed;
  width: 100%;
  height: min(8vw, 128px);
  min-height: 57px;
  background-color: #fff;
  z-index: 2;
  clear: both;
}
.header .btn-menu {
  display: none;
}
.header .logo1, .header .logo2 {
  position: fixed;
  width: min(200px, 14vw);
  min-width: 107px;
  top: min(4vw, 64px);
  transform: translateY(-50%);
}
.header .logo1 {
  left: 3rem;
}
.header .logo2 {
  left: min(315px, 21vw);
}
.header .nav {
  position: fixed;
  top: min(4vw, 64px);
  transform: translateY(-50%);
  right: 3rem;
}
.header .nav .menu-nav {
  display: block;
}
.header .nav .menu-nav .menu-nav__item {
  display: inline;
  padding-left: 0.5rem;
}
.header .nav .menu-nav .menu-nav__item .menu-nav__link {
  text-decoration: none;
  color: #373737;
  padding-top: 0.75rem;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  background-position: center -100%;
}
.header .nav .menu-nav .menu-nav__item .menu-nav__link:hover {
  color: #f5b414;
  background-image: url(img/menu-love.svg);
  background-size: 0.675rem;
  background-position: center top;
  background-repeat: no-repeat;
}

.article {
  width: 100vw;
}
.article section {
  width: 100%;
  overflow-x: hidden;
}
.article section:not(#s4) {
  padding-top: min(8vw, 128px) !important;
}
.article #main {
  overflow: hidden;
  position: relative;
}
.article #main .mobile.bg {
  position: absolute;
  bottom: 0;
  min-height: 100%;
}
.article #main .bg {
  width: 100%;
}
.article #main .title {
  position: absolute;
  width: 20vw;
  left: 2.5vw;
  -webkit-animation: title-motion 2s forwards;
          animation: title-motion 2s forwards;
}
.article #main a, .article #main img.model {
  position: absolute;
}
.article #main .m1 {
  top: 20vw;
  left: 16vw;
  transform: rotate(-10deg);
  width: 18vw;
  opacity: 0;
  -webkit-animation: opaque 1s 1s forwards;
          animation: opaque 1s 1s forwards;
}
.article #main .m2 {
  top: 10vw;
  left: 27.6vw;
  width: 14.8vw;
  opacity: 0;
  -webkit-animation: opaque 1s 1.5s forwards;
          animation: opaque 1s 1.5s forwards;
}
.article #main .m3 {
  top: 11vw;
  left: 74vw;
  transform: rotate(5deg);
  width: 15.8vw;
  opacity: 0;
  -webkit-animation: opaque 1s 2s forwards;
          animation: opaque 1s 2s forwards;
}
.article #main .m4 {
  top: 26vw;
  left: 84vw;
  transform: rotate(2deg);
  width: 13.2vw;
  opacity: 0;
  -webkit-animation: opaque 1s 2.5s forwards;
          animation: opaque 1s 2.5s forwards;
}
.article #main img.model {
  bottom: 1vw;
}
.article #main img.model.pc {
  left: 32vw;
  width: 50vw;
}
.article #main img.model.mobile {
  left: 5vw;
  width: 90vw;
}
.article #s1 {
  max-height: 500px;
  background-image: url(img/01/02-bg.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
  padding-bottom: min(35vh, 210px);
  width: 100vw;
  overflow: hidden;
  margin-top: max(-20px, -1.04vw);
}
.article #s1 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 80vw;
  margin: 0 auto;
}
.article #s1 > div > a > img {
  max-width: 203px;
  min-width: 145px;
}
.article #s1 > div > img {
  display: block;
  margin: 1rem;
  width: min(417px, 30vw);
  min-width: 298px;
}
.article #s1 .loop-move {
  position: absolute;
  bottom: 15px;
  left: 100%;
  width: 1000px;
}
.article #s1 .loop-move.motion1 {
  -webkit-animation: moving 30s linear infinite;
          animation: moving 30s linear infinite;
}
.article #s1 .loop-move.motion2 {
  -webkit-animation: moving 30s linear 15s infinite;
          animation: moving 30s linear 15s infinite;
}
.article #s1 .highlight {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  width: 100vw;
}
.article #s1 .highlight .cycle-slideshow {
  width: 100%;
  height: 148px;
  margin: 0 10px;
}
.article #s1 .highlight.motion {
  -webkit-animation: move-opaque 5s ease-in-out infinite alternate;
          animation: move-opaque 5s ease-in-out infinite alternate;
}
.article #s1 .highlight.motion2 {
  -webkit-animation: move-opaque 5s ease-in-out 2s infinite alternate;
          animation: move-opaque 5s ease-in-out 2s infinite alternate;
}
.article #s2 {
  background-color: rgb(254, 252, 237);
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 3rem;
  text-align: center;
}
.article #s2 .swiper {
  width: 90%;
  margin-top: 2rem;
  max-width: 1000px;
}
.article #s2 .swiper-slide {
  position: relative;
  padding-bottom: 2rem;
  box-sizing: content-box;
}
.article #s2 .swiper-slide p {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -2rem;
  font-size: min(2rem, 20px);
}
.article #s2 .swiper-slide .all-width {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.article #s2 .swiper-slide .all-width img {
  width: 100%;
}
.article #s2 .swiper .swiper-button-next,
.article #s2 .swiper .swiper-button-prev {
  width: min(50px, 8vw);
}
.article #s3 {
  background-image: url(img/03/bg.png);
  padding: 2rem;
}
.article #s3 .taiwan {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  width: 90%;
  max-width: 1200px;
  flex-wrap: wrap;
}
.article #s3 .taiwan .text {
  width: 33%;
}
.article #s3 .taiwan > div {
  margin: 3rem;
  position: relative;
  width: 39.75%;
  padding-right: 3rem;
}
.article #s3 .taiwan > div .hourse {
  top: 5%;
  left: 85%;
  width: 47.8%;
}
.article #s3 .taiwan > div .tint1 {
  top: 20%;
  left: 51%;
  width: 82.18%;
}
.article #s3 .taiwan > div .tint2 {
  top: 35%;
  left: 30%;
  width: 73.16%;
}
.article #s3 .taiwan > div .tint3 {
  top: 50%;
  left: 40%;
  width: 73.16%;
}
.article #s3 .taiwan > div .link {
  bottom: 0;
  left: 80%;
  width: 60%;
}
.article #s3 .taiwan > div .taiwan-img {
  width: 100%;
}
.article #s3 .event {
  position: relative;
  margin: 1rem auto;
  width: 90%;
  max-width: 1200px;
}
.article #s3 .event .bg {
  width: 100%;
}
.article #s3 .event .ett {
  top: 10%;
  left: 20%;
  width: 26%;
}
.article #s3 .event .et1 {
  bottom: 55%;
  left: 3.5%;
  width: 20.3%;
}
.article #s3 .event .et2 {
  top: 60%;
  left: 3.5%;
  width: 17.75%;
}
.article #s3 .event .et3 {
  top: 60%;
  left: 27.5%;
  width: 27.4%;
}
.article #s3 .event .et4 {
  bottom: 55%;
  left: 30%;
  width: 27.3%;
}
.article #s3 .event .et5 {
  top: 60%;
  left: 63.5%;
  width: 27.75%;
}
.article #s3 .event .et6 {
  bottom: 55%;
  left: 65%;
  width: 32.1%;
}
.article #s4 .bg {
  width: 100vw;
  background-image: url(img/04/bg1.png);
  background-repeat: repeat;
}
.article #s4 .bg div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.article #s4 .bg div .pc:not(.title), .article #s4 .bg div .mobile {
  width: 100%;
}
.article #s4 .bg div .abs:hover:not(.title) {
  -webkit-animation: rotate-motion 2s ease-in-out;
          animation: rotate-motion 2s ease-in-out;
}
.article #s4 .bg div .title {
  width: 32%;
  margin: 1.5rem;
}
.article #s4 .bg div .text1 {
  top: 30%;
  left: 5%;
  width: 12.83%;
}
.article #s4 .bg div .text2 {
  top: 15%;
  left: 23%;
  width: 14.5%;
}
.article #s4 .bg div .text3 {
  top: 22%;
  left: 36%;
  width: 14.5%;
}
.article #s4 .bg div .text4 {
  top: 5%;
  left: 55%;
  width: 12.83%;
}
.article #s4 .bg div .text5 {
  top: 45%;
  left: 38%;
  width: 14.5%;
}
.article #s4 .bg div .text6 {
  top: 65%;
  left: 43.5%;
  width: 9.58%;
}
.article #s4 .bg div .text7 {
  top: 60%;
  left: 70%;
  width: 10.75%;
}
.article #s4 .bg div .text8 {
  top: 50%;
  left: 75%;
  width: 12.83%;
}
.article #s4 .table-group {
  background-image: url(img/04/bg2.png);
  background-repeat: repeat;
  padding-bottom: 3rem;
  text-align: center;
}
.article #s4 .table-group .link_warning {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(612px, 47.8vw);
  height: min(134px, 10.5vw);
}
.article #s4 .table-group .link_warning .b {
  display: none;
}
.article #s4 .table-group > div {
  position: relative;
  width: 90%;
  min-width: none;
  max-width: 1200px;
  margin: 0 auto;
}
.article #s4 .table-group img:not(.abs) {
  display: block;
  margin: 0 auto;
}
.article #s4 .table-group .title {
  padding: 2rem 0 1rem 0;
  width: min(460px, 48vw);
}
.article #s4 .table-group .table.pc {
  width: 100%;
}
.article #s4 .table-group .pic1 {
  bottom: 20px;
  left: 50px;
  width: 18.4%;
}
.article #s4 .table-group .pic2 {
  top: 0;
  right: 0;
  transform: translateY(-30%);
  width: 19.16%;
}
.article #s4 .table-group .pic3 {
  top: 0;
  left: 30px;
  transform: translateY(-20%);
  width: 19.17%;
}
.article #s4 .table-group .pic4 {
  top: 0;
  right: 30px;
  transform: translateY(-10%);
  width: 16.9%;
}
.article #s4 .table-group .mobile {
  width: 90%;
}
.article #s5 {
  background-color: #fffced;
}
.article #s5 .title {
  margin-top: 2rem;
}
.article #s5 .text {
  margin-left: 27vw;
  width: max(20.83vw, 250px);
  padding: 2rem 0 12vw 0;
}
.article #s5 .bg {
  width: 100vw;
  background-image: url(img/05/bg.jpg);
  background-repeat: repeat;
}
.article #s5 .bg > div {
  width: min(1200px, 90vw);
  position: relative;
  margin: 0 auto;
}
.article #s5 .bg > div > .pc {
  margin-top: max(-229px, -17.1vw);
  width: 100%;
}
.article #s5 .bg .link1 {
  width: 23.41%;
  top: -13%;
  right: 5%;
}
.article #s5 .bg .link2 {
  width: 21.08%;
  top: 29%;
  left: 5%;
}
.article #s5 .bg .link3 {
  width: 20.66%;
  top: 26%;
  left: 45%;
}
.article #s5 .bg .link4 {
  width: 17.66%;
  top: 30%;
  right: 9%;
}
.article #s5 .bg .link5 {
  width: 17.66%;
  top: 90%;
  left: 41%;
}
.article #s6 {
  padding-bottom: 3rem;
  background-image: url(img/06/BG.jpg);
  background-repeat: repeat;
}
.article #s6 > img {
  margin-top: 3rem;
}
.article #s6 .modal-group {
  width: min(90vw, 950px);
  margin: 2rem auto 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.article #s6 .modal-group .modal_item {
  width: 100%;
}
.article #s6 .modal-group .modal_item img {
  width: 100%;
}
.article #s7 {
  background-image: url(img/07/BG.jpg);
  background-repeat: repeat;
  padding: 3rem;
}
.article #s7 .title {
  margin-top: 3rem;
  width: min(300px, 80vw);
}
.article #s7 .blackboard {
  width: min(85vw, 1200px);
  margin: 1rem auto;
  position: relative;
}
.article #s7 .blackboard > img {
  width: 100%;
}
.article #s7 .blackboard .podcasts {
  position: absolute;
  top: 37%;
  left: 40%;
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article #s7 .blackboard .podcasts .podcast_item {
  background-color: #fff;
  color: #595959;
  width: 47.5%;
  border-radius: 1rem;
  text-align: center;
  text-decoration: none;
  font-weight: bolder;
  margin: 0.25rem 0;
  padding: 0.5rem;
  transition: all 0.5s ease-in-out;
}
.article #s7 .blackboard .podcasts .podcast_item:hover {
  background-color: #472312;
  color: #eabf88;
}
.article #s8 {
  background-image: url(img/07/BG.jpg);
  background-repeat: repeat;
  padding: 2rem;
  text-align: center;
}
.article #s8 > img {
  width: min(24vw, 286px);
}
.article #s8 a {
  display: inline-block;
  margin: 1rem;
  width: min(29.16vw, 350px);
}
.article #s8 a img {
  width: 100%;
}

.hover-brightness {
  transition: all 0.5s ease-in-out;
}
.hover-brightness:hover {
  filter: brightness(110%);
}

.footer {
  background-image: url(img/08/BG.jpg);
  background-repeat: repeat;
  padding: 3rem;
}
.footer .logo {
  display: block;
  width: min(422px, 70vw);
  margin: 0 auto 1rem auto;
}
.footer .logo img {
  width: 49%;
}
.footer .num-count {
  width: min(405px, 80vw);
  vertical-align: text-top;
  background-color: #c09f89;
  color: #fff;
  padding: 0.5rem;
  margin: 0.75rem auto;
  border-radius: 1rem;
  font-weight: normal;
}
.footer .num-count a {
  pointer-events: none;
  cursor: default;
}
.footer p {
  text-align: center;
  margin: 0.25rem;
  font-weight: 500;
  color: #414040;
}
.footer p:last-child {
  font-size: 0.75rem;
}
.footer p:last-child span {
  display: inline-block;
  border: #000 1px solid;
  padding: 0.25rem;
  margin-left: 0.5rem;
}
.footer .d-flex {
  margin: 0.25em auto;
  justify-content: center;
  align-items: center;
  display: flex;
}
.footer a.hover {
  margin: 0 0.375rem;
  height: min(3vw, 35px);
}
.footer a.hover img {
  height: 100%;
}

.float-link {
  position: fixed;
  width: min(100px, 19.5vw);
  right: min(30px, 5vw);
  bottom: min(30px, 5vw);
  transform: translateZ(0);
  z-index: 99;
}
.float-link a {
  display: block;
  margin-bottom: min(20px, 2.6vw);
}

@media (max-width: 1319px) {
  .header .btn-menu {
    position: fixed;
    display: block;
    width: min(6vw, 50px);
    top: min(4vw, 64px);
    transform: translateY(-50%);
    right: 3rem;
  }
  .header .btn-menu img {
    width: 100%;
  }
  .header .nav {
    display: none;
    top: min(8vw, 128px);
    transform: translateY(0);
    left: 0;
    width: 100vw;
    background-color: #82c4c0;
  }
  .header .nav.open {
    display: block;
  }
  .header .nav .fb-icon, .header .nav .yt-icon {
    display: block !important;
  }
  .header .nav .fb-icon .menu-nav__link img, .header .nav .yt-icon .menu-nav__link img {
    width: max(28px, 2.25vw);
  }
  .header .nav .menu-nav .menu-nav__item {
    display: block;
    text-align: center;
    padding: 1rem 0;
  }
  .header .nav .menu-nav .menu-nav__item:not(:first-child) {
    border-top: dotted 0.25rem #fff;
  }
  .header .nav .menu-nav .menu-nav__item .menu-nav__link {
    font-size: 1.5rem;
    color: #fff;
  }
  .header .nav .menu-nav .menu-nav__item .menu-nav__link:hover {
    background: none;
    color: #fff45b;
  }
}
@media (max-width: 992px) {
  .article #main {
    height: 100vh;
  }
  .article #main .bg {
    width: auto;
    min-height: 100%;
  }
  .article #main .title {
    width: 70%;
    min-width: none;
    max-width: 500px;
    left: 50%;
    transform: translate(-50%, 10%);
  }
  .article #main .m1 {
    width: 34vw;
    top: 48.1vw;
    left: 15.6vw;
    transform: rotate(0);
  }
  .article #main .m2 {
    width: 27vw;
    top: 54.6vw;
    left: 50.78vw;
    transform: rotate(0);
  }
  .article #main .m3 {
    width: 29vw;
    top: 74vw;
    left: 17vw;
    transform: rotate(-20deg);
  }
  .article #main .m4 {
    width: 24.3vw;
    top: 75.43vw;
    left: 50.13vw;
    transform: rotate(-20deg);
  }
  .article #s1 > .loop-move.motion1 {
    -webkit-animation: moving 30s linear infinite;
            animation: moving 30s linear infinite;
  }
  .article #s1 > .loop-move.motion2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .article section:not(#s4) {
    padding-top: 57px !important;
  }
  .article #main .title {
    left: 50%;
    transform: translate(-50%, 20%);
  }
  .article #main .title.long {
    width: 70%;
  }
  .article #main .title.short {
    width: 60%;
  }
  .article #main .m1 {
    top: 57.1vw;
    left: 4vw;
    transform: rotate(0);
  }
  .article #main .m1.long {
    width: 49.3vw;
  }
  .article #main .m1.short {
    width: 40.4vw;
  }
  .article #main .m2 {
    top: 63.6vw;
    left: 58vw;
    transform: rotate(0);
  }
  .article #main .m2.long {
    width: 32vw;
  }
  .article #main .m2.short {
    width: 39.2vw;
  }
  .article #main .m3 {
    top: 87vw;
    left: 7vw;
    transform: rotate(-20deg);
  }
  .article #main .m3.long {
    width: 42.1vw;
  }
  .article #main .m3.short {
    width: 34.47vw;
  }
  .article #main .m4 {
    top: 88.43vw;
    left: 60.6vw;
    transform: rotate(-20deg);
  }
  .article #main .m4.long {
    width: 35.8vw;
  }
  .article #main .m4.short {
    width: 29.3vw;
  }
  .article #s1 {
    padding-top: 30px;
  }
  .article #s1 > img {
    width: min(400px, 70vw);
    display: block;
    margin: 1.5rem auto;
  }
  .article #s1 > a img {
    width: min(200px, 35vw);
  }
  .article #s2 {
    padding: 4rem 2rem;
  }
  .article #s2 .swiper.mySwiper {
    display: none;
  }
  .article #s2 .swiper.mySwiper.mobile {
    display: block;
    width: 100%;
  }
  .article #s3 .taiwan > div {
    margin: 0;
    margin-top: 3rem;
    margin-left: -10vw;
    width: 90%;
    padding-right: 0;
  }
  .article #s3 .taiwan > div .hourse {
    width: 31.68vw;
    left: 75%;
  }
  .article #s3 .taiwan > div .tint1 {
    width: 54.32vw;
    left: 45%;
    top: 19%;
  }
  .article #s3 .taiwan > div .tint2 {
    width: 48.53vw;
    top: 32%;
  }
  .article #s3 .taiwan > div .tint3 {
    width: 48.53vw;
    top: 45%;
  }
  .article #s3 .taiwan > div .link {
    width: 39.76vw;
    left: 60%;
  }
  .article #s3 .taiwan .text {
    width: 100%;
  }
  .article #s3 .event {
    display: none;
  }
  .article #s3 .mobile {
    width: 100%;
  }
  .article #s4 .bg div .text1 {
    top: 22%;
    left: 22%;
    width: 25.66%;
  }
  .article #s4 .bg div .text2 {
    top: 38.5%;
    left: 23%;
    width: 29%;
  }
  .article #s4 .bg div .text3 {
    top: 35%;
    left: 47%;
    width: 29%;
  }
  .article #s4 .bg div .text4 {
    top: 8%;
    left: 40%;
    width: 25.66%;
  }
  .article #s4 .bg div .text5 {
    top: 50%;
    left: 60%;
    width: 29%;
  }
  .article #s4 .bg div .text6 {
    top: 65%;
    left: 20%;
    width: 19.16%;
  }
  .article #s4 .bg div .text7 {
    top: 82%;
    left: 50%;
    width: 21.5%;
  }
  .article #s4 .bg div .text8 {
    top: 60%;
    left: 60%;
    width: 25.66%;
  }
  .article #s5 .text {
    margin-left: 10vw;
    width: 80vw;
    padding: 3rem 0;
  }
  .article #s5 .mobile {
    width: 100%;
  }
  .article #s5 .bg .link1 {
    width: 50%;
    top: 17%;
    right: 25%;
  }
  .article #s5 .bg .link2 {
    width: 50%;
    top: 66%;
    left: 25%;
  }
  .article #s5 .bg .link3 {
    width: 40%;
    top: 39.5%;
    left: 30%;
  }
  .article #s5 .bg .link4 {
    width: 40%;
    top: 88.5%;
    right: 7%;
  }
  .article #s5 .bg .link5 {
    width: 40%;
    top: 96%;
    left: 30%;
  }
  .article #s6 {
    padding-top: 5rem;
  }
  .article #s6 .img-center {
    margin: 3rem auto 0 auto;
  }
  .article #s6 .modal-group {
    grid-template-columns: repeat(2, 1fr);
  }
  .article #s7 .blackboard .podcasts {
    width: 60%;
    top: 40%;
    left: 20%;
  }
  .article #s7 .blackboard .podcasts .podcast_item {
    width: 100%;
    font-size: 2rem;
    margin: 1.5rem 0;
  }
  .article #s8 > img {
    width: 50vw;
  }
  .article #s8 > a {
    width: 40vw;
  }
}
@media (max-width: 713px) {
  .header .nav {
    top: 57px;
  }
  .header .btn-menu {
    width: 43px;
  }
  .header .logo1, .header .logo2, .header .btn-menu {
    top: 28.5px;
  }
  .header .logo1 {
    left: 32.1px;
  }
  .header .logo2 {
    left: 142.6px;
  }
}/*# sourceMappingURL=style.css.map */