@charset "UTF-8";
/*------------------------------
收據個資保護系統
-------------------------------*/
.phone-none {
  display: none !important;
}

.NB-none {
  display: block !important;
}

.content-wrapper {
  padding: 0px;
  margin-top: 60px;
  margin-bottom: 0px;
}
.content-wrapper .movie-tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  height: 147px;
  border-bottom: #58c1d1 solid 27px;
  margin-top: 50px;
}
.content-wrapper .movie-tabs::-webkit-scrollbar {
  height: 0;
}
.content-wrapper .movie-tabs .nav-item {
  height: 124px;
  width: 202px;
  margin: 0 30px;
}
.content-wrapper .movie-tabs .nav-item:first-of-type {
  margin-left: 0;
}
.content-wrapper .movie-tabs .nav-item:last-of-type {
  margin-right: 0;
}
.content-wrapper .movie-tabs .nav-link {
  color: #000;
  -webkit-text-decoration: 0.2rem;
          text-decoration: 0.2rem;
  white-space: nowrap;
  letter-spacing: 0.35rem;
  font-size: 20px;
  font-weight: 500;
  height: 124px;
  width: 204px;
  padding-top: 35px;
  padding-left: 65px;
  cursor: pointer;
}
.content-wrapper .movie-tabs .nav-link img {
  width: 200px;
}
.content-wrapper .movie-tabs .nav-link:hover {
  background: url(../img/receipt/icon-stroy-bg.svg) no-repeat;
}
.content-wrapper .movie-tabs .nav-link.active {
  background: url(../img/receipt/icon-stroy-bg.svg) no-repeat;
  border: 1px solid transparent;
}
.content-wrapper .movie-tabs .nav-link.active:hover {
  opacity: 85%;
}
.content-wrapper .tab-content {
  padding: 0;
}
.content-wrapper .tab-content .tab-pane .cont-topic {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.content-wrapper .tab-content .tab-pane .cont-topic img {
  padding-right: 10px;
}
.content-wrapper .list-word {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 70px;
  color: #3b3b3b;
  text-align: center;
}
.content-wrapper .music-area {
  font-size: 16px;
  color: #3b3b3b;
  line-height: 170%;
}
.content-wrapper .music-area.top {
  margin-top: 80px;
  margin-bottom: 20px;
}
.content-wrapper .music-area.story {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/receipt/pic-bg.svg) no-repeat;
  background-size: cover;
  position: relative;
}
.content-wrapper .music-area.story.none {
  background: none;
}
.content-wrapper .music-area.story.tech {
  background: url(../img/receipt/pic-bg-tech.png) repeat-x;
  background-position: bottom;
  padding-bottom: 20px;
  width: 100%;
}
.content-wrapper .music-area.story .item-computer {
  position: absolute;
  bottom: 0;
  right: -20%;
  width: 1100px;
}
.content-wrapper .music-area.story .item-computer img {
  width: 1100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrapper .music-area .story_area {
  background-color: #fff;
  padding: 10px 35px 100px;
}
.content-wrapper .music-area .story_area p {
  margin: 20px;
}
.content-wrapper .music-area .story_area p.topic {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #000;
}
.content-wrapper .music-area .topic {
  color: #1a3ea3;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
}
.content-wrapper .music-area .tech-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.content-wrapper .music-area .tech-area .info-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*------------------------------
其他
-------------------------------*/
@media (max-width: 1199px) {
  .content-wrapper .movie-tabs .nav-item {
    margin: 0 20px;
    padding: 0px;
  }
}
@media (min-width: 1441px) and (max-width: 1800px) {
  .content-wrapper .music-area.story .item-computer {
    right: -30%;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .content-wrapper .music-area.story .item-computer {
    right: -40%;
  }
  .content-wrapper .music-area.story.tech {
    background-image: url(../img/receipt/pic-bg-tech2.png) !important;
  }
  .content-wrapper .music-area .tech-area {
    margin-bottom: 70px;
  }
  .content-wrapper .music-area .tech-area .info-column img {
    width: 85%;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .content-wrapper .music-area.story.tech {
    background-image: url(../img/receipt/pic-bg-tech3.png) !important;
    padding-bottom: 20px;
  }
  .content-wrapper .music-area.story .item-computer {
    right: -55%;
  }
  .content-wrapper .music-area .story_area {
    padding: 10px 35px 60px;
  }
  .content-wrapper .music-area .tech-area {
    margin-bottom: 70px;
  }
  .content-wrapper .music-area .tech-area .info-column img {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .content-wrapper .movie-tabs {
    height: 76px;
    border-bottom: #58c1d1 solid 13px;
  }
  .content-wrapper .movie-tabs .nav-item {
    height: 63px;
    width: 124px;
  }
  .content-wrapper .movie-tabs .nav-item .nav-link {
    height: 63px;
    width: 124px;
    font-size: 17px;
    padding-top: 12px;
    letter-spacing: 0.1rem;
    padding-left: 40px;
  }
  .content-wrapper .movie-tabs .nav-item .nav-link:hover, .content-wrapper .movie-tabs .nav-item .nav-link.active {
    background: url(../img/receipt/icon-stroy-bg2.svg) no-repeat;
  }
  .content-wrapper .music-area .tech-area {
    margin-bottom: 50px;
  }
  .content-wrapper .music-area .tech-area .info-column img {
    width: 85%;
  }
  .content-wrapper .music-area.story .item-computer {
    position: absolute;
    bottom: 0;
    right: -20%;
    width: 1100px;
  }
  .content-wrapper .music-area.story .item-computer.NB-none {
    display: none !important;
  }
  .content-wrapper .music-area.story .story_area .col-12.phone-none {
    display: flex !important;
    flex-direction: column;
  }
  .content-wrapper .music-area.story .story_area .col-12.phone-none img {
    width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-wrapper .music-area.story.tech {
    background-image: url(../img/receipt/pic-bg-tech4.png) !important;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .content-wrapper .music-area .story_area {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .phone-none {
    display: block !important;
  }
  .NB-none {
    display: none !important;
  }
  .content-wrapper .movie-tabs {
    justify-content: start;
    padding: 0 15px;
  }
  .content-wrapper .music-area .tech-area .info-column img {
    width: 65%;
  }
  .content-wrapper .music-area.tech.phone-none {
    margin-bottom: 20px;
    background: transparent !important;
  }
  .content-wrapper .music-area.tech.phone-none .tech-area {
    display: flex !important;
    flex-direction: column;
  }
  .content-wrapper .music-area.tech.phone-none .tech-area .info-column {
    justify-content: center;
    align-items: center;
  }
  .content-wrapper .music-area.story .story_area .col-12.phone-none {
    display: flex !important;
    flex-direction: column;
  }
  .content-wrapper .music-area.story .story_area .col-12.phone-none img {
    width: 85%;
  }
  .content-wrapper .music-area .list-word {
    margin-top: 0;
  }
}
.content-wrapper .music-area .story_area {
  padding: 10px 0px 80px;
}

/*------------------------------表單 - 訂閱電子報、預約Demo、專人服務-------------------------------*/
/*------------------------------
form - subscribe
-------------------------------*//*# sourceMappingURL=personal.css.map */