@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.animation {
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.no-animation {
  -moz-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.list-text {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}

.list-text:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #00979c;
  border-left: 9px solid transparent;
}

.pt-30 {
  padding-top: 30px;
}

.sty-song {
  padding-top: 30px;
  text-align: center;
}
.sty-song p {
  padding-left: 0 !important;
}
.sty-song .t-block {
  justify-content: space-evenly;
}
@media only screen and (max-width: 767px) {
  .sty-song .t-block {
    justify-content: center;
    flex-direction: column;
  }
}

.pic-sty img {
  width: 50%;
  margin: 0 auto;
}

.img-sty img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .d-s-none {
    display: none !important;
  }
}

.w-100 {
  width: 100% !important;
}

.w-75 {
  width: 75% !important;
}
@media only screen and (max-width: 767px) {
  .w-75 {
    width: 100% !important;
  }
}

.w-50 {
  width: 50%;
}

.pd-sty {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .pc-w-50 {
    width: 50%;
  }
}

.fw-bold {
  font-weight: bold;
}

.fs-sm {
  font-size: 14px;
}

.text-revert {
  color: #00979c;
  font-weight: bold;
  text-decoration: underline;
}

.w-leftside .page-content-w-img-fix {
  padding-left: unset;
}
.w-leftside .theme-blockquote {
  width: 100%;
  padding: 150px 20px 20px;
  margin: 50px auto;
}
@media only screen and (max-width: 1024px) {
  .w-leftside .theme-blockquote {
    padding: 20px 20px;
    margin: 0 auto 50px;
  }
}
.w-leftside .page-content-w-img-fix img {
  top: -60px;
}
@media only screen and (max-width: 1024px) {
  .w-leftside .page-content-w-img-fix img {
    display: none;
  }
}

.page-slider {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-slider img {
  height: 100%;
  max-height: 200px;
  margin: 0 auto;
}

.img-preview {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  /*容器佔滿整個螢幕*/
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.img-preview img {
  width: 40%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .img-preview img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .img-preview img {
    width: 95%;
  }
}

/*新增滑鼠移入圖片效果*/
.on-img {
  cursor: url("ico/img.png"), pointer;
}

@media only screen and (min-width: 768px) {
  .flex-sty {
    width: 100% !important;
    padding-top: 20px;
  }
  .flex-sty .flip-card-inner {
    min-height: auto;
  }
  .flex-sty .flip-card-front {
    display: flex;
  }
  .flex-sty .flip-card-back {
    width: 75%;
  }
  .flex-sty .card-content-fix {
    margin-top: 10px;
  }
  .flex-sty .pos-title {
    position: absolute;
    top: -45px;
    left: calc((100% - 150px) / 2);
  }
  .flex-sty .pos-btn {
    position: absolute;
    bottom: -35px;
    left: calc((100% - 250px) /2);
  }
}

.ml-0 {
  margin-left: 0 !important;
}

.logo-sty {
  width: 30% !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 1024px) {
  .logo-sty {
    width: 100% !important;
  }
}

.text-line {
  display: -webkit-box;
  min-height: 50px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.post-grid .post-grid-cover .play-icon {
  max-width: 139px;
  top: calc(50% - 30px);
}
.post-grid .post-grid-cover .play-img {
  width: 95%;
}

.index-pt {
  padding-top: 72% !important;
}

.pd-21 {
  padding: 20px 10px;
}

.banner-video {
  display: block;
}
@media only screen and (max-width: 900px) {
  .banner-video {
    padding-top: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .banner-video {
    padding-top: 24px;
  }
}

.page-p-fix {
  padding: 30px 30px 80px;
}

.banner-play-icon {
  left: 50%;
  top: 50%;
  width: 14%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.grid-m-gap {
  justify-content: flex-start;
}

.main-content .ml-sty {
  margin-bottom: 0;
}
.main-content .ml-sty li {
  margin-bottom: 35px;
}
.main-content .ml-sty li:not(:nth-child(3n+1)) {
  margin-left: 2.75%;
}
@media only screen and (max-width: 900px) {
  .main-content .ml-sty li:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .main-content .ml-sty li {
    width: 100%;
  }
}

.more-btn {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 340px;
  margin: 0 auto 45px;
  padding: 19px 0;
  background: #FF7C6E;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .more-btn {
    margin: 30px auto 45px;
  }
}

.join-btn {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 272px;
  margin: 0 auto 35px;
  padding: 24px 0;
  background: transparent linear-gradient(180deg, #37b98d 0%, #3d96a0 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 0px #006568;
  border-radius: 28px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
}

.post-grid-pd {
  padding: 10px 30px;
}

.text-h-sty {
  margin-bottom: 15px !important;
  font-size: 28px;
}

.dark-mx-w {
  max-width: 938px;
  margin: 0 auto;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .text-mobile {
    text-align: left;
  }
}

.text-block {
  font-weight: 600;
}
.text-block .title {
  padding: 15px 0;
  font-size: 28px;
  color: #118E95;
  text-align: center;
  border-bottom: 1px solid #00979C;
}
.text-block .text {
  padding: 25px 0;
  font-size: 22px;
  color: #383838;
}

.main-content .itd-page {
  margin-top: 90px;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .main-content .itd-page {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.main-content .itd-page li {
  max-width: 360px;
}
@media only screen and (max-width: 900px) {
  .main-content .itd-page li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.itd-xlg {
  text-align: left;
}

@media only screen and (max-width: 900px) {
  .d-n-theme .theme-header {
    white-space: normal;
  }
  .d-n-theme .theme-header:after {
    display: none;
  }
}

.m-info {
  display: flex;
  max-width: 1080px;
  margin: 50px auto 10px;
  padding-left: 70px;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .m-info {
    padding-left: 0;
    align-items: center;
    flex-direction: column;
  }
}
.m-info .content-w-img {
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .m-info .content-w-img {
    width: 100%;
    text-align: center;
  }
}
.m-info .content-w-img .phone-img {
  position: relative;
}
.m-info .content-w-img .mobile-img {
  top: 56px;
  left: 33px;
  width: 100%;
  height: 100%;
  max-width: 361px;
  max-height: 584px;
  position: absolute;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 361px auto;
  overflow: auto;
  /* scrollbar started */
  /* Track */
  /* Handle */
}
.m-info .content-w-img .mobile-img::-webkit-scrollbar {
  width: 0;
}
.m-info .content-w-img .mobile-img::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 80px 0 5px 0;
}
.m-info .content-w-img .mobile-img::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #dbdbdb;
}
@media only screen and (max-width: 1024px) {
  .m-info .content-w-img .mobile-img {
    top: 50%;
    left: 50%;
    transform: translate(-50.1%, -55.5%);
  }
}
@media only screen and (max-width: 479px) {
  .m-info .content-w-img .mobile-img {
    width: 85%;
    height: 77%;
    transform: translate(-50.4%, -55.5%);
  }
}
.m-info .content-w-img .action-img {
  animation-name: topmove;
  animation-delay: 5s;
  animation-duration: 45s;
  animation-play-state: running;
  animation-timing-function: linear;
}
.m-info .content-w-img .action-img:hover {
  animation-play-state: paused;
}
@media only screen and (max-width: 479px) {
  .m-info .content-w-img .action-img {
    animation-duration: 42s;
  }
}
@keyframes topmove {
  to {
    margin-top: -6450px;
  }
}
@media only screen and (max-width: 479px) {
  @keyframes topmove {
    to {
      margin-top: -5200px;
    }
  }
}
.m-info .content-w-text {
  padding-top: 50px;
  margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .m-info .content-w-text {
    width: 100%;
    margin-left: 0;
  }
}
.m-info .content-w-text .theme {
  padding-bottom: 15px;
}
.m-info .content-w-text p {
  font-weight: 600;
}
.m-info .content-w-text .icon {
  padding-top: 80px;
  text-align: center;
}
.m-info .content-w-text .icon .join-btn {
  margin-top: 25px;
}

.post-f-sty {
  flex-wrap: wrap;
  align-items: baseline;
}
@media only screen and (max-width: 479px) {
  .post-f-sty {
    flex-direction: column-reverse;
    align-content: center;
  }
}
.post-f-sty li {
  margin-top: 30px;
  width: 33.3%;
  text-align: center;
}
.post-f-sty li img {
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 900px) {
  .post-f-sty li {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .post-f-sty li {
    width: 100%;
  }
}
.post-f-sty .h3-sty {
  margin: 15px 0;
  font-size: 28px;
  text-align: center;
}
.post-f-sty .b-text {
  padding-left: 10px;
  color: #3E4556;
  font-size: 24px;
}

.th-columns {
  width: 30% !important;
}

.pb-sty {
  padding-bottom: 50px;
}

.text-top {
  vertical-align: text-top;
}

.play-video-over:hover::before {
  content: "\e907";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: #fff;
  font-family: 'ys';
  position: absolute;
  z-index: 10;
}

.btn-link {
  display: inline-block;
  padding: 0 10px;
  background: #61C1BE;
  color: #fff;
  border-radius: 50px;
  line-height: 25px;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 900px) {
  .btn-link {
    display: block;
    margin: 10px 25px;
  }
}

@media only screen and (max-width: 900px) {
  .social-tool {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 900px) {
  .header-tool {
    bottom: -102px !important;
  }
}

.text-aline {
  top: -5px !important;
}
