/* ==============================================================
email:         web$e-creative.tw
website:       http://e-creative.tw
 ================================================================*/
/* ==============================================================
    _myBootcss
 ================================================================*/
/* ======    clear   ====== */
@import url(plugins.css);
@import url(animate.css);
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
  outline: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  nowhitespace: afterproperty;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

figure,
address {
  padding: 0;
  margin: 0;
}

* {
  position: relative;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* ======  end  clear   ====== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  -ms-flex: 0 0 8.3%;
  flex: 0 0 8.3%;
  max-width: 8.3%;
}

.col-2 {
  -ms-flex: 0 0 16.6%;
  flex: 0 0 16.6%;
  max-width: 16.6%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.col-5 {
  -ms-flex: 0 0 41.5%;
  flex: 0 0 41.5%;
  max-width: 41.5%;
}

.col-6 {
  -ms-flex: 0 0 49.8%;
  flex: 0 0 49.8%;
  max-width: 49.8%;
}

.col-7 {
  -ms-flex: 0 0 58.2%;
  flex: 0 0 58.2%;
  max-width: 58.3%;
}

.col-8 {
  -ms-flex: 0 0 66.6%;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3%;
  flex: 0 0 83.3%;
  max-width: 83.3%;
}

.col-11 {
  -ms-flex: 0 0 91.6%;
  flex: 0 0 91.6%;
  max-width: 91.6%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.ios .col-4 {
  -ms-flex: 0 0 33.2%;
  flex: 0 0 33.2%;
  max-width: 33.2%;
}

.ios .col-8 {
  -ms-flex: 0 0 66.4%;
  flex: 0 0 66.4%;
  max-width: 66.4%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.min-sm-size .col-sm {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.min-sm-size .col-sm-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.min-sm-size .col-sm-1 {
  -ms-flex: 0 0 8.3%;
  flex: 0 0 8.3%;
  max-width: 8.3%;
}

.min-sm-size .col-sm-2 {
  -ms-flex: 0 0 16.6%;
  flex: 0 0 16.6%;
  max-width: 16.6%;
}

.min-sm-size .col-sm-3 {
  -ms-flex: 0 0 24.9%;
  flex: 0 0 24.9%;
  max-width: 24.9%;
}

.min-sm-size .col-sm-4 {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.min-sm-size .col-sm-5 {
  -ms-flex: 0 0 41.5%;
  flex: 0 0 41.5%;
  max-width: 41.5%;
}

.min-sm-size .col-sm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.min-sm-size .col-sm-7 {
  -ms-flex: 0 0 58.2%;
  flex: 0 0 58.2%;
  max-width: 58.3%;
}

.min-sm-size .col-sm-8 {
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
}

.min-sm-size .col-sm-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.min-sm-size .col-sm-10 {
  -ms-flex: 0 0 83.3%;
  flex: 0 0 83.3%;
  max-width: 83.3%;
}

.min-sm-size .col-sm-11 {
  -ms-flex: 0 0 91.6%;
  flex: 0 0 91.6%;
  max-width: 91.6%;
}

.min-sm-size .col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.min-sm-size .order-sm-1 {
  -ms-flex-order: 1;
  order: 1;
}

.min-sm-size .order-sm-2 {
  -ms-flex-order: 2;
  order: 2;
}

.min-sm-size .order-sm-3 {
  -ms-flex-order: 3;
  order: 3;
}

.min-sm-size .order-sm-4 {
  -ms-flex-order: 4;
  order: 4;
}

.min-sm-size .order-sm-5 {
  -ms-flex-order: 5;
  order: 5;
}

.min-sm-size .order-sm-6 {
  -ms-flex-order: 6;
  order: 6;
}

.min-sm-size .order-sm-7 {
  -ms-flex-order: 7;
  order: 7;
}

.min-sm-size .order-sm-8 {
  -ms-flex-order: 8;
  order: 8;
}

.min-sm-size .order-sm-9 {
  -ms-flex-order: 9;
  order: 9;
}

.min-sm-size .order-sm-10 {
  -ms-flex-order: 10;
  order: 10;
}

.min-sm-size .order-sm-11 {
  -ms-flex-order: 11;
  order: 11;
}

.min-sm-size .order-sm-12 {
  -ms-flex-order: 12;
  order: 12;
}

.min-sm-size.ios .col-3 {
  -ms-flex: 0 0 24.9%;
  flex: 0 0 24.9%;
}

.min-sm-size.ios .col-4, .min-sm-size.ios .col-sm-4 {
  -ms-flex: 0 0 33.2%;
  flex: 0 0 33.2%;
  max-width: 33.2%;
}

.min-sm-size.ios .col-6, .min-sm-size.ios .col-sm-6 {
  -ms-flex: 0 0 49.9%;
  flex: 0 0 49.9%;
}

.min-sm-size.ios .col-9 {
  -ms-flex: 0 0 74.9%;
  flex: 0 0 74.9%;
}

.min-md-size .col-md {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.min-md-size .col-md-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.min-md-size .col-md-1 {
  -ms-flex: 0 0 8.3%;
  flex: 0 0 8.3%;
  max-width: 8.3%;
}

.min-md-size .col-md-2 {
  -ms-flex: 0 0 16.6%;
  flex: 0 0 16.6%;
  max-width: 16.6%;
}

.min-md-size .col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.min-md-size .col-md-4 {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.min-md-size .col-md-5 {
  -ms-flex: 0 0 41.5%;
  flex: 0 0 41.5%;
  max-width: 41.5%;
}

.min-md-size .col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.min-md-size .col-md-7 {
  -ms-flex: 0 0 58.2%;
  flex: 0 0 58.2%;
  max-width: 58.3%;
}

.min-md-size .col-md-8 {
  -ms-flex: 0 0 66.6%;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}

.min-md-size .col-md-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.min-md-size .col-md-10 {
  -ms-flex: 0 0 83.3%;
  flex: 0 0 83.3%;
  max-width: 83.3%;
}

.min-md-size .col-md-11 {
  -ms-flex: 0 0 91.6%;
  flex: 0 0 91.6%;
  max-width: 91.6%;
}

.min-md-size .col-md-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.min-md-size .order-md-1 {
  -ms-flex-order: 1;
  order: 1;
}

.min-md-size .order-md-2 {
  -ms-flex-order: 2;
  order: 2;
}

.min-md-size .order-md-3 {
  -ms-flex-order: 3;
  order: 3;
}

.min-md-size .order-md-4 {
  -ms-flex-order: 4;
  order: 4;
}

.min-md-size .order-md-5 {
  -ms-flex-order: 5;
  order: 5;
}

.min-md-size .order-md-6 {
  -ms-flex-order: 6;
  order: 6;
}

.min-md-size .order-md-7 {
  -ms-flex-order: 7;
  order: 7;
}

.min-md-size .order-md-8 {
  -ms-flex-order: 8;
  order: 8;
}

.min-md-size .order-md-9 {
  -ms-flex-order: 9;
  order: 9;
}

.min-md-size .order-md-10 {
  -ms-flex-order: 10;
  order: 10;
}

.min-md-size .order-md-11 {
  -ms-flex-order: 11;
  order: 11;
}

.min-md-size .order-md-12 {
  -ms-flex-order: 12;
  order: 12;
}

.min-md-size.ios .col-md-3 {
  -ms-flex: 0 0 24.9%;
  flex: 0 0 24.9%;
  max-width: 24.9%;
}

.min-md-size.ios .col-md-4 {
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.min-md-size.ios .col-md-6 {
  -ms-flex: 0 0 49.9%;
  flex: 0 0 49.9%;
  max-width: 49.9%;
}

.min-lg-size .col-lg {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.min-lg-size .col-lg-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.min-lg-size .col-lg-1 {
  -ms-flex: 0 0 8.3%;
  flex: 0 0 8.3%;
  max-width: 8.3%;
}

.min-lg-size .col-lg-2 {
  -ms-flex: 0 0 16.6%;
  flex: 0 0 16.6%;
  max-width: 16.6%;
}

.min-lg-size .col-lg-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.min-lg-size .col-lg-4 {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.min-lg-size .col-lg-5 {
  -ms-flex: 0 0 41.5%;
  flex: 0 0 41.5%;
  max-width: 41.5%;
}

.min-lg-size .col-lg-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.min-lg-size .col-lg-7 {
  -ms-flex: 0 0 58.2%;
  flex: 0 0 58.2%;
  max-width: 58.3%;
}

.min-lg-size .col-lg-8 {
  -ms-flex: 0 0 66.6%;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}

.min-lg-size .col-lg-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.min-lg-size .col-lg-10 {
  -ms-flex: 0 0 83.3%;
  flex: 0 0 83.3%;
  max-width: 83.3%;
}

.min-lg-size .col-lg-11 {
  -ms-flex: 0 0 91.6%;
  flex: 0 0 91.6%;
  max-width: 91.6%;
}

.min-lg-size .col-lg-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.min-lg-size .order-lg-1 {
  -ms-flex-order: 1;
  order: 1;
}

.min-lg-size .order-lg-2 {
  -ms-flex-order: 2;
  order: 2;
}

.min-lg-size .order-lg-3 {
  -ms-flex-order: 3;
  order: 3;
}

.min-lg-size .order-lg-4 {
  -ms-flex-order: 4;
  order: 4;
}

.min-lg-size .order-lg-5 {
  -ms-flex-order: 5;
  order: 5;
}

.min-lg-size .order-lg-6 {
  -ms-flex-order: 6;
  order: 6;
}

.min-lg-size .order-lg-7 {
  -ms-flex-order: 7;
  order: 7;
}

.min-lg-size .order-lg-8 {
  -ms-flex-order: 8;
  order: 8;
}

.min-lg-size .order-lg-9 {
  -ms-flex-order: 9;
  order: 9;
}

.min-lg-size .order-lg-10 {
  -ms-flex-order: 10;
  order: 10;
}

.min-lg-size .order-lg-11 {
  -ms-flex-order: 11;
  order: 11;
}

.min-lg-size .order-lg-12 {
  -ms-flex-order: 12;
  order: 12;
}

.min-xl-size .col-xl {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.min-xl-size .col-xl-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.min-xl-size .col-xl-1 {
  -ms-flex: 0 0 8.3%;
  flex: 0 0 8.3%;
  max-width: 8.3%;
}

.min-xl-size .col-xl-2 {
  -ms-flex: 0 0 16.6%;
  flex: 0 0 16.6%;
  max-width: 16.6%;
}

.min-xl-size .col-xl-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.min-xl-size .col-xl-4 {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.min-xl-size .col-xl-5 {
  -ms-flex: 0 0 41.5%;
  flex: 0 0 41.5%;
  max-width: 41.5%;
}

.min-xl-size .col-xl-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.min-xl-size .col-xl-7 {
  -ms-flex: 0 0 58.2%;
  flex: 0 0 58.2%;
  max-width: 58.3%;
}

.min-xl-size .col-xl-8 {
  -ms-flex: 0 0 66.6%;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}

.min-xl-size .col-xl-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.min-xl-size .col-xl-10 {
  -ms-flex: 0 0 83.3%;
  flex: 0 0 83.3%;
  max-width: 83.3%;
}

.min-xl-size .col-xl-11 {
  -ms-flex: 0 0 91.6%;
  flex: 0 0 91.6%;
  max-width: 91.6%;
}

.min-xl-size .col-xl-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.min-xl-size .order-xl-1 {
  -ms-flex-order: 1;
  order: 1;
}

.min-xl-size .order-xl-2 {
  -ms-flex-order: 2;
  order: 2;
}

.min-xl-size .order-xl-3 {
  -ms-flex-order: 3;
  order: 3;
}

.min-xl-size .order-xl-4 {
  -ms-flex-order: 4;
  order: 4;
}

.min-xl-size .order-xl-5 {
  -ms-flex-order: 5;
  order: 5;
}

.min-xl-size .order-xl-6 {
  -ms-flex-order: 6;
  order: 6;
}

.min-xl-size .order-xl-7 {
  -ms-flex-order: 7;
  order: 7;
}

.min-xl-size .order-xl-8 {
  -ms-flex-order: 8;
  order: 8;
}

.min-xl-size .order-xl-9 {
  -ms-flex-order: 9;
  order: 9;
}

.min-xl-size .order-xl-10 {
  -ms-flex-order: 10;
  order: 10;
}

.min-xl-size .order-xl-11 {
  -ms-flex-order: 11;
  order: 11;
}

.min-xl-size .order-xl-12 {
  -ms-flex-order: 12;
  order: 12;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.min-sm-size .flex-sm-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.min-sm-size .flex-sm-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.min-sm-size .flex-sm-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.min-sm-size .flex-sm-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.min-sm-size .flex-sm-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.min-sm-size .flex-sm-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.min-sm-size .flex-sm-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.min-sm-size .justify-content-sm-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.min-sm-size .justify-content-sm-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.min-sm-size .justify-content-sm-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.min-sm-size .justify-content-sm-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.min-sm-size .justify-content-sm-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.min-sm-size .align-items-sm-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.min-sm-size .align-items-sm-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.min-sm-size .align-items-sm-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.min-sm-size .align-items-sm-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.min-sm-size .align-items-sm-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.min-sm-size .align-content-sm-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.min-sm-size .align-content-sm-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.min-sm-size .align-content-sm-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.min-sm-size .align-content-sm-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.min-sm-size .align-content-sm-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.min-sm-size .align-content-sm-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.min-sm-size .align-self-sm-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.min-sm-size .align-self-sm-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.min-sm-size .align-self-sm-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.min-sm-size .align-self-sm-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.min-sm-size .align-self-sm-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.min-sm-size .align-self-sm-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.min-md-size .flex-md-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.min-md-size .flex-md-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.min-md-size .flex-md-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.min-md-size .flex-md-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.min-md-size .flex-md-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.min-md-size .flex-md-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.min-md-size .flex-md-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.min-md-size .justify-content-md-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.min-md-size .justify-content-md-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.min-md-size .justify-content-md-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.min-md-size .justify-content-md-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.min-md-size .justify-content-md-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.min-md-size .align-items-md-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.min-md-size .align-items-md-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.min-md-size .align-items-md-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.min-md-size .align-items-md-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.min-md-size .align-items-md-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.min-md-size .align-content-md-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.min-md-size .align-content-md-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.min-md-size .align-content-md-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.min-md-size .align-content-md-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.min-md-size .align-content-md-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.min-md-size .align-content-md-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.min-md-size .align-self-md-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.min-md-size .align-self-md-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.min-md-size .align-self-md-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.min-md-size .align-self-md-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.min-md-size .align-self-md-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.min-md-size .align-self-md-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.min-lg-size .flex-lg-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.min-lg-size .flex-lg-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.min-lg-size .flex-lg-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.min-lg-size .flex-lg-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.min-lg-size .flex-lg-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.min-lg-size .flex-lg-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.min-lg-size .flex-lg-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.min-lg-size .justify-content-lg-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.min-lg-size .justify-content-lg-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.min-lg-size .justify-content-lg-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.min-lg-size .justify-content-lg-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.min-lg-size .justify-content-lg-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.min-lg-size .align-items-lg-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.min-lg-size .align-items-lg-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.min-lg-size .align-items-lg-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.min-lg-size .align-items-lg-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.min-lg-size .align-items-lg-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.min-lg-size .align-content-lg-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.min-lg-size .align-content-lg-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.min-lg-size .align-content-lg-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.min-lg-size .align-content-lg-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.min-lg-size .align-content-lg-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.min-lg-size .align-content-lg-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.min-lg-size .align-self-lg-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.min-lg-size .align-self-lg-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.min-lg-size .align-self-lg-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.min-lg-size .align-self-lg-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.min-lg-size .align-self-lg-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.min-lg-size .align-self-lg-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.min-xl-size .flex-xl-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.min-xl-size .flex-xl-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.min-xl-size .flex-xl-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.min-xl-size .flex-xl-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.min-xl-size .flex-xl-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.min-xl-size .flex-xl-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.min-xl-size .flex-xl-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.min-xl-size .justify-content-xl-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.min-xl-size .justify-content-xl-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.min-xl-size .justify-content-xl-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.min-xl-size .justify-content-xl-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.min-xl-size .justify-content-xl-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.min-xl-size .align-items-xl-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.min-xl-size .align-items-xl-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.min-xl-size .align-items-xl-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.min-xl-size .align-items-xl-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.min-xl-size .align-items-xl-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.min-xl-size .align-content-xl-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.min-xl-size .align-content-xl-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.min-xl-size .align-content-xl-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.min-xl-size .align-content-xl-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.min-xl-size .align-content-xl-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.min-xl-size .align-content-xl-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.min-xl-size .align-self-xl-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.min-xl-size .align-self-xl-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.min-xl-size .align-self-xl-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.min-xl-size .align-self-xl-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.min-xl-size .align-self-xl-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.min-xl-size .align-self-xl-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.overflow {
  overflow-x: hidden;
  overflow-y: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

img {
  vertical-align: middle;
}

/* ==============================================================
    Basic
 ================================================================*/
.color-fff {
  color: #fff !important;
}

.color-red {
  color: #c9151d !important;
}

.color-gray {
  color: #c8c8c8 !important;
}

.color-coffee {
  color: #59493f;
}

.color-282828 {
  color: #282828;
}

.color-white {
  color: #fff !important;
}

.linkStyle {
  color: #0744be;
}

.linkStyle:hover, .linkStyle:focus {
  text-decoration: underline;
}

.color-blue {
  color: #0744be;
}

.color-pink {
  color: #d6325b !important;
}

.bg-f0f0f0 {
  background: #f0f0f0;
}

.bg-fff {
  background: #fff;
}

.bg-f5f5f5 {
  background: #f5f5f5;
}

.font-big {
  font-size: 1.3em;
  font-weight: normal;
}

.f70 {
  font-size: 4.375rem !important;
}

.max-bg-size .f70 {
  font-size: 3.75rem !important;
}

.max-lg-size .f70 {
  font-size: 3.125rem !important;
}

.max-sm-size .f70 {
  font-size: 2.5rem !important;
}

.f60 {
  font-size: 3.75rem !important;
  line-height: 5.625rem;
}

.max-bg-size .f60 {
  font-size: 3.125rem !important;
}

.max-lg-size .f60 {
  font-size: 2.813rem !important;
}

.max-sm-size .f60 {
  font-size: 1.938rem !important;
  line-height: 50px;
}

.f55 {
  font-size: 3.438rem !important;
  line-height: 4.375rem;
}

.max-bg-size .f55 {
  font-size: 3.125rem !important;
}

.max-lg-size .f55 {
  font-size: 2.5rem !important;
  line-height: 4.063rem;
}

.max-sm-size .f55 {
  font-size: 1.875rem !important;
  line-height: 2.813rem;
}

.f50 {
  font-size: 3.125rem !important;
}

.max-bg-size .f50 {
  font-size: 2.5rem !important;
}

.max-sm-size .f50 {
  font-size: 1.875rem !important;
}

.f48 {
  font-size: 3rem !important;
}

.max-bg-size .f48 {
  font-size: 2.5rem !important;
}

.max-sm-size .f48 {
  font-size: 1.875rem !important;
}

.f45 {
  font-size: 2.813rem !important;
  line-height: 65px;
}

.max-sm-size .f45 {
  font-size: 1.688rem !important;
  line-height: 40px;
}

.f42 {
  font-size: 2.625rem !important;
}

.max-md-size .f42 {
  font-size: 2.188rem !important;
}

.max-sm-size .f42 {
  font-size: 1.688rem !important;
}

.f40 {
  font-size: 2.813rem !important;
}

.max-sm-size .f40 {
  font-size: 1.688rem !important;
}

.f38 {
  font-size: 2.375rem !important;
  line-height: 3.125rem;
}

.max-bg-size .f38 {
  font-size: 2rem !important;
  line-height: 2.188rem;
}

.max-sm-size .f38 {
  font-size: 1.563rem !important;
  line-height: 1.875rem;
}

.f36 {
  font-size: 2.25rem !important;
  line-height: 3.125rem;
}

.max-bg-size .f36 {
  font-size: 1.875rem !important;
  line-height: 2.188rem;
}

.max-sm-size .f36 {
  font-size: 1.563rem !important;
  line-height: 1.875rem;
}

.f35 {
  font-size: 2.188rem !important;
  line-height: 3.125rem;
}

.max-sm-size .f35 {
  font-size: 1.563rem !important;
  line-height: 1.875rem;
}

.f33 {
  font-size: 2.063rem !important;
  line-height: 3rem;
}

.max-sm-size .f33 {
  font-size: 1.563rem !important;
  line-height: 1.875rem;
}

.f30 {
  font-size: 1.875rem !important;
  line-height: 2.813rem;
}

.max-sm-size .f30 {
  font-size: 1.563rem !important;
  line-height: 1.875rem;
}

.f28 {
  font-size: 1.75rem !important;
}

.max-xs-size .f28 {
  font-size: 1.375rem !important;
}

.f25 {
  font-size: 1.563rem !important;
  line-height: 2.5rem;
}

.max-xs-size .f25 {
  font-size: 1.375rem !important;
  line-height: 2.063rem;
}

.f24 {
  font-size: 1.5rem !important;
}

.max-sm-size .f24 {
  font-size: 1.125rem !important;
}

.f22 {
  font-size: 1.375rem !important;
}

.max-xs-size .f22 {
  font-size: 1.125rem !important;
}

.f21 {
  font-size: 1.313rem !important;
  line-height: 30px;
}

.max-sm-size .f21 {
  font-size: 1.125rem !important;
}

.f20 {
  font-size: 1.25rem !important;
  line-height: 30px;
}

.max-sm-size .f20 {
  font-size: 1.125rem !important;
}

.f19 {
  font-size: 1.188rem !important;
}

.max-sm-size .f19 {
  font-size: 1.125rem !important;
}

.f18 {
  font-size: 1.125rem !important;
}

.max-md-size .f18 {
  font-size: 1rem !important;
}

.f17 {
  font-size: 1.063rem !important;
  line-height: 1.688rem;
}

.max-md-size .f17 {
  font-size: 0.938rem !important;
  line-height: 1.688rem;
}

.f16 {
  font-size: 1rem !important;
}

.max-sm-size .f16 {
  font-size: 0.938rem !important;
}

.f15 {
  font-size: 0.938rem !important;
}

.max-sm-size .f15 {
  font-size: 0.875rem !important;
}

.f14 {
  font-size: 0.875rem !important;
}

.max-sm-size .f14 {
  font-size: 0.813rem !important;
}

.f13 {
  font-size: 0.813rem !important;
}

.f12 {
  font-size: 0.75rem !important;
}

.m0 {
  margin: 0 !important;
}

.mTB100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.max-lg-size .mTB100 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.max-sm-size .mTB100 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mTB60, .m60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.max-sm-size .mTB60, .max-sm-size .m60 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.max-sm-size .mTB60.sT10, .max-sm-size .m60.sT10 {
  margin-top: 10px !important;
}

.mTB50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.max-sm-size .mTB50 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.max-sm-size .mTB50.sT10 {
  margin-top: 10px !important;
}

.mTB45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.max-sm-size .mTB45 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mTB35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.max-md-size .mTB35.s15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.max-sm-size .mTB35 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mTB30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.max-md-size .mTB30 {
  margin-top: 1.563rem !important;
  margin-bottom: 1.563rem !important;
}

.max-sm-size .mTB30 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mTB25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.max-sm-size .mTB25.s0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mTB20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mTB15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mTB10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mT110 {
  margin-top: 110px !important;
}

.max-md-size .mT110 {
  margin-top: 60px !important;
}

.max-md-size .mT110.s0 {
  margin-top: 0 !important;
}

.mT100 {
  margin-top: 100px !important;
}

.max-bg-size .mT100 {
  margin-top: 60px !important;
}

.max-md-size .mT100 {
  margin-top: 40px !important;
}

.max-sm-size .mT100.s0 {
  margin-top: 0px !important;
}

.mT90 {
  margin-top: 90px !important;
}

.max-md-size .mT90 {
  margin-top: 30px !important;
}

.max-md-size .mT90.s0 {
  margin-top: 0 !important;
}

.mT80 {
  margin-top: 80px !important;
}

.max-md-size .mT80 {
  margin-top: 30px !important;
}

.max-md-size .mT80.s0 {
  margin-top: 0 !important;
}

.max-md-size .mT80.s50 {
  margin-top: 50px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.max-sm-size .mT70 {
  margin-top: 30px !important;
}

.max-lg-size .mT70.l0 {
  margin-top: 0px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.max-sm-size .mT60 {
  margin-top: 30px !important;
}

.max-sm-size .mT60.s0 {
  margin-top: 0 !important;
}

.mT50 {
  margin-top: 50px !important;
}

.max-sm-size .mT50 {
  margin-top: 25px !important;
}

.max-sm-size .mT50.s0 {
  margin-top: 0;
}

.mT45 {
  margin-top: 45px !important;
}

.max-sm-size .mT45 {
  margin-top: 25px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.max-sm-size .mT40 {
  margin-top: 20px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.max-sm-size .mT35 {
  margin-top: 20px !important;
}

.max-sm-size .mT35.sm0, .max-sm-size .mT35.s0 {
  margin-top: 0px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.max-sm-size .mT30 {
  margin-top: 20px !important;
}

.max-sm-size .mT30.s30 {
  margin-top: 30px !important;
}

.max-sm-size .mT30.sm0, .max-sm-size .mT30.s0 {
  margin-top: 0px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.max-sm-size .mT25.sm0 {
  margin-top: 0 !important;
}

.mT20 {
  margin-top: 20px !important;
}

.max-sm-size .mT20.sm0 {
  margin-top: 0 !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT0 {
  margin-top: 0px !important;
}

.max-sm-size .smT0 {
  margin-top: 0px !important;
}

.mB150 {
  margin-bottom: 150px !important;
}

.max-lg-size .mB150 {
  margin-bottom: 100px !important;
}

.max-sm-size .mB150 {
  margin-bottom: 35px !important;
}

.max-sm-size .mB150.s50 {
  margin-bottom: 50px !important;
}

.mB130 {
  margin-bottom: 130px !important;
}

.max-lg-size .mB130 {
  margin-bottom: 100px !important;
}

.max-sm-size .mB130 {
  margin-bottom: 35px !important;
}

.mB100 {
  margin-bottom: 100px !important;
}

.max-lg-size .mB100 {
  margin-bottom: 50px !important;
}

.max-sm-size .mB100 {
  margin-bottom: 35px !important;
}

.max-sm-size .mB100.s50 {
  margin-bottom: 50px !important;
}

.mB90 {
  margin-bottom: 90px !important;
}

.max-sm-size .mB90 {
  margin-bottom: 30px !important;
}

.max-sm-size .mB90.s50 {
  margin-bottom: 50px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.max-sm-size .mB80 {
  margin-bottom: 30px !important;
}

.max-sm-size .mB80.s50 {
  margin-bottom: 50px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.max-sm-size .mB70 {
  margin-bottom: 30px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.max-sm-size .mB60 {
  margin-bottom: 30px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.max-sm-size .mB50 {
  margin-bottom: 25px !important;
}

.max-sm-size .mB50.s10 {
  margin-bottom: 10px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.max-sm-size .mB40 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.max-sm-size .mB35 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.max-sm-size .mB30.s20 {
  margin-bottom: 25px !important;
}

.max-sm-size .mB30.s10 {
  margin-bottom: 10px !important;
}

.max-sm-size .mB30.s0 {
  margin-bottom: 0 !important;
}

.max-sm-size .mB30.sm {
  margin-bottom: 30px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.max-sm-size .mB20.sB0 {
  margin-bottom: 0 !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB9 {
  margin-bottom: 9px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.max-sm-size .smB0 {
  margin-bottom: 0;
}

.mL10 {
  margin-left: 10px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mR5 {
  margin-right: 5px;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mLR0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.pTB100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.max-sm-size .pTB100 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pTB70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.max-sm-size .pTB70 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.pTB60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.max-sm-size .pTB60 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pTB50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.max-sm-size .pTB50 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pTB40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.max-sm-size .pTB40 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pTB20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p30 {
  padding: 30px !important;
}

.max-sm-size .p30 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.p10 {
  padding: 10px !important;
}

.pT80 {
  padding-top: 80px !important;
}

.max-sm-size .pT80 {
  padding-top: 40px !important;
}

.pT70 {
  padding-top: 70px !important;
}

.max-sm-size .pT70 {
  padding-top: 40px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.max-sm-size .pT60 {
  padding-top: 30px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.max-sm-size .pT50 {
  padding-top: 25px !important;
}

.max-sm-size .pT50.s0 {
  padding-top: 0 !important;
}

.pT40 {
  padding-top: 40px !important;
}

.max-sm-size .pT40 {
  padding-top: 25px !important;
}

.max-md-size .pT20-md {
  padding-top: 30px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.max-sm-size .pT30 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.max-sm-size .pT20 {
  padding-top: 15px !important;
}

.pB0 {
  padding-bottom: 0 !important;
}

.pB100 {
  padding-bottom: 100px !important;
}

.max-sm-size .pB100 {
  padding-bottom: 40px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.max-sm-size .pB60 {
  padding-bottom: 30px !important;
}

.pB50 {
  padding-bottom: 3.125rem !important;
}

.max-sm-size .pB50 {
  padding-bottom: 1.25rem !important;
}

.pB40 {
  padding-bottom: 2.5rem !important;
}

.max-sm-size .pB40 {
  padding-bottom: 1.25rem !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.max-sm-size .pB30 {
  padding-bottom: 15px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB110 {
  padding-bottom: 110px !important;
}

.max-sm-size .pB110 {
  padding-bottom: 50px !important;
}

.max-sm-size .pB110.s0 {
  padding-bottom: 0 !important;
}

.pL30 {
  padding-left: 30px !important;
}

.max-sm-size .pL30.s0 {
  padding-left: 0 !important;
}

.bT {
  border-top: 1px solid #dedede;
}

.p15 {
  padding: 0.938rem !important;
}

.p0 {
  padding: 0  !important;
}

.max-sm-size .ps0 {
  padding: 0  !important;
}

.min-sm-size .hidden-sm-pL0 {
  padding-left: 0  !important;
}

.min-sm-size .hidden-sm-pR0 {
  padding-right: 0  !important;
}

.pL0 {
  padding-left: 0  !important;
}

.pl5 {
  padding-left: 5px;
}

.pR0 {
  padding-right: 0  !important;
}

.pRL100 {
  padding-left: 100px  !important;
  padding-right: 100px  !important;
}

.max-bl-size .pRL100 {
  padding-left: 50px  !important;
  padding-right: 50px  !important;
}

.max-sm-size .pRL100 {
  padding-left: 20px  !important;
  padding-right: 20px  !important;
}

.max-sm-size .pRL100.sm35 {
  padding-left: 35px  !important;
  padding-right: 35px  !important;
}

.pRL60 {
  padding-left: 60px  !important;
  padding-right: 60px  !important;
}

.max-lg-size .pRL60 {
  padding-left: 40px  !important;
  padding-right: 40px  !important;
}

.max-sm-size .pRL60 {
  padding-left: 20px  !important;
  padding-right: 20px  !important;
}

.pRL45 {
  padding-left: 45px  !important;
  padding-right: 45px  !important;
}

.max-sm-size .pRL45 {
  padding-left: 20px  !important;
  padding-right: 20px  !important;
}

.pRL25 {
  padding-left: 25px  !important;
  padding-right: 25px  !important;
}

.pRL20 {
  padding-left: 20px  !important;
  padding-right: 20px  !important;
}

.pRL0 {
  padding-left: 0px  !important;
  padding-right: 0px  !important;
}

.pR45 {
  padding-right: 45px  !important;
}

.max-sm-size .pR45 {
  padding-right: 20px  !important;
}

.pL45 {
  padding-left: 45px  !important;
}

.max-sm-size .pL45 {
  padding-left: 20px  !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.textLine {
  text-decoration: underline !important;
}

.textNoLine {
  text-decoration: none !important;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.tc {
  text-align: center !important;
}

.max-sm-size .tc.s-tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.tl {
  text-align: left !important;
}

.max-sm-size .sm-tl {
  text-align: left !important;
}

.italic {
  font-style: italic;
}

.tUpper {
  text-transform: uppercase;
}

.ls0 {
  letter-spacing: 0px;
}

.ls1 {
  letter-spacing: 0px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls5 {
  letter-spacing: 5px;
}

.max-sm-size .ls5.s1 {
  letter-spacing: 1px;
}

.ls8 {
  letter-spacing: 8px;
}

.t4 {
  top: 4px;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z9 {
  z-index: 9;
}

.z10 {
  z-index: 10;
}

/* ==============================================================
       _default
 ================================================================*/
/* ==============================
   html
=============================== */
.html img {
  max-width: 100%;
}

/* ==============================
    public
=============================== */
html, body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

p {
  font-size: 1rem;
  line-height: 1.75rem;
}

body {
  padding: 0;
  margin: 0;
  color: #323232;
  -webkit-text-size-adjust: none;
}

@media all and (max-width: 300px) {
  body, html, #header {
    width: 300px !important;
  }
}

.wp {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.noP {
  padding-left: 0px;
  padding-right: 0px;
}

.col {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.w100 {
  width: 100% !important;
}

.max-sm-size .w-sm {
  width: auto;
}

hr {
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  clear: both;
  border-right-style: none;
  border-left-style: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  padding-top: 20px;
  display: block;
  margin-bottom: 25px;
}

a {
  transition: color 0.5s;
}

.max-lg-size .hidden-lg,
.max-md-size .hidden-md,
.max-sm-size .hidden-sm,
.max-xs-size .hidden-xs,
.min-lg-size .hidden-min-lg,
.min-md-size .hidden-min-md,
.min-sm-size .hidden-min-sm,
.min-xs-size .hidden-min-xs {
  display: none !important;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
  width: 15px;
  height: 15px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

input[type="radio"] {
  margin: 7px 0 0;
}

input[type="checkbox"] {
  margin: 10px 0 0;
  top: 2px;
  position: relative;
}

.max-sm-size input[type="checkbox"] {
  margin: 7px 0 0;
}

/* ==============================
   Rows
=============================== */
.rows,
ul.rows,
ol.rows,
dl.rows {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.rows > li,
ol.rows > li,
dl.rows > dt,
dl.rows > dd {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
}

/* ==============================
   Columns [float]
=============================== */
.columns,
ul.columns,
ol.columns,
dl.columns {
  margin: 0;
  padding: 0;
  list-style: none;
}

.columns:after,
ul.columns:after,
ol.columns:after,
dl.columns:after {
  content: "";
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
}

.columns .list-item,
ul.columns > li,
ol.columns > li,
dl.columns > dt,
dl.columns > dd {
  margin: 0;
  padding: 0;
  float: left;
}

/* ==============================
   Columns [inline]
=============================== */
.columns.inline,
ul.columns.inline,
ol.columns.inline,
dl.columns.inline {
  letter-spacing: -0.31em;
}

opera-hack:-o-prefocus,
ul.columns.inline,
ol.columns.inline,
dl.columns.inline {
  *word-spacing: -0.43em;
}

ul.columns.inline > li,
ol.columns.inline > li,
dl.columns.inline > dt,
dl.columns.inline > dd {
  float: none;
  display: inline-block;
  vertical-align: initial;
  letter-spacing: normal;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dd {
  margin-left: 0;
}

.min-sm-size .dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.min-sm-size .dl-horizontal dd {
  margin-left: 180px;
}

/* ==============================
    text
=============================== */
a:hover {
  text-decoration: none;
}

a {
  color: #000;
}

a img {
  border: 0;
}

/*select*/
/*centert*/
.centert {
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  position: absolute;
}

.max-sm-size .centert.no-sm {
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  transform: none;
  -webkit-transform: none;
  position: relative;
}

.max-md-size .centert.no-md {
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  transform: none;
  -webkit-transform: none;
  display: block;
  position: relative;
}

.max-lg-size .centert.no-lg {
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  transform: none;
  -webkit-transform: none;
  display: block;
  position: relative;
}

.centert02 {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
}

.centert_h, .centert-h {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.centert_h02 {
  top: 45%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.centert04 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.centert-horizontal {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hr-center {
  text-align: justify;
}

.hr-center::after {
  content: '';
  display: inline-block;
  width: 100%;
}

.flex-center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media print {
  .print-hid {
    display: none;
  }
  .header,
  .footer,
  .shareLink {
    display: none !important;
  }
  .section {
    background-image: none !important;
    background-color: #FFFFFF !important;
  }
  body {
    background-image: none !important;
  }
  .page-coupon .list {
    width: 632px !important;
    border: 3px solid #E3E3E3;
  }
  .page-coupon .list .txt p {
    width: 100% !important;
    display: iblock !important;
  }
}

a, a:focus, a:active {
  text-decoration: none;
}

a, a:focus, a:active,
button, button:focus, button:active {
  hlbr: expression(this.onFocus=this.blur());
  /* for IE */
  outline: 0 !important;
  -moz-outline: none;
  -webkit-outline: none;
  -ms-outline: none;
  behavior: expression(this.onFocus=this.blur());
}

.clear {
  clear: both;
}

.min-sm-size .hidden-xs {
  display: block !important;
}

.min-sm-size .hidden-xs.inline {
  display: inline-block !important;
}

.max-sm-size .hidden-xs {
  display: none !important;
}

.max-sm-size .hidden-xs.inline {
  display: none !important;
}

.min-lg-size .hidden-lg {
  display: block !important;
}

.max-lg-size .hidden-lg {
  display: none  !important;
}

.min-lg-size .hidden-lg.inline {
  display: inline-block !important;
}

.min-md-size .hidden-md {
  display: block !important;
}

.min-md-size .hidden-md.inline {
  display: inline-block !important;
}

.max-md-size .hidden-md {
  display: none  !important;
}

.min-sm-size .visible-xs {
  display: none !important;
}

.max-sm-size .visible-xs {
  display: block !important;
}

.max-sm-size .visible-xs.inline {
  display: inline-block !important;
}

.min-md-size .visible-md {
  display: none !important;
}

.max-md-size .visible-md {
  display: block !important;
}

.min-lg-size .visible-lg {
  display: none !important;
}

.max-lg-size .visible-lg {
  display: block !important;
}

.min-bg-size .visible-bg {
  display: none !important;
}

.max-bg-size .visible-bg {
  display: block !important;
}

.max-lg-size .visible-lg.inline {
  display: inline-block !important;
}

.max-sm-size .display-sm {
  display: block !important;
}

.imgCenter {
  text-align: center;
}

.imgCenter img {
  margin-left: auto;
  margin-right: auto;
}

.inlineBlock {
  display: inline-block !important;
}

.cursor {
  cursor: pointer;
}

.cover-a, .block-a {
  width: 100%;
  min-height: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.01);
  background-size: cover;
}

/* ==============================================================
    Basic
 ================================================================*/
body {
  line-height: 1.6rem;
  font-size: 0.875rem;
  color: #323232;
  font-family: Arial, Verdana , sans-serif , "Microsoft JhengHei";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.iframe {
  opacity: 1;
}

#header {
  opacity: 0;
}

#header.start {
  opacity: 1;
}

body {
  background: #222;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

body.start {
  opacity: 1;
}

body.is-active {
  height: 100vh !important;
  overflow: hidden !important;
}

.eng {
  font-family: "Libre Franklin", "Adobe Blank" ,Arial;
  font-weight: bold;
  font-style: italic;
}

.eng02 {
  font-weight: bold;
  font-style: italic;
}

/* ============================================================
    common
 ==============================================================*/
/* ========  .btnGroup   =======*/
.btn.red-btn {
  font-size: 1.125rem;
  color: #fff;
  background: #c9151d;
  padding: 10px 20px 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  min-width: 180px;
  font-family: Helvetica , Verdana, Arial,  sans-serif , "Microsoft JhengHei";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition: background 0.3s;
}

.btn.red-btn > span {
  display: inline-block;
}

.btn.red-btn .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
}

.btn.red-btn .arrow .arrow-line {
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  transition: all 0.5s ease-out;
}

.btn.red-btn .arrow .arrow-line.l-1 {
  right: 130px;
  width: 200px;
}

.btn.red-btn .arrow .arrow-line.l-2, .btn.red-btn .arrow .arrow-line.l-3 {
  right: -50px;
  width: 0;
  opacity: 0;
  transform-origin: 100% 50% 0px;
  transition-delay: 0;
}

.btn.red-btn .arrow .arrow-line.l-2 {
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
}

.btn.red-btn .arrow .arrow-line.l-3 {
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
}

.btn.red-btn .text {
  position: relative;
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.3s, transform 0.3s ease-out;
}

.min-lg-size .btn.red-btn:hover .arrow .arrow-line.l-1, .min-lg-size .btn.red-btn:focus .arrow .arrow-line.l-1 {
  right: -50px !important;
  width: 100px;
}

.min-lg-size .btn.red-btn:hover .arrow .arrow-line.l-2, .min-lg-size .btn.red-btn:hover .arrow .arrow-line.l-3, .min-lg-size .btn.red-btn:focus .arrow .arrow-line.l-2, .min-lg-size .btn.red-btn:focus .arrow .arrow-line.l-3 {
  opacity: 1;
  width: 8px;
  transition-delay: 0.25s;
}

.min-lg-size .btn.red-btn:hover .text, .min-lg-size .btn.red-btn:focus .text {
  transform: translateX(5px);
  opacity: 0;
}

.max-lg-size .btn.red-btn:focus .arrow .arrow-line.l-1 {
  right: -50px !important;
  width: 100px;
}

.max-lg-size .btn.red-btn:focus .arrow .arrow-line.l-2, .max-lg-size .btn.red-btn:focus .arrow .arrow-line.l-3 {
  opacity: 1;
  width: 8px;
  transition-delay: 0.25s;
}

.max-lg-size .btn.red-btn:focus .text {
  transform: translateX(5px);
  opacity: 0;
}

.max-sm-size .btn.red-btn .arrow .arrow-line.l-1 {
  right: 200px;
}

.btn.red-btn:hover, .btn.red-btn:focus {
  background: #ac030b;
}

.btn.gray-btn {
  font-size: 1.125rem;
  color: #fff;
  background: #717171;
  padding: 10px 20px 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  min-width: 180px;
  font-family: Helvetica , Verdana, Arial,  sans-serif , "Microsoft JhengHei";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition: background 0.3s;
}

.btn.gray-btn > span {
  display: inline-block;
}

.btn.gray-btn .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
}

.btn.gray-btn .arrow .arrow-line {
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  transition: all 0.5s ease-out;
}

.btn.gray-btn .arrow .arrow-line.l-1 {
  right: 130px;
  width: 200px;
}

.btn.gray-btn .arrow .arrow-line.l-2, .btn.gray-btn .arrow .arrow-line.l-3 {
  right: -50px;
  width: 0;
  opacity: 0;
  transform-origin: 100% 50% 0px;
  transition-delay: 0;
}

.btn.gray-btn .arrow .arrow-line.l-2 {
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
}

.btn.gray-btn .arrow .arrow-line.l-3 {
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
}

.btn.gray-btn .text {
  position: relative;
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.3s, transform 0.3s ease-out;
}

.min-lg-size .btn.gray-btn:hover .arrow .arrow-line.l-1, .min-lg-size .btn.gray-btn:focus .arrow .arrow-line.l-1 {
  right: -50px !important;
  width: 100px;
}

.min-lg-size .btn.gray-btn:hover .arrow .arrow-line.l-2, .min-lg-size .btn.gray-btn:hover .arrow .arrow-line.l-3, .min-lg-size .btn.gray-btn:focus .arrow .arrow-line.l-2, .min-lg-size .btn.gray-btn:focus .arrow .arrow-line.l-3 {
  opacity: 1;
  width: 8px;
  transition-delay: 0.25s;
}

.min-lg-size .btn.gray-btn:hover .text, .min-lg-size .btn.gray-btn:focus .text {
  transform: translateX(5px);
  opacity: 0;
}

.max-lg-size .btn.gray-btn:focus .arrow .arrow-line.l-1 {
  right: -50px !important;
  width: 100px;
}

.max-lg-size .btn.gray-btn:focus .arrow .arrow-line.l-2, .max-lg-size .btn.gray-btn:focus .arrow .arrow-line.l-3 {
  opacity: 1;
  width: 8px;
  transition-delay: 0.25s;
}

.max-lg-size .btn.gray-btn:focus .text {
  transform: translateX(5px);
  opacity: 0;
}

.max-sm-size .btn.gray-btn .arrow .arrow-line.l-1 {
  right: 200px;
}

.btn.gray-btn:hover, .btn.gray-btn:focus {
  background: #615e5e;
}

.more.btn {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  font-size: 0.938rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 5px 30px 3px 30px;
  border-radius: 4px;
  background: #787878;
  transition: background 0.3s ease-out;
}

.more.btn:hover, .more.btn:focus {
  background: #615e5e;
  text-decoration: none;
}

.max-sm-size .more.btn {
  width: 100%;
  padding: 10px 20px 8px 20px;
}

.btn-group {
  display: inline-block;
  text-align: center;
  margin: 25px auto;
}

.btn-group .btn {
  margin: 0 5px;
}

.max-sm-size .btn-group {
  margin: 15px auto;
}

.max-sm-size .btn-group .btn {
  max-width: 100%;
  display: block;
  width: 100% !important;
  margin: 12px 0;
}

.line {
  width: 90px;
  height: 2px;
  background-color: #c9151d;
  display: block;
}

.line.center {
  margin-right: auto;
  margin-left: auto;
}

.cover, .cover-a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 9;
}

.cover-a {
  min-height: 100%;
  z-index: 99;
  background-size: cover;
}

.icon, .slider .slick-prev:before, .slider .slick-next:before {
  font-family: 'icomoon' !important;
}

.Line {
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
  background: #969696;
}

.btn-group, .wrapper, .time-period, .modify-wrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
}

.save-flash, .index-right-dropdown {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.link, .html a {
  color: #2547ad;
  display: inline-block;
  text-decoration: none;
}

.link:hover, .html a:hover, .link:focus, .html a:focus {
  text-decoration: underline;
}

/* ===========================================================
   [ set  ]
 =============================================================*/
.main {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 135px;
  z-index: 5;
}

.max-lg-size .main {
  margin-top: 65px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1600px;
  width: 100%;
}

.max-lg-size .container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.maxW-s {
  max-width: 1300px !important;
}

.maxW-xs {
  max-width: 1100px;
}

article {
  position: relative;
}

section {
  background: #fff;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

section.bg-trans {
  background: transparent;
}

section.visible {
  overflow: visible;
}

.html {
  margin: 15px 0;
  position: relative;
  z-index: 2;
}

.html h4 {
  font-size: 1.125rem;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}

.html h5 {
  font-size: 1rem;
  color: #000;
  text-align: left;
  margin-bottom: 0;
}

.html p {
  font-size: 1.125rem;
  line-height: 2rem;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #000;
}

.max-sm-size .html p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.625rem;
  word-break: break-all;
}

.max-sm-size .html p.sB0 {
  margin-bottom: 0;
}

.html img {
  height: auto !important;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.25rem;
  display: block;
  width: 100%/9;
}

.html img.imgNoCenter {
  margin: 0;
}

.html ul {
  margin: 0 0 20px 30px;
  list-style: initial;
  line-height: 1.75rem;
}

.html ul li {
  list-style-type: disc;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

.html ul.noList {
  list-style: none;
}

.html ul.noList li {
  list-style: none;
}

.html ol {
  margin: 0;
  padding: 0;
}

.html ol li {
  font-size: 1.125rem;
  line-height: 32px;
}

.html ol > li {
  padding: 15px 0 12px 0;
  border-bottom: 1px solid #969696;
  list-style-position: inside;
  list-style-type: decimal;
}

.html ol.no-list li {
  list-style-type: none;
}

.html ol ul {
  margin: 0 0 0 24px;
}

.html ol ul li {
  list-style-type: none;
}

.max-sm-size .html img {
  width: 100% \9;
}

img.rwd {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.rwd, .pc {
  text-align: center;
}

.rwd img, .pc img {
  max-width: 100%;
  height: auto;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.vh100 {
  height: 100vh;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  margin-bottom: 25px;
}

table {
  width: 99.9%;
  border: 0px;
  border-collapse: collapse;
}

table th {
  font-size: 1.125rem;
  color: #000;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  padding: 12px 15px;
}

table td {
  font-size: 1.125rem;
  color: #000;
  font-weight: normal;
  text-align: left;
  padding: 8px 10px;
}

.max-md-size table td {
  padding: 5px 8px;
  font-size: 1rem;
}

.css-table {
  width: 100%;
  display: table;
}

.css-table .thead {
  display: table-header-group;
}

.css-table .tbody {
  display: table-row-group;
}

.css-table .tr {
  display: table-row;
}

.css-table .td, .css-table .th {
  font-size: 0.875rem;
  color: #000;
  font-weight: normal;
  text-align: left;
  padding: 7px 10px 6px 10px;
  display: table-cell;
}

.css-table .td {
  border-bottom: 1px solid #b4b4b4;
  vertical-align: middle;
}

.max-sm-size .css-table {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  border-top: 0 !important;
}

.max-sm-size .css-table .thead {
  display: none;
}

.max-sm-size .css-table .td, .max-sm-size .css-table .tr, .max-sm-size .css-table .tbody {
  width: 100%;
  display: block;
}

.min-sm-size .table-note {
  display: none;
}

.max-sm-size .table-note {
  font-size: 0.875rem;
  color: #59493f;
  position: relative;
  top: 0;
  line-height: 17px;
  margin-bottom: 10px;
  margin-top: 25px;
}

/* ========  .silder   =======*/
.slider .slick-dots {
  bottom: 20px;
  left: 0;
}

.slider .slick-dots li.slick-active button {
  background: #fff;
  border: 2px solid #fff;
  transition: all 0.35s ease-out;
}

.slider .slick-dots button {
  width: 0.813rem;
  height: 0.813rem;
  border-radius: 99em;
  background-color: transparent;
  display: block;
  text-align: center;
  border: 2px solid #fff;
  color: transparent;
  font-size: 1px;
  transition: border 0.35s, background 0.35s ease-out;
}

.slider .slick-dots button:hover, .slider .slick-dots button:focus {
  background: #fff;
  transition: border 0.35s, background 0.35s ease-out;
}

.slider .slick-dots button:before {
  display: none;
}

.slider .slick-prev {
  left: 20px;
}

.slider .slick-prev:before {
  content: "\e92d";
  left: -1px;
}

.slider .slick-next {
  right: 20px;
}

.slider .slick-next:before {
  content: "\e92e";
  left: 1px;
}

.slider .slick-prev, .slider .slick-next {
  width: 3.438rem;
  height: 3.438rem;
  border-radius: 99em;
  background-color: transparent;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: -1.719rem;
  transition: color 0.3s ease-out;
}

.slider .slick-prev:before, .slider .slick-next:before {
  width: 3.438rem;
  height: 3.438rem;
  position: relative;
  display: block;
  font-size: 3.438rem;
  color: inherit;
}

.slider .slick-prev:hover, .slider .slick-next:hover {
  color: #c9151d;
  transition: color 0.3s ease-out;
}

.max-sm-size .slider .slick-dots {
  bottom: 0.938rem;
}

.max-sm-size .slider .slick-dots li.slick-active button {
  border: 1px solid transparent !important;
}

.max-sm-size .slider .slick-dots button {
  border-width: 1px !important;
}

.max-sm-size .slider .slick-prev, .max-sm-size .slider .slick-next {
  width: 20px;
  height: 39px;
  margin-top: -20px;
}

.max-sm-size .slider .slick-prev {
  left: -1.875rem;
}

.max-sm-size .slider .slick-next {
  right: -1.875rem;
}

/* ==============================================================
    [ .form-group .label .form-control ]
 ================================================================*/
form .form-group.all-label {
  margin-bottom: 0px;
}

form .form-control {
  border-radius: 0px;
  font-size: 0.875rem;
  font-family: Helvetica , Verdana, Arial,  sans-serif , "Microsoft JhengHei";
}

form .control-label {
  position: relative;
  font-size: 0.938rem;
}

form .control-label.required:after {
  content: '*';
  margin-left: 7px;
  color: #f00;
  position: absolute;
}

form button {
  padding: 12px 15px;
}

form .form-control {
  height: auto;
  color: #000;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  background: #fff;
  transition: all 0.3s;
}

form .select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: Microsoft JhengHei , arial;
  position: relative;
}

form select:hover, form .form-control:hover {
  border: 1px solid #b0b0b0;
  transition: border 0.3s;
}

form select:focus, form .form-control:focus {
  box-shadow: none;
  transition: all 0.3s;
}

.form {
  margin: 0 auto;
  position: relative;
}

.form .form-group {
  padding: 5px 8px;
}

.form .control-label {
  font-size: 0.875rem;
  color: #555;
  font-weight: normal;
  float: left;
  line-height: 1.75rem;
  top: 2px;
}

.form .form-group.city select {
  width: 49%;
  float: left;
  margin: 6px 0;
}

.form .form-group.city select:nth-child(2) {
  float: right;
}

.form .form-group.city input {
  width: 100%;
  margin-left: 0;
}

.form a {
  text-decoration: none;
}

.form a:hover, .form a:focus {
  text-decoration: underline;
}

.form p a {
  color: inherit;
  text-decoration: underline;
}

.form p a:hover, .form p a:focus {
  color: #222;
}

.form .btn:hover, .form .btn:focus {
  text-decoration: none;
}

.form .verification .form-control {
  width: 30%;
  margin-left: 0;
}

.form .verification img {
  cursor: pointer;
  position: relative;
  top: 0px;
  float: left;
  margin: 0 0.625rem;
}

.max-sm-size .form .form-group {
  padding: 5px 0px 4px 0px;
}

.form.style02 .control-label, .form.style02 .form-control, .form.style02 .radio-inline {
  font-size: 1.125rem;
  display: inline-block;
}

.form.style02 .form-group {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #b4b4b4;
  transition: border 0.25s ease-out;
}

.form.style02 .form-group.name-sex input {
  width: 60%;
}

.form.style02 .form-group.verification input {
  width: 60%;
}

.form.style02 .control-label, .form.style02 .inputBox {
  padding: 20px 0px;
}

.form.style02 .control-label {
  font-size: 1rem;
  color: #000;
  width: 17%;
  text-align: left;
  top: 8px;
}

.form.style02 .inputBox {
  width: 100%;
  text-align: left;
}

.form.style02 .inputBox input, .form.style02 .inputBox textarea, .form.style02 .inputBox select {
  padding: 10px 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  transition: border 0.3s ease-out;
}

.form.style02 .inputBox input:focus, .form.style02 .inputBox input:hover, .form.style02 .inputBox textarea:focus, .form.style02 .inputBox textarea:hover, .form.style02 .inputBox select:focus, .form.style02 .inputBox select:hover {
  border: 1px solid #c3c3c3;
}

.form.style02 .check, .form.style02 .radio-inline {
  margin-right: 0;
  display: inline-block;
}

.form.style02 .check input, .form.style02 .radio-inline input {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.form.style02 .radio-inline-box {
  display: inline-block;
  position: relative;
}

.form.style02 input[type="radio"], .form.style02 input[type="checkbox"] {
  margin-top: 0px;
}

.form.style02 input[type=radio].css-checkbox {
  cursor: pointer;
  position: absolute;
  width: 60px;
  height: 25px;
  margin-left: 18px;
  top: 0px;
  opacity: 0;
  z-index: 9;
}

.form.style02 input[type=radio].css-checkbox + label.css-label {
  cursor: pointer;
}

.form.style02 input[type=radio].css-checkbox + label.css-label span {
  display: inline-block;
  cursor: pointer;
  width: 17px;
  height: 17px;
  left: -3px;
  margin: -2px 2px 0px 0px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #c2bfbf;
  transition: background-color 0.25s;
}

.form.style02 input[type=radio].css-checkbox:checked + label.css-label span {
  background-color: #c9151d;
}

.form.style02 .form-control {
  width: 83%;
}

.form.style02 .verification img {
  top: -3px;
  float: right;
}

.max-md-size .form.style02 .control-label, .max-md-size .form.style02 .inputBox, .max-md-size .form.style02 .form-control {
  width: 100% !important;
}

.max-md-size .form.style02 .radio-inline-box {
  margin-top: 15px;
}

.max-md-size .form.style02 .radio-inline {
  padding-left: 10px;
}

.max-md-size .form.style02 .verification img {
  float: left;
  margin: 15px 0 20px 0;
  top: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe {
  border: 0px;
}

.iframe-rwd {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.iframe-rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#Pages {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  text-align: center;
}

.pagination {
  text-align: center;
  display: inline-block;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.438rem;
}

.pagination li a {
  width: 50px;
  height: 45px;
  position: relative;
  display: block;
  line-height: 45px;
  font-size: 1rem;
  color: #000;
  font-weight: normal;
  text-align: center;
  background: transparent;
  border: 1px solid #111;
  border-radius: 5px;
  transition: border 0.3s, color 0.3s, background 0.3s ease-out;
}

.pagination li:hover a, .pagination li:focus a, .pagination li.active a {
  color: #fff;
  background: #c9151d;
  border: 1px solid #c9151d;
}

.pagination li.arrow a {
  background: transparent;
  border: none;
  font-size: 30px;
  font-family: 'icomoon' !important;
  font-weight: bold;
  transition: color 0.35s, background 0.35s ease-out;
}

.pagination li.arrow:hover a, .pagination li.arrow:focus a, .pagination li.arrow.active a {
  color: #c9151d;
}

.pagination li.right {
  margin-left: 10px;
}

.pagination li.right a:before {
  content: "\e92e";
}

.pagination li.left {
  margin-right: 10px;
}

.pagination li.left a:before {
  content: "\e92d";
}

.pagination li.disabled a, .pagination li.disabled:hover a, .pagination li.disabled:focus a {
  color: #c9c9c9;
  background: transparent !important;
  cursor: default;
}

.max-sm-size .pagination li {
  margin: 0 0.188rem;
}

.max-sm-size .pagination li a {
  width: 40px;
  height: 37px;
  line-height: 37px;
  font-size: 0.938rem;
}

/* ============ inner set  ============ */
.main-banner {
  width: 100%;
  height: 500px;
  position: relative;
  display: block;
  background: #eee9e6;
}

.main-banner .text-box {
  width: 80%;
  text-align: center;
  z-index: 9;
}

.max-lg-size .main-banner {
  height: 400px;
}

.max-sm-size .main-banner {
  height: 300px;
}

.max-sm-size .main-banner p {
  line-height: 40px;
}

.hedy-modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.hedy-modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.hedy-modal-wrapper.open .message-modal {
  margin-top: 0;
  opacity: 1;
}

.message-modal {
  width: 600px;
  height: 600px;
  display: block;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translateX(-50%) translateY(-50%) scale(1, 1);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
  text-align: center;
  display: inline-block;
  position: absolute;
  margin-top: 50px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.message-modal.s-modal {
  width: 400px;
  height: 320px;
}

.message-modal .head {
  width: 100%;
  padding: 30px;
  overflow: hidden;
  background: #c9151d;
}

.message-modal .head h4 {
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 2px;
  font-weight: normal;
  margin: 0 !important;
}

.message-modal .content {
  padding: 35px 55px 25px 55px;
  text-align: left;
}

.message-modal .content .icon {
  font-size: 29px;
  position: relative;
  top: 8px;
}

.max-sm-size .message-modal {
  width: 90%;
  max-height: 90%;
  overflow: auto;
}

.max-sm-size .message-modal .head {
  padding: 25px;
}

.max-sm-size .message-modal .head h4 {
  font-size: 1.313rem;
}

.max-sm-size .message-modal .content {
  padding: 25px 20px;
}

.max-sm-size .message-modal .content .icon {
  font-size: 21px;
}

.hedy-modal-wrapper .cross-btn {
  font-size: 45px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 15px;
  text-decoration: none;
  transform: rotate(0deg);
  transition: transform 0.4s ease-out;
  z-index: 10;
}

.max-sm-size .hedy-modal-wrapper .btn-close {
  top: -35px;
  right: 5px;
  text-align: center;
}

#common-banner {
  width: 100%;
  height: 420px;
  position: relative;
  display: block;
  z-index: 0;
  backface-visibility: hidden;
}

#common-banner .banner {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
}

#common-banner h2 {
  max-width: 740px;
  width: 100%;
  height: auto;
  font-size: 3.75rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0;
  z-index: 10;
}

#common-banner .text {
  text-align: center;
  display: inline-block;
  position: relative;
}

#common-banner #anchar, #common-banner .anchar {
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  background: #f00;
  bottom: 120px;
  z-index: 999999;
  opacity: 0;
}

#common-banner .line {
  width: 25%;
  height: 2px;
  position: absolute;
  display: block;
  background-color: #fff;
  top: 50%;
  margin-top: -1px;
}

#common-banner .line.left {
  left: 0;
}

#common-banner .line.right {
  right: 0;
}

.max-xl-size #common-banner {
  height: 350px;
}

.max-xl-size #common-banner h2 {
  font-size: 3.125rem;
}

.max-xl-size #common-banner #anchar {
  bottom: 64px;
}

.max-lg-size #common-banner .banner {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
}

.max-sm-size #common-banner {
  height: 200px;
  background-attachment: scroll;
}

.max-sm-size #common-banner h2 {
  width: 80%;
  font-size: 2rem;
}

.max-sm-size #common-banner .line {
  width: 21%;
}

.banner-cover {
  background: rgba(0, 0, 0, 0.2);
}

.main-title {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 100px auto 50px auto;
  text-align: center;
  z-index: 9;
}

.main-title h3 {
  padding-bottom: 55px;
  transform: skew(-13deg);
}

.max-md-size .main-title {
  margin: 70px auto 30px auto;
}

.max-md-size .main-title h3 {
  padding-bottom: 35px;
}

.max-sm-size .main-title {
  margin: 50px auto 30px auto;
}

.max-sm-size .main-title h3 {
  padding-bottom: 25px;
}

/* ==============================================================
* header
 ================================================================*/
#header {
  width: 100%;
  height: auto;
  position: fixed;
  display: block;
  text-align: center;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  box-shadow: 0 0 7px -1px rgba(68, 68, 68, 0.6);
}

#header .logo {
  background: url(../images/common/logo.png) no-repeat;
  height: 48px;
  width: 310px;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 11px;
  left: 63px;
  margin: 0;
}

#header .logo a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.min-lg-size #header {
  background: rgba(255, 255, 255, 0.96);
}

.min-lg-size #header .hamburger {
  height: 75px;
}

.min-lg-size #header .header-main-nav {
  display: inline-block;
  margin: 25px auto;
  text-align: center;
  left: 0;
  transition: margin 0.35s ease-out, left 0.2s;
}

.min-lg-size #header .header-main-nav li {
  margin: 0 31px;
  padding: 0;
  display: inline-block;
  position: relative;
  text-align: center;
}

.min-lg-size #header .header-main-nav li:hover > a, .min-lg-size #header .header-main-nav li:focus > a, .min-lg-size #header .header-main-nav li.active > a {
  color: #c9151d;
}

.min-lg-size #header .header-main-nav li a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 1.125rem;
  color: #000;
  font-weight: normal;
  text-align: center;
  transition: color 0.3s ease-out;
}

.min-lg-size #header .header-main-nav li a .arrow {
  display: none;
}

.min-lg-size #header .header-main-nav li ul {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100%;
  height: auto;
  position: fixed;
  display: block;
  background-color: #1e1e1e;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(85, 85, 85, 0.3);
  left: 0;
  top: 75px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s, opacity 0.35s, visibility 0.15s, ease-out;
}

.min-lg-size #header .header-main-nav li ul li {
  margin: 0 30px;
  display: inline-block;
}

.min-lg-size #header .header-main-nav li ul li:hover a:before, .min-lg-size #header .header-main-nav li ul li:focus a:before, .min-lg-size #header .header-main-nav li ul li.active a:before {
  right: 0;
}

.min-lg-size #header .header-main-nav li ul li a {
  font-size: 1.125rem;
  color: #fff !important;
  display: inline-block;
  padding: 19px 0 16px 0;
}

.min-lg-size #header .header-main-nav li ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #c9151d;
  height: 0.188rem;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.min-lg-size #header .header-main-nav li.active ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: transform 0.3s, opacity 0.35s, visibility 0.1s ease-out;
  transition-delay: .25s;
}

.min-lg-size.msie #header .header-main-nav {
  margin: 25px auto 16px auto;
}

.min-lg-size.max-xl-size #header .header-main-nav li {
  margin: 0 20px;
}

.max-lg-size #header {
  background: transparent;
  height: 65px;
  padding: 0;
  margin: 0;
  opacity: 1 !important;
  transform: translate(0, 0%);
  background: rgba(255, 255, 255, 0.96);
}

.max-lg-size #header .logo {
  height: 40px;
  width: 200px;
  top: 18px;
  left: 23px;
}

.max-lg-size #header .hamburger {
  height: 65px;
}

.max-lg-size #header-toggle,
.min-lg-size #header-toggle2 {
  display: none;
}

.max-lg-size #header .container-full {
  width: 100%;
  height: 65px;
  position: relative;
  display: block;
}

.max-lg-size #header .header-main-nav {
  width: 100%;
  height: 0;
  position: relative;
  display: block;
  background: rgba(0, 0, 0, 0.93);
  padding: 0 1.875rem;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  top: 0;
  z-index: 99;
  transition: opacity 0.25s, visibility 0.25s, height 0.35s;
}

.max-lg-size #header .header-main-nav ul {
  opacity: 1;
  visibility: visible;
  display: block;
}

.max-lg-size #header .header-main-nav li {
  width: 100%;
  overflow: visible;
  margin: 0;
  border-bottom: 1px solid #c8c8c8;
}

.max-lg-size #header .header-main-nav li > a {
  font-size: 1.438rem;
  color: #fff;
  font-weight: normal;
  text-align: left;
  display: block;
  padding: 25px 20px;
  line-height: normal;
  position: relative;
}

.max-lg-size #header .header-main-nav li > a .arrow {
  width: 45px;
  height: 45px;
  position: absolute;
  display: block;
  text-align: center;
  padding-top: 21px;
  top: 20px;
  right: 30px;
}

.max-lg-size #header .header-main-nav li > a .arrow:after, .max-lg-size #header .header-main-nav li > a .arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: relative;
  transition: opacity 0.3s, border 0.3s ease-out;
}

.max-lg-size #header .header-main-nav li > a .arrow:before {
  border-width: 11px 8px 0 8px;
  border-color: #c9151d transparent transparent transparent;
  top: 13px;
  right: 0;
  opacity: 1;
}

.max-lg-size #header .header-main-nav li > a .arrow:after {
  border-width: 0 8px 11px 8px;
  border-color: transparent transparent #c9151d transparent;
  top: -11px;
  right: 15px;
  opacity: 0;
}

.max-lg-size #header .header-main-nav li.active > a {
  color: #c9151d;
}

.max-lg-size #header .header-main-nav li ul {
  width: 100%;
  height: auto;
  position: relative;
  display: none;
}

.max-lg-size #header .header-main-nav li ul li {
  border-bottom: none;
}

.max-lg-size #header .header-main-nav li ul li a {
  font-size: 1.25rem;
  color: #b4b4b4;
  font-weight: normal;
  text-align: left;
  padding: 12px 20px;
}

.max-lg-size #header .header-main-nav li ul li:first-child a {
  padding-top: 0;
}

.max-lg-size #header .header-main-nav li ul li:last-child a {
  padding-bottom: 35px;
}

.max-lg-size #header .header-main-nav li.not-nav-li {
  border-bottom: none;
  padding-right: 20px;
  padding-left: 20px;
}

.max-lg-size #header .header-main-nav li.lug-li .earth, .max-lg-size #header .header-main-nav li.lug-li a {
  padding: 25px 20px;
}

.max-lg-size #header .header-main-nav li.lug-li .earth {
  font-size: 25px;
  color: #fff;
  display: block;
  float: left;
  padding-right: 0;
  top: 2px;
}

.max-lg-size #header .header-main-nav li.lug-li a {
  width: auto;
  height: auto;
  position: relative;
  display: block;
  color: #c8c8c8;
  float: left;
}

.max-lg-size #header .header-main-nav li.lug-li a.active {
  color: #fff;
}

.max-lg-size #header .header-main-nav li.lug-li a:after {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  display: block;
  background: #c8c8c8;
  top: 23px;
  right: 0;
}

.max-lg-size #header .header-main-nav li.lug-li a:last-child:after {
  display: none;
}

.max-lg-size #header .header-main-nav li.search-li {
  border-bottom: none;
  padding-top: 30px;
  padding-bottom: 20px;
}

.max-lg-size #header .header-main-nav li.search-li .searchForm {
  margin: 0 auto;
}

.max-lg-size #header .header-main-nav li.search-li .searchForm input {
  font-size: 1.063rem;
  width: 100%;
  margin: auto;
  background: #323232;
  color: #fff;
  border: 1px solid #323232;
  padding: 16px 30px 16px 10px;
  border-radius: 3px;
  opacity: 1;
  display: block;
  position: relative;
  box-shadow: 1px 5px rgba(17, 17, 17, 0.3);
  transition: border 0.3s ease-out;
}

.max-lg-size #header .header-main-nav li.search-li .searchForm input:focus {
  border: 1px solid #969696;
  transition: border 0.3s ease-out;
}

.max-lg-size #header .header-main-nav li.search-li .searchForm button {
  right: 30px;
  top: 10px;
  font-size: 1.563rem;
  color: #fff;
  position: absolute;
  padding: 0;
}

.max-lg-size #header .header-main-nav li.reserve-li {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.max-lg-size #header .header-main-nav li.reserve-li a {
  padding: 15px;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.max-lg-size #header .header-main-nav li.reserve-li a .icon {
  position: relative;
  display: inline-block;
  top: 2px;
}

.max-lg-size #header .header-main-nav li.social-li {
  border-bottom: none;
  text-align: center;
  padding-top: 20px;
}

.max-lg-size #header .header-main-nav li.social-li > * {
  text-align: center;
  display: inline-block;
}

.max-lg-size #header .header-main-nav li.social-li .text {
  font-size: 18px;
  color: #fff;
}

.max-lg-size #header .header-main-nav li.social-li .line {
  width: 40px;
  height: 1px;
  background-color: #646464;
  display: block;
  display: inline-block;
  margin: 0 15px;
}

.max-lg-size #header .header-main-nav li.social-li .icon {
  width: 50px;
  height: 50px;
  border-radius: 99em;
  background-color: #646464;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin-right: 20px;
  line-height: 50px;
  padding: 0;
  font-size: 20px;
}

.max-lg-size #header.is-active {
  display: block;
  overflow: hidden;
  position: fixed;
  height: 100%;
  visibility: visible;
  overflow: visiblel;
}

.max-lg-size #header.is-active .header-main-nav {
  opacity: 1;
  visibility: visible;
  overflow: scroll;
  height: 100%;
  padding-bottom: 85px;
  transition: opacity 0.45s, visibility 0.45s, height 0.45s;
}

.max-sm-size #header .header-main-nav li > a {
  font-size: 20px;
  padding: 18px 20px;
}

.max-sm-size #header .header-main-nav li > a .arrow {
  padding-top: 5px;
  right: 0;
}

.max-sm-size #header .header-main-nav li ul li a {
  font-size: 18px;
  padding: 10px 20px;
}

.max-sm-size #header .header-main-nav li ul li:last-child a {
  padding-bottom: 20px;
}

.max-sm-size #header .header-main-nav li.not-nav-li {
  border-bottom: none;
  padding-right: 0px;
  padding-left: 0px;
}

.max-sm-size #header .header-main-nav li.lug-li .earth, .max-sm-size #header .header-main-nav li.lug-li a {
  padding: 19px 20px;
}

.max-sm-size #header .header-main-nav li.lug-li a:after {
  height: 20px;
  top: 20px;
}

.max-sm-size #header .header-main-nav li.search-li {
  padding-top: 20px;
  padding-bottom: 10px;
}

.max-sm-size #header .header-main-nav li.search-li .searchForm button {
  right: 20px;
  top: 14px;
}

.max-sm-size #header .header-main-nav li.social-li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.max-sm-size #header .header-main-nav li.social-li .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
}

.max-sm-size #header .header-main-nav li.social-li .line {
  top: -4px;
}

.max-xs-size #header .header-main-nav {
  padding: 0 1.25rem;
}

.max-xs-size #header .header-main-nav li.social-li .icon {
  font-size: 16px;
}

.max-xs-size #header .header-main-nav li.social-li .line {
  width: 30px;
  margin: 0 10px;
}

.hamburger {
  width: 70px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  background: #3f3a39;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition: all 0.35s ease-out;
}

.hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
  perspective: 80px;
}

.hamburger .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger .hamburger-inner, .hamburger .hamburger-inner:before, .hamburger .hamburger-inner:after {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, background 0.3s;
}

.hamburger .hamburger-inner:before, .hamburger .hamburger-inner:after {
  display: block;
  content: "";
}

.hamburger .hamburger-inner:before {
  top: -10px;
}

.hamburger .hamburger-inner:after {
  bottom: -10px;
}

.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner:before, .hamburger:hover .hamburger-inner:after {
  background: #c9151d;
}

.hamburger.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent;
}

.hamburger.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.max-sm-size .hamburger .hamburger-inner {
  margin-top: 0;
}

#index-reservation-btn {
  top: 15px;
  right: 90px;
  position: absolute;
  min-width: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.32s ease-out;
}

#index-reservation-btn .icon {
  font-size: 25px;
  position: relative;
  top: 2px;
}

#index-reservation-btn .t {
  position: relative;
  display: inline-block;
  top: -2px;
}

.max-lg-size #index-reservation-btn {
  top: 9px;
}

.index-right-dropdown {
  width: 280px;
  height: 110px;
  position: fixed;
  display: block;
  box-shadow: 0 4px 5px rgba(34, 34, 34, 0.3);
  top: 75px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(6%);
  transform: translateY(6%);
  font-family: "Microsoft JhengHei" , Arial;
  z-index: 99;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.32s ease-out;
}

.index-right-dropdown.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.index-right-dropdown .box {
  width: 100%;
  height: 55px;
  position: relative;
  display: block;
  padding-right: 2.188rem;
  padding-left: 2.188rem;
}

.index-right-dropdown .box .icon {
  color: #fff;
  float: left;
  margin-right: 20px;
}

.index-right-dropdown .box.lug {
  background: #646464;
  padding-top: 0.938rem;
  border-bottom: 0.938rem;
}

.index-right-dropdown .box.lug .icon {
  font-size: 1.25rem;
}

.index-right-dropdown .box.lug a {
  font-size: 1.125rem;
  color: #c8c8c8;
  display: block;
  float: left;
  position: relative;
}

.index-right-dropdown .box.lug a + a:before {
  content: "";
  width: 1px;
  height: 18px;
  position: relative;
  display: block;
  margin: 0 20px;
  top: 2px;
  left: 0px;
  float: left;
  background: #969696;
}

.index-right-dropdown .box.lug a.active, .index-right-dropdown .box.lug a:hover {
  color: #fff;
}

.index-right-dropdown .box.search {
  background: #3f3a39;
  padding-top: 0.938rem;
  border-bottom: 0.938rem;
}

.index-right-dropdown .box.search .icon {
  top: -11px;
  left: -9px;
  font-size: 1.5rem;
}

.index-right-dropdown .box.search input {
  font-size: 1.125rem;
  color: #fff;
  background: transparent;
  border: 0;
  font-family: Arial, Verdana , sans-serif , "Microsoft JhengHei";
  position: absolute;
  left: 50px;
  top: 4px;
}

.max-lg-size .index-right-dropdown {
  display: none;
}

#index-right-dropdown ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #dcdcdc;
}

#index-right-dropdown :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dcdcdc;
}

#index-right-dropdown ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dcdcdc;
}

.search-li ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.search-li :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dcdcdc;
}

.search-li ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dcdcdc;
}

/* ==============================================================
#footer
 ================================================================*/
#footer {
  background: #000;
  width: 100%;
  z-index: 1000;
  position: relative;
}

#footer.fix {
  position: fixed;
  bottom: 0;
}

.max-lg-size #footer {
  background: #1c1c1c;
  visibility: visible;
  opacity: 1;
}

.msie #footer {
  overflow: hidden;
}

.footer-area {
  float: left;
  overflow-x: hidden;
}

.footer-area .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  transform: skew(-11deg);
}

.footer-area.footer-left-wrapper {
  width: 100%;
  height: 350px;
  position: relative;
  display: block;
  padding: 65px 40px 80px 40px;
  z-index: 1;
}

.footer-area.footer-left-wrapper .bg {
  background: #1c1c1c;
  left: -35px;
  top: 0;
}

.msie .footer-area.footer-left-wrapper .bg {
  height: 101%;
  top: -1px;
}

.footer-area.footer-right-wrapper {
  width: 40%;
  height: 370px;
  position: absolute;
  display: block;
  padding: 60px 40px;
  top: -20px;
  right: 0;
  z-index: 2;
}

.footer-area.footer-right-wrapper .bg {
  background: #c9151d;
  top: 0;
  right: -45px;
}

.max-lg-size .footer-area {
  display: none;
}

.text-container {
  left: 50%;
  right: auto;
  top: 70px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: inline-block;
  position: absolute;
  z-index: 20;
}

.text-container .left-area .footer-big-logo {
  position: relative;
  top: -10px;
  margin-bottom: 20px;
  text-align: left;
}

.text-container .left-area a {
  font-size: 1rem;
  color: #a9a9a9;
}

.text-container .left-area a:hover, .text-container .left-area a.focus {
  color: #ccc;
}

.text-container .left-area .footer-contact a {
  display: inline-block;
  margin: 3px 0;
}

.text-container .left-area .footer-menu li {
  width: 30%;
  text-align: left;
}

.text-container .left-area .footer-menu li > a.title {
  font-size: 1.125rem;
  color: #fff;
  font-weight: normal;
  text-align: left;
  margin-bottom: 15px;
  display: inline-block;
}

.text-container .left-area .footer-menu li > a.title:hover, .text-container .left-area .footer-menu li > a.title.focus {
  text-decoration: underline;
}

.text-container .left-area .footer-menu li ul {
  width: 100%;
}

.text-container .left-area .footer-menu li ul li {
  width: 100%;
  display: block;
  margin: 4px 0;
}

.text-container .left-area .footer-menu li ul li a:hover, .text-container .left-area .footer-menu li ul li a.focus {
  color: #ccc;
}

.text-container .right-area {
  padding-left: 80px;
}

.text-container .right-area > * {
  color: #fff;
}

.text-container .right-area .open-title {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 15px;
}

.text-container .right-area .open-time {
  font-size: 0.938rem;
  line-height: 1.875rem;
  margin-bottom: 30px;
}

.text-container .right-area .btn {
  font-size: 1.125rem;
  color: #fff;
  background: #c9151d;
  padding: 10px 20px 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  min-width: 180px;
  font-family: Helvetica , Verdana, Arial,  sans-serif , "Microsoft JhengHei";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition: background 0.3s;
  border: 1px solid #fff;
  float: left;
  margin-right: 20px;
}

.text-container .right-area .btn > span {
  display: inline-block;
}

.text-container .right-area .btn .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
}

.text-container .right-area .btn .arrow .arrow-line {
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  transition: all 0.5s ease-out;
}

.text-container .right-area .btn .arrow .arrow-line.l-1 {
  right: 130px;
  width: 200px;
}

.text-container .right-area .btn .arrow .arrow-line.l-2, .text-container .right-area .btn .arrow .arrow-line.l-3 {
  right: -50px;
  width: 0;
  opacity: 0;
  transform-origin: 100% 50% 0px;
  transition-delay: 0;
}

.text-container .right-area .btn .arrow .arrow-line.l-2 {
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
}

.text-container .right-area .btn .arrow .arrow-line.l-3 {
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
}

.text-container .right-area .btn .text {
  position: relative;
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.3s, transform 0.3s ease-out;
}

.min-lg-size .text-container .right-area .btn:hover .arrow .arrow-line.l-1, .min-lg-size .text-container .right-area .btn:focus .arrow .arrow-line.l-1 {
  right: -50px !important;
  width: 100px;
}

.min-lg-size .text-container .right-area .btn:hover .arrow .arrow-line.l-2, .min-lg-size .text-container .right-area .btn:hover .arrow .arrow-line.l-3, .min-lg-size .text-container .right-area .btn:focus .arrow .arrow-line.l-2, .min-lg-size .text-container .right-area .btn:focus .arrow .arrow-line.l-3 {
  opacity: 1;
  width: 8px;
  transition-delay: 0.25s;
}

.min-lg-size .text-container .right-area .btn:hover .text, .min-lg-size .text-container .right-area .btn:focus .text {
  transform: translateX(5px);
  opacity: 0;
}

.max-lg-size .text-container .right-area .btn:focus .arrow .arrow-line.l-1 {
  right: -50px !important;
  width: 100px;
}

.max-lg-size .text-container .right-area .btn:focus .arrow .arrow-line.l-2, .max-lg-size .text-container .right-area .btn:focus .arrow .arrow-line.l-3 {
  opacity: 1;
  width: 8px;
  transition-delay: 0.25s;
}

.max-lg-size .text-container .right-area .btn:focus .text {
  transform: translateX(5px);
  opacity: 0;
}

.max-sm-size .text-container .right-area .btn .arrow .arrow-line.l-1 {
  right: 200px;
}

.text-container .right-area a.title {
  color: #fff;
}

.text-container .right-area a.title:hover, .text-container .right-area a.title.focus {
  text-decoration: underline;
}

.text-container .right-area .social-wrapper {
  float: left;
}

.text-container .right-area .social-wrapper a {
  width: 41px;
  height: 41px;
  border-radius: 99em;
  background-color: #fff;
  display: block;
  text-align: center;
  font-size: 45px;
  color: #920d13;
  display: inline-block;
  margin: 2px 8px;
  transform: rotate(0deg);
  transition: transform 0.35s ease-out;
}

.text-container .right-area .social-wrapper a:before {
  position: relative;
  left: -2px;
  top: -1px;
}

.text-container .right-area .social-wrapper a:hover {
  transform: rotate(-360deg);
}

.max-xl-size .text-container .right-area .btn {
  margin-right: 15px;
}

.max-xl-size .text-container .right-area .social-wrapper a {
  margin: 1px 5px;
}

.max-xl-size .text-container .right-area {
  padding-left: 25px;
}

.max-lg-size .text-container {
  padding: 60px 25px 35px 25px;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  transform: none;
  -webkit-transform: none;
  display: block;
  position: relative;
}

.max-lg-size .text-container .left-area .footer-menu > li {
  width: 33%;
}

.max-lg-size .text-container .right-area .btn {
  margin-bottom: 15px;
}

.max-md-size .text-container .map-area {
  display: none;
}

.max-sm-size .text-container {
  padding: 0;
  background: #000;
}

.max-sm-size .text-container .row {
  margin: 0;
}

.max-sm-size .text-container .left-area, .max-sm-size .text-container .right-area {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.max-sm-size .text-container .right-area {
  padding: 30px 25px 40px 25px;
  background: #c9151d;
}

.max-sm-size .text-container .right-area .btn {
  width: 100%;
  font-size: 15px;
  margin-bottom: 0;
}

.max-sm-size .text-container .right-area .social-wrapper {
  display: none;
}

.max-sm-size .text-container .left-area {
  background: #000;
  padding: 40px 35px 25px 40px;
  margin: 0;
}

.max-sm-size .text-container .left-area a {
  font-size: 1rem;
  color: #c8c8c8;
  letter-spacing: 1px;
}

.max-sm-size .text-container .left-area a .icon {
  color: #fff;
  font-size: 21px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.max-sm-size .text-container .footer-big-logo {
  display: none;
}

.copyright-wrapper {
  background: #000;
  padding: 20px 0;
}

.copyright-wrapper .footer-menu li {
  padding: 0;
  display: inline-block;
}

.copyright-wrapper .footer-menu li + li:before {
  content: "";
  width: 1px;
  height: 16px;
  position: relative;
  display: inline-block;
  background: #c8c8c8;
  top: 1px;
  left: 0px;
}

.copyright-wrapper .footer-menu li a {
  font-size: 1rem;
  color: #c8c8c8;
  display: inline-block;
  margin: 0 15px;
}

.copyright-wrapper .footer-menu li a:hover, .copyright-wrapper .footer-menu li a:focus {
  text-decoration: underline;
}

.copyright-wrapper p {
  font-size: 0.938rem;
  color: #c8c8c8;
}

.max-md-size .copyright-wrapper .footer-menu {
  display: none;
}

.max-sm-size .copyright-wrapper {
  padding: 0 25px 40px 25px;
}

.max-sm-size .copyright-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}

.max-sm-size .copyright-wrapper .logo {
  display: none;
}

.max-sm-size .copyright-wrapper .Line {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background: #c9151d;
  margin-bottom: 25px;
}

.max-sm-size .copyright-wrapper p {
  width: 100%;
  float: none !important;
  text-align: center;
  font-size: 0.875rem;
  color: #c8c8c8;
}

.Top {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 99em;
  background-color: #000;
  display: block;
  text-align: center;
  border: 1px solid #c9151d;
  text-align: center;
  position: fixed;
  right: 1.875rem;
  bottom: 3.125rem;
  z-index: 1002;
  opacity: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transition: transform 0.5s cubic-bezier(0, 0.4, 0.4, 1), opacity 0.5s cubic-bezier(0, 0.4, 0.4, 1);
  -ms-transition: transform 0.5s cubic-bezier(0, 0.4, 0.4, 1), opacity 0.5s cubic-bezier(0, 0.4, 0.4, 1);
  -moz-transition: transform 0.5s cubic-bezier(0, 0.4, 0.4, 1), opacity 0.5s cubic-bezier(0, 0.4, 0.4, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0, 0.4, 0.4, 1), opacity 0.5s cubic-bezier(0, 0.4, 0.4, 1);
}

.Top span {
  font-size: 1.375rem;
  color: #c8c8c8;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  top: -3px;
  line-height: 3.125rem;
}

.Top span:before {
  display: block;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.Top.not-top {
  opacity: 0.9;
  transform: scale(1);
}

.Top:hover span:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.max-lg-size .Top {
  position: fixed;
  right: 1.563rem;
}

.max-sm-size .Top {
  bottom: 75px;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

/* ==============================================================
   [ #Home ]
 ================================================================*/
#background-video {
  position: fixed;
  top: 0;
  left: 0;
}

.video-item {
  width: 100%;
  height: 100vh;
}

.Home {
  opacity: 1 !important;
}

.Home .main {
  margin-top: 0;
}

.min-lg-size .Home #header.not-croll {
  background: transparent;
  box-shadow: none;
}

.min-lg-size .Home #header.not-croll .logo {
  opacity: 0;
}

.min-lg-size .Home #header.not-croll .header-main-nav {
  margin: 50px auto;
}

.min-lg-size .Home #header.not-croll .header-main-nav li a {
  color: #fff;
}

.min-lg-size .Home #header.not-croll .header-main-nav li:hover a, .min-lg-size .Home #header.not-croll .header-main-nav li:focus a {
  color: #c9151d;
}

.min-lg-size .Home #header.not-croll #index-reservation-btn {
  top: 30px;
  right: 120px;
  opacity: 0;
  visibility: hidden;
}

.min-lg-size .Home #header.not-croll .hamburger {
  background: transparent;
  height: 127px;
  right: 0px;
}

.min-lg-size .Home #header.not-croll .index-right-dropdown {
  top: 110px;
}

.Home #header {
  opacity: 0;
  transform: translateY(-30px);
}

.Home.start #header {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease-out;
}

.Home .section {
  z-index: 3;
}

/* ======== index-video-section =======*/
.min-lg-size #index-video-section {
  min-height: 700px;
}

.min-lg-size #index-video-section .vh100 {
  min-height: 700px;
}

.max-lg-size #index-video-section {
  min-height: 400px;
}

.max-lg-size #index-video-section .vh100 {
  min-height: 400px;
}

.max-sm-size #index-video-section {
  height: 560px;
}

.max-sm-size #index-video-section .vh100 {
  height: 560px;
}

#index-video {
  width: 100%;
  height: 100vh;
}

.mobile #index-video, .max-sm-size #index-video {
  display: none;
}

.index-video-bg {
  width: 100%;
  height: 110vh;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}

.max-sm-size .index-video-bg {
  height: 100vh;
}

.index-video-bg-cell {
  display: none;
}

.max-sm-size .index-video-bg-cell, .ipad .index-video-bg-cell, .mobile .index-video-bg-cell {
  display: block;
}

#banner-inner {
  opacity: 0;
  transform: translateY(90px);
  z-index: 9;
}

#banner-inner.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.3s, transform 1.3s;
}

#index-video-bg-table {
  opacity: 1;
  transform: scale(1.07);
  z-index: 2;
  transition: opacity 1.3s, transform 1.5s;
}

#index-video-bg-table.is-first {
  transform: scale(1);
}

#index-video-bg-table.is-active {
  opacity: 0;
}

.max-sm-size #index-video-bg-table, .ipad #index-video-bg-table, .mobile #index-video-bg-table {
  display: none;
  visibility: visible;
}

.index-circle {
  max-width: 680px;
  width: 100%;
  height: 460px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 20px 0;
  z-index: 9;
}

.index-circle .circle {
  width: 500px;
  height: 500px;
  position: absolute;
  display: inline-block;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  margin-top: -30px;
  opacity: 0.8;
  border-radius: 99em;
  z-index: 0;
}

.index-circle .circle #white-circle {
  width: 500px;
  height: 500px;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1;
}

.index-circle .circle #white-circle .white-line {
  stroke-width: 1px;
}

.index-circle .circle #red-circle {
  width: 500px;
  height: 500px;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  z-index: 2;
}

.index-circle .circle #red-circle .red-line {
  stroke: #c9151d;
  stroke-width: 2px;
  stroke-dasharray: 1700px;
  stroke-dashoffset: 1700px;
  -webkit-animation: offset 22s linear infinite;
  -moz-animation: offset 22s linear infinite;
  animation: offset 23s linear infinite;
}

.index-circle .word-ride {
  margin-bottom: 22px;
  left: 15px;
}

.index-circle .eng-title {
  font-size: 2.1rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 30px;
}

.index-circle .btn {
  left: 50%;
  right: auto;
  bottom: 70px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
}

.max-bl-size .index-circle {
  max-width: 580px;
  height: 350px;
}

.max-bl-size .index-circle .circle {
  width: 450px;
  height: 450px;
  margin-top: 0;
}

.max-bl-size .index-circle .circle #red-circle, .max-bl-size .index-circle .circle #white-circle {
  width: 450px;
  height: 450px;
}

.max-bl-size .index-circle > .pc {
  margin-left: auto;
  margin-right: auto;
}

.max-bl-size .index-circle .word-ride {
  width: 43%;
}

.max-bl-size .index-circle .word-fly {
  width: 81%;
}

.max-bl-size .index-circle .eng-title {
  font-size: 2rem;
}

.max-bl-size .index-circle .btn {
  bottom: 10px;
}

.max-lg-size .index-circle {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.max-md-size .index-circle .eng-title {
  font-size: 1.875rem;
}

.max-sm-size .index-circle {
  width: 100%;
  height: 270px;
  padding: 0 20px;
  text-align: center;
  margin-top: 60px;
}

.max-sm-size .index-circle .circle {
  display: none;
}

.max-sm-size .index-circle .word-ride {
  width: 55%;
}

.max-sm-size .index-circle .word-fly {
  width: 100%;
}

.max-sm-size .index-circle .eng-title {
  font-size: 1.625rem;
  margin-top: 20px;
  margin-bottom: 30px;
}

.max-sm-size .index-circle p {
  font-size: 1.375rem;
  color: #fff;
}

.max-sm-size .index-circle .btn {
  left: inherit;
  right: inherit;
  bottom: inherit;
  transform: none;
  -webkit-transform: none;
  position: relative;
}

@keyframes offset {
  0% {
    stroke-dashoffset: 1700;
    stroke: white;
  }
  15% {
    stroke: #c9151d;
  }
  90% {
    stroke: #c9151d;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: white;
  }
}

@-moz-keyframes offset {
  0% {
    stroke-dashoffset: 1700;
    stroke: white;
  }
  15% {
    stroke: #c9151d;
  }
  90% {
    stroke: #c9151d;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: white;
  }
}

@-webkit-keyframes offset {
  0% {
    stroke-dashoffset: 1700;
    stroke: white;
  }
  15% {
    stroke: #c9151d;
  }
  90% {
    stroke: #c9151d;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: white;
  }
}

.index-scroll {
  position: absolute;
  width: 32px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 28px;
  left: 50%;
  bottom: 2.5rem;
  margin-left: -16px;
  pointer-events: none;
  z-index: 9999999;
  cursor: pointer;
}

.index-scroll:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 12px;
  background: #fff;
  border-radius: 3px;
  top: 12px;
  left: 12px;
  animation: scroll 1.2s cubic-bezier(0, 0.4, 0.4, 1) infinite;
  -moz-animation: scroll 1.2s cubic-bezier(0, 0.4, 0.4, 1) infinite;
  -webkit-animation: scroll 1.2s cubic-bezier(0, 0.4, 0.4, 1) infinite;
}

.max-sm-size .index-scroll {
  display: none;
}

@keyframes scroll {
  0% {
    opacity: 0;
    top: 12px;
  }
  1% {
    opacity: 1;
    top: 12px;
  }
  99% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 0;
    top: 12px;
  }
}

@-moz-keyframes scroll {
  0% {
    opacity: 0;
    top: 12px;
  }
  1% {
    opacity: 1;
    top: 12px;
  }
  99% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 0;
    top: 12px;
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    top: 12px;
  }
  1% {
    opacity: 1;
    top: 12px;
  }
  99% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 0;
    top: 12px;
  }
}

/* ======== index-activity-section =======*/
#index-activity-slider {
  width: 110%;
  margin-left: -5%;
  background: #fff;
}

.index-activity-card {
  transform: skew(0);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
  clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
  margin: 0 -8%;
}

.msie .index-activity-card {
  clip-path: none;
  -webkit-clip-path: none;
  margin: 0;
}

.index-activity-card .card-img {
  height: 400px;
}

.index-activity-card .card-body {
  background: rgba(177, 9, 17, 0.9);
  text-align: center;
  padding: 50px 40px 40px 40px;
  opacity: 0;
  transform: translateY(100%) scale(1.05) skew(0);
  transition: opacity 0.35s, transform 0.35s;
}

.index-activity-card .card-body .card-text {
  width: 310px;
  height: 230px;
  opacity: 0;
  transform: translateX(-50%) translateY(-40%);
  -webkit-transform: translateX(-50%) translateY(-40%);
  transition: opacity 0.35s, transform 0.35s;
}

.index-activity-card .card-body > * {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.index-activity-card .card-body .line {
  width: 55px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 20px auto;
}

.index-activity-card .card-body .card-title {
  font-size: 1.5rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 2.313rem;
  width: 100%;
  height: 70px;
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}

.index-activity-card .card-body .red-btn {
  background: #750006;
}

.index-activity-card:hover .card-body, .index-activity-card:focus .card-body {
  opacity: 1;
  transform: translateY(0px) scale(1.05) skew(0);
}

.index-activity-card:hover .card-body .card-text, .index-activity-card:focus .card-body .card-text {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transition-delay: 0.2s;
}

.max-xl-size .index-activity-card .card-body .time, .max-xl-size .index-activity-card .card-body .line {
  display: none;
}

.max-xl-size .index-activity-card .card-body .card-title {
  margin-top: 50px;
}

.max-xl-size .index-activity-card .card-img {
  height: 360px;
}

.max-lg-size .index-activity-card {
  clip-path: none;
  -webkit-clip-path: none;
  margin: 0;
}

.max-lg-size .index-activity-card .card-img {
  height: 300px;
}

.max-sm-size .index-activity-card .card-img {
  height: 230px;
}

/* ========  index-fly =======*/
#index-fly-section {
  overflow: hidden;
  height: 104vh;
}

#index-fly-section .index-fly-bg {
  width: 100%;
  height: 118vh;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
}

#index-fly-section .index-fly-people {
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: -350px;
  left: 0;
  z-index: 9;
  background: url(../images/index/fly-people02.png) no-repeat center top;
  width: 100%;
  height: 1100px;
  display: block;
  background-size: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transition: transform 0.35s ease-out;
}

.msie #index-fly-section .index-fly-people {
  top: -170px;
  transform: none !important;
  -webkit-transform: none !important;
}

#index-fly-section .index-fly-text {
  max-width: 600px;
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  text-align: center;
  right: 14%;
  top: auto;
  bottom: 130px;
  z-index: 9;
}

#index-fly-section .index-fly-text p {
  line-height: 1.875rem;
  margin-top: 23px;
  margin-bottom: 23px;
}

#index-fly-section .index-fly-text p.intro {
  max-height: 115px;
  overflow: hidden;
}

#index-fly-section .index-fly-text .line {
  width: 90px;
  height: 3px;
  background-color: #c9151d;
  display: block;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

#index-fly-section .index-fly-text .btn {
  margin-top: 40px;
}

.max-bl-size #index-fly-section .index-fly-text {
  right: 100px;
}

.max-lg-size #index-fly-section {
  height: 750px;
}

.max-lg-size #index-fly-section .index-fly-bg {
  height: 1000px;
}

.max-lg-size #index-fly-section .index-fly-people {
  top: -300px;
}

.max-lg-size #index-fly-section .index-fly-text {
  right: 40px;
}

.max-md-size #index-fly-section .index-fly-text {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 80px;
  text-align: center;
}

.max-md-size #index-fly-section .index-fly-text .btn {
  margin-top: 10px;
}

.max-md-size #index-fly-section .index-fly-text p.intro {
  max-height: 150px;
}

.max-sm-size #index-fly-section {
  height: 570px;
}

.max-sm-size #index-fly-section .index-fly-people {
  height: 423px;
  top: -250px;
}

.max-sm-size #index-fly-section .index-fly-bg {
  height: 800px;
}

.max-sm-size #index-fly-section .index-fly-text {
  padding: 0 20px;
  bottom: 50px;
}

.max-sm-size #index-fly-section .index-fly-text p.intro {
  height: 160px;
}

/* ========  index-price =======*/
#index-price-section {
  height: 700px;
  overflow: visible;
  z-index: 100;
}

#index-price-section .container {
  max-width: none;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
}

#index-price-section .index-price-people {
  position: absolute;
  top: -90px;
  right: -195px;
}

#index-price-section .index-rectangle {
  width: 1000px;
  height: 560px;
  position: absolute;
  display: block;
  top: -100px;
  left: -100px;
  overflow: hidden;
}

#index-price-section .index-rectangle .bg {
  width: 100%;
  height: 97%;
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 4px 5px 10px rgba(108, 108, 108, 0.4);
  transform: skew(-11deg);
  left: -62px;
  z-index: 3;
}

#index-price-section .index-rectangle .text-wrapper {
  width: 600px;
  height: auto;
  position: absolute;
  display: block;
  top: 70px;
  right: 200px;
  z-index: 9;
}

#index-price-section #index-price-table {
  width: 100%;
}

#index-price-section #index-price-table tr {
  border-bottom: 1px solid #c8c8c8;
}

#index-price-section #index-price-table td {
  padding: 12px 0 10px 0;
}

#index-price-section #index-price-table td.money {
  text-align: right;
}

#index-price-section #index-price-table td.money span {
  margin: 0 5px;
  position: relative;
  top: 1px;
}

#index-price-section .ticket-tip {
  font-size: 1rem;
  color: #0744be;
  margin-top: 20px;
  margin-bottom: 0;
}

.max-xl-size #index-price-section .index-rectangle {
  width: 850px;
  height: 560px;
}

.max-xl-size #index-price-section .index-rectangle .bg {
  left: -75px;
}

.max-xl-size #index-price-section .index-rectangle .text-wrapper {
  width: 520px;
  right: 165px;
}

.max-xl-size #index-price-section .index-rectangle h2 .eng {
  font-size: 2.063rem !important;
}

.max-xl-size #index-price-section .index-rectangle h2 .tw {
  font: 25px !important;
}

.max-lg-size #index-price-section .index-rectangle {
  top: -50px;
  visibility: visible !important;
}

.max-md-size #index-price-section {
  height: auto;
}

.max-md-size #index-price-section .index-price-people, .max-md-size #index-price-section .bg {
  display: none;
}

.max-md-size #index-price-section .container, .max-md-size #index-price-section .index-price-people,
.max-md-size #index-price-section .index-rectangle, .max-md-size #index-price-section .text-wrapper {
  position: relative;
}

.max-md-size #index-price-section .index-rectangle {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.max-md-size #index-price-section .index-rectangle .text-wrapper {
  width: 100%;
  top: auto;
  right: auto;
  padding: 30px 40px 25px 40px;
}

.max-md-size #index-price-section .index-rectangle h2 span {
  width: 100%;
  text-align: center;
  display: block;
}

.max-md-size #index-price-section .index-rectangle h2 .eng {
  font-size: 2rem !important;
}

.max-md-size #index-price-section .index-rectangle h2 .tw {
  font-size: 1.375rem !important;
  margin-top: 15px;
  margin-bottom: 25px;
}

.max-md-size #index-price-section #index-price-table {
  border-top: 1px solid #a0a0a0;
}

.max-md-size #index-price-section #index-price-table td {
  padding: 13px 0 10px 0;
}

.max-md-size #index-price-section .btn-group {
  text-align: center !important;
}

.max-sm-size #index-price-section .index-rectangle .text-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}

.max-sm-size #index-price-section .index-rectangle h2 .eng {
  font-size: 1.563rem !important;
}

.max-sm-size #index-price-section .index-rectangle h2 .tw {
  font-size: 1.125rem !important;
  margin-top: 10px;
  margin-bottom: 15px;
}

.max-sm-size #index-price-section .ticket-tip {
  font-size: 0.875rem;
  margin-top: 5px;
  margin-bottom: 0;
}

/* ========  index-slider-section =======*/
#index-bottom-slider {
  background: #222;
}

#index-bottom-slider .pc {
  height: 650px;
  opacity: 0.35;
  transition: opacity 0.35s ease-out;
}

#index-bottom-slider .pc.slick-center {
  opacity: 1;
}

.max-bl-size #index-bottom-slider .pc {
  height: 600px;
}

.max-xl-size #index-bottom-slider .pc {
  height: 500px;
}

.max-lg-size #index-bottom-slider .pc {
  height: 400px;
}

.max-sm-size #index-bottom-slider .pc {
  height: 250px;
}

/* ==========================================================================
    loading
 ==========================================================================*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: block;
  background-color: #1c1c1c;
  transition: opacity 0.5s;
}

#loading .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 500px;
  height: 200px;
  opacity: 0;
  transition: opacity 1.2s, transform 0.9s ease-out;
}

#loading .inner .logo {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  transform: translateY(0);
}

#loading .inner .logo img {
  max-width: 100%;
  height: auto;
}

#loading .inner .rotator-circle {
  position: absolute;
  top: -150px;
  left: 0;
  width: 500px;
  height: 500px;
  border-radius: 250px;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  animation: rotateRefresh 2.5s infinite linear;
  -webkit-animation: rotateRefresh 2.5s infinite linear;
}

#loading .inner .rotator-circle .circle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 500px;
  border-top: 1px solid #c9151d;
  border-right: 1px solid #c9151d;
  border-bottom: 1px solid #c9151d;
  border-left: 1px solid transparent;
  border-radius: 99em;
}

#loading .inner .rotator-circle .arrow {
  position: absolute;
  left: 37px;
  top: 376px;
  border-top: 45px solid #c9151d;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: rotate(140deg);
  transform-origin: 50% 50%;
}

#loading .inner .loader {
  width: 100%;
  height: 40px;
  position: relative;
  display: block;
  margin-top: 50px;
  top: 30px;
  opacity: 0;
}

#loading .inner .loader .text {
  font-size: 1.875rem;
  color: #c9151d;
  letter-spacing: 1px;
  font-weight: bold;
  position: relative;
}

#loading.open .inner {
  opacity: 1;
}

#loading.open .loader {
  top: 0px;
  opacity: 1;
  transition: opacity 0.5s, top 0.5s ease-out;
  transition-delay: 0.4s;
}

#loading.leave {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transition-delay: 0.5s;
}

#loading.leave .logo, #loading.leave .loader {
  opacity: 0;
  transform: translateY(-15px);
  transition: opacity 0.35s, transform 0.35s ease-out;
  transition-delay: 0s;
}

#loading.leave .inner {
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s ease-out;
  transition-delay: 0.25s;
}

#loading.leave .loader {
  transition-delay: 0s;
}

.max-sm-size #loading .inner {
  width: 220px;
  height: 150px;
}

.max-sm-size #loading .inner .logo {
  width: 170px;
}

.max-sm-size #loading .inner .rotator-circle {
  width: 280px;
  height: 280px;
  top: -75px;
  left: -35px;
}

.max-sm-size #loading .inner .rotator-circle .circle {
  width: 280px;
  height: 280px;
}

.max-sm-size #loading .inner .rotator-circle .arrow {
  left: 14px;
  top: 199px;
  border-top: 35px solid #c9151d;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

.max-sm-size #loading .inner .loader {
  margin-top: 30px;
}

.max-sm-size #loading .inner .loader .text {
  font-size: 1.25rem;
  font-weight: normal;
  left: -10px;
}

@keyframes rotateRefresh {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateRefresh {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ===========================================================
   [ #About ]
 =============================================================*/
/* =========== about.php ===========*/
#About .section {
  z-index: 2;
}

#about-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: block;
  top: 130px;
  left: 0;
  z-index: 1;
  top: 65px;
}

.section-title-wrapper .section-title {
  font-size: 1.875rem;
  font-weight: normal;
}

.max-sm-size .section-title-wrapper .section-title {
  font-size: 1.563rem;
  line-height: 1.875rem;
}

.max-sm-size .section-title-wrapper .section-title {
  text-align: center;
}

.max-sm-size .section-title-wrapper .line {
  margin-left: auto;
  margin-right: auto;
}

.max-sm-size .section-title-wrapper p {
  text-align: center;
}

#about-fly-section {
  width: 100%;
  height: 900px;
  position: relative;
  display: block;
  background-color: #f0f0f0;
}

#about-fly-section .bg {
  width: 100%;
  height: 1070px;
  position: absolute;
  display: block;
  top: -50px;
  left: 0;
}

#about-fly-section .about-fly-wrapper {
  width: 100%;
  height: 400px;
  position: relative;
  display: block;
}

#about-fly-section .about-fly-html {
  max-height: 250px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: auto;
}

#about-fly-section .people {
  width: 688px;
  height: 900px;
  position: absolute;
  display: block;
  background: url(../images/about/about-people.png) no-repeat;
  background-size: 100%;
  top: 100px;
  right: 0;
  z-index: 9;
}

#about-fly-section .airplane {
  background: url(../images/about/about-air.png) no-repeat;
  background-size: 100%;
  width: 168px;
  height: 138px;
  position: absolute;
  bottom: 305px;
  left: 615px;
  z-index: 9;
}

#about-fly-section .rainbow {
  background: url(../images/about/about-rainbow.png) no-repeat;
  background-size: 100%;
  width: 1935px;
  height: 910px;
  position: absolute;
  bottom: -510px;
  left: 350px;
  z-index: 8;
}

.max-bl-size #about-fly-section .people {
  width: 600px;
  top: 150px;
}

.max-bl-size #about-fly-section .about-fly-wrapper {
  width: 60%;
  left: 130px;
}

.max-bl-size #about-fly-section .rainbow {
  left: 150px;
}

.max-xl-size #about-fly-section .people {
  width: 500px;
  top: 200px;
}

.max-lg-size #about-fly-section .about-fly-wrapper {
  left: 50px;
}

.max-lg-size #about-fly-section .people {
  width: 400px;
  top: 290px;
}

.max-lg-size #about-fly-section .rainbow {
  bottom: -554px;
  left: 100px;
}

.max-md-size #about-fly-section .about-fly-wrapper {
  width: 90%;
  left: 0;
  margin: auto;
}

.max-md-size #about-fly-section .people {
  width: 350px;
  top: auto;
}

.max-md-size #about-fly-section .rainbow {
  bottom: -600px;
  left: -30px;
  width: 1200px;
}

.max-sm-size #about-fly-section {
  height: 750px;
}

.max-sm-size #about-fly-section .bg {
  height: 900px;
}

.max-sm-size #about-fly-section .rainbow {
  display: none;
}

.max-sm-size #about-fly-section .people {
  width: 250px;
  margin-top: 50px;
}

.max-sm-size #about-fly-section .about-fly-html {
  max-height: 280px;
}

#about-fly-intro-section {
  z-index: 3 !important;
}

.about-rectangle {
  width: 60%;
  height: 500px;
  position: relative;
  display: block;
  top: -50px;
  z-index: 9;
}

.about-rectangle .bg {
  width: 100%;
  height: 600px;
  position: absolute;
  display: block;
  background-color: #fff;
  box-shadow: 4px 5px 10px rgba(108, 108, 108, 0.4);
  transform: skew(-11deg);
  left: -62px;
}

.about-rectangle .text-wrapper {
  max-width: 650px;
  width: 75%;
  height: auto;
  left: 13%;
  top: 55%;
}

.about-rectangle .html {
  max-height: 235px;
}

.min-lg-size .about-rectangle p {
  text-align: center;
}

.max-bl-size .about-rectangle .text-wrapper {
  width: 70%;
  left: 10%;
}

.max-lg-size .about-rectangle {
  width: 55%;
}

.max-lg-size .about-rectangle .bg {
  transform: none;
  left: 0;
}

.max-lg-size .about-rectangle .html {
  max-height: 340px;
}

.max-md-size .about-rectangle .text-wrapper {
  width: 80%;
}

.max-sm-size .about-rectangle {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 3.125rem 1.25rem 0.313rem 1.25rem;
  top: 0;
}

.max-sm-size .about-rectangle .bg {
  display: none;
}

.max-sm-size .about-rectangle .text-wrapper {
  width: 100%;
  left: 0;
  top: 0;
  transform: none;
  -webkit-transform: none;
}

.max-sm-size .about-rectangle .html {
  max-height: auto;
}

#about-fly-slider {
  width: 50%;
  height: auto;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}

#about-fly-slider .pc {
  width: 100%;
  height: 500px;
  position: relative;
  display: block;
}

.max-sm-size #about-fly-slider {
  width: 100%;
  position: relative;
}

.max-sm-size #about-fly-slider .pc {
  height: 250px;
}

#index-feel-section {
  width: 100%;
  height: 780px;
  position: relative;
  display: block;
}

#index-feel-section .bg {
  width: 100%;
  height: 980px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}

#index-feel-section .machine {
  width: 600px;
  height: 1080px;
  position: absolute;
  display: block;
  top: -80px;
  left: -150px;
  z-index: 1;
}

#index-feel-section .container {
  z-index: 2;
}

#index-feel-section h3 {
  margin-top: 160px;
}

#index-feel-section .about-feel-box {
  width: 48%;
  height: 120px;
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  float: left;
  padding: 20px 20px 20px 30px;
  margin: 3px;
  text-align: left;
}

#index-feel-section .about-feel-box img {
  float: left;
  position: relative;
  margin-right: 15px;
}

#index-feel-section .about-feel-box .text {
  display: inline-block;
  width: 79%;
  height: 75px;
  overflow: hidden;
  float: left;
}

#index-feel-section .about-feel-box .text .mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

#index-feel-section .about-feel-box h4 {
  margin: 10px 0 5px 0;
}

#index-feel-section .about-feel-box p {
  margin: 0;
}

.max-xl-size #index-feel-section .machine {
  left: -230px;
}

.max-lg-size #index-feel-section .about-feel-box {
  padding: 20px 15px 20px 20px;
}

.max-lg-size #index-feel-section .about-feel-box .text {
  width: 75%;
  height: 90px;
  overflow: auto;
}

.max-lg-size #index-feel-section .about-feel-box .text h4 {
  margin: 0px 0 0px 0;
  font-size: 1.125rem !important;
}

.max-lg-size #index-feel-section .about-feel-box .text p {
  font-size: 1rem !important;
}

.max-md-size #index-feel-section {
  height: 800px;
}

.max-md-size #index-feel-section .about-feel-box {
  height: 150px;
}

.max-md-size #index-feel-section .about-feel-box img {
  margin-top: 12px;
}

.max-md-size #index-feel-section .about-feel-box .text {
  width: 65%;
}

.max-md-size #index-feel-section .machine {
  display: none;
}

.max-sm-size #index-feel-section {
  height: auto;
  min-height: 930px;
  padding-bottom: 30px;
}

.max-sm-size #index-feel-section .bg {
  width: 100%;
  height: 1300px;
  position: absolute;
  display: block;
}

.max-sm-size #index-feel-section h3 {
  margin-top: 50px;
}

.max-sm-size #index-feel-section .about-feel-box {
  width: 100%;
  height: auto;
  float: none;
  margin: 5px 0;
  padding: 15px 20px;
}

.max-sm-size #index-feel-section .about-feel-box img {
  margin-top: 0px;
}

.max-sm-size #index-feel-section .about-feel-box .text {
  width: 65%;
  height: auto;
  top: -2px;
}

.max-xs-size #index-feel-section .about-feel-box {
  padding: 10px 10px 10px 20px;
  margin: 10px 0 0 0;
}

.max-xs-size #index-feel-section .about-feel-box img {
  margin-top: 20px;
  width: 24%;
}

.max-xs-size #index-feel-section .about-feel-box p {
  font-size: 0.938rem !important;
}

/* =========== visit.php ===========*/
.week-wrapper {
  margin-top: 40px;
}

.week-wrapper .col {
  padding-left: 2px;
  padding-right: 2px;
}

.max-md-size .week-wrapper {
  margin-right: 0;
  margin-left: 0;
}

.max-md-size .week-wrapper {
  margin-top: 10px;
}

.week-box {
  background: #fff;
}

.week-box .title {
  width: 100%;
  height: 180px;
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
}

.week-box .title .bg {
  width: 100%;
  height: 250px;
  position: absolute;
  display: block;
  top: -75px;
  left: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 1%, 100% 0%, 100% 84%, 0% 100%);
  clip-path: polygon(0 1%, 100% 0%, 100% 84%, 0% 100%);
}

.week-box .title .bg.green {
  background: linear-gradient(to bottom, #7dc9ab 30%, #02b6ca 100%);
}

.week-box .title .bg.gray {
  background: linear-gradient(to bottom, #969696 0%, #656565 100%);
}

.week-box .title .bg.red {
  background: linear-gradient(to bottom, #ef451e 0%, #ca161d 100%);
}

.week-box .title p {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  margin-top: 55px;
  position: relative;
  z-index: 2;
}

.week-box .time {
  width: 100%;
  height: 340px;
  position: relative;
  display: block;
  text-align: center;
  padding: 35px;
  z-index: 1;
}

.week-box .time p {
  margin: 0;
}

.week-box .time p.rest-time {
  margin-top: 68px;
}

.week-box .time p.all-time {
  margin-top: 54px;
}

.week-box .time .Line {
  margin: 25px 0;
}

.max-lg-size .week-box {
  margin-top: 20px;
}

.max-md-size .week-box .title, .max-md-size .week-box .time {
  height: auto;
}

.max-md-size .week-box .title .bg {
  height: 120px;
  top: -20px;
}

.max-md-size .week-box .title p {
  font-size: 1.25rem;
  margin: 20px 0;
}

.max-md-size .week-box .time {
  padding: 20px;
}

.max-md-size .week-box .time .Line {
  margin: 20px 0;
}

.max-md-size .week-box .time p {
  margin-top: 0;
}

.max-md-size .week-box .btn.red-btn-s {
  width: 100%;
  padding: 10px 20px 8px 20px;
  margin-top: 20px;
}

.btn.red-btn-s {
  font-size: 1rem;
  color: #fff;
  background: #ce1628;
  padding: 2px 10px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  min-width: 180px;
  font-family: Helvetica , Verdana, Arial,  sans-serif , "Microsoft JhengHei";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition: background 0.3s;
  min-width: auto;
  width: 110px;
  margin-top: 30px;
}

.btn.red-btn-s > span {
  display: inline-block;
}

.btn.red-btn-s .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
}

.btn.red-btn-s .arrow .arrow-line {
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  transition: all 0.5s ease-out;
}

.btn.red-btn-s .arrow .arrow-line.l-1 {
  right: 130px;
  width: 200px;
}

.btn.red-btn-s .arrow .arrow-line.l-2, .btn.red-btn-s .arrow .arrow-line.l-3 {
  right: -50px;
  width: 0;
  opacity: 0;
  transform-origin: 100% 50% 0px;
  transition-delay: 0;
}

.btn.red-btn-s .arrow .arrow-line.l-2 {
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
}

.btn.red-btn-s .arrow .arrow-line.l-3 {
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
}

.btn.red-btn-s .text {
  position: relative;
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.3s, transform 0.3s ease-out;
}

.min-lg-size .btn.red-btn-s:hover .arrow .arrow-line.l-1, .min-lg-size .btn.red-btn-s:focus .arrow .arrow-line.l-1 {
  right: -50px !important;
  width: 100px;
}

.min-lg-size .btn.red-btn-s:hover .arrow .arrow-line.l-2, .min-lg-size .btn.red-btn-s:hover .arrow .arrow-line.l-3, .min-lg-size .btn.red-btn-s:focus .arrow .arrow-line.l-2, .min-lg-size .btn.red-btn-s:focus .arrow .arrow-line.l-3 {
  opacity: 1;
  width: 8px;
  transition-delay: 0.25s;
}

.min-lg-size .btn.red-btn-s:hover .text, .min-lg-size .btn.red-btn-s:focus .text {
  transform: translateX(5px);
  opacity: 0;
}

.max-lg-size .btn.red-btn-s:focus .arrow .arrow-line.l-1 {
  right: -50px !important;
  width: 100px;
}

.max-lg-size .btn.red-btn-s:focus .arrow .arrow-line.l-2, .max-lg-size .btn.red-btn-s:focus .arrow .arrow-line.l-3 {
  opacity: 1;
  width: 8px;
  transition-delay: 0.25s;
}

.max-lg-size .btn.red-btn-s:focus .text {
  transform: translateX(5px);
  opacity: 0;
}

.max-sm-size .btn.red-btn-s .arrow .arrow-line.l-1 {
  right: 200px;
}

.btn.red-btn-s:hover, .btn.red-btn-s:focus {
  background: #ac030b;
}

/* =========== advice.php ===========*/
#about-advice-section {
  width: 100%;
  height: 1000px;
  position: relative;
  display: block;
  background: #f0f0f0;
}

#about-advice-section .bg {
  width: 100%;
  height: 1150px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}

#about-advice-section h3 {
  margin-top: 100px;
}

#about-advice-section .about-advice-box {
  width: 32.5%;
  height: 120px;
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  float: left;
  padding: 20px 30px;
  margin: 3px;
  text-align: left;
}

#about-advice-section .about-advice-box img {
  float: left;
  position: relative;
  margin-right: 15px;
}

#about-advice-section .about-advice-box p {
  height: 55px;
  overflow: hidden;
  margin: 27px 0 0 0;
}

.max-lg-size #about-advice-section .about-advice-box {
  padding: 15px 20px;
}

.max-lg-size #about-advice-section .about-advice-box p {
  font-size: 1rem !important;
  height: 60px;
  overflow: auto;
}

.max-md-size #about-advice-section {
  height: 1050px;
}

.max-md-size #about-advice-section .bg {
  height: 1200px;
}

.max-md-size #about-advice-section .about-advice-box {
  width: 49%;
  height: 110px;
  padding: 15px 20px;
}

.max-sm-size #about-advice-section {
  height: auto;
  padding-bottom: 40px;
}

.max-sm-size #about-advice-section .bg {
  display: none;
}

.max-sm-size #about-advice-section h3 {
  margin-top: 50px;
}

.max-sm-size #about-advice-section .about-advice-box {
  width: 100%;
  height: auto;
  float: none;
  margin: 5px 0;
  padding: 15px 20px;
}

.max-sm-size #about-advice-section .about-advice-box img {
  margin-top: 0px;
}

.max-sm-size #about-advice-section .about-advice-box p {
  height: auto;
}

/* =========== traffic.php ===========*/
#sub-nav {
  max-width: 1020px;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 50px auto;
  padding-right: 20px;
  padding-left: 20px;
}

#sub-nav ul {
  text-align: center;
}

#sub-nav li {
  width: 24%;
  margin: 0 2px;
}

#sub-nav li .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  transform: skew(-10deg);
  background: #fff;
  box-shadow: none;
  top: 0;
  left: 0;
  z-index: 1;
  transition: box-shadow 0.35s, background 0.35s;
}

#sub-nav li a {
  font-size: 1.125rem;
  color: #000;
  display: block;
  padding: 10px 0 15px 0;
  z-index: 2;
  transition: color 0.35s ease-out;
}

#sub-nav li a span {
  font-size: 30px;
  display: inline-block;
  margin-right: 0px;
  top: 4px;
}

#sub-nav li:hover .bg, #sub-nav li:focus .bg {
  box-shadow: 0 2px 15px rgba(34, 34, 34, 0.25);
}

#sub-nav li:hover a, #sub-nav li:focus a {
  color: #c9151d;
}

.max-sm-size #sub-nav {
  margin: 35px auto 10px auto;
}

.max-sm-size #sub-nav li {
  width: 46%;
  margin: 10px 2%;
}

.max-sm-size #sub-nav li .bg {
  transform: skew(0);
}

.traffic-map {
  width: 100%;
  height: 600px;
  position: relative;
  display: block;
  z-index: 1;
}

.max-sm-size .traffic-map {
  height: 300px;
}

.traffic-map-text {
  height: 200px;
  z-index: 2;
}

.traffic-map-text a {
  font-size: 16px;
  display: inline-block;
  position: relative;
  margin-top: 5px;
}

.traffic-map-text .line {
  width: 40px;
  height: 1px;
  background-color: #000;
  display: block;
  float: left;
  margin-right: 10px;
  top: 13px;
}

.max-sm-size .traffic-map-text {
  height: auto;
  margin-bottom: 15px;
}

.traffic-title {
  margin-bottom: 10px;
}

.traffic-title .icon {
  font-size: 2.063rem;
  margin-right: 0;
  position: relative;
  top: 3px;
}

.max-sm-size .traffic-title {
  margin-top: 35px;
}

.traffic-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.max-lg-size .traffic-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.max-sm-size .traffic-section {
  padding-top: 0px;
  padding-bottom: 20px;
}

/* ===========================================================
   [ #Ticket , .News ]
 =============================================================*/
/* =========== ticket.php ===========*/
#ticket-price-section {
  background: url(../images/ticket/ticket-bg02.jpg) #edeeee no-repeat;
  min-height: 860px;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

.max-sm-size #ticket-price-section {
  min-height: auto;
  background: #edeeee;
  padding-bottom: 1.875rem;
}

.max-sm-size #ticket-accordion {
  margin-bottom: 25px !important;
}

.ticket-card {
  background: #fff;
  border: 1px solid #c8c8c8;
  max-width: 620px;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 10px auto;
  transition: border 0.3s ease-out;
}

.ticket-card .card-header {
  padding: 30px 35px;
}

.ticket-card .card-body {
  margin: 0 35px;
  padding: 30px 0;
}

.ticket-card .card-header {
  cursor: pointer;
  padding-right: 4.375rem;
}

.ticket-card .card-header h4 {
  font-size: 1.313rem;
  color: #000;
  font-weight: normal;
  text-align: left;
  margin: 0;
}

.ticket-card .card-header .price {
  font-size: 1.125rem;
  float: right;
  top: -12px;
}

.ticket-card .card-header .price .num {
  margin: 0 3px;
  position: relative;
  top: 2px;
}

.ticket-card .card-header .toggle {
  position: absolute;
  display: inline-block;
  right: 21px;
  top: 30px;
  transform: rotate(0deg);
  transition: border 0.3s, transform 0.3s ease-out;
}

.ticket-card .card-header .toggle:after, .ticket-card .card-header .toggle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: relative;
  transition: opacity 0.3s, border 0.3s ease-out;
}

.ticket-card .card-header .toggle:before {
  border-width: 11px 8px 0 8px;
  border-color: #000000 transparent transparent transparent;
  top: 13px;
  right: 0;
  opacity: 1;
}

.ticket-card .card-header .toggle:after {
  border-width: 0 8px 11px 8px;
  border-color: transparent transparent #000000 transparent;
  top: -11px;
  right: 15px;
  opacity: 0;
}

.ticket-card .card-body {
  display: none;
}

.ticket-card .card-body .Line {
  position: absolute;
  top: 0;
}

.ticket-card .card-body p {
  margin: 0;
}

.ticket-card:hover, .ticket-card.is-active {
  border: 1px solid #c9151d;
}

.ticket-card:hover .toggle:before, .ticket-card.is-active .toggle:before {
  border-color: #c9151d transparent transparent transparent;
}

.ticket-card:hover .toggle:after, .ticket-card.is-active .toggle:after {
  border-color: transparent transparent #c9151d transparent;
}

.ticket-card.is-active .toggle:before {
  opacity: 0;
}

.ticket-card.is-active .toggle:after {
  opacity: 1;
}

.max-sm-size .ticket-card .card-header {
  padding: 20px 15px;
}

.max-sm-size .ticket-card .card-header h4 {
  font-size: 1.125rem;
}

.max-sm-size .ticket-card .card-header .price {
  font-size: 0.938rem;
  top: -8px;
}

.max-sm-size .ticket-card .card-header .toggle {
  right: 2px;
  top: 17px;
  display: none;
}

.max-sm-size .ticket-card .card-body {
  display: block !important;
  margin: 0 15px;
  padding: 20px 0;
}

.max-ms-size .ticket-card .card-header {
  padding-right: 2.813rem;
}

.max-ms-size .ticket-card .card-header h4 {
  font-size: 1rem;
}

.max-ms-size .ticket-card .card-header .price {
  font-size: 0.875rem;
  top: -8px;
}

#ticket-html-section {
  padding-bottom: 90px;
}

#ticket-html-section .container {
  max-width: 840px;
}

#ticket-html-section .btn-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}

#ticket-html-section .btn {
  width: 30%;
  margin: 0;
}

.max-sm-size #ticket-html-section {
  padding-bottom: 1.875rem;
}

.max-sm-size #ticket-html-section .btn {
  margin: 8px 0;
}

/* =========== news.php ===========*/
.news-nav-header {
  width: 100%;
  margin-bottom: 50px;
}

.news-nav-header:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #969696;
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 0;
}

.news-nav-header ul {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.news-nav-header ul li {
  -ms-flex: 1 0;
  flex: 1 0;
  text-align: center;
}

.news-nav-header ul li a {
  width: 100%;
  display: block;
  font-size: 1.125rem;
  color: #000;
  font-weight: normal;
  text-align: center;
  padding: 25px 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.news-nav-header ul li a:after {
  content: "";
  width: auto;
  height: 3px;
  position: absolute;
  display: block;
  background: #c9151d;
  left: 50%;
  right: 50%;
  bottom: 0;
  z-index: 0;
  transition: left 0.4s ease-out, right 0.4s ease-out;
}

.news-nav-header ul li:hover a:after, .news-nav-header ul li:focus a:after, .news-nav-header ul li.active a:after {
  left: 0;
  right: 0;
}

.max-lg-size .news-nav-header {
  margin-bottom: 20px;
}

.max-sm-size .news-nav-header ul li a {
  font-size: 1rem;
}

.news-list {
  margin-left: -20px;
  margin-right: -20px;
}

.news-list .col-12 {
  padding-left: 20px;
  padding-right: 20px;
}

.max-lg-size .news-list {
  margin-left: -15px;
  margin-right: -15px;
}

.max-lg-size .news-list .col-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.news-card {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 5px 20px -5px rgba(50, 50, 93, 0.12), 0 3px 4px -2px rgba(0, 0, 0, 0.08);
  padding: 0.625rem;
  margin-top: 40px;
  overflow: hidden;
  transform: translateY(0);
  transition: box-shadow 0.35s ease-out, transform 0.35s ease-out;
}

.news-card .card-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.news-card .card-img .pc {
  height: inherit;
  transform: scale(1);
  transition: transform 0.35s;
}

.news-card .card-img .cover {
  background: #111;
  opacity: 0;
  transition: opacity 0.35s ease-out;
}

.news-card .card-body {
  width: 100%;
  height: 170px;
  position: relative;
  display: block;
  padding: 30px 15px 10px 15px;
}

.news-card .card-body h3 {
  font-size: 1.125rem;
  color: #000;
  font-weight: normal;
  text-align: left;
  line-height: 28px;
  height: 85px;
  overflow: hidden;
  margin-bottom: 23px;
}

.news-card .card-body .bottom {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

.news-card .card-body .time, .news-card .card-body .type {
  font-size: 1rem;
  color: #282828;
  float: left;
}

.news-card .card-body .line-v {
  width: 1px;
  height: 17px;
  position: relative;
  display: block;
  float: left;
  background: #969696;
  margin: 0 17px;
  top: 2px;
}

.news-card .card-body .more {
  width: 160px;
  height: 40px;
  position: absolute;
  display: block;
  right: -0.625rem;
  bottom: -0.625rem;
  overflow: hidden;
}

.news-card .card-body .more .text {
  font-size: 1.125rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  top: 9px;
  left: 4px;
  z-index: 2;
}

.news-card .card-body .more .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: #969696;
  transform: skew(-15deg);
  left: 5px;
  top: 0;
  z-index: 1;
  transition: background 0.35s ease-out;
}

.news-card:hover, .news-card:focus {
  box-shadow: 0 30px 75px -15px rgba(50, 50, 93, 0.3), 0 25px 40px -20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.news-card:hover .card-img .cover, .news-card:focus .card-img .cover {
  opacity: 0.25;
}

.news-card:hover .card-body .more .bg, .news-card:focus .card-body .more .bg {
  background-color: #c9151d;
}

.max-lg-size .news-card .card-img {
  height: 200px;
}

.max-md-size .news-card .card-body .more {
  width: 120px;
}

.max-md-size .news-card .card-body .more .text {
  font-size: 1rem;
}

.max-sm-size .news-card {
  padding: 15px;
  margin: 15px 0;
}

.max-sm-size .news-card .card-body {
  height: auto;
  padding: 30px 0 0 0;
}

.max-sm-size .news-card .card-body h3 {
  height: auto;
}

.max-sm-size .news-card .card-body .more {
  width: 100%;
  position: relative;
  margin-top: 10px;
  bottom: 0;
  right: 0;
}

.max-sm-size .news-card .card-body .more .bg {
  transform: none;
  left: 0;
}

.max-sm-size .news-card .block-a {
  z-index: 9999;
}

/* =========== new.php ===========*/
.new-header {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  border-bottom: 1px solid #969696;
  padding-bottom: 25px;
  margin-top: 80px;
}

.new-header:after {
  content: "";
  width: 130px;
  height: 10px;
  position: absolute;
  display: block;
  background: #f0f0f0;
  left: 0;
  bottom: -5px;
  z-index: 0;
}

.new-header h2 {
  width: 70%;
  font-size: 1.875rem;
  line-height: 2.813rem;
  margin: 0;
}

.new-header .date {
  font-size: 1.125rem;
  color: #000;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  bottom: -11px;
  z-index: 2;
}

.new-header .share-wrapper {
  width: auto;
  height: auto;
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  bottom: auto;
  margin-top: -13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.max-lg-size .new-header {
  margin-top: 50px;
}

.max-md-size .new-header h2 {
  width: 55%;
  font-size: 1.438rem;
  line-height: 2.375rem;
}

.max-sm-size .new-header:after {
  display: none;
}

.max-sm-size .new-header h2 {
  width: 100%;
  font-size: 1.313rem;
  line-height: 2.188rem;
}

.max-sm-size .new-header .date {
  position: relative;
  bottom: 0;
  margin: 10px 0;
}

.max-sm-size .new-header .share-wrapper {
  position: relative;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 10px;
  transform: none;
  -webkit-transform: none;
}

.share-wrapper {
  z-index: 2;
}

.share-wrapper .icon {
  width: 45px;
  height: 45px;
  border-radius: 99em;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  border: 1px solid #969696;
  color: #969696;
  margin: 4px;
  transition: color 0.3s, border 0.3s ease-out;
}

.share-wrapper .icon .a2a_svg {
  background: transparent !important;
  margin: auto;
  display: block;
  float: none;
  top: 5px;
}

.share-wrapper .icon .a2a_svg path {
  fill: #969696;
  transition: all 0.3s ease-out;
}

.share-wrapper .icon.weibo {
  font-size: 20px;
  line-height: 40px;
}

.share-wrapper .icon:hover {
  color: #111;
  border: 1px solid #111;
}

.share-wrapper .icon:hover .a2a_svg {
  opacity: 1;
}

.share-wrapper .icon:hover .a2a_svg path {
  fill: #111;
}

.new-btn-group:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  background: #969696;
  top: 50%;
  left: 0;
  z-index: 0;
}

.new-btn-group:after {
  content: "";
  width: 310px;
  height: 100%;
  position: absolute;
  display: block;
  background: #f0f0f0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 1;
}

/* ==============================================================
   [ Contact  ]
 ================================================================*/
#Contact .section {
  z-index: 2;
}

.ipad #Contact, .mobile #Contact {
  background-attachment: initial;
}

.contact-cover {
  z-index: 2;
}

#maximage {
  visibility: visible !important;
}

.ipad #maximage {
  position: absolute;
  top: 0;
}

.contact-bg-wrapper {
  width: 100%;
  height: 1000px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#contact-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ipad #contact-bg {
  overflow-y: scroll;
}

#contact-map-section {
  width: 100%;
  height: 560px;
  position: relative;
  display: block;
}

#contact-map-section .bg-wrapper {
  width: 60%;
  height: 560px;
  position: absolute;
  display: block;
  left: -62px;
  z-index: 3;
}

#contact-map-section .bg {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background: #fff;
  transform: skew(-11deg);
}

#contact-map-section .contact-map {
  width: 65%;
  height: 480px;
  position: absolute;
  display: block;
  background: #e0efef;
  top: 40px;
  right: 0;
  z-index: 0;
}

.max-bl-size #contact-map-section .contact-map {
  width: 75%;
}

.max-xl-size #contact-map-section .contact-map {
  width: 80%;
}

.max-lg-size #contact-map-section {
  height: auto;
}

.max-lg-size #contact-map-section .bg {
  display: none;
}

.max-lg-size #contact-map-section .contact-map {
  width: 100%;
  height: 400px;
  position: relative;
  top: 0;
}

.max-sm-size #contact-map-section .contact-map {
  height: 300px;
}

#contact-map-container {
  width: 55%;
  height: 560px;
  z-index: 9;
}

#contact-map-container .text-wrapper {
  max-width: 650px;
  width: 75%;
  height: auto;
  left: 13%;
}

#contact-map-container .text-wrapper .main-title {
  margin: 0 0 30px 0;
}

#contact-map-container .text-wrapper h3 {
  text-align: left;
  padding-bottom: 35px;
}

.max-xl-size #contact-map-container .text-wrapper {
  width: 80%;
  left: 50px;
}

.max-lg-size #contact-map-container {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 95px 20px 70px 20px;
}

.max-lg-size #contact-map-container .text-wrapper {
  max-width: auto;
  width: 100%;
  left: 0;
  top: auto;
  transform: none;
  -webkit-transform: none;
}

.max-sm-size #contact-map-container {
  padding: 60px 20px 70px 20px;
}

.max-sm-size #contact-map-container .text-wrapper h3 {
  padding-top: 45px;
}

#contact-table .icon-list {
  width: 30px;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
}

#contact-table .icon-list .icon {
  font-size: 27px;
  color: #000;
}

#contact-table .icon-list .text {
  padding-right: 0;
}

#contact-table .table-title-pl {
  padding-left: 89px;
  display: inline-block;
}

.max-md-size #contact-table .table-title-pl {
  padding-left: 80px;
}

.max-sm-size #contact-table .icon-list .icon {
  font-size: 21px;
  color: #000;
}

.max-sm-size #contact-table .table-title-pl {
  padding-left: 0;
}

.max-lg-size #contact-service-section {
  padding-top: 40px;
}

.ipad #contact-service-section {
  background: #f7f5f5;
}

.ipad #contact-service-section .main-title > * {
  color: #323232 !important;
}

.max-sm-size #contact-service-section .main-title p {
  text-align-last: left !important;
}

.contact-form {
  max-width: 800px;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  background: #e7e7e7;
  padding: 30px 55px;
}

.max-sm-size .contact-form {
  padding: 20px 25px;
}

/* ==============================================================
   [ Term ]
 ================================================================*/
.max-sm-size #Term .article {
  margin-top: 40px;
}

#fake-menu {
  width: 100%;
  height: auto;
  position: fixed;
  display: block;
  background-color: #1e1e1e;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(85, 85, 85, 0.3);
  top: 75px;
  z-index: 9999;
}

#fake-menu li {
  margin: 0 30px;
  display: inline-block;
}

#fake-menu li:hover a:before, #fake-menu li:focus a:before, #fake-menu li.active a:before {
  right: 0;
}

#fake-menu li a {
  font-size: 1.125rem;
  color: #fff !important;
  display: inline-block;
  padding: 19px 0 16px 0;
}

#fake-menu li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #c9151d;
  height: 0.188rem;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.max-lg-size #fake-menu {
  display: none;
}

.term-html h4 {
  font-size: 1.5rem;
  color: #000;
  font-weight: normal;
  text-align: left;
}

.term-html p {
  margin-bottom: 35px;
}

.max-sm-size .term-html p {
  margin-bottom: 20px;
}

.max-sm-size .term-html h4 {
  font-size: 1.125rem;
}

/* ==============================================================
   [ Search ]
 ================================================================*/
#Search {
  margin-top: 75px;
}

.max-lg-size #Search {
  margin-top: 65px;
}

.search-card {
  padding: 50px 0;
  border-bottom: 1px solid #969696;
}

.search-card:first-child {
  border-top: 1px solid #969696;
}

.search-card .card-img {
  padding: 0;
}

.search-card .card-img .pc {
  width: 100%;
  height: 240px;
}

.search-card .card-img .cover {
  background: #000;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.search-card .card-body {
  padding-left: 35px;
}

.search-card .card-body .type {
  font-size: 1rem;
  color: #646464;
  margin: 0 0 10px 0;
}

.search-card .card-body h3 {
  font-size: 1.25rem;
  color: #000;
  line-height: 35px;
  height: 70px;
  overflow: hidden;
  margin-bottom: 20px;
}

.search-card .card-body .intro {
  height: 55px;
  overflow: hidden;
}

.search-card .card-body .more {
  margin-top: 5px;
}

.search-card:hover .card-img .cover, .search-card:focus .card-img .cover {
  opacity: 0.3;
}

.search-card:hover .card-body h3, .search-card:focus .card-body h3 {
  text-decoration: underline;
}

.max-sm-size .search-card {
  padding: 30px 0;
  margin: 0;
}

.max-sm-size .search-card .card-img {
  padding: 0;
}

.max-sm-size .search-card .card-img .pc {
  width: 100%;
  height: 200px;
}

.max-sm-size .search-card .card-body {
  padding: 0;
  margin-top: 25px;
}

.max-sm-size .search-card .card-body .intro {
  height: auto;
}

/* ==============================================================
   [ Error]
 ================================================================*/
#Error {
  margin-top: 75px;
}

#Error #common-banner {
  z-index: 0;
}

#Error .banner {
  top: 75px;
}

.max-lg-size #Error {
  margin-top: 65px;
}

.max-lg-size #Error .banner {
  top: 65px;
}

/* ===========================================================
   [ #Reservation ]
 =============================================================*/
/* =========== common ===========*/
#common-banner.re-banner {
  height: 160px !important;
}

#common-banner.re-banner h2 {
  font-size: 2.625rem;
}

.max-sm-size #common-banner.re-banner {
  height: 250px;
}

.max-sm-size #common-banner.re-banner h2 {
  font-size: 1.75rem;
}

.max-sm-size #Reservation .main-title {
  margin: 50px 0 0 0 !important;
}

#Reservation .more.btn {
  min-width: 130px;
}

.reservation-html h4 {
  font-size: 1.5rem;
  color: #000;
}

.reservation-html .Line {
  margin-bottom: 27px;
}

.caution-bar {
  max-width: 1140px;
  width: 100%;
  height: 415px;
  position: relative;
  display: block;
  border: 1px solid #c8c8c8;
  padding: 20px 0 20px 20px;
  margin-left: auto;
  margin-right: auto;
}

.caution-bar ol > li {
  border-bottom: 1px solid #969696;
}

.caution-bar ol > li ul li {
  margin-bottom: 0;
}

.max-sm-size .caution-bar {
  height: 425px;
}

#res-calendar {
  padding: 0 70px 70px 70px;
}

.max-md-size #res-calendar {
  padding: 0 30px 70px 30px;
}

.max-sm-size #res-calendar {
  padding: 0 20px 20px 20px;
}

#sub-nav.reservation {
  margin: 50px auto;
}

#sub-nav.reservation li {
  width: 32%;
}

#sub-nav.reservation li a {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 15px 0 15px 0;
  cursor: default;
}

#sub-nav.reservation li a .step {
  font-size: 1.25rem;
  font-family: "Libre Franklin", "Adobe Blank" ,Arial;
  font-style: italic;
  margin-right: 5px;
  top: 0;
}

#sub-nav.reservation li:hover .bg, #sub-nav.reservation li:focus .bg {
  box-shadow: none;
}

#sub-nav.reservation li:hover a, #sub-nav.reservation li:focus a {
  color: inherit;
}

#sub-nav.reservation li.active a {
  color: #fff;
}

#sub-nav.reservation li.active .bg {
  background: #c9151d;
}

.max-sm-size #sub-nav.reservation {
  margin: 50px auto 30px auto;
}

.max-sm-size #sub-nav.reservation li {
  width: 100%;
  margin: 7px 0;
}

/* ========== reservation-time.php ==========*/
.reserve-date-note {
  padding: 20px 45px;
  margin-top: 20px;
}

.reserve-date-note b {
  margin-bottom: 10px;
  display: inline-block;
}

.max-lg-size .time-period {
  margin-top: 25px;
}

.max-sm-size .time-period {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}

.time-period-head {
  text-align: center;
  padding: 20px 20px 15px 30px;
}

.time-period-head h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.time-period-head .intro {
  font-size: 0.938rem;
  color: #646464;
  margin: 0;
}

.time-period-head .Line {
  background: #dedede;
  margin-top: 7px;
  margin-bottom: 15px;
}

.time-period-head .today {
  font-size: 1.5rem;
  margin: 0;
}

.max-sm-size .time-period-head {
  padding-left: 0;
  padding-right: 0;
}

.time-period-body .row {
  margin-left: -7px;
  margin-right: -7px;
}

.min-lg-size .time-period-body {
  height: 460px;
  padding: 0 20px 0 31px;
}

.max-lg-size .time-period-body {
  height: auto !important;
  overflow: visible !important;
  padding: 0 20px 0 20px;
}

.max-sm-size .time-period-body {
  padding-left: 0;
  padding-right: 0;
}

.time-period-wrapper {
  padding: 7px;
}

.time-period-card {
  background: #f0f0f0;
  padding: 9px 15px 7px 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  transition: background 0.3s ease-out;
}

.time-period-card > p {
  margin: 0;
}

.time-period-card .time {
  font-size: 1.063rem;
}

.time-period-card .Line {
  margin: 3px 0;
}

.time-period-card .people {
  font-size: 1rem;
}

.time-period-card:hover, .time-period-card.is-active {
  background: #c9151d;
}

.time-period-card:hover > p, .time-period-card.is-active > p {
  color: #fff;
}

.time-period-card:hover .Line, .time-period-card.is-active .Line {
  background: #fff;
}

.time-period-card.is-full {
  background: #f7f7f7;
  cursor: default;
}

.time-period-card.is-full > p {
  color: #bebebe;
}

.time-period-card.is-full .Line {
  background: #bebebe;
}

.max-sm-size .time-period-card {
  padding: 9px 13px 7px 13px;
}

/* ========== reservation-form.php ==========*/
.reserve-form {
  background: #fff;
  max-width: 980px;
  padding: 40px 70px 10px 70px;
}

.reserve-form .reserv-form-label {
  width: 220px;
  display: inline-block;
  margin: 0;
  top: 3px;
}

.reserve-form .reserv-form-label > span {
  display: inline-block;
}

.reserve-form .reserv-form-label .title {
  font-size: 0.938rem;
  color: #fff;
  margin-right: 10px;
  background: #c9151d;
  padding: 3px 10px 1px 10px;
}

.reserve-form .reserv-form-label .content {
  font-size: 1.125rem;
}

.reserve-form .inputBox input, .reserve-form .inputBox select {
  background: #f0f0f0 !important;
}

.reserve-form .reserve-people .inputBox {
  text-align: right;
}

.reserve-form .reserve-people .inputBox.num-1 {
  padding-bottom: 0;
}

.reserve-form .reserve-people .num .radio-inline-box {
  margin-right: 25px;
  top: -5px;
  width: 161px;
  text-align: left;
}

.reserve-form .reserve-people .num .select {
  width: 60%;
}

.reserve-form .reserve-people .num .tip-text {
  font-size: 1rem;
  color: #c9151d;
  font-weight: normal;
  text-align: left;
  margin-top: 10px;
  padding-left: 19%;
}

.reserve-form .reserve-people .name {
  padding-top: 0px;
  display: none;
}

.reserve-form .reserve-people .name .radio-inline-box {
  display: inline-block;
}

.reserve-form .reserve-people .name input.name-input {
  width: 38%;
  margin-left: 20px;
}

.reserve-form .reserve-people .name .form-control {
  margin-bottom: 20px;
}

.reserve-form .reserve-people input[type=radio].css-checkbox {
  width: 100%;
}

.max-md-size .reserve-form {
  padding: 5px 30px 10px 30px;
}

.max-md-size .reserve-form .reserve-people .radio-inline-box {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.max-md-size .reserve-form .reserve-people .inputBox {
  text-align: left;
}

.max-md-size .reserve-form .reserve-people .num .tip-text {
  text-align: left;
  padding-left: 0;
}

.max-md-size .reserve-form .reserve-people .name input.name-input {
  margin-left: 0;
}

.max-sm-size .reserve-form {
  padding: 5px 20px 10px 20px;
}

.max-sm-size .reserve-form .reserv-form-label {
  width: 100%;
  margin-bottom: 15px;
}

/* ========== success.php ==========*/
.reserve-form .first {
  border-top: 1px solid #b4b4b4;
}

.reserve-form .reserve-end {
  padding: 20px 0px !important;
  margin: 0;
}

.reserve-form .reserve-end label {
  font-size: 1.125rem;
}

.reserve-form .reserve-end label.col-md-2 {
  padding-left: 0;
  padding-right: 0;
}

.reserve-form .reserve-end .reserv-form-label {
  top: 0;
}

.reserve-form .end-note {
  font-size: 1rem;
  color: #646464;
  margin-top: 25px;
}

.reserve-form .end-note .title {
  font-size: 1.125rem;
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
}

.max-md-size .reserve-form .col-xs-4 {
  width: 130px;
}

.max-md-size .reserve-form .col-sm-9 {
  padding-right: 0;
  padding-left: 0;
  margin-top: 5px;
}

.max-sm-size .reserve-form .col-xs-4 {
  width: 100%;
}

/* ========== modify-data ==========*/
.max-sm-size .modify-data #common-banner .line {
  width: 35px;
}

.modify-wrapper {
  padding: 60px 70px;
}

.max-xl-size .modify-wrapper {
  padding: 50px 50px;
}

.max-lg-size .modify-wrapper {
  padding: 40px 20px;
}

.max-sm-size .modify-wrapper {
  padding: 20px 20px 20px 20px;
}

#modify-table {
  padding: 0 0 25px 0;
}

#modify-table .th {
  background: #646464;
  font-size: 1.125rem;
  color: #fff;
  padding: 9px 20px;
}

#modify-table .th, #modify-table .td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}

#modify-table .td {
  background: #f0f0f0;
  font-size: 1.125rem;
  color: #000;
  padding: 15px 20px;
}

#modify-table .is-link:hover, #modify-table .is-link:focus {
  color: #c9151d;
}

.max-xl-size #modify-table .th, .max-xl-size #modify-table .td {
  padding: 5px 12px;
  font-size: 1.063rem;
}

.max-lg-size #modify-table .th, .max-lg-size #modify-table .td {
  padding: 5px 10px;
  font-size: 1rem;
}

.max-sm-size #modify-table {
  padding-bottom: 1px;
}

.max-sm-size #modify-table .tr {
  margin-bottom: 20px;
}

.max-sm-size #modify-table .th, .max-sm-size #modify-table .td {
  text-align: left;
  padding: 10px 20px;
}

.max-sm-size #modify-table .is-link {
  text-align: center;
}

/* ========== modify-form ==========*/
