@charset "UTF-8";
/******************************************************************************
 * Version 1.0 Release;
 * Copyright 2018
 ******************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto Sans TC:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
  word-break: normal;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
mark {
  background: #ff0;
  color: #000;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

table > caption {
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 0;
}

input, select {
  vertical-align: middle;
}

/*==================== 表單元素 - 去除ios預設外觀 input ====================*/
input,
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
}

/*==================== 表單元素 - 去除ie預設外觀 select ====================*/
select::-ms-expand {
  display: none;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*改寫iOS Safari中可點擊元素的高亮顏色*/
  font-size: initial;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*去除focus outline-chrome預設*/
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

form {
  width: 100%;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: none;
  padding: 0;
  line-height: inherit;
  color: #333;
  overflow: hidden;
  width: 100%;
}

label {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: bold;
}

/*隱藏小箭頭*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /*margin: 0;*/
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin-top: 1px \9 ;
  line-height: normal;
  vertical-align: baseline;
}

input[type=radio] {
  -webkit-appearance: radio;
  border-radius: 50%;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=range] {
  display: block;
  width: 100%;
}

/*file、radio、checkbox的focus設定*/
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*placeholder*/
::-webkit-input-placeholder { /* WebKit browsers */
  color: #C4C4C4;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #C4C4C4;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #C4C4C4;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #C4C4C4;
}

/*額外新增*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*==================== 清單 ====================*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.625em; /*10/16*/
  /* padding-left: 30px; */
}

/* 第二層崁套margin皆為0 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
  padding-left: 30px;
}

img {
  border: 0;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: normal;
}

em {
  font-weight: normal;
  font-style: normal;
}

body {
  content: "xs";
}
@media (min-width: 768px) {
  body {
    content: "s";
  }
}
@media (min-width: 1280px) {
  body {
    content: "m";
  }
}
@media (min-width: 1440px) {
  body {
    content: "l";
  }
}
@media (min-width: 1560px) {
  body {
    content: "xl";
  }
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

.logo__w {
  aspect-ratio: 147/69;
  background: url("../images/logo_w.svg") center center no-repeat;
  background-size: cover;
  width: 75px;
}
@media (min-width: 1280px) {
  .logo__w {
    width: 147px;
  }
}
.logo__h {
  aspect-ratio: 123/43;
  background: url("../images/logo_h.svg") center center no-repeat;
  background-size: cover;
  width: 62px;
}
@media (min-width: 1280px) {
  .logo__h {
    width: 123px;
  }
}
.logo__face {
  aspect-ratio: 1/1;
  background: url("../images/logo_face.svg") center center no-repeat;
  background-size: cover;
  width: 165px;
}
@media (min-width: 1280px) {
  .logo__face {
    width: 328px;
  }
}

.ball {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.ball--green {
  background: #456EF4;
}
.ball--purple {
  background: #643EB4;
}
.ball--yellow {
  background: #E6FF00;
}
.ball--xs {
  width: 20px;
}
@media (min-width: 1280px) {
  .ball--xs {
    width: 40px;
  }
}
.ball--sm {
  width: 43px;
}
@media (min-width: 1280px) {
  .ball--sm {
    width: 86px;
  }
}
.ball--md {
  width: 59px;
}
@media (min-width: 1280px) {
  .ball--md {
    width: 118px;
  }
}
.ball--lg {
  width: 106px;
}
@media (min-width: 1280px) {
  .ball--lg {
    width: 210px;
  }
}

.hide {
  display: none;
}
@media (min-width: 0) {
  .hide-xs {
    display: none;
  }
}
@media (min-width: 600px) {
  .hide-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 1280px) {
  .hide-lg {
    display: none;
  }
}
@media (min-width: 1440px) {
  .hide-xl {
    display: none;
  }
}
@media (min-width: 1560px) {
  .hide-xxl {
    display: none;
  }
}
@media (min-width: 1920px) {
  .hide-xxxl {
    display: none;
  }
}

.block {
  display: block;
}
@media (min-width: 0) {
  .block-xs {
    display: block;
  }
}
@media (min-width: 600px) {
  .block-sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .block-md {
    display: block;
  }
}
@media (min-width: 1280px) {
  .block-lg {
    display: block;
  }
}
@media (min-width: 1440px) {
  .block-xl {
    display: block;
  }
}
@media (min-width: 1560px) {
  .block-xxl {
    display: block;
  }
}
@media (min-width: 1920px) {
  .block-xxxl {
    display: block;
  }
}

.inline {
  display: inline;
}
@media (min-width: 0) {
  .inline-xs {
    display: inline;
  }
}
@media (min-width: 600px) {
  .inline-sm {
    display: inline;
  }
}
@media (min-width: 768px) {
  .inline-md {
    display: inline;
  }
}
@media (min-width: 1280px) {
  .inline-lg {
    display: inline;
  }
}
@media (min-width: 1440px) {
  .inline-xl {
    display: inline;
  }
}
@media (min-width: 1560px) {
  .inline-xxl {
    display: inline;
  }
}
@media (min-width: 1920px) {
  .inline-xxxl {
    display: inline;
  }
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
}

.link-break {
  word-break: break-all;
}

.border {
  border: 1px solid #ddd;
}

.bg-gray {
  background: #F8F8F8;
}

.bg-primary {
  background: linear-gradient(70deg, #456EF4 0%, #05C9CE 100%);
  color: #fff;
}
@media (min-width: 1280px) {
  .bg-primary {
    background: linear-gradient(30deg, #456EF4 0%, #05C9CE 100%);
  }
}

.price-sell {
  color: #111;
  font-size: 12px;
  margin-bottom: 5px;
}

.price-offer {
  color: #643EB4;
  margin-bottom: 5px;
}

.price-cht {
  margin-right: 5px;
}

.price-num {
  display: inline-block;
}
.price-num::before {
  content: "NT$";
  display: inline;
  margin-right: 0.3125em;
}

.price-num-simple::before {
  content: "$";
  display: inline;
  margin-right: 0.15em;
}

.integral {
  color: #456EF4;
  margin-bottom: 5px;
}

.integral-cht {
  margin-right: 3px;
  font-size: 12px;
}

.integral-num {
  font-size: 16px;
  font-weight: bold;
}

.price-range {
  font-size: 16px;
}
.price-range__pre-text {
  color: #111;
  font-weight: bold;
}
.price-range__num::before {
  content: "$";
  display: inline;
  margin-right: 0.3125em;
}
.phone-verify {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  color: #111;
  width: 26px;
  margin: -4px 0;
}
.phone-verify::before, .phone-verify::after {
  font-family: "icomoon";
}
.phone-verify::before {
  content: "\e912";
  font-size: 22px;
  color: #666;
}
.phone-verify::after {
  content: "\e919";
  color: #666;
  position: absolute;
  right: -1px;
  top: -1px;
  font-size: 16px;
}
.phone-verify--success::after {
  content: "\e91a";
  color: #00F046;
}

.info-finish {
  display: none;
}
.info-finish--show {
  display: block;
}

.hover-mask {
  position: relative;
}
.hover-mask::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 1;
}
.hover-mask:hover::before {
  opacity: 0.06;
}

/*iconfont*/
@font-face {
  font-family: "icomoon";
  src: url("../../../style/fonts/icomoon.eot?t=20250213v1");
  src: url("../../../style/fonts/icomoon.eot?t=20250213v1") format("embedded-opentype"), url("../../../style/fonts/icomoon.ttf?t=20250213v1") format("truetype"), url("../../../style/fonts/icomoon.woff?t=20250213v1") format("woff"), url("../../../style/fonts/icomoon.svg?t=20250213v1") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  /*overflow: hidden;*/
  vertical-align: middle;
  /*i元素-目前專給icon使用*/
  font-size: 24px;
  position: relative;
  pointer-events: none;
}

.icon-instagram_circle:before {
  content: "\e912";
}

.icon-arrow_down:before {
  content: "\e900";
}

.icon-email_outline:before {
  content: "\e901";
}

.icon-email:before {
  content: "\e902";
}

.icon-facebook_circle:before {
  content: "\e903";
}

.icon-linkedin_circle:before {
  content: "\e904";
}

.icon-location_outline:before {
  content: "\e905";
}

.icon-location:before {
  content: "\e906";
}

.icon-phone_outline:before {
  content: "\e907";
}

.icon-phone:before {
  content: "\e908";
}

.icon-youtube_circle:before {
  content: "\e909";
}

.icon-close:before {
  content: "\e90a";
}

.icon-check_circle:before {
  content: "\e90b";
}

.icon-check:before {
  content: "\e90c";
}

.icon-warning:before {
  content: "\e90d";
}

.icon-line_circle:before {
  content: "\e90e";
}

.icon-check2:before {
  content: "\e90f";
}

.icon-next:before {
  content: "\e910";
}

.icon-prev:before {
  content: "\e911";
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 600px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1560px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
body {
  color: #111;
  font: 100%/1.5 "Noto Sans TC", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: #456EF4;
  text-decoration: underline;
}
a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
@media (min-width: 1280px) {
  a:hover {
    color: inherit;
    text-decoration: none;
    outline: 0;
  }
}

.heading1,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6 {
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
  color: #111;
}

.heading1 {
  font-size: 30px;
  margin-bottom: 5px;
}
@media (min-width: 1280px) {
  .heading1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.heading2 {
  font-size: 16px;
  margin: 0 0 15px;
}

.heading6 {
  font-size: 1em;
}

.heading-desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .heading-desc {
    margin-bottom: 40px;
  }
}

.page-paragraph {
  font-size: 14px;
  line-height: 1.7;
}

.time {
  font-size: 12px;
  color: #666;
  font-weight: 300;
}

.text {
  font-size: 14px;
}

.text-bold {
  font-weight: bold;
}

.text-google2 {
  font-family: Rubik;
}

.text-primary {
  color: #456EF4;
}
.text-primary:hover, .text-primary:focus {
  color: #456EF4;
}

.text-secondary {
  color: #643EB4;
}
.text-secondary:hover, .text-secondary:focus {
  color: #643EB4;
}

.text-dark {
  color: #111;
}
.text-dark:hover, .text-dark:focus {
  color: #111;
}

.text-third {
  color: #888;
}

.text-fourth {
  color: #eee;
}

.text-success {
  color: #00F046;
}
.text-success:hover, .text-success:focus {
  color: #00F046;
}

.text-info {
  color: #666;
}
.text-info:hover, .text-info:focus {
  color: #666;
}

.text-warning {
  color: #E7041E;
}
.text-warning:hover, .text-warning:focus {
  color: #E7041E;
}

.btn-link {
  text-decoration: underline;
  background: transparent;
}
.btn-link:active {
  text-decoration: none;
}

.listtext {
  padding: 0 0 0 30px;
  line-height: 1.4;
}
.listtext--no {
  padding-left: 0;
  list-style-type: none;
}
.listtext--decimal-arc {
  counter-reset: counter;
}
.listtext--decimal-arc > .listtext__item {
  list-style: none;
  position: relative;
}
.listtext--decimal-arc > .listtext__item::before {
  counter-increment: counter;
  content: "(" counter(counter) ")";
  position: absolute;
  left: -1.5em;
}
.listtext--check > .listtext__item {
  margin-bottom: 10px;
  position: relative;
}
.listtext--check > .listtext__item::before {
  content: "\e90b";
  font-family: "icomoon" !important;
  display: inline-block;
  position: absolute;
  left: -1.5em;
  color: #456EF4;
  font-size: 20px;
  line-height: 1;
  top: 1px;
}
@media (min-width: 1280px) {
  .listtext--check > .listtext__item::before {
    top: 3px;
  }
}
.listtext--cjk-arc {
  counter-reset: counter;
  padding-left: 1.5em;
}
.listtext--cjk-arc > .listtext__item {
  list-style: none;
  position: relative;
  padding-left: 0.3em;
}
.listtext--cjk-arc > .listtext__item::before {
  counter-increment: counter;
  content: "(" counter(counter, cjk-ideographic) ")";
  position: absolute;
  left: -1.5em;
}
.listtext__item {
  margin-bottom: 15px;
}
.listtext--disc > .listtext__item {
  list-style-type: disc;
}
.listtext--circle > .listtext__item {
  list-style-type: circle;
}
.listtext--square > .listtext__item {
  list-style-type: square;
}
.listtext--no > .listtext__item {
  list-style-type: none;
}
.listtext--decimal > .listtext__item {
  list-style-type: decimal;
}
.listtext--cjk > .listtext__item {
  list-style-type: cjk-ideographic;
}
.listtext--lowerlatin > .listtext__item {
  list-style-type: lower-latin;
}
.listtext__field {
  display: block;
  float: left;
  text-align: right;
  width: 90px;
}
.listtext__data {
  display: block;
  padding: 0 0 0 90px;
  word-break: break-all;
  word-wrap: break-word;
}

.listtext--gap > .listtext__item {
  margin-bottom: 1.5em;
}
.listtext--lg > .listtext__item {
  font-size: 14px;
  font-weight: bold;
}
.listtext__item * {
  font-weight: initial;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .listtext__item * {
    font-size: medium;
    font-weight: normal;
  }
}

.text-article {
  line-height: 1.625;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.text-article .listtext--cjk {
  padding-left: 2.5em;
}
.text-article .listtext--disc {
  padding-left: 1.5em;
}
.text-article ul ul,
.text-article ul ol,
.text-article ol ul,
.text-article ol ol {
  margin: 8px 0 0;
}
.text-article__heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  color: #111;
}
.text-article__heading--bg {
  font-size: 16px;
  background: #F8F8F8;
  padding: 0.625em;
}
@media (min-width: 768px) {
  .text-article__heading:first-child {
    margin-top: 20px;
  }
}
.text-article__heading--black {
  color: inherit;
}
.text-article__heading--gap-sm {
  margin-bottom: 0.3333333333em;
}
.text-article__subheading {
  font-weight: bold;
  margin-bottom: 10px;
  color: #111;
  font-size: 18px;
}
@media (min-width: 1280px) {
  .text-article__subheading {
    margin-top: 20px;
  }
}
.text-article__paragraph {
  margin: 0 0 2.15em;
}
.text-article__paragraph--gap-top {
  margin-top: 2.15em;
}
.text-article__high {
  text-align: center;
  color: #E7041E;
}
.text-article__tips {
  text-align: right;
  color: #666;
  font-size: 14px;
}

.note {
  font-size: 14px;
  margin-bottom: 10px;
}

.list-report {
  padding: 0;
  list-style: none;
}
.list-report__item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.list-report__item:last-child {
  margin-bottom: 0;
}
.list-report__item--all {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-report__title {
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #111;
  float: none;
  width: 80px;
  text-align: left;
}
.list-report__item--all .list-report__title {
  float: none;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.list-report__title::after {
  content: "：";
  display: inline;
}
.list-report__item--all .list-report__title::after {
  display: none;
}
.list-report__data {
  word-break: break-all;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .list-report__data {
    padding-left: 0;
  }
}
.list-report__item--all .list-report__data {
  padding-left: 0;
}

.tag {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.tag--show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tag--primary {
  background: #000;
}
.tag--secondary {
  background: #643EB4;
}
.tag--third {
  background: #E6FF00;
}

.taglist {
  margin: -3px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.taglist__item {
  margin: 3px;
}
.taglist--strong .taglist__item {
  margin: 6px 4px;
}
.taglist__link, .taglist__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  padding: 6px 10px 5px;
  text-decoration: none;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ddd;
}
.taglist__link .taglist--opacity, .taglist__text .taglist--opacity {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 1280px) {
  .taglist--md .taglist__link, .taglist--md .taglist__text {
    font-size: 14px;
    padding: 10px 10px 9px;
  }
}
.taglist--strong .taglist__link {
  color: #111;
}
.taglist__link:focus, .taglist__link:active {
  background: #ddd;
  color: #111;
}
@media (min-width: 1280px) {
  .taglist__link:hover {
    background: #ddd;
    color: #111;
  }
}
.taglist--strong {
  margin: -6px -4px;
}

.tag-event {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 5px 0 0 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.tag-event::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 49px 57px 0 0;
  border-color: #E7041E transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tag-time {
  display: none;
  background: #E7041E;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  min-height: 69px;
  padding: 4px 0;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  pointer-events: none;
  z-index: 2;
}
.tag-time--show {
  display: block;
}
.tag-time__icon {
  font-size: 20px;
  margin-bottom: 0.25em;
  font-weight: normal;
  display: block;
}
.tag-time__strong {
  font-size: 18px;
}

.tag-store {
  display: inline-block;
  font-size: 0;
  width: 60px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.tag-store--kitchen {
  background-image: url(../images/store/tag_kitchen.svg?t=20180921v1);
}
.tag-store--outlet {
  background-image: url(../images/store/tag_outlet.svg?t=20180921v1);
}

.tag-product {
  padding: 3px 5px;
  text-align: center;
  min-width: 44px;
  line-height: 25px;
  font-size: 13px;
  color: #fff;
  background: #456EF4;
  font-weight: bold;
  pointer-events: none;
  max-width: 10em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tag-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media (min-width: 1280px) {
  .tag-check {
    max-width: 1060px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -8px auto;
  }
}
.tag-check__item {
  margin: 10px 0;
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  background: #F8F8F8;
}
@media (min-width: 1280px) {
  .tag-check__item {
    margin: 8px 15px;
  }
}
.tag-check__iconbox {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 0 0;
}
.tag-check__icon {
  font-size: 22px;
  margin: -2px -5px 0 0;
  color: #456EF4;
}
.tag-check__text {
  font-size: 20px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table > caption {
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 0;
}

.table {
  margin-bottom: 20px;
  overflow: hidden;
  color: #111;
}
.table__row {
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 10px;
}
@media (min-width: 1280px) {
  .table__row {
    display: table;
    width: 100%;
    padding: 0;
  }
}
.table__row:last-child {
  border-bottom: none;
}
@media (min-width: 1280px) {
  .table__row:last-child {
    border-bottom: 1px solid #ddd;
  }
}
@media (min-width: 1280px) {
  .table__head, .table__body {
    display: table;
    width: 100%;
  }
}
.table__head {
  display: none;
}
@media (min-width: 1280px) {
  .table__head {
    display: table;
    background: #A0A0A0;
    color: #fff;
    font-size: 16px;
  }
}
.table__cell {
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .table__cell {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .table__head .table__cell, .table__body .table__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 6px;
  }
}
@media (min-width: 1280px) {
  .table__head .table__cell {
    padding: 7px 10px;
  }
}
.table__body .table__cell {
  margin: 10px 0;
}
.table__body .table__cell::before {
  content: attr(data-th) "：";
  display: block;
  float: left;
  width: 80px;
}
@media (min-width: 1280px) {
  .table__body .table__cell::before {
    display: none;
  }
}
@media (min-width: 1280px) {
  .table__body .table__cell:first-child, .table__body .table__cell:last-child {
    margin: 0;
  }
}
.table__body .table__cell:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.table__cell-value {
  display: block;
  padding-left: 42px;
}
@media (min-width: 1280px) {
  .table__cell-value {
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .table__cell--center {
    text-align: center;
  }
}
.table__cell--right {
  text-align: right;
}
.table__tips {
  font-size: 0.875em;
  margin-bottom: 20px;
}
.table + .table__tips {
  margin-top: -10px;
}

.btn {
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 30px;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .btn {
    -webkit-transition: 0.35s background cubic-bezier(0.165, 0.84, 0.44, 1), 0.35s border-color cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.35s background cubic-bezier(0.165, 0.84, 0.44, 1), 0.35s border-color cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.btn:focus, .btn:active {
  outline-offset: -2px;
  text-decoration: none;
}
.btn:active {
  background-image: none;
  outline: 0;
}
@media (min-width: 1280px) {
  .btn:hover {
    text-decoration: none;
  }
}
.btn--block {
  width: 100%;
}
.btn--inline {
  width: auto;
  display: inline-block;
}
.btn--default {
  color: #456EF4;
  background: #fff;
  border-color: #fff;
}
.btn--default:focus, .btn--default:active {
  color: #fff;
  background: #111;
  border-color: #111;
}
@media (min-width: 1280px) {
  .btn--default:hover {
    color: #fff;
    background: #111;
    border-color: #111;
  }
}
.btn--default[disabled], .btn--default.disabled:hover, .btn--default[disabled]:hover, .btn--default.disabled:focus, .btn--default[disabled]:focus {
  cursor: not-allowed;
  background: #ddd;
  border-color: #ddd;
  color: #666;
}
.btn--primary {
  color: #fff;
  background: #456EF4;
  border-color: #456EF4;
}
.btn--primary:focus, .btn--primary:active {
  color: #fff;
  background: #111;
  border-color: #111;
}
@media (min-width: 1280px) {
  .btn--primary:hover {
    color: #fff;
    background: #111;
    border-color: #111;
  }
}
.btn--primary[disabled], .btn--primary.disabled:hover, .btn--primary[disabled]:hover, .btn--primary.disabled:focus, .btn--primary[disabled]:focus {
  cursor: not-allowed;
  background: #ddd;
  border-color: #ddd;
  color: #666;
}
.btn--third {
  color: #456EF4;
  background: #fff;
  border-color: #fff;
  font-weight: normal;
}
.btn--third:focus, .btn--third:active {
  color: #fff;
  background: #111;
  border-color: #111;
}
@media (min-width: 1280px) {
  .btn--third:hover {
    color: #fff;
    background: #111;
    border-color: #111;
  }
}
.btn--third[disabled], .btn--third.disabled:hover, .btn--third[disabled]:hover, .btn--third.disabled:focus, .btn--third[disabled]:focus {
  cursor: not-allowed;
  background: #ddd;
  border-color: #ddd;
  color: #666;
}
.btn--fourth {
  color: #fff;
  background: #999;
  border-color: #999;
}
.btn--fourth:focus, .btn--fourth:active {
  background: #888;
  border-color: #888;
}
@media (min-width: 1280px) {
  .btn--fourth:hover {
    background: #888;
    border-color: #888;
  }
}
.btn--share {
  font-size: 14px;
  padding: 4px 4px 2px 2px;
  letter-spacing: 0;
  color: #343434;
  background: #eeedec;
  border-color: #eeedec;
}
.btn--share:focus, .btn--share:active {
  color: #fff;
  background: #222;
  border-color: #222;
}
@media (min-width: 1280px) {
  .btn--share:hover {
    color: #fff;
    background: #222;
    border-color: #222;
  }
}
.btn--transparent {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
@media (min-width: 1280px) {
  .btn--transparent:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
  }
}
.btn--facebook {
  color: #fff;
  background: #3b5999;
  border-color: #3b5999;
}
.btn--facebook:focus, .btn--facebook:active {
  color: #fff;
  background: #2b4782;
  border-color: #2b4782;
}
@media (min-width: 1280px) {
  .btn--facebook:hover {
    color: #fff;
    background: #2b4782;
    border-color: #2b4782;
  }
}
.btn--line {
  color: #fff;
  background: #0CBB00;
  border-color: #0CBB00;
}
.btn--line:focus, .btn--line:active {
  color: #fff;
  background: #089601;
  border-color: #089601;
}
@media (min-width: 1280px) {
  .btn--line:hover {
    color: #fff;
    background: #089601;
    border-color: #089601;
  }
}
.btn--google {
  color: #fff;
  background: #dc4e41;
  border-color: #dc4e41;
}
.btn--google:focus, .btn--google:active {
  color: #fff;
  background: #c34236;
  border-color: #c34236;
}
@media (min-width: 1280px) {
  .btn--google:hover {
    color: #fff;
    background: #c34236;
    border-color: #c34236;
  }
}
.btn__icon {
  margin: 0 3px;
  font-size: 20px;
  margin-top: -5px;
}
.btn--xs {
  font-size: 14px;
  padding: 8px 6px 6px;
  max-height: 30px;
  min-width: 90px;
  font-weight: normal;
}
.btn--sm {
  max-height: 44px;
}
.btn--md {
  padding: 10px 20px;
  font-size: 16px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 1280px) {
  .btn--md {
    height: 60px;
    font-size: 26px;
  }
}
.btn--lg {
  font-size: 16px;
  width: 100%;
}
@media (min-width: 1280px) {
  .btn--lg {
    font-size: 24px;
    padding: 15px 10px 15px;
  }
}
.btn--max-md {
  max-width: 183px;
}
@media (min-width: 1280px) {
  .btn--max-md {
    max-width: 213px;
  }
}

.btn-icon {
  display: block;
  color: #999;
}
.btn-icon:active {
  color: #222;
}

.icon-btn__icon {
  font-size: 16px;
}

.btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btnbox--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 150px;
  margin: 0 auto;
}

.btnboxs--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 335px;
  margin: 0 auto;
}
.btnboxs--2-full {
  max-width: none;
}
@media (min-width: 768px) {
  .btnboxs--3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .btnboxs--3 .btn-md {
    width: calc(33.333% - 14px);
    max-width: 170px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .btnboxs--3 .btn-lg {
    width: calc(33.333% - 14px);
    max-width: 260px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.btnboxs .btn {
  width: calc(50% - 5px);
}
@media (min-width: 1280px) {
  .btnboxs .btn {
    width: calc(50% - 7px);
  }
}

.movie-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-box iframe,
.movie-box object,
.movie-box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.collapse__heading,
.collapse-sub__heading {
  position: relative;
}
.collapse__body,
.collapse-sub__body {
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}
.collapse--half .collapse__body,
.collapse--half .collapse-sub__body {
  opacity: 1;
  max-height: 290px;
  position: relative;
}
@media (min-width: 1280px) {
  .collapse--half .collapse__body,
.collapse--half .collapse-sub__body {
    max-height: 2000px;
    opacity: 1;
  }
}
.collapse--half-2 .collapse__body,
.collapse--half-2 .collapse-sub__body {
  max-height: 115px;
}
@media (min-width: 1280px) {
  .collapse--half-2 .collapse__body,
.collapse--half-2 .collapse-sub__body {
    max-height: 2000px;
    opacity: 1;
  }
}
.collapse--half .collapse__body::after,
.collapse--half .collapse-sub__body::after {
  content: "";
  display: block;
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
@media (min-width: 1280px) {
  .collapse--half .collapse__body::after,
.collapse--half .collapse-sub__body::after {
    display: none;
  }
}
.collapse--open.collapse--half .collapse__body::after,
.collapse--open.collapse--half .collapse-sub__body::after {
  display: none;
}
.collapse--open > .collapse__body, .collapse-sub--open > .collapse__body,
.collapse--open > .collapse-sub__body,
.collapse-sub--open > .collapse-sub__body {
  max-height: 2000px;
  opacity: 1;
}
.collapse__btn,
.collapse-sub__btn {
  display: block;
  text-decoration: none;
  color: #A0A0A0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.collapse__icon,
.collapse-sub__icon {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 18px;
  color: #A0A0A0;
  margin-top: -0.5em;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.collapse__more,
.collapse-sub__more {
  text-align: center;
}
@media (min-width: 1280px) {
  .collapse__more,
.collapse-sub__more {
    display: none;
  }
}
.collapse--open .collapse__more,
.collapse--open .collapse-sub__more {
  display: none;
}
.collapse__more-inner,
.collapse-sub__more-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.collapse__more-btn,
.collapse-sub__more-btn {
  text-decoration: none;
  background: #fff;
  color: #456EF4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #456EF4;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  z-index: 1;
  bottom: 0;
  font-size: 18px;
  line-height: 1;
  border-radius: 30px;
}
.collapse__more-btn:focus, .collapse__more-btn:active,
.collapse-sub__more-btn:focus,
.collapse-sub__more-btn:active {
  background: #666;
  color: #fff;
}
@media (min-width: 1280px) {
  .collapse__more-btn:hover,
.collapse-sub__more-btn:hover {
    background: #666;
    color: #fff;
  }
}
.collapse__more-btn:active .collapse__more-icon, .collapse__more-btn:hover .collapse__more-icon,
.collapse-sub__more-btn:active .collapse__more-icon,
.collapse-sub__more-btn:hover .collapse__more-icon {
  color: #fff;
}
.collapse__more-iconbox,
.collapse-sub__more-iconbox {
  margin-left: 5px;
}
.collapse--open .collapse__icon,
.collapse-sub--open .collapse-sub__icon {
  top: 50%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.collapse-sub__icon {
  right: 0;
  color: #666;
}

.tooltips {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tooltips--active {
  opacity: 1;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.tooltips__info {
  color: #fff;
  height: 48px;
  line-height: 48px;
  margin: -24px 0 0 -150px;
  position: absolute;
  padding: 0 20px;
  top: -100%;
  left: 50%;
  width: 300px;
  -webkit-transition: top 0.5s ease 0.05s;
  transition: top 0.5s ease 0.05s;
  font-size: 16px;
  background: #535353;
}
.tooltips--active .tooltips__info {
  top: 50%;
}
.tooltips--error .tooltips__info {
  background: #ed0d0d;
}
.tooltips--success .tooltips__info {
  background: #12ad0e;
}
.tooltips__icon, .tooltips__text {
  display: inline-block;
  vertical-align: middle;
}
.tooltips__icon {
  font-size: 20px;
  margin: 0 8px 0 0;
}
.tooltips__text {
  letter-spacing: 0.1em;
}

.loading {
  position: relative;
  cursor: default;
}
.loading::before {
  position: fixed;
  content: "";
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.1);
}
.loading::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -1.5em 0em 0em -1.5em;
  width: 2em;
  height: 2em;
  -webkit-animation: form-spin 0.4s linear;
  animation: form-spin 0.4s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0.2em;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
          box-shadow: 0px 0px 0px 1px transparent;
  visibility: visible;
  z-index: 101;
}

.load-more {
  text-align: center;
  margin-top: 20px;
  min-height: 30px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.load-more--active {
  opacity: 1;
}
.load-more__text {
  display: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: none;
}

@-webkit-keyframes form-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes form-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.lightbox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out, opacity 0.2s linear;
  transition: all 0.25s ease-in-out, opacity 0.2s linear;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
}
.lightbox--active {
  opacity: 1;
  top: 0;
  bottom: 0;
  z-index: 1000;
  pointer-events: auto;
}
.lightbox__box {
  line-height: 1.4;
  position: relative;
  width: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  margin: 10px auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.lightbox__content {
  background-clip: padding-box;
  position: relative;
  margin-top: 100px;
}
@media (min-width: 1280px) {
  .lightbox__content {
    min-height: 225px;
  }
}
.lightbox__head {
  padding: 15px 44px 15px;
  border-bottom: 1px solid #ddd;
}
.lightbox__head--left {
  padding-left: 15px;
}
.lightbox--notitle .lightbox__head {
  border-bottom: none;
}
.lightbox__title {
  color: #111;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.lightbox--notitle .lightbox__title {
  display: none;
}
.lightbox__btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  position: absolute;
  right: -10px;
  top: -10px;
  color: #fff;
  background: #456EF4;
  z-index: 2;
  border-radius: 50%;
}
@media (min-width: 1280px) {
  .lightbox__btn-close {
    width: 50px;
    height: 50px;
    right: -25px;
    top: -15px;
  }
}
.lightbox__btn-close:focus, .lightbox__btn-close:active {
  background: #111;
  color: #fff;
}
@media (min-width: 1280px) {
  .lightbox__btn-close:hover {
    background: #111;
    color: #fff;
  }
}
.lightbox__close-icon {
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  font-size: 20px;
}
@media (min-width: 1280px) {
  .lightbox__close-icon {
    font-size: 25px;
  }
}
.lightbox__btn-close:hover .lightbox__close-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lightbox__body {
  padding: 30px 20px 25px;
}
@media (min-width: 768px) {
  .lightbox__body {
    padding: 40px 20px 25px;
  }
}
.lightbox--notitle .lightbox__body {
  padding: 5px 20px 25px;
}
.lightbox__body--scroll {
  max-height: 390px;
  overflow-y: auto;
  margin: 0 10px 10px 0;
  display: inline-block;
  padding-top: 0;
}
.lightbox__body--scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.lightbox__body--scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #9e9797;
}
.lightbox__body--scroll::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #643EB4;
}
.lightbox__body--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lightbox__footer {
  padding: 15px 20px 15px;
}
@media (min-width: 768px) {
  .lightbox__footer {
    padding: 20px 20px;
  }
}
.lightbox__desc {
  line-height: 1.3333;
  text-align: center;
  overflow: hidden;
  font-size: 18px;
}
@media (min-width: 768px) {
  .lightbox__desc {
    font-size: 22px;
  }
}
.lightbox__btn {
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 145px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .lightbox__btn {
    height: 50px;
    max-width: 170px;
    font-size: 22px;
  }
}
.lightbox .section {
  margin-bottom: 30px;
}
.lightbox .list-report__item {
  margin-bottom: 10px;
}

.lightbox--active .lightbox__box {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.lightbox--sm .lightbox__box {
  max-width: 345px;
}
@media (min-width: 768px) {
  .lightbox--sm .lightbox__box {
    max-width: 420px;
  }
}

.lightbox--sm .lightbox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 227px;
  min-height: 180px;
}

.lightbox--md .lightbox__box {
  max-width: 345px;
}
@media (min-width: 768px) {
  .lightbox--md .lightbox__box {
    max-width: 560px;
  }
}

.lightbox--lg .lightbox__box {
  max-width: 345px;
}
@media (min-width: 768px) {
  .lightbox--lg .lightbox__box {
    max-width: 730px;
  }
}

.lightbox--body-scroll .lightbox__box {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.lightbox--body-scroll .lightbox__head {
  padding: 35px 20px 20px;
}
.lightbox--body-scroll .lightbox__content {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .lightbox--body-scroll .lightbox__content {
    margin-top: 100px;
  }
}
.lightbox--body-scroll .lightbox__body {
  height: calc(100vh - 235px);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .lightbox--body-scroll .lightbox__body {
    height: 320px;
  }
}

.lightbox--body-scroll.lightbox--active .lightbox__box {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide {
  position: relative;
}
@media (min-width: 1280px) {
  .slide--padding-lg {
    padding: 0 42px;
  }
}

.carousel {
  position: relative;
}
.carousel__imgbox {
  overflow: hidden;
  position: relative;
}
.carousel__imgbox::after {
  content: "";
  display: block;
}
.carousel__link {
  display: block;
}
.carousel__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  -webkit-animation: zoomSlow 60s infinite linear;
          animation: zoomSlow 60s infinite linear;
}
.carousel__dotbox {
  margin: 60px -8px 0;
  text-align: center;
}
@media (min-width: 1280px) {
  .carousel__dotbox {
    margin-top: 50px;
  }
}
.carousel__dotbox-item {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0 8px;
  padding: 8px;
  border: none;
  cursor: pointer;
  background: transparent;
  display: inline-block;
}
.carousel__dotbox-item.active {
  background-color: rgba(69, 110, 244, 0.2);
}
.carousel__dotbox-item.active span {
  background: #456EF4;
}
.carousel__dotbox-item span {
  width: 12px;
  height: 12px;
  display: block;
  background: #DEDEDE;
  border-radius: 50%;
  margin: 0 auto;
}

.carousel__btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(calc(-50% - 30px));
          transform: translateY(calc(-50% - 30px));
}
@media (min-width: 1280px) {
  .carousel__btnbox {
    -webkit-transform: translateY(calc(-50% - 50px));
            transform: translateY(calc(-50% - 50px));
  }
}
.carousel__btnbox.disabled {
  display: none;
}
.carousel__btnbox button {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  position: relative;
  background: transparent;
  color: #555;
  border: none;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 1280px) {
  .carousel__btnbox button {
    width: 60px;
    height: 60px;
  }
}
.carousel__btnbox button:focus, .carousel__btnbox button:active {
  color: #456EF4;
}
@media (min-width: 1280px) {
  .carousel__btnbox button:hover {
    color: #456EF4;
  }
}
@media (min-width: 1280px) {
  .carousel__btnbox .owl-prev {
    left: -60px;
  }
}
@media (min-width: 1560px) {
  .carousel__btnbox .owl-prev {
    left: -154px;
  }
}
.carousel__btnbox .owl-prev:focus, .carousel__btnbox .owl-prev:active {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media (min-width: 1280px) {
  .carousel__btnbox .owl-prev:hover {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@media (min-width: 1280px) {
  .carousel__btnbox .owl-next {
    right: -60px;
  }
}
@media (min-width: 1560px) {
  .carousel__btnbox .owl-next {
    right: -154px;
  }
}
.carousel__btnbox .owl-next:focus, .carousel__btnbox .owl-next:active {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media (min-width: 1280px) {
  .carousel__btnbox .owl-next:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.carousel__btnbox span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 30px;
  padding-top: 30px;
  position: relative;
}
.carousel__btnbox [class^=icon-] {
  font-size: 60px;
}
/* 套件的 start */
.carousel__dotbox--over .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.owl-theme.carousel__dotbox--dark .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}

.owl-theme .owl-dots {
  margin: 50px 0 0;
}

.owl-theme .owl-dots .owl-dot {
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin: 0 4px;
  width: 28px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-theme .owl-dots .owl-dot.active {
  background: rgba(69, 110, 244, 0.2);
}

.owl-theme .owl-dots .owl-dot span {
  background: #DEDEDE;
  opacity: 0.4;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #DEDEDE;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.owl-theme.carousel__dotbox--dark .owl-dots .owl-dot span {
  background: #DEDEDE;
  opacity: 1;
}

.owl-theme.carousel__dotbox--dark .owl-dots .owl-dot.active span,
.owl-theme.carousel__dotbox--dark .owl-dots .owl-dot:hover span {
  background: #456EF4;
}

.owl-nav {
  display: none;
}

/* 套件的 end */
input[type=radio] {
  vertical-align: top;
}
input[type=checkbox] {
  vertical-align: middle;
}

.form {
  width: 100%;
  position: relative;
}
.form .row {
  overflow: hidden;
}
.form__control {
  font-family: "Noto Sans TC", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.15;
  width: 100%;
  padding: 10px;
  min-height: 44px;
  border: 1px solid #F4F4F4;
  background: #F4F4F4;
}
@media (min-width: 1280px) {
  .form--horizontal .list-option .form__control {
    margin-left: 60px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
select.form__control {
  padding: 10px 40px 10px 10px;
  background: #F4F4F4 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAArCAYAAADhXXHAAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAEbSURBVFhH7ZQ7CoNAEIZdW8ETeAb7FJYBbX2cIzlKcg4frQFLi/SeIScQbDWzSYpAAiPjSpD8WwmzM3x8+zvK2tBRG2K1ALvWa8EszJIBxAAxQAzWygDMwuzTAPbsWkn4L7NZlp3I5GGmzXOe58eZdz+umTBrE/CFJu8ZiIZAQ7oz/hLWiqLIdRynVUr530CmaeqGYQjquu6loEa3QRzHnm3bVwL23oEI9DaO466qqtsSUKOweliSJD4Bt/TpvsB6Ag3KsuyWghqH1QMpvzq7OsP6hJTTxgToKrB6aJqmjz++KAq9KYwdE9vAGAw3CLCcIWkdZqXmuD6Y5QxJ6zArNcf1wSxnSFqHWak5rg9mOUPSOsxKzXF9mzJ7BxSBNSwdkH5wAAAAAElFTkSuQmCC") 100% center no-repeat;
  color: #111;
}

textarea.form__control {
  height: auto;
  resize: vertical;
}

.form__control :focus {
  outline: 1px solid #111;
}
.form__control[disabled], .form__control[readonly], fieldset[disabled] .form__control {
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #F8F8F8;
  border-color: #C4C4C4;
}
.form__field--error .form__control {
  border-color: #E7041E;
}
.form__control--date {
  background: #fff url("../images/bg_date.svg") 98% center no-repeat;
  background-size: 24px;
}
.form__controls {
  margin-bottom: 18px;
}
.form__controls:focus {
  border-color: #ddd;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.form__legend {
  display: none;
}
.form__intro {
  margin: 0 0 1em;
}
.form__field {
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .form__field {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .form--horizontal .form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form__field::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.form__field:last-child {
  margin-bottom: 0;
}
.form__field-verify img {
  width: auto;
  max-width: none;
}
.form__field-birth .form__control-row {
  margin: 0 -5px;
  overflow: hidden;
}
.form__field-birth .form__control-year,
.form__field-birth .form__control-month,
.form__field-birth .form__control-day {
  display: block;
  float: left;
  margin: 0 5px;
  width: calc(33.33333333% - 10px);
}
@media (min-width: 768px) {
  .form__field-address .form__control-row {
    margin: 0 -5px;
    overflow: hidden;
  }
}
.form__field-address .form__control-city,
.form__field-address .form__control-town,
.form__field-address .form__control-zip,
.form__field-address .form__control-address {
  display: block;
}
@media (min-width: 768px) {
  .form__field-address .form__control-city,
.form__field-address .form__control-town,
.form__field-address .form__control-zip {
    float: left;
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .form__field-address .form__control-city,
.form__field-address .form__control-town {
    width: calc(40% - 10px);
  }
}
@media (min-width: 768px) {
  .form__field-address .form__control-zip {
    width: calc(20% - 10px);
  }
}
@media (min-width: 768px) {
  .form__field-address .form__control-zip::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
  }
}
@media (min-width: 768px) {
  .form__field-address .form__control-address {
    clear: both;
  }
}
.form__field-keepcheckbox {
  margin-bottom: 5px;
}
.form__label {
  text-align: left;
  font-weight: normal;
  margin-bottom: 10px;
  color: #111;
  font-size: 16px;
}
@media (min-width: 1280px) {
  .form__label {
    font-size: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.875%;
            flex: 0 0 26.875%;
    padding: 10px 0;
  }
}
@media (min-width: 1280px) {
  .form--horizontal .form__label {
    padding: 10px 0;
    margin-bottom: 0;
    min-height: 1px;
  }
}
.form__field-required .form__label::before {
  content: "* ";
  display: inline-block;
  color: #111;
  margin-right: 4px;
}
.form__label--hide {
  display: none;
}
.form__optgroup {
  background: #F8F8F8;
}
@media (min-width: 1280px) {
  .form--horizontal .form__inputgroup {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72.8125%;
            flex: 0 0 72.8125%;
  }
}
.form__field-required .form__inputgroup {
  position: relative;
}
.form__inputgroup--with-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__inputgroup--with-btn .btn {
  margin-left: 10px;
}
.form__inputgroup--with-icon {
  position: relative;
}
.form__inputgroup--with-icon .icon {
  position: absolute;
  right: 10px;
  top: 11px;
  color: #707070;
}
.form__inputgroup.loading::after {
  margin: -0.7em 0em 0em -0.7em;
  width: 1.4em;
  height: 1.4em;
}
@media (min-width: 1280px) {
  .form--horizontal .form__field-check .form__inputgroup {
    padding-left: 26.875%;
  }
}
.form__feedstatic {
  min-height: 44px;
  padding: 14px 0 12px;
  line-height: 1.4;
}
.form__comment {
  color: #666;
  font-size: 14px;
  margin: 5px 0 15px;
  line-height: 1.5;
}
.form__controls + .form__comment {
  margin-top: -10px;
}
.form__feedback {
  display: none;
  font-size: 14px;
  margin: 10px 0 15px;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 1.5;
}
.form__comment + .form__feedback {
  margin: -5px 0 0;
}
.form__field--error .form__feedback {
  color: #E7041E;
  display: block;
}
.form__field--error .form__feedback > a {
  color: inherit;
}
.form__field--success .form__feedback {
  color: #00F046;
  display: block;
}
.form__controls + .form__feedback {
  margin-top: -10px;
}
.form__feedback-icon {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.form__field--success .form-icon {
  color: #00F046;
}
.form__field--error .form-icon {
  color: #E7041E;
}
.form__keep-item--right {
  margin-left: auto;
}
.form__btn-edit {
  margin: 10px 0 0 0;
}
.form__expend {
  overflow: hidden;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  max-height: 0;
  margin-bottom: 0;
}
.form__expend--open {
  max-height: 2000px;
}

.form-upload {
  position: relative;
}
.form-upload__control {
  display: none;
}
.form-upload__label {
  position: relative;
  width: 100%;
  border: 1px dashed #ddd;
  border-radius: 10px;
  margin: 10px 0 0;
  overflow: hidden;
  position: relative;
}
.form-upload__label::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.form-upload__label:hover {
  cursor: pointer;
}
.form-upload__label:hover .form__file-img {
  opacity: 0.5;
}
.form-upload__preview {
  background-size: 72px;
  border: 1px dashed #ddd;
  border-radius: 10px;
  text-align: center;
  margin: 10px 0 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1280px) {
  .form-upload__preview {
    background-size: 100px;
  }
}
.form-upload__preview::after {
  content: "";
  padding-top: 75%;
  display: block;
}
.form-upload__preview-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-upload__img-icon {
  width: 72px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
@media (min-width: 1280px) {
  .form-upload__img-icon {
    width: 100px;
  }
}
.form__field-verify .form-upload__img-icon {
  max-width: 100%;
}

.form__file-label {
  position: relative;
  width: 100%;
  border: 1px dashed #ddd;
}
.form__file-label::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.form__file-label:hover {
  cursor: pointer;
}
.form__file-label:hover .form__file-img {
  opacity: 0.5;
}
.form__file-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.form__field-verify .form__file-img {
  max-width: 100%;
}
.form__btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-verify-icon {
  position: absolute;
  right: 5px;
  top: 10px;
  display: none;
}
.form__field--error .input-verify-icon {
  color: #E7041E;
}
.form__field--success .input-verify-icon {
  color: #00F046;
  display: block;
}

.list-option {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1280px) {
  .list-option {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.list-option--2, .list-option--3 {
  margin: 0 -5px;
}
@media (min-width: 768px) {
  .list-option--2, .list-option--3 {
    margin: 0;
  }
}
.list-option--inline {
  overflow: hidden;
}
.list-option__item {
  list-style: none;
  text-align: left;
}
@media (min-width: 1280px) {
  .list-option__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: auto;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .list-option__item {
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.list-option--inline .list-option__item {
  width: auto;
  margin: 0 20px 0 5px;
  float: left;
}
.list-option--2 .list-option__item {
  width: calc(50% - 10px);
  margin: 0 5px;
  float: left;
}
@media (min-width: 768px) {
  .list-option--2 .list-option__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: auto;
    float: none;
  }
}
@media (min-width: 1280px) {
  .list-option--2 .list-option__item {
    margin-right: 30px;
  }
}
.list-option--3 .list-option__item {
  width: calc(33.333% - 10px);
  margin: 0 5px;
  float: left;
}
@media (min-width: 768px) {
  .list-option--3 .list-option__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: auto;
    float: none;
  }
}
@media (min-width: 768px) {
  .list-option__item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .list-option--2 .list-option__item:last-child, .list-option--3 .list-option__item:last-child {
    margin-right: 0;
  }
}

.list-option-img {
  padding: 0;
  list-style: none;
  min-height: 29px;
}
@media (min-width: 1280px) {
  .list-option-img {
    margin: 0 -4px;
  }
}
.list-option-img__item {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 4px;
}
@media (min-width: 1280px) {
  .list-option-img__item {
    width: 20px;
    height: 20px;
  }
}
.list-option-img__checkbox, .list-option-img__radio {
  display: none;
  position: absolute;
  padding: 0;
  margin-left: 0;
}
.list-option-img__label {
  cursor: pointer;
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
}
.list-option-img__label::after {
  content: "";
  position: absolute;
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list-option-img__checkbox:checked + .list-option-img__label::after, .list-option-img__radio:checked + .list-option-img__label::after {
  display: block;
}
.list-option-img__img {
  pointer-events: none;
}

.check {
  padding: 13px 0 14px;
  position: relative;
}
.check__input {
  display: none;
  position: absolute;
}
.check__input[disabled] {
  cursor: not-allowed;
}
.check__label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  font-weight: normal;
  max-width: initial;
  color: #111;
}
.check__label::before {
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0px;
  background: #fff;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.check__label::after {
  content: "";
  position: absolute;
  display: none;
}
.check__input:checked + .check__label::after {
  display: block;
}
.check__input[disabled] + .check__label {
  color: #C4C4C4;
  cursor: not-allowed;
}
.check__input[disabled] + .check__label::before, .check__input[disabled] + .check__label::after {
  cursor: not-allowed;
}
.check__input[disabled] + .check__label::before {
  border-color: #C4C4C4;
}
.check-radio .check__label::before {
  border-radius: 50%;
}
.check-radio .check__label::after {
  background: #111;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 4px;
}
.check__input:checked[disabled] + .check-radio .check__label::after {
  background: #C4C4C4;
}
.check-checkbox .check__label::after {
  width: 8px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 3px;
  border-style: solid;
  border-color: #111;
  border-top: 0;
  border-left: 0;
  top: 1px;
  left: 5px;
}
.check__input:checked[disabled] + .check-checkbox .check__label::after {
  border-color: #C4C4C4;
}

.radiobox,
.checkbox {
  display: none;
  position: absolute;
}
.radiobox[disabled],
.checkbox[disabled] {
  cursor: not-allowed;
}
.radiobox__label,
.checkbox__label {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 10px 0 10px 25px;
  line-height: 1.5;
  font-weight: normal;
  max-width: initial;
  font-size: 16px;
  color: #111;
}
.radiobox__label::before,
.checkbox__label::before {
  width: 18px;
  height: 18px;
  border: 1px solid #999999;
  border-radius: 3px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0px;
  background: #fff;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.radiobox:checked + .radiobox__label::before, .checkbox:checked + .radiobox__label::before,
.radiobox:checked + .checkbox__label::before,
.checkbox:checked + .checkbox__label::before {
  background: #456EF4;
  border-color: #456EF4;
}
.radiobox__label::after,
.checkbox__label::after {
  content: "";
  position: absolute;
  display: none;
}

.radiobox:checked + .radiobox__label::after,
.checkbox:checked + .checkbox__label::after {
  display: block;
}

.radiobox[disabled] + .radiobox__label,
.checkbox[disabled] + .checkbox__label {
  color: #C4C4C4;
  cursor: not-allowed;
}

.radiobox[disabled] + .radiobox__label::before,
.radiobox[disabled] + .radiobox__label::after .checkbox[disabled] + .checkbox__label::before,
.checkbox[disabled] + .checkbox__label::after {
  cursor: not-allowed;
}

.radiobox[disabled] + .radiobox__label::before,
.checkbox[disabled] + .checkbox__label::before {
  border-color: #C4C4C4;
}

.radiobox__label::before {
  border-radius: 50%;
}
.radiobox__label::after {
  background: #fff;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  top: 17px;
  left: 4px;
}
.radiobox:checked[disabled] + .radiobox__label::after {
  background: #C4C4C4;
}

.checkbox__label::after {
  content: "\e90f";
  top: 15px;
  left: 2px;
  color: #fff;
  font-family: "icomoon";
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
}
.checkbox:checked[disabled] + .checkbox__label::after {
  border-color: #C4C4C4;
}

.radiobtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -4px;
}
@media (min-width: 1280px) {
  .radiobtn {
    margin: 0 -7px;
  }
}
.radiobtn__item {
  margin: 0 4px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
}
@media (min-width: 1280px) {
  .radiobtn__item {
    margin: 0 7px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.radiobtn__input {
  display: none;
  position: absolute;
}
.radiobtn__input[disabled] {
  cursor: not-allowed;
}
.radiobtn__label {
  cursor: pointer;
  display: block;
  position: relative;
  color: #111;
  border: 1px solid #456EF4;
  background: #fff;
  padding: 8px 10px;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
  font-size: 14px;
  border-radius: 30px;
}
@media (min-width: 1280px) {
  .radiobtn__label {
    padding: 8px 16px;
  }
}
.radiobtn__label:focus, .radiobtn__label:active {
  background: #eee;
  border-color: #456EF4;
  color: #111;
}
@media (min-width: 1280px) {
  .radiobtn__label:hover {
    background: #eee;
    border-color: #456EF4;
    color: #111;
  }
}
.radiobtn__label-icon {
  margin-right: 5px;
  color: #000;
}

.radiobtn__item--filter .radiobtn__label {
  padding: 8px 0 9px;
}

.radiobtn__input:checked + .radiobtn__label,
.radiobtn__item--current .radiobtn__label {
  border-color: #456EF4;
  color: #000;
  background: #fff;
}

.radiobtn__input[disabled] + .radiobtn__label {
  color: #C4C4C4;
  cursor: not-allowed;
}

.iconlist {
  padding: 0;
  margin: -30px 0;
}
@media (min-width: 768px) {
  .iconlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -30px auto;
  }
}
.iconlist__item {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .iconlist__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .iconlist--3 .iconlist__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333333333%;
            flex: 0 1 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .iconlist--4 .iconlist__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
}
.iconlist__imgbox {
  overflow: hidden;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  background: #F4F4F4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 25px 0 0;
}
@media (min-width: 768px) {
  .iconlist__imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1280px) {
  .iconlist__imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    margin: 0 0 30px;
  }
}
.iconlist__imgbox svg {
  max-width: 90px;
}
@media (min-width: 768px) {
  .iconlist__imgbox svg {
    max-width: 120px;
  }
}
@media (min-width: 1280px) {
  .iconlist__imgbox svg {
    max-width: 150px;
  }
}
.iconlist__infobox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 145px);
          flex: 0 0 calc(100% - 145px);
}
@media (min-width: 768px) {
  .iconlist__infobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.iconlist__title {
  margin: 0 0 10px;
  font-size: 26px;
  color: #456EF4;
  font-weight: bold;
}
@media (min-width: 768px) {
  .iconlist__title {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .iconlist__title {
    font-size: 32px;
  }
}
.iconlist__desc {
  font-size: 18px;
  line-height: 1.444;
}
@media (min-width: 1280px) {
  .iconlist__desc {
    font-size: 22px;
  }
}

.featurelist {
  padding: 0;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .featurelist {
    margin: 0 -40px;
  }
}
@media (min-width: 1280px) {
  .featurelist {
    margin: 0;
  }
}
.featurelist__item {
  padding: 53px 20px;
  background: #F8F8F8;
}
@media (min-width: 768px) {
  .featurelist__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1280px) {
  .featurelist__item {
    padding: 0;
    background: initial;
  }
}
@media (min-width: 1280px) {
  .featurelist__item:not(:last-child) {
    margin-bottom: 35px;
  }
}
.featurelist__item:nth-child(even) {
  background: #E8F4FF;
}
@media (min-width: 1280px) {
  .featurelist__item:nth-child(even) {
    background: initial;
  }
}
.featurelist__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1280px) {
  .featurelist__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 80px;
    padding: 50px 6.7567567568%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #F8F8F8;
  }
}
@media (min-width: 1440px) {
  .featurelist__inner {
    max-width: 1480px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .featurelist__item:nth-child(even) .featurelist__inner {
    background: #E8F4FF;
  }
}
.featurelist__infobox {
  margin: 0 0 30px;
}
@media (min-width: 1280px) {
  .featurelist__infobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 43.75%;
            flex: 0 1 43.75%;
    max-width: 560px;
    margin: 0;
  }
}
@media (min-width: 1560px) {
  .featurelist__infobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35.9375%;
            flex: 0 1 35.9375%;
    max-width: 460px;
  }
}
.featurelist__heading {
  margin: 0 0 15px;
}
@media (min-width: 1280px) {
  .featurelist__heading {
    margin: 0 0 25px;
  }
}
.featurelist__subtitle {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .featurelist__subtitle {
    font-size: 24px;
  }
}
.featurelist__title {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .featurelist__title {
    font-size: 40px;
  }
}
.featurelist__desc {
  font-size: 20px;
  line-height: 1.625;
}
.featurelist .listtext {
  font-size: 18px;
}
@media (min-width: 1280px) {
  .featurelist .listtext {
    font-size: 20px;
  }
}
.featurelist__imgbox {
  overflow: hidden;
  margin: 0 auto;
  overflow: initial;
}
@media (min-width: 1280px) {
  .featurelist__imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43.1818181818%;
            flex: 0 0 43.1818181818%;
    max-width: 570px;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .featurelist__item:nth-child(even) .featurelist__imgbox {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.contactlist.nav-wrap__contactlist {
  color: #999;
  font-size: 13px;
  margin-bottom: 35px;
  margin-right: -20px;
}
.contactlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactlist__item:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.contactlist__field {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.contactlist__field-text {
  display: none;
}
.contactlist__field-icon {
  font-size: 20px;
  margin-right: 5px;
}
.nav-wrap__contactlist .contactlist__field-icon {
  font-size: 18px;
  margin-right: 10px;
}
.contactlist__link {
  text-decoration: none;
}
.contactlist__link:focus, .contactlist__link:active {
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .contactlist__link:hover {
    text-decoration: underline;
  }
}
.nav-wrap__contactlist .contactlist__link {
  color: #999;
}
.contactlist__text {
  display: none;
}
.box-border {
  background: #fff;
  padding: 15px;
  border-radius: 20px;
}
@media (min-width: 1280px) {
  .box-border {
    padding: 40px 45px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.box {
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 1280px) {
  .box {
    margin-bottom: 100px;
  }
}
.box--bg {
  background: #fff;
  padding: 40px 20px;
  color: #111;
}
@media (min-width: 1280px) {
  .box--bg {
    padding: 80px;
  }
}
.box__heading {
  text-align: center;
  padding: 18px 0;
  margin: -18px 0 0 0;
  position: relative;
}
@media (min-width: 1280px) {
  .box__heading {
    padding: 27px 0;
    margin: -18px 0 0 0;
  }
}
.box__heading--center {
  text-align: center;
}
.box__title {
  font-size: 18px;
  font-weight: bold;
  color: #456EF4;
}
@media (min-width: 1280px) {
  .box__title {
    font-size: 24px;
  }
}
.box__tool {
  position: absolute;
  right: 0;
  top: 5px;
}
@media (min-width: 1280px) {
  .box__tool {
    top: 17px;
  }
}
.box__heading-tips {
  color: #666;
  display: block;
  margin: 6px 0 2px;
}
.box__body {
  overflow: hidden;
}
@media (min-width: 768px) {
  .box__body--bg-md {
    background: #fff;
    padding: 35px 45px;
  }
}
.box__intro {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 2em;
}
.box__intro--left {
  text-align: left;
}
.box__info {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.box__btnbox {
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .box__btnbox {
    margin-top: 45px;
  }
}
.box__tips {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
}
.box__bottom-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
}
.box__hr {
  background: #ddd;
  display: block;
  height: 1px;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  margin: 25px 0;
  text-align: center;
}
.box__hr-text {
  color: #111;
  background: #fff;
  display: inline-block;
  padding: 0 0.45em;
  position: relative;
  text-align: center;
  z-index: 1;
  top: -8px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .box__hr-text {
    background: #fff;
  }
}
@media (min-width: 768px) {
  .box__step-headingbox {
    margin: 40px 0 35px;
  }
}
.box__step-heading-text {
  font-size: 18px;
  font-weight: bold;
}
.box__step-subheading-text {
  font-size: 14px;
  top: -10px;
}

.box-tab {
  padding-top: 90px;
}

.box-seperate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* @charset "UTF-8"; */
:root {
  /* 自行設定 */
  --f-offset: 30px; /* 偏移量 */
  --f-time: 1s; /* transition duration */
}

.js-animate--text span.js-animate__item {
  display: inline-block;
}

/* 漸入 FadeIn
==================================== */
.js-animate--fadein {
  opacity: 0;
}

.js-animate--fadein-up {
  opacity: 0;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
  /* transform: translate(0, calc( var(--f-offset) * -1)); */
}

.js-animate--fadein-down {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  /* transform: translate(0, var(--f-offset)); */
}

.js-animate--fadein-left {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  /* transform: translate(calc( var(--f-offset) * -1), 0); */
}

.js-animate--fadein-right {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
  /* transform: translate(var(--f-offset), 0); */
}

/* 色塊進入 SolidIn
==================================== */
[class*=js-animate--solidin] {
  position: relative;
  opacity: 0;
  -webkit-transition: 1700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  transition: 1700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}

[class*=js-animate--solidin]::before,
[class*=js-animate--solidin]::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[class*=js-animate--solidin]::before {
  background: #456EF4; /* 色塊顏色 */
  z-index: 1;
  -webkit-transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

[class*=js-animate--solidin]::after {
  background: white; /* 父層背景顏色 */
  z-index: 2;
  -webkit-transition: 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-animate--solidin-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.js-animate--solidin-up::before,
.js-animate--solidin-up::after {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.js-animate--solidin-down {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.js-animate--solidin-down::before,
.js-animate--solidin-down::after {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.js-animate--solidin-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.js-animate--solidin-left::before,
.js-animate--solidin-left::after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.js-animate--solidin-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.js-animate--solidin-right::before,
.js-animate--solidin-right::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

/* 遮罩overflow MaskIn
==================================== */
[class*=js-animate--maskin] {
  overflow: hidden;
}

.js-animate--maskin-up,
.js-animate--maskin-down {
  white-space: nowrap;
}

.js-animate--maskin-left .js-animate__item {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.js-animate--maskin-right .js-animate__item {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.js-animate--maskin-up .js-animate__item {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.js-animate--maskin-down .js-animate__item {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

/* 翻牌 FlipIn
==================================== */
.js-animate--flipin .js-animate__item {
  /* perspective: 100px; */
  display: inline-block;
  opacity: 0;
  -webkit-transform: perspective(100px) rotateY(-45deg);
          transform: perspective(100px) rotateY(-45deg);
}

/* Active 放後面覆蓋
==================================== */
.js-animate--active,
.js-animate--active .js-animate__item {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  /* transition: opacity 1s, transform 1s; */
  -webkit-transition-duration: 1s, 1s;
          transition-duration: 1s, 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  /* transition: opacity var(--f-time), transform var(--f-time); */
}

.js-animate--solidin-up.js-animate--active::before,
.js-animate--solidin-up.js-animate--active::after,
.js-animate--solidin-down.js-animate--active::before,
.js-animate--solidin-down.js-animate--active::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.js-animate--solidin-left.js-animate--active::before,
.js-animate--solidin-left.js-animate--active::after,
.js-animate--solidin-right.js-animate--active::before,
.js-animate--solidin-right.js-animate--active::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

[class*=js-animate--maskin].js-animate--active .js-animate__item {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.js-animate--flipin.js-animate--active .js-animate__item {
  -webkit-transform: perspective(100px) rotateY(0);
          transform: perspective(100px) rotateY(0);
}

/* Delay & Duration
==================================== */
.animate-delay50 {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.animate-delay100 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.animate-delay150 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.animate-delay200 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.animate-delay250 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.animate-delay300 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.animate-delay400 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.animate-delay500 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.animate-delay600 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.animate-delay700 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.animate-delay800 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.animate-delay900 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.animate-delay1000 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.animate-dur100,
.animate-dur100::before,
.animate-dur100::after {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.animate-dur200,
.animate-dur200::before,
.animate-dur200::after {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.animate-dur300,
.animate-dur300::before,
.animate-dur300::after {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.animate-dur400,
.animate-dur400::before,
.animate-dur400::after {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.animate-dur500,
.animate-dur500::before,
.animate-dur500::after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.animate-dur1500,
.animate-dur1500::before,
.animate-dur1500::after {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

.animate-dur2000,
.animate-dur2000::before,
.animate-dur2000::after {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

@media (min-width: 768px) {
  .animate-delay100-md {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .animate-delay150-md {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .animate-delay200-md {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .animate-delay250-md {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .animate-delay300-md {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .animate-delay400-md {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .animate-delay500-md {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .animate-delay600-md {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .animate-delay700-md {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .animate-delay800-md {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .animate-delay900-md {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .animate-delay1000-md {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
@media (min-width: 1024px) {
  .animate-delay100-lg {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .animate-delay150-lg {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .animate-delay200-lg {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .animate-delay250-lg {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .animate-delay300-lg {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .animate-delay400-lg {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .animate-delay500-lg {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .animate-delay600-lg {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .animate-delay700-lg {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .animate-delay800-lg {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .animate-delay900-lg {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .animate-delay1000-lg {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
/* 動態 */
.js-fadein-up {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-fadein-up--active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* 動態 */
.js-fadein-down {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-fadein-down--active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* 動態 */
.js-fadein-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-fadein-left--active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* 動態 */
.js-fadein-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-fadein-right--active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* 動態 */
.fadein-down {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 2s all 1s;
  transition: 2s all 1s;
}

body.scroll-fixed {
  overflow: hidden;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.my-cursor {
  /* opacity: 0; */
  position: absolute;
  background-color: #456EF4;
  width: 15px;
  height: 15px;
  margin: -7.5px 0 0 -7.5px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
}

.my-cursor--active {
  /* opacity: .7; */
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

/* for IE 不支援 mix-blend-mode */
_:-ms-lang(x)::-ms-backdrop,
.my-cursor {
  background: #456EF4;
}

.wrap {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .wrap {
    min-height: 100%;
  }
}
.wrap:before {
  content: "";
  display: block;
  background: url("../images/noise.gif?t=20200606v1");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1500;
  pointer-events: none;
  opacity: 0.03;
  position: fixed;
  pointer-events: none;
  display: none;
}

.wrap__inner {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media (min-width: 768px) {
  .wrap__inner {
    padding: 0 40px;
  }
}
@media (min-width: 1440px) {
  .wrap__inner {
    max-width: 1480px;
    padding: 0 100px;
  }
}
@media (min-width: 1560px) {
  .wrap__inner {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .wrap__inner--padding-sm {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .wrap__inner--no-padding {
    padding: 0;
  }
}
.wrap__inner--768 {
  max-width: 768px;
}
@media (min-width: 768px) {
  .wrap__inner--768 {
    padding: 0 15px;
  }
}
.wrap__inner--900 {
  max-width: 900px;
}
@media (min-width: 1280px) {
  .wrap__inner--900 {
    padding: 0;
  }
}
.wrap__inner--1220 {
  max-width: 1220px;
}
@media (min-width: 1280px) {
  .wrap__inner--1220 {
    padding: 0;
  }
}
.wrap__inner--1320 {
  max-width: 1320px;
}
.wrap__inner--full {
  max-width: 100%;
}

.no-padding-top {
  margin: -15px 0 0;
}
@media (min-width: 768px) {
  .no-padding-top {
    margin: -30px 0 0;
  }
}

.content {
  position: relative;
  padding: 60px 0 0;
  min-height: 50vh;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .content {
    padding-top: 90px;
    min-height: initial;
  }
}
.banner {
  position: relative;
  overflow: hidden;
  color: #fff;
}
@media (min-width: 1280px) {
  .banner {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner__inner {
  position: relative;
  height: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .banner__inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .banner__inner {
    padding: 0 40px;
  }
}
.banner__infobox {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  padding: 50px 20px;
}
@media (min-width: 768px) {
  .banner__infobox {
    padding: 100px 40px;
  }
}
@media (min-width: 1280px) {
  .banner__infobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
    padding: 0 0 0 11.4583333333%;
  }
}
.banner__heading {
  margin-bottom: 0;
}
.banner__subtitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.32;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .banner__subtitle {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .banner__subtitle {
    font-size: 50px;
  }
}
.banner__thirdtitle {
  font-size: 20px;
  line-height: 1.32;
  margin-top: 15px;
}
@media (min-width: 1280px) {
  .banner__thirdtitle {
    font-size: 28px;
    margin-top: 25px;
  }
}
.banner__title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .banner__title {
    font-size: 63px;
  }
}
@media (min-width: 1280px) {
  .banner__title {
    font-size: 64px;
  }
}
.banner__desc {
  line-height: 1.444;
}
@media (min-width: 768px) {
  .banner__desc {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .banner__desc {
    font-size: 20px;
  }
}
.banner__imgbox {
  position: absolute;
  z-index: 0;
  width: 100%;
  bottom: -6px;
}
@media (min-width: 1280px) {
  .banner__imgbox {
    bottom: -8px;
  }
}
@media (min-width: 1280px) {
  .banner__img-mobile {
    display: none;
  }
}
.banner__img-web {
  display: none;
}
@media (min-width: 1280px) {
  .banner__img-web {
    display: block;
  }
}
.banner__btn {
  font-size: 22px;
}
@media (min-width: 1280px) {
  .banner__btn {
    font-size: 26px;
    padding: 20px 45px;
  }
}

.clip {
  position: relative;
}
.clip:after {
  content: "";
  width: 100%;
  display: block;
  aspect-ratio: 375/34;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .clip:after {
    aspect-ratio: 1920/78;
  }
}
.clip--bottom-left:after {
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.clip--bottom-right:after {
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.clip--white:after {
  background: #fff;
}
.clip--primary:after {
  background: #456EF4;
}
.clip--gray:after {
  background: #F8F8F8;
}
.clip--pink:after {
  background: #FCEAEC;
}

.section {
  padding: 60px 0 80px;
}
@media (min-width: 1280px) {
  .section {
    padding: 100px 0 150px;
  }
}
.section:last-child.section--gray {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .section--gap-large {
    margin: 0 0 50px;
  }
}
.section--gray {
  padding: 25px 0;
  background: #F8F8F8;
}
@media (min-width: 1280px) {
  .section--gray {
    padding: 35px 0;
  }
}
.section__heading {
  margin: 0 0 50px;
  text-align: center;
}
@media (min-width: 1280px) {
  .section__heading {
    margin-bottom: 100px;
  }
}
.section__subtitle {
  line-height: 1.33;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .section__subtitle {
    font-size: 24px;
  }
}
.section__title {
  font-size: 34px;
  line-height: 1.29;
  font-weight: bold;
  color: #456EF4;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 42px;
  }
}
@media (min-width: 1280px) {
  .section__title {
    font-size: 50px;
  }
}
.bg-primary .section__title {
  color: #fff;
}
.section__thirdtitle {
  font-weight: 500;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .section__thirdtitle {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .section__thirdtitle {
    font-size: 28px;
  }
}
.section__desc {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}
@media (min-width: 1280px) {
  .section__desc {
    font-size: 20px;
  }
}
.section__text {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.section__btn-loadmore {
  margin: 20px 0 0 0;
}
@media (min-width: 1280px) {
  .section__btn-loadmore {
    background: transparent;
    border: none;
    color: #111;
    font-weight: normal;
    width: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0;
  }
  .section__btn-loadmore:hover {
    background: transparent;
    border: none;
    color: #456EF4;
  }
}
.section__btn-loadmore-icon {
  font-size: 20px;
  display: none;
}
@media (min-width: 1280px) {
  .section__btn-loadmore-icon {
    display: inline-block;
    margin: -1px 0 0 5px;
  }
}
.section__btnbox {
  margin: 20px 0 0;
}
@media (min-width: 1280px) {
  .section__btnbox {
    margin: 45px 0 0;
  }
}
.section__btn {
  font-size: 22px;
}
@media (min-width: 1280px) {
  .section__btn {
    font-size: 26px;
  }
}

.letter {
  margin: 0 2px;
}
@media (min-width: 1280px) {
  .letter {
    margin: 0 5px;
  }
}

.section2 {
  margin: 0 0 20px;
}

@media (min-width: 1280px) {
  .section-side {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .section-side--gray {
    background: #F8F8F8;
    padding: 16px 14px;
  }
}
@media (min-width: 1280px) {
  .section-side__heading {
    color: #643EB4;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1em;
  }
}

@media (min-width: 1280px) {
  .wrap-content::after {
    content: " ";
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden;
  }
}

.main {
  width: 100%;
}
@media (min-width: 1280px) {
  .main {
    padding-left: calc(200px + 3.5%);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.sidebar {
  display: none;
}
@media (min-width: 1280px) {
  .sidebar {
    display: block;
    float: left;
    width: 200px;
    position: sticky;
    top: 10px;
    z-index: 3;
  }
}

.marquee {
  text-transform: uppercase;
  font-size: 90px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  margin: 0 0 80px;
}
@media (min-width: 1280px) {
  .marquee {
    font-size: 150px;
    margin: 0 0 55px;
  }
}
.marquee__inner {
  -webkit-font-smoothing: antialiased;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.marquee__part {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 4px;
  font-smooth: always;
}

.header__social {
  padding: 0 30px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  will-change: all;
  display: none !important;
}
@media (min-width: 1280px) {
  .header__social {
    display: none;
  }
}
.nav-wrap--open .header__social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-menu {
  margin: 0 0 5px;
}
@media (min-width: 1280px) {
  .nav-menu {
    display: none;
  }
}

.nav-menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.nav-menulist__item {
  margin-bottom: 10px;
  position: relative;
}
.nav-menulist__item:after {
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background: #666;
  position: absolute;
  right: 0px;
  top: 0;
}
.nav-menulist__link {
  padding: 0 10px;
  text-decoration: none;
  font-size: 14px;
  color: #111;
  font-weight: bold;
}

.page-heading {
  background: #F4F4F4;
  border-bottom: 1px solid #ddd;
  margin: 0 -15px 15px;
  position: relative;
  height: 44px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .page-heading {
    margin: 0 -20px 30px;
    height: 60px;
  }
}
.page-heading__title {
  font-size: 18px;
  line-height: 1.333; /*24px*/
  text-align: center;
  color: #111;
  font-weight: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.5em;
  min-height: 1.5em;
  line-height: 1.5;
  width: 100%;
  padding: 0 50px;
}
@media (min-width: 768px) {
  .page-heading__title {
    padding: 0 60px;
  }
}
.page-heading__btn-back {
  text-decoration: none;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  color: #111;
}
.page-heading__btn-back:focus, .page-heading__btn-back:active {
  color: #666;
}
@media (min-width: 1280px) {
  .page-heading__btn-back:hover {
    color: #666;
  }
}
@media (min-width: 768px) {
  .page-heading__btn-back {
    width: 60px;
    height: 60px;
  }
}
.page-heading__btn-icon {
  font-size: 22px;
}