@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" /> */
.dfont, body, select, input, textarea {
  font-family: Arial, 微軟正黑體;
}

.dfontNew {
  font-family: Times New Roman, 微軟正黑體;
}

.black-font {
  color: #000;
}

.white-font {
  color: #fff;
}

.notxt {
  display: inline-block;
  overflow: hidden;
  height: 0;
  width: 0;
  text-indent: -99999px;
}

.animation, a, #content:before, header, .menu-wrap .sub-menu a span, .menu-wrap .menu-disp > ul > li > ul > li > a:before, footer .social-attr li .gray, footer .social-attr li .vivid, section .tab-menu li a:before, section.live-streamers .streamers-wrap .tab-container .ul-wrap li .img, section.plan-fee .plan-wrap .wrapper .list-items {
  -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;
}

body #fancybox-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body {
  -webkit-text-size-adjust: 100%;
  background: none !important;
  line-height: 1.6;
  font-size: 14px;
  overflow-y: scroll;
  /** overflow2選1，給出去前overflow:hidden;拿掉 **/
}

img {
  width: 100%;
  display: block;
}

.touchevent {
  cursor: pointer;
}

.invisible-txt {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  text-indent: -99999px;
}

@-webkit-keyframes menu-top {
  0% {
    top: 4px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: 5%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: 3%;
  }
  100% {
    top: 3%;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-moz-keyframes menu-top {
  0% {
    top: 4px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: 5%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: 3%;
  }
  100% {
    top: 3%;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-ms-keyframes menu-top {
  0% {
    top: 4px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: 5%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: 3%;
  }
  100% {
    top: 3%;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes menu-top {
  0% {
    top: 4px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: 5%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: 3%;
  }
  100% {
    top: 3%;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes menu-bottom {
  0% {
    top: 5%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: -3%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: -3%;
  }
  85% {
    top: -4%;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    top: -4%;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@-moz-keyframes menu-bottom {
  0% {
    top: 5%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: -3%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: -3%;
  }
  85% {
    top: -4%;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    top: -4%;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@-ms-keyframes menu-bottom {
  0% {
    top: 5%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: -3%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: -3%;
  }
  85% {
    top: -4%;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    top: -4%;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@keyframes menu-bottom {
  0% {
    top: 5%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: -3%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: -3%;
  }
  85% {
    top: -4%;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    top: -4%;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@-webkit-keyframes menu-top-r {
  0% {
    top: 7%;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    top: 7%;
  }
  40% {
    top: 9%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 4px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes menu-top-r {
  0% {
    top: 7%;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    top: 7%;
  }
  40% {
    top: 9%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 4px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-ms-keyframes menu-top-r {
  0% {
    top: 7%;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    top: 7%;
  }
  40% {
    top: 9%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 4px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes menu-top-r {
  0% {
    top: 7%;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    top: 7%;
  }
  40% {
    top: 9%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 4px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes menu-bottom-r {
  0% {
    top: -1%;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  10% {
    top: 0;
  }
  40% {
    top: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    top: 25%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 25%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes menu-bottom-r {
  0% {
    top: -1%;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  10% {
    top: 0;
  }
  40% {
    top: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    top: 25%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 25%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-ms-keyframes menu-bottom-r {
  0% {
    top: -1%;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  10% {
    top: 0;
  }
  40% {
    top: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    top: 25%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 25%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes menu-bottom-r {
  0% {
    top: -1%;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  10% {
    top: 0;
  }
  40% {
    top: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    top: 25%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 25%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes no-show {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-moz-keyframes no-show {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-ms-keyframes no-show {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes no-show {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes show {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes show {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes show {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes show {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes trans-no-show {
  0% {
    left: 0;
    background: white;
  }
  40% {
    background: white;
  }
  100% {
    left: -100%;
    background: rgba(255, 255, 255, 0.55);
  }
}
@-moz-keyframes trans-no-show {
  0% {
    left: 0;
    background: white;
  }
  40% {
    background: white;
  }
  100% {
    left: -100%;
    background: rgba(255, 255, 255, 0.55);
  }
}
@-ms-keyframes trans-no-show {
  0% {
    left: 0;
    background: white;
  }
  40% {
    background: white;
  }
  100% {
    left: -100%;
    background: rgba(255, 255, 255, 0.55);
  }
}
@keyframes trans-no-show {
  0% {
    left: 0;
    background: white;
  }
  40% {
    background: white;
  }
  100% {
    left: -100%;
    background: rgba(255, 255, 255, 0.55);
  }
}
@-webkit-keyframes trans-show {
  0% {
    left: -100%;
    background: rgba(255, 255, 255, 0.55);
  }
  70% {
    background: rgba(255, 255, 255, 0.55);
  }
  100% {
    left: 0;
    background: white;
  }
}
@-moz-keyframes trans-show {
  0% {
    left: -100%;
    background: rgba(255, 255, 255, 0.55);
  }
  70% {
    background: rgba(255, 255, 255, 0.55);
  }
  100% {
    left: 0;
    background: white;
  }
}
@-ms-keyframes trans-show {
  0% {
    left: -100%;
    background: rgba(255, 255, 255, 0.55);
  }
  70% {
    background: rgba(255, 255, 255, 0.55);
  }
  100% {
    left: 0;
    background: white;
  }
}
@keyframes trans-show {
  0% {
    left: -100%;
    background: rgba(255, 255, 255, 0.55);
  }
  70% {
    background: rgba(255, 255, 255, 0.55);
  }
  100% {
    left: 0;
    background: white;
  }
}
@-webkit-keyframes m-menulv1-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes m-menulv1-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes m-menulv1-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes m-menulv1-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes menu-next {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@-moz-keyframes menu-next {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@-ms-keyframes menu-next {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes menu-next {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@-webkit-keyframes menu-next-r {
  0% {
    max-height: 500px;
  }
  100% {
    max-height: 0;
  }
}
@-moz-keyframes menu-next-r {
  0% {
    max-height: 500px;
  }
  100% {
    max-height: 0;
  }
}
@-ms-keyframes menu-next-r {
  0% {
    max-height: 500px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes menu-next-r {
  0% {
    max-height: 500px;
  }
  100% {
    max-height: 0;
  }
}
a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  vertical-align: top;
}
@media only screen and (min-width: 1025px) {
  a:hover {
    color: #5d5d5d;
  }
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

html, body {
  height: 100%;
}
html > img, body > img {
  display: none !important;
  /** 為了防止廣告埋code時加入一些圖 **/
}

.dfont, body, select, input, textarea {
  font-family: Helvetica, Arial, 微軟正黑體;
}

.clear:after {
  content: '.';
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], .form-control {
  display: block;
  width: 100%;
  height: 49px;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9c9c9c;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -moz-box-shadow: inset 0 0 0 transparent;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type="text"]:disabled, input[type="text"]:read-only, input[type="email"]:disabled, input[type="email"]:read-only, input[type="password"]:disabled, input[type="password"]:read-only, input[type="number"]:disabled, input[type="number"]:read-only, .form-control:disabled, .form-control:read-only {
  background-color: #e9ecef;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  cursor: not-allowed;
  resize: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, .form-control:focus {
  outline: 0;
}
input[type="text"].border-bottom-only, input[type="email"].border-bottom-only, input[type="password"].border-bottom-only, input[type="number"].border-bottom-only, .form-control.border-bottom-only {
  border: 0;
  border-bottom: 1px solid #9c9c9c;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  resize: none;
}
input[type="text"].border-bottom-only.light-color, input[type="email"].border-bottom-only.light-color, input[type="password"].border-bottom-only.light-color, input[type="number"].border-bottom-only.light-color, .form-control.border-bottom-only.light-color {
  border-color: #e8e8e8;
}

.sp-input {
  position: relative;
  margin-right: 4px !important;
}
.sp-input:before {
  content: '';
  display: block;
  width: 8px;
  height: 49px;
  position: absolute;
  background: #ff65a7;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sp-input input {
  position: relative;
  margin: 0 0 0 4px;
  border: 0;
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}

input, textarea {
  font-size: 14px;
  -webkit-appearance: none;
}
input.placeholder, textarea.placeholder {
  font-size: 14px;
  color: #9c9c9c;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 14px;
  color: #9c9c9c;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  color: #9c9c9c;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #9c9c9c;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #9c9c9c;
}
input:read-only, textarea:read-only {
  background-color: #e9ecef;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  cursor: not-allowed;
  resize: none;
}

textarea {
  min-height: 120px;
  -webkit-appearance: none;
  resize: vertical;
}
@media only screen and (max-width: 1024px) {
  textarea {
    resize: none;
  }
}

input[type="search"]:focus {
  outline: none !important;
}

input[type="text"]:focus {
  outline: none !important;
}

input[type="email"]:focus {
  outline: none !important;
}

input[type="password"]:focus {
  outline: none !important;
}

input[type="number"]:focus {
  outline: none !important;
}

input[type="button"]:focus {
  outline: none !important;
}

textarea:focus {
  outline: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

button {
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none !important;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.button-shape {
  display: inline-block;
  margin: 0 18px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 4px 0 #cc5186, 0 15px 20px -5px rgba(255, 101, 167, 0.5);
  -webkit-box-shadow: 0 4px 0 #cc5186, 0 15px 20px -5px rgba(255, 101, 167, 0.5);
  box-shadow: 0 4px 0 #cc5186, 0 15px 20px -5px rgba(255, 101, 167, 0.5);
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -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;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .button-shape {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .button-shape:hover {
    color: #fff;
  }
}
.button-shape .txt {
  display: block;
  min-width: 166px;
  padding: 19px 10px;
  background-color: #ff65a7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.15);
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(175, 49, 95, 0.7);
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.2s, 0.1s;
  -o-transition-duration: 0.2s, 0.1s;
  -webkit-transition-duration: 0.2s, 0.1s;
  transition-duration: 0.2s, 0.1s;
  -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;
  pointer-events: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .button-shape .txt {
    min-width: 130px;
    padding: 10px 10px;
  }
}
.button-shape:active, .button-shape:focus {
  -moz-box-shadow: 0 4px 0 #cc5186, 0 15px 20px -5px rgba(255, 101, 167, 0.5);
  -webkit-box-shadow: 0 4px 0 #cc5186, 0 15px 20px -5px rgba(255, 101, 167, 0.5);
  box-shadow: 0 4px 0 #cc5186, 0 15px 20px -5px rgba(255, 101, 167, 0.5);
}
.button-shape:active span {
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

.plus-sign {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.plus-sign:before, .plus-sign:after {
  content: '';
  display: block;
  position: absolute;
  background: #ff65a7;
  z-index: 11;
}
.plus-sign:before {
  width: 5px;
  margin-left: -2.5px;
  left: 50%;
  top: 7px;
  bottom: 7px;
}
.plus-sign:after {
  height: 5px;
  margin-top: -2.5px;
  top: 50%;
  left: 7px;
  right: 7px;
}

.z-index-top, #content, .contact-us-wrap .main, footer {
  position: relative;
  z-index: 2;
}

.invisible, .slide-in-lr li .img, .slide-in-lr li .txt-wrap, section .index-banner-swiper .banner, section .go-for-trial-wrap .img, section.index .live-function-wrap .wrapper-six li, section.index .free-trial-wrap .img, section.get-started .go-for-trial-wrap .img, section.get-started .slide-in-lr li .svg-w .icon, section.plan-fee .go-for-trial-wrap .img .icon-plus, section.media-page .go-for-trial-wrap .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}

.visible, .slide-in-lr li .animate__fadeInLeftBig, .slide-in-lr li .animate__backInRight, .slide-in-lr li .animate__fadeInRightBig, .slide-in-lr li .animate__backInLeft, section .index-banner-swiper .banner.animate__slideInRight, section .go-for-trial-wrap .img.animate__fadeInUp, section.index .live-function-wrap .wrapper-six li.animate__fadeInUp, section.index .free-trial-wrap .img.animate__fadeInRight, section.get-started .go-for-trial-wrap .img.animate__fadeInRight, section.get-started .slide-in-lr li .svg-w .icon.animate__bounceIn, section.get-started .slide-in-lr li .svg-w .icon.animate__fadeInRight, section.get-started .slide-in-lr li .svg-w .icon.animate__fadeInBottomRight, section.plan-fee .go-for-trial-wrap .img, section.plan-fee .go-for-trial-wrap .img .icon-plus.animate__jackInTheBox, section.media-page .go-for-trial-wrap .img, section.media-page .go-for-trial-wrap .icon.animate__fadeInTopLeft {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

#content {
  overflow: hidden;
}
#content:before {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 11;
  pointer-events: none;
}

.default-w {
  max-width: 1180px;
  position: relative;
  margin: 0 auto;
}

.w1366 {
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}

.w1392 {
  max-width: 1392px;
  position: relative;
  margin: 0 auto;
}

.w913 {
  max-width: 913px;
  position: relative;
  margin: 0 auto;
}

.t-btn {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -5px;
  background: transparent;
  z-index: 11;
}

.img-differ .pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .img-differ .pc {
    display: none;
  }
}
.img-differ .mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .img-differ .mobile {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .pc-tab-none {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .tab-none {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-none {
    display: none !important;
  }
}

.txt-style-center {
  text-align: center;
}

.txt-style-left {
  text-align: left;
}

.txt-style-right {
  text-align: right;
}

.center-img:before, .center-img:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.center-img img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

header {
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
  border-top: 10px solid #e75280;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px 0;
  box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px 0;
}
@media only screen and (max-width: 1024px) {
  header {
    height: 42px;
    border-top: 2px solid #e75280;
  }
}
header > * {
  height: 100%;
}
header.pos-fixed {
  position: fixed;
}
header.pos-fixed.up {
  top: 0;
}
header.pos-fixed.down {
  top: -75px;
}
@media only screen and (max-width: 1024px) {
  header.pos-fixed.down {
    top: -42px;
  }
}
header.menu-clicked ~ #content:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: auto;
}

.logo {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: 30px;
  z-index: 101;
}
@media only screen and (max-width: 1024px) {
  .logo {
    max-width: 100px;
    margin-top: -16px;
    left: 50%;
    margin-left: -50px;
  }
}
.logo a {
  display: block;
}

.social-wrap {
  position: absolute;
  top: 50%;
  right: 45px;
  margin-top: -12px;
}
@media only screen and (max-width: 1140px) {
  .social-wrap {
    right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .social-wrap {
    right: 10px;
  }
}
.social-wrap a {
  display: block;
}
.social-wrap > li {
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: middle;
}
.social-wrap .lang a.selected + .lang-list {
  display: block;
}
.social-wrap .lang-list {
  display: none;
  width: 80px;
  position: absolute;
  margin: 10px 0 0;
  background: #fff;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .social-wrap .lang-list {
    right: 0;
  }
}
.social-wrap .lang-list li:first-child a {
  padding: 7px 10px 2px;
}
.social-wrap .lang-list li:last-child a {
  padding: 2px 10px 7px;
}
.social-wrap .lang-list li a {
  padding: 2px 10px;
}
@media only screen and (min-width: 1025px) {
  .social-wrap .lang-list li a:hover {
    background: #eee;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-wrap {
    height: inherit;
    position: relative;
  }
}
.menu-wrap .sub-menu {
  display: none;
  position: absolute;
  top: -10px;
  z-index: 999;
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .sub-menu {
    display: inline-block;
  }
}
.menu-wrap .sub-menu.selected {
  top: -7px;
}
.menu-wrap .sub-menu a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  line-height: 145%;
}
.menu-wrap .sub-menu a span {
  display: block;
  position: relative;
  width: 55%;
  margin: 0 auto;
  border-top: 3px solid #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.menu-wrap .sub-menu a .b-top {
  top: 4px;
}
.menu-wrap .sub-menu a .b-bottom {
  top: 25%;
}
.menu-wrap .sub-menu.selected a {
  line-height: 165%;
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .selected a .b-top {
    -moz-animation: menu-top 0.3s ease forwards;
    -webkit-animation: menu-top 0.3s ease forwards;
    animation: menu-top 0.3s ease forwards;
  }
  .menu-wrap .selected a .b-bottom {
    -moz-animation: menu-bottom 0.3s ease forwards;
    -webkit-animation: menu-bottom 0.3s ease forwards;
    animation: menu-bottom 0.3s ease forwards;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .unselected a .b-top {
    -moz-animation: menu-top-r 0.4s ease forwards;
    -webkit-animation: menu-top-r 0.4s ease forwards;
    animation: menu-top-r 0.4s ease forwards;
  }
  .menu-wrap .unselected a .b-bottom {
    -moz-animation: menu-bottom-r 0.4s ease forwards;
    -webkit-animation: menu-bottom-r 0.4s ease forwards;
    animation: menu-bottom-r 0.4s ease forwards;
  }
}
.menu-wrap .menu-disp {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .menu-wrap .menu-disp {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: 40px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp {
    width: -moz-calc((100% - 50px));
    width: -webkit-calc((100% - 50px));
    width: calc((100% - 50px));
    height: 568px;
    height: 100vh;
    left: -100%;
    background: #fff;
    overflow: hidden;
    z-index: 102;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 3px 0 3px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 3px 0 3px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 3px 0 3px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .menu-wrap .menu-disp > ul {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp > ul {
    max-height: 74%;
    max-height: 74vh;
    margin: 60px 30px;
    overflow-y: auto;
  }
}
.menu-wrap .menu-disp > ul > li {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp > ul > li {
    display: block;
  }
}
.menu-wrap .menu-disp > ul > li > a {
  display: block;
  position: relative;
  margin: 0 5px;
  padding: 1px 15px;
  color: #6f6568;
  font-size: 18px;
  font-weight: bolder;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (min-width: 1025px) {
  .menu-wrap .menu-disp > ul > li > a:hover {
    background: #e8e8e8;
    color: #e75280;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp > ul > li > a {
    margin: 0;
    padding: 9px 15px 4px;
    font-size: 24px;
  }
}
.menu-wrap .menu-disp > ul > li > a.active {
  background: #e8e8e8;
  color: #e75280;
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp > ul > li > a.menu-lv1 {
    border-bottom: 2px solid transparent;
  }
  .menu-wrap .menu-disp > ul > li > a.menu-lv1 em {
    display: inline-block;
    position: relative;
  }
  .menu-wrap .menu-disp > ul > li > a.menu-lv1 em:before {
    content: '';
    display: inline-block;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-bottom: 2px solid #c19e5c;
  }
  .menu-wrap .menu-disp > ul > li > a.menu-lv1 img {
    width: auto;
    margin: 0 0 10px;
  }
}
.menu-wrap .menu-disp > ul > li > ul {
  display: block;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .menu-wrap .menu-disp > ul > li > ul {
    display: none;
    min-width: 200px;
    position: absolute;
    top: 45px;
    left: 20px;
    padding: 15px;
    background: #fff;
    border: 2px solid #634e26;
    border-top: 4px solid #c19e5c;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 1px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 1px 0;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 1px 0;
    z-index: 99;
  }
  .menu-wrap .menu-disp > ul > li > ul:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 25%;
    height: 4px;
    top: -4px;
    left: -2px;
    background: #634e26;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp > ul > li > ul {
    max-height: 0;
    margin: 0 20px 15px;
    overflow: hidden;
  }
}
.menu-wrap .menu-disp > ul > li > ul > li {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp > ul > li > ul > li {
    margin: 5px 0;
  }
}
.menu-wrap .menu-disp > ul > li > ul > li > a {
  display: block;
  position: relative;
  padding: 5px;
}
.menu-wrap .menu-disp > ul > li > ul > li > a:before {
  content: '';
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 12px;
  left: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #634e26;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .menu-wrap .menu-disp > ul > li > ul > li > a:before {
    display: inline-block;
  }
  .menu-wrap .menu-disp > ul > li > ul > li > a:hover {
    padding: 5px 5px 5px 20px;
  }
  .menu-wrap .menu-disp > ul > li > ul > li > a:hover:before {
    left: 7px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp > ul > li > ul > li > a {
    color: #fff;
  }
}

@media only screen and (max-width: 1024px) {
  .top-fixed.menu-clicked .menu-wrap .sub-menu.selected ~ .menu-disp {
    -moz-animation: show 350ms ease-in forwards;
    -webkit-animation: show 350ms ease-in forwards;
    animation: show 350ms ease-in forwards;
  }
}

@media only screen and (max-width: 1024px) {
  .top-fixed.menu-unclicked .menu-wrap .sub-menu.unselected ~ .menu-disp {
    -moz-animation: no-show 350ms ease-in forwards;
    -webkit-animation: no-show 350ms ease-in forwards;
    animation: no-show 350ms ease-in forwards;
  }
}

@media only screen and (max-width: 1024px) {
  .pos-fixed.menu-clicked .menu-wrap .sub-menu.selected ~ .menu-disp {
    -moz-animation: trans-show 350ms ease-in forwards;
    -webkit-animation: trans-show 350ms ease-in forwards;
    animation: trans-show 350ms ease-in forwards;
  }
}

@media only screen and (max-width: 1024px) {
  .pos-fixed.menu-unclicked .menu-wrap .sub-menu.unselected ~ .menu-disp {
    -moz-animation: trans-no-show 350ms ease-in forwards;
    -webkit-animation: trans-no-show 350ms ease-in forwards;
    animation: trans-no-show 350ms ease-in forwards;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.swiper-pagination-bullet:focus {
  outline: none !important;
}

.swiper-pagination-bullet-active {
  background: #ff65a7;
}

.nav-dot {
  position: relative;
  margin-top: 10px;
}

.abso-nav-dot {
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.red-dot {
  position: relative;
}
.red-dot span {
  display: block;
  position: absolute;
  bottom: -145px;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .red-dot span {
    width: 40%;
    bottom: -100px;
  }
}

.contact-btn {
  position: relative;
  border-bottom: 1px solid #e75280;
  text-align: center;
  z-index: 2;
}
.contact-btn a {
  min-width: 120px;
  padding: 2px 10px;
  background: #e75280;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  vertical-align: top;
}
@media only screen and (min-width: 1025px) {
  .contact-btn a:hover {
    -moz-box-shadow: 0 -3px 18px 0 rgba(255, 101, 167, 0.5);
    -webkit-box-shadow: 0 -3px 18px 0 rgba(255, 101, 167, 0.5);
    box-shadow: 0 -3px 18px 0 rgba(255, 101, 167, 0.5);
  }
}
.contact-btn a.active {
  -moz-box-shadow: 0 -3px 18px 0 rgba(255, 101, 167, 0.5);
  -webkit-box-shadow: 0 -3px 18px 0 rgba(255, 101, 167, 0.5);
  box-shadow: 0 -3px 18px 0 rgba(255, 101, 167, 0.5);
}

.contact-us-wrap {
  margin-top: -29px;
}
.contact-us-wrap .main {
  height: 0;
  position: relative;
  overflow: hidden;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-duration: 450ms;
  -o-transition-duration: 450ms;
  -webkit-transition-duration: 450ms;
  transition-duration: 450ms;
}
@media only screen and (max-width: 767px) {
  .contact-us-wrap .main {
    -moz-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
  }
}
.contact-us-wrap .main:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e75280;
  z-index: 11;
}
.contact-us-wrap .default-w {
  padding: 30px 0 75px;
}
@media only screen and (max-width: 767px) {
  .contact-us-wrap .default-w {
    padding: 30px 0 35px;
  }
}
.contact-us-wrap .image {
  max-width: 400px;
  margin-left: 30px;
  margin-right: 80px;
}
@media only screen and (max-width: 1024px) {
  .contact-us-wrap .image {
    max-width: 300px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-wrap .image {
    min-height: 306.75px;
  }
}
.contact-us-wrap .form {
  position: relative;
  width: -moz-calc((100% - 514px));
  width: -webkit-calc((100% - 514px));
  width: calc((100% - 514px));
  padding-right: 30px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .contact-us-wrap .form {
    width: -moz-calc((100% - 364px));
    width: -webkit-calc((100% - 364px));
    width: calc((100% - 364px));
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-wrap .form {
    width: 100%;
    padding: 0 10px;
  }
}
.contact-us-wrap .form .title, .contact-us-wrap .form p {
  padding: 0 .75rem;
  text-align: left;
}
.contact-us-wrap .form .title {
  font-size: 36px;
  color: #ff65a7;
}
.contact-us-wrap .form p {
  color: #717171;
}
.contact-us-wrap .form input, .contact-us-wrap .form textarea {
  margin-top: 10px;
}
.contact-us-wrap .image, .contact-us-wrap .form {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .contact-us-wrap .image, .contact-us-wrap .form {
    display: block;
    margin: 0 auto;
  }
}
.contact-us-wrap .button-shape {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .contact-us-wrap .button-shape {
    margin-top: 35px;
  }
}

footer {
  min-height: 151px;
  padding: 20px 0 25px;
  background: #e8e8e8;
}
@media only screen and (max-width: 1024px) {
  footer {
    padding: 20px 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 10px 20px;
  }
}
footer .inner-wrap {
  max-width: 880px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  footer .inner-wrap {
    max-width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  footer .inner-wrap {
    max-width: 400px;
  }
}
footer .inner-wrap > * {
  display: inline-block;
  vertical-align: top;
}
footer .inner-wrap a {
  display: block;
  color: #ccc;
}
@media only screen and (min-width: 1025px) {
  footer .inner-wrap a:hover {
    color: #525252;
  }
}
footer .social-attr li {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
footer .social-attr li.block {
  display: block;
  margin-bottom: 20px;
}
footer .social-attr li a:hover .gray {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
footer .social-attr li a:hover .vivid {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
footer .social-attr li .gray {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  footer .social-attr li .gray {
    width: 70%;
  }
}
footer .social-attr li .vivid {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  footer .social-attr li .vivid {
    width: 70%;
  }
}
footer .social-attr .line {
  margin-left: 17px;
}
@media only screen and (max-width: 767px) {
  footer .social-attr .line {
    margin-left: 7px;
  }
}
footer .social-attr .fb {
  margin: 5px 0 0 23px;
}
@media only screen and (max-width: 767px) {
  footer .social-attr .fb {
    margin: 3px 0 0 10px;
  }
}
footer .site-map {
  margin: 20px 28px 0 68px;
}
@media only screen and (max-width: 1024px) {
  footer .site-map {
    margin: 20px 28px 0 28px;
  }
}
@media only screen and (max-width: 767px) {
  footer .site-map {
    width: 100%;
    margin: 15px 8px 0 8px;
  }
}
footer .site-map li {
  display: inline-block;
  vertical-align: top;
}
footer .site-map li:last-child a:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  height: -moz-calc((100% - 8px));
  height: -webkit-calc((100% - 8px));
  height: calc((100% - 8px));
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -7px;
  background: #ccc;
}
footer .site-map li a {
  position: relative;
  padding: 0 5px;
}
footer .site-map li a:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  height: -moz-calc((100% - 8px));
  height: -webkit-calc((100% - 8px));
  height: calc((100% - 8px));
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -7px;
  background: #ccc;
}
footer .app-attr {
  margin: 10px 0 0;
}
@media only screen and (max-width: 1024px) {
  footer .app-attr {
    position: absolute;
    top: 52px;
    left: 183px;
  }
}
@media only screen and (max-width: 767px) {
  footer .app-attr {
    top: -10px;
    text-align: right;
  }
}
footer .app-attr li {
  display: block;
  max-width: 108px;
  margin: 7px 0 0;
}
@media only screen and (max-width: 1024px) {
  footer .app-attr li {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .app-attr li {
    margin: 7px 0 0 10px;
  }
}

.title36 {
  padding: 0 10px 20px;
  font-size: 36px;
  font-weight: bold;
  color: #ff65a7;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .title36 {
    font-size: 24px;
    padding: 0 10px 10px;
  }
}

.title24 {
  font-size: 24px;
  font-weight: bold;
  color: #ff65a7;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .title24 {
    font-size: 18px;
  }
}

.title18 {
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .title18 {
    font-size: 16px;
  }
}

.sub-p {
  padding: 0 10px 20px;
  font-size: 18px;
  color: #6e6e6e;
  line-height: 130%;
}
@media only screen and (max-width: 767px) {
  .sub-p {
    padding: 0 20px 10px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .slide-in-lr.reverse li {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.slide-in-lr.reverse li .txt-wrap {
  padding-left: 0;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .slide-in-lr.reverse li:nth-child(2n+2) {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.slide-in-lr.reverse li:nth-child(2n+2) .txt-wrap {
  padding-left: 30px;
  padding-right: 0;
}
.slide-in-lr li {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 30px 0;
  padding: 0 20px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .slide-in-lr li {
    margin: 40px 0;
  }
}
.slide-in-lr li .img {
  flex: 1.6;
}
@media only screen and (max-width: 767px) {
  .slide-in-lr li .img {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.slide-in-lr li .img img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.slide-in-lr li .txt-wrap {
  flex: 2.4;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .slide-in-lr li .txt-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.slide-in-lr li .txt-wrap .title {
  padding: 20px 0;
  font-size: 32px;
  color: #ff65a7;
  font-weight: bold;
  line-height: 130%;
}
@media only screen and (max-width: 767px) {
  .slide-in-lr li .txt-wrap .title {
    padding: 5px 0;
    font-size: 18px;
  }
}
.slide-in-lr li .txt-wrap .intro {
  font-size: 20px;
  color: #6e6e6e;
  line-height: 160%;
}
@media only screen and (max-width: 767px) {
  .slide-in-lr li .txt-wrap .intro {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .slide-in-lr li:nth-child(2n+2) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .slide-in-lr li:nth-child(2n+2) .img {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.slide-in-lr li:nth-child(2n+2) .txt-wrap {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .slide-in-lr li:nth-child(2n+2) .txt-wrap {
    padding-right: 0;
  }
}

section.wrap-top-gap {
  padding-top: 75px;
}
@media only screen and (max-width: 1024px) {
  section.wrap-top-gap {
    padding-top: 42px;
  }
}
section.footer-gap {
  margin-bottom: 90px;
}
section.bg01 {
  background: url("../images/bg01.png") no-repeat;
  background-position: top center;
}
@media only screen and (max-width: 1199px) {
  section.bg01 {
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
section.bg02 {
  background: url("../images/bg02.png") no-repeat;
  background-position: top center;
}
@media only screen and (max-width: 1199px) {
  section.bg02 {
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
section .index-banner-swiper {
  padding: 20px 0 30px;
}
@media only screen and (max-width: 1199px) {
  section .index-banner-swiper {
    max-width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  section .index-banner-swiper {
    max-width: 450px;
    padding: 0 0 30px;
  }
}
section .index-banner-swiper .txt-l .txt-wrap {
  float: left;
}
@media only screen and (max-width: 767px) {
  section .index-banner-swiper .txt-l .txt-wrap {
    float: none;
  }
}
section .index-banner-swiper .txt-wrap, section .index-banner-swiper .banner {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  section .index-banner-swiper .txt-wrap, section .index-banner-swiper .banner {
    display: block;
    margin: 0 auto;
  }
}
section .index-banner-swiper .txt-wrap {
  max-width: 604px;
  padding: 50px 110px 0;
}
@media only screen and (max-width: 1199px) {
  section .index-banner-swiper .txt-wrap {
    max-width: 425px;
    padding: 50px 20px 0;
  }
}
section .index-banner-swiper .txt-wrap .title {
  padding: 0 0 20px;
  line-height: 120%;
  font-size: 36px;
  color: #1f1010;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  section .index-banner-swiper .txt-wrap .title {
    padding: 0 0 10px;
    font-size: 28px;
  }
}
section .index-banner-swiper .txt-wrap p {
  font-size: 20px;
  color: #676565;
}
@media only screen and (max-width: 767px) {
  section .index-banner-swiper .txt-wrap p {
    font-size: 18px;
  }
}
section .index-banner-swiper .txt-wrap .sp-input {
  margin: 42px 0 45px;
}
@media only screen and (max-width: 767px) {
  section .index-banner-swiper .txt-wrap .sp-input {
    margin: 22px 0 25px;
  }
}
section .index-banner-swiper .txt-wrap .button-wrap {
  margin: 40px 0 30px;
}
section .index-banner-swiper .banner {
  max-width: 541px;
}
@media only screen and (max-width: 1199px) {
  section .index-banner-swiper .banner {
    max-width: 340px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  section .index-banner-swiper .banner {
    margin-top: 20px;
  }
}
section .index-banner {
  padding: 40px 0 0;
}
@media only screen and (max-width: 1440px) {
  section .index-banner {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1024px) {
  section .index-banner {
    max-width: 768px;
  }
}
section .index-banner .txt-l .txt-wrap {
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section .index-banner .txt-l .txt-wrap {
    float: none;
  }
}
section .index-banner .txt-wrap, section .index-banner .banner {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  section .index-banner .txt-wrap, section .index-banner .banner {
    display: block;
    margin: 0 auto;
  }
}
section .index-banner .banner {
  max-width: 726px;
}
@media only screen and (max-width: 1440px) {
  section .index-banner .banner {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  section .index-banner .banner {
    max-width: 400px;
    padding: 0 20px;
  }
}
section .index-banner .txt-wrap {
  width: -moz-calc((100% - 726px));
  width: -webkit-calc((100% - 726px));
  width: calc((100% - 726px));
  padding: 50px 15px 0 193px;
}
@media only screen and (max-width: 1440px) {
  section .index-banner .txt-wrap {
    width: -moz-calc((100% - 500px));
    width: -webkit-calc((100% - 500px));
    width: calc((100% - 500px));
    padding: 50px 15px 0 50px;
  }
}
@media only screen and (max-width: 1199px) {
  section .index-banner .txt-wrap {
    padding: 50px 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  section .index-banner .txt-wrap {
    width: -moz-calc((100% - 400px));
    width: -webkit-calc((100% - 400px));
    width: calc((100% - 400px));
    padding: 30px 15px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  section .index-banner .txt-wrap {
    width: 100%;
    max-width: 445px;
    padding: 30px 20px;
  }
}
section .index-banner .txt-wrap .title {
  padding: 0 0 20px;
  line-height: 150%;
  font-size: 36px;
  color: #1f1010;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  section .index-banner .txt-wrap .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  section .index-banner .txt-wrap .title {
    padding: 0 0 10px;
  }
}
section .index-banner .txt-wrap p {
  font-size: 20px;
  color: #676565;
  line-height: 150%;
}
@media only screen and (max-width: 1024px) {
  section .index-banner .txt-wrap p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  section .index-banner .txt-wrap p {
    font-size: 18px;
  }
}
section .index-banner .txt-wrap .sp-input {
  margin: 42px 0 45px;
}
@media only screen and (max-width: 767px) {
  section .index-banner .txt-wrap .sp-input {
    margin: 22px 0 25px;
  }
}
section .index-banner .txt-wrap .button-wrap {
  margin: 0 0 30px;
}
section .inner-bg-swiper-attr .full-bgc {
  position: relative;
  margin: 0 0 60px;
}
section .inner-bg-swiper-attr .full-bgc:before {
  content: '';
  display: block;
  width: 100%;
  height: -moz-calc((100% - 30px));
  height: -webkit-calc((100% - 30px));
  height: calc((100% - 30px));
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  section .inner-bg-swiper-attr .full-bgc:before {
    height: -moz-calc((100% - 10px));
    height: -webkit-calc((100% - 10px));
    height: calc((100% - 10px));
  }
}
section .inner-bg-swiper-attr .bg-swiper li .banner {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 65px;
  left: 50px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
  section .inner-bg-swiper-attr .bg-swiper li .banner {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section .inner-bg-swiper-attr .bg-swiper li .banner {
    position: relative;
    top: 35px;
    left: 0;
    margin: 0 auto;
  }
}
section .inner-bg-swiper-attr .bg-swiper li .banner img {
  width: 125%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
section .inner-bg-swiper-attr .bg-swiper li .txt-wrap {
  min-height: 370px;
  margin: 30px 0 0;
  padding: 35px 115px 50px 400px;
}
@media only screen and (max-width: 1024px) {
  section .inner-bg-swiper-attr .bg-swiper li .txt-wrap {
    padding: 35px 30px 50px 350px;
  }
}
@media only screen and (max-width: 767px) {
  section .inner-bg-swiper-attr .bg-swiper li .txt-wrap {
    margin: 20px 0 0;
    padding: 35px 20px 50px 20px;
  }
}
section .inner-bg-swiper-attr .bg-swiper li .name {
  padding: 0 0 14px;
  font-size: 42px;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  section .inner-bg-swiper-attr .bg-swiper li .name {
    font-size: 24px;
  }
}
section .inner-bg-swiper-attr .bg-swiper li .intro {
  padding: 0 0 15px;
  font-size: 24px;
  color: #4b4b4b;
  line-height: 120%;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  section .inner-bg-swiper-attr .bg-swiper li .intro {
    font-size: 18px;
  }
}
section .inner-bg-swiper-attr .bg-swiper li p {
  font-size: 16px;
  color: #434343;
}
@media only screen and (max-width: 767px) {
  section .inner-bg-swiper-attr .abso-nav-dot {
    bottom: -60px;
  }
}
section .inner-bg-swiper-attr .button-shape {
  z-index: 11;
}
@media only screen and (max-width: 1024px) {
  section .tab-top-part {
    max-width: 720px;
  }
}
section .tab-menu.swiper-no-swiping .tab-menu-swiper-scrollbar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}
section .tab-menu .wrapper {
  display: -webkit-flex;
  display: flex;
  padding: 0 0 15px;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
}
section .tab-menu li {
  width: auto;
}
section .tab-menu li a {
  display: block;
  min-width: 120px;
  position: relative;
  margin: 0 5px;
  padding: 7px 20px;
  color: #e8127e;
  font-size: 16px;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600;
}
section .tab-menu li a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #ff65a8 transparent transparent transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
section .tab-menu li a.active {
  background: #ff65a7;
  font-weight: bold;
  color: #fff;
}
section .tab-menu li a.active:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
section .tab-menu .tab-menu-swiper-scrollbar {
  z-index: -1;
  opacity: 1 !important;
}
section .go-for-trial-wrap {
  margin: 65px 0 0;
  padding: 25px 0 50px;
  background: #e7eced;
}
@media only screen and (max-width: 767px) {
  section .go-for-trial-wrap {
    margin: 30px 0 0;
    padding: 25px 0 80px;
  }
}
@media only screen and (max-width: 1024px) {
  section .go-for-trial-wrap .default-w {
    max-width: 800px;
  }
}
section .go-for-trial-wrap .img {
  max-width: 745px;
  position: absolute;
  top: 0;
  right: 10px;
}
@media only screen and (max-width: 1024px) {
  section .go-for-trial-wrap .img {
    max-width: 420px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  section .go-for-trial-wrap .img {
    position: relative;
    right: auto;
    margin: 0 auto;
  }
}
section .go-for-trial-wrap .inner-wrap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  section .go-for-trial-wrap .inner-wrap {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  section .go-for-trial-wrap .inner-wrap {
    padding-right: 20px !important;
    background: #e7eced;
  }
}
section .go-for-trial-wrap .inner-wrap .title {
  font-size: 36px;
  color: #ff65a7;
  line-height: 120%;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  section .go-for-trial-wrap .inner-wrap .title {
    font-size: 24px;
  }
}
section .go-for-trial-wrap .inner-wrap p {
  padding: 5px 0 60px;
  font-size: 18px;
  color: #6e6e6e;
}
@media only screen and (max-width: 1024px) {
  section .go-for-trial-wrap .inner-wrap p {
    padding: 5px 0 30px;
    font-size: 16px;
  }
}
section .go-for-trial-wrap .inner-wrap .icon {
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  section .go-for-trial-wrap .inner-wrap .icon {
    width: 15%;
  }
}
section .go-for-trial-wrap .inner-wrap .icon img {
  width: auto;
  max-width: 100%;
}
section .go-for-trial-wrap .inner-wrap .download {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  section .go-for-trial-wrap .inner-wrap .download {
    width: 45%;
    max-width: 140px;
    vertical-align: middle;
  }
}
section .txt-formation-disp {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  section .txt-formation-disp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section .txt-formation-disp.top {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  section .txt-formation-disp.top {
    padding-top: 50px;
  }
}
section .txt-formation-disp .title36 {
  padding: 0 0 20px;
  font-weight: normal;
}
section .txt-formation-disp .title24 {
  padding-top: 60px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  section .txt-formation-disp .title24 {
    padding-top: 30px;
  }
}
section .txt-formation-disp .title18 {
  display: block;
  padding: 10px 0 5px;
}
section .txt-formation-disp .flex-wrap {
  display: -webkit-flex;
  display: flex;
  width: -moz-calc((100% + 40px));
  width: -webkit-calc((100% + 40px));
  width: calc((100% + 40px));
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
}
@media only screen and (max-width: 767px) {
  section .txt-formation-disp .flex-wrap {
    width: 100%;
    margin-left: 0;
  }
}
section .txt-formation-disp .flex-wrap p {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  section .txt-formation-disp .flex-wrap p {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
section .txt-formation-disp p {
  line-height: 170%;
  color: #3a3a3a;
  font-size: 16px;
  letter-spacing: .95px;
}
@media only screen and (max-width: 767px) {
  section .txt-formation-disp p {
    font-size: 14px;
  }
}
section .txt-formation-disp p.line-lg {
  line-height: 190%;
}
section .txt-formation-disp p a {
  color: #3a3a3a;
}
section .txt-formation-disp .bottom-disp {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  section .txt-formation-disp .bottom-disp {
    margin-top: 50px;
  }
}
section.index .live-function-wrap .wrapper-six {
  display: -webkit-flex;
  display: flex;
  max-width: 990px;
  margin: -35px auto 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  section.index .live-function-wrap .wrapper-six {
    max-width: 450px;
  }
}
section.index .live-function-wrap .wrapper-six li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  margin: 35px 0 0;
  text-align: center;
}
section.index .live-function-wrap .wrapper-six li:nth-child(1) {
  -moz-animation-delay: 310ms;
  -webkit-animation-delay: 310ms;
  animation-delay: 310ms;
}
section.index .live-function-wrap .wrapper-six li:nth-child(2) {
  -moz-animation-delay: 0ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
section.index .live-function-wrap .wrapper-six li:nth-child(3) {
  -moz-animation-delay: 100ms;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
section.index .live-function-wrap .wrapper-six li:nth-child(4) {
  -moz-animation-delay: 250ms;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
section.index .live-function-wrap .wrapper-six li:nth-child(5) {
  -moz-animation-delay: 150ms;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
section.index .live-function-wrap .wrapper-six li:nth-child(6) {
  -moz-animation-delay: 300ms;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
@media only screen and (max-width: 767px) {
  section.index .live-function-wrap .wrapper-six li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
section.index .live-function-wrap .wrapper-six .icon {
  height: 237px;
}
@media only screen and (max-width: 767px) {
  section.index .live-function-wrap .wrapper-six .icon {
    height: 100%;
    padding: 0 20px;
  }
}
section.index .live-function-wrap .wrapper-six .title {
  font-size: 24px;
  color: #45446c;
  font-weight: bold;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  section.index .live-function-wrap .wrapper-six .title {
    font-size: 16px;
	  font-weight:800;
  }
}
section.index .live-function-wrap .button-shape {
  min-width: 393px;
  position: relative;
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  section.index .live-function-wrap .button-shape {
    min-width: auto;
    width: 100%;
    max-width: 250px;
  }
}
section.index .free-trial-wrap {
  background: #f5f5f5;
}
section.index .free-trial-wrap .default-w {
  margin: 107px auto;
}
@media only screen and (max-width: 1024px) {
  section.index .free-trial-wrap .default-w {
    margin: 40px auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  section.index .free-trial-wrap .default-w {
    margin: 100px auto 80px;
  }
}
section.index .free-trial-wrap .img {
  width: 45%;
  max-width: 513px;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -21.5%;
}
@media only screen and (max-width: 767px) {
  section.index .free-trial-wrap .img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.index .free-trial-wrap .img img {
    margin-top: -95px;
  }
}
section.index .free-trial-wrap .inner-wrap {
  width: 48%;
  max-width: 565px;
  min-height: 310px;
  position: relative;
  padding: 25px 20px 50px;
}
@media only screen and (max-width: 767px) {
  section.index .free-trial-wrap .inner-wrap {
    width: 100%;
    min-height: auto;
    padding: 10px 20px 50px;
  }
}
section.index .free-trial-wrap .inner-wrap .title {
  color: #ff65a7;
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
}
section.index .free-trial-wrap .inner-wrap p {
  padding: 10px 0 0;
  font-size: 18px;
  color: #6e6e6e;
  line-height: 170%;
}
section.index .free-trial-wrap .inner-wrap .button-shape {
  min-width: 280px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -140px;
}
section.index .leadership-wrap {
  padding: 0 0 30px;
}
section.index .leadership-wrap .attr-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  section.index .leadership-wrap .attr-wrapper {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1024px) {
  section.index .leadership-wrap .attr-wrapper {
    max-width: 760px;
  }
}
@media only screen and (max-width: 767px) {
  section.index .leadership-wrap .attr-wrapper {
    padding: 0 10px;
  }
}
section.index .leadership-wrap .attr-wrapper li {
  flex: 0 0 calc((100% - 200px) / 4);
  max-width: -moz-calc(((100% - 200px) / 4));
  max-width: -webkit-calc(((100% - 200px) / 4));
  max-width: calc(((100% - 200px) / 4));
  margin: 35px 25px 0;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  section.index .leadership-wrap .attr-wrapper li {
    flex: 0 0 calc((100% - 120px) / 4);
    max-width: -moz-calc(((100% - 120px) / 4));
    max-width: -webkit-calc(((100% - 120px) / 4));
    max-width: calc(((100% - 120px) / 4));
    margin: 35px 15px 0;
  }
}
@media only screen and (max-width: 1024px) {
  section.index .leadership-wrap .attr-wrapper li {
    flex: 0 0 calc((100% - 80px) / 4);
    max-width: -moz-calc(((100% - 80px) / 4));
    max-width: -webkit-calc(((100% - 80px) / 4));
    max-width: calc(((100% - 80px) / 4));
    margin: 35px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.index .leadership-wrap .attr-wrapper li {
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: -moz-calc(((100% - 20px) / 2));
    max-width: -webkit-calc(((100% - 20px) / 2));
    max-width: calc(((100% - 20px) / 2));
    margin: 10px 5px 0;
  }
}
section.index .leadership-wrap .attr-wrapper li .inner-wrap {
  min-height: 349px;
  padding: 10px 20px 20px;
  background: #fff;
  -moz-box-shadow: rgba(52, 52, 52, 0.14) 0 5px 15px 10px;
  -webkit-box-shadow: rgba(52, 52, 52, 0.14) 0 5px 15px 10px;
  box-shadow: rgba(52, 52, 52, 0.14) 0 5px 15px 10px;
}
@media only screen and (max-width: 1024px) {
  section.index .leadership-wrap .attr-wrapper li .inner-wrap {
    min-height: 280px;
    padding: 10px 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.index .leadership-wrap .attr-wrapper li .inner-wrap {
    -moz-box-shadow: rgba(52, 52, 52, 0.14) 0 1px 4px 2px;
    -webkit-box-shadow: rgba(52, 52, 52, 0.14) 0 1px 4px 2px;
    box-shadow: rgba(52, 52, 52, 0.14) 0 1px 4px 2px;
  }
}
section.index .leadership-wrap .attr-wrapper li .icon {
  height: 164px;
}
section.index .leadership-wrap .attr-wrapper li .title {
  color: #45446c;
  font-size: 24px;
  line-height: 120%;
}
@media only screen and (max-width: 1024px) {
  section.index .leadership-wrap .attr-wrapper li .title {
    font-size: 18px;
  }
}
section.index .leadership-wrap .attr-wrapper li .num {
  min-height: 112px;
  position: relative;
  padding: 35px 0 5px;
  font-size: 60px;
  color: #ff65a7;
  font-weight: bold;
  letter-spacing: -4px;
  font-family: 微軟正黑體;
  line-height: 120%;
}
@media only screen and (max-width: 1199px) {
  section.index .leadership-wrap .attr-wrapper li .num {
    padding: 35px 0 20px;
    zoom: .8;
  }
}
@media only screen and (max-width: 1024px) {
  section.index .leadership-wrap .attr-wrapper li .num {
    padding: 20px 0;
    zoom: .5;
  }
}
section.index .leadership-wrap .attr-wrapper li .num .count {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
section.index .leadership-wrap .attr-wrapper li .num .plus-sign {
  position: absolute;
  top: -15px;
  right: -25px;
}
section.index .recommended-wrap {
  margin: 85px 0;
}
@media only screen and (max-width: 767px) {
  section.index .recommended-wrap {
    margin: 30px 0 105px;
  }
}
section.index .recommended-wrap .full-bgc:before {
  background: #ffcde3;
}
section.index .recommended-wrap .bg-swiper li .name {
  color: #fff;
  text-shadow: #be98a9 2px 2px 1px;
}
section.index .recommended-wrap .button-shape {
  position: absolute;
  bottom: -27px;
  right: 115px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  section.index .recommended-wrap .button-shape {
    min-width: 280px;
    bottom: -15px;
    right: auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
section.index .partnership-wrap .attr-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px auto 0;
}
@media only screen and (max-width: 767px) {
  section.index .partnership-wrap .attr-wrapper {
    max-width: 600px;
  }
}
section.index .partnership-wrap .attr-wrapper li {
  flex: 0 0 calc((100% - 200px) / 4);
  max-width: -moz-calc(((100% - 200px) / 4));
  max-width: -webkit-calc(((100% - 200px) / 4));
  max-width: calc(((100% - 200px) / 4));
  margin: 60px 25px 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  section.index .partnership-wrap .attr-wrapper li {
    margin: 30px 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.index .partnership-wrap .attr-wrapper li {
    flex: 0 0 calc((100% - 120px) / 3);
    max-width: -moz-calc(((100% - 120px) / 3));
    max-width: -webkit-calc(((100% - 120px) / 3));
    max-width: calc(((100% - 120px) / 3));
    margin: 30px 20px 0;
  }
}
section.index .partnership-wrap .attr-wrapper li a {
  display: block;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  section.index .partnership-wrap .attr-wrapper li a {
    filter: grayscale(100%);
  }
  section.index .partnership-wrap .attr-wrapper li a:hover {
    filter: grayscale(0);
  }
}
section.index .partnership-wrap .button-shape {
  min-width: 280px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  section.index .partnership-wrap .button-shape {
    margin-top: 30px;
  }
}
section.index .go-for-trial-wrap {
  min-height: 580px;
}
@media only screen and (max-width: 1024px) {
  section.index .go-for-trial-wrap {
    min-height: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  section.index .go-for-trial-wrap .img {
    margin-right: -40px;
  }
}
section.index .go-for-trial-wrap .inner-wrap {
  padding-right: 635px;
}
@media only screen and (max-width: 1024px) {
  section.index .go-for-trial-wrap .inner-wrap {
    padding-right: 38%;
  }
}
@media only screen and (max-width: 1440px) {
  section.methods-description .index-banner {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1024px) {
  section.methods-description .index-banner {
    max-width: 768px;
  }
}
@media only screen and (max-width: 1440px) {
  section.methods-description .index-banner .txt-wrap {
    padding: 50px 15px 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  section.methods-description .index-banner .txt-wrap {
    padding: 30px 15px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.methods-description .index-banner .txt-wrap {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  section.methods-description .index-banner .txt-wrap .title {
    font-size: 28px;
    font-weight: 800;
  }
}
@media only screen and (max-width: 1024px) {
  section.methods-description .index-banner .txt-wrap p {
    font-size: 18px;
    font-weight: 600;
    color: #9c9c9c;
  }
}
section.methods-description .little-helpers-wrap {
  margin: 55px 0 0;
}
@media only screen and (max-width: 767px) {
  section.methods-description .little-helpers-wrap {
    margin: 30px 0 0;
  }
}
section.methods-description .little-helpers-wrap .tab-container {
  min-height: 430px;
  margin: 0 0 60px;
  background: #f5f5f5;
}
@media only screen and (max-width: 1024px) {
  section.methods-description .little-helpers-wrap .tab-container .default-w {
    max-width: 768px;
  }
}
section.methods-description .little-helpers-wrap .tab-container .item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
section.methods-description .little-helpers-wrap .tab-container .item.active {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: auto;
  z-index: 11;
}
section.methods-description .little-helpers-wrap .tab-container .contain li {
  padding: 35px 0 55px;
}
@media only screen and (max-width: 767px) {
  section.methods-description .little-helpers-wrap .tab-container .contain li {
    padding: 35px 20px 0;
  }
}
section.methods-description .little-helpers-wrap .tab-container .banner, section.methods-description .little-helpers-wrap .tab-container .txt-wrap {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  section.methods-description .little-helpers-wrap .tab-container .banner, section.methods-description .little-helpers-wrap .tab-container .txt-wrap {
    display: block;
  }
}
section.methods-description .little-helpers-wrap .tab-container .banner {
  max-width: 509px;
  max-height: 330px;
  position: relative;
  margin-right: 42px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.methods-description .little-helpers-wrap .tab-container .banner {
    max-width: 309px;
  }
}
@media only screen and (max-width: 767px) {
  section.methods-description .little-helpers-wrap .tab-container .banner {
    max-width: 100%;
    margin-right: 0;
  }
}
section.methods-description .little-helpers-wrap .tab-container .banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 9em;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, #f5f5f5));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #f5f5f5 90%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #f5f5f5 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f5f5f5 90%);
  z-index: 1;
}
section.methods-description .little-helpers-wrap .tab-container .txt-wrap {
  width: -moz-calc((100% - 575px));
  width: -webkit-calc((100% - 575px));
  width: calc((100% - 575px));
  margin-right: 20px;
  padding: 0 0 80px;
}
@media only screen and (max-width: 1024px) {
  section.methods-description .little-helpers-wrap .tab-container .txt-wrap {
    width: -moz-calc((100% - 375px));
    width: -webkit-calc((100% - 375px));
    width: calc((100% - 375px));
  }
}
@media only screen and (max-width: 767px) {
  section.methods-description .little-helpers-wrap .tab-container .txt-wrap {
    width: 100%;
    margin-right: 0;
    padding: 0 0 20px;
  }
}
section.methods-description .little-helpers-wrap .tab-container .txt-wrap .title, section.methods-description .little-helpers-wrap .tab-container .txt-wrap .sub-t {
  font-weight: bold;
  line-height: 120%;
}
section.methods-description .little-helpers-wrap .tab-container .txt-wrap .title {
  margin: 0 0 13px;
  padding: 0 5px 8px;
  font-size: 24px;
  color: #ff65a7;
  border-bottom: 3px solid #e75280;
}
section.methods-description .little-helpers-wrap .tab-container .txt-wrap .title .icon {
  display: inline-block;
  width: auto;
  margin-right: -10px;
  vertical-align: -8px;
}
section.methods-description .little-helpers-wrap .tab-container .txt-wrap .sub-t {
  padding: 0 0 13px;
  font-size: 20px;
  color: #45446c;
}
@media only screen and (max-width: 767px) {
  section.methods-description .little-helpers-wrap .tab-container .txt-wrap .sub-t {
    font-size: 18px;
  }
}
section.methods-description .little-helpers-wrap .tab-container .txt-wrap p {
  font-size: 18px;
  color: #6e6e6e;
}
@media only screen and (max-width: 767px) {
  section.methods-description .little-helpers-wrap .tab-container .txt-wrap p {
    font-size: 14px;
  }
}
section.methods-description .little-helpers-wrap .tab-container .navi-wrap {
  width: -moz-calc((100% - 575px));
  width: -webkit-calc((100% - 575px));
  width: calc((100% - 575px));
  padding: 0 0 30px;
  text-align: center;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  section.methods-description .little-helpers-wrap .tab-container .navi-wrap {
    position: absolute;
    bottom: 10px;
    right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  section.methods-description .little-helpers-wrap .tab-container .navi-wrap {
    width: -moz-calc((100% - 375px));
    width: -webkit-calc((100% - 375px));
    width: calc((100% - 375px));
  }
}
@media only screen and (max-width: 767px) {
  section.methods-description .little-helpers-wrap .tab-container .navi-wrap {
    width: 100%;
    position: relative;
  }
}
section.methods-description .little-helpers-wrap .tab-container .navi-wrap .button-shape {
  letter-spacing: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition-property: box-shadow, -moz-transform;
  -o-transition-property: box-shadow, -o-transform;
  -webkit-transition-property: box-shadow, -webkit-transform;
  transition-property: box-shadow transform;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
@media only screen and (min-width: 1025px) {
  section.methods-description .little-helpers-wrap .tab-container .navi-wrap .button-shape:hover {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
section.methods-description .little-helpers-wrap .tab-container .navi-wrap .button-shape .txt {
  min-width: 122px;
  padding: 12px 10px;
  font-family: 微軟正黑體;
}
section.methods-description .little-helpers-wrap .tab-container .navi-wrap .swiper-pagination {
  width: 100%;
}
section.methods-description .methods-wrap .default-w {
  max-width: 930px;
  padding: 80px 0 0;
}
@media only screen and (max-width: 767px) {
  section.methods-description .methods-wrap .default-w {
    padding: 0;
  }
}
section.live-streamers .streamer-intro .full-bgc:before {
  background: #f5f5f5;
}
section.live-streamers .streamer-intro .bg-swiper li .txt-wrap {
  padding-bottom: 90px;
}
section.live-streamers .streamer-intro .bg-swiper li .name {
  font-size: 36px;
  color: #ff65a7;
}
section.live-streamers .streamer-intro .bg-swiper li .intro {
  padding: 0 0 40px;
}
section.live-streamers .streamer-intro .button-shape {
  position: absolute;
  bottom: 0;
  right: 15%;
}
section.live-streamers .streamer-intro .button-shape .txt {
  min-width: 122px;
  padding: 12px 10px;
}
section.live-streamers .streamers-wrap {
  margin-top: 100px;
}
section.live-streamers .streamers-wrap .tab-container .ul-wrap {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 27px 20px 50px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  section.live-streamers .streamers-wrap .tab-container .ul-wrap {
    padding: 27px 10px 50px;
  }
}
section.live-streamers .streamers-wrap .tab-container .ul-wrap li {
  flex: 0 0 20%;
  max-width: 20%;
  margin: 14px 0 0;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  section.live-streamers .streamers-wrap .tab-container .ul-wrap li {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  section.live-streamers .streamers-wrap .tab-container .ul-wrap li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1025px) {
  section.live-streamers .streamers-wrap .tab-container .ul-wrap li a:hover .img {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -moz-box-shadow: 0 15px 20px -5px rgba(255, 101, 167, 0.5);
    -webkit-box-shadow: 0 15px 20px -5px rgba(255, 101, 167, 0.5);
    box-shadow: 0 15px 20px -5px rgba(255, 101, 167, 0.5);
  }
}
section.live-streamers .streamers-wrap .tab-container .ul-wrap li span {
  display: block;
  position: relative;
}
section.live-streamers .streamers-wrap .tab-container .ul-wrap li .img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  section.live-streamers .streamers-wrap .tab-container .ul-wrap li .img {
    width: 100%;
    max-width: 180px;
    height: 100%;
    max-height: 180px;
  }
}
section.live-streamers .streamers-wrap .tab-container .ul-wrap li i {
  display: inline-block;
  position: absolute;
  left: 0;
}
section.live-streamers .streamers-wrap .tab-container .ul-wrap li .name, section.live-streamers .streamers-wrap .tab-container .ul-wrap li .popularity {
  margin: 0 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  section.live-streamers .streamers-wrap .tab-container .ul-wrap li .name, section.live-streamers .streamers-wrap .tab-container .ul-wrap li .popularity {
    margin: 0 5px;
  }
}
section.live-streamers .streamers-wrap .tab-container .ul-wrap li .name {
  margin-top: 12px;
  padding: 0 0 0 20px;
  color: #e75280;
  font-size: 18px;
  line-height: 130%;
}
section.live-streamers .streamers-wrap .tab-container .ul-wrap li .name i {
  width: 17px;
  top: 3px;
}
section.live-streamers .streamers-wrap .tab-container .ul-wrap li .popularity {
  padding: 0 0 0 18px;
  color: #a3a3a3;
}
section.live-streamers .streamers-wrap .tab-container .ul-wrap li .popularity i {
  width: 14px;
  top: 5px;
}
section.get-started .index-banner {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1025px) {
  section.get-started .index-banner .txt-wrap {
    padding-right: 70px;
  }
}
section.get-started .go-for-trial-wrap {
  padding-bottom: 30px;
}
section.get-started .go-for-trial-wrap .img {
  margin-top: -80px;
  margin-bottom: 20px;
  margin-right: 70px;
}
@media only screen and (max-width: 1024px) {
  section.get-started .go-for-trial-wrap .img {
    max-width: 300px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  section.get-started .go-for-trial-wrap .img {
    margin-right: auto;
    padding: 0 30px;
  }
}
section.get-started .go-for-trial-wrap .inner-wrap {
  padding-right: 480px;
}
@media only screen and (max-width: 1024px) {
  section.get-started .go-for-trial-wrap .inner-wrap {
    padding-right: 330px;
  }
}
section.get-started .go-for-trial-wrap .inner-wrap .title {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  section.get-started .go-for-trial-wrap .inner-wrap .btn-wrap {
    text-align: center;
  }
}
section.get-started .go-for-trial-wrap .inner-wrap .download {
  margin: 0 5px;
}
section.get-started .ready-for-wrap {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  section.get-started .ready-for-wrap {
    margin-top: 30px;
  }
}
section.get-started .slide-in-lr {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  section.get-started .slide-in-lr {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
section.get-started .slide-in-lr li {
  margin-top: -80px;
}
@media only screen and (max-width: 767px) {
  section.get-started .slide-in-lr li {
    margin-top: -30px;
  }
}
section.get-started .slide-in-lr li .svg-w .icon {
  position: absolute;
}
section.get-started .slide-in-lr li .svg-w .elem01 {
  width: 33.986%;
  top: 12%;
  right: 6%;
  -moz-animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
section.get-started .slide-in-lr li .svg-w .elem02 {
  width: 50.62%;
  top: 33%;
  right: -5.5%;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
section.get-started .slide-in-lr li .svg-w .elem03 {
  width: 33.5%;
  bottom: 8%;
  right: 15%;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
section.get-started .slide-in-lr li .txt-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  section.get-started .slide-in-lr li .txt-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.get-started .slide-in-lr li .txt-wrap .intro {
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  section.plan-fee .index-banner .banner {
    max-width: 480px;
  }
}
@media only screen and (max-width: 1024px) {
  section.plan-fee .index-banner .banner {
    max-width: 400px;
  }
}
section.plan-fee .go-for-trial-wrap {
  padding-bottom: 0;
}
section.plan-fee .go-for-trial-wrap .img {
  top: auto;
  bottom: 0;
}
section.plan-fee .go-for-trial-wrap .img .abso-pos {
  width: auto;
  max-width: 100%;
  position: absolute;
}
section.plan-fee .go-for-trial-wrap .img .plus01 {
  top: 20%;
  left: 5%;
  -moz-animation-delay: 800ms;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
section.plan-fee .go-for-trial-wrap .img .plus02 {
  top: 16%;
  left: 20%;
  -moz-animation-delay: 1650ms;
  -webkit-animation-delay: 1650ms;
  animation-delay: 1650ms;
}
section.plan-fee .go-for-trial-wrap .img .plus03 {
  top: 43%;
  left: 19%;
  -moz-animation-delay: 1230ms;
  -webkit-animation-delay: 1230ms;
  animation-delay: 1230ms;
}
section.plan-fee .go-for-trial-wrap .img .plus04 {
  top: 63%;
  left: 19%;
  -moz-animation-delay: 790ms;
  -webkit-animation-delay: 790ms;
  animation-delay: 790ms;
}
section.plan-fee .go-for-trial-wrap .img .plus05 {
  top: 59%;
  left: 32%;
  -moz-animation-delay: 1290ms;
  -webkit-animation-delay: 1290ms;
  animation-delay: 1290ms;
}
section.plan-fee .go-for-trial-wrap .img .plus06 {
  top: 65%;
  left: 40%;
  -moz-animation-delay: 610ms;
  -webkit-animation-delay: 610ms;
  animation-delay: 610ms;
}
@media only screen and (max-width: 1024px) {
  section.plan-fee .go-for-trial-wrap .img .plus06 {
    top: 67%;
    left: 44%;
  }
}
section.plan-fee .go-for-trial-wrap .img .plus07 {
  top: 69%;
  left: 55%;
  -moz-animation-delay: 840ms;
  -webkit-animation-delay: 840ms;
  animation-delay: 840ms;
}
section.plan-fee .go-for-trial-wrap .img .plus08 {
  top: 55%;
  left: 68%;
  -moz-animation-delay: 340ms;
  -webkit-animation-delay: 340ms;
  animation-delay: 340ms;
}
section.plan-fee .go-for-trial-wrap .img .plus09 {
  top: 37%;
  left: 71%;
  -moz-animation-delay: 780ms;
  -webkit-animation-delay: 780ms;
  animation-delay: 780ms;
}
section.plan-fee .go-for-trial-wrap .img .plus10 {
  top: 15%;
  left: 77%;
  -moz-animation-delay: 460ms;
  -webkit-animation-delay: 460ms;
  animation-delay: 460ms;
}
section.plan-fee .go-for-trial-wrap .img .plus11 {
  top: 23%;
  left: 90%;
  -moz-animation-delay: 1450ms;
  -webkit-animation-delay: 1450ms;
  animation-delay: 1450ms;
}
@media only screen and (max-width: 1024px) {
  section.plan-fee .go-for-trial-wrap .img .plus11 {
    top: 27%;
    left: 85%;
  }
}
section.plan-fee .go-for-trial-wrap .inner-wrap {
  padding-bottom: 50px;
  padding-right: 610px;
}
@media only screen and (max-width: 1024px) {
  section.plan-fee .go-for-trial-wrap .inner-wrap {
    padding-right: 350px;
  }
}
@media only screen and (max-width: 767px) {
  section.plan-fee .go-for-trial-wrap .inner-wrap {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
section.plan-fee .button-shape {
  margin-left: 0;
}
section.plan-fee .button-shape .txt {
  min-width: 122px;
  padding: 12px 10px;
}
section.plan-fee .plan-wrap {
  padding: 100px 0 70px;
}
@media only screen and (max-width: 767px) {
  section.plan-fee .plan-wrap {
    padding: 50px 0;
  }
}
section.plan-fee .plan-wrap .wrapper {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 1140px) {
  section.plan-fee .plan-wrap .wrapper {
    padding: 0 5px;
  }
}
section.plan-fee .plan-wrap .wrapper > li {
  flex: 0 0 calc(20% - 28px);
  max-width: calc(20% - 28px);
  position: relative;
  margin: 0 14px 80px;
  padding: 0 0 60px;
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  section.plan-fee .plan-wrap .wrapper > li {
    flex: 0 0 calc(20% - 16px);
    max-width: calc(20% - 16px);
    margin: 0 8px 70px;
    padding: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  section.plan-fee .plan-wrap .wrapper > li {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    margin: 0 8px 30px;
  }
}
section.plan-fee .plan-wrap .wrapper .top {
  position: relative;
  padding: 15px 5px 20px;
  color: #fff;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 7px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 7px 3px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 7px 3px;
  z-index: 1;
}
section.plan-fee .plan-wrap .wrapper .top.bgc-01 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuMCIgeDI9IjAuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwOTJmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxODNkNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(0%, #f092f7), color-stop(100%, #f183d6));
  background-image: -moz-linear-gradient(top, #f092f7, #f183d6);
  background-image: -webkit-linear-gradient(top, #f092f7, #f183d6);
  background-image: linear-gradient(to bottom left, #f092f7, #f183d6);
}
section.plan-fee .plan-wrap .wrapper .top.bgc-02 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuMCIgeDI9IjAuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDc5ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZDE4ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(0%, #ffd79d), color-stop(100%, #ffd18e));
  background-image: -moz-linear-gradient(top, #ffd79d, #ffd18e);
  background-image: -webkit-linear-gradient(top, #ffd79d, #ffd18e);
  background-image: linear-gradient(to bottom left, #ffd79d, #ffd18e);
}
section.plan-fee .plan-wrap .wrapper .top.bgc-02 + .list-items .sp-color {
  color: #a76200;
}
section.plan-fee .plan-wrap .wrapper .top.bgc-03 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuMCIgeDI9IjAuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzZGVkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU2ZDlkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(0%, #63ded2), color-stop(100%, #56d9db));
  background-image: -moz-linear-gradient(top, #63ded2, #56d9db);
  background-image: -webkit-linear-gradient(top, #63ded2, #56d9db);
  background-image: linear-gradient(to bottom left, #63ded2, #56d9db);
}
section.plan-fee .plan-wrap .wrapper .top.bgc-03 + .list-items .sp-color {
  color: #056d74;
}
section.plan-fee .plan-wrap .wrapper .top.bgc-04 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuMCIgeDI9IjAuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2N2NlOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZhNzFkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(0%, #667ce8), color-stop(100%, #6a71d9));
  background-image: -moz-linear-gradient(top, #667ce8, #6a71d9);
  background-image: -webkit-linear-gradient(top, #667ce8, #6a71d9);
  background-image: linear-gradient(to bottom left, #667ce8, #6a71d9);
}
section.plan-fee .plan-wrap .wrapper .top.bgc-04 + .list-items .sp-color {
  color: #222777;
}
section.plan-fee .plan-wrap .wrapper .top.bgc-05 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4MTI3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzliMGIxOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(0%, #667ce8), color-stop(100%, #6a71d9));
  background-image: -moz-linear-gradient(top, #F64E60, #D31C30);
  background-image: -webkit-linear-gradient(top, #F64E60, #D31C30);
  background-image: linear-gradient(to bottom left, #F64E60, #D31C30);
}
section.plan-fee .plan-wrap .wrapper .top.bgc-05 + .list-items .sp-color {
  color: #970B3F;
}
section.plan-fee .plan-wrap .wrapper .top .title {
  font-size: 30px;
}
@media only screen and (max-width: 1140px) {
  section.plan-fee .plan-wrap .wrapper .top .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.plan-fee .plan-wrap .wrapper .top .title {
    font-size: 16px;
    font-size: 5vw;
  }
}
section.plan-fee .plan-wrap .wrapper .top .fee {
  font-size: 16px;
}
@media only screen and (max-width: 1140px) {
  section.plan-fee .plan-wrap .wrapper .top .fee {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.plan-fee .plan-wrap .wrapper .top .fee {
    font-size: 4.375vw;
  }
}
section.plan-fee .plan-wrap .wrapper .top .fee span {
  display: inline-block;
  min-width: 114px;
  margin: 0 5px;
  font-size: 60px;
  line-height: 110%;
  letter-spacing: -3px;
  font-family: Hind Vadodara, 微軟正黑體;
}
@media only screen and (max-width: 1140px) {
  section.plan-fee .plan-wrap .wrapper .top .fee span {
    min-width: 60px;
    font-size: 40px;
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 767px) {
  section.plan-fee .plan-wrap .wrapper .top .fee span {
    font-size: 28px;
    font-size: 8.75vw;
  }
}
section.plan-fee .plan-wrap .wrapper .list-items {
  height: -moz-calc((100% - 149px));
  height: -webkit-calc((100% - 149px));
  height: calc((100% - 149px));
  position: relative;
  padding: 10px 0 65px;
  background: #f8f7f7;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 7px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 7px 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 7px 3px;
}
@media only screen and (max-width: 1140px) {
  section.plan-fee .plan-wrap .wrapper .list-items {
    height: -moz-calc((100% - 111px));
    height: -webkit-calc((100% - 111px));
    height: calc((100% - 111px));
  }
}
@media only screen and (max-width: 767px) {
  section.plan-fee .plan-wrap .wrapper .list-items {
    height: -moz-calc((100% - 102px));
    height: -webkit-calc((100% - 102px));
    height: calc((100% - 102px));
    padding: 20px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  section.plan-fee .plan-wrap .wrapper .list-items.mh0 {
    height: 0;
  }
}
section.plan-fee .plan-wrap .wrapper .list-items ul {
  height: 100%;
  overflow: hidden;
}
section.plan-fee .plan-wrap .wrapper .list-items li {
  position: relative;
  padding: 5px 5px 3px;
  color: #727272;
  font-size: 16px;
  line-height: 150%;
}
section.plan-fee .plan-wrap .wrapper .list-items li:nth-child(2n+2) {
  background: #f1f1f1;
}
@media only screen and (max-width: 1140px) {
  section.plan-fee .plan-wrap .wrapper .list-items li {
    font-size: 14px;
  }
}
section.plan-fee .plan-wrap .wrapper .list-items li.gift {
  min-height: 80px;
  padding: 30px 45px;
}
@media only screen and (max-width: 1140px) {
  section.plan-fee .plan-wrap .wrapper .list-items li.gift {
    padding: 30px 20px;
  }
}
section.plan-fee .plan-wrap .wrapper .list-items li.gift i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  section.plan-fee .plan-wrap .wrapper .list-items li.gift i {
    top: -4px;
    left: -4px;
  }
}
section.plan-fee .plan-wrap .wrapper .list-items li.gift i img {
  width: auto;
}
section.plan-fee .plan-wrap .wrapper .list-items li.red {
  color: #ff0000;
}
section.plan-fee .plan-wrap .wrapper .btn {
  display: block;
  width: -moz-calc((100% - 36px));
  width: -webkit-calc((100% - 36px));
  width: calc((100% - 36px));
  position: absolute;
  bottom: -40px;
  left: 50%;
  padding: 16px 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 7px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 7px 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 7px 3px;
}
@media only screen and (min-width: 768px) {
  section.plan-fee .plan-wrap .wrapper .btn {
    cursor: default;
  }
}
@media only screen and (max-width: 1140px) {
  section.plan-fee .plan-wrap .wrapper .btn {
    bottom: -28px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.plan-fee .plan-wrap .wrapper .btn {
    font-size: 16px;
    font-size: 5vw;
  }
}
section.plan-fee .plan-wrap .wrapper .btn.bgc-01 {
  background: #f55a72;
}
section.plan-fee .plan-wrap .wrapper .btn.bgc-02 {
  background: #ffbb5c;
}
section.plan-fee .plan-wrap .wrapper .btn.bgc-03 {
  background: #56cfdb;
}
section.plan-fee .plan-wrap .wrapper .btn.bgc-04 {
  background: #8200e6;
}
section.plan-fee .plan-wrap .wrapper .btn.bgc-05 {
  background: #E32B3E;
}
section.plan-fee .plan-wrap .wrapper .btn .small {
  font-size: 16px;
  line-height: 110%;
}
@media only screen and (max-width: 1140px) {
  section.plan-fee .plan-wrap .wrapper .btn .small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.plan-fee .plan-wrap .wrapper .btn .small {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
section.plan-fee .plan-wrap .bottom-intro {
  max-width: 829px;
  margin: 0 auto 60px;
  padding: 0 30px;
  text-align: center;
}
section.plan-fee .plan-wrap .bottom-intro .title {
  position: relative;
  padding: 17px 20px 13px;
  font-size: 30px;
  color: #fff;
  line-height: 120%;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 7px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 7px 3px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 7px 3px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4MTI3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzliMGIxOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #e8127e), color-stop(100%, #9b0b19));
  background-image: -moz-linear-gradient(top, #e8127e, #9b0b19);
  background-image: -webkit-linear-gradient(top, #e8127e, #9b0b19);
  background-image: linear-gradient(to bottom right, #e8127e, #9b0b19);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  section.plan-fee .plan-wrap .bottom-intro .title {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}
section.plan-fee .plan-wrap .bottom-intro .intro {
  padding: 32px 20px 30px;
  background: #f8f7f7;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 7px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 7px 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 7px 3px;
  font-size: 16px;
  line-height: 130%;
  color: #727272;
}
@media only screen and (max-width: 767px) {
  section.plan-fee .plan-wrap .bottom-intro .intro {
    padding: 20px;
    font-size: 12px;
    font-size: 3.75vw;
  }
}
section.media-page .index-banner .banner {
  max-width: 958px;
}
@media only screen and (min-width: 768px) {
  section.media-page .index-banner .banner {
    position: absolute;
    bottom: 0;
    right: 60px;
  }
}
@media only screen and (max-width: 1440px) {
  section.media-page .index-banner .banner {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1024px) {
  section.media-page .index-banner .banner {
    max-width: 540px;
    right: 0;
  }
}
section.media-page .index-banner .txt-wrap {
  padding: 60px 15px 215px 220px;
}
@media only screen and (max-width: 1440px) {
  section.media-page .index-banner .txt-wrap {
    padding: 60px 15px 100px 60px;
  }
}
@media only screen and (max-width: 1024px) {
  section.media-page .index-banner .txt-wrap {
    padding: 15px 15px 50px 60px;
  }
}
@media only screen and (max-width: 767px) {
  section.media-page .index-banner .txt-wrap {
    padding: 30px 20px;
  }
}
section.media-page .go-for-trial-wrap {
  margin: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  section.media-page .go-for-trial-wrap {
    padding: 15px 0 0;
  }
}
section.media-page .go-for-trial-wrap .img {
  height: 100%;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  section.media-page .go-for-trial-wrap .img {
    right: -105px;
  }
}
@media only screen and (max-width: 767px) {
  section.media-page .go-for-trial-wrap .img {
    width: 55%;
    right: -18%;
  }
}
section.media-page .go-for-trial-wrap .img .inner-main {
  height: 100%;
  max-height: 328px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  section.media-page .go-for-trial-wrap .img .inner-main {
    height: -moz-calc((53vw + 25px));
    height: -webkit-calc((53vw + 25px));
    height: calc((53vw + 25px));
    max-height: 430px;
  }
}
section.media-page .go-for-trial-wrap .img .main {
  height: 100%;
  margin-top: 25px;
}
section.media-page .go-for-trial-wrap .abso-pos {
  position: absolute;
}
section.media-page .go-for-trial-wrap .heart1 {
  width: 9.465%;
  top: 60%;
  left: 3%;
}
section.media-page .go-for-trial-wrap .heart2 {
  width: 14.2%;
  top: 43%;
  left: -4%;
  z-index: 1;
}
section.media-page .go-for-trial-wrap .heart3 {
  width: 14.2%;
  top: 20%;
  left: -9%;
}
section.media-page .go-for-trial-wrap .heart4 {
  width: 18.93%;
  top: 45%;
  left: -29%;
}
section.media-page .go-for-trial-wrap .heart5 {
  width: 15.775%;
  top: 17%;
  left: -34%;
  z-index: 2;
}
section.media-page .go-for-trial-wrap .heart6 {
  width: 23.345%;
  top: -13%;
  left: -32%;
}
section.media-page .go-for-trial-wrap .thumbup1 {
  width: 10.412%;
  top: 55%;
  left: -7%;
}
section.media-page .go-for-trial-wrap .thumbup2 {
  width: 15.145%;
  top: 33%;
  left: -13%;
}
section.media-page .go-for-trial-wrap .thumbup3 {
  width: 21.455%;
  top: 33%;
  left: -58%;
  z-index: 1;
}
section.media-page .go-for-trial-wrap .thumbup4 {
  width: 18.93%;
  top: 22%;
  left: -48%;
}
section.media-page .go-for-trial-wrap .thumbup5 {
  width: 15.775%;
  top: -7%;
  left: -52%;
}
section.media-page .go-for-trial-wrap .emoji1 {
  width: 19%;
  top: 16%;
  left: -66.5%;
}
section.media-page .go-for-trial-wrap .emoji2 {
  width: 19%;
  top: 28%;
  left: -36%;
}
section.media-page .go-for-trial-wrap .inner-wrap {
  padding-right: 615px;
}
@media only screen and (max-width: 1024px) {
  section.media-page .go-for-trial-wrap .inner-wrap {
    padding-right: 430px;
  }
}
@media only screen and (max-width: 767px) {
  section.media-page .go-for-trial-wrap .inner-wrap {
    padding-top: 25px;
  }
}
section.media-page .go-for-trial-wrap .inner-wrap p {
  padding: 12px 0 60px;
}
section.media-page .center-wrap {
  margin: 27px 0 130px;
}
@media only screen and (max-width: 1024px) {
  section.media-page .center-wrap {
    margin: 27px 20px 130px;
  }
}
section.media-page .media-logo-wrap {
  display: -webkit-flex;
  display: flex;
  width: -moz-calc((100% + 3px));
  width: -webkit-calc((100% + 3px));
  width: calc((100% + 3px));
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
}
@media only screen and (max-width: 767px) {
  section.media-page .media-logo-wrap {
    width: -moz-calc((100% + 2px));
    width: -webkit-calc((100% + 2px));
    width: calc((100% + 2px));
  }
}
section.media-page .media-logo-wrap li {
  flex: 0 0 25%;
  max-width: 25%;
  height: 194px;
  margin: -1px 0 0 -1px;
  border: 1px solid #cbcbcb;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  section.media-page .media-logo-wrap li {
    flex: 0 0 20%;
    max-width: 20%;
    height: 24.1546vw;
  }
}
section.media-page .media-logo-wrap li .center-img {
  height: 100%;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  section.media-page .media-logo-wrap li .center-img {
    padding: 4.6875vw;
  }
}
section.about-us .index-banner {
  padding: 140px 0;
}
@media only screen and (max-width: 767px) {
  section.about-us .index-banner {
    padding: 50px 0;
  }
}
section.about-us .plain-bn {
  max-width: 1029px;
  margin: 0 auto;
}
section.about-us .contact-us {
  background: #E5E5E5;
  color: #3a3a3a;
  overflow: hidden;
}
section.about-us .contact-us a {
  color: #3a3a3a;
}
section.about-us .contact-us .default-w {
  padding: 70px 90px 15px;
}
@media only screen and (max-width: 1024px) {
  section.about-us .contact-us .default-w {
    padding: 70px 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  section.about-us .contact-us .default-w {
    padding: 40px 20px 15px;
  }
}
section.about-us .contact-us .bg {
  position: absolute;
  top: -38px;
  left: 50px;
}
section.about-us .contact-us .title36 {
  padding: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  section.about-us .contact-us .title36 {
    padding: 0;
  }
}
section.about-us .contact-us .l-side, section.about-us .contact-us .r-side, section.about-us .contact-us .title36 {
  position: relative;
}
section.about-us .contact-us .l-side, section.about-us .contact-us .r-side {
  display: inline-block;
  width: -moz-calc(((100% - 64px) / 2));
  width: -webkit-calc(((100% - 64px) / 2));
  width: calc(((100% - 64px) / 2));
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 185%;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  section.about-us .contact-us .l-side, section.about-us .contact-us .r-side {
    display: block;
    width: 100%;
    margin: 15px 0;
    font-size: 14px;
  }
}
section.about-us .contact-us .l-side {
  margin-right: 60px;
}
@media only screen and (max-width: 1024px) {
  section.about-us .contact-us .l-side {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.about-us .contact-us .l-side {
    margin-right: 0;
  }
}
section.about-us .txt-formation-disp {
  padding-left: 90px;
  padding-right: 90px;
}
@media only screen and (max-width: 1024px) {
  section.about-us .txt-formation-disp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.flip{margin:0px;
	padding:5px;
	text-align:center;
	background:#f7d6d6;
	cursor:pointer;
	color: #f7d6d6;
    font-size: 16px;}
.panel{margin:0px;padding:5px;text-align:center;background:#FFFFFF;border:solid 3px #f7d6d6;display:none;font-family:'Arial';}
