@charset "utf-8";
@font-face {
  font-family: Flama;
  src: url(../font/FlamaSemicondensed-Ultralight.woff);
}
/****************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 13px;
  font-family: microsoft jhenghei, sans-serif;
  background: #fff;
  overflow-x: hidden;
}
.wrapper {
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
a img {
  border: 0;
}
@keyframes kv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.img-m {
  display: none;
  max-width: 100%;
}
.visible-xs {
  display: none;
}
.logo {
  background: #fff;
  padding: 0;
  text-align: left;
  line-height: 0;
  position: relative;
  z-index: 3;
}
.logo img {
  width: 100%;
}
.logolink {
  display: block;
  position: relative;
  top: 14px;
  left: 2.8%;
  display: inline-block;
  text-align: left;
  width: 14%;
}
.kv {
  background: #7455bc url("../images/kvbg.jpg") no-repeat top center;
  background-size: 100% auto;
  position: relative;
  padding: 5.6% 0 7% 0;
}
.kv .inner {
  position: relative;
  opacity: 0;
  transform: scale(0);
  animation: kvin 1s 0.5s forwards;
  width: 64%;
  margin: 0 auto;
  transform-origin: bottom center;
}
.kvm {
  display: none;
}
.card-outer {
  position: absolute;
  right: 12%;
  bottom: 4%;
  width: 26%;
}
.card {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform-origin: bottom center;
  transform: scale(10) rotate(-10deg);
  animation: .5s 2s card forwards;
}
.card-shadow {
  position: absolute;
  right: -11%;
  bottom: 6%;
  opacity: 0;
  filter: blur(20px);
  animation: 1.5s 1.5s cards forwards;
}
.inner {
  width: 100%;
  margin: 0 auto;
  min-height: 300px;
}
@keyframes btn {
  0% {
    transform: rotate(-4deg);
  }
  5% {
    transform: rotate(4deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  15% {
    transform: rotate(4deg);
  }
  20% {
    transform: rotate(-4deg);
  }
  25% {
    transform: rotate(4deg);
  }
  26% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes kvin {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes kv {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes card {
  0% {
    opacity: 0;
    transform: scale(10) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
@keyframes cards {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cta-outer {
  margin: 20px 0 30px;
}
.cta {
  animation: .8s 0s cta infinite;
  display: block;
}
@keyframes cta {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(10px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.txt1 {
  width: 74%;
  margin: 12% auto 4% auto;
}
.txt2 {
  width: 74%;
  margin: 0 auto 2%;
}
.note-outer {
  background: #fff;
  padding-top: 5%;
  padding-bottom: 2%;
}
.notebg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.btn-collapse {
  display: inline-block;
  color: #fff;
  font-size: 35px;
  text-decoration: none;
  margin: 15px 0 2%;
  font-weight: bold;
  line-height: 1;
  position: relative;
  background: #805DBE;
  padding: 12px 30px 15px 30px;
  border-radius: 35px;
}
.btn-collapse > span:nth-child(1) {
  display: inline-block;
  vertical-align: middle;
}
.btn-collapse img {
  width: 320px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.btn-collapse .icon {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.btn-collapse .minus {
  display: none;
}
.btn-collapse.open .plus {
  display: none;
}
.btn-collapse.open .minus {
  display: inline-block;
}
.collapse {
  display: none;
  opacity: 0;
  width: 100%;
  text-align: left;
  color: #333;
  font-size: 22px;
  transition: 500ms all;
  background: #fff;
  padding: 25px 0;
}
.collapse-inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: #EDEDED;
  border-radius: 30px;
  padding: 30px 30px;
}
.collapse.in {
  display: block;
  opacity: 1;
}
.collapse a {
  color: #888;
  text-decoration: underline;
}
.collapse li {
  line-height: 1.8;
}
.collapse p {
  font-size: 22px;
  line-height: 2;
}
p,
li {
  margin-bottom: 5px;
  line-height: 1.5;
}
.list1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list1 > li {
  text-indent: -65px;
  padding-left: 65px;
}
.text-right {
  text-align: right;
}
.list-num {
  padding-left: 1.5em;
}
.list-num a {
  color: #000;
}
.list-num2 {
  list-style: none;
}
.purple {
  color: #805DC3;
  font-weight: bold;
}
.footer {
  text-align: center;
}
.note_DotList {
  list-style: disc;
  padding: 0 0 0 2em;
  margin: 0;
}
.note_NumList {
  list-style: decimal;
  padding: 0 0 0 2em;
  margin: 0;
}
.note_NumList2 {
  list-style: none;
  padding: 0 0 0 7em;
  margin: 0;
}
.pc {
  display: block;
}
.mo {
  display: none;
}
/***************************************computer start*********************************************/
/***************************************19 inch start*********************************************/
/***************************************15 inch start*********************************************/
/***************************************pad01  start*********************************************/
@media screen and (min-width: 451px) and (max-width: 850px) {
  .kv .inner {
    position: relative;
    opacity: 0;
    transform: scale(0);
    animation: kvin 1s 0.5s forwards;
    width: 90%;
    margin: 0 auto;
    transform-origin: bottom center;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
    min-height: 300px;
  }
  .txt1 {
    width: 90%;
    margin: 12% auto 4% auto;
  }
  .txt2 {
    width: 90%;
    margin: 0 auto 2%;
  }
  .btn-collapse img {
    width: 260px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
}
/***************************************mobile start*********************************************/
@media screen and (max-width: 450px) {
  .logolink {
    display: block;
    position: relative;
    top: 4px;
    left: 2.8%;
    display: inline-block;
    text-align: left;
    width: 24%;
  }
  .kv {
    background: #7455bc url("../images/kvbg.jpg") no-repeat top center;
    background-size: 100% auto;
    position: relative;
    padding: 10% 0 26% 0;
  }
  .kv .inner {
    position: relative;
    opacity: 0;
    transform: scale(0);
    animation: kvin 1s 0.5s forwards;
    width: 90%;
    margin: 0 auto;
    transform-origin: bottom center;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
    min-height: 300px;
  }
  .card-outer {
    position: absolute;
    top: 66%;
    right: 25%;
    bottom: auto;
    width: 50%;
  }
  .txt1 {
    width: 90%;
    margin: 20% auto 6% auto;
  }
  .txt2 {
    width: 90%;
    margin: 0 auto 10%;
  }
  .btn-collapse img {
    width: 210px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .pc {
    display: none;
  }
  .mo {
    display: inline-block;
  }
}
